Apidoc updates
parent
5192b34ebc
commit
01af58f917
|
@ -85,7 +85,7 @@ export interface AccordionPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
accordiontab?: AccordionTabPassThroughOptionType;
|
accordiontab?: AccordionTabPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -40,7 +40,7 @@ export interface AnimateOnScrollOptions {
|
||||||
*/
|
*/
|
||||||
export interface AnimateOnScrollDirectivePassThroughOptions {
|
export interface AnimateOnScrollDirectivePassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -186,7 +186,7 @@ export interface AutoCompletePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
selectedMessage?: AutoCompletePassThroughOptionType;
|
selectedMessage?: AutoCompletePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -65,7 +65,7 @@ export interface AvatarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
image?: AvatarPassThroughOptionType;
|
image?: AvatarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -30,7 +30,7 @@ export interface AvatarGroupPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: AvatarGroupPassThroughOptionType;
|
root?: AvatarGroupPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -49,7 +49,7 @@ export interface BadgePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: BadgePassThroughOptionType;
|
root?: BadgePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -55,7 +55,7 @@ export interface BadgeDirectivePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: BadgeDirectivePassThroughOptionType;
|
root?: BadgeDirectivePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -50,7 +50,7 @@ export interface BlockUIPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
mask?: BlockUIPassThroughOptionType;
|
mask?: BlockUIPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -75,7 +75,7 @@ export interface BreadcrumbPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
separatorIcon?: BreadcrumbPassThroughOptionType;
|
separatorIcon?: BreadcrumbPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -66,7 +66,7 @@ export interface ButtonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
badge?: ButtonPassThroughOptionType;
|
badge?: ButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -305,7 +305,7 @@ export interface CalendarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenYear?: CalendarPassThroughOptionType;
|
hiddenYear?: CalendarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -48,7 +48,7 @@ export interface CardPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
footer?: CardPassThroughOptionType;
|
footer?: CardPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -110,7 +110,7 @@ export interface CarouselPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
footer?: CarouselPassThroughOptionType;
|
footer?: CarouselPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -121,7 +121,7 @@ export interface CascadeSelectPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface ChartPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
canvas?: ChartPassThroughOptionType;
|
canvas?: ChartPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -66,7 +66,7 @@ export interface CheckboxPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: CheckboxPassThroughOptionType;
|
hiddenInput?: CheckboxPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -62,7 +62,7 @@ export interface ChipPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
removeIcon?: ChipPassThroughOptionType;
|
removeIcon?: ChipPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -92,7 +92,7 @@ export interface ChipsPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
input?: ChipsPassThroughOptionType;
|
input?: ChipsPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -95,7 +95,7 @@ export interface ColorPickerPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hueHandle: ColorPickerPassThroughOptionType;
|
hueHandle: ColorPickerPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -337,7 +337,7 @@ export interface ColumnPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: ColumnPassThroughOptionType;
|
hiddenInput?: ColumnPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -48,7 +48,7 @@ export interface ColumnGroupPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: ColumnGroupPassThroughOptionType;
|
root?: ColumnGroupPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -94,7 +94,7 @@ export interface ConfirmDialogPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
acceptButton?: ButtonPassThroughOptions;
|
acceptButton?: ButtonPassThroughOptions;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -76,7 +76,7 @@ export interface ConfirmPopupPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
acceptButton?: ButtonPassThroughOptions;
|
acceptButton?: ButtonPassThroughOptions;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -90,7 +90,7 @@ export interface ContextMenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
submenu?: ContextMenuPassThroughOptionType;
|
submenu?: ContextMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -685,7 +685,7 @@ export interface DataTablePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
column?: ColumnPassThroughOptionType;
|
column?: ColumnPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -98,7 +98,7 @@ export interface DataViewPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
footer?: DataViewPassThroughOptionType;
|
footer?: DataViewPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -67,7 +67,7 @@ export interface DataViewLayoutOptionsPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
gridIcon?: DataViewLayoutOptionsPassThroughOptionType;
|
gridIcon?: DataViewLayoutOptionsPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface DeferredContentPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: DeferredContentPassThroughOptionType;
|
root?: DeferredContentPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -88,7 +88,7 @@ export interface DialogPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
mask?: DialogPassThroughOptionType;
|
mask?: DialogPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface DividerPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
content?: DividerPassThroughOptionType;
|
content?: DividerPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -75,7 +75,7 @@ export interface DockPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
icon?: DockPassThroughOptionType;
|
icon?: DockPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -164,7 +164,7 @@ export interface DropdownPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenLastFocusableEl?: DropdownPassThroughOptionType;
|
hiddenLastFocusableEl?: DropdownPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -177,7 +177,7 @@ export interface EditorPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
content?: EditorPassThroughOptionType;
|
content?: EditorPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -87,7 +87,7 @@ export interface FieldsetPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
content?: FieldsetPassThroughOptionType;
|
content?: FieldsetPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -264,7 +264,7 @@ export interface FileUploadPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
uploadIcon?: FileUploadPassThroughOptionType;
|
uploadIcon?: FileUploadPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -57,7 +57,7 @@ export interface FocusTrapDirectivePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
lastFocusableElement?: FocusTrapDirectivePassThroughOptionType;
|
lastFocusableElement?: FocusTrapDirectivePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -171,7 +171,7 @@ export interface GalleriaPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
mask?: GalleriaPassThroughOptionType;
|
mask?: GalleriaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -116,7 +116,7 @@ export interface ImagePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
preview?: ImagePassThroughOptionType;
|
preview?: ImagePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -54,7 +54,7 @@ export interface InlineMessagePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
text?: InlineMessagePassThroughOptionType;
|
text?: InlineMessagePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -61,7 +61,7 @@ export interface InplacePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
closeButton?: ButtonPassThroughOptions;
|
closeButton?: ButtonPassThroughOptions;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -38,7 +38,7 @@ export interface InputGroupPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: InputGroupPassThroughOptionType;
|
root?: InputGroupPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -38,7 +38,7 @@ export interface InputGroupAddonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: InputGroupAddonPassThroughOptionType;
|
root?: InputGroupAddonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -45,7 +45,7 @@ export interface InputMaskPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: InputMaskPassThroughOptionType;
|
root?: InputMaskPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -97,7 +97,7 @@ export interface InputNumberPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
decrementButton?: ButtonPassThroughOptionType;
|
decrementButton?: ButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -58,7 +58,7 @@ export interface InputSwitchPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: InputSwitchPassThroughOptionType;
|
hiddenInput?: InputSwitchPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface InputTextPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: InputTextPassThroughOptionType;
|
root?: InputTextPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -61,7 +61,7 @@ export interface KnobPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
label?: KnobPassThroughOptionType;
|
label?: KnobPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -138,7 +138,7 @@ export interface ListboxPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenLastFocusableEl?: ListboxPassThroughOptionType;
|
hiddenLastFocusableEl?: ListboxPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -115,7 +115,7 @@ export interface MegaMenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
end?: MegaMenuPassThroughOptionType;
|
end?: MegaMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -93,7 +93,7 @@ export interface MenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
end?: MenuPassThroughOptionType;
|
end?: MenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -103,7 +103,7 @@ export interface MenubarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
end?: MenubarPassThroughOptionType;
|
end?: MenubarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -78,7 +78,7 @@ export interface MessagePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
closeIcon?: MessagePassThroughOptionType;
|
closeIcon?: MessagePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -231,7 +231,7 @@ export interface MultiSelectPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenLastFocusableEl?: MultiSelectPassThroughOptionType;
|
hiddenLastFocusableEl?: MultiSelectPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -123,7 +123,7 @@ export interface OrderListPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
item?: OrderListPassThroughOptionType;
|
item?: OrderListPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -152,7 +152,7 @@ export interface OrganizationChartPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
nodeCell?: OrganizationChartPassThroughOptionType;
|
nodeCell?: OrganizationChartPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -60,7 +60,7 @@ export interface OverlayPanelPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
closeIcon?: OverlayPanelPassThroughOptionType;
|
closeIcon?: OverlayPanelPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -123,7 +123,7 @@ export interface PaginatorPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
end?: PaginatorPassThroughOptionType;
|
end?: PaginatorPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -99,7 +99,7 @@ export interface PanelPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
transition?: PanelPassThroughTransitionType;
|
transition?: PanelPassThroughTransitionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -121,7 +121,7 @@ export interface PanelMenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
separator?: PanelMenuPassThroughOptionType;
|
separator?: PanelMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -82,7 +82,7 @@ export interface PasswordPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenAccesible?: PasswordPassThroughOptionType;
|
hiddenAccesible?: PasswordPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -215,7 +215,7 @@ export interface PickListPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
targetMoveBottomButton?: ButtonPassThroughOptionType;
|
targetMoveBottomButton?: ButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -50,7 +50,7 @@ export interface ProgressBarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
label?: ProgressBarPassThroughOptionType;
|
label?: ProgressBarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -49,7 +49,7 @@ export interface ProgressSpinnerPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
circle?: ProgressSpinnerPassThroughOptionType;
|
circle?: ProgressSpinnerPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -62,7 +62,7 @@ export interface RadioButtonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: RadioButtonPassThroughOptionType;
|
hiddenInput?: RadioButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -86,7 +86,7 @@ export interface RatingPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenItemInput?: RatingPassThroughOptionType;
|
hiddenItemInput?: RatingPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -44,7 +44,7 @@ export interface RippleDirectivePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: RippleDirectivePassThroughOptionType;
|
root?: RippleDirectivePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -47,7 +47,7 @@ export interface RowPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: RowPassThroughOptionType;
|
root?: RowPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -62,7 +62,7 @@ export interface ScrollPanelPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
barY?: ScrollPanelPassThroughOptionType;
|
barY?: ScrollPanelPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -52,7 +52,7 @@ export interface ScrollTopPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
icon?: ScrollTopPassThroughOptionType;
|
icon?: ScrollTopPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -58,7 +58,7 @@ export interface SelectButtonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
label?: SelectButtonPassThroughOptionType;
|
label?: SelectButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -72,7 +72,7 @@ export interface SidebarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
mask?: SidebarPassThroughOptionType;
|
mask?: SidebarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -41,7 +41,7 @@ export interface SkeletonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: SkeletonPassThroughOptionType;
|
root?: SkeletonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -57,7 +57,7 @@ export interface SliderPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
endHandler?: SliderPassThroughOptionType;
|
endHandler?: SliderPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -77,7 +77,7 @@ export interface SpeedDialPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
mask?: SpeedDialPassThroughOptionType;
|
mask?: SpeedDialPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -63,7 +63,7 @@ export interface SplitButtonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
menu?: TieredMenuPassThroughOptions;
|
menu?: TieredMenuPassThroughOptions;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -103,7 +103,7 @@ export interface SplitterPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
gutterHandler?: SplitterPassThroughOptionType;
|
gutterHandler?: SplitterPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface SplitterPanelPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: SplitterPanelPassThroughOptionType;
|
root?: SplitterPanelPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -67,7 +67,7 @@ export interface StepsPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
label?: StepsPassThroughOptionType;
|
label?: StepsPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -69,7 +69,7 @@ export interface StyleClassOptions {
|
||||||
*/
|
*/
|
||||||
export interface StyleClassDirectivePassThroughOptions {
|
export interface StyleClassDirectivePassThroughOptions {
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -75,7 +75,7 @@ export interface TabMenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
inkbar?: TabMenuPassThroughOptionType;
|
inkbar?: TabMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -67,7 +67,7 @@ export interface TabPanelPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
content?: TabPanelPassThroughOptionType;
|
content?: TabPanelPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -92,7 +92,7 @@ export interface TabViewPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
tabpanel?: TabPanelPassThroughOptionType;
|
tabpanel?: TabPanelPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -50,7 +50,7 @@ export interface TagPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
value?: TagPassThroughOptionType;
|
value?: TagPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -77,7 +77,7 @@ export interface TerminalPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
commandText?: TerminalPassThroughOptionType;
|
commandText?: TerminalPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -46,7 +46,7 @@ export interface TextareaPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
root?: TextareaPassThroughOptionType;
|
root?: TextareaPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -89,7 +89,7 @@ export interface TieredMenuPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
submenu?: TieredMenuPassThroughOptionType;
|
submenu?: TieredMenuPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -69,7 +69,7 @@ export interface TimelinePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
content?: TimelinePassThroughOptionType;
|
content?: TimelinePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -98,7 +98,7 @@ export interface ToastPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
closeIcon?: ToastPassThroughOptionType;
|
closeIcon?: ToastPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -66,7 +66,7 @@ export interface ToggleButtonPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: ToggleButtonPassThroughOptionType;
|
hiddenInput?: ToggleButtonPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -54,7 +54,7 @@ export interface ToolbarPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
end?: ToolbarPassThroughOptionType;
|
end?: ToolbarPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -106,7 +106,7 @@ export interface TooltipDirectivePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
arrow?: TooltipDirectivePassThroughOptionType;
|
arrow?: TooltipDirectivePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseDirective.DirectiveHooks}
|
* @see {@link BaseDirective.DirectiveHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: DirectiveHooks;
|
hooks?: DirectiveHooks;
|
||||||
|
|
|
@ -198,7 +198,7 @@ export interface TreePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
loadingIcon?: TreePassThroughOptionType;
|
loadingIcon?: TreePassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -98,7 +98,7 @@ export interface TreeSelectPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenInput?: TreeSelectPassThroughOptionType;
|
hiddenInput?: TreeSelectPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -268,7 +268,7 @@ export interface TreeTablePassThroughOptions {
|
||||||
*/
|
*/
|
||||||
column?: ColumnPassThroughOptionType;
|
column?: ColumnPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -78,7 +78,7 @@ export interface TriStateCheckboxPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
hiddenValueLabel?: TriStateCheckboxPassThroughOptionType;
|
hiddenValueLabel?: TriStateCheckboxPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -144,7 +144,7 @@ export interface VirtualScrollerPassThroughOptions {
|
||||||
*/
|
*/
|
||||||
spacer?: VirtualScrollerPassThroughOptionType;
|
spacer?: VirtualScrollerPassThroughOptionType;
|
||||||
/**
|
/**
|
||||||
* Used to manage all lifecycle hooks
|
* Used to manage all lifecycle hooks.
|
||||||
* @see {@link BaseComponent.ComponentHooks}
|
* @see {@link BaseComponent.ComponentHooks}
|
||||||
*/
|
*/
|
||||||
hooks?: ComponentHooks;
|
hooks?: ComponentHooks;
|
||||||
|
|
|
@ -162,7 +162,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -913,7 +913,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -3340,7 +3340,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -4311,7 +4311,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -4560,7 +4560,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -4757,7 +4757,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -4985,7 +4985,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -5720,7 +5720,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -6048,7 +6048,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -6420,7 +6420,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -7294,7 +7294,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -8407,7 +8407,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -8771,7 +8771,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -9448,7 +9448,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -10189,7 +10189,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -10547,7 +10547,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -11025,7 +11025,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -11423,7 +11423,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -11935,7 +11935,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -12880,7 +12880,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -13852,7 +13852,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -15974,7 +15974,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -16339,7 +16339,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -16749,7 +16749,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -18728,7 +18728,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -20384,7 +20384,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -20869,7 +20869,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -21132,7 +21132,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -21446,7 +21446,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -22082,7 +22082,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -22373,7 +22373,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -23048,7 +23048,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -24464,7 +24464,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -24864,7 +24864,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -25544,7 +25544,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -26193,7 +26193,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -26617,7 +26617,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -27521,7 +27521,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -27903,7 +27903,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -28176,7 +28176,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -28488,7 +28488,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -28637,7 +28637,7 @@
|
||||||
"description": "InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input.\n\n[Live Demo](https://www.primevue.org/inputgroup/)",
|
"description": "InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input.\n\n[Live Demo](https://www.primevue.org/inputgroup/)",
|
||||||
"components": {
|
"components": {
|
||||||
"default": {
|
"default": {
|
||||||
"description": "InputGroup displays text, icon, buttons and other content can be grouped next to an input.",
|
"description": "InputGroupAddon displays text, icon, buttons and other content can be grouped next to an input.",
|
||||||
"methods": {
|
"methods": {
|
||||||
"description": "Defines methods that can be accessed by the component's reference.",
|
"description": "Defines methods that can be accessed by the component's reference.",
|
||||||
"values": []
|
"values": []
|
||||||
|
@ -28650,7 +28650,7 @@
|
||||||
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
"methodDescription": "Defines methods that can be accessed by the component's reference.",
|
||||||
"typeDescription": "Defines the custom types used by the module.",
|
"typeDescription": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"InputGroupPassThroughMethodOptions": {
|
"InputGroupAddonPassThroughMethodOptions": {
|
||||||
"description": "Custom passthrough(pt) option method.",
|
"description": "Custom passthrough(pt) option method.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
@ -28673,15 +28673,15 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
"InputGroupPassThroughOptions": {
|
"InputGroupAddonPassThroughOptions": {
|
||||||
"description": "Custom passthrough(pt) options.",
|
"description": "Custom passthrough(pt) options.",
|
||||||
"relatedProp": "InputGroupProps.pt",
|
"relatedProp": "InputGroupAddonProps.pt",
|
||||||
"props": [
|
"props": [
|
||||||
{
|
{
|
||||||
"name": "root",
|
"name": "root",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "InputGroupPassThroughOptionType",
|
"type": "InputGroupAddonPassThroughOptionType",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to the root's DOM element."
|
"description": "Used to pass attributes to the root's DOM element."
|
||||||
},
|
},
|
||||||
|
@ -28691,12 +28691,12 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
"InputGroupPassThroughAttributes": {
|
"InputGroupAddonPassThroughAttributes": {
|
||||||
"description": "Custom passthrough attributes for each DOM elements",
|
"description": "Custom passthrough attributes for each DOM elements",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
@ -28709,7 +28709,7 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
"InputGroupProps": {
|
"InputGroupAddonProps": {
|
||||||
"description": "Defines valid properties in InputGroupAddon component.",
|
"description": "Defines valid properties in InputGroupAddon component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
@ -28717,7 +28717,7 @@
|
||||||
"name": "pt",
|
"name": "pt",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "PassThrough<InputGroupPassThroughOptions>",
|
"type": "PassThrough<InputGroupAddonPassThroughOptions>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to pass attributes to DOM elements inside the component."
|
"description": "Used to pass attributes to DOM elements inside the component."
|
||||||
},
|
},
|
||||||
|
@ -28740,7 +28740,7 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
"InputGroupSlots": {
|
"InputGroupAddonSlots": {
|
||||||
"description": "Defines valid slots in InputGroupAddon component.",
|
"description": "Defines valid slots in InputGroupAddon component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
@ -28760,7 +28760,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"InputGroupEmits": {
|
"InputGroupAddonEmits": {
|
||||||
"description": "Defines valid emits in InputGroupAddon component.",
|
"description": "Defines valid emits in InputGroupAddon component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [],
|
"props": [],
|
||||||
|
@ -28771,8 +28771,8 @@
|
||||||
"types": {
|
"types": {
|
||||||
"description": "Defines the custom types used by the module.",
|
"description": "Defines the custom types used by the module.",
|
||||||
"values": {
|
"values": {
|
||||||
"InputGroupPassThroughOptionType": {
|
"InputGroupAddonPassThroughOptionType": {
|
||||||
"values": "InputGroupPassThroughAttributes | (options: InputGroupPassThroughMethodOptions) => undefined | string | null | undefined"
|
"values": "InputGroupAddonPassThroughAttributes | (options: InputGroupAddonPassThroughMethodOptions) => undefined | string | null | undefined"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28910,7 +28910,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -29336,7 +29336,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -29928,7 +29928,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -30280,7 +30280,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -30562,7 +30562,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -31133,7 +31133,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -31955,7 +31955,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -32575,7 +32575,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -33171,7 +33171,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -33861,7 +33861,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -34575,7 +34575,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -35719,7 +35719,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -36431,7 +36431,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -36923,7 +36923,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -37415,7 +37415,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -37973,7 +37973,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -38445,7 +38445,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -39090,7 +39090,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -39992,7 +39992,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -40837,7 +40837,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -41081,7 +41081,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -41342,7 +41342,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -41761,7 +41761,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -42186,7 +42186,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -42372,7 +42372,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -42608,7 +42608,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -42875,7 +42875,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -43170,7 +43170,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -43647,7 +43647,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -44008,7 +44008,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -44285,7 +44285,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -44689,7 +44689,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -45271,7 +45271,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -45817,7 +45817,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -46139,7 +46139,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -46422,7 +46422,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -46782,7 +46782,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -46995,7 +46995,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -47413,7 +47413,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -47841,7 +47841,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -48228,7 +48228,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -48543,7 +48543,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -48855,7 +48855,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -49195,7 +49195,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -49806,7 +49806,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -50208,7 +50208,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -50807,7 +50807,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -51255,7 +51255,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -51580,7 +51580,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "DirectiveHooks<any, any>",
|
"type": "DirectiveHooks<any, any>",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -52131,7 +52131,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -52773,7 +52773,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "transition",
|
"name": "transition",
|
||||||
|
@ -53859,7 +53859,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -54903,7 +54903,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
@ -55752,7 +55752,7 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue