@agnos-ui/angular-bootstrap 0.10.0-next.1 → 0.10.0-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -373,7 +373,7 @@ class ModalDefaultSlotsComponent {
|
|
|
373
373
|
</ng-template>
|
|
374
374
|
`,
|
|
375
375
|
}]
|
|
376
|
-
}], null,
|
|
376
|
+
}], null, { header: [{ type: i0.ViewChild, args: ['header', { isSignal: true }] }], structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
377
377
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalDefaultSlotsComponent, { className: "ModalDefaultSlotsComponent", filePath: "components/modal/modal.component.ts", lineNumber: 100 }); })();
|
|
378
378
|
/**
|
|
379
379
|
* Default slot for modal header.
|
|
@@ -605,7 +605,7 @@ class ModalComponent extends BaseWidgetDirective {
|
|
|
605
605
|
}
|
|
606
606
|
`,
|
|
607
607
|
}]
|
|
608
|
-
}], () => [],
|
|
608
|
+
}], () => [], { animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], backdropTransition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdropTransition", required: false }] }], modalTransition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auModalTransition", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], backdrop: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdrop", required: false }] }], closeOnOutsideClick: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCloseOnOutsideClick", required: false }] }], container: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContainer", required: false }] }], ariaCloseButtonLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaCloseButtonLabel", required: false }] }], backdropClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdropClass", required: false }] }], closeButton: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCloseButton", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], fullscreen: [{ type: i0.Input, args: [{ isSignal: true, alias: "auFullscreen", required: false }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ModalStructureDirective), { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeader", required: false }] }], slotHeaderFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ModalHeaderDirective), { isSignal: true }] }], title: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTitle", required: false }] }], slotTitleFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ModalTitleDirective), { isSignal: true }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotDefaultFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ModalBodyDirective), { isSignal: true }] }], footer: [{ type: i0.Input, args: [{ isSignal: true, alias: "auFooter", required: false }] }], slotFooterFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ModalFooterDirective), { isSignal: true }] }], contentData: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContentData", required: false }] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], beforeClose: [{ type: i0.Output, args: ["auBeforeClose"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], shown: [{ type: i0.Output, args: ["auShown"] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
609
609
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalComponent, { className: "ModalComponent", filePath: "components/modal/modal.component.ts", lineNumber: 138 }); })();
|
|
610
610
|
|
|
611
611
|
/**
|
|
@@ -1012,7 +1012,7 @@ class PaginationDefaultSlotsComponent {
|
|
|
1012
1012
|
</ng-template>
|
|
1013
1013
|
`,
|
|
1014
1014
|
}]
|
|
1015
|
-
}], null,
|
|
1015
|
+
}], null, { pages: [{ type: i0.ViewChild, args: ['pages', { isSignal: true }] }], structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
1016
1016
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationDefaultSlotsComponent, { className: "PaginationDefaultSlotsComponent", filePath: "components/pagination/pagination.component.ts", lineNumber: 182 }); })();
|
|
1017
1017
|
/**
|
|
1018
1018
|
* The default slot for the pages
|
|
@@ -1357,7 +1357,7 @@ class PaginationComponent extends BaseWidgetDirective {
|
|
|
1357
1357
|
encapsulation: ViewEncapsulation.None,
|
|
1358
1358
|
template: `<ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />`,
|
|
1359
1359
|
}]
|
|
1360
|
-
}], () => [],
|
|
1360
|
+
}], () => [], { ariaPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaPageLabel", required: false }] }], ariaLiveLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLiveLabel", required: false }] }], ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabel", required: false }] }], activeLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auActiveLabel", required: false }] }], ariaFirstLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaFirstLabel", required: false }] }], ariaPreviousLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaPreviousLabel", required: false }] }], ariaNextLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaNextLabel", required: false }] }], ariaLastLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLastLabel", required: false }] }], ariaEllipsisLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaEllipsisLabel", required: false }] }], pageLink: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPageLink", required: false }] }], ellipsisLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auEllipsisLabel", required: false }] }], slotEllipsisFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationEllipsisDirective), { isSignal: true }] }], firstPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auFirstPageLabel", required: false }] }], slotFirstFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationFirstDirective), { isSignal: true }] }], previousPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPreviousPageLabel", required: false }] }], slotPreviousFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationPreviousDirective), { isSignal: true }] }], nextPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNextPageLabel", required: false }] }], slotNextFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationNextDirective), { isSignal: true }] }], lastPageLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auLastPageLabel", required: false }] }], slotLastFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationLastDirective), { isSignal: true }] }], pagesDisplay: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPagesDisplay", required: false }] }], slotPagesFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationPagesDirective), { isSignal: true }] }], numberLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNumberLabel", required: false }] }], slotNumberLabelFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationNumberDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => PaginationStructureDirective), { isSignal: true }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDisabled", required: false }] }], boundaryLinks: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBoundaryLinks", required: false }] }], directionLinks: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDirectionLinks", required: false }] }], collectionSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCollectionSize", required: false }] }], page: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPage", required: false }] }], pageSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPageSize", required: false }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSize", required: false }] }], pagesFactory: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPagesFactory", required: false }] }], pageChange: [{ type: i0.Output, args: ["auPageChange"] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }] }); })();
|
|
1361
1361
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationComponent, { className: "PaginationComponent", filePath: "components/pagination/pagination.component.ts", lineNumber: 210 }); })();
|
|
1362
1362
|
|
|
1363
1363
|
/**
|
|
@@ -1597,7 +1597,7 @@ class RatingComponent extends BaseWidgetDirective {
|
|
|
1597
1597
|
`,
|
|
1598
1598
|
providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RatingComponent), multi: true }],
|
|
1599
1599
|
}]
|
|
1600
|
-
}], () => [],
|
|
1600
|
+
}], () => [], { ariaValueTextFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaValueTextFn", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDisabled", required: false }] }], maxRating: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMaxRating", required: false }] }], rating: [{ type: i0.Input, args: [{ isSignal: true, alias: "auRating", required: false }] }], readonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "auReadonly", required: false }] }], resettable: [{ type: i0.Input, args: [{ isSignal: true, alias: "auResettable", required: false }] }], star: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStar", required: false }] }], slotStarFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => RatingStarDirective), { isSignal: true }] }], tabindex: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTabindex", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabel", required: false }] }], ariaLabelledBy: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabelledBy", required: false }] }], hover: [{ type: i0.Output, args: ["auHover"] }], leave: [{ type: i0.Output, args: ["auLeave"] }], ratingChange: [{ type: i0.Output, args: ["auRatingChange"] }] }); })();
|
|
1601
1601
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RatingComponent, { className: "RatingComponent", filePath: "components/rating/rating.component.ts", lineNumber: 64 }); })();
|
|
1602
1602
|
|
|
1603
1603
|
/**
|
|
@@ -1938,7 +1938,7 @@ class SelectComponent extends BaseWidgetDirective {
|
|
|
1938
1938
|
}
|
|
1939
1939
|
`,
|
|
1940
1940
|
}]
|
|
1941
|
-
}], () => [],
|
|
1941
|
+
}], () => [], { ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabel", required: false }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "auId", required: false }] }], items: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItems", required: false }] }], allowedPlacements: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAllowedPlacements", required: false }] }], open: [{ type: i0.Input, args: [{ isSignal: true, alias: "auOpen", required: false }] }], filterText: [{ type: i0.Input, args: [{ isSignal: true, alias: "auFilterText", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDisabled", required: false }] }], selected: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSelected", required: false }] }], loading: [{ type: i0.Input, args: [{ isSignal: true, alias: "auLoading", required: false }] }], itemIdFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemIdFn", required: false }] }], menuClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMenuClassName", required: false }] }], badgeLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBadgeLabel", required: false }] }], slotSelectBadgeLabelFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SelectBadgeLabelDirective), { isSignal: true }] }], itemLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemLabel", required: false }] }], slotSelectItemLabelFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SelectItemLabelDirective), { isSignal: true }] }], filterTextChange: [{ type: i0.Output, args: ["auFilterTextChange"] }], selectedChange: [{ type: i0.Output, args: ["auSelectedChange"] }], openChange: [{ type: i0.Output, args: ["auOpenChange"] }], menuItemClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMenuItemClassName", required: false }] }], badgeClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBadgeClassName", required: false }] }], navSelector: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNavSelector", required: false }] }] }); })();
|
|
1942
1942
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SelectComponent, { className: "SelectComponent", filePath: "components/select/select.component.ts", lineNumber: 87 }); })();
|
|
1943
1943
|
|
|
1944
1944
|
/**
|
|
@@ -2062,7 +2062,7 @@ class AlertDefaultSlotsComponent {
|
|
|
2062
2062
|
}
|
|
2063
2063
|
</ng-template>`,
|
|
2064
2064
|
}]
|
|
2065
|
-
}], null,
|
|
2065
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
2066
2066
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertDefaultSlotsComponent, { className: "AlertDefaultSlotsComponent", filePath: "components/alert/alert.component.ts", lineNumber: 47 }); })();
|
|
2067
2067
|
/**
|
|
2068
2068
|
* Represents the default slot structure for the alert component.
|
|
@@ -2228,7 +2228,7 @@ class AlertComponent extends BaseWidgetDirective {
|
|
|
2228
2228
|
</div>
|
|
2229
2229
|
}`,
|
|
2230
2230
|
}]
|
|
2231
|
-
}], () => [],
|
|
2231
|
+
}], () => [], { type: [{ type: i0.Input, args: [{ isSignal: true, alias: "auType", required: false }] }], dismissible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDismissible", required: false }] }], transition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTransition", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], animatedOnInit: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimatedOnInit", required: false }] }], animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], ariaCloseButtonLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaCloseButtonLabel", required: false }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotDefaultFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AlertBodyDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AlertStructureDirective), { isSignal: true }] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], shown: [{ type: i0.Output, args: ["auShown"] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
2232
2232
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertComponent, { className: "AlertComponent", filePath: "components/alert/alert.component.ts", lineNumber: 82 }); })();
|
|
2233
2233
|
|
|
2234
2234
|
/**
|
|
@@ -2583,7 +2583,7 @@ class AccordionItemDefaultSlotsComponent {
|
|
|
2583
2583
|
</ng-template>
|
|
2584
2584
|
`,
|
|
2585
2585
|
}]
|
|
2586
|
-
}], null,
|
|
2586
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
2587
2587
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemDefaultSlotsComponent, { className: "AccordionItemDefaultSlotsComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 139 }); })();
|
|
2588
2588
|
/**
|
|
2589
2589
|
* Represents the default slot structure for an accordion item.
|
|
@@ -2744,7 +2744,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2744
2744
|
<ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />
|
|
2745
2745
|
`,
|
|
2746
2746
|
}]
|
|
2747
|
-
}], () => [],
|
|
2747
|
+
}], () => [], { header: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeader", required: false }] }], slotHeaderFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AccordionHeaderDirective), { isSignal: true }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotBodyFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AccordionBodyDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => AccordionItemStructureDirective), { isSignal: true }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "auId", required: false }] }], transition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTransition", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], destroyOnHide: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDestroyOnHide", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDisabled", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], headerClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeaderClassName", required: false }] }], buttonClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auButtonClassName", required: false }] }], bodyContainerClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBodyContainerClassName", required: false }] }], bodyClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBodyClassName", required: false }] }], headingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeadingLevel", required: false }] }], shown: [{ type: i0.Output, args: ["auShown"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
2748
2748
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 169 }); })();
|
|
2749
2749
|
/**
|
|
2750
2750
|
* Directive for creating an accordion component.
|
|
@@ -2878,7 +2878,7 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2878
2878
|
class: 'accordion',
|
|
2879
2879
|
},
|
|
2880
2880
|
}]
|
|
2881
|
-
}], () => [],
|
|
2881
|
+
}], () => [], { closeOthers: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCloseOthers", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], itemShown: [{ type: i0.Output, args: ["auItemShown"] }], itemHidden: [{ type: i0.Output, args: ["auItemHidden"] }], itemDestroyOnHide: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemDestroyOnHide", required: false }] }], itemAnimated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemAnimated", required: false }] }], itemTransition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemTransition", required: false }] }], itemStructure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemStructure", required: false }] }], itemClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemClassName", required: false }] }], itemHeaderClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemHeaderClassName", required: false }] }], itemButtonClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemButtonClassName", required: false }] }], itemBodyContainerClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemBodyContainerClassName", required: false }] }], itemBodyClassName: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemBodyClassName", required: false }] }], itemHeadingLevel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemHeadingLevel", required: false }] }] }); })();
|
|
2882
2882
|
|
|
2883
2883
|
/**
|
|
2884
2884
|
* Retrieve a shallow copy of the default Slider config
|
|
@@ -3174,7 +3174,7 @@ class SliderDefaultHandleSlotComponent {
|
|
|
3174
3174
|
</ng-template>
|
|
3175
3175
|
`,
|
|
3176
3176
|
}]
|
|
3177
|
-
}], null,
|
|
3177
|
+
}], null, { handle: [{ type: i0.ViewChild, args: ['handle', { isSignal: true }] }] }); })();
|
|
3178
3178
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultHandleSlotComponent, { className: "SliderDefaultHandleSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 64 }); })();
|
|
3179
3179
|
/**
|
|
3180
3180
|
* A constant representing the default slot handle for the slider component.
|
|
@@ -3235,7 +3235,7 @@ class SliderDefaultTickSlotComponent {
|
|
|
3235
3235
|
</ng-template>
|
|
3236
3236
|
`,
|
|
3237
3237
|
}]
|
|
3238
|
-
}], null,
|
|
3238
|
+
}], null, { tick: [{ type: i0.ViewChild, args: ['tick', { isSignal: true }] }] }); })();
|
|
3239
3239
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultTickSlotComponent, { className: "SliderDefaultTickSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 136 }); })();
|
|
3240
3240
|
/**
|
|
3241
3241
|
* A constant representing the default slot tick for the slider component.
|
|
@@ -3317,7 +3317,7 @@ class SliderDefaultStructureSlotComponent {
|
|
|
3317
3317
|
</ng-template>
|
|
3318
3318
|
`,
|
|
3319
3319
|
}]
|
|
3320
|
-
}], null,
|
|
3320
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
3321
3321
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultStructureSlotComponent, { className: "SliderDefaultStructureSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 200 }); })();
|
|
3322
3322
|
/**
|
|
3323
3323
|
* Represents the default slot structure for the slider component.
|
|
@@ -3595,7 +3595,7 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3595
3595
|
</div>
|
|
3596
3596
|
`,
|
|
3597
3597
|
}]
|
|
3598
|
-
}], () => [],
|
|
3598
|
+
}], () => [], { className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMin", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMax", required: false }] }], minRange: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMinRange", required: false }] }], maxRange: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMaxRange", required: false }] }], pushRange: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPushRange", required: false }] }], stepSize: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStepSize", required: false }] }], values: [{ type: i0.Input, args: [{ isSignal: true, alias: "auValues", required: false }] }], rtl: [{ type: i0.Input, args: [{ isSignal: true, alias: "auRtl", required: false }] }], showValueLabels: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowValueLabels", required: false }] }], showMinMaxLabels: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowMinMaxLabels", required: false }] }], ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabel", required: false }] }], ariaLabelledBy: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabelledBy", required: false }] }], ariaValueText: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaValueText", required: false }] }], readonly: [{ type: i0.Input, args: [{ isSignal: true, alias: "auReadonly", required: false }] }], disabled: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDisabled", required: false }] }], vertical: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVertical", required: false }] }], showTicks: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowTicks", required: false }] }], tickInterval: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTickInterval", required: false }] }], showTickValues: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowTickValues", required: false }] }], valuesChange: [{ type: i0.Output, args: ["auValuesChange"] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "auLabel", required: false }] }], slotLabelFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SliderLabelDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SliderStructureDirective), { isSignal: true }] }], handle: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHandle", required: false }] }], slotHandleFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SliderHandleDirective), { isSignal: true }] }], tick: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTick", required: false }] }], slotTickFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => SliderTickDirective), { isSignal: true }] }] }); })();
|
|
3599
3599
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderComponent, { className: "SliderComponent", filePath: "components/slider/slider.component.ts", lineNumber: 229 }); })();
|
|
3600
3600
|
|
|
3601
3601
|
/**
|
|
@@ -3707,7 +3707,7 @@ class ProgressbarDefaultSlotsComponent {
|
|
|
3707
3707
|
</ng-template>
|
|
3708
3708
|
`,
|
|
3709
3709
|
}]
|
|
3710
|
-
}], null,
|
|
3710
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
3711
3711
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarDefaultSlotsComponent, { className: "ProgressbarDefaultSlotsComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 62 }); })();
|
|
3712
3712
|
/**
|
|
3713
3713
|
* Represents the default slot structure for the progress bar component.
|
|
@@ -3843,7 +3843,7 @@ class ProgressbarComponent extends BaseWidgetDirective {
|
|
|
3843
3843
|
<ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" />
|
|
3844
3844
|
`,
|
|
3845
3845
|
}]
|
|
3846
|
-
}], () => [],
|
|
3846
|
+
}], () => [], { ariaLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabel", required: false }] }], min: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMin", required: false }] }], max: [{ type: i0.Input, args: [{ isSignal: true, alias: "auMax", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "auValue", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotDefaultFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ProgressbarBodyDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ProgressbarStructureDirective), { isSignal: true }] }], height: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeight", required: false }] }], animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], striped: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStriped", required: false }] }], ariaValueTextFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaValueTextFn", required: false }] }], type: [{ type: i0.Input, args: [{ isSignal: true, alias: "auType", required: false }] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
3847
3847
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarComponent, { className: "ProgressbarComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 89 }); })();
|
|
3848
3848
|
|
|
3849
3849
|
/**
|
|
@@ -4028,7 +4028,7 @@ class ToastDefaultSlotsComponent {
|
|
|
4028
4028
|
}
|
|
4029
4029
|
</ng-template>`,
|
|
4030
4030
|
}]
|
|
4031
|
-
}], null,
|
|
4031
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
4032
4032
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastDefaultSlotsComponent, { className: "ToastDefaultSlotsComponent", filePath: "components/toast/toast.component.ts", lineNumber: 72 }); })();
|
|
4033
4033
|
/**
|
|
4034
4034
|
* Represents the default slot structure for the toast component.
|
|
@@ -4203,7 +4203,7 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4203
4203
|
</div>
|
|
4204
4204
|
}`,
|
|
4205
4205
|
}]
|
|
4206
|
-
}], () => [],
|
|
4206
|
+
}], () => [], { dismissible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDismissible", required: false }] }], transition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTransition", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], animatedOnInit: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimatedOnInit", required: false }] }], animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], autoHide: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAutoHide", required: false }] }], delay: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDelay", required: false }] }], ariaCloseButtonLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaCloseButtonLabel", required: false }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotDefaultFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ToastBodyDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ToastStructureDirective), { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeader", required: false }] }], slotHeaderFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => ToastHeaderDirective), { isSignal: true }] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], shown: [{ type: i0.Output, args: ["auShown"] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
4207
4207
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastComponent, { className: "ToastComponent", filePath: "components/toast/toast.component.ts", lineNumber: 103 }); })();
|
|
4208
4208
|
|
|
4209
4209
|
/**
|
|
@@ -4295,7 +4295,7 @@ class CollapseDirective extends BaseWidgetDirective {
|
|
|
4295
4295
|
selector: '[auCollapse]',
|
|
4296
4296
|
exportAs: 'auCollapse',
|
|
4297
4297
|
}]
|
|
4298
|
-
}], () => [],
|
|
4298
|
+
}], () => [], { animatedOnInit: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimatedOnInit", required: false }] }], animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], horizontal: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHorizontal", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], id: [{ type: i0.Input, args: [{ isSignal: true, alias: "auId", required: false }] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], shown: [{ type: i0.Output, args: ["auShown"] }] }); })();
|
|
4299
4299
|
class CollapseTriggerDirective {
|
|
4300
4300
|
constructor() {
|
|
4301
4301
|
this.auCollapseTrigger = input.required(...(ngDevMode ? [{ debugName: "auCollapseTrigger" }] : []));
|
|
@@ -4315,7 +4315,7 @@ class CollapseTriggerDirective {
|
|
|
4315
4315
|
args: [{
|
|
4316
4316
|
selector: '[auCollapseTrigger]',
|
|
4317
4317
|
}]
|
|
4318
|
-
}], null,
|
|
4318
|
+
}], null, { auCollapseTrigger: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCollapseTrigger", required: true }] }] }); })();
|
|
4319
4319
|
|
|
4320
4320
|
/**
|
|
4321
4321
|
* Retrieve a shallow copy of the default collapse config
|
|
@@ -4498,7 +4498,7 @@ class TreeDefaultStructureSlotComponent {
|
|
|
4498
4498
|
</ng-template>
|
|
4499
4499
|
`,
|
|
4500
4500
|
}]
|
|
4501
|
-
}], null,
|
|
4501
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
4502
4502
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultStructureSlotComponent, { className: "TreeDefaultStructureSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 33 }); })();
|
|
4503
4503
|
/**
|
|
4504
4504
|
* A constant representing the default slot for tree structure.
|
|
@@ -4555,7 +4555,7 @@ class TreeDefaultItemToggleSlotComponent {
|
|
|
4555
4555
|
</ng-template>
|
|
4556
4556
|
`,
|
|
4557
4557
|
}]
|
|
4558
|
-
}], null,
|
|
4558
|
+
}], null, { toggle: [{ type: i0.ViewChild, args: ['toggle', { isSignal: true }] }] }); })();
|
|
4559
4559
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemToggleSlotComponent, { className: "TreeDefaultItemToggleSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 76 }); })();
|
|
4560
4560
|
/**
|
|
4561
4561
|
* A constant representing the default slot for tree item toggle.
|
|
@@ -4607,7 +4607,7 @@ class TreeDefaultItemContentSlotComponent {
|
|
|
4607
4607
|
</ng-template>
|
|
4608
4608
|
`,
|
|
4609
4609
|
}]
|
|
4610
|
-
}], null,
|
|
4610
|
+
}], null, { treeItemContent: [{ type: i0.ViewChild, args: ['treeItemContent', { isSignal: true }] }] }); })();
|
|
4611
4611
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemContentSlotComponent, { className: "TreeDefaultItemContentSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 110 }); })();
|
|
4612
4612
|
/**
|
|
4613
4613
|
* A constant representing the default slot for tree item.
|
|
@@ -4668,7 +4668,7 @@ class TreeDefaultItemSlotComponent {
|
|
|
4668
4668
|
</ng-template>
|
|
4669
4669
|
`,
|
|
4670
4670
|
}]
|
|
4671
|
-
}], null,
|
|
4671
|
+
}], null, { treeItem: [{ type: i0.ViewChild, args: ['treeItem', { isSignal: true }] }] }); })();
|
|
4672
4672
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemSlotComponent, { className: "TreeDefaultItemSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 153 }); })();
|
|
4673
4673
|
/**
|
|
4674
4674
|
* A constant representing the default slot for tree item.
|
|
@@ -4785,7 +4785,7 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4785
4785
|
imports: [SlotDirective],
|
|
4786
4786
|
template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
|
|
4787
4787
|
}]
|
|
4788
|
-
}], () => [],
|
|
4788
|
+
}], () => [], { nodes: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNodes", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], navSelector: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNavSelector", required: false }] }], ariaLabelToggleFn: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabelToggleFn", required: false }] }], expandToggle: [{ type: i0.Output, args: ["auExpandToggle"] }], itemContent: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemContent", required: false }] }], slotItemContentFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => TreeItemContentDirective), { isSignal: true }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => TreeStructureDirective), { isSignal: true }] }], itemToggle: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItemToggle", required: false }] }], slotItemToggleFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => TreeItemToggleDirective), { isSignal: true }] }], item: [{ type: i0.Input, args: [{ isSignal: true, alias: "auItem", required: false }] }], slotItemFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => TreeItemDirective), { isSignal: true }] }] }); })();
|
|
4789
4789
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeComponent, { className: "TreeComponent", filePath: "components/tree/tree.component.ts", lineNumber: 178 }); })();
|
|
4790
4790
|
|
|
4791
4791
|
/**
|
|
@@ -5029,7 +5029,7 @@ class CarouselDefaultSlotsComponent {
|
|
|
5029
5029
|
</ng-template>
|
|
5030
5030
|
`,
|
|
5031
5031
|
}]
|
|
5032
|
-
}], null,
|
|
5032
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }], navigation: [{ type: i0.ViewChild, args: ['navigation', { isSignal: true }] }] }); })();
|
|
5033
5033
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselDefaultSlotsComponent, { className: "CarouselDefaultSlotsComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 107 }); })();
|
|
5034
5034
|
/**
|
|
5035
5035
|
* The default slot for the structure
|
|
@@ -5227,7 +5227,7 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5227
5227
|
imports: [SlotDirective],
|
|
5228
5228
|
template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
|
|
5229
5229
|
}]
|
|
5230
|
-
}], () => [],
|
|
5230
|
+
}], () => [], { ariaIndicatorLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaIndicatorLabel", required: false }] }], ariaPrevLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaPrevLabel", required: false }] }], ariaNextLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaNextLabel", required: false }] }], direction: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDirection", required: false }] }], dragFree: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDragFree", required: false }] }], dragThreshold: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDragThreshold", required: false }] }], duration: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDuration", required: false }] }], loop: [{ type: i0.Input, args: [{ isSignal: true, alias: "auLoop", required: false }] }], skipSnaps: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSkipSnaps", required: false }] }], showNavigationArrows: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowNavigationArrows", required: false }] }], showNavigationIndicators: [{ type: i0.Input, args: [{ isSignal: true, alias: "auShowNavigationIndicators", required: false }] }], plugins: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPlugins", required: false }] }], align: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAlign", required: false }] }], container: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContainer", required: false }] }], containScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContainScroll", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], containerClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContainerClass", required: false }] }], slideClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSlideClass", required: false }] }], ariaLive: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLive", required: false }] }], slidesData: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSlidesData", required: false }] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], navigation: [{ type: i0.Input, args: [{ isSignal: true, alias: "auNavigation", required: false }] }], slide: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSlide", required: false }] }], slotSlideFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => CarouselSlideDirective), { isSignal: true }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => CarouselStructureDirective), { isSignal: true }] }], slotNavigationFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => CarouselNavigationDirective), { isSignal: true }] }] }); })();
|
|
5231
5231
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselComponent, { className: "CarouselComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 138 }); })();
|
|
5232
5232
|
|
|
5233
5233
|
class ToasterService extends ToasterService$1 {
|
|
@@ -5349,7 +5349,7 @@ class ToasterComponent {
|
|
|
5349
5349
|
`,
|
|
5350
5350
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5351
5351
|
}]
|
|
5352
|
-
}], () => [],
|
|
5352
|
+
}], () => [], { auDismissible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDismissible", required: false }] }], auDuration: [{ type: i0.Input, args: [{ isSignal: true, alias: "auDuration", required: false }] }], auPosition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPosition", required: false }] }], auLimit: [{ type: i0.Input, args: [{ isSignal: true, alias: "auLimit", required: false }] }], auPauseOnHover: [{ type: i0.Input, args: [{ isSignal: true, alias: "auPauseOnHover", required: false }] }], auCloseAll: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCloseAll", required: false }] }], auCloseAllLabel: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCloseAllLabel", required: false }] }] }); })();
|
|
5353
5353
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToasterComponent, { className: "ToasterComponent", filePath: "components/toast/toaster.component.ts", lineNumber: 45 }); })();
|
|
5354
5354
|
|
|
5355
5355
|
/**
|
|
@@ -5514,7 +5514,7 @@ class DrawerDefaultSlotsComponent {
|
|
|
5514
5514
|
}
|
|
5515
5515
|
</ng-template>`,
|
|
5516
5516
|
}]
|
|
5517
|
-
}], null,
|
|
5517
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
5518
5518
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerDefaultSlotsComponent, { className: "DrawerDefaultSlotsComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 80 }); })();
|
|
5519
5519
|
/**
|
|
5520
5520
|
* Represents the default slot structure for the drawer component.
|
|
@@ -5762,7 +5762,7 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5762
5762
|
`,
|
|
5763
5763
|
encapsulation: ViewEncapsulation.None,
|
|
5764
5764
|
}]
|
|
5765
|
-
}], () => [],
|
|
5765
|
+
}], () => [], { animated: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAnimated", required: false }] }], ariaLabelledBy: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaLabelledBy", required: false }] }], ariaDescribedBy: [{ type: i0.Input, args: [{ isSignal: true, alias: "auAriaDescribedBy", required: false }] }], visible: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVisible", required: false }] }], verticalTransition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auVerticalTransition", required: false }] }], transition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auTransition", required: false }] }], backdropTransition: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdropTransition", required: false }] }], container: [{ type: i0.Input, args: [{ isSignal: true, alias: "auContainer", required: false }] }], backdrop: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdrop", required: false }] }], bodyScroll: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBodyScroll", required: false }] }], backdropClass: [{ type: i0.Input, args: [{ isSignal: true, alias: "auBackdropClass", required: false }] }], className: [{ type: i0.Input, args: [{ isSignal: true, alias: "auClassName", required: false }] }], resizable: [{ type: i0.Input, args: [{ isSignal: true, alias: "auResizable", required: false }] }], width: [{ type: i0.Input, args: [{ isSignal: true, alias: "auWidth", required: false }] }], height: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeight", required: false }] }], widthChange: [{ type: i0.Output, args: ["auWidthChange"] }], heightChange: [{ type: i0.Output, args: ["auHeightChange"] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], hidden: [{ type: i0.Output, args: ["auHidden"] }], shown: [{ type: i0.Output, args: ["auShown"] }], structure: [{ type: i0.Input, args: [{ isSignal: true, alias: "auStructure", required: false }] }], slotStructureFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => DrawerStructureDirective), { isSignal: true }] }], header: [{ type: i0.Input, args: [{ isSignal: true, alias: "auHeader", required: false }] }], slotHeaderFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => DrawerHeaderDirective), { isSignal: true }] }], children: [{ type: i0.Input, args: [{ isSignal: true, alias: "auChildren", required: false }] }], slotBodyFromContent: [{ type: i0.ContentChild, args: [i0.forwardRef(() => DrawerBodyDirective), { isSignal: true }] }], slotChildren: [{ type: i0.ViewChild, args: ['content', { isSignal: true }] }] }); })();
|
|
5766
5766
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 113 }); })();
|
|
5767
5767
|
|
|
5768
5768
|
// [import-placeholder]
|