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.
*/
export interface AccordionPassThroughMethodOptions {
instance: any;
props: AccordionProps;
state: AccordionState;
}

View File

@ -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;

View File

@ -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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

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

View File

@ -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;

View File

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

View File

@ -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;

View File

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

View File

@ -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;

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

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

View File

@ -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;

View File

@ -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;

View File

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

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

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

View File

@ -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;

View File

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

View File

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

View File

@ -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;

View File

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