Update d.ts files

pull/4101/head^2
mertsincan 2023-07-06 13:01:33 +01:00
parent 546504c4e0
commit 812378623b
83 changed files with 83 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export declare type AccordionPassThroughOptionType = AccordionPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface AccordionPassThroughMethodOptions { export interface AccordionPassThroughMethodOptions {
instance: any;
props: AccordionProps; props: AccordionProps;
state: AccordionState; state: AccordionState;
} }

View File

@ -17,6 +17,7 @@ export declare type AccordionTabPassThroughOptionType = AccordionTabPassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface AccordionTabPassThroughMethodOptions { export interface AccordionTabPassThroughMethodOptions {
instance: any;
props: AccordionTabProps; props: AccordionTabProps;
parent: AccordionPassThroughOptions; parent: AccordionPassThroughOptions;
context: AccordionTabContext; context: AccordionTabContext;

View File

@ -19,6 +19,7 @@ export declare type AutoCompletePassThroughOptionType = AutoCompletePassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface AutoCompletePassThroughMethodOptions { export interface AutoCompletePassThroughMethodOptions {
instance: any;
props: AutoCompleteProps; props: AutoCompleteProps;
state: AutoCompleteState; state: AutoCompleteState;
context: AutoCompleteContext; context: AutoCompleteContext;

View File

@ -17,6 +17,7 @@ export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface AvatarPassThroughMethodOptions { export interface AvatarPassThroughMethodOptions {
instance: any;
props: AvatarProps; props: AvatarProps;
parent: AvatarGroupPassThroughOptions; parent: AvatarGroupPassThroughOptions;
} }

View File

@ -17,6 +17,7 @@ export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface BadgePassThroughMethodOptions { export interface BadgePassThroughMethodOptions {
instance: any;
props: BadgeProps; props: BadgeProps;
} }

View File

@ -17,6 +17,7 @@ export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface BlockUIPassThroughMethodOptions { export interface BlockUIPassThroughMethodOptions {
instance: any;
props: BlockUIProps; props: BlockUIProps;
state: BlockUIState; state: BlockUIState;
} }

View File

@ -18,6 +18,7 @@ export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttri
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface BreadcrumbPassThroughMethodOptions { export interface BreadcrumbPassThroughMethodOptions {
instance: any;
props: BreadcrumbProps; props: BreadcrumbProps;
} }

View File

@ -17,6 +17,7 @@ export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ButtonPassThroughMethodOptions { export interface ButtonPassThroughMethodOptions {
instance: any;
props: ButtonProps; props: ButtonProps;
context: ButtonContext; context: ButtonContext;
} }

View File

@ -18,6 +18,7 @@ export declare type CalendarPassThroughOptionType = CalendarPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface CalendarPassThroughMethodOptions { export interface CalendarPassThroughMethodOptions {
instance: any;
props: CalendarProps; props: CalendarProps;
state: CalendarState; state: CalendarState;
} }

View File

@ -17,6 +17,7 @@ export declare type CarouselPassThroughOptionType = CarouselPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface CarouselPassThroughMethodOptions { export interface CarouselPassThroughMethodOptions {
instance: any;
props: CarouselProps; props: CarouselProps;
state: CarouselState; state: CarouselState;
} }

View File

@ -17,6 +17,7 @@ export declare type CascadeSelectPassThroughOptionType = CascadeSelectPassThroug
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface CascadeSelectPassThroughMethodOptions { export interface CascadeSelectPassThroughMethodOptions {
instance: any;
props: CascadeSelectProps; props: CascadeSelectProps;
state: CascadeSelectState; state: CascadeSelectState;
} }

View File

@ -17,6 +17,7 @@ export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ChartPassThroughMethodOptions { export interface ChartPassThroughMethodOptions {
instance: any;
props: ChartProps; props: ChartProps;
} }

View File

@ -17,6 +17,7 @@ export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface CheckboxPassThroughMethodOptions { export interface CheckboxPassThroughMethodOptions {
instance: any;
props: CheckboxProps; props: CheckboxProps;
state: CheckboxState; state: CheckboxState;
context: CheckboxContext; context: CheckboxContext;

View File

@ -17,6 +17,7 @@ export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((op
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ChipPassThroughMethodOptions { export interface ChipPassThroughMethodOptions {
instance: any;
props: ChipProps; props: ChipProps;
state: ChipState; state: ChipState;
} }

View File

@ -17,6 +17,7 @@ export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ChipsPassThroughMethodOptions { export interface ChipsPassThroughMethodOptions {
instance: any;
props: ChipsProps; props: ChipsProps;
state: ChipsState; state: ChipsState;
} }

View File

@ -16,6 +16,7 @@ export declare type ColorPickerPassThroughOptionType = ColorPickerPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ColorPickerPassThroughMethodOptions { export interface ColorPickerPassThroughMethodOptions {
instance: any;
props: ColorPickerProps; props: ColorPickerProps;
state: ColorPickerState; state: ColorPickerState;
} }

View File

@ -23,6 +23,7 @@ export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ColumnPassThroughMethodOptions { export interface ColumnPassThroughMethodOptions {
instance: any;
props: ColumnProps; props: ColumnProps;
parent: DataTablePassThroughOptions; parent: DataTablePassThroughOptions;
context: ColumnContext; context: ColumnContext;

View File

@ -15,6 +15,7 @@ export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ColumnGroupPassThroughMethodOptions { export interface ColumnGroupPassThroughMethodOptions {
instance: any;
props: ColumnGroupProps; props: ColumnGroupProps;
parent: DataTablePassThroughOptions; parent: DataTablePassThroughOptions;
context: ColumnGroupContext; context: ColumnGroupContext;

View File

@ -19,6 +19,7 @@ export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroug
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ConfirmDialogPassThroughMethodOptions { export interface ConfirmDialogPassThroughMethodOptions {
instance: any;
props: ConfirmDialogProps; props: ConfirmDialogProps;
state: ConfirmDialogState; state: ConfirmDialogState;
} }

View File

@ -19,6 +19,7 @@ export declare type ConfirmPopupPassThroughOptionType = ConfirmPopupPassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ConfirmPopupPassThroughMethodOptions { export interface ConfirmPopupPassThroughMethodOptions {
instance: any;
props: ConfirmPopupProps; props: ConfirmPopupProps;
state: ConfirmPopupState; state: ConfirmPopupState;
} }

View File

@ -19,6 +19,7 @@ export declare type ContextMenuPassThroughOptionType = ContextMenuPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ContextMenuPassThroughMethodOptions { export interface ContextMenuPassThroughMethodOptions {
instance: any;
props: ContextMenuProps; props: ContextMenuProps;
state: ContextMenuState; state: ContextMenuState;
context: ContextMenuContext; context: ContextMenuContext;

View File

@ -22,6 +22,7 @@ export declare type DataTablePassThroughOptionType = DataTablePassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DataTablePassThroughMethodOptions { export interface DataTablePassThroughMethodOptions {
instance: any;
props: DataTableProps; props: DataTableProps;
state: DataTableState; state: DataTableState;
} }

View File

@ -18,6 +18,7 @@ export declare type DataViewPassThroughOptionType = DataViewPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DataViewPassThroughMethodOptions { export interface DataViewPassThroughMethodOptions {
instance: any;
props: DataViewProps; props: DataViewProps;
state: DataViewState; state: DataViewState;
} }

View File

@ -17,6 +17,7 @@ export declare type DataViewLayoutOptionsPassThroughOptionType = DataViewLayoutO
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DataViewLayoutOptionsPassThroughMethodOptions { export interface DataViewLayoutOptionsPassThroughMethodOptions {
instance: any;
props: DataViewLayoutOptionsProps; props: DataViewLayoutOptionsProps;
state: DataViewLayoutOptionsState; state: DataViewLayoutOptionsState;
} }

View File

@ -17,6 +17,7 @@ export declare type DeferredContentPassThroughOptionType = DeferredContentPassTh
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DeferredContentPassThroughMethodOptions { export interface DeferredContentPassThroughMethodOptions {
instance: any;
props: DeferredContentProps; props: DeferredContentProps;
state: DeferredContentState; state: DeferredContentState;
} }

View File

@ -17,6 +17,7 @@ export declare type DialogPassThroughOptionType = DialogPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DialogPassThroughMethodOptions { export interface DialogPassThroughMethodOptions {
instance: any;
props: DialogProps; props: DialogProps;
state: DialogState; state: DialogState;
} }

View File

@ -17,6 +17,7 @@ export declare type DividerPassThroughOptionType = DividerPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DividerPassThroughMethodOptions { export interface DividerPassThroughMethodOptions {
instance: any;
props: DividerProps; props: DividerProps;
} }

View File

@ -18,6 +18,7 @@ export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((op
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DockPassThroughMethodOptions { export interface DockPassThroughMethodOptions {
instance: any;
props: DockProps; props: DockProps;
state: DockState; state: DockState;
context: DockContext; context: DockContext;

View File

@ -18,6 +18,7 @@ export declare type DropdownPassThroughOptionType = DropdownPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface DropdownPassThroughMethodOptions { export interface DropdownPassThroughMethodOptions {
instance: any;
props: DropdownProps; props: DropdownProps;
state: DropdownState; state: DropdownState;
context: DropdownContext; context: DropdownContext;

View File

@ -16,6 +16,7 @@ export declare type EditorPassThroughOptionType = EditorPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface EditorPassThroughMethodOptions { export interface EditorPassThroughMethodOptions {
instance: any;
props: EditorProps; props: EditorProps;
state: EditorState; state: EditorState;
} }

View File

@ -17,6 +17,7 @@ export declare type FieldsetPassThroughOptionType = FieldsetPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface FieldsetPassThroughMethodOptions { export interface FieldsetPassThroughMethodOptions {
instance: any;
props: FieldsetProps; props: FieldsetProps;
state: FieldsetState; state: FieldsetState;
} }

View File

@ -19,6 +19,7 @@ export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttri
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface FileUploadPassThroughMethodOptions { export interface FileUploadPassThroughMethodOptions {
instance: any;
props: FileUploadProps; props: FileUploadProps;
state: FileUploadState; state: FileUploadState;
} }

View File

@ -16,6 +16,7 @@ export declare type GalleriaPassThroughOptionType = GalleriaPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface GalleriaPassThroughMethodOptions { export interface GalleriaPassThroughMethodOptions {
instance: any;
props: GalleriaProps; props: GalleriaProps;
state: GalleriaState; state: GalleriaState;
} }

View File

@ -16,6 +16,7 @@ export declare type ImagePassThroughOptionType = ImagePassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ImagePassThroughMethodOptions { export interface ImagePassThroughMethodOptions {
instance: any;
props: ImageProps; props: ImageProps;
state: ImageState; state: ImageState;
} }

View File

@ -17,6 +17,7 @@ export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroug
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface InlineMessagePassThroughMethodOptions { export interface InlineMessagePassThroughMethodOptions {
instance: any;
props: InlineMessageProps; props: InlineMessageProps;
state: InlineMessageState; state: InlineMessageState;
} }

View File

@ -19,6 +19,7 @@ export declare type InplacePassThroughOptionType = InplacePassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface InplacePassThroughMethodOptions { export interface InplacePassThroughMethodOptions {
instance: any;
props: InplaceProps; props: InplaceProps;
state: InplaceState; state: InplaceState;
} }

View File

@ -19,6 +19,7 @@ export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface InputNumberPassThroughMethodOptions { export interface InputNumberPassThroughMethodOptions {
instance: any;
props: InputNumberProps; props: InputNumberProps;
state: InputNumberState; state: InputNumberState;
} }

View File

@ -17,6 +17,7 @@ export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface InputSwitchPassThroughMethodOptions { export interface InputSwitchPassThroughMethodOptions {
instance: any;
props: InputSwitchProps; props: InputSwitchProps;
state: InputSwitchState; state: InputSwitchState;
} }

View File

@ -16,6 +16,7 @@ export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((op
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface KnobPassThroughMethodOptions { export interface KnobPassThroughMethodOptions {
instance: any;
props: KnobProps; props: KnobProps;
state: KnobState; state: KnobState;
} }

View File

@ -18,6 +18,7 @@ export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ListboxPassThroughMethodOptions { export interface ListboxPassThroughMethodOptions {
instance: any;
props: ListboxProps; props: ListboxProps;
state: ListboxState; state: ListboxState;
context: ListboxContext; context: ListboxContext;

View File

@ -18,6 +18,7 @@ export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface MegaMenuPassThroughMethodOptions { export interface MegaMenuPassThroughMethodOptions {
instance: any;
props: MegaMenuProps; props: MegaMenuProps;
state: MegaMenuState; state: MegaMenuState;
context: MegaMenuContext; context: MegaMenuContext;

View File

@ -18,6 +18,7 @@ export declare type MenuPassThroughOptionType = MenuPassThroughAttributes | ((op
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface MenuPassThroughMethodOptions { export interface MenuPassThroughMethodOptions {
instance: any;
props: MenuProps; props: MenuProps;
state: MenuState; state: MenuState;
context: MenuContext; context: MenuContext;

View File

@ -18,6 +18,7 @@ export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface MenubarPassThroughMethodOptions { export interface MenubarPassThroughMethodOptions {
instance: any;
props: MenubarProps; props: MenubarProps;
state: MenubarState; state: MenubarState;
context: MenubarContext; context: MenubarContext;

View File

@ -17,6 +17,7 @@ export declare type MessagePassThroughOptionType = MessagePassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface MessagePassThroughMethodOptions { export interface MessagePassThroughMethodOptions {
instance: any;
props: MessageProps; props: MessageProps;
state: MessageState; state: MessageState;
} }

View File

@ -18,6 +18,7 @@ export declare type MultiSelectPassThroughOptionType = MultiSelectPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface MultiSelectPassThroughMethodOptions { export interface MultiSelectPassThroughMethodOptions {
instance: any;
props: MultiSelectProps; props: MultiSelectProps;
state: MultiSelectState; state: MultiSelectState;
context: MultiSelectContext; context: MultiSelectContext;

View File

@ -18,6 +18,7 @@ export declare type OrderListPassThroughOptionType = OrderListPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface OrderListPassThroughMethodOptions { export interface OrderListPassThroughMethodOptions {
instance: any;
props: OrderListProps; props: OrderListProps;
state: OrderListState; state: OrderListState;
} }

View File

@ -17,6 +17,7 @@ export declare type OrganizationChartPassThroughOptionType = OrganizationChartPa
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface OrganizationChartPassThroughMethodOptions { export interface OrganizationChartPassThroughMethodOptions {
instance: any;
props: OrganizationChartProps; props: OrganizationChartProps;
state: OrganizationChartState; state: OrganizationChartState;
context: OrganizationChartContext; context: OrganizationChartContext;

View File

@ -17,6 +17,7 @@ export declare type OverlayPanelPassThroughOptionType = OverlayPanelPassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface OverlayPanelPassThroughMethodOptions { export interface OverlayPanelPassThroughMethodOptions {
instance: any;
props: OverlayPanelProps; props: OverlayPanelProps;
state: OverlayPanelState; state: OverlayPanelState;
} }

View File

@ -19,6 +19,7 @@ export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface PaginatorPassThroughMethodOptions { export interface PaginatorPassThroughMethodOptions {
instance: any;
props: PaginatorProps; props: PaginatorProps;
state: PaginatorState; state: PaginatorState;
context: PaginatorContext; context: PaginatorContext;

View File

@ -17,6 +17,7 @@ export declare type PanelPassThroughOptionType = PanelPassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface PanelPassThroughMethodOptions { export interface PanelPassThroughMethodOptions {
instance: any;
props: PanelProps; props: PanelProps;
state: PanelState; state: PanelState;
} }

View File

@ -18,6 +18,7 @@ export declare type PanelMenuPassThroughOptionType = PanelMenuPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface PanelMenuPassThroughMethodOptions { export interface PanelMenuPassThroughMethodOptions {
instance: any;
props: PanelMenuProps; props: PanelMenuProps;
state: PanelMenuState; state: PanelMenuState;
context: PanelMenuContext; context: PanelMenuContext;

View File

@ -18,6 +18,7 @@ export declare type PasswordPassThroughOptionType = PasswordPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface PasswordPassThroughMethodOptions { export interface PasswordPassThroughMethodOptions {
instance: any;
props: PasswordProps; props: PasswordProps;
state: PasswordState; state: PasswordState;
} }

View File

@ -18,6 +18,7 @@ export declare type PickListPassThroughOptionType = PickListPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface PickListPassThroughMethodOptions { export interface PickListPassThroughMethodOptions {
instance: any;
props: PickListProps; props: PickListProps;
state: PickListState; state: PickListState;
} }

View File

@ -17,6 +17,7 @@ export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ProgressBarPassThroughMethodOptions { export interface ProgressBarPassThroughMethodOptions {
instance: any;
props: ProgressBarProps; props: ProgressBarProps;
} }

View File

@ -16,6 +16,7 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ProgressSpinnerPassThroughMethodOptions { export interface ProgressSpinnerPassThroughMethodOptions {
instance: any;
props: ProgressSpinnerProps; props: ProgressSpinnerProps;
} }

View File

@ -17,6 +17,7 @@ export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface RadioButtonPassThroughMethodOptions { export interface RadioButtonPassThroughMethodOptions {
instance: any;
props: RadioButtonProps; props: RadioButtonProps;
state: RadioButtonState; state: RadioButtonState;
} }

View File

@ -17,6 +17,7 @@ export declare type RatingPassThroughOptionType = RatingPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface RatingPassThroughMethodOptions { export interface RatingPassThroughMethodOptions {
instance: any;
props: RatingProps; props: RatingProps;
state: RatingState; state: RatingState;
context: RatingContext; context: RatingContext;

View File

@ -15,6 +15,7 @@ export declare type RowPassThroughOptionType = RowPassThroughAttributes | ((opti
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface RowPassThroughMethodOptions { export interface RowPassThroughMethodOptions {
instance: any;
props: RowProps; props: RowProps;
parent: ColumnGroupPassThroughOptions; parent: ColumnGroupPassThroughOptions;
context: RowContext; context: RowContext;

View File

@ -17,6 +17,7 @@ export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ScrollPanelPassThroughMethodOptions { export interface ScrollPanelPassThroughMethodOptions {
instance: any;
props: ScrollPanelProps; props: ScrollPanelProps;
state: ScrollPanelState; state: ScrollPanelState;
} }

View File

@ -17,6 +17,7 @@ export declare type ScrollTopPassThroughOptionType = ScrollTopPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ScrollTopPassThroughMethodOptions { export interface ScrollTopPassThroughMethodOptions {
instance: any;
props: ScrollTopProps; props: ScrollTopProps;
state: ScrollTopState; state: ScrollTopState;
} }

View File

@ -17,6 +17,7 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SelectButtonPassThroughMethodOptions { export interface SelectButtonPassThroughMethodOptions {
instance: any;
props: SelectButtonProps; props: SelectButtonProps;
state: SelectButtonState; state: SelectButtonState;
context: SelectButtonContext; context: SelectButtonContext;

View File

@ -17,6 +17,7 @@ export declare type SidebarPassThroughOptionType = SidebarPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SidebarPassThroughMethodOptions { export interface SidebarPassThroughMethodOptions {
instance: any;
props: SidebarProps; props: SidebarProps;
state: SidebarState; state: SidebarState;
} }

View File

@ -16,6 +16,7 @@ export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SkeletonPassThroughMethodOptions { export interface SkeletonPassThroughMethodOptions {
instance: any;
props: SkeletonProps; props: SkeletonProps;
} }

View File

@ -16,6 +16,7 @@ export declare type SliderPassThroughOptionType = SliderPassThroughAttributes |
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SliderPassThroughMethodOptions { export interface SliderPassThroughMethodOptions {
instance: any;
props: SliderProps; props: SliderProps;
} }

View File

@ -19,6 +19,7 @@ export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SpeedDialPassThroughMethodOptions { export interface SpeedDialPassThroughMethodOptions {
instance: any;
props: SpeedDialProps; props: SpeedDialProps;
state: SpeedDialState; state: SpeedDialState;
context: SpeedDialContext; context: SpeedDialContext;

View File

@ -20,6 +20,7 @@ export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAtt
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SplitButtonPassThroughMethodOptions { export interface SplitButtonPassThroughMethodOptions {
instance: any;
props: SplitButtonProps; props: SplitButtonProps;
state: SplitButtonState; state: SplitButtonState;
} }

View File

@ -17,6 +17,7 @@ export declare type SplitterPassThroughOptionType = SplitterPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SplitterPassThroughMethodOptions { export interface SplitterPassThroughMethodOptions {
instance: any;
props: SplitterProps; props: SplitterProps;
state: SplitterState; state: SplitterState;
} }

View File

@ -17,6 +17,7 @@ export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroug
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface SplitterPanelPassThroughMethodOptions { export interface SplitterPanelPassThroughMethodOptions {
instance: any;
props: SplitterPanelProps; props: SplitterPanelProps;
} }

View File

@ -18,6 +18,7 @@ export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface StepsPassThroughMethodOptions { export interface StepsPassThroughMethodOptions {
instance: any;
props: StepsProps; props: StepsProps;
} }

View File

@ -18,6 +18,7 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TabMenuPassThroughMethodOptions { export interface TabMenuPassThroughMethodOptions {
instance: any;
props: TabMenuProps; props: TabMenuProps;
state: TabMenuState; state: TabMenuState;
context: TabMenuContext; context: TabMenuContext;

View File

@ -18,6 +18,7 @@ export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TabPanelPassThroughMethodOptions { export interface TabPanelPassThroughMethodOptions {
instance: any;
props: TabPanelProps; props: TabPanelProps;
parent: TabViewPassThroughOptions; parent: TabViewPassThroughOptions;
context: TabPanelContext; context: TabPanelContext;

View File

@ -17,6 +17,7 @@ export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((opti
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TagPassThroughMethodOptions { export interface TagPassThroughMethodOptions {
instance: any;
props: TagProps; props: TagProps;
} }

View File

@ -16,6 +16,7 @@ export declare type TerminalPassThroughOptionType = TerminalPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TerminalPassThroughMethodOptions { export interface TerminalPassThroughMethodOptions {
instance: any;
props: TerminalProps; props: TerminalProps;
state: TerminalState; state: TerminalState;
} }

View File

@ -17,6 +17,7 @@ export declare type TextareaPassThroughOptionType = TextareaPassThroughAttribute
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TextareaPassThroughMethodOptions { export interface TextareaPassThroughMethodOptions {
instance: any;
props: TextareaProps; props: TextareaProps;
} }

View File

@ -18,6 +18,7 @@ export declare type TieredMenuPassThroughOptionType = TieredMenuPassThroughAttri
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TieredMenuPassThroughMethodOptions { export interface TieredMenuPassThroughMethodOptions {
instance: any;
props: TieredMenuProps; props: TieredMenuProps;
state: TieredMenuState; state: TieredMenuState;
context: TieredMenuContext; context: TieredMenuContext;

View File

@ -17,6 +17,7 @@ export declare type ToastPassThroughOptionType = ToastPassThroughAttributes | ((
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ToastPassThroughMethodOptions { export interface ToastPassThroughMethodOptions {
instance: any;
props: ToastProps; props: ToastProps;
state: ToastState; state: ToastState;
} }

View File

@ -17,6 +17,7 @@ export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughA
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ToggleButtonPassThroughMethodOptions { export interface ToggleButtonPassThroughMethodOptions {
instance: any;
props: ToggleButtonProps; props: ToggleButtonProps;
state: ToggleButtonState; state: ToggleButtonState;
} }

View File

@ -17,6 +17,7 @@ export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface ToolbarPassThroughMethodOptions { export interface ToolbarPassThroughMethodOptions {
instance: any;
props: ToolbarProps; props: ToolbarProps;
} }

View File

@ -17,6 +17,7 @@ export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((op
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TreePassThroughMethodOptions { export interface TreePassThroughMethodOptions {
instance: any;
props: TreeProps; props: TreeProps;
state: TreeState; state: TreeState;
context: TreeContext; context: TreeContext;

View File

@ -18,6 +18,7 @@ export declare type TreeSelectPassThroughOptionType = TreeSelectPassThroughAttri
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TreeSelectPassThroughMethodOptions { export interface TreeSelectPassThroughMethodOptions {
instance: any;
props: TreeSelectProps; props: TreeSelectProps;
state: TreeSelectState; state: TreeSelectState;
} }

View File

@ -20,6 +20,7 @@ export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttribu
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TreeTablePassThroughMethodOptions { export interface TreeTablePassThroughMethodOptions {
instance: any;
props: TreeTableProps; props: TreeTableProps;
state: TreeTableState; state: TreeTableState;
} }

View File

@ -17,6 +17,7 @@ export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPass
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface TriStateCheckboxPassThroughMethodOptions { export interface TriStateCheckboxPassThroughMethodOptions {
instance: any;
props: TriStateCheckboxProps; props: TriStateCheckboxProps;
state: TriStateCheckboxState; state: TriStateCheckboxState;
context: TriStateCheckboxContext; context: TriStateCheckboxContext;

View File

@ -17,6 +17,7 @@ export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassTh
* Custom passthrough(pt) option method. * Custom passthrough(pt) option method.
*/ */
export interface VirtualScrollerPassThroughMethodOptions { export interface VirtualScrollerPassThroughMethodOptions {
instance: any;
props: VirtualScrollerProps; props: VirtualScrollerProps;
state: VirtualScrollerState; state: VirtualScrollerState;
} }