Apidoc updates

pull/4767/head
tugcekucukoglu 2023-11-07 09:16:39 +03:00
parent 5192b34ebc
commit 01af58f917
97 changed files with 204 additions and 204 deletions

View File

@ -85,7 +85,7 @@ export interface AccordionPassThroughOptions {
*/
accordiontab?: AccordionTabPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -40,7 +40,7 @@ export interface AnimateOnScrollOptions {
*/
export interface AnimateOnScrollDirectivePassThroughOptions {
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -186,7 +186,7 @@ export interface AutoCompletePassThroughOptions {
*/
selectedMessage?: AutoCompletePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -65,7 +65,7 @@ export interface AvatarPassThroughOptions {
*/
image?: AvatarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -30,7 +30,7 @@ export interface AvatarGroupPassThroughOptions {
*/
root?: AvatarGroupPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -49,7 +49,7 @@ export interface BadgePassThroughOptions {
*/
root?: BadgePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -55,7 +55,7 @@ export interface BadgeDirectivePassThroughOptions {
*/
root?: BadgeDirectivePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -50,7 +50,7 @@ export interface BlockUIPassThroughOptions {
*/
mask?: BlockUIPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -75,7 +75,7 @@ export interface BreadcrumbPassThroughOptions {
*/
separatorIcon?: BreadcrumbPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -66,7 +66,7 @@ export interface ButtonPassThroughOptions {
*/
badge?: ButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -305,7 +305,7 @@ export interface CalendarPassThroughOptions {
*/
hiddenYear?: CalendarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -48,7 +48,7 @@ export interface CardPassThroughOptions {
*/
footer?: CardPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -110,7 +110,7 @@ export interface CarouselPassThroughOptions {
*/
footer?: CarouselPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -121,7 +121,7 @@ export interface CascadeSelectPassThroughOptions {
*/
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface ChartPassThroughOptions {
*/
canvas?: ChartPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -66,7 +66,7 @@ export interface CheckboxPassThroughOptions {
*/
hiddenInput?: CheckboxPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -62,7 +62,7 @@ export interface ChipPassThroughOptions {
*/
removeIcon?: ChipPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -92,7 +92,7 @@ export interface ChipsPassThroughOptions {
*/
input?: ChipsPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -95,7 +95,7 @@ export interface ColorPickerPassThroughOptions {
*/
hueHandle: ColorPickerPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -337,7 +337,7 @@ export interface ColumnPassThroughOptions {
*/
hiddenInput?: ColumnPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -48,7 +48,7 @@ export interface ColumnGroupPassThroughOptions {
*/
root?: ColumnGroupPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -94,7 +94,7 @@ export interface ConfirmDialogPassThroughOptions {
*/
acceptButton?: ButtonPassThroughOptions;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -76,7 +76,7 @@ export interface ConfirmPopupPassThroughOptions {
*/
acceptButton?: ButtonPassThroughOptions;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -90,7 +90,7 @@ export interface ContextMenuPassThroughOptions {
*/
submenu?: ContextMenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -685,7 +685,7 @@ export interface DataTablePassThroughOptions {
*/
column?: ColumnPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -98,7 +98,7 @@ export interface DataViewPassThroughOptions {
*/
footer?: DataViewPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -67,7 +67,7 @@ export interface DataViewLayoutOptionsPassThroughOptions {
*/
gridIcon?: DataViewLayoutOptionsPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface DeferredContentPassThroughOptions {
*/
root?: DeferredContentPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -88,7 +88,7 @@ export interface DialogPassThroughOptions {
*/
mask?: DialogPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface DividerPassThroughOptions {
*/
content?: DividerPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -75,7 +75,7 @@ export interface DockPassThroughOptions {
*/
icon?: DockPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -164,7 +164,7 @@ export interface DropdownPassThroughOptions {
*/
hiddenLastFocusableEl?: DropdownPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -177,7 +177,7 @@ export interface EditorPassThroughOptions {
*/
content?: EditorPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -87,7 +87,7 @@ export interface FieldsetPassThroughOptions {
*/
content?: FieldsetPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -264,7 +264,7 @@ export interface FileUploadPassThroughOptions {
*/
uploadIcon?: FileUploadPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -57,7 +57,7 @@ export interface FocusTrapDirectivePassThroughOptions {
*/
lastFocusableElement?: FocusTrapDirectivePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -171,7 +171,7 @@ export interface GalleriaPassThroughOptions {
*/
mask?: GalleriaPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -116,7 +116,7 @@ export interface ImagePassThroughOptions {
*/
preview?: ImagePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -54,7 +54,7 @@ export interface InlineMessagePassThroughOptions {
*/
text?: InlineMessagePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -61,7 +61,7 @@ export interface InplacePassThroughOptions {
*/
closeButton?: ButtonPassThroughOptions;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -38,7 +38,7 @@ export interface InputGroupPassThroughOptions {
*/
root?: InputGroupPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -38,7 +38,7 @@ export interface InputGroupAddonPassThroughOptions {
*/
root?: InputGroupAddonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -45,7 +45,7 @@ export interface InputMaskPassThroughOptions {
*/
root?: InputMaskPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -97,7 +97,7 @@ export interface InputNumberPassThroughOptions {
*/
decrementButton?: ButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -58,7 +58,7 @@ export interface InputSwitchPassThroughOptions {
*/
hiddenInput?: InputSwitchPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface InputTextPassThroughOptions {
*/
root?: InputTextPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -61,7 +61,7 @@ export interface KnobPassThroughOptions {
*/
label?: KnobPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -138,7 +138,7 @@ export interface ListboxPassThroughOptions {
*/
hiddenLastFocusableEl?: ListboxPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -115,7 +115,7 @@ export interface MegaMenuPassThroughOptions {
*/
end?: MegaMenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -93,7 +93,7 @@ export interface MenuPassThroughOptions {
*/
end?: MenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -103,7 +103,7 @@ export interface MenubarPassThroughOptions {
*/
end?: MenubarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -78,7 +78,7 @@ export interface MessagePassThroughOptions {
*/
closeIcon?: MessagePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -231,7 +231,7 @@ export interface MultiSelectPassThroughOptions {
*/
hiddenLastFocusableEl?: MultiSelectPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -123,7 +123,7 @@ export interface OrderListPassThroughOptions {
*/
item?: OrderListPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -152,7 +152,7 @@ export interface OrganizationChartPassThroughOptions {
*/
nodeCell?: OrganizationChartPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -60,7 +60,7 @@ export interface OverlayPanelPassThroughOptions {
*/
closeIcon?: OverlayPanelPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -123,7 +123,7 @@ export interface PaginatorPassThroughOptions {
*/
end?: PaginatorPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -99,7 +99,7 @@ export interface PanelPassThroughOptions {
*/
transition?: PanelPassThroughTransitionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -121,7 +121,7 @@ export interface PanelMenuPassThroughOptions {
*/
separator?: PanelMenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -82,7 +82,7 @@ export interface PasswordPassThroughOptions {
*/
hiddenAccesible?: PasswordPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -215,7 +215,7 @@ export interface PickListPassThroughOptions {
*/
targetMoveBottomButton?: ButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -50,7 +50,7 @@ export interface ProgressBarPassThroughOptions {
*/
label?: ProgressBarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -49,7 +49,7 @@ export interface ProgressSpinnerPassThroughOptions {
*/
circle?: ProgressSpinnerPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -62,7 +62,7 @@ export interface RadioButtonPassThroughOptions {
*/
hiddenInput?: RadioButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -86,7 +86,7 @@ export interface RatingPassThroughOptions {
*/
hiddenItemInput?: RatingPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -44,7 +44,7 @@ export interface RippleDirectivePassThroughOptions {
*/
root?: RippleDirectivePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -47,7 +47,7 @@ export interface RowPassThroughOptions {
*/
root?: RowPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -62,7 +62,7 @@ export interface ScrollPanelPassThroughOptions {
*/
barY?: ScrollPanelPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -52,7 +52,7 @@ export interface ScrollTopPassThroughOptions {
*/
icon?: ScrollTopPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -58,7 +58,7 @@ export interface SelectButtonPassThroughOptions {
*/
label?: SelectButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -72,7 +72,7 @@ export interface SidebarPassThroughOptions {
*/
mask?: SidebarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -41,7 +41,7 @@ export interface SkeletonPassThroughOptions {
*/
root?: SkeletonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -57,7 +57,7 @@ export interface SliderPassThroughOptions {
*/
endHandler?: SliderPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -77,7 +77,7 @@ export interface SpeedDialPassThroughOptions {
*/
mask?: SpeedDialPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -63,7 +63,7 @@ export interface SplitButtonPassThroughOptions {
*/
menu?: TieredMenuPassThroughOptions;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -103,7 +103,7 @@ export interface SplitterPassThroughOptions {
*/
gutterHandler?: SplitterPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface SplitterPanelPassThroughOptions {
*/
root?: SplitterPanelPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -67,7 +67,7 @@ export interface StepsPassThroughOptions {
*/
label?: StepsPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -69,7 +69,7 @@ export interface StyleClassOptions {
*/
export interface StyleClassDirectivePassThroughOptions {
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -75,7 +75,7 @@ export interface TabMenuPassThroughOptions {
*/
inkbar?: TabMenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -67,7 +67,7 @@ export interface TabPanelPassThroughOptions {
*/
content?: TabPanelPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -92,7 +92,7 @@ export interface TabViewPassThroughOptions {
*/
tabpanel?: TabPanelPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -50,7 +50,7 @@ export interface TagPassThroughOptions {
*/
value?: TagPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -77,7 +77,7 @@ export interface TerminalPassThroughOptions {
*/
commandText?: TerminalPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -46,7 +46,7 @@ export interface TextareaPassThroughOptions {
*/
root?: TextareaPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -89,7 +89,7 @@ export interface TieredMenuPassThroughOptions {
*/
submenu?: TieredMenuPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -69,7 +69,7 @@ export interface TimelinePassThroughOptions {
*/
content?: TimelinePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -98,7 +98,7 @@ export interface ToastPassThroughOptions {
*/
closeIcon?: ToastPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -66,7 +66,7 @@ export interface ToggleButtonPassThroughOptions {
*/
hiddenInput?: ToggleButtonPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -54,7 +54,7 @@ export interface ToolbarPassThroughOptions {
*/
end?: ToolbarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -106,7 +106,7 @@ export interface TooltipDirectivePassThroughOptions {
*/
arrow?: TooltipDirectivePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;

View File

@ -198,7 +198,7 @@ export interface TreePassThroughOptions {
*/
loadingIcon?: TreePassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -98,7 +98,7 @@ export interface TreeSelectPassThroughOptions {
*/
hiddenInput?: TreeSelectPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -268,7 +268,7 @@ export interface TreeTablePassThroughOptions {
*/
column?: ColumnPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -78,7 +78,7 @@ export interface TriStateCheckboxPassThroughOptions {
*/
hiddenValueLabel?: TriStateCheckboxPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -144,7 +144,7 @@ export interface VirtualScrollerPassThroughOptions {
*/
spacer?: VirtualScrollerPassThroughOptionType;
/**
* Used to manage all lifecycle hooks
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;

View File

@ -162,7 +162,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -913,7 +913,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -3340,7 +3340,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -4311,7 +4311,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -4560,7 +4560,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -4757,7 +4757,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -4985,7 +4985,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -5720,7 +5720,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -6048,7 +6048,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -6420,7 +6420,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -7294,7 +7294,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -8407,7 +8407,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -8771,7 +8771,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -9448,7 +9448,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -10189,7 +10189,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -10547,7 +10547,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -11025,7 +11025,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -11423,7 +11423,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -11935,7 +11935,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -12880,7 +12880,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -13852,7 +13852,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -15974,7 +15974,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -16339,7 +16339,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -16749,7 +16749,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -18728,7 +18728,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -20384,7 +20384,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -20869,7 +20869,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -21132,7 +21132,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -21446,7 +21446,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -22082,7 +22082,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -22373,7 +22373,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -23048,7 +23048,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -24464,7 +24464,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -24864,7 +24864,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -25544,7 +25544,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -26193,7 +26193,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -26617,7 +26617,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -27521,7 +27521,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -27903,7 +27903,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -28176,7 +28176,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -28488,7 +28488,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"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/)",
"components": {
"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": {
"description": "Defines methods that can be accessed by the component's reference.",
"values": []
@ -28650,7 +28650,7 @@
"methodDescription": "Defines methods that can be accessed by the component's reference.",
"typeDescription": "Defines the custom types used by the module.",
"values": {
"InputGroupPassThroughMethodOptions": {
"InputGroupAddonPassThroughMethodOptions": {
"description": "Custom passthrough(pt) option method.",
"relatedProp": "",
"props": [
@ -28673,15 +28673,15 @@
],
"methods": []
},
"InputGroupPassThroughOptions": {
"InputGroupAddonPassThroughOptions": {
"description": "Custom passthrough(pt) options.",
"relatedProp": "InputGroupProps.pt",
"relatedProp": "InputGroupAddonProps.pt",
"props": [
{
"name": "root",
"optional": true,
"readonly": false,
"type": "InputGroupPassThroughOptionType",
"type": "InputGroupAddonPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the root's DOM element."
},
@ -28691,12 +28691,12 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
},
"InputGroupPassThroughAttributes": {
"InputGroupAddonPassThroughAttributes": {
"description": "Custom passthrough attributes for each DOM elements",
"relatedProp": "",
"props": [
@ -28709,7 +28709,7 @@
],
"methods": []
},
"InputGroupProps": {
"InputGroupAddonProps": {
"description": "Defines valid properties in InputGroupAddon component.",
"relatedProp": "",
"props": [
@ -28717,7 +28717,7 @@
"name": "pt",
"optional": true,
"readonly": false,
"type": "PassThrough<InputGroupPassThroughOptions>",
"type": "PassThrough<InputGroupAddonPassThroughOptions>",
"default": "",
"description": "Used to pass attributes to DOM elements inside the component."
},
@ -28740,7 +28740,7 @@
],
"methods": []
},
"InputGroupSlots": {
"InputGroupAddonSlots": {
"description": "Defines valid slots in InputGroupAddon component.",
"relatedProp": "",
"props": [
@ -28760,7 +28760,7 @@
}
]
},
"InputGroupEmits": {
"InputGroupAddonEmits": {
"description": "Defines valid emits in InputGroupAddon component.",
"relatedProp": "",
"props": [],
@ -28771,8 +28771,8 @@
"types": {
"description": "Defines the custom types used by the module.",
"values": {
"InputGroupPassThroughOptionType": {
"values": "InputGroupPassThroughAttributes | (options: InputGroupPassThroughMethodOptions) => undefined | string | null | undefined"
"InputGroupAddonPassThroughOptionType": {
"values": "InputGroupAddonPassThroughAttributes | (options: InputGroupAddonPassThroughMethodOptions) => undefined | string | null | undefined"
}
}
}
@ -28910,7 +28910,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -29336,7 +29336,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -29928,7 +29928,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -30280,7 +30280,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -30562,7 +30562,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -31133,7 +31133,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -31955,7 +31955,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -32575,7 +32575,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -33171,7 +33171,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -33861,7 +33861,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -34575,7 +34575,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -35719,7 +35719,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -36431,7 +36431,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -36923,7 +36923,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -37415,7 +37415,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -37973,7 +37973,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -38445,7 +38445,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -39090,7 +39090,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -39992,7 +39992,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -40837,7 +40837,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -41081,7 +41081,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -41342,7 +41342,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -41761,7 +41761,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -42186,7 +42186,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -42372,7 +42372,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -42608,7 +42608,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -42875,7 +42875,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -43170,7 +43170,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -43647,7 +43647,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -44008,7 +44008,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -44285,7 +44285,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -44689,7 +44689,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -45271,7 +45271,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -45817,7 +45817,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -46139,7 +46139,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -46422,7 +46422,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -46782,7 +46782,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -46995,7 +46995,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -47413,7 +47413,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -47841,7 +47841,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -48228,7 +48228,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -48543,7 +48543,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -48855,7 +48855,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -49195,7 +49195,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -49806,7 +49806,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -50208,7 +50208,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -50807,7 +50807,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -51255,7 +51255,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -51580,7 +51580,7 @@
"readonly": false,
"type": "DirectiveHooks<any, any>",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -52131,7 +52131,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -52773,7 +52773,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
},
{
"name": "transition",
@ -53859,7 +53859,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -54903,7 +54903,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []
@ -55752,7 +55752,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
"description": "Used to manage all lifecycle hooks"
"description": "Used to manage all lifecycle hooks."
}
],
"methods": []