**PassThroughMethodOptions updated TS comments
parent
3293ef980c
commit
041bd3214c
|
@ -18,8 +18,17 @@ export declare type AccordionPassThroughOptionType = AccordionPassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface AccordionPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: AccordionProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: AccordionState;
|
||||
}
|
||||
/**
|
||||
|
|
|
@ -19,9 +19,21 @@ export declare type AccordionTabPassThroughTransitionType = TransitionProps | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface AccordionTabPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: AccordionTabProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: AccordionPassThroughOptions;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: AccordionTabContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,9 +21,21 @@ export declare type AutoCompletePassThroughTransitionType = TransitionProps | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface AutoCompletePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: AutoCompleteProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: AutoCompleteState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: AutoCompleteContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type AvatarPassThroughOptionType = AvatarPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface AvatarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: AvatarProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: AvatarGroupPassThroughOptions;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type BadgePassThroughOptionType = BadgePassThroughAttributes | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface BadgePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: BadgeProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type BlockUIPassThroughOptionType = BlockUIPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface BlockUIPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: BlockUIProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: BlockUIState;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,8 +18,17 @@ export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttri
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface BreadcrumbPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: BreadcrumbProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: BreadcrumbContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type ButtonPassThroughOptionType = ButtonPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ButtonProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ButtonContext;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: any;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type CalendarPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface CalendarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: CalendarProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: CalendarState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: CalendarContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type CarouselPassThroughOptionType = CarouselPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface CarouselPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: CarouselProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: CarouselState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: CarouselContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type CascadeSelectPassThroughTransitionType = TransitionProps | (
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface CascadeSelectPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: CascadeSelectProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: CascadeSelectState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type ChartPassThroughOptionType = ChartPassThroughAttributes | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ChartPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ChartProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type CheckboxPassThroughOptionType = CheckboxPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface CheckboxPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: CheckboxProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: CheckboxState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: CheckboxContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type ChipPassThroughOptionType = ChipPassThroughAttributes | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ChipPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ChipProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ChipState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type ChipsPassThroughOptionType = ChipsPassThroughAttributes | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ChipsPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ChipsProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ChipsState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type ColorPickerPassThroughTransitionType = TransitionProps | ((o
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ColorPickerPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ColorPickerProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ColorPickerState;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,9 +23,21 @@ export declare type ColumnPassThroughOptionType = ColumnPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ColumnPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ColumnProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: DataTablePassThroughOptions;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ColumnContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,9 +15,21 @@ export declare type ColumnGroupPassThroughOptionType = ColumnGroupPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ColumnGroupPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ColumnGroupProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: DataTablePassThroughOptions;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ColumnGroupContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type ConfirmDialogPassThroughOptionType = ConfirmDialogPassThroug
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ConfirmDialogPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ConfirmDialogProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ConfirmDialogState;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,8 +21,17 @@ export declare type ConfirmPopupPassThroughTransitionType = TransitionProps | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ConfirmPopupPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ConfirmPopupProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ConfirmPopupState;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,9 +21,21 @@ export declare type ContextMenuPassThroughTransitionType = TransitionProps | ((o
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ContextMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ContextMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ContextMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ContextMenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -24,9 +24,21 @@ export declare type DataTablePassThroughTransitionType = TransitionProps | ((opt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DataTablePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DataTableProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DataTableState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: DataTableContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,8 +18,17 @@ export declare type DataViewPassThroughOptionType = DataViewPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DataViewPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DataViewProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DataViewState;
|
||||
}
|
||||
/**
|
||||
|
|
|
@ -22,8 +22,17 @@ export declare type DataViewLayoutOptionsPassThroughOptionType =
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DataViewLayoutOptionsPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DataViewLayoutOptionsProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DataViewLayoutOptionsState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type DeferredContentPassThroughOptionType = DeferredContentPassTh
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DeferredContentPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DeferredContentProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DeferredContentState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type DialogPassThroughTransitionType = TransitionProps | ((option
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DialogPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DialogProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DialogState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type DividerPassThroughOptionType = DividerPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DividerPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DividerProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type DockPassThroughOptionType = DockPassThroughAttributes | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DockPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DockProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DockState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: DockContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type DropdownPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface DropdownPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: DropdownProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: DropdownState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: DropdownContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,8 +16,17 @@ export declare type EditorPassThroughOptionType = EditorPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface EditorPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: EditorProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: EditorState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type FieldsetPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface FieldsetPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: FieldsetProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: FieldsetState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type FileUploadPassThroughOptionType = FileUploadPassThroughAttri
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface FileUploadPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: FileUploadProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: FileUploadState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,9 +19,21 @@ export declare type GalleriaPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface GalleriaPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: GalleriaProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: GalleriaState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: GalleriaContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type ImagePassThroughTransitionType = TransitionProps | ((options
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ImagePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**ˆ
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ImageProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ImageState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type InlineMessagePassThroughOptionType = InlineMessagePassThroug
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InlineMessagePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InlineMessageProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: InlineMessageState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type InplacePassThroughOptionType = InplacePassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InplacePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InplaceProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: InplaceState;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,8 +16,17 @@ export declare type InputMaskPassThroughOptionType = InputMaskPassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InputMaskPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InputMaskProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: InputMaskContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type InputNumberPassThroughOptionType = InputNumberPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InputNumberPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InputNumberProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: InputNumberState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type InputSwitchPassThroughOptionType = InputSwitchPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InputSwitchPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InputSwitchProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: InputSwitchState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type InputTextPassThroughOptionType = InputTextPassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface InputTextPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: InputTextProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: InputTextContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,8 +16,17 @@ export declare type KnobPassThroughOptionType = KnobPassThroughAttributes | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface KnobPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: KnobProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: KnobState;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type ListboxPassThroughOptionType = ListboxPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ListboxPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ListboxProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ListboxState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ListboxContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type MegaMenuPassThroughOptionType = MegaMenuPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface MegaMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: MegaMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: MegaMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: MegaMenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type MenuPassThroughTransitionType = TransitionProps | ((options:
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface MenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: MenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: MenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: MenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type MenubarPassThroughOptionType = MenubarPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface MenubarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: MenubarProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: MenubarState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: MenubarContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type MessagePassThroughTransitionType = TransitionProps | ((optio
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface MessagePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: MessageProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: MessageState;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type MultiSelectPassThroughTransitionType = TransitionProps | ((o
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface MultiSelectPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: MultiSelectProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: MultiSelectState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: MultiSelectContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type OrderListPassThroughTransitionType = TransitionProps | ((opt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface OrderListPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: OrderListProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: OrderListState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: OrderListContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type OrganizationChartPassThroughOptionType = OrganizationChartPa
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface OrganizationChartPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: OrganizationChartProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: OrganizationChartState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: OrganizationChartContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type OverlayPanelPassThroughTransitionType = TransitionProps | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface OverlayPanelPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: OverlayPanelProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: OverlayPanelState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,9 +19,21 @@ export declare type PaginatorPassThroughOptionType = PaginatorPassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PaginatorPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PaginatorProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PaginatorState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: PaginatorContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type PanelPassThroughTransitionType = TransitionProps | ((options
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PanelPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PanelProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PanelState;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type PanelMenuPassThroughTransitionType = TransitionProps | ((opt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PanelMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PanelMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PanelMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: PanelMenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,8 +20,17 @@ export declare type PasswordPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PasswordPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PasswordProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PasswordState;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type PickListPassThroughTransitionType = TransitionProps | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface PickListPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: PickListProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: PickListState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: PickListContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type ProgressBarPassThroughOptionType = ProgressBarPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ProgressBarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ProgressBarProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,13 @@ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassTh
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ProgressSpinnerPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ProgressSpinnerProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type RadioButtonPassThroughOptionType = RadioButtonPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface RadioButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: RadioButtonProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: RadioButtonState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type RatingPassThroughOptionType = RatingPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface RatingPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: RatingProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: RatingState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: RatingContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -15,9 +15,21 @@ export declare type RowPassThroughOptionType = RowPassThroughAttributes | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface RowPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: RowProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: ColumnGroupPassThroughOptions;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: RowContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type ScrollPanelPassThroughOptionType = ScrollPanelPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ScrollPanelPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ScrollPanelProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ScrollPanelState;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type ScrollTopPassThroughTransitionType = TransitionProps | ((opt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ScrollTopPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ScrollTopProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ScrollTopState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SelectButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SelectButtonProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SelectButtonState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: SelectButtonContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type SidebarPassThroughTransitionType = TransitionProps | ((optio
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SidebarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SidebarProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SidebarState;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,13 @@ export declare type SkeletonPassThroughOptionType = SkeletonPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SkeletonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SkeletonProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,13 @@ export declare type SliderPassThroughOptionType = SliderPassThroughAttributes |
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SliderPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SliderProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,9 +19,21 @@ export declare type SpeedDialPassThroughOptionType = SpeedDialPassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SpeedDialPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SpeedDialProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SpeedDialState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: SpeedDialContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,8 +20,17 @@ export declare type SplitButtonPassThroughOptionType = SplitButtonPassThroughAtt
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SplitButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SplitButtonProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SplitButtonState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type SplitterPassThroughOptionType = SplitterPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SplitterPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SplitterProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SplitterState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: SplitterContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type SplitterPanelPassThroughOptionType = SplitterPanelPassThroug
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SplitterPanelPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SplitterPanelProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: SplitterPanelContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,8 +18,17 @@ export declare type StepsPassThroughOptionType = StepsPassThroughAttributes | ((
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface StepsPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: StepsProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: StepsContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type TabMenuPassThroughOptionType = TabMenuPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TabMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TabMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TabMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TabMenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,9 +18,21 @@ export declare type TabPanelPassThroughOptionType = TabPanelPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TabPanelPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TabPanelProps;
|
||||
/**
|
||||
* Defines parent instance.
|
||||
*/
|
||||
parent: TabViewPassThroughOptions;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TabPanelContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type TagPassThroughOptionType = TagPassThroughAttributes | ((opti
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TagPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TagProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,8 +16,17 @@ export declare type TerminalPassThroughOptionType = TerminalPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TerminalPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TerminalProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TerminalState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type TextareaPassThroughOptionType = TextareaPassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TextareaPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TextareaProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TextareaContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type TieredMenuPassThroughTransitionType = TransitionProps | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TieredMenuPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TieredMenuProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TieredMenuState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TieredMenuContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,8 +16,17 @@ export declare type TimelinePassThroughOptionType = TimelinePassThroughAttribute
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TimelinePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TimelineProps;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TimelineContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -19,8 +19,17 @@ export declare type ToastPassThroughTransitionType = TransitionProps | ((options
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ToastPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ToastProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ToastState;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type ToggleButtonPassThroughOptionType = ToggleButtonPassThroughA
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ToggleButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ToggleButtonProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: ToggleButtonState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: ToggleButtonContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,13 @@ export declare type ToolbarPassThroughOptionType = ToolbarPassThroughAttributes
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface ToolbarPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: ToolbarProps;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type TreePassThroughOptionType = TreePassThroughAttributes | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TreePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TreeProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TreeState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TreeContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,8 +20,17 @@ export declare type TreeSelectPassThroughTransitionType = TransitionProps | ((op
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TreeSelectPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TreeSelectProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TreeSelectState;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,9 +20,21 @@ export declare type TreeTablePassThroughOptionType = TreeTablePassThroughAttribu
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TreeTablePassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TreeTableProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TreeTableState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TreeTableContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,9 +17,21 @@ export declare type TriStateCheckboxPassThroughOptionType = TriStateCheckboxPass
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface TriStateCheckboxPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: TriStateCheckboxProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: TriStateCheckboxState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: TriStateCheckboxContext;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,8 +17,17 @@ export declare type VirtualScrollerPassThroughOptionType = VirtualScrollerPassTh
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface VirtualScrollerPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: VirtualScrollerProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: VirtualScrollerState;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue