@agnos-ui/angular-bootstrap 0.10.0-next.0 → 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
|
/**
|
|
@@ -2249,7 +2249,7 @@ const export_createAccordionItem = createAccordionItem;
|
|
|
2249
2249
|
*/
|
|
2250
2250
|
const export_createAccordion = createAccordion;
|
|
2251
2251
|
/**
|
|
2252
|
-
* Create an accordion WidgetFactory based on
|
|
2252
|
+
* Create an accordion WidgetFactory based on an item factory and the list of item props that should inherit from the parent accordion
|
|
2253
2253
|
*
|
|
2254
2254
|
* @param itemFactory - the item factory
|
|
2255
2255
|
* @param accordionItemProps - the list of item props
|
|
@@ -2419,7 +2419,7 @@ function AccordionItemDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if
|
|
|
2419
2419
|
} if (rf & 2) {
|
|
2420
2420
|
let tmp_12_0;
|
|
2421
2421
|
const state_r10 = ctx.state;
|
|
2422
|
-
i0.ɵɵconditional((tmp_12_0 = state_r10.
|
|
2422
|
+
i0.ɵɵconditional((tmp_12_0 = state_r10.headingLevel()) === 1 ? 0 : tmp_12_0 === 2 ? 1 : tmp_12_0 === 3 ? 2 : tmp_12_0 === 4 ? 3 : tmp_12_0 === 5 ? 4 : tmp_12_0 === 6 ? 5 : 6);
|
|
2423
2423
|
i0.ɵɵadvance(21);
|
|
2424
2424
|
i0.ɵɵconditional(state_r10.shouldBeInDOM() ? 21 : -1);
|
|
2425
2425
|
} }
|
|
@@ -2509,23 +2509,23 @@ class AccordionItemDefaultSlotsComponent {
|
|
|
2509
2509
|
imports: [UseDirective, SlotDirective, NgTemplateOutlet, AccordionItemStructureDirective],
|
|
2510
2510
|
template: `
|
|
2511
2511
|
<ng-template auAccordionItemStructure #structure let-state="state" let-api="api" let-directives="directives">
|
|
2512
|
-
@switch (state.
|
|
2513
|
-
@case (
|
|
2512
|
+
@switch (state.headingLevel()) {
|
|
2513
|
+
@case (1) {
|
|
2514
2514
|
<ng-container [ngTemplateOutlet]="h1" />
|
|
2515
2515
|
}
|
|
2516
|
-
@case (
|
|
2516
|
+
@case (2) {
|
|
2517
2517
|
<ng-container [ngTemplateOutlet]="h2" />
|
|
2518
2518
|
}
|
|
2519
|
-
@case (
|
|
2519
|
+
@case (3) {
|
|
2520
2520
|
<ng-container [ngTemplateOutlet]="h3" />
|
|
2521
2521
|
}
|
|
2522
|
-
@case (
|
|
2522
|
+
@case (4) {
|
|
2523
2523
|
<ng-container [ngTemplateOutlet]="h4" />
|
|
2524
2524
|
}
|
|
2525
|
-
@case (
|
|
2525
|
+
@case (5) {
|
|
2526
2526
|
<ng-container [ngTemplateOutlet]="h5" />
|
|
2527
2527
|
}
|
|
2528
|
-
@case (
|
|
2528
|
+
@case (6) {
|
|
2529
2529
|
<ng-container [ngTemplateOutlet]="h6" />
|
|
2530
2530
|
}
|
|
2531
2531
|
@default {
|
|
@@ -2583,8 +2583,8 @@ class AccordionItemDefaultSlotsComponent {
|
|
|
2583
2583
|
</ng-template>
|
|
2584
2584
|
`,
|
|
2585
2585
|
}]
|
|
2586
|
-
}], null,
|
|
2587
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemDefaultSlotsComponent, { className: "AccordionItemDefaultSlotsComponent", filePath: "components/accordion/accordion.component.ts", lineNumber:
|
|
2586
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
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.
|
|
2590
2590
|
*/
|
|
@@ -2686,9 +2686,9 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2686
2686
|
*/
|
|
2687
2687
|
this.bodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyClassName", alias: 'auBodyClassName' }] : [{ alias: 'auBodyClassName' }]));
|
|
2688
2688
|
/**
|
|
2689
|
-
* The html
|
|
2689
|
+
* The html heading level to use for the accordion-item-header.
|
|
2690
2690
|
*/
|
|
2691
|
-
this.
|
|
2691
|
+
this.headingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "headingLevel", alias: 'auHeadingLevel' }] : [{ alias: 'auHeadingLevel' }]));
|
|
2692
2692
|
/**
|
|
2693
2693
|
* An event fired when an item is shown.
|
|
2694
2694
|
*/
|
|
@@ -2719,7 +2719,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2719
2719
|
i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$6, 5);
|
|
2720
2720
|
} if (rf & 2) {
|
|
2721
2721
|
i0.ɵɵqueryAdvance();
|
|
2722
|
-
} }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"],
|
|
2722
|
+
} }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"], headingLevel: [1, "auHeadingLevel", "headingLevel"] }, outputs: { shown: "auShown", hidden: "auHidden", visibleChange: "auVisibleChange" }, exportAs: ["auAccordionItem"], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$6, ngContentSelectors: _c4$6, decls: 3, vars: 6, consts: [["content", ""], [3, "auSlotProps", "auSlot"]], template: function AccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
|
|
2723
2723
|
i0.ɵɵprojectionDef();
|
|
2724
2724
|
i0.ɵɵtemplate(0, AccordionItemComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(2, AccordionItemComponent_ng_template_2_Template, 0, 0, "ng-template", 1);
|
|
2725
2725
|
} if (rf & 2) {
|
|
@@ -2738,12 +2738,14 @@ class AccordionItemComponent extends BaseWidgetDirective {
|
|
|
2738
2738
|
},
|
|
2739
2739
|
imports: [SlotDirective],
|
|
2740
2740
|
template: `
|
|
2741
|
-
<ng-template #content
|
|
2741
|
+
<ng-template #content>
|
|
2742
|
+
<ng-content />
|
|
2743
|
+
</ng-template>
|
|
2742
2744
|
<ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />
|
|
2743
2745
|
`,
|
|
2744
2746
|
}]
|
|
2745
|
-
}], () => [],
|
|
2746
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber:
|
|
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
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 169 }); })();
|
|
2747
2749
|
/**
|
|
2748
2750
|
* Directive for creating an accordion component.
|
|
2749
2751
|
*
|
|
@@ -2858,14 +2860,14 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2858
2860
|
*/
|
|
2859
2861
|
this.itemBodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyClassName", alias: 'auItemBodyClassName' }] : [{ alias: 'auItemBodyClassName' }]));
|
|
2860
2862
|
/**
|
|
2861
|
-
* The html
|
|
2863
|
+
* The html heading level to use for the accordion-item-header.
|
|
2862
2864
|
*
|
|
2863
|
-
* @defaultValue `
|
|
2865
|
+
* @defaultValue `2`
|
|
2864
2866
|
*/
|
|
2865
|
-
this.
|
|
2867
|
+
this.itemHeadingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeadingLevel", alias: 'auItemHeadingLevel' }] : [{ alias: 'auItemHeadingLevel' }]));
|
|
2866
2868
|
}
|
|
2867
2869
|
static { this.ɵfac = function AccordionDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionDirective)(); }; }
|
|
2868
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccordionDirective, selectors: [["", "auAccordion", ""]], hostAttrs: [1, "accordion"], inputs: { closeOthers: [1, "auCloseOthers", "closeOthers"], className: [1, "auClassName", "className"], itemDestroyOnHide: [1, "auItemDestroyOnHide", "itemDestroyOnHide"], itemAnimated: [1, "auItemAnimated", "itemAnimated"], itemTransition: [1, "auItemTransition", "itemTransition"], itemStructure: [1, "auItemStructure", "itemStructure"], itemClassName: [1, "auItemClassName", "itemClassName"], itemHeaderClassName: [1, "auItemHeaderClassName", "itemHeaderClassName"], itemButtonClassName: [1, "auItemButtonClassName", "itemButtonClassName"], itemBodyContainerClassName: [1, "auItemBodyContainerClassName", "itemBodyContainerClassName"], itemBodyClassName: [1, "auItemBodyClassName", "itemBodyClassName"],
|
|
2870
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccordionDirective, selectors: [["", "auAccordion", ""]], hostAttrs: [1, "accordion"], inputs: { closeOthers: [1, "auCloseOthers", "closeOthers"], className: [1, "auClassName", "className"], itemDestroyOnHide: [1, "auItemDestroyOnHide", "itemDestroyOnHide"], itemAnimated: [1, "auItemAnimated", "itemAnimated"], itemTransition: [1, "auItemTransition", "itemTransition"], itemStructure: [1, "auItemStructure", "itemStructure"], itemClassName: [1, "auItemClassName", "itemClassName"], itemHeaderClassName: [1, "auItemHeaderClassName", "itemHeaderClassName"], itemButtonClassName: [1, "auItemButtonClassName", "itemButtonClassName"], itemBodyContainerClassName: [1, "auItemBodyContainerClassName", "itemBodyContainerClassName"], itemBodyClassName: [1, "auItemBodyClassName", "itemBodyClassName"], itemHeadingLevel: [1, "auItemHeadingLevel", "itemHeadingLevel"] }, outputs: { itemShown: "auItemShown", itemHidden: "auItemHidden" }, exportAs: ["auAccordion"], features: [i0.ɵɵInheritDefinitionFeature] }); }
|
|
2869
2871
|
}
|
|
2870
2872
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccordionDirective, [{
|
|
2871
2873
|
type: Directive,
|
|
@@ -2876,7 +2878,7 @@ class AccordionDirective extends BaseWidgetDirective {
|
|
|
2876
2878
|
class: 'accordion',
|
|
2877
2879
|
},
|
|
2878
2880
|
}]
|
|
2879
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
2880
2882
|
|
|
2881
2883
|
/**
|
|
2882
2884
|
* Retrieve a shallow copy of the default Slider config
|
|
@@ -3172,7 +3174,7 @@ class SliderDefaultHandleSlotComponent {
|
|
|
3172
3174
|
</ng-template>
|
|
3173
3175
|
`,
|
|
3174
3176
|
}]
|
|
3175
|
-
}], null,
|
|
3177
|
+
}], null, { handle: [{ type: i0.ViewChild, args: ['handle', { isSignal: true }] }] }); })();
|
|
3176
3178
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultHandleSlotComponent, { className: "SliderDefaultHandleSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 64 }); })();
|
|
3177
3179
|
/**
|
|
3178
3180
|
* A constant representing the default slot handle for the slider component.
|
|
@@ -3233,7 +3235,7 @@ class SliderDefaultTickSlotComponent {
|
|
|
3233
3235
|
</ng-template>
|
|
3234
3236
|
`,
|
|
3235
3237
|
}]
|
|
3236
|
-
}], null,
|
|
3238
|
+
}], null, { tick: [{ type: i0.ViewChild, args: ['tick', { isSignal: true }] }] }); })();
|
|
3237
3239
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultTickSlotComponent, { className: "SliderDefaultTickSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 136 }); })();
|
|
3238
3240
|
/**
|
|
3239
3241
|
* A constant representing the default slot tick for the slider component.
|
|
@@ -3315,7 +3317,7 @@ class SliderDefaultStructureSlotComponent {
|
|
|
3315
3317
|
</ng-template>
|
|
3316
3318
|
`,
|
|
3317
3319
|
}]
|
|
3318
|
-
}], null,
|
|
3320
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
3319
3321
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultStructureSlotComponent, { className: "SliderDefaultStructureSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 200 }); })();
|
|
3320
3322
|
/**
|
|
3321
3323
|
* Represents the default slot structure for the slider component.
|
|
@@ -3373,21 +3375,21 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3373
3375
|
* Minimum distance between two values.
|
|
3374
3376
|
* When set to 0, no minimum distance constraint is applied.
|
|
3375
3377
|
*
|
|
3376
|
-
* @defaultValue 0
|
|
3378
|
+
* @defaultValue `0`
|
|
3377
3379
|
*/
|
|
3378
3380
|
this.minRange = input(undefined, ...(ngDevMode ? [{ debugName: "minRange", alias: 'auMinRange', transform: auNumberAttribute }] : [{ alias: 'auMinRange', transform: auNumberAttribute }]));
|
|
3379
3381
|
/**
|
|
3380
3382
|
* Maximum distance between two values
|
|
3381
3383
|
* When set to 0, no maximum distance constraint is applied.
|
|
3382
3384
|
*
|
|
3383
|
-
* @defaultValue 0
|
|
3385
|
+
* @defaultValue `0`
|
|
3384
3386
|
*/
|
|
3385
3387
|
this.maxRange = input(undefined, ...(ngDevMode ? [{ debugName: "maxRange", alias: 'auMaxRange', transform: auNumberAttribute }] : [{ alias: 'auMaxRange', transform: auNumberAttribute }]));
|
|
3386
3388
|
/**
|
|
3387
3389
|
* When true, if moving a value would break the minRange or maxRange constraint,
|
|
3388
3390
|
* it will instead push or pull the neighboring values to keep the allowed range rather than just stopping.
|
|
3389
3391
|
*
|
|
3390
|
-
* @defaultValue false
|
|
3392
|
+
* @defaultValue `false`
|
|
3391
3393
|
*/
|
|
3392
3394
|
this.pushRange = input(undefined, ...(ngDevMode ? [{ debugName: "pushRange", alias: 'auPushRange', transform: auBooleanAttribute }] : [{ alias: 'auPushRange', transform: auBooleanAttribute }]));
|
|
3393
3395
|
/**
|
|
@@ -3447,7 +3449,7 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3447
3449
|
*
|
|
3448
3450
|
* @defaultValue
|
|
3449
3451
|
* ```ts
|
|
3450
|
-
* (
|
|
3452
|
+
* () => ''
|
|
3451
3453
|
* ```
|
|
3452
3454
|
*/
|
|
3453
3455
|
this.ariaValueText = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueText", alias: 'auAriaValueText' }] : [{ alias: 'auAriaValueText' }]));
|
|
@@ -3593,7 +3595,7 @@ class SliderComponent extends BaseWidgetDirective {
|
|
|
3593
3595
|
</div>
|
|
3594
3596
|
`,
|
|
3595
3597
|
}]
|
|
3596
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
3597
3599
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderComponent, { className: "SliderComponent", filePath: "components/slider/slider.component.ts", lineNumber: 229 }); })();
|
|
3598
3600
|
|
|
3599
3601
|
/**
|
|
@@ -3705,7 +3707,7 @@ class ProgressbarDefaultSlotsComponent {
|
|
|
3705
3707
|
</ng-template>
|
|
3706
3708
|
`,
|
|
3707
3709
|
}]
|
|
3708
|
-
}], null,
|
|
3710
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
3709
3711
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarDefaultSlotsComponent, { className: "ProgressbarDefaultSlotsComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 62 }); })();
|
|
3710
3712
|
/**
|
|
3711
3713
|
* Represents the default slot structure for the progress bar component.
|
|
@@ -3841,7 +3843,7 @@ class ProgressbarComponent extends BaseWidgetDirective {
|
|
|
3841
3843
|
<ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" />
|
|
3842
3844
|
`,
|
|
3843
3845
|
}]
|
|
3844
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
3845
3847
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarComponent, { className: "ProgressbarComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 89 }); })();
|
|
3846
3848
|
|
|
3847
3849
|
/**
|
|
@@ -4026,7 +4028,7 @@ class ToastDefaultSlotsComponent {
|
|
|
4026
4028
|
}
|
|
4027
4029
|
</ng-template>`,
|
|
4028
4030
|
}]
|
|
4029
|
-
}], null,
|
|
4031
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
4030
4032
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastDefaultSlotsComponent, { className: "ToastDefaultSlotsComponent", filePath: "components/toast/toast.component.ts", lineNumber: 72 }); })();
|
|
4031
4033
|
/**
|
|
4032
4034
|
* Represents the default slot structure for the toast component.
|
|
@@ -4201,7 +4203,7 @@ class ToastComponent extends BaseWidgetDirective {
|
|
|
4201
4203
|
</div>
|
|
4202
4204
|
}`,
|
|
4203
4205
|
}]
|
|
4204
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
4205
4207
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastComponent, { className: "ToastComponent", filePath: "components/toast/toast.component.ts", lineNumber: 103 }); })();
|
|
4206
4208
|
|
|
4207
4209
|
/**
|
|
@@ -4246,7 +4248,7 @@ class CollapseDirective extends BaseWidgetDirective {
|
|
|
4246
4248
|
/**
|
|
4247
4249
|
* If `true` the collapse is visible to the user
|
|
4248
4250
|
*
|
|
4249
|
-
* @defaultValue `
|
|
4251
|
+
* @defaultValue `false`
|
|
4250
4252
|
*/
|
|
4251
4253
|
this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
|
|
4252
4254
|
/**
|
|
@@ -4293,7 +4295,7 @@ class CollapseDirective extends BaseWidgetDirective {
|
|
|
4293
4295
|
selector: '[auCollapse]',
|
|
4294
4296
|
exportAs: 'auCollapse',
|
|
4295
4297
|
}]
|
|
4296
|
-
}], () => [],
|
|
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"] }] }); })();
|
|
4297
4299
|
class CollapseTriggerDirective {
|
|
4298
4300
|
constructor() {
|
|
4299
4301
|
this.auCollapseTrigger = input.required(...(ngDevMode ? [{ debugName: "auCollapseTrigger" }] : []));
|
|
@@ -4313,7 +4315,7 @@ class CollapseTriggerDirective {
|
|
|
4313
4315
|
args: [{
|
|
4314
4316
|
selector: '[auCollapseTrigger]',
|
|
4315
4317
|
}]
|
|
4316
|
-
}], null,
|
|
4318
|
+
}], null, { auCollapseTrigger: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCollapseTrigger", required: true }] }] }); })();
|
|
4317
4319
|
|
|
4318
4320
|
/**
|
|
4319
4321
|
* Retrieve a shallow copy of the default collapse config
|
|
@@ -4496,7 +4498,7 @@ class TreeDefaultStructureSlotComponent {
|
|
|
4496
4498
|
</ng-template>
|
|
4497
4499
|
`,
|
|
4498
4500
|
}]
|
|
4499
|
-
}], null,
|
|
4501
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
4500
4502
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultStructureSlotComponent, { className: "TreeDefaultStructureSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 33 }); })();
|
|
4501
4503
|
/**
|
|
4502
4504
|
* A constant representing the default slot for tree structure.
|
|
@@ -4553,7 +4555,7 @@ class TreeDefaultItemToggleSlotComponent {
|
|
|
4553
4555
|
</ng-template>
|
|
4554
4556
|
`,
|
|
4555
4557
|
}]
|
|
4556
|
-
}], null,
|
|
4558
|
+
}], null, { toggle: [{ type: i0.ViewChild, args: ['toggle', { isSignal: true }] }] }); })();
|
|
4557
4559
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemToggleSlotComponent, { className: "TreeDefaultItemToggleSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 76 }); })();
|
|
4558
4560
|
/**
|
|
4559
4561
|
* A constant representing the default slot for tree item toggle.
|
|
@@ -4605,7 +4607,7 @@ class TreeDefaultItemContentSlotComponent {
|
|
|
4605
4607
|
</ng-template>
|
|
4606
4608
|
`,
|
|
4607
4609
|
}]
|
|
4608
|
-
}], null,
|
|
4610
|
+
}], null, { treeItemContent: [{ type: i0.ViewChild, args: ['treeItemContent', { isSignal: true }] }] }); })();
|
|
4609
4611
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemContentSlotComponent, { className: "TreeDefaultItemContentSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 110 }); })();
|
|
4610
4612
|
/**
|
|
4611
4613
|
* A constant representing the default slot for tree item.
|
|
@@ -4666,7 +4668,7 @@ class TreeDefaultItemSlotComponent {
|
|
|
4666
4668
|
</ng-template>
|
|
4667
4669
|
`,
|
|
4668
4670
|
}]
|
|
4669
|
-
}], null,
|
|
4671
|
+
}], null, { treeItem: [{ type: i0.ViewChild, args: ['treeItem', { isSignal: true }] }] }); })();
|
|
4670
4672
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemSlotComponent, { className: "TreeDefaultItemSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 153 }); })();
|
|
4671
4673
|
/**
|
|
4672
4674
|
* A constant representing the default slot for tree item.
|
|
@@ -4696,12 +4698,6 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4696
4698
|
itemToggle: this.slotItemToggleFromContent()?.templateRef,
|
|
4697
4699
|
}),
|
|
4698
4700
|
}));
|
|
4699
|
-
/**
|
|
4700
|
-
* Optional accessibility label for the tree if there is no explicit label
|
|
4701
|
-
*
|
|
4702
|
-
* @defaultValue `''`
|
|
4703
|
-
*/
|
|
4704
|
-
this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
|
|
4705
4701
|
/**
|
|
4706
4702
|
* Array of the tree nodes to display
|
|
4707
4703
|
*
|
|
@@ -4775,7 +4771,7 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4775
4771
|
i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemFromContent, TreeItemDirective, 5);
|
|
4776
4772
|
} if (rf & 2) {
|
|
4777
4773
|
i0.ɵɵqueryAdvance(4);
|
|
4778
|
-
} }, inputs: {
|
|
4774
|
+
} }, inputs: { nodes: [1, "auNodes", "nodes"], className: [1, "auClassName", "className"], navSelector: [1, "auNavSelector", "navSelector"], ariaLabelToggleFn: [1, "auAriaLabelToggleFn", "ariaLabelToggleFn"], itemContent: [1, "auItemContent", "itemContent"], structure: [1, "auStructure", "structure"], itemToggle: [1, "auItemToggle", "itemToggle"], item: [1, "auItem", "item"] }, outputs: { expandToggle: "auExpandToggle" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c7, decls: 1, vars: 6, consts: [[3, "auSlot", "auSlotProps"]], template: function TreeComponent_Template(rf, ctx) { if (rf & 1) {
|
|
4779
4775
|
i0.ɵɵtemplate(0, TreeComponent_ng_template_0_Template, 0, 0, "ng-template", 0);
|
|
4780
4776
|
} if (rf & 2) {
|
|
4781
4777
|
i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c8, ctx.state, ctx.api, ctx.directives));
|
|
@@ -4789,7 +4785,7 @@ class TreeComponent extends BaseWidgetDirective {
|
|
|
4789
4785
|
imports: [SlotDirective],
|
|
4790
4786
|
template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
|
|
4791
4787
|
}]
|
|
4792
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
4793
4789
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeComponent, { className: "TreeComponent", filePath: "components/tree/tree.component.ts", lineNumber: 178 }); })();
|
|
4794
4790
|
|
|
4795
4791
|
/**
|
|
@@ -5033,7 +5029,7 @@ class CarouselDefaultSlotsComponent {
|
|
|
5033
5029
|
</ng-template>
|
|
5034
5030
|
`,
|
|
5035
5031
|
}]
|
|
5036
|
-
}], null,
|
|
5032
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }], navigation: [{ type: i0.ViewChild, args: ['navigation', { isSignal: true }] }] }); })();
|
|
5037
5033
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselDefaultSlotsComponent, { className: "CarouselDefaultSlotsComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 107 }); })();
|
|
5038
5034
|
/**
|
|
5039
5035
|
* The default slot for the structure
|
|
@@ -5064,14 +5060,23 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5064
5060
|
}));
|
|
5065
5061
|
/**
|
|
5066
5062
|
* Aria label for navigation indicators
|
|
5063
|
+
*
|
|
5064
|
+
* @defaultValue
|
|
5065
|
+
* ```ts
|
|
5066
|
+
* (index: number) => `Select slide ${index + 1}`
|
|
5067
|
+
* ```
|
|
5067
5068
|
*/
|
|
5068
5069
|
this.ariaIndicatorLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaIndicatorLabel", alias: 'auAriaIndicatorLabel' }] : [{ alias: 'auAriaIndicatorLabel' }]));
|
|
5069
5070
|
/**
|
|
5070
5071
|
* Aria label for previous button
|
|
5072
|
+
*
|
|
5073
|
+
* @defaultValue `'Select previous slide'`
|
|
5071
5074
|
*/
|
|
5072
5075
|
this.ariaPrevLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPrevLabel", alias: 'auAriaPrevLabel' }] : [{ alias: 'auAriaPrevLabel' }]));
|
|
5073
5076
|
/**
|
|
5074
5077
|
* Aria label for next button
|
|
5078
|
+
*
|
|
5079
|
+
* @defaultValue `'Select next slide'`
|
|
5075
5080
|
*/
|
|
5076
5081
|
this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
|
|
5077
5082
|
/**
|
|
@@ -5118,10 +5123,14 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5118
5123
|
this.skipSnaps = input(undefined, ...(ngDevMode ? [{ debugName: "skipSnaps", alias: 'auSkipSnaps', transform: auBooleanAttribute }] : [{ alias: 'auSkipSnaps', transform: auBooleanAttribute }]));
|
|
5119
5124
|
/**
|
|
5120
5125
|
* If `true`, 'previous' and 'next' navigation arrows will be visible.
|
|
5126
|
+
*
|
|
5127
|
+
* @defaultValue `true`
|
|
5121
5128
|
*/
|
|
5122
5129
|
this.showNavigationArrows = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationArrows", alias: 'auShowNavigationArrows', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationArrows', transform: auBooleanAttribute }]));
|
|
5123
5130
|
/**
|
|
5124
5131
|
* If `true`, navigation indicators at the bottom of the slide will be visible.
|
|
5132
|
+
*
|
|
5133
|
+
* @defaultValue `true`
|
|
5125
5134
|
*/
|
|
5126
5135
|
this.showNavigationIndicators = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationIndicators", alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }]));
|
|
5127
5136
|
/**
|
|
@@ -5140,6 +5149,8 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5140
5149
|
* Enables choosing a custom container element which holds the slides. By default, Embla will choose the first direct child element of the root element. Provide a valid CSS selector string.
|
|
5141
5150
|
*
|
|
5142
5151
|
* @see {@link https://www.embla-carousel.com/api/options/#container}
|
|
5152
|
+
*
|
|
5153
|
+
* @defaultValue `null`
|
|
5143
5154
|
*/
|
|
5144
5155
|
this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
|
|
5145
5156
|
/**
|
|
@@ -5181,20 +5192,14 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5181
5192
|
this.slidesData = input(undefined, ...(ngDevMode ? [{ debugName: "slidesData", alias: 'auSlidesData' }] : [{ alias: 'auSlidesData' }]));
|
|
5182
5193
|
/**
|
|
5183
5194
|
* The structure of the carousel.
|
|
5184
|
-
*
|
|
5185
|
-
* @defaultValue `undefined`
|
|
5186
5195
|
*/
|
|
5187
5196
|
this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
|
|
5188
5197
|
/**
|
|
5189
5198
|
* The navigation layer of the carousel.
|
|
5190
|
-
*
|
|
5191
|
-
* @defaultValue `undefined`
|
|
5192
5199
|
*/
|
|
5193
5200
|
this.navigation = input(undefined, ...(ngDevMode ? [{ debugName: "navigation", alias: 'auNavigation' }] : [{ alias: 'auNavigation' }]));
|
|
5194
5201
|
/**
|
|
5195
5202
|
* The content of each slide in the carousel.
|
|
5196
|
-
*
|
|
5197
|
-
* @defaultValue `undefined`
|
|
5198
5203
|
*/
|
|
5199
5204
|
this.slide = input(undefined, ...(ngDevMode ? [{ debugName: "slide", alias: 'auSlide' }] : [{ alias: 'auSlide' }]));
|
|
5200
5205
|
this.slotSlideFromContent = contentChild((CarouselSlideDirective), ...(ngDevMode ? [{ debugName: "slotSlideFromContent" }] : []));
|
|
@@ -5222,7 +5227,7 @@ class CarouselComponent extends BaseWidgetDirective {
|
|
|
5222
5227
|
imports: [SlotDirective],
|
|
5223
5228
|
template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
|
|
5224
5229
|
}]
|
|
5225
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
5226
5231
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselComponent, { className: "CarouselComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 138 }); })();
|
|
5227
5232
|
|
|
5228
5233
|
class ToasterService extends ToasterService$1 {
|
|
@@ -5344,7 +5349,7 @@ class ToasterComponent {
|
|
|
5344
5349
|
`,
|
|
5345
5350
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5346
5351
|
}]
|
|
5347
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
5348
5353
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToasterComponent, { className: "ToasterComponent", filePath: "components/toast/toaster.component.ts", lineNumber: 45 }); })();
|
|
5349
5354
|
|
|
5350
5355
|
/**
|
|
@@ -5509,7 +5514,7 @@ class DrawerDefaultSlotsComponent {
|
|
|
5509
5514
|
}
|
|
5510
5515
|
</ng-template>`,
|
|
5511
5516
|
}]
|
|
5512
|
-
}], null,
|
|
5517
|
+
}], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
|
|
5513
5518
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerDefaultSlotsComponent, { className: "DrawerDefaultSlotsComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 80 }); })();
|
|
5514
5519
|
/**
|
|
5515
5520
|
* Represents the default slot structure for the drawer component.
|
|
@@ -5546,14 +5551,20 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5546
5551
|
}));
|
|
5547
5552
|
/**
|
|
5548
5553
|
* If `true` opening and closing will be animated.
|
|
5554
|
+
*
|
|
5555
|
+
* @defaultValue `true`
|
|
5549
5556
|
*/
|
|
5550
5557
|
this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
|
|
5551
5558
|
/**
|
|
5552
5559
|
* aria-labelledby attribute to use for the drawer element.
|
|
5560
|
+
*
|
|
5561
|
+
* @defaultValue `''`
|
|
5553
5562
|
*/
|
|
5554
5563
|
this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
|
|
5555
5564
|
/**
|
|
5556
5565
|
* aria-describedby attribute to use for the drawer element.
|
|
5566
|
+
*
|
|
5567
|
+
* @defaultValue `''`
|
|
5557
5568
|
*/
|
|
5558
5569
|
this.ariaDescribedBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaDescribedBy", alias: 'auAriaDescribedBy' }] : [{ alias: 'auAriaDescribedBy' }]));
|
|
5559
5570
|
/**
|
|
@@ -5567,7 +5578,7 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5567
5578
|
*
|
|
5568
5579
|
* @defaultValue
|
|
5569
5580
|
* ```ts
|
|
5570
|
-
*
|
|
5581
|
+
* collapseVerticalTransition
|
|
5571
5582
|
* ```
|
|
5572
5583
|
*/
|
|
5573
5584
|
this.verticalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "verticalTransition", alias: 'auVerticalTransition' }] : [{ alias: 'auVerticalTransition' }]));
|
|
@@ -5576,17 +5587,14 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5576
5587
|
*
|
|
5577
5588
|
* @defaultValue
|
|
5578
5589
|
* ```ts
|
|
5579
|
-
*
|
|
5590
|
+
* collapseHorizontalTransition
|
|
5580
5591
|
* ```
|
|
5581
5592
|
*/
|
|
5582
5593
|
this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
|
|
5583
5594
|
/**
|
|
5584
5595
|
* The transition to use for the backdrop behind the drawer (if present).
|
|
5585
5596
|
*
|
|
5586
|
-
* @defaultValue
|
|
5587
|
-
* ```ts
|
|
5588
|
-
* () => {}
|
|
5589
|
-
* ```
|
|
5597
|
+
* @defaultValue `fadeTransition`
|
|
5590
5598
|
*/
|
|
5591
5599
|
this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
|
|
5592
5600
|
/**
|
|
@@ -5602,10 +5610,14 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5602
5610
|
this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
|
|
5603
5611
|
/**
|
|
5604
5612
|
* If `true` displays the backdrop element and disables the body scrolling, otherwise the body of the document is navigable
|
|
5613
|
+
*
|
|
5614
|
+
* @defaultValue `true`
|
|
5605
5615
|
*/
|
|
5606
5616
|
this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
|
|
5607
5617
|
/**
|
|
5608
5618
|
* If `true` allows body scrolling when the drawer is open.
|
|
5619
|
+
*
|
|
5620
|
+
* @defaultValue `false`
|
|
5609
5621
|
*/
|
|
5610
5622
|
this.bodyScroll = input(undefined, ...(ngDevMode ? [{ debugName: "bodyScroll", alias: 'auBodyScroll', transform: auBooleanAttribute }] : [{ alias: 'auBodyScroll', transform: auBooleanAttribute }]));
|
|
5611
5623
|
/**
|
|
@@ -5617,7 +5629,7 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5617
5629
|
/**
|
|
5618
5630
|
* CSS classes to be applied on the widget main container
|
|
5619
5631
|
*
|
|
5620
|
-
* @defaultValue `''`
|
|
5632
|
+
* @defaultValue `'w-full'`
|
|
5621
5633
|
*/
|
|
5622
5634
|
this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
|
|
5623
5635
|
/**
|
|
@@ -5628,10 +5640,14 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5628
5640
|
this.resizable = input(undefined, ...(ngDevMode ? [{ debugName: "resizable", alias: 'auResizable', transform: auBooleanAttribute }] : [{ alias: 'auResizable', transform: auBooleanAttribute }]));
|
|
5629
5641
|
/**
|
|
5630
5642
|
* The width of the drawer in pixels.
|
|
5643
|
+
*
|
|
5644
|
+
* @defaultValue `200`
|
|
5631
5645
|
*/
|
|
5632
5646
|
this.width = input(undefined, ...(ngDevMode ? [{ debugName: "width", alias: 'auWidth', transform: auNumberAttribute }] : [{ alias: 'auWidth', transform: auNumberAttribute }]));
|
|
5633
5647
|
/**
|
|
5634
5648
|
* The height of the drawer in pixels.
|
|
5649
|
+
*
|
|
5650
|
+
* @defaultValue `200`
|
|
5635
5651
|
*/
|
|
5636
5652
|
this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight', transform: auNumberAttribute }] : [{ alias: 'auHeight', transform: auNumberAttribute }]));
|
|
5637
5653
|
/**
|
|
@@ -5746,7 +5762,7 @@ class DrawerComponent extends BaseWidgetDirective {
|
|
|
5746
5762
|
`,
|
|
5747
5763
|
encapsulation: ViewEncapsulation.None,
|
|
5748
5764
|
}]
|
|
5749
|
-
}], () => [],
|
|
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 }] }] }); })();
|
|
5750
5766
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 113 }); })();
|
|
5751
5767
|
|
|
5752
5768
|
// [import-placeholder]
|