diff --git a/components/lib/accordion/Accordion.d.ts b/components/lib/accordion/Accordion.d.ts index fcf8b936b..9b5debf86 100755 --- a/components/lib/accordion/Accordion.d.ts +++ b/components/lib/accordion/Accordion.d.ts @@ -18,6 +18,7 @@ export declare type AccordionPassThroughOptionType = AccordionPassThroughAttribu * Custom passthrough(pt) option method. */ export interface AccordionPassThroughMethodOptions { + instance: any; props: AccordionProps; state: AccordionState; } diff --git a/components/lib/accordiontab/AccordionTab.d.ts b/components/lib/accordiontab/AccordionTab.d.ts index 0fbd5a96c..7f7da0518 100755 --- a/components/lib/accordiontab/AccordionTab.d.ts +++ b/components/lib/accordiontab/AccordionTab.d.ts @@ -17,6 +17,7 @@ export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughA * Custom passthrough(pt) option method. */ export interface AccordionTabPassThroughMethodOptions { + instance: any; props: AccordionTabProps; parent: AccordionPassThroughOptions; context: AccordionTabContext; diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts index 958c19aad..e01b897c7 100755 --- a/components/lib/autocomplete/AutoComplete.d.ts +++ b/components/lib/autocomplete/AutoComplete.d.ts @@ -19,6 +19,7 @@ export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughA * Custom passthrough(pt) option method. */ export interface AutoCompletePassThroughMethodOptions { + instance: any; props: AutoCompleteProps; state: AutoCompleteState; context: AutoCompleteContext; diff --git a/components/lib/avatar/Avatar.d.ts b/components/lib/avatar/Avatar.d.ts index 5df6d5960..7ebaa8dc8 100644 --- a/components/lib/avatar/Avatar.d.ts +++ b/components/lib/avatar/Avatar.d.ts @@ -17,6 +17,7 @@ export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface AvatarPassThroughMethodOptions { + instance: any; props: AvatarProps; parent: AvatarGroupPassThroughOptions; } diff --git a/components/lib/badge/Badge.d.ts b/components/lib/badge/Badge.d.ts index de9e8ada4..da415b28a 100644 --- a/components/lib/badge/Badge.d.ts +++ b/components/lib/badge/Badge.d.ts @@ -17,6 +17,7 @@ export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface BadgePassThroughMethodOptions { + instance: any; props: BadgeProps; } diff --git a/components/lib/blockui/BlockUI.d.ts b/components/lib/blockui/BlockUI.d.ts index ff37a6918..758610acc 100755 --- a/components/lib/blockui/BlockUI.d.ts +++ b/components/lib/blockui/BlockUI.d.ts @@ -17,6 +17,7 @@ export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes * Custom passthrough(pt) option method. */ export interface BlockUIPassThroughMethodOptions { + instance: any; props: BlockUIProps; state: BlockUIState; } diff --git a/components/lib/breadcrumb/Breadcrumb.d.ts b/components/lib/breadcrumb/Breadcrumb.d.ts index 7f7a58369..a3cb423a8 100755 --- a/components/lib/breadcrumb/Breadcrumb.d.ts +++ b/components/lib/breadcrumb/Breadcrumb.d.ts @@ -18,6 +18,7 @@ export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttri * Custom passthrough(pt) option method. */ export interface BreadcrumbPassThroughMethodOptions { + instance: any; props: BreadcrumbProps; } diff --git a/components/lib/button/Button.d.ts b/components/lib/button/Button.d.ts index faf3b14ac..dbe7ff543 100755 --- a/components/lib/button/Button.d.ts +++ b/components/lib/button/Button.d.ts @@ -17,6 +17,7 @@ export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface ButtonPassThroughMethodOptions { + instance: any; props: ButtonProps; context: ButtonContext; } diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index 1082a4d89..cf83bb901 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -18,6 +18,7 @@ export declare type CalendarPassThroughOptionType = CalendarPassThroughAttribute * Custom passthrough(pt) option method. */ export interface CalendarPassThroughMethodOptions { + instance: any; props: CalendarProps; state: CalendarState; } diff --git a/components/lib/carousel/Carousel.d.ts b/components/lib/carousel/Carousel.d.ts index e10114250..cb4bbb412 100755 --- a/components/lib/carousel/Carousel.d.ts +++ b/components/lib/carousel/Carousel.d.ts @@ -17,6 +17,7 @@ export declare type CarouselPassThroughOptionType = CarouselPassThroughAttribute * Custom passthrough(pt) option method. */ export interface CarouselPassThroughMethodOptions { + instance: any; props: CarouselProps; state: CarouselState; } diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts index a71024f12..28c2230bf 100644 --- a/components/lib/cascadeselect/CascadeSelect.d.ts +++ b/components/lib/cascadeselect/CascadeSelect.d.ts @@ -17,6 +17,7 @@ export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroug * Custom passthrough(pt) option method. */ export interface CascadeSelectPassThroughMethodOptions { + instance: any; props: CascadeSelectProps; state: CascadeSelectState; } diff --git a/components/lib/chart/Chart.d.ts b/components/lib/chart/Chart.d.ts index a21450965..e4fdd712d 100755 --- a/components/lib/chart/Chart.d.ts +++ b/components/lib/chart/Chart.d.ts @@ -17,6 +17,7 @@ export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface ChartPassThroughMethodOptions { + instance: any; props: ChartProps; } diff --git a/components/lib/checkbox/Checkbox.d.ts b/components/lib/checkbox/Checkbox.d.ts index d37c8837f..47e8f0231 100755 --- a/components/lib/checkbox/Checkbox.d.ts +++ b/components/lib/checkbox/Checkbox.d.ts @@ -17,6 +17,7 @@ export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttribute * Custom passthrough(pt) option method. */ export interface CheckboxPassThroughMethodOptions { + instance: any; props: CheckboxProps; state: CheckboxState; context: CheckboxContext; diff --git a/components/lib/chip/Chip.d.ts b/components/lib/chip/Chip.d.ts index 8409a985c..8cdee9466 100644 --- a/components/lib/chip/Chip.d.ts +++ b/components/lib/chip/Chip.d.ts @@ -17,6 +17,7 @@ export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((op * Custom passthrough(pt) option method. */ export interface ChipPassThroughMethodOptions { + instance: any; props: ChipProps; state: ChipState; } diff --git a/components/lib/chips/Chips.d.ts b/components/lib/chips/Chips.d.ts index c0258a39a..08bc6ffde 100755 --- a/components/lib/chips/Chips.d.ts +++ b/components/lib/chips/Chips.d.ts @@ -17,6 +17,7 @@ export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface ChipsPassThroughMethodOptions { + instance: any; props: ChipsProps; state: ChipsState; } diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts index 95fb1311d..8dcf72c29 100755 --- a/components/lib/colorpicker/ColorPicker.d.ts +++ b/components/lib/colorpicker/ColorPicker.d.ts @@ -16,6 +16,7 @@ export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAtt * Custom passthrough(pt) option method. */ export interface ColorPickerPassThroughMethodOptions { + instance: any; props: ColorPickerProps; state: ColorPickerState; } diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index 34c986a22..2d7042670 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -23,6 +23,7 @@ export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface ColumnPassThroughMethodOptions { + instance: any; props: ColumnProps; parent: DataTablePassThroughOptions; context: ColumnContext; diff --git a/components/lib/columngroup/ColumnGroup.d.ts b/components/lib/columngroup/ColumnGroup.d.ts index 779a13757..0ef5404ec 100755 --- a/components/lib/columngroup/ColumnGroup.d.ts +++ b/components/lib/columngroup/ColumnGroup.d.ts @@ -15,6 +15,7 @@ export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAtt * Custom passthrough(pt) option method. */ export interface ColumnGroupPassThroughMethodOptions { + instance: any; props: ColumnGroupProps; parent: DataTablePassThroughOptions; context: ColumnGroupContext; diff --git a/components/lib/confirmdialog/ConfirmDialog.d.ts b/components/lib/confirmdialog/ConfirmDialog.d.ts index 9ab3b81fd..7a4e0d84a 100644 --- a/components/lib/confirmdialog/ConfirmDialog.d.ts +++ b/components/lib/confirmdialog/ConfirmDialog.d.ts @@ -19,6 +19,7 @@ export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroug * Custom passthrough(pt) option method. */ export interface ConfirmDialogPassThroughMethodOptions { + instance: any; props: ConfirmDialogProps; state: ConfirmDialogState; } diff --git a/components/lib/confirmpopup/ConfirmPopup.d.ts b/components/lib/confirmpopup/ConfirmPopup.d.ts index e2b5246dc..9eeac95a0 100644 --- a/components/lib/confirmpopup/ConfirmPopup.d.ts +++ b/components/lib/confirmpopup/ConfirmPopup.d.ts @@ -19,6 +19,7 @@ export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughA * Custom passthrough(pt) option method. */ export interface ConfirmPopupPassThroughMethodOptions { + instance: any; props: ConfirmPopupProps; state: ConfirmPopupState; } diff --git a/components/lib/contextmenu/ContextMenu.d.ts b/components/lib/contextmenu/ContextMenu.d.ts index ad0974d86..6eab0b34f 100755 --- a/components/lib/contextmenu/ContextMenu.d.ts +++ b/components/lib/contextmenu/ContextMenu.d.ts @@ -19,6 +19,7 @@ export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAtt * Custom passthrough(pt) option method. */ export interface ContextMenuPassThroughMethodOptions { + instance: any; props: ContextMenuProps; state: ContextMenuState; context: ContextMenuContext; diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts index b37d6c284..a0b2a31e8 100755 --- a/components/lib/datatable/DataTable.d.ts +++ b/components/lib/datatable/DataTable.d.ts @@ -22,6 +22,7 @@ export declare type DataTablePassThroughOptionType = DataTablePassThroughAttribu * Custom passthrough(pt) option method. */ export interface DataTablePassThroughMethodOptions { + instance: any; props: DataTableProps; state: DataTableState; } diff --git a/components/lib/dataview/DataView.d.ts b/components/lib/dataview/DataView.d.ts index 18b5d6580..2861144fc 100755 --- a/components/lib/dataview/DataView.d.ts +++ b/components/lib/dataview/DataView.d.ts @@ -18,6 +18,7 @@ export declare type DataViewPassThroughOptionType = DataViewPassThroughAttribute * Custom passthrough(pt) option method. */ export interface DataViewPassThroughMethodOptions { + instance: any; props: DataViewProps; state: DataViewState; } diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts index f00314f89..e036f898b 100755 --- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts @@ -17,6 +17,7 @@ export declare type DataViewLayoutOptionsPassThroughOptionType = DataViewLayoutO * Custom passthrough(pt) option method. */ export interface DataViewLayoutOptionsPassThroughMethodOptions { + instance: any; props: DataViewLayoutOptionsProps; state: DataViewLayoutOptionsState; } diff --git a/components/lib/deferredcontent/DeferredContent.d.ts b/components/lib/deferredcontent/DeferredContent.d.ts index cdd8df7db..a8226399c 100755 --- a/components/lib/deferredcontent/DeferredContent.d.ts +++ b/components/lib/deferredcontent/DeferredContent.d.ts @@ -17,6 +17,7 @@ export declare type DeferredContentPassThroughOptionType = DeferredContentPassTh * Custom passthrough(pt) option method. */ export interface DeferredContentPassThroughMethodOptions { + instance: any; props: DeferredContentProps; state: DeferredContentState; } diff --git a/components/lib/dialog/Dialog.d.ts b/components/lib/dialog/Dialog.d.ts index bb10e5301..8848f377d 100755 --- a/components/lib/dialog/Dialog.d.ts +++ b/components/lib/dialog/Dialog.d.ts @@ -17,6 +17,7 @@ export declare type DialogPassThroughOptionType = DialogPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface DialogPassThroughMethodOptions { + instance: any; props: DialogProps; state: DialogState; } diff --git a/components/lib/divider/Divider.d.ts b/components/lib/divider/Divider.d.ts index e5824e1a9..102d4f4dc 100644 --- a/components/lib/divider/Divider.d.ts +++ b/components/lib/divider/Divider.d.ts @@ -17,6 +17,7 @@ export declare type DividerPassThroughOptionType = DividerPassThroughAttributes * Custom passthrough(pt) option method. */ export interface DividerPassThroughMethodOptions { + instance: any; props: DividerProps; } diff --git a/components/lib/dock/Dock.d.ts b/components/lib/dock/Dock.d.ts index cd76a485a..28eca40d7 100644 --- a/components/lib/dock/Dock.d.ts +++ b/components/lib/dock/Dock.d.ts @@ -18,6 +18,7 @@ export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((op * Custom passthrough(pt) option method. */ export interface DockPassThroughMethodOptions { + instance: any; props: DockProps; state: DockState; context: DockContext; diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts index c3a342f7c..04ea7a71d 100755 --- a/components/lib/dropdown/Dropdown.d.ts +++ b/components/lib/dropdown/Dropdown.d.ts @@ -18,6 +18,7 @@ export declare type DropdownPassThroughOptionType = DropdownPassThroughAttribute * Custom passthrough(pt) option method. */ export interface DropdownPassThroughMethodOptions { + instance: any; props: DropdownProps; state: DropdownState; context: DropdownContext; diff --git a/components/lib/editor/Editor.d.ts b/components/lib/editor/Editor.d.ts index 0abf7d9cb..dcd65a64d 100755 --- a/components/lib/editor/Editor.d.ts +++ b/components/lib/editor/Editor.d.ts @@ -16,6 +16,7 @@ export declare type EditorPassThroughOptionType = EditorPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface EditorPassThroughMethodOptions { + instance: any; props: EditorProps; state: EditorState; } diff --git a/components/lib/fieldset/Fieldset.d.ts b/components/lib/fieldset/Fieldset.d.ts index dc21f58cc..7c315759d 100755 --- a/components/lib/fieldset/Fieldset.d.ts +++ b/components/lib/fieldset/Fieldset.d.ts @@ -17,6 +17,7 @@ export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttribute * Custom passthrough(pt) option method. */ export interface FieldsetPassThroughMethodOptions { + instance: any; props: FieldsetProps; state: FieldsetState; } diff --git a/components/lib/fileupload/FileUpload.d.ts b/components/lib/fileupload/FileUpload.d.ts index afff29144..eafa79210 100755 --- a/components/lib/fileupload/FileUpload.d.ts +++ b/components/lib/fileupload/FileUpload.d.ts @@ -19,6 +19,7 @@ export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttri * Custom passthrough(pt) option method. */ export interface FileUploadPassThroughMethodOptions { + instance: any; props: FileUploadProps; state: FileUploadState; } diff --git a/components/lib/galleria/Galleria.d.ts b/components/lib/galleria/Galleria.d.ts index 297e0410f..3aa34cdbe 100755 --- a/components/lib/galleria/Galleria.d.ts +++ b/components/lib/galleria/Galleria.d.ts @@ -16,6 +16,7 @@ export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttribute * Custom passthrough(pt) option method. */ export interface GalleriaPassThroughMethodOptions { + instance: any; props: GalleriaProps; state: GalleriaState; } diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts index cc4edcc9a..7bf495e0a 100644 --- a/components/lib/image/Image.d.ts +++ b/components/lib/image/Image.d.ts @@ -16,6 +16,7 @@ export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface ImagePassThroughMethodOptions { + instance: any; props: ImageProps; state: ImageState; } diff --git a/components/lib/inlinemessage/InlineMessage.d.ts b/components/lib/inlinemessage/InlineMessage.d.ts index 38d802918..2cc6b82d2 100755 --- a/components/lib/inlinemessage/InlineMessage.d.ts +++ b/components/lib/inlinemessage/InlineMessage.d.ts @@ -17,6 +17,7 @@ export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroug * Custom passthrough(pt) option method. */ export interface InlineMessagePassThroughMethodOptions { + instance: any; props: InlineMessageProps; state: InlineMessageState; } diff --git a/components/lib/inplace/Inplace.d.ts b/components/lib/inplace/Inplace.d.ts index c16246bff..5b5f44ab5 100755 --- a/components/lib/inplace/Inplace.d.ts +++ b/components/lib/inplace/Inplace.d.ts @@ -19,6 +19,7 @@ export declare type InplacePassThroughOptionType = InplacePassThroughAttributes * Custom passthrough(pt) option method. */ export interface InplacePassThroughMethodOptions { + instance: any; props: InplaceProps; state: InplaceState; } diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts index 1f487b648..dcee8409d 100755 --- a/components/lib/inputnumber/InputNumber.d.ts +++ b/components/lib/inputnumber/InputNumber.d.ts @@ -19,6 +19,7 @@ export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAtt * Custom passthrough(pt) option method. */ export interface InputNumberPassThroughMethodOptions { + instance: any; props: InputNumberProps; state: InputNumberState; } diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts index d6802125e..b380ed22b 100755 --- a/components/lib/inputswitch/InputSwitch.d.ts +++ b/components/lib/inputswitch/InputSwitch.d.ts @@ -17,6 +17,7 @@ export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAtt * Custom passthrough(pt) option method. */ export interface InputSwitchPassThroughMethodOptions { + instance: any; props: InputSwitchProps; state: InputSwitchState; } diff --git a/components/lib/knob/Knob.d.ts b/components/lib/knob/Knob.d.ts index cb72c4f22..c2903a9f0 100644 --- a/components/lib/knob/Knob.d.ts +++ b/components/lib/knob/Knob.d.ts @@ -16,6 +16,7 @@ export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((op * Custom passthrough(pt) option method. */ export interface KnobPassThroughMethodOptions { + instance: any; props: KnobProps; state: KnobState; } diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts index 6a3e407c6..38b1b2f8e 100755 --- a/components/lib/listbox/Listbox.d.ts +++ b/components/lib/listbox/Listbox.d.ts @@ -18,6 +18,7 @@ export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes * Custom passthrough(pt) option method. */ export interface ListboxPassThroughMethodOptions { + instance: any; props: ListboxProps; state: ListboxState; context: ListboxContext; diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts index a18ad9b29..569171860 100755 --- a/components/lib/megamenu/MegaMenu.d.ts +++ b/components/lib/megamenu/MegaMenu.d.ts @@ -18,6 +18,7 @@ export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttribute * Custom passthrough(pt) option method. */ export interface MegaMenuPassThroughMethodOptions { + instance: any; props: MegaMenuProps; state: MegaMenuState; context: MegaMenuContext; diff --git a/components/lib/menu/Menu.d.ts b/components/lib/menu/Menu.d.ts index fe62a5d39..e24ca7e09 100755 --- a/components/lib/menu/Menu.d.ts +++ b/components/lib/menu/Menu.d.ts @@ -18,6 +18,7 @@ export declare type MenuPassThroughOptionType = MenuPassThroughAttributes | ((op * Custom passthrough(pt) option method. */ export interface MenuPassThroughMethodOptions { + instance: any; props: MenuProps; state: MenuState; context: MenuContext; diff --git a/components/lib/menubar/Menubar.d.ts b/components/lib/menubar/Menubar.d.ts index 0ed485479..34b1a6262 100755 --- a/components/lib/menubar/Menubar.d.ts +++ b/components/lib/menubar/Menubar.d.ts @@ -18,6 +18,7 @@ export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes * Custom passthrough(pt) option method. */ export interface MenubarPassThroughMethodOptions { + instance: any; props: MenubarProps; state: MenubarState; context: MenubarContext; diff --git a/components/lib/message/Message.d.ts b/components/lib/message/Message.d.ts index 2f43fe2e3..33ac71610 100755 --- a/components/lib/message/Message.d.ts +++ b/components/lib/message/Message.d.ts @@ -17,6 +17,7 @@ export declare type MessagePassThroughOptionType = MessagePassThroughAttributes * Custom passthrough(pt) option method. */ export interface MessagePassThroughMethodOptions { + instance: any; props: MessageProps; state: MessageState; } diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts index c774fceb7..d8be497b8 100755 --- a/components/lib/multiselect/MultiSelect.d.ts +++ b/components/lib/multiselect/MultiSelect.d.ts @@ -18,6 +18,7 @@ export declare type MultiSelectPassThroughOptionType = MultiSelectPassThroughAtt * Custom passthrough(pt) option method. */ export interface MultiSelectPassThroughMethodOptions { + instance: any; props: MultiSelectProps; state: MultiSelectState; context: MultiSelectContext; diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts index 6e649abfc..36bfdad85 100755 --- a/components/lib/orderlist/OrderList.d.ts +++ b/components/lib/orderlist/OrderList.d.ts @@ -18,6 +18,7 @@ export declare type OrderListPassThroughOptionType = OrderListPassThroughAttribu * Custom passthrough(pt) option method. */ export interface OrderListPassThroughMethodOptions { + instance: any; props: OrderListProps; state: OrderListState; } diff --git a/components/lib/organizationchart/OrganizationChart.d.ts b/components/lib/organizationchart/OrganizationChart.d.ts index 976243d14..b7d1f8ef7 100755 --- a/components/lib/organizationchart/OrganizationChart.d.ts +++ b/components/lib/organizationchart/OrganizationChart.d.ts @@ -17,6 +17,7 @@ export declare type OrganizationChartPassThroughOptionType = OrganizationChartPa * Custom passthrough(pt) option method. */ export interface OrganizationChartPassThroughMethodOptions { + instance: any; props: OrganizationChartProps; state: OrganizationChartState; context: OrganizationChartContext; diff --git a/components/lib/overlaypanel/OverlayPanel.d.ts b/components/lib/overlaypanel/OverlayPanel.d.ts index f9115e878..220876588 100755 --- a/components/lib/overlaypanel/OverlayPanel.d.ts +++ b/components/lib/overlaypanel/OverlayPanel.d.ts @@ -17,6 +17,7 @@ export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughA * Custom passthrough(pt) option method. */ export interface OverlayPanelPassThroughMethodOptions { + instance: any; props: OverlayPanelProps; state: OverlayPanelState; } diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts index 356d9ba43..4962c4b90 100755 --- a/components/lib/paginator/Paginator.d.ts +++ b/components/lib/paginator/Paginator.d.ts @@ -19,6 +19,7 @@ export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttribu * Custom passthrough(pt) option method. */ export interface PaginatorPassThroughMethodOptions { + instance: any; props: PaginatorProps; state: PaginatorState; context: PaginatorContext; diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts index 82dce7de4..393b91899 100755 --- a/components/lib/panel/Panel.d.ts +++ b/components/lib/panel/Panel.d.ts @@ -17,6 +17,7 @@ export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface PanelPassThroughMethodOptions { + instance: any; props: PanelProps; state: PanelState; } diff --git a/components/lib/panelmenu/PanelMenu.d.ts b/components/lib/panelmenu/PanelMenu.d.ts index d2f634f58..675c8a313 100755 --- a/components/lib/panelmenu/PanelMenu.d.ts +++ b/components/lib/panelmenu/PanelMenu.d.ts @@ -18,6 +18,7 @@ export declare type PanelMenuPassThroughOptionType = PanelMenuPassThroughAttribu * Custom passthrough(pt) option method. */ export interface PanelMenuPassThroughMethodOptions { + instance: any; props: PanelMenuProps; state: PanelMenuState; context: PanelMenuContext; diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts index 386528eb3..004e1dc9d 100755 --- a/components/lib/password/Password.d.ts +++ b/components/lib/password/Password.d.ts @@ -18,6 +18,7 @@ export declare type PasswordPassThroughOptionType = PasswordPassThroughAttribute * Custom passthrough(pt) option method. */ export interface PasswordPassThroughMethodOptions { + instance: any; props: PasswordProps; state: PasswordState; } diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index b55a25c48..e8c0c5b31 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -18,6 +18,7 @@ export declare type PickListPassThroughOptionType = PickListPassThroughAttribute * Custom passthrough(pt) option method. */ export interface PickListPassThroughMethodOptions { + instance: any; props: PickListProps; state: PickListState; } diff --git a/components/lib/progressbar/ProgressBar.d.ts b/components/lib/progressbar/ProgressBar.d.ts index 449989653..9aa64d4ae 100755 --- a/components/lib/progressbar/ProgressBar.d.ts +++ b/components/lib/progressbar/ProgressBar.d.ts @@ -17,6 +17,7 @@ export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAtt * Custom passthrough(pt) option method. */ export interface ProgressBarPassThroughMethodOptions { + instance: any; props: ProgressBarProps; } diff --git a/components/lib/progressspinner/ProgressSpinner.d.ts b/components/lib/progressspinner/ProgressSpinner.d.ts index a856ef9d4..845fc4a13 100755 --- a/components/lib/progressspinner/ProgressSpinner.d.ts +++ b/components/lib/progressspinner/ProgressSpinner.d.ts @@ -16,6 +16,7 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh * Custom passthrough(pt) option method. */ export interface ProgressSpinnerPassThroughMethodOptions { + instance: any; props: ProgressSpinnerProps; } diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts index a318e89a9..13bc15d9f 100755 --- a/components/lib/radiobutton/RadioButton.d.ts +++ b/components/lib/radiobutton/RadioButton.d.ts @@ -17,6 +17,7 @@ export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAtt * Custom passthrough(pt) option method. */ export interface RadioButtonPassThroughMethodOptions { + instance: any; props: RadioButtonProps; state: RadioButtonState; } diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts index ad7fa9e47..63999d654 100755 --- a/components/lib/rating/Rating.d.ts +++ b/components/lib/rating/Rating.d.ts @@ -17,6 +17,7 @@ export declare type RatingPassThroughOptionType = RatingPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface RatingPassThroughMethodOptions { + instance: any; props: RatingProps; state: RatingState; context: RatingContext; diff --git a/components/lib/row/Row.d.ts b/components/lib/row/Row.d.ts index 0de1498c2..133ec78fa 100755 --- a/components/lib/row/Row.d.ts +++ b/components/lib/row/Row.d.ts @@ -15,6 +15,7 @@ export declare type RowPassThroughOptionType = RowPassThroughAttributes | ((opti * Custom passthrough(pt) option method. */ export interface RowPassThroughMethodOptions { + instance: any; props: RowProps; parent: ColumnGroupPassThroughOptions; context: RowContext; diff --git a/components/lib/scrollpanel/ScrollPanel.d.ts b/components/lib/scrollpanel/ScrollPanel.d.ts index 224ecde0c..eca4410d0 100644 --- a/components/lib/scrollpanel/ScrollPanel.d.ts +++ b/components/lib/scrollpanel/ScrollPanel.d.ts @@ -17,6 +17,7 @@ export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAtt * Custom passthrough(pt) option method. */ export interface ScrollPanelPassThroughMethodOptions { + instance: any; props: ScrollPanelProps; state: ScrollPanelState; } diff --git a/components/lib/scrolltop/ScrollTop.d.ts b/components/lib/scrolltop/ScrollTop.d.ts index 9c46ce804..81ca0be16 100644 --- a/components/lib/scrolltop/ScrollTop.d.ts +++ b/components/lib/scrolltop/ScrollTop.d.ts @@ -17,6 +17,7 @@ export declare type ScrollTopPassThroughOptionType = ScrollTopPassThroughAttribu * Custom passthrough(pt) option method. */ export interface ScrollTopPassThroughMethodOptions { + instance: any; props: ScrollTopProps; state: ScrollTopState; } diff --git a/components/lib/selectbutton/SelectButton.d.ts b/components/lib/selectbutton/SelectButton.d.ts index 3c50176e1..c20f6dbb5 100755 --- a/components/lib/selectbutton/SelectButton.d.ts +++ b/components/lib/selectbutton/SelectButton.d.ts @@ -17,6 +17,7 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA * Custom passthrough(pt) option method. */ export interface SelectButtonPassThroughMethodOptions { + instance: any; props: SelectButtonProps; state: SelectButtonState; context: SelectButtonContext; diff --git a/components/lib/sidebar/Sidebar.d.ts b/components/lib/sidebar/Sidebar.d.ts index 408b6ee96..5cfa77f7e 100755 --- a/components/lib/sidebar/Sidebar.d.ts +++ b/components/lib/sidebar/Sidebar.d.ts @@ -17,6 +17,7 @@ export declare type SidebarPassThroughOptionType = SidebarPassThroughAttributes * Custom passthrough(pt) option method. */ export interface SidebarPassThroughMethodOptions { + instance: any; props: SidebarProps; state: SidebarState; } diff --git a/components/lib/skeleton/Skeleton.d.ts b/components/lib/skeleton/Skeleton.d.ts index 3700e4382..def64b079 100644 --- a/components/lib/skeleton/Skeleton.d.ts +++ b/components/lib/skeleton/Skeleton.d.ts @@ -16,6 +16,7 @@ export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttribute * Custom passthrough(pt) option method. */ export interface SkeletonPassThroughMethodOptions { + instance: any; props: SkeletonProps; } diff --git a/components/lib/slider/Slider.d.ts b/components/lib/slider/Slider.d.ts index 82e9e9fb2..ea810858b 100755 --- a/components/lib/slider/Slider.d.ts +++ b/components/lib/slider/Slider.d.ts @@ -16,6 +16,7 @@ export declare type SliderPassThroughOptionType = SliderPassThroughAttributes | * Custom passthrough(pt) option method. */ export interface SliderPassThroughMethodOptions { + instance: any; props: SliderProps; } diff --git a/components/lib/speeddial/SpeedDial.d.ts b/components/lib/speeddial/SpeedDial.d.ts index 869f6400b..3fdd0c395 100644 --- a/components/lib/speeddial/SpeedDial.d.ts +++ b/components/lib/speeddial/SpeedDial.d.ts @@ -19,6 +19,7 @@ export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttribu * Custom passthrough(pt) option method. */ export interface SpeedDialPassThroughMethodOptions { + instance: any; props: SpeedDialProps; state: SpeedDialState; context: SpeedDialContext; diff --git a/components/lib/splitbutton/SplitButton.d.ts b/components/lib/splitbutton/SplitButton.d.ts index 70ef0d946..c37ef97aa 100755 --- a/components/lib/splitbutton/SplitButton.d.ts +++ b/components/lib/splitbutton/SplitButton.d.ts @@ -20,6 +20,7 @@ export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAtt * Custom passthrough(pt) option method. */ export interface SplitButtonPassThroughMethodOptions { + instance: any; props: SplitButtonProps; state: SplitButtonState; } diff --git a/components/lib/splitter/Splitter.d.ts b/components/lib/splitter/Splitter.d.ts index e68f4e37b..28b300d5f 100644 --- a/components/lib/splitter/Splitter.d.ts +++ b/components/lib/splitter/Splitter.d.ts @@ -17,6 +17,7 @@ export declare type SplitterPassThroughOptionType = SplitterPassThroughAttribute * Custom passthrough(pt) option method. */ export interface SplitterPassThroughMethodOptions { + instance: any; props: SplitterProps; state: SplitterState; } diff --git a/components/lib/splitterpanel/SplitterPanel.d.ts b/components/lib/splitterpanel/SplitterPanel.d.ts index 3e8d3077c..2bba0f578 100644 --- a/components/lib/splitterpanel/SplitterPanel.d.ts +++ b/components/lib/splitterpanel/SplitterPanel.d.ts @@ -17,6 +17,7 @@ export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroug * Custom passthrough(pt) option method. */ export interface SplitterPanelPassThroughMethodOptions { + instance: any; props: SplitterPanelProps; } diff --git a/components/lib/steps/Steps.d.ts b/components/lib/steps/Steps.d.ts index 9585c45f1..0cf40f018 100755 --- a/components/lib/steps/Steps.d.ts +++ b/components/lib/steps/Steps.d.ts @@ -18,6 +18,7 @@ export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface StepsPassThroughMethodOptions { + instance: any; props: StepsProps; } diff --git a/components/lib/tabmenu/TabMenu.d.ts b/components/lib/tabmenu/TabMenu.d.ts index d21ff78df..3f67778ba 100755 --- a/components/lib/tabmenu/TabMenu.d.ts +++ b/components/lib/tabmenu/TabMenu.d.ts @@ -18,6 +18,7 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes * Custom passthrough(pt) option method. */ export interface TabMenuPassThroughMethodOptions { + instance: any; props: TabMenuProps; state: TabMenuState; context: TabMenuContext; diff --git a/components/lib/tabpanel/TabPanel.d.ts b/components/lib/tabpanel/TabPanel.d.ts index b2d7885fc..76ce3212c 100755 --- a/components/lib/tabpanel/TabPanel.d.ts +++ b/components/lib/tabpanel/TabPanel.d.ts @@ -18,6 +18,7 @@ export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttribute * Custom passthrough(pt) option method. */ export interface TabPanelPassThroughMethodOptions { + instance: any; props: TabPanelProps; parent: TabViewPassThroughOptions; context: TabPanelContext; diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index cf8d55eac..b1030761f 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -17,6 +17,7 @@ export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((opti * Custom passthrough(pt) option method. */ export interface TagPassThroughMethodOptions { + instance: any; props: TagProps; } diff --git a/components/lib/terminal/Terminal.d.ts b/components/lib/terminal/Terminal.d.ts index 86e17aa48..d2e7f408d 100755 --- a/components/lib/terminal/Terminal.d.ts +++ b/components/lib/terminal/Terminal.d.ts @@ -16,6 +16,7 @@ export declare type TerminalPassThroughOptionType = TerminalPassThroughAttribute * Custom passthrough(pt) option method. */ export interface TerminalPassThroughMethodOptions { + instance: any; props: TerminalProps; state: TerminalState; } diff --git a/components/lib/textarea/Textarea.d.ts b/components/lib/textarea/Textarea.d.ts index 8c6dec179..0413f3d00 100755 --- a/components/lib/textarea/Textarea.d.ts +++ b/components/lib/textarea/Textarea.d.ts @@ -17,6 +17,7 @@ export declare type TextareaPassThroughOptionType = TextareaPassThroughAttribute * Custom passthrough(pt) option method. */ export interface TextareaPassThroughMethodOptions { + instance: any; props: TextareaProps; } diff --git a/components/lib/tieredmenu/TieredMenu.d.ts b/components/lib/tieredmenu/TieredMenu.d.ts index b48573e2b..684d6111d 100755 --- a/components/lib/tieredmenu/TieredMenu.d.ts +++ b/components/lib/tieredmenu/TieredMenu.d.ts @@ -18,6 +18,7 @@ export declare type TieredMenuPassThroughOptionType = TieredMenuPassThroughAttri * Custom passthrough(pt) option method. */ export interface TieredMenuPassThroughMethodOptions { + instance: any; props: TieredMenuProps; state: TieredMenuState; context: TieredMenuContext; diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts index 1343a0745..0d831ff81 100755 --- a/components/lib/toast/Toast.d.ts +++ b/components/lib/toast/Toast.d.ts @@ -17,6 +17,7 @@ export declare type ToastPassThroughOptionType = ToastPassThroughAttributes | (( * Custom passthrough(pt) option method. */ export interface ToastPassThroughMethodOptions { + instance: any; props: ToastProps; state: ToastState; } diff --git a/components/lib/togglebutton/ToggleButton.d.ts b/components/lib/togglebutton/ToggleButton.d.ts index 6642c0865..9e0f387b6 100755 --- a/components/lib/togglebutton/ToggleButton.d.ts +++ b/components/lib/togglebutton/ToggleButton.d.ts @@ -17,6 +17,7 @@ export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughA * Custom passthrough(pt) option method. */ export interface ToggleButtonPassThroughMethodOptions { + instance: any; props: ToggleButtonProps; state: ToggleButtonState; } diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts index f2394f66a..9036dbeef 100755 --- a/components/lib/toolbar/Toolbar.d.ts +++ b/components/lib/toolbar/Toolbar.d.ts @@ -17,6 +17,7 @@ export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes * Custom passthrough(pt) option method. */ export interface ToolbarPassThroughMethodOptions { + instance: any; props: ToolbarProps; } diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts index 88425c612..ace335766 100755 --- a/components/lib/tree/Tree.d.ts +++ b/components/lib/tree/Tree.d.ts @@ -17,6 +17,7 @@ export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((op * Custom passthrough(pt) option method. */ export interface TreePassThroughMethodOptions { + instance: any; props: TreeProps; state: TreeState; context: TreeContext; diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts index 301263747..f0033106a 100644 --- a/components/lib/treeselect/TreeSelect.d.ts +++ b/components/lib/treeselect/TreeSelect.d.ts @@ -18,6 +18,7 @@ export declare type TreeSelectPassThroughOptionType = TreeSelectPassThroughAttri * Custom passthrough(pt) option method. */ export interface TreeSelectPassThroughMethodOptions { + instance: any; props: TreeSelectProps; state: TreeSelectState; } diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts index f75362379..3c7af83df 100755 --- a/components/lib/treetable/TreeTable.d.ts +++ b/components/lib/treetable/TreeTable.d.ts @@ -20,6 +20,7 @@ export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttribu * Custom passthrough(pt) option method. */ export interface TreeTablePassThroughMethodOptions { + instance: any; props: TreeTableProps; state: TreeTableState; } diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts index e9a6802e8..2cde4ce8b 100755 --- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts +++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts @@ -17,6 +17,7 @@ export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPass * Custom passthrough(pt) option method. */ export interface TriStateCheckboxPassThroughMethodOptions { + instance: any; props: TriStateCheckboxProps; state: TriStateCheckboxState; context: TriStateCheckboxContext; diff --git a/components/lib/virtualscroller/VirtualScroller.d.ts b/components/lib/virtualscroller/VirtualScroller.d.ts index 6b4f18b04..c0c6dd7cd 100644 --- a/components/lib/virtualscroller/VirtualScroller.d.ts +++ b/components/lib/virtualscroller/VirtualScroller.d.ts @@ -17,6 +17,7 @@ export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassTh * Custom passthrough(pt) option method. */ export interface VirtualScrollerPassThroughMethodOptions { + instance: any; props: VirtualScrollerProps; state: VirtualScrollerState; }