@agnos-ui/angular-bootstrap 0.10.0-next.1 → 0.10.0-next.3

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.
@@ -1,4 +1,4 @@
1
- import { widgetsConfigFactory, SlotDirective, UseDirective, ComponentTemplate, BaseWidgetDirective, auBooleanAttribute, UseMultiDirective, auNumberAttribute, useDirectiveForHost, callWidgetFactory as callWidgetFactory$1, ToasterService as ToasterService$1 } from '@agnos-ui/angular-headless';
1
+ import { widgetsConfigFactory, SlotDirective, UseDirective, ComponentTemplate, BaseWidgetDirective, auBooleanAttribute, UseMultiDirective, auNumberAttribute, useDirectiveForHost, callWidgetFactory as callWidgetFactory$1, ToasterService as ToasterService$1, auNumberOrNullAttribute } from '@agnos-ui/angular-headless';
2
2
  export * from '@agnos-ui/angular-headless';
3
3
  import * as i0 from '@angular/core';
4
4
  import { InjectionToken, inject, TemplateRef, Directive, viewChild, ChangeDetectionStrategy, Component, input, contentChild, output, ViewEncapsulation, forwardRef, Injector, runInInjectionContext, Injectable, computed, effect, NgModule, ApplicationRef, createComponent, outputBinding, inputBinding, EnvironmentInjector } from '@angular/core';
@@ -334,8 +334,7 @@ class ModalDefaultSlotsComponent {
334
334
  }
335
335
  static { this.ɵfac = function ModalDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalDefaultSlotsComponent)(); }; }
336
336
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function ModalDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
337
- i0.ɵɵviewQuerySignal(ctx.header, _c0$c, 5);
338
- i0.ɵɵviewQuerySignal(ctx.structure, _c1$c, 5);
337
+ i0.ɵɵviewQuerySignal(ctx.header, _c0$c, 5)(ctx.structure, _c1$c, 5);
339
338
  } if (rf & 2) {
340
339
  i0.ɵɵqueryAdvance(2);
341
340
  } }, decls: 4, vars: 0, consts: [["header", ""], ["structure", ""], ["auModalHeader", ""], ["auModalStructure", ""], [1, "modal-title"], [3, "auSlot", "auSlotProps"], [1, "btn-close", 3, "auUse"], [1, "modal-header"], [1, "modal-body"], [1, "modal-footer"]], template: function ModalDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
@@ -373,7 +372,7 @@ class ModalDefaultSlotsComponent {
373
372
  </ng-template>
374
373
  `,
375
374
  }]
376
- }], null, null); })();
375
+ }], null, { header: [{ type: i0.ViewChild, args: ['header', { isSignal: true }] }], structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
377
376
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalDefaultSlotsComponent, { className: "ModalDefaultSlotsComponent", filePath: "components/modal/modal.component.ts", lineNumber: 100 }); })();
378
377
  /**
379
378
  * Default slot for modal header.
@@ -413,37 +412,37 @@ class ModalComponent extends BaseWidgetDirective {
413
412
  *
414
413
  * @defaultValue `true`
415
414
  */
416
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
415
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
417
416
  /**
418
417
  * The transition to use for the backdrop behind the modal (if present).
419
418
  *
420
419
  * @defaultValue `fadeTransition`
421
420
  */
422
- this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
421
+ this.backdropTransition = input(undefined, { ...(ngDevMode ? { debugName: "backdropTransition" } : {}), alias: 'auBackdropTransition' });
423
422
  /**
424
423
  * The transition to use for the modal.
425
424
  *
426
425
  * @defaultValue `fadeTransition`
427
426
  */
428
- this.modalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "modalTransition", alias: 'auModalTransition' }] : [{ alias: 'auModalTransition' }]));
427
+ this.modalTransition = input(undefined, { ...(ngDevMode ? { debugName: "modalTransition" } : {}), alias: 'auModalTransition' });
429
428
  /**
430
429
  * Whether the modal should be visible when the transition is completed.
431
430
  *
432
431
  * @defaultValue `false`
433
432
  */
434
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
433
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
435
434
  /**
436
435
  * Whether a backdrop should be created behind the modal.
437
436
  *
438
437
  * @defaultValue `true`
439
438
  */
440
- this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
439
+ this.backdrop = input(undefined, { ...(ngDevMode ? { debugName: "backdrop" } : {}), alias: 'auBackdrop', transform: auBooleanAttribute });
441
440
  /**
442
441
  * Whether the modal should be closed when clicking on the viewport outside the modal.
443
442
  *
444
443
  * @defaultValue `true`
445
444
  */
446
- this.closeOnOutsideClick = input(undefined, ...(ngDevMode ? [{ debugName: "closeOnOutsideClick", alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute }] : [{ alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute }]));
445
+ this.closeOnOutsideClick = input(undefined, { ...(ngDevMode ? { debugName: "closeOnOutsideClick" } : {}), alias: 'auCloseOnOutsideClick', transform: auBooleanAttribute });
447
446
  /**
448
447
  * Which element should contain the modal and backdrop DOM elements.
449
448
  * If it is not null, the modal and backdrop DOM elements are moved to the specified container.
@@ -454,67 +453,67 @@ class ModalComponent extends BaseWidgetDirective {
454
453
  * typeof window !== 'undefined' ? document.body : null
455
454
  * ```
456
455
  */
457
- this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
456
+ this.container = input(undefined, { ...(ngDevMode ? { debugName: "container" } : {}), alias: 'auContainer' });
458
457
  /**
459
458
  * Value of the aria-label attribute to put on the close button.
460
459
  *
461
460
  * @defaultValue `'Close'`
462
461
  */
463
- this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
462
+ this.ariaCloseButtonLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaCloseButtonLabel" } : {}), alias: 'auAriaCloseButtonLabel' });
464
463
  /**
465
464
  * Classes to add on the backdrop DOM element.
466
465
  *
467
466
  * @defaultValue `''`
468
467
  */
469
- this.backdropClass = input(undefined, ...(ngDevMode ? [{ debugName: "backdropClass", alias: 'auBackdropClass' }] : [{ alias: 'auBackdropClass' }]));
468
+ this.backdropClass = input(undefined, { ...(ngDevMode ? { debugName: "backdropClass" } : {}), alias: 'auBackdropClass' });
470
469
  /**
471
470
  * Whether to display the close button.
472
471
  *
473
472
  * @defaultValue `true`
474
473
  */
475
- this.closeButton = input(undefined, ...(ngDevMode ? [{ debugName: "closeButton", alias: 'auCloseButton', transform: auBooleanAttribute }] : [{ alias: 'auCloseButton', transform: auBooleanAttribute }]));
474
+ this.closeButton = input(undefined, { ...(ngDevMode ? { debugName: "closeButton" } : {}), alias: 'auCloseButton', transform: auBooleanAttribute });
476
475
  /**
477
476
  * CSS classes to be applied on the widget main container
478
477
  *
479
478
  * @defaultValue `''`
480
479
  */
481
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
480
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
482
481
  /**
483
482
  * Option to create a fullscreen modal, according to the bootstrap documentation.
484
483
  *
485
484
  * @defaultValue `false`
486
485
  */
487
- this.fullscreen = input(undefined, ...(ngDevMode ? [{ debugName: "fullscreen", alias: 'auFullscreen', transform: auBooleanAttribute }] : [{ alias: 'auFullscreen', transform: auBooleanAttribute }]));
486
+ this.fullscreen = input(undefined, { ...(ngDevMode ? { debugName: "fullscreen" } : {}), alias: 'auFullscreen', transform: auBooleanAttribute });
488
487
  /**
489
488
  * Structure of the modal.
490
489
  * The default structure uses {@link ModalProps.header|header}, {@link ModalProps.children|children} and {@link ModalProps.footer|footer}.
491
490
  */
492
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
491
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
493
492
  this.slotStructureFromContent = contentChild(ModalStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
494
493
  /**
495
494
  * Header of the modal. The default header includes {@link ModalProps.title|title}.
496
495
  */
497
- this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
496
+ this.header = input(undefined, { ...(ngDevMode ? { debugName: "header" } : {}), alias: 'auHeader' });
498
497
  this.slotHeaderFromContent = contentChild(ModalHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
499
498
  /**
500
499
  * Title of the modal.
501
500
  */
502
- this.title = input(undefined, ...(ngDevMode ? [{ debugName: "title", alias: 'auTitle' }] : [{ alias: 'auTitle' }]));
501
+ this.title = input(undefined, { ...(ngDevMode ? { debugName: "title" } : {}), alias: 'auTitle' });
503
502
  this.slotTitleFromContent = contentChild(ModalTitleDirective, ...(ngDevMode ? [{ debugName: "slotTitleFromContent" }] : []));
504
503
  /**
505
504
  * Body of the modal.
506
505
  */
507
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
506
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
508
507
  this.slotDefaultFromContent = contentChild(ModalBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
509
508
  /**
510
509
  * Footer of the modal.
511
510
  */
512
- this.footer = input(undefined, ...(ngDevMode ? [{ debugName: "footer", alias: 'auFooter' }] : [{ alias: 'auFooter' }]));
511
+ this.footer = input(undefined, { ...(ngDevMode ? { debugName: "footer" } : {}), alias: 'auFooter' });
513
512
  this.slotFooterFromContent = contentChild(ModalFooterDirective, ...(ngDevMode ? [{ debugName: "slotFooterFromContent" }] : []));
514
513
  /**
515
514
  * Data to use in content slots
516
515
  */
517
- this.contentData = input(undefined, ...(ngDevMode ? [{ debugName: "contentData", alias: 'auContentData' }] : [{ alias: 'auContentData' }]));
516
+ this.contentData = input(undefined, { ...(ngDevMode ? { debugName: "contentData" } : {}), alias: 'auContentData' });
518
517
  /**
519
518
  * Event to be triggered when the visible property changes.
520
519
  *
@@ -560,11 +559,7 @@ class ModalComponent extends BaseWidgetDirective {
560
559
  }
561
560
  static { this.ɵfac = function ModalComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ModalComponent)(); }; }
562
561
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["", "auModal", ""]], contentQueries: function ModalComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
563
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, ModalStructureDirective, 5);
564
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, ModalHeaderDirective, 5);
565
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotTitleFromContent, ModalTitleDirective, 5);
566
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, ModalBodyDirective, 5);
567
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotFooterFromContent, ModalFooterDirective, 5);
562
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, ModalStructureDirective, 5)(dirIndex, ctx.slotHeaderFromContent, ModalHeaderDirective, 5)(dirIndex, ctx.slotTitleFromContent, ModalTitleDirective, 5)(dirIndex, ctx.slotDefaultFromContent, ModalBodyDirective, 5)(dirIndex, ctx.slotFooterFromContent, ModalFooterDirective, 5);
568
563
  } if (rf & 2) {
569
564
  i0.ɵɵqueryAdvance(5);
570
565
  } }, viewQuery: function ModalComponent_Query(rf, ctx) { if (rf & 1) {
@@ -605,7 +600,7 @@ class ModalComponent extends BaseWidgetDirective {
605
600
  }
606
601
  `,
607
602
  }]
608
- }], () => [], null); })();
603
+ }], () => [], { 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
604
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ModalComponent, { className: "ModalComponent", filePath: "components/modal/modal.component.ts", lineNumber: 138 }); })();
610
605
 
611
606
  /**
@@ -935,8 +930,7 @@ class PaginationDefaultSlotsComponent {
935
930
  }
936
931
  static { this.ɵfac = function PaginationDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationDefaultSlotsComponent)(); }; }
937
932
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function PaginationDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
938
- i0.ɵɵviewQuerySignal(ctx.pages, _c0$b, 5);
939
- i0.ɵɵviewQuerySignal(ctx.structure, _c1$b, 5);
933
+ i0.ɵɵviewQuerySignal(ctx.pages, _c0$b, 5)(ctx.structure, _c1$b, 5);
940
934
  } if (rf & 2) {
941
935
  i0.ɵɵqueryAdvance(2);
942
936
  } }, decls: 4, vars: 0, consts: [["pages", ""], ["structure", ""], ["auPaginationPages", ""], ["auPaginationStructure", ""], [1, "page-item", 3, "active", "disabled"], [1, "page-item"], [1, "page-link", 3, "auUse"], ["aria-hidden", "true", 1, "page-link", "au-ellipsis"], [3, "auSlot", "auSlotProps"], [1, "visually-hidden"], [1, "page-item", 3, "disabled"], ["aria-live", "polite", 1, "visually-hidden"], ["aria-hidden", "true"]], template: function PaginationDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
@@ -1012,7 +1006,7 @@ class PaginationDefaultSlotsComponent {
1012
1006
  </ng-template>
1013
1007
  `,
1014
1008
  }]
1015
- }], null, null); })();
1009
+ }], null, { pages: [{ type: i0.ViewChild, args: ['pages', { isSignal: true }] }], structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
1016
1010
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationDefaultSlotsComponent, { className: "PaginationDefaultSlotsComponent", filePath: "components/pagination/pagination.component.ts", lineNumber: 182 }); })();
1017
1011
  /**
1018
1012
  * The default slot for the pages
@@ -1061,7 +1055,7 @@ class PaginationComponent extends BaseWidgetDirective {
1061
1055
  * (processPage: number, pageCount: number) => `Page ${processPage} of ${pageCount}`
1062
1056
  * ```
1063
1057
  */
1064
- this.ariaPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPageLabel", alias: 'auAriaPageLabel' }] : [{ alias: 'auAriaPageLabel' }]));
1058
+ this.ariaPageLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaPageLabel" } : {}), alias: 'auAriaPageLabel' });
1065
1059
  /**
1066
1060
  * Provide the label for the aria-live element
1067
1061
  * This is used for accessibility purposes.
@@ -1075,7 +1069,7 @@ class PaginationComponent extends BaseWidgetDirective {
1075
1069
  * (currentPage: number) => `Current page is ${currentPage}`
1076
1070
  * ```
1077
1071
  */
1078
- this.ariaLiveLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLiveLabel", alias: 'auAriaLiveLabel' }] : [{ alias: 'auAriaLiveLabel' }]));
1072
+ this.ariaLiveLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLiveLabel" } : {}), alias: 'auAriaLiveLabel' });
1079
1073
  /**
1080
1074
  * The label for the nav element.
1081
1075
  *
@@ -1084,7 +1078,7 @@ class PaginationComponent extends BaseWidgetDirective {
1084
1078
  *
1085
1079
  * @defaultValue `'Page navigation'`
1086
1080
  */
1087
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
1081
+ this.ariaLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabel" } : {}), alias: 'auAriaLabel' });
1088
1082
  /**
1089
1083
  * The label for the "active" page.
1090
1084
  * for I18n, we suggest to use the global configuration
@@ -1095,7 +1089,7 @@ class PaginationComponent extends BaseWidgetDirective {
1095
1089
  * '(current)'
1096
1090
  * ```
1097
1091
  */
1098
- this.activeLabel = input(undefined, ...(ngDevMode ? [{ debugName: "activeLabel", alias: 'auActiveLabel' }] : [{ alias: 'auActiveLabel' }]));
1092
+ this.activeLabel = input(undefined, { ...(ngDevMode ? { debugName: "activeLabel" } : {}), alias: 'auActiveLabel' });
1099
1093
  /**
1100
1094
  * The label for the "First" page button.
1101
1095
  * for I18n, we suggest to use the global configuration
@@ -1106,7 +1100,7 @@ class PaginationComponent extends BaseWidgetDirective {
1106
1100
  * 'Action link for first page'
1107
1101
  * ```
1108
1102
  */
1109
- this.ariaFirstLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaFirstLabel", alias: 'auAriaFirstLabel' }] : [{ alias: 'auAriaFirstLabel' }]));
1103
+ this.ariaFirstLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaFirstLabel" } : {}), alias: 'auAriaFirstLabel' });
1110
1104
  /**
1111
1105
  * The label for the "Previous" page button.
1112
1106
  * for I18n, we suggest to use the global configuration
@@ -1117,7 +1111,7 @@ class PaginationComponent extends BaseWidgetDirective {
1117
1111
  * 'Action link for previous page'
1118
1112
  * ```
1119
1113
  */
1120
- this.ariaPreviousLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPreviousLabel", alias: 'auAriaPreviousLabel' }] : [{ alias: 'auAriaPreviousLabel' }]));
1114
+ this.ariaPreviousLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaPreviousLabel" } : {}), alias: 'auAriaPreviousLabel' });
1121
1115
  /**
1122
1116
  * The label for the "Next" page button.
1123
1117
  * for I18n, we suggest to use the global configuration
@@ -1128,7 +1122,7 @@ class PaginationComponent extends BaseWidgetDirective {
1128
1122
  * 'Action link for next page'
1129
1123
  * ```
1130
1124
  */
1131
- this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
1125
+ this.ariaNextLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaNextLabel" } : {}), alias: 'auAriaNextLabel' });
1132
1126
  /**
1133
1127
  * The label for the "Last" page button.
1134
1128
  * for I18n, we suggest to use the global configuration
@@ -1139,7 +1133,7 @@ class PaginationComponent extends BaseWidgetDirective {
1139
1133
  * 'Action link for last page'
1140
1134
  * ```
1141
1135
  */
1142
- this.ariaLastLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLastLabel", alias: 'auAriaLastLabel' }] : [{ alias: 'auAriaLastLabel' }]));
1136
+ this.ariaLastLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLastLabel" } : {}), alias: 'auAriaLastLabel' });
1143
1137
  /**
1144
1138
  * The label for the "Ellipsis" page.
1145
1139
  * for I18n, we suggest to use the global configuration
@@ -1147,7 +1141,7 @@ class PaginationComponent extends BaseWidgetDirective {
1147
1141
  *
1148
1142
  * @defaultValue `'Ellipsis page element'`
1149
1143
  */
1150
- this.ariaEllipsisLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaEllipsisLabel", alias: 'auAriaEllipsisLabel' }] : [{ alias: 'auAriaEllipsisLabel' }]));
1144
+ this.ariaEllipsisLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaEllipsisLabel" } : {}), alias: 'auAriaEllipsisLabel' });
1151
1145
  /**
1152
1146
  * Factory function providing the href for a "Page" page anchor,
1153
1147
  * based on the current page number
@@ -1158,7 +1152,7 @@ class PaginationComponent extends BaseWidgetDirective {
1158
1152
  * (_page: number) => PAGE_LINK_DEFAULT
1159
1153
  * ```
1160
1154
  */
1161
- this.pageLink = input(undefined, ...(ngDevMode ? [{ debugName: "pageLink", alias: 'auPageLink' }] : [{ alias: 'auPageLink' }]));
1155
+ this.pageLink = input(undefined, { ...(ngDevMode ? { debugName: "pageLink" } : {}), alias: 'auPageLink' });
1162
1156
  /**
1163
1157
  * The template to use for the ellipsis slot
1164
1158
  * for I18n, we suggest to use the global configuration
@@ -1166,7 +1160,7 @@ class PaginationComponent extends BaseWidgetDirective {
1166
1160
  *
1167
1161
  * @defaultValue `'…'`
1168
1162
  */
1169
- this.ellipsisLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ellipsisLabel", alias: 'auEllipsisLabel' }] : [{ alias: 'auEllipsisLabel' }]));
1163
+ this.ellipsisLabel = input(undefined, { ...(ngDevMode ? { debugName: "ellipsisLabel" } : {}), alias: 'auEllipsisLabel' });
1170
1164
  this.slotEllipsisFromContent = contentChild(PaginationEllipsisDirective, ...(ngDevMode ? [{ debugName: "slotEllipsisFromContent" }] : []));
1171
1165
  /**
1172
1166
  * The template to use for the first slot
@@ -1175,7 +1169,7 @@ class PaginationComponent extends BaseWidgetDirective {
1175
1169
  *
1176
1170
  * @defaultValue `'«'`
1177
1171
  */
1178
- this.firstPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "firstPageLabel", alias: 'auFirstPageLabel' }] : [{ alias: 'auFirstPageLabel' }]));
1172
+ this.firstPageLabel = input(undefined, { ...(ngDevMode ? { debugName: "firstPageLabel" } : {}), alias: 'auFirstPageLabel' });
1179
1173
  this.slotFirstFromContent = contentChild(PaginationFirstDirective, ...(ngDevMode ? [{ debugName: "slotFirstFromContent" }] : []));
1180
1174
  /**
1181
1175
  * The template to use for the previous slot
@@ -1184,7 +1178,7 @@ class PaginationComponent extends BaseWidgetDirective {
1184
1178
  *
1185
1179
  * @defaultValue `'‹'`
1186
1180
  */
1187
- this.previousPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "previousPageLabel", alias: 'auPreviousPageLabel' }] : [{ alias: 'auPreviousPageLabel' }]));
1181
+ this.previousPageLabel = input(undefined, { ...(ngDevMode ? { debugName: "previousPageLabel" } : {}), alias: 'auPreviousPageLabel' });
1188
1182
  this.slotPreviousFromContent = contentChild(PaginationPreviousDirective, ...(ngDevMode ? [{ debugName: "slotPreviousFromContent" }] : []));
1189
1183
  /**
1190
1184
  * The template to use for the next slot
@@ -1193,7 +1187,7 @@ class PaginationComponent extends BaseWidgetDirective {
1193
1187
  *
1194
1188
  * @defaultValue `'›'`
1195
1189
  */
1196
- this.nextPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "nextPageLabel", alias: 'auNextPageLabel' }] : [{ alias: 'auNextPageLabel' }]));
1190
+ this.nextPageLabel = input(undefined, { ...(ngDevMode ? { debugName: "nextPageLabel" } : {}), alias: 'auNextPageLabel' });
1197
1191
  this.slotNextFromContent = contentChild(PaginationNextDirective, ...(ngDevMode ? [{ debugName: "slotNextFromContent" }] : []));
1198
1192
  /**
1199
1193
  * The template to use for the last slot
@@ -1202,14 +1196,14 @@ class PaginationComponent extends BaseWidgetDirective {
1202
1196
  *
1203
1197
  * @defaultValue `'»'`
1204
1198
  */
1205
- this.lastPageLabel = input(undefined, ...(ngDevMode ? [{ debugName: "lastPageLabel", alias: 'auLastPageLabel' }] : [{ alias: 'auLastPageLabel' }]));
1199
+ this.lastPageLabel = input(undefined, { ...(ngDevMode ? { debugName: "lastPageLabel" } : {}), alias: 'auLastPageLabel' });
1206
1200
  this.slotLastFromContent = contentChild(PaginationLastDirective, ...(ngDevMode ? [{ debugName: "slotLastFromContent" }] : []));
1207
1201
  /**
1208
1202
  * The template to use for the pages slot
1209
1203
  * To use to customize the pages view
1210
1204
  * override any configuration parameters provided for this
1211
1205
  */
1212
- this.pagesDisplay = input(undefined, ...(ngDevMode ? [{ debugName: "pagesDisplay", alias: 'auPagesDisplay' }] : [{ alias: 'auPagesDisplay' }]));
1206
+ this.pagesDisplay = input(undefined, { ...(ngDevMode ? { debugName: "pagesDisplay" } : {}), alias: 'auPagesDisplay' });
1213
1207
  this.slotPagesFromContent = contentChild(PaginationPagesDirective, ...(ngDevMode ? [{ debugName: "slotPagesFromContent" }] : []));
1214
1208
  /**
1215
1209
  * The template to use for the number slot
@@ -1222,7 +1216,7 @@ class PaginationComponent extends BaseWidgetDirective {
1222
1216
  * ({displayedPage}: PaginationNumberContext) => `${displayedPage}`
1223
1217
  * ```
1224
1218
  */
1225
- this.numberLabel = input(undefined, ...(ngDevMode ? [{ debugName: "numberLabel", alias: 'auNumberLabel' }] : [{ alias: 'auNumberLabel' }]));
1219
+ this.numberLabel = input(undefined, { ...(ngDevMode ? { debugName: "numberLabel" } : {}), alias: 'auNumberLabel' });
1226
1220
  this.slotNumberLabelFromContent = contentChild(PaginationNumberDirective, ...(ngDevMode ? [{ debugName: "slotNumberLabelFromContent" }] : []));
1227
1221
  /**
1228
1222
  * The template to use for the structure of the pagination component
@@ -1231,26 +1225,26 @@ class PaginationComponent extends BaseWidgetDirective {
1231
1225
  * {@link PaginationProps.lastPageLabel|lastPageLabel}, {@link PaginationProps.pagesDisplay|pagesDisplay},
1232
1226
  * {@link PaginationProps.numberLabel|numberLabel},
1233
1227
  */
1234
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
1228
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
1235
1229
  this.slotStructureFromContent = contentChild(PaginationStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
1236
1230
  /**
1237
1231
  * If `true`, pagination links will be disabled.
1238
1232
  *
1239
1233
  * @defaultValue `false`
1240
1234
  */
1241
- this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
1235
+ this.disabled = input(undefined, { ...(ngDevMode ? { debugName: "disabled" } : {}), alias: 'auDisabled', transform: auBooleanAttribute });
1242
1236
  /**
1243
1237
  * If `true`, the "First" and "Last" page links are shown.
1244
1238
  *
1245
1239
  * @defaultValue `false`
1246
1240
  */
1247
- this.boundaryLinks = input(undefined, ...(ngDevMode ? [{ debugName: "boundaryLinks", alias: 'auBoundaryLinks', transform: auBooleanAttribute }] : [{ alias: 'auBoundaryLinks', transform: auBooleanAttribute }]));
1241
+ this.boundaryLinks = input(undefined, { ...(ngDevMode ? { debugName: "boundaryLinks" } : {}), alias: 'auBoundaryLinks', transform: auBooleanAttribute });
1248
1242
  /**
1249
1243
  * If `true`, the "Next" and "Previous" page links are shown.
1250
1244
  *
1251
1245
  * @defaultValue `true`
1252
1246
  */
1253
- this.directionLinks = input(undefined, ...(ngDevMode ? [{ debugName: "directionLinks", alias: 'auDirectionLinks', transform: auBooleanAttribute }] : [{ alias: 'auDirectionLinks', transform: auBooleanAttribute }]));
1247
+ this.directionLinks = input(undefined, { ...(ngDevMode ? { debugName: "directionLinks" } : {}), alias: 'auDirectionLinks', transform: auBooleanAttribute });
1254
1248
  /**
1255
1249
  * The number of items in your paginated collection.
1256
1250
  *
@@ -1263,7 +1257,7 @@ class PaginationComponent extends BaseWidgetDirective {
1263
1257
  *
1264
1258
  * @defaultValue `0`
1265
1259
  */
1266
- this.collectionSize = input(undefined, ...(ngDevMode ? [{ debugName: "collectionSize", alias: 'auCollectionSize', transform: auNumberAttribute }] : [{ alias: 'auCollectionSize', transform: auNumberAttribute }]));
1260
+ this.collectionSize = input(undefined, { ...(ngDevMode ? { debugName: "collectionSize" } : {}), alias: 'auCollectionSize', transform: auNumberAttribute });
1267
1261
  /**
1268
1262
  * The current page.
1269
1263
  *
@@ -1271,14 +1265,14 @@ class PaginationComponent extends BaseWidgetDirective {
1271
1265
  *
1272
1266
  * @defaultValue `1`
1273
1267
  */
1274
- this.page = input(undefined, ...(ngDevMode ? [{ debugName: "page", alias: 'auPage', transform: auNumberAttribute }] : [{ alias: 'auPage', transform: auNumberAttribute }]));
1268
+ this.page = input(undefined, { ...(ngDevMode ? { debugName: "page" } : {}), alias: 'auPage', transform: auNumberAttribute });
1275
1269
  /**
1276
1270
  * The number of items per page.
1277
1271
  * @remarks min value is 1
1278
1272
  *
1279
1273
  * @defaultValue `10`
1280
1274
  */
1281
- this.pageSize = input(undefined, ...(ngDevMode ? [{ debugName: "pageSize", alias: 'auPageSize', transform: auNumberAttribute }] : [{ alias: 'auPageSize', transform: auNumberAttribute }]));
1275
+ this.pageSize = input(undefined, { ...(ngDevMode ? { debugName: "pageSize" } : {}), alias: 'auPageSize', transform: auNumberAttribute });
1282
1276
  /**
1283
1277
  * The pagination display size.
1284
1278
  *
@@ -1286,7 +1280,7 @@ class PaginationComponent extends BaseWidgetDirective {
1286
1280
  *
1287
1281
  * @defaultValue `null`
1288
1282
  */
1289
- this.size = input(undefined, ...(ngDevMode ? [{ debugName: "size", alias: 'auSize' }] : [{ alias: 'auSize' }]));
1283
+ this.size = input(undefined, { ...(ngDevMode ? { debugName: "size" } : {}), alias: 'auSize' });
1290
1284
  /**
1291
1285
  * pagesFactory returns a function computing the array of pages to be displayed
1292
1286
  * as number (-1 are treated as ellipsis).
@@ -1305,7 +1299,7 @@ class PaginationComponent extends BaseWidgetDirective {
1305
1299
  * }
1306
1300
  * ```
1307
1301
  */
1308
- this.pagesFactory = input(undefined, ...(ngDevMode ? [{ debugName: "pagesFactory", alias: 'auPagesFactory' }] : [{ alias: 'auPagesFactory' }]));
1302
+ this.pagesFactory = input(undefined, { ...(ngDevMode ? { debugName: "pagesFactory" } : {}), alias: 'auPagesFactory' });
1309
1303
  /**
1310
1304
  * An event fired when the page is changed.
1311
1305
  *
@@ -1323,18 +1317,11 @@ class PaginationComponent extends BaseWidgetDirective {
1323
1317
  *
1324
1318
  * @defaultValue `''`
1325
1319
  */
1326
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
1320
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
1327
1321
  }
1328
1322
  static { this.ɵfac = function PaginationComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationComponent)(); }; }
1329
1323
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PaginationComponent, selectors: [["", "auPagination", ""]], contentQueries: function PaginationComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1330
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotEllipsisFromContent, PaginationEllipsisDirective, 5);
1331
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotFirstFromContent, PaginationFirstDirective, 5);
1332
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotPreviousFromContent, PaginationPreviousDirective, 5);
1333
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotNextFromContent, PaginationNextDirective, 5);
1334
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotLastFromContent, PaginationLastDirective, 5);
1335
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotPagesFromContent, PaginationPagesDirective, 5);
1336
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotNumberLabelFromContent, PaginationNumberDirective, 5);
1337
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, PaginationStructureDirective, 5);
1324
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotEllipsisFromContent, PaginationEllipsisDirective, 5)(dirIndex, ctx.slotFirstFromContent, PaginationFirstDirective, 5)(dirIndex, ctx.slotPreviousFromContent, PaginationPreviousDirective, 5)(dirIndex, ctx.slotNextFromContent, PaginationNextDirective, 5)(dirIndex, ctx.slotLastFromContent, PaginationLastDirective, 5)(dirIndex, ctx.slotPagesFromContent, PaginationPagesDirective, 5)(dirIndex, ctx.slotNumberLabelFromContent, PaginationNumberDirective, 5)(dirIndex, ctx.slotStructureFromContent, PaginationStructureDirective, 5);
1338
1325
  } if (rf & 2) {
1339
1326
  i0.ɵɵqueryAdvance(8);
1340
1327
  } }, hostVars: 1, hostBindings: function PaginationComponent_HostBindings(rf, ctx) { if (rf & 2) {
@@ -1357,7 +1344,7 @@ class PaginationComponent extends BaseWidgetDirective {
1357
1344
  encapsulation: ViewEncapsulation.None,
1358
1345
  template: `<ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />`,
1359
1346
  }]
1360
- }], () => [], null); })();
1347
+ }], () => [], { 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
1348
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PaginationComponent, { className: "PaginationComponent", filePath: "components/pagination/pagination.component.ts", lineNumber: 210 }); })();
1362
1349
 
1363
1350
  /**
@@ -1458,31 +1445,31 @@ class RatingComponent extends BaseWidgetDirective {
1458
1445
  * (rating: number, maxRating: number) => `${rating} out of ${maxRating}`
1459
1446
  * ```
1460
1447
  */
1461
- this.ariaValueTextFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueTextFn", alias: 'auAriaValueTextFn' }] : [{ alias: 'auAriaValueTextFn' }]));
1448
+ this.ariaValueTextFn = input(undefined, { ...(ngDevMode ? { debugName: "ariaValueTextFn" } : {}), alias: 'auAriaValueTextFn' });
1462
1449
  /**
1463
1450
  * If `true`, the rating is disabled.
1464
1451
  *
1465
1452
  * @defaultValue `false`
1466
1453
  */
1467
- this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
1454
+ this.disabled = input(undefined, { ...(ngDevMode ? { debugName: "disabled" } : {}), alias: 'auDisabled', transform: auBooleanAttribute });
1468
1455
  /**
1469
1456
  * The maximum rating that can be given.
1470
1457
  *
1471
1458
  * @defaultValue `10`
1472
1459
  */
1473
- this.maxRating = input(undefined, ...(ngDevMode ? [{ debugName: "maxRating", alias: 'auMaxRating', transform: auNumberAttribute }] : [{ alias: 'auMaxRating', transform: auNumberAttribute }]));
1460
+ this.maxRating = input(undefined, { ...(ngDevMode ? { debugName: "maxRating" } : {}), alias: 'auMaxRating', transform: auNumberAttribute });
1474
1461
  /**
1475
1462
  * The current rating. Could be a decimal value like `3.75`.
1476
1463
  *
1477
1464
  * @defaultValue `0`
1478
1465
  */
1479
- this.rating = input(undefined, ...(ngDevMode ? [{ debugName: "rating", alias: 'auRating', transform: auNumberAttribute }] : [{ alias: 'auRating', transform: auNumberAttribute }]));
1466
+ this.rating = input(undefined, { ...(ngDevMode ? { debugName: "rating" } : {}), alias: 'auRating', transform: auNumberAttribute });
1480
1467
  /**
1481
1468
  * If `true`, the rating can't be changed.
1482
1469
  *
1483
1470
  * @defaultValue `false`
1484
1471
  */
1485
- this.readonly = input(undefined, ...(ngDevMode ? [{ debugName: "readonly", alias: 'auReadonly', transform: auBooleanAttribute }] : [{ alias: 'auReadonly', transform: auBooleanAttribute }]));
1472
+ this.readonly = input(undefined, { ...(ngDevMode ? { debugName: "readonly" } : {}), alias: 'auReadonly', transform: auBooleanAttribute });
1486
1473
  /**
1487
1474
  * Define if the rating can be reset.
1488
1475
  *
@@ -1490,7 +1477,7 @@ class RatingComponent extends BaseWidgetDirective {
1490
1477
  *
1491
1478
  * @defaultValue `true`
1492
1479
  */
1493
- this.resettable = input(undefined, ...(ngDevMode ? [{ debugName: "resettable", alias: 'auResettable', transform: auBooleanAttribute }] : [{ alias: 'auResettable', transform: auBooleanAttribute }]));
1480
+ this.resettable = input(undefined, { ...(ngDevMode ? { debugName: "resettable" } : {}), alias: 'auResettable', transform: auBooleanAttribute });
1494
1481
  /**
1495
1482
  * The template to override the way each star is displayed.
1496
1483
  *
@@ -1499,7 +1486,7 @@ class RatingComponent extends BaseWidgetDirective {
1499
1486
  * ({fill}: StarContext) => String.fromCharCode(fill === 100 ? 9733 : 9734)
1500
1487
  * ```
1501
1488
  */
1502
- this.star = input(undefined, ...(ngDevMode ? [{ debugName: "star", alias: 'auStar' }] : [{ alias: 'auStar' }]));
1489
+ this.star = input(undefined, { ...(ngDevMode ? { debugName: "star" } : {}), alias: 'auStar' });
1503
1490
  this.slotStarFromContent = contentChild(RatingStarDirective, ...(ngDevMode ? [{ debugName: "slotStarFromContent" }] : []));
1504
1491
  /**
1505
1492
  * Allows setting a custom rating tabindex.
@@ -1507,25 +1494,25 @@ class RatingComponent extends BaseWidgetDirective {
1507
1494
  *
1508
1495
  * @defaultValue `0`
1509
1496
  */
1510
- this.tabindex = input(undefined, ...(ngDevMode ? [{ debugName: "tabindex", alias: 'auTabindex', transform: auNumberAttribute }] : [{ alias: 'auTabindex', transform: auNumberAttribute }]));
1497
+ this.tabindex = input(undefined, { ...(ngDevMode ? { debugName: "tabindex" } : {}), alias: 'auTabindex', transform: auNumberAttribute });
1511
1498
  /**
1512
1499
  * CSS classes to be applied on the widget main container
1513
1500
  *
1514
1501
  * @defaultValue `''`
1515
1502
  */
1516
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
1503
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
1517
1504
  /**
1518
1505
  * The aria label
1519
1506
  *
1520
1507
  * @defaultValue `'Rating'`
1521
1508
  */
1522
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
1509
+ this.ariaLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabel" } : {}), alias: 'auAriaLabel' });
1523
1510
  /**
1524
1511
  * The aria labelled by
1525
1512
  *
1526
1513
  * @defaultValue `''`
1527
1514
  */
1528
- this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
1515
+ this.ariaLabelledBy = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabelledBy" } : {}), alias: 'auAriaLabelledBy' });
1529
1516
  /**
1530
1517
  * An event emitted when the user is hovering over a given rating.
1531
1518
  *
@@ -1597,7 +1584,7 @@ class RatingComponent extends BaseWidgetDirective {
1597
1584
  `,
1598
1585
  providers: [{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => RatingComponent), multi: true }],
1599
1586
  }]
1600
- }], () => [], null); })();
1587
+ }], () => [], { 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
1588
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RatingComponent, { className: "RatingComponent", filePath: "components/rating/rating.component.ts", lineNumber: 64 }); })();
1602
1589
 
1603
1590
  /**
@@ -1727,17 +1714,17 @@ class SelectComponent extends BaseWidgetDirective {
1727
1714
  *
1728
1715
  * @defaultValue `'Select'`
1729
1716
  */
1730
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
1717
+ this.ariaLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabel" } : {}), alias: 'auAriaLabel' });
1731
1718
  /**
1732
1719
  * id used for the input inside the select
1733
1720
  */
1734
- this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
1721
+ this.id = input(undefined, { ...(ngDevMode ? { debugName: "id" } : {}), alias: 'auId' });
1735
1722
  /**
1736
1723
  * List of available items for the dropdown
1737
1724
  *
1738
1725
  * @defaultValue `[]`
1739
1726
  */
1740
- this.items = input(undefined, ...(ngDevMode ? [{ debugName: "items", alias: 'auItems' }] : [{ alias: 'auItems' }]));
1727
+ this.items = input(undefined, { ...(ngDevMode ? { debugName: "items" } : {}), alias: 'auItems' });
1741
1728
  /**
1742
1729
  * List of allowed placements for the dropdown.
1743
1730
  * This refers to the [allowedPlacements from floating UI](https://floating-ui.com/docs/autoPlacement#allowedplacements), given the different [Placement possibilities](https://floating-ui.com/docs/computePosition#placement).
@@ -1747,43 +1734,43 @@ class SelectComponent extends BaseWidgetDirective {
1747
1734
  * ['bottom-start', 'top-start', 'bottom-end', 'top-end']
1748
1735
  * ```
1749
1736
  */
1750
- this.allowedPlacements = input(undefined, ...(ngDevMode ? [{ debugName: "allowedPlacements", alias: 'auAllowedPlacements' }] : [{ alias: 'auAllowedPlacements' }]));
1737
+ this.allowedPlacements = input(undefined, { ...(ngDevMode ? { debugName: "allowedPlacements" } : {}), alias: 'auAllowedPlacements' });
1751
1738
  /**
1752
1739
  * true if the select is open
1753
1740
  *
1754
1741
  * @defaultValue `false`
1755
1742
  */
1756
- this.open = input(undefined, ...(ngDevMode ? [{ debugName: "open", alias: 'auOpen', transform: auBooleanAttribute }] : [{ alias: 'auOpen', transform: auBooleanAttribute }]));
1743
+ this.open = input(undefined, { ...(ngDevMode ? { debugName: "open" } : {}), alias: 'auOpen', transform: auBooleanAttribute });
1757
1744
  /**
1758
1745
  * Filtered text to be display in the filter input
1759
1746
  *
1760
1747
  * @defaultValue `''`
1761
1748
  */
1762
- this.filterText = input(undefined, ...(ngDevMode ? [{ debugName: "filterText", alias: 'auFilterText' }] : [{ alias: 'auFilterText' }]));
1749
+ this.filterText = input(undefined, { ...(ngDevMode ? { debugName: "filterText" } : {}), alias: 'auFilterText' });
1763
1750
  /**
1764
1751
  * CSS classes to be applied on the widget main container
1765
1752
  *
1766
1753
  * @defaultValue `''`
1767
1754
  */
1768
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
1755
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
1769
1756
  /**
1770
1757
  * true if the select is disabled
1771
1758
  *
1772
1759
  * @defaultValue `false`
1773
1760
  */
1774
- this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
1761
+ this.disabled = input(undefined, { ...(ngDevMode ? { debugName: "disabled" } : {}), alias: 'auDisabled', transform: auBooleanAttribute });
1775
1762
  /**
1776
1763
  * List of selected item ids
1777
1764
  *
1778
1765
  * @defaultValue `[]`
1779
1766
  */
1780
- this.selected = input(undefined, ...(ngDevMode ? [{ debugName: "selected", alias: 'auSelected' }] : [{ alias: 'auSelected' }]));
1767
+ this.selected = input(undefined, { ...(ngDevMode ? { debugName: "selected" } : {}), alias: 'auSelected' });
1781
1768
  /**
1782
1769
  * true if a loading process is being done
1783
1770
  *
1784
1771
  * @defaultValue `false`
1785
1772
  */
1786
- this.loading = input(undefined, ...(ngDevMode ? [{ debugName: "loading", alias: 'auLoading', transform: auBooleanAttribute }] : [{ alias: 'auLoading', transform: auBooleanAttribute }]));
1773
+ this.loading = input(undefined, { ...(ngDevMode ? { debugName: "loading" } : {}), alias: 'auLoading', transform: auBooleanAttribute });
1787
1774
  /**
1788
1775
  * Custom function to get the id of an item
1789
1776
  * By default, the item is returned
@@ -1793,13 +1780,13 @@ class SelectComponent extends BaseWidgetDirective {
1793
1780
  * (item: any) => '' + item
1794
1781
  * ```
1795
1782
  */
1796
- this.itemIdFn = input(undefined, ...(ngDevMode ? [{ debugName: "itemIdFn", alias: 'auItemIdFn' }] : [{ alias: 'auItemIdFn' }]));
1783
+ this.itemIdFn = input(undefined, { ...(ngDevMode ? { debugName: "itemIdFn" } : {}), alias: 'auItemIdFn' });
1797
1784
  /**
1798
1785
  * Class to be added on the dropdown menu container
1799
1786
  *
1800
1787
  * @defaultValue `''`
1801
1788
  */
1802
- this.menuClassName = input(undefined, ...(ngDevMode ? [{ debugName: "menuClassName", alias: 'auMenuClassName' }] : [{ alias: 'auMenuClassName' }]));
1789
+ this.menuClassName = input(undefined, { ...(ngDevMode ? { debugName: "menuClassName" } : {}), alias: 'auMenuClassName' });
1803
1790
  /**
1804
1791
  * The template to override the way each badge on the left of the input is displayed.
1805
1792
  * This define the content of the badge inside the badge container.
@@ -1809,7 +1796,7 @@ class SelectComponent extends BaseWidgetDirective {
1809
1796
  * ({itemContext}: SelectItemContext<any>) => itemContext.item
1810
1797
  * ```
1811
1798
  */
1812
- this.badgeLabel = input(undefined, ...(ngDevMode ? [{ debugName: "badgeLabel", alias: 'auBadgeLabel' }] : [{ alias: 'auBadgeLabel' }]));
1799
+ this.badgeLabel = input(undefined, { ...(ngDevMode ? { debugName: "badgeLabel" } : {}), alias: 'auBadgeLabel' });
1813
1800
  this.slotSelectBadgeLabelFromContent = contentChild(SelectBadgeLabelDirective, ...(ngDevMode ? [{ debugName: "slotSelectBadgeLabelFromContent" }] : []));
1814
1801
  /**
1815
1802
  * The template to override the way each item is displayed in the list.
@@ -1820,7 +1807,7 @@ class SelectComponent extends BaseWidgetDirective {
1820
1807
  * ({itemContext}: SelectItemContext<any>) => itemContext.item
1821
1808
  * ```
1822
1809
  */
1823
- this.itemLabel = input(undefined, ...(ngDevMode ? [{ debugName: "itemLabel", alias: 'auItemLabel' }] : [{ alias: 'auItemLabel' }]));
1810
+ this.itemLabel = input(undefined, { ...(ngDevMode ? { debugName: "itemLabel" } : {}), alias: 'auItemLabel' });
1824
1811
  this.slotSelectItemLabelFromContent = contentChild(SelectItemLabelDirective, ...(ngDevMode ? [{ debugName: "slotSelectItemLabelFromContent" }] : []));
1825
1812
  /**
1826
1813
  * Callback called when the text filter change
@@ -1856,13 +1843,13 @@ class SelectComponent extends BaseWidgetDirective {
1856
1843
  *
1857
1844
  * @defaultValue `''`
1858
1845
  */
1859
- this.menuItemClassName = input(undefined, ...(ngDevMode ? [{ debugName: "menuItemClassName", alias: 'auMenuItemClassName' }] : [{ alias: 'auMenuItemClassName' }]));
1846
+ this.menuItemClassName = input(undefined, { ...(ngDevMode ? { debugName: "menuItemClassName" } : {}), alias: 'auMenuItemClassName' });
1860
1847
  /**
1861
1848
  * Class to be added on selected items (displayed in the input zone)
1862
1849
  *
1863
1850
  * @defaultValue `''`
1864
1851
  */
1865
- this.badgeClassName = input(undefined, ...(ngDevMode ? [{ debugName: "badgeClassName", alias: 'auBadgeClassName' }] : [{ alias: 'auBadgeClassName' }]));
1852
+ this.badgeClassName = input(undefined, { ...(ngDevMode ? { debugName: "badgeClassName" } : {}), alias: 'auBadgeClassName' });
1866
1853
  /**
1867
1854
  * Retrieves navigable elements within an HTML element containing badges and the input.
1868
1855
  *
@@ -1873,15 +1860,14 @@ class SelectComponent extends BaseWidgetDirective {
1873
1860
  * (node: HTMLElement) => node.querySelectorAll('.au-select-badge,input')
1874
1861
  * ```
1875
1862
  */
1876
- this.navSelector = input(undefined, ...(ngDevMode ? [{ debugName: "navSelector", alias: 'auNavSelector' }] : [{ alias: 'auNavSelector' }]));
1863
+ this.navSelector = input(undefined, { ...(ngDevMode ? { debugName: "navSelector" } : {}), alias: 'auNavSelector' });
1877
1864
  }
1878
1865
  itemCtxTrackBy(_, itemContext) {
1879
1866
  return itemContext.id;
1880
1867
  }
1881
1868
  static { this.ɵfac = function SelectComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SelectComponent)(); }; }
1882
1869
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SelectComponent, selectors: [["", "auSelect", ""]], contentQueries: function SelectComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1883
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotSelectBadgeLabelFromContent, SelectBadgeLabelDirective, 5);
1884
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotSelectItemLabelFromContent, SelectItemLabelDirective, 5);
1870
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotSelectBadgeLabelFromContent, SelectBadgeLabelDirective, 5)(dirIndex, ctx.slotSelectItemLabelFromContent, SelectItemLabelDirective, 5);
1885
1871
  } if (rf & 2) {
1886
1872
  i0.ɵɵqueryAdvance(2);
1887
1873
  } }, hostVars: 2, hostBindings: function SelectComponent_HostBindings(rf, ctx) { if (rf & 2) {
@@ -1938,7 +1924,7 @@ class SelectComponent extends BaseWidgetDirective {
1938
1924
  }
1939
1925
  `,
1940
1926
  }]
1941
- }], () => [], null); })();
1927
+ }], () => [], { 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
1928
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SelectComponent, { className: "SelectComponent", filePath: "components/select/select.component.ts", lineNumber: 87 }); })();
1943
1929
 
1944
1930
  /**
@@ -2062,7 +2048,7 @@ class AlertDefaultSlotsComponent {
2062
2048
  }
2063
2049
  </ng-template>`,
2064
2050
  }]
2065
- }], null, null); })();
2051
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
2066
2052
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertDefaultSlotsComponent, { className: "AlertDefaultSlotsComponent", filePath: "components/alert/alert.component.ts", lineNumber: 47 }); })();
2067
2053
  /**
2068
2054
  * Represents the default slot structure for the alert component.
@@ -2098,14 +2084,14 @@ class AlertComponent extends BaseWidgetDirective {
2098
2084
  *
2099
2085
  * @defaultValue `'primary'`
2100
2086
  */
2101
- this.type = input(undefined, ...(ngDevMode ? [{ debugName: "type", alias: 'auType' }] : [{ alias: 'auType' }]));
2087
+ this.type = input(undefined, { ...(ngDevMode ? { debugName: "type" } : {}), alias: 'auType' });
2102
2088
  /**
2103
2089
  * If `true`, alert can be dismissed by the user.
2104
2090
  * The close button (×) will be displayed and you can be notified of the event with the (close) output.
2105
2091
  *
2106
2092
  * @defaultValue `true`
2107
2093
  */
2108
- this.dismissible = input(undefined, ...(ngDevMode ? [{ debugName: "dismissible", alias: 'auDismissible', transform: auBooleanAttribute }] : [{ alias: 'auDismissible', transform: auBooleanAttribute }]));
2094
+ this.dismissible = input(undefined, { ...(ngDevMode ? { debugName: "dismissible" } : {}), alias: 'auDismissible', transform: auBooleanAttribute });
2109
2095
  /**
2110
2096
  * The transition function will be executed when the alert is displayed or hidden.
2111
2097
  *
@@ -2113,13 +2099,13 @@ class AlertComponent extends BaseWidgetDirective {
2113
2099
  *
2114
2100
  * @defaultValue `fadeTransition`
2115
2101
  */
2116
- this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
2102
+ this.transition = input(undefined, { ...(ngDevMode ? { debugName: "transition" } : {}), alias: 'auTransition' });
2117
2103
  /**
2118
2104
  * If `true` the alert is visible to the user
2119
2105
  *
2120
2106
  * @defaultValue `true`
2121
2107
  */
2122
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
2108
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
2123
2109
  /**
2124
2110
  * If `true`, alert opening will be animated.
2125
2111
  *
@@ -2128,7 +2114,7 @@ class AlertComponent extends BaseWidgetDirective {
2128
2114
  *
2129
2115
  * @defaultValue `false`
2130
2116
  */
2131
- this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
2117
+ this.animatedOnInit = input(undefined, { ...(ngDevMode ? { debugName: "animatedOnInit" } : {}), alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
2132
2118
  /**
2133
2119
  * If `true`, alert closing will be animated.
2134
2120
  *
@@ -2137,22 +2123,22 @@ class AlertComponent extends BaseWidgetDirective {
2137
2123
  *
2138
2124
  * @defaultValue `true`
2139
2125
  */
2140
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
2126
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
2141
2127
  /**
2142
2128
  * Accessibility close button label
2143
2129
  *
2144
2130
  * @defaultValue `'Close'`
2145
2131
  */
2146
- this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
2132
+ this.ariaCloseButtonLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaCloseButtonLabel" } : {}), alias: 'auAriaCloseButtonLabel' });
2147
2133
  /**
2148
2134
  * Template for the alert content
2149
2135
  */
2150
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
2136
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
2151
2137
  this.slotDefaultFromContent = contentChild(AlertBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
2152
2138
  /**
2153
2139
  * Global template for the alert component
2154
2140
  */
2155
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
2141
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
2156
2142
  this.slotStructureFromContent = contentChild(AlertStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
2157
2143
  /**
2158
2144
  * Callback called when the alert visibility changed.
@@ -2186,13 +2172,12 @@ class AlertComponent extends BaseWidgetDirective {
2186
2172
  *
2187
2173
  * @defaultValue `''`
2188
2174
  */
2189
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
2175
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
2190
2176
  this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
2191
2177
  }
2192
2178
  static { this.ɵfac = function AlertComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AlertComponent)(); }; }
2193
2179
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AlertComponent, selectors: [["", "auAlert", ""]], contentQueries: function AlertComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
2194
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, AlertBodyDirective, 5);
2195
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, AlertStructureDirective, 5);
2180
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, AlertBodyDirective, 5)(dirIndex, ctx.slotStructureFromContent, AlertStructureDirective, 5);
2196
2181
  } if (rf & 2) {
2197
2182
  i0.ɵɵqueryAdvance(2);
2198
2183
  } }, viewQuery: function AlertComponent_Query(rf, ctx) { if (rf & 1) {
@@ -2228,7 +2213,7 @@ class AlertComponent extends BaseWidgetDirective {
2228
2213
  </div>
2229
2214
  }`,
2230
2215
  }]
2231
- }], () => [], null); })();
2216
+ }], () => [], { 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
2217
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AlertComponent, { className: "AlertComponent", filePath: "components/alert/alert.component.ts", lineNumber: 82 }); })();
2233
2218
 
2234
2219
  /**
@@ -2583,7 +2568,7 @@ class AccordionItemDefaultSlotsComponent {
2583
2568
  </ng-template>
2584
2569
  `,
2585
2570
  }]
2586
- }], null, null); })();
2571
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
2587
2572
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemDefaultSlotsComponent, { className: "AccordionItemDefaultSlotsComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 139 }); })();
2588
2573
  /**
2589
2574
  * Represents the default slot structure for an accordion item.
@@ -2618,14 +2603,14 @@ class AccordionItemComponent extends BaseWidgetDirective {
2618
2603
  *
2619
2604
  * It is a prop of the accordion-item.
2620
2605
  */
2621
- this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
2606
+ this.header = input(undefined, { ...(ngDevMode ? { debugName: "header" } : {}), alias: 'auHeader' });
2622
2607
  this.slotHeaderFromContent = contentChild(AccordionHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
2623
2608
  /**
2624
2609
  * Content present in the accordion body.
2625
2610
  *
2626
2611
  * It is a prop of the accordion-item.
2627
2612
  */
2628
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
2613
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
2629
2614
  this.slotBodyFromContent = contentChild(AccordionBodyDirective, ...(ngDevMode ? [{ debugName: "slotBodyFromContent" }] : []));
2630
2615
  /**
2631
2616
  * Structure of the accordion-item. The default item structure is: accordion-item
@@ -2635,60 +2620,60 @@ class AccordionItemComponent extends BaseWidgetDirective {
2635
2620
  *
2636
2621
  * It is a prop of the accordion-item.
2637
2622
  */
2638
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
2623
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
2639
2624
  this.slotStructureFromContent = contentChild(AccordionItemStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
2640
2625
  /**
2641
2626
  * The id of the accordion-item. It can be used for controlling the accordion-item via the accordion api.
2642
2627
  */
2643
- this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
2628
+ this.id = input(undefined, { ...(ngDevMode ? { debugName: "id" } : {}), alias: 'auId' });
2644
2629
  /**
2645
2630
  * The transition to use for the accordion-item body-container when the accordion-item is toggled.
2646
2631
  */
2647
- this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
2632
+ this.transition = input(undefined, { ...(ngDevMode ? { debugName: "transition" } : {}), alias: 'auTransition' });
2648
2633
  /**
2649
2634
  * CSS classes to be applied on the widget main container
2650
2635
  *
2651
2636
  * @defaultValue `''`
2652
2637
  */
2653
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
2638
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
2654
2639
  /**
2655
2640
  * If `true`, the accordion-item body container will be removed from the DOM when the accordion-item is collapsed. It will be just hidden otherwise.
2656
2641
  */
2657
- this.destroyOnHide = input(undefined, ...(ngDevMode ? [{ debugName: "destroyOnHide", alias: 'auDestroyOnHide', transform: auBooleanAttribute }] : [{ alias: 'auDestroyOnHide', transform: auBooleanAttribute }]));
2642
+ this.destroyOnHide = input(undefined, { ...(ngDevMode ? { debugName: "destroyOnHide" } : {}), alias: 'auDestroyOnHide', transform: auBooleanAttribute });
2658
2643
  /**
2659
2644
  * If `true`, the accordion-item will be disabled.
2660
2645
  * It will not react to user's clicks, but still will be possible to toggle programmatically.
2661
2646
  */
2662
- this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
2647
+ this.disabled = input(undefined, { ...(ngDevMode ? { debugName: "disabled" } : {}), alias: 'auDisabled', transform: auBooleanAttribute });
2663
2648
  /**
2664
2649
  * If `true`, the accordion-item will be visible (expanded). Otherwise, it will be hidden (collapsed).
2665
2650
  */
2666
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
2651
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
2667
2652
  /**
2668
2653
  * If `true`, accordion-item will be animated.
2669
2654
  */
2670
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
2655
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
2671
2656
  /**
2672
2657
  * CSS classes to add on the accordion-item header DOM element.
2673
2658
  */
2674
- this.headerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "headerClassName", alias: 'auHeaderClassName' }] : [{ alias: 'auHeaderClassName' }]));
2659
+ this.headerClassName = input(undefined, { ...(ngDevMode ? { debugName: "headerClassName" } : {}), alias: 'auHeaderClassName' });
2675
2660
  /**
2676
2661
  * CSS classes to add on the accordion-item collapse DOM element.
2677
2662
  */
2678
- this.buttonClassName = input(undefined, ...(ngDevMode ? [{ debugName: "buttonClassName", alias: 'auButtonClassName' }] : [{ alias: 'auButtonClassName' }]));
2663
+ this.buttonClassName = input(undefined, { ...(ngDevMode ? { debugName: "buttonClassName" } : {}), alias: 'auButtonClassName' });
2679
2664
  /**
2680
2665
  * CSS classes to add on the accordion-item body container DOM element.
2681
2666
  * The accordion-item body container is the DOM element on what the itemTransition is applied.
2682
2667
  */
2683
- this.bodyContainerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyContainerClassName", alias: 'auBodyContainerClassName' }] : [{ alias: 'auBodyContainerClassName' }]));
2668
+ this.bodyContainerClassName = input(undefined, { ...(ngDevMode ? { debugName: "bodyContainerClassName" } : {}), alias: 'auBodyContainerClassName' });
2684
2669
  /**
2685
2670
  * CSS classes to add on the accordion-item body DOM element.
2686
2671
  */
2687
- this.bodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyClassName", alias: 'auBodyClassName' }] : [{ alias: 'auBodyClassName' }]));
2672
+ this.bodyClassName = input(undefined, { ...(ngDevMode ? { debugName: "bodyClassName" } : {}), alias: 'auBodyClassName' });
2688
2673
  /**
2689
2674
  * The html heading level to use for the accordion-item-header.
2690
2675
  */
2691
- this.headingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "headingLevel", alias: 'auHeadingLevel' }] : [{ alias: 'auHeadingLevel' }]));
2676
+ this.headingLevel = input(undefined, { ...(ngDevMode ? { debugName: "headingLevel" } : {}), alias: 'auHeadingLevel' });
2692
2677
  /**
2693
2678
  * An event fired when an item is shown.
2694
2679
  */
@@ -2710,9 +2695,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
2710
2695
  }
2711
2696
  static { this.ɵfac = function AccordionItemComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionItemComponent)(); }; }
2712
2697
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: AccordionItemComponent, selectors: [["", "auAccordionItem", ""]], contentQueries: function AccordionItemComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
2713
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, AccordionHeaderDirective, 5);
2714
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotBodyFromContent, AccordionBodyDirective, 5);
2715
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, AccordionItemStructureDirective, 5);
2698
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, AccordionHeaderDirective, 5)(dirIndex, ctx.slotBodyFromContent, AccordionBodyDirective, 5)(dirIndex, ctx.slotStructureFromContent, AccordionItemStructureDirective, 5);
2716
2699
  } if (rf & 2) {
2717
2700
  i0.ɵɵqueryAdvance(3);
2718
2701
  } }, viewQuery: function AccordionItemComponent_Query(rf, ctx) { if (rf & 1) {
@@ -2744,7 +2727,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
2744
2727
  <ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />
2745
2728
  `,
2746
2729
  }]
2747
- }], () => [], null); })();
2730
+ }], () => [], { 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
2731
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 169 }); })();
2749
2732
  /**
2750
2733
  * Directive for creating an accordion component.
@@ -2769,13 +2752,13 @@ class AccordionDirective extends BaseWidgetDirective {
2769
2752
  *
2770
2753
  * @defaultValue `false`
2771
2754
  */
2772
- this.closeOthers = input(undefined, ...(ngDevMode ? [{ debugName: "closeOthers", alias: 'auCloseOthers', transform: auBooleanAttribute }] : [{ alias: 'auCloseOthers', transform: auBooleanAttribute }]));
2755
+ this.closeOthers = input(undefined, { ...(ngDevMode ? { debugName: "closeOthers" } : {}), alias: 'auCloseOthers', transform: auBooleanAttribute });
2773
2756
  /**
2774
2757
  * CSS classes to be applied on the widget main container
2775
2758
  *
2776
2759
  * @defaultValue `''`
2777
2760
  */
2778
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
2761
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
2779
2762
  /**
2780
2763
  * An event fired when an item is shown.
2781
2764
  *
@@ -2803,13 +2786,13 @@ class AccordionDirective extends BaseWidgetDirective {
2803
2786
  *
2804
2787
  * @defaultValue `true`
2805
2788
  */
2806
- this.itemDestroyOnHide = input(undefined, ...(ngDevMode ? [{ debugName: "itemDestroyOnHide", alias: 'auItemDestroyOnHide', transform: auBooleanAttribute }] : [{ alias: 'auItemDestroyOnHide', transform: auBooleanAttribute }]));
2789
+ this.itemDestroyOnHide = input(undefined, { ...(ngDevMode ? { debugName: "itemDestroyOnHide" } : {}), alias: 'auItemDestroyOnHide', transform: auBooleanAttribute });
2807
2790
  /**
2808
2791
  * If `true`, accordion-item will be animated.
2809
2792
  *
2810
2793
  * @defaultValue `true`
2811
2794
  */
2812
- this.itemAnimated = input(undefined, ...(ngDevMode ? [{ debugName: "itemAnimated", alias: 'auItemAnimated', transform: auBooleanAttribute }] : [{ alias: 'auItemAnimated', transform: auBooleanAttribute }]));
2795
+ this.itemAnimated = input(undefined, { ...(ngDevMode ? { debugName: "itemAnimated" } : {}), alias: 'auItemAnimated', transform: auBooleanAttribute });
2813
2796
  /**
2814
2797
  * The transition to use for the accordion-item body-container when the accordion-item is toggled.
2815
2798
  *
@@ -2818,7 +2801,7 @@ class AccordionDirective extends BaseWidgetDirective {
2818
2801
  * collapseVerticalTransition
2819
2802
  * ```
2820
2803
  */
2821
- this.itemTransition = input(undefined, ...(ngDevMode ? [{ debugName: "itemTransition", alias: 'auItemTransition' }] : [{ alias: 'auItemTransition' }]));
2804
+ this.itemTransition = input(undefined, { ...(ngDevMode ? { debugName: "itemTransition" } : {}), alias: 'auItemTransition' });
2822
2805
  /**
2823
2806
  * Structure of the accordion-item. The default item structure is: accordion-item
2824
2807
  * contains accordion header and accordion-item body container; the accordion header contains the accordion button
@@ -2827,44 +2810,44 @@ class AccordionDirective extends BaseWidgetDirective {
2827
2810
  *
2828
2811
  * It is a prop of the accordion-item.
2829
2812
  */
2830
- this.itemStructure = input(undefined, ...(ngDevMode ? [{ debugName: "itemStructure", alias: 'auItemStructure' }] : [{ alias: 'auItemStructure' }]));
2813
+ this.itemStructure = input(undefined, { ...(ngDevMode ? { debugName: "itemStructure" } : {}), alias: 'auItemStructure' });
2831
2814
  /**
2832
2815
  * CSS classes to add on the accordion-item DOM element.
2833
2816
  *
2834
2817
  * @defaultValue `''`
2835
2818
  */
2836
- this.itemClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemClassName", alias: 'auItemClassName' }] : [{ alias: 'auItemClassName' }]));
2819
+ this.itemClassName = input(undefined, { ...(ngDevMode ? { debugName: "itemClassName" } : {}), alias: 'auItemClassName' });
2837
2820
  /**
2838
2821
  * CSS classes to add on the accordion-item header DOM element.
2839
2822
  *
2840
2823
  * @defaultValue `''`
2841
2824
  */
2842
- this.itemHeaderClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeaderClassName", alias: 'auItemHeaderClassName' }] : [{ alias: 'auItemHeaderClassName' }]));
2825
+ this.itemHeaderClassName = input(undefined, { ...(ngDevMode ? { debugName: "itemHeaderClassName" } : {}), alias: 'auItemHeaderClassName' });
2843
2826
  /**
2844
2827
  * CSS classes to add on the accordion-item toggle button DOM element.
2845
2828
  *
2846
2829
  * @defaultValue `''`
2847
2830
  */
2848
- this.itemButtonClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemButtonClassName", alias: 'auItemButtonClassName' }] : [{ alias: 'auItemButtonClassName' }]));
2831
+ this.itemButtonClassName = input(undefined, { ...(ngDevMode ? { debugName: "itemButtonClassName" } : {}), alias: 'auItemButtonClassName' });
2849
2832
  /**
2850
2833
  * CSS classes to add on the accordion-item body container DOM element.
2851
2834
  * The accordion-item body container is the DOM element on what the itemTransition is applied.
2852
2835
  *
2853
2836
  * @defaultValue `''`
2854
2837
  */
2855
- this.itemBodyContainerClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyContainerClassName", alias: 'auItemBodyContainerClassName' }] : [{ alias: 'auItemBodyContainerClassName' }]));
2838
+ this.itemBodyContainerClassName = input(undefined, { ...(ngDevMode ? { debugName: "itemBodyContainerClassName" } : {}), alias: 'auItemBodyContainerClassName' });
2856
2839
  /**
2857
2840
  * CSS classes to add on the accordion-item body DOM element.
2858
2841
  *
2859
2842
  * @defaultValue `''`
2860
2843
  */
2861
- this.itemBodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyClassName", alias: 'auItemBodyClassName' }] : [{ alias: 'auItemBodyClassName' }]));
2844
+ this.itemBodyClassName = input(undefined, { ...(ngDevMode ? { debugName: "itemBodyClassName" } : {}), alias: 'auItemBodyClassName' });
2862
2845
  /**
2863
2846
  * The html heading level to use for the accordion-item-header.
2864
2847
  *
2865
2848
  * @defaultValue `2`
2866
2849
  */
2867
- this.itemHeadingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeadingLevel", alias: 'auItemHeadingLevel' }] : [{ alias: 'auItemHeadingLevel' }]));
2850
+ this.itemHeadingLevel = input(undefined, { ...(ngDevMode ? { debugName: "itemHeadingLevel" } : {}), alias: 'auItemHeadingLevel' });
2868
2851
  }
2869
2852
  static { this.ɵfac = function AccordionDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionDirective)(); }; }
2870
2853
  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] }); }
@@ -2878,7 +2861,7 @@ class AccordionDirective extends BaseWidgetDirective {
2878
2861
  class: 'accordion',
2879
2862
  },
2880
2863
  }]
2881
- }], () => [], null); })();
2864
+ }], () => [], { 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
2865
 
2883
2866
  /**
2884
2867
  * Retrieve a shallow copy of the default Slider config
@@ -3060,7 +3043,7 @@ function SliderDefaultStructureSlotComponent_ng_template_0_For_8_Template(rf, ct
3060
3043
  const api_r5 = ctx_r2.api;
3061
3044
  i0.ɵɵproperty("auSlot", state_r4.handle())("auSlotProps", i0.ɵɵpureFunction4(3, _c9, state_r4, api_r5, directives_r2, item_r8));
3062
3045
  i0.ɵɵadvance();
3063
- i0.ɵɵconditional(state_r4.showValueLabels() && !state_r4.combinedLabelDisplay() ? 1 : -1);
3046
+ i0.ɵɵconditional(state_r4.showValueLabels() ? 1 : -1);
3064
3047
  } }
3065
3048
  function SliderDefaultStructureSlotComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
3066
3049
  i0.ɵɵrepeaterCreate(0, SliderDefaultStructureSlotComponent_ng_template_0_For_1_Template, 1, 6, "div", 2, _forTrack0$2);
@@ -3174,7 +3157,7 @@ class SliderDefaultHandleSlotComponent {
3174
3157
  </ng-template>
3175
3158
  `,
3176
3159
  }]
3177
- }], null, null); })();
3160
+ }], null, { handle: [{ type: i0.ViewChild, args: ['handle', { isSignal: true }] }] }); })();
3178
3161
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultHandleSlotComponent, { className: "SliderDefaultHandleSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 64 }); })();
3179
3162
  /**
3180
3163
  * A constant representing the default slot handle for the slider component.
@@ -3235,7 +3218,7 @@ class SliderDefaultTickSlotComponent {
3235
3218
  </ng-template>
3236
3219
  `,
3237
3220
  }]
3238
- }], null, null); })();
3221
+ }], null, { tick: [{ type: i0.ViewChild, args: ['tick', { isSignal: true }] }] }); })();
3239
3222
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultTickSlotComponent, { className: "SliderDefaultTickSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 136 }); })();
3240
3223
  /**
3241
3224
  * A constant representing the default slot tick for the slider component.
@@ -3308,7 +3291,7 @@ class SliderDefaultStructureSlotComponent {
3308
3291
  }
3309
3292
  @for (item of state.sortedHandles(); track item.id; let i = $index) {
3310
3293
  <ng-template [auSlot]="state.handle()" [auSlotProps]="{state, api, directives, item}" />
3311
- @if (state.showValueLabels() && !state.combinedLabelDisplay()) {
3294
+ @if (state.showValueLabels()) {
3312
3295
  <div [auUse]="[directives.handleLabelDisplayDirective, {index: i}]">
3313
3296
  <ng-template [auSlot]="state.label()" [auSlotProps]="{state, api, directives, value: state.values()[i]}" />
3314
3297
  </div>
@@ -3317,7 +3300,7 @@ class SliderDefaultStructureSlotComponent {
3317
3300
  </ng-template>
3318
3301
  `,
3319
3302
  }]
3320
- }], null, null); })();
3303
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
3321
3304
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderDefaultStructureSlotComponent, { className: "SliderDefaultStructureSlotComponent", filePath: "components/slider/slider.component.ts", lineNumber: 200 }); })();
3322
3305
  /**
3323
3306
  * Represents the default slot structure for the slider component.
@@ -3358,70 +3341,70 @@ class SliderComponent extends BaseWidgetDirective {
3358
3341
  *
3359
3342
  * @defaultValue `''`
3360
3343
  */
3361
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
3344
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
3362
3345
  /**
3363
3346
  * Minimum value that can be assigned to the slider
3364
3347
  *
3365
3348
  * @defaultValue `0`
3366
3349
  */
3367
- this.min = input(undefined, ...(ngDevMode ? [{ debugName: "min", alias: 'auMin', transform: auNumberAttribute }] : [{ alias: 'auMin', transform: auNumberAttribute }]));
3350
+ this.min = input(undefined, { ...(ngDevMode ? { debugName: "min" } : {}), alias: 'auMin', transform: auNumberAttribute });
3368
3351
  /**
3369
3352
  * Maximum value that can be assigned to the slider
3370
3353
  *
3371
3354
  * @defaultValue `100`
3372
3355
  */
3373
- this.max = input(undefined, ...(ngDevMode ? [{ debugName: "max", alias: 'auMax', transform: auNumberAttribute }] : [{ alias: 'auMax', transform: auNumberAttribute }]));
3356
+ this.max = input(undefined, { ...(ngDevMode ? { debugName: "max" } : {}), alias: 'auMax', transform: auNumberAttribute });
3374
3357
  /**
3375
3358
  * Minimum distance between two values.
3376
3359
  * When set to 0, no minimum distance constraint is applied.
3377
3360
  *
3378
3361
  * @defaultValue `0`
3379
3362
  */
3380
- this.minRange = input(undefined, ...(ngDevMode ? [{ debugName: "minRange", alias: 'auMinRange', transform: auNumberAttribute }] : [{ alias: 'auMinRange', transform: auNumberAttribute }]));
3363
+ this.minRange = input(undefined, { ...(ngDevMode ? { debugName: "minRange" } : {}), alias: 'auMinRange', transform: auNumberAttribute });
3381
3364
  /**
3382
3365
  * Maximum distance between two values
3383
3366
  * When set to 0, no maximum distance constraint is applied.
3384
3367
  *
3385
3368
  * @defaultValue `0`
3386
3369
  */
3387
- this.maxRange = input(undefined, ...(ngDevMode ? [{ debugName: "maxRange", alias: 'auMaxRange', transform: auNumberAttribute }] : [{ alias: 'auMaxRange', transform: auNumberAttribute }]));
3370
+ this.maxRange = input(undefined, { ...(ngDevMode ? { debugName: "maxRange" } : {}), alias: 'auMaxRange', transform: auNumberAttribute });
3388
3371
  /**
3389
3372
  * When true, if moving a value would break the minRange or maxRange constraint,
3390
3373
  * it will instead push or pull the neighboring values to keep the allowed range rather than just stopping.
3391
3374
  *
3392
3375
  * @defaultValue `false`
3393
3376
  */
3394
- this.pushRange = input(undefined, ...(ngDevMode ? [{ debugName: "pushRange", alias: 'auPushRange', transform: auBooleanAttribute }] : [{ alias: 'auPushRange', transform: auBooleanAttribute }]));
3377
+ this.pushRange = input(undefined, { ...(ngDevMode ? { debugName: "pushRange" } : {}), alias: 'auPushRange', transform: auBooleanAttribute });
3395
3378
  /**
3396
3379
  * Unit value between slider steps
3397
3380
  *
3398
3381
  * @defaultValue `1`
3399
3382
  */
3400
- this.stepSize = input(undefined, ...(ngDevMode ? [{ debugName: "stepSize", alias: 'auStepSize', transform: auNumberAttribute }] : [{ alias: 'auStepSize', transform: auNumberAttribute }]));
3383
+ this.stepSize = input(undefined, { ...(ngDevMode ? { debugName: "stepSize" } : {}), alias: 'auStepSize', transform: auNumberAttribute });
3401
3384
  /**
3402
3385
  * Current slider values
3403
3386
  *
3404
3387
  * @defaultValue `[0]`
3405
3388
  */
3406
- this.values = input(undefined, ...(ngDevMode ? [{ debugName: "values", alias: 'auValues' }] : [{ alias: 'auValues' }]));
3389
+ this.values = input(undefined, { ...(ngDevMode ? { debugName: "values" } : {}), alias: 'auValues' });
3407
3390
  /**
3408
3391
  * It `true` slider display is inversed
3409
3392
  *
3410
3393
  * @defaultValue `false`
3411
3394
  */
3412
- this.rtl = input(undefined, ...(ngDevMode ? [{ debugName: "rtl", alias: 'auRtl', transform: auBooleanAttribute }] : [{ alias: 'auRtl', transform: auBooleanAttribute }]));
3395
+ this.rtl = input(undefined, { ...(ngDevMode ? { debugName: "rtl" } : {}), alias: 'auRtl', transform: auBooleanAttribute });
3413
3396
  /**
3414
3397
  * If `true` the value labels are displayed on the slider
3415
3398
  *
3416
3399
  * @defaultValue `true`
3417
3400
  */
3418
- this.showValueLabels = input(undefined, ...(ngDevMode ? [{ debugName: "showValueLabels", alias: 'auShowValueLabels', transform: auBooleanAttribute }] : [{ alias: 'auShowValueLabels', transform: auBooleanAttribute }]));
3401
+ this.showValueLabels = input(undefined, { ...(ngDevMode ? { debugName: "showValueLabels" } : {}), alias: 'auShowValueLabels', transform: auBooleanAttribute });
3419
3402
  /**
3420
3403
  * If `true` the min and max labels are displayed on the slider
3421
3404
  *
3422
3405
  * @defaultValue `true`
3423
3406
  */
3424
- this.showMinMaxLabels = input(undefined, ...(ngDevMode ? [{ debugName: "showMinMaxLabels", alias: 'auShowMinMaxLabels', transform: auBooleanAttribute }] : [{ alias: 'auShowMinMaxLabels', transform: auBooleanAttribute }]));
3407
+ this.showMinMaxLabels = input(undefined, { ...(ngDevMode ? { debugName: "showMinMaxLabels" } : {}), alias: 'auShowMinMaxLabels', transform: auBooleanAttribute });
3425
3408
  /**
3426
3409
  * Return the value for the 'aria-label' attribute for the handle
3427
3410
  * @param sortedIndex - index of the handle in the sorted list
@@ -3431,7 +3414,7 @@ class SliderComponent extends BaseWidgetDirective {
3431
3414
  * () => 'Value'
3432
3415
  * ```
3433
3416
  */
3434
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
3417
+ this.ariaLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabel" } : {}), alias: 'auAriaLabel' });
3435
3418
  /**
3436
3419
  * Return the value for the 'aria-labelledBy' attribute for the handle
3437
3420
  * @param sortedIndex - index of the handle in the sorted list
@@ -3441,7 +3424,7 @@ class SliderComponent extends BaseWidgetDirective {
3441
3424
  * () => ''
3442
3425
  * ```
3443
3426
  */
3444
- this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
3427
+ this.ariaLabelledBy = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabelledBy" } : {}), alias: 'auAriaLabelledBy' });
3445
3428
  /**
3446
3429
  * Return the value for the 'aria-valuetext' attribute for the handle
3447
3430
  * @param value - value of the handle
@@ -3452,44 +3435,44 @@ class SliderComponent extends BaseWidgetDirective {
3452
3435
  * () => ''
3453
3436
  * ```
3454
3437
  */
3455
- this.ariaValueText = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueText", alias: 'auAriaValueText' }] : [{ alias: 'auAriaValueText' }]));
3438
+ this.ariaValueText = input(undefined, { ...(ngDevMode ? { debugName: "ariaValueText" } : {}), alias: 'auAriaValueText' });
3456
3439
  /**
3457
3440
  * If `true` slider value cannot be changed but the slider is still focusable
3458
3441
  *
3459
3442
  * @defaultValue `false`
3460
3443
  */
3461
- this.readonly = input(undefined, ...(ngDevMode ? [{ debugName: "readonly", alias: 'auReadonly', transform: auBooleanAttribute }] : [{ alias: 'auReadonly', transform: auBooleanAttribute }]));
3444
+ this.readonly = input(undefined, { ...(ngDevMode ? { debugName: "readonly" } : {}), alias: 'auReadonly', transform: auBooleanAttribute });
3462
3445
  /**
3463
3446
  * If `true` slider value cannot be changed and the slider cannot be focused
3464
3447
  *
3465
3448
  * @defaultValue `false`
3466
3449
  */
3467
- this.disabled = input(undefined, ...(ngDevMode ? [{ debugName: "disabled", alias: 'auDisabled', transform: auBooleanAttribute }] : [{ alias: 'auDisabled', transform: auBooleanAttribute }]));
3450
+ this.disabled = input(undefined, { ...(ngDevMode ? { debugName: "disabled" } : {}), alias: 'auDisabled', transform: auBooleanAttribute });
3468
3451
  /**
3469
3452
  * If `true` is vertically positioned otherwise it is horizontal
3470
3453
  *
3471
3454
  * @defaultValue `false`
3472
3455
  */
3473
- this.vertical = input(undefined, ...(ngDevMode ? [{ debugName: "vertical", alias: 'auVertical', transform: auBooleanAttribute }] : [{ alias: 'auVertical', transform: auBooleanAttribute }]));
3456
+ this.vertical = input(undefined, { ...(ngDevMode ? { debugName: "vertical" } : {}), alias: 'auVertical', transform: auBooleanAttribute });
3474
3457
  /**
3475
3458
  * If `true` the ticks are displayed on the slider
3476
3459
  *
3477
3460
  * @defaultValue `false`
3478
3461
  */
3479
- this.showTicks = input(undefined, ...(ngDevMode ? [{ debugName: "showTicks", alias: 'auShowTicks', transform: auBooleanAttribute }] : [{ alias: 'auShowTicks', transform: auBooleanAttribute }]));
3462
+ this.showTicks = input(undefined, { ...(ngDevMode ? { debugName: "showTicks" } : {}), alias: 'auShowTicks', transform: auBooleanAttribute });
3480
3463
  /**
3481
3464
  * Unit value between the ticks
3482
3465
  * If value is set to `0` the {@link stepSize} is used to space the ticks
3483
3466
  *
3484
3467
  * @defaultValue `0`
3485
3468
  */
3486
- this.tickInterval = input(undefined, ...(ngDevMode ? [{ debugName: "tickInterval", alias: 'auTickInterval', transform: auNumberAttribute }] : [{ alias: 'auTickInterval', transform: auNumberAttribute }]));
3469
+ this.tickInterval = input(undefined, { ...(ngDevMode ? { debugName: "tickInterval" } : {}), alias: 'auTickInterval', transform: auNumberAttribute });
3487
3470
  /**
3488
3471
  * If `true` the tick values are displayed on the slider
3489
3472
  *
3490
3473
  * @defaultValue `true`
3491
3474
  */
3492
- this.showTickValues = input(undefined, ...(ngDevMode ? [{ debugName: "showTickValues", alias: 'auShowTickValues', transform: auBooleanAttribute }] : [{ alias: 'auShowTickValues', transform: auBooleanAttribute }]));
3475
+ this.showTickValues = input(undefined, { ...(ngDevMode ? { debugName: "showTickValues" } : {}), alias: 'auShowTickValues', transform: auBooleanAttribute });
3493
3476
  /**
3494
3477
  * An event emitted when slider values are changed
3495
3478
  *
@@ -3509,22 +3492,22 @@ class SliderComponent extends BaseWidgetDirective {
3509
3492
  * ({value}: SliderSlotLabelContext) => '' + value
3510
3493
  * ```
3511
3494
  */
3512
- this.label = input(undefined, ...(ngDevMode ? [{ debugName: "label", alias: 'auLabel' }] : [{ alias: 'auLabel' }]));
3495
+ this.label = input(undefined, { ...(ngDevMode ? { debugName: "label" } : {}), alias: 'auLabel' });
3513
3496
  this.slotLabelFromContent = contentChild(SliderLabelDirective, ...(ngDevMode ? [{ debugName: "slotLabelFromContent" }] : []));
3514
3497
  /**
3515
3498
  * Slot to change the default display of the slider
3516
3499
  */
3517
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
3500
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
3518
3501
  this.slotStructureFromContent = contentChild(SliderStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
3519
3502
  /**
3520
3503
  * Slot to change the handlers
3521
3504
  */
3522
- this.handle = input(undefined, ...(ngDevMode ? [{ debugName: "handle", alias: 'auHandle' }] : [{ alias: 'auHandle' }]));
3505
+ this.handle = input(undefined, { ...(ngDevMode ? { debugName: "handle" } : {}), alias: 'auHandle' });
3523
3506
  this.slotHandleFromContent = contentChild(SliderHandleDirective, ...(ngDevMode ? [{ debugName: "slotHandleFromContent" }] : []));
3524
3507
  /**
3525
3508
  * Slot to change the ticks
3526
3509
  */
3527
- this.tick = input(undefined, ...(ngDevMode ? [{ debugName: "tick", alias: 'auTick' }] : [{ alias: 'auTick' }]));
3510
+ this.tick = input(undefined, { ...(ngDevMode ? { debugName: "tick" } : {}), alias: 'auTick' });
3528
3511
  this.slotTickFromContent = contentChild(SliderTickDirective, ...(ngDevMode ? [{ debugName: "slotTickFromContent" }] : []));
3529
3512
  /**
3530
3513
  * Control value accessor methods
@@ -3560,10 +3543,7 @@ class SliderComponent extends BaseWidgetDirective {
3560
3543
  }
3561
3544
  static { this.ɵfac = function SliderComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SliderComponent)(); }; }
3562
3545
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SliderComponent, selectors: [["", "auSlider", ""]], contentQueries: function SliderComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
3563
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotLabelFromContent, SliderLabelDirective, 5);
3564
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, SliderStructureDirective, 5);
3565
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHandleFromContent, SliderHandleDirective, 5);
3566
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotTickFromContent, SliderTickDirective, 5);
3546
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotLabelFromContent, SliderLabelDirective, 5)(dirIndex, ctx.slotStructureFromContent, SliderStructureDirective, 5)(dirIndex, ctx.slotHandleFromContent, SliderHandleDirective, 5)(dirIndex, ctx.slotTickFromContent, SliderTickDirective, 5);
3567
3547
  } if (rf & 2) {
3568
3548
  i0.ɵɵqueryAdvance(4);
3569
3549
  } }, hostBindings: function SliderComponent_HostBindings(rf, ctx) { if (rf & 1) {
@@ -3595,7 +3575,7 @@ class SliderComponent extends BaseWidgetDirective {
3595
3575
  </div>
3596
3576
  `,
3597
3577
  }]
3598
- }], () => [], null); })();
3578
+ }], () => [], { 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
3579
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SliderComponent, { className: "SliderComponent", filePath: "components/slider/slider.component.ts", lineNumber: 229 }); })();
3600
3580
 
3601
3581
  /**
@@ -3707,7 +3687,7 @@ class ProgressbarDefaultSlotsComponent {
3707
3687
  </ng-template>
3708
3688
  `,
3709
3689
  }]
3710
- }], null, null); })();
3690
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
3711
3691
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarDefaultSlotsComponent, { className: "ProgressbarDefaultSlotsComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 62 }); })();
3712
3692
  /**
3713
3693
  * Represents the default slot structure for the progress bar component.
@@ -3737,60 +3717,60 @@ class ProgressbarComponent extends BaseWidgetDirective {
3737
3717
  *
3738
3718
  * @defaultValue `'Progressbar'`
3739
3719
  */
3740
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
3720
+ this.ariaLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabel" } : {}), alias: 'auAriaLabel' });
3741
3721
  /**
3742
3722
  * The minimum value.
3743
3723
  *
3744
3724
  * @defaultValue `0`
3745
3725
  */
3746
- this.min = input(undefined, ...(ngDevMode ? [{ debugName: "min", alias: 'auMin', transform: auNumberAttribute }] : [{ alias: 'auMin', transform: auNumberAttribute }]));
3726
+ this.min = input(undefined, { ...(ngDevMode ? { debugName: "min" } : {}), alias: 'auMin', transform: auNumberAttribute });
3747
3727
  /**
3748
3728
  * The maximum value.
3749
3729
  *
3750
3730
  * @defaultValue `100`
3751
3731
  */
3752
- this.max = input(undefined, ...(ngDevMode ? [{ debugName: "max", alias: 'auMax', transform: auNumberAttribute }] : [{ alias: 'auMax', transform: auNumberAttribute }]));
3732
+ this.max = input(undefined, { ...(ngDevMode ? { debugName: "max" } : {}), alias: 'auMax', transform: auNumberAttribute });
3753
3733
  /**
3754
3734
  * The current value.
3755
3735
  *
3756
3736
  * @defaultValue `0`
3757
3737
  */
3758
- this.value = input(undefined, ...(ngDevMode ? [{ debugName: "value", alias: 'auValue', transform: auNumberAttribute }] : [{ alias: 'auValue', transform: auNumberAttribute }]));
3738
+ this.value = input(undefined, { ...(ngDevMode ? { debugName: "value" } : {}), alias: 'auValue', transform: auNumberAttribute });
3759
3739
  /**
3760
3740
  * CSS classes to be applied on the widget main container
3761
3741
  *
3762
3742
  * @defaultValue `''`
3763
3743
  */
3764
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
3744
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
3765
3745
  /**
3766
3746
  * Label of the progress.
3767
3747
  */
3768
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
3748
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
3769
3749
  this.slotDefaultFromContent = contentChild(ProgressbarBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
3770
3750
  /**
3771
3751
  * Global template for the Progressbar.
3772
3752
  */
3773
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
3753
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
3774
3754
  this.slotStructureFromContent = contentChild(ProgressbarStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
3775
3755
  /**
3776
3756
  * Height of the progressbar, can be any valid css height value.
3777
3757
  *
3778
3758
  * @defaultValue `''`
3779
3759
  */
3780
- this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight' }] : [{ alias: 'auHeight' }]));
3760
+ this.height = input(undefined, { ...(ngDevMode ? { debugName: "height" } : {}), alias: 'auHeight' });
3781
3761
  /**
3782
3762
  * If `true`, animates a striped progressbar.
3783
3763
  * Takes effect only for browsers supporting CSS3 animations, and if `striped` is `true`.
3784
3764
  *
3785
3765
  * @defaultValue `false`
3786
3766
  */
3787
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
3767
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
3788
3768
  /**
3789
3769
  * If `true`, shows a striped progressbar.
3790
3770
  *
3791
3771
  * @defaultValue `false`
3792
3772
  */
3793
- this.striped = input(undefined, ...(ngDevMode ? [{ debugName: "striped", alias: 'auStriped', transform: auBooleanAttribute }] : [{ alias: 'auStriped', transform: auBooleanAttribute }]));
3773
+ this.striped = input(undefined, { ...(ngDevMode ? { debugName: "striped" } : {}), alias: 'auStriped', transform: auBooleanAttribute });
3794
3774
  /**
3795
3775
  * Return the value for the 'aria-valuetext' attribute.
3796
3776
  * @param value - current value
@@ -3802,17 +3782,16 @@ class ProgressbarComponent extends BaseWidgetDirective {
3802
3782
  * () => undefined
3803
3783
  * ```
3804
3784
  */
3805
- this.ariaValueTextFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueTextFn", alias: 'auAriaValueTextFn' }] : [{ alias: 'auAriaValueTextFn' }]));
3785
+ this.ariaValueTextFn = input(undefined, { ...(ngDevMode ? { debugName: "ariaValueTextFn" } : {}), alias: 'auAriaValueTextFn' });
3806
3786
  /**
3807
3787
  * Type of the progressbar, following bootstrap types.
3808
3788
  */
3809
- this.type = input(undefined, ...(ngDevMode ? [{ debugName: "type", alias: 'auType' }] : [{ alias: 'auType' }]));
3789
+ this.type = input(undefined, { ...(ngDevMode ? { debugName: "type" } : {}), alias: 'auType' });
3810
3790
  this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
3811
3791
  }
3812
3792
  static { this.ɵfac = function ProgressbarComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ProgressbarComponent)(); }; }
3813
3793
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ProgressbarComponent, selectors: [["", "auProgressbar", ""]], contentQueries: function ProgressbarComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
3814
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, ProgressbarBodyDirective, 5);
3815
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, ProgressbarStructureDirective, 5);
3794
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, ProgressbarBodyDirective, 5)(dirIndex, ctx.slotStructureFromContent, ProgressbarStructureDirective, 5);
3816
3795
  } if (rf & 2) {
3817
3796
  i0.ɵɵqueryAdvance(2);
3818
3797
  } }, viewQuery: function ProgressbarComponent_Query(rf, ctx) { if (rf & 1) {
@@ -3843,7 +3822,7 @@ class ProgressbarComponent extends BaseWidgetDirective {
3843
3822
  <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" />
3844
3823
  `,
3845
3824
  }]
3846
- }], () => [], null); })();
3825
+ }], () => [], { 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
3826
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ProgressbarComponent, { className: "ProgressbarComponent", filePath: "components/progressbar/progressbar.component.ts", lineNumber: 89 }); })();
3848
3827
 
3849
3828
  /**
@@ -4028,7 +4007,7 @@ class ToastDefaultSlotsComponent {
4028
4007
  }
4029
4008
  </ng-template>`,
4030
4009
  }]
4031
- }], null, null); })();
4010
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
4032
4011
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastDefaultSlotsComponent, { className: "ToastDefaultSlotsComponent", filePath: "components/toast/toast.component.ts", lineNumber: 72 }); })();
4033
4012
  /**
4034
4013
  * Represents the default slot structure for the toast component.
@@ -4063,7 +4042,7 @@ class ToastComponent extends BaseWidgetDirective {
4063
4042
  *
4064
4043
  * @defaultValue `true`
4065
4044
  */
4066
- this.dismissible = input(undefined, ...(ngDevMode ? [{ debugName: "dismissible", alias: 'auDismissible', transform: auBooleanAttribute }] : [{ alias: 'auDismissible', transform: auBooleanAttribute }]));
4045
+ this.dismissible = input(undefined, { ...(ngDevMode ? { debugName: "dismissible" } : {}), alias: 'auDismissible', transform: auBooleanAttribute });
4067
4046
  /**
4068
4047
  * The transition function will be executed when the alert is displayed or hidden.
4069
4048
  *
@@ -4071,13 +4050,13 @@ class ToastComponent extends BaseWidgetDirective {
4071
4050
  *
4072
4051
  * @defaultValue `fadeTransition`
4073
4052
  */
4074
- this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
4053
+ this.transition = input(undefined, { ...(ngDevMode ? { debugName: "transition" } : {}), alias: 'auTransition' });
4075
4054
  /**
4076
4055
  * If `true` the alert is visible to the user
4077
4056
  *
4078
4057
  * @defaultValue `true`
4079
4058
  */
4080
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
4059
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
4081
4060
  /**
4082
4061
  * If `true`, alert opening will be animated.
4083
4062
  *
@@ -4086,7 +4065,7 @@ class ToastComponent extends BaseWidgetDirective {
4086
4065
  *
4087
4066
  * @defaultValue `false`
4088
4067
  */
4089
- this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
4068
+ this.animatedOnInit = input(undefined, { ...(ngDevMode ? { debugName: "animatedOnInit" } : {}), alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
4090
4069
  /**
4091
4070
  * If `true`, alert closing will be animated.
4092
4071
  *
@@ -4095,39 +4074,39 @@ class ToastComponent extends BaseWidgetDirective {
4095
4074
  *
4096
4075
  * @defaultValue `true`
4097
4076
  */
4098
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
4077
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
4099
4078
  /**
4100
4079
  * If `true` automatically hides the toast after the delay.
4101
4080
  *
4102
4081
  * @defaultValue `true`
4103
4082
  */
4104
- this.autoHide = input(undefined, ...(ngDevMode ? [{ debugName: "autoHide", alias: 'auAutoHide', transform: auBooleanAttribute }] : [{ alias: 'auAutoHide', transform: auBooleanAttribute }]));
4083
+ this.autoHide = input(undefined, { ...(ngDevMode ? { debugName: "autoHide" } : {}), alias: 'auAutoHide', transform: auBooleanAttribute });
4105
4084
  /**
4106
4085
  * Delay in milliseconds before hiding the toast.
4107
4086
  *
4108
4087
  * @defaultValue `5000`
4109
4088
  */
4110
- this.delay = input(undefined, ...(ngDevMode ? [{ debugName: "delay", alias: 'auDelay', transform: auNumberAttribute }] : [{ alias: 'auDelay', transform: auNumberAttribute }]));
4089
+ this.delay = input(undefined, { ...(ngDevMode ? { debugName: "delay" } : {}), alias: 'auDelay', transform: auNumberAttribute });
4111
4090
  /**
4112
4091
  * Accessibility close button label
4113
4092
  *
4114
4093
  * @defaultValue `'Close'`
4115
4094
  */
4116
- this.ariaCloseButtonLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaCloseButtonLabel", alias: 'auAriaCloseButtonLabel' }] : [{ alias: 'auAriaCloseButtonLabel' }]));
4095
+ this.ariaCloseButtonLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaCloseButtonLabel" } : {}), alias: 'auAriaCloseButtonLabel' });
4117
4096
  /**
4118
4097
  * Template for the toast content
4119
4098
  */
4120
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
4099
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
4121
4100
  this.slotDefaultFromContent = contentChild(ToastBodyDirective, ...(ngDevMode ? [{ debugName: "slotDefaultFromContent" }] : []));
4122
4101
  /**
4123
4102
  * Global template for the toast component
4124
4103
  */
4125
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
4104
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
4126
4105
  this.slotStructureFromContent = contentChild(ToastStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
4127
4106
  /**
4128
4107
  * Header template for the toast component
4129
4108
  */
4130
- this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
4109
+ this.header = input(undefined, { ...(ngDevMode ? { debugName: "header" } : {}), alias: 'auHeader' });
4131
4110
  this.slotHeaderFromContent = contentChild(ToastHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
4132
4111
  /**
4133
4112
  * Callback called when the alert visibility changed.
@@ -4161,14 +4140,12 @@ class ToastComponent extends BaseWidgetDirective {
4161
4140
  *
4162
4141
  * @defaultValue `''`
4163
4142
  */
4164
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
4143
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
4165
4144
  this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
4166
4145
  }
4167
4146
  static { this.ɵfac = function ToastComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ToastComponent)(); }; }
4168
4147
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ToastComponent, selectors: [["", "auToast", ""]], contentQueries: function ToastComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
4169
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, ToastBodyDirective, 5);
4170
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, ToastStructureDirective, 5);
4171
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, ToastHeaderDirective, 5);
4148
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotDefaultFromContent, ToastBodyDirective, 5)(dirIndex, ctx.slotStructureFromContent, ToastStructureDirective, 5)(dirIndex, ctx.slotHeaderFromContent, ToastHeaderDirective, 5);
4172
4149
  } if (rf & 2) {
4173
4150
  i0.ɵɵqueryAdvance(3);
4174
4151
  } }, viewQuery: function ToastComponent_Query(rf, ctx) { if (rf & 1) {
@@ -4203,7 +4180,7 @@ class ToastComponent extends BaseWidgetDirective {
4203
4180
  </div>
4204
4181
  }`,
4205
4182
  }]
4206
- }], () => [], null); })();
4183
+ }], () => [], { 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
4184
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToastComponent, { className: "ToastComponent", filePath: "components/toast/toast.component.ts", lineNumber: 103 }); })();
4208
4185
 
4209
4186
  /**
@@ -4226,37 +4203,37 @@ class CollapseDirective extends BaseWidgetDirective {
4226
4203
  *
4227
4204
  * @defaultValue `false`
4228
4205
  */
4229
- this.animatedOnInit = input(undefined, ...(ngDevMode ? [{ debugName: "animatedOnInit", alias: 'auAnimatedOnInit', transform: auBooleanAttribute }] : [{ alias: 'auAnimatedOnInit', transform: auBooleanAttribute }]));
4206
+ this.animatedOnInit = input(undefined, { ...(ngDevMode ? { debugName: "animatedOnInit" } : {}), alias: 'auAnimatedOnInit', transform: auBooleanAttribute });
4230
4207
  /**
4231
4208
  * If `true`, collapse closing and opening will be animated.
4232
4209
  *
4233
4210
  * @defaultValue `true`
4234
4211
  */
4235
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
4212
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
4236
4213
  /**
4237
4214
  * CSS classes to be applied on the widget main container
4238
4215
  *
4239
4216
  * @defaultValue `''`
4240
4217
  */
4241
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
4218
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
4242
4219
  /**
4243
4220
  * If `true`, collapse will be done horizontally.
4244
4221
  *
4245
4222
  * @defaultValue `false`
4246
4223
  */
4247
- this.horizontal = input(undefined, ...(ngDevMode ? [{ debugName: "horizontal", alias: 'auHorizontal', transform: auBooleanAttribute }] : [{ alias: 'auHorizontal', transform: auBooleanAttribute }]));
4224
+ this.horizontal = input(undefined, { ...(ngDevMode ? { debugName: "horizontal" } : {}), alias: 'auHorizontal', transform: auBooleanAttribute });
4248
4225
  /**
4249
4226
  * If `true` the collapse is visible to the user
4250
4227
  *
4251
4228
  * @defaultValue `false`
4252
4229
  */
4253
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
4230
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
4254
4231
  /**
4255
4232
  * id of the collapse
4256
4233
  *
4257
4234
  * @defaultValue `''`
4258
4235
  */
4259
- this.id = input(undefined, ...(ngDevMode ? [{ debugName: "id", alias: 'auId' }] : [{ alias: 'auId' }]));
4236
+ this.id = input(undefined, { ...(ngDevMode ? { debugName: "id" } : {}), alias: 'auId' });
4260
4237
  /**
4261
4238
  * Callback called when the collapse visibility changed.
4262
4239
  *
@@ -4295,7 +4272,7 @@ class CollapseDirective extends BaseWidgetDirective {
4295
4272
  selector: '[auCollapse]',
4296
4273
  exportAs: 'auCollapse',
4297
4274
  }]
4298
- }], () => [], null); })();
4275
+ }], () => [], { 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
4276
  class CollapseTriggerDirective {
4300
4277
  constructor() {
4301
4278
  this.auCollapseTrigger = input.required(...(ngDevMode ? [{ debugName: "auCollapseTrigger" }] : []));
@@ -4315,7 +4292,7 @@ class CollapseTriggerDirective {
4315
4292
  args: [{
4316
4293
  selector: '[auCollapseTrigger]',
4317
4294
  }]
4318
- }], null, null); })();
4295
+ }], null, { auCollapseTrigger: [{ type: i0.Input, args: [{ isSignal: true, alias: "auCollapseTrigger", required: true }] }] }); })();
4319
4296
 
4320
4297
  /**
4321
4298
  * Retrieve a shallow copy of the default collapse config
@@ -4498,7 +4475,7 @@ class TreeDefaultStructureSlotComponent {
4498
4475
  </ng-template>
4499
4476
  `,
4500
4477
  }]
4501
- }], null, null); })();
4478
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
4502
4479
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultStructureSlotComponent, { className: "TreeDefaultStructureSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 33 }); })();
4503
4480
  /**
4504
4481
  * A constant representing the default slot for tree structure.
@@ -4555,7 +4532,7 @@ class TreeDefaultItemToggleSlotComponent {
4555
4532
  </ng-template>
4556
4533
  `,
4557
4534
  }]
4558
- }], null, null); })();
4535
+ }], null, { toggle: [{ type: i0.ViewChild, args: ['toggle', { isSignal: true }] }] }); })();
4559
4536
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemToggleSlotComponent, { className: "TreeDefaultItemToggleSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 76 }); })();
4560
4537
  /**
4561
4538
  * A constant representing the default slot for tree item toggle.
@@ -4607,7 +4584,7 @@ class TreeDefaultItemContentSlotComponent {
4607
4584
  </ng-template>
4608
4585
  `,
4609
4586
  }]
4610
- }], null, null); })();
4587
+ }], null, { treeItemContent: [{ type: i0.ViewChild, args: ['treeItemContent', { isSignal: true }] }] }); })();
4611
4588
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemContentSlotComponent, { className: "TreeDefaultItemContentSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 110 }); })();
4612
4589
  /**
4613
4590
  * A constant representing the default slot for tree item.
@@ -4668,7 +4645,7 @@ class TreeDefaultItemSlotComponent {
4668
4645
  </ng-template>
4669
4646
  `,
4670
4647
  }]
4671
- }], null, null); })();
4648
+ }], null, { treeItem: [{ type: i0.ViewChild, args: ['treeItem', { isSignal: true }] }] }); })();
4672
4649
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeDefaultItemSlotComponent, { className: "TreeDefaultItemSlotComponent", filePath: "components/tree/tree.component.ts", lineNumber: 153 }); })();
4673
4650
  /**
4674
4651
  * A constant representing the default slot for tree item.
@@ -4703,13 +4680,13 @@ class TreeComponent extends BaseWidgetDirective {
4703
4680
  *
4704
4681
  * @defaultValue `[]`
4705
4682
  */
4706
- this.nodes = input(undefined, ...(ngDevMode ? [{ debugName: "nodes", alias: 'auNodes' }] : [{ alias: 'auNodes' }]));
4683
+ this.nodes = input(undefined, { ...(ngDevMode ? { debugName: "nodes" } : {}), alias: 'auNodes' });
4707
4684
  /**
4708
4685
  * CSS classes to be applied on the widget main container
4709
4686
  *
4710
4687
  * @defaultValue `''`
4711
4688
  */
4712
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
4689
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
4713
4690
  /**
4714
4691
  * Retrieves expand items of the TreeItem
4715
4692
  *
@@ -4720,7 +4697,7 @@ class TreeComponent extends BaseWidgetDirective {
4720
4697
  * (node: HTMLElement) => node.querySelectorAll('button')
4721
4698
  * ```
4722
4699
  */
4723
- this.navSelector = input(undefined, ...(ngDevMode ? [{ debugName: "navSelector", alias: 'auNavSelector' }] : [{ alias: 'auNavSelector' }]));
4700
+ this.navSelector = input(undefined, { ...(ngDevMode ? { debugName: "navSelector" } : {}), alias: 'auNavSelector' });
4724
4701
  /**
4725
4702
  * Return the value for the 'aria-label' attribute of the toggle
4726
4703
  * @param label - tree item label
@@ -4730,7 +4707,7 @@ class TreeComponent extends BaseWidgetDirective {
4730
4707
  * (label: string) => `Toggle ${label}`
4731
4708
  * ```
4732
4709
  */
4733
- this.ariaLabelToggleFn = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelToggleFn", alias: 'auAriaLabelToggleFn' }] : [{ alias: 'auAriaLabelToggleFn' }]));
4710
+ this.ariaLabelToggleFn = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabelToggleFn" } : {}), alias: 'auAriaLabelToggleFn' });
4734
4711
  /**
4735
4712
  * An event emitted when the user toggles the expand of the TreeItem.
4736
4713
  *
@@ -4745,30 +4722,27 @@ class TreeComponent extends BaseWidgetDirective {
4745
4722
  /**
4746
4723
  * Slot to change the default tree item content
4747
4724
  */
4748
- this.itemContent = input(undefined, ...(ngDevMode ? [{ debugName: "itemContent", alias: 'auItemContent' }] : [{ alias: 'auItemContent' }]));
4725
+ this.itemContent = input(undefined, { ...(ngDevMode ? { debugName: "itemContent" } : {}), alias: 'auItemContent' });
4749
4726
  this.slotItemContentFromContent = contentChild(TreeItemContentDirective, ...(ngDevMode ? [{ debugName: "slotItemContentFromContent" }] : []));
4750
4727
  /**
4751
4728
  * Slot to change the default display of the tree
4752
4729
  */
4753
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
4730
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
4754
4731
  this.slotStructureFromContent = contentChild(TreeStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
4755
4732
  /**
4756
4733
  * Slot to change the default tree item toggle
4757
4734
  */
4758
- this.itemToggle = input(undefined, ...(ngDevMode ? [{ debugName: "itemToggle", alias: 'auItemToggle' }] : [{ alias: 'auItemToggle' }]));
4735
+ this.itemToggle = input(undefined, { ...(ngDevMode ? { debugName: "itemToggle" } : {}), alias: 'auItemToggle' });
4759
4736
  this.slotItemToggleFromContent = contentChild(TreeItemToggleDirective, ...(ngDevMode ? [{ debugName: "slotItemToggleFromContent" }] : []));
4760
4737
  /**
4761
4738
  * Slot to change the default tree item
4762
4739
  */
4763
- this.item = input(undefined, ...(ngDevMode ? [{ debugName: "item", alias: 'auItem' }] : [{ alias: 'auItem' }]));
4740
+ this.item = input(undefined, { ...(ngDevMode ? { debugName: "item" } : {}), alias: 'auItem' });
4764
4741
  this.slotItemFromContent = contentChild(TreeItemDirective, ...(ngDevMode ? [{ debugName: "slotItemFromContent" }] : []));
4765
4742
  }
4766
4743
  static { this.ɵfac = function TreeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TreeComponent)(); }; }
4767
4744
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TreeComponent, selectors: [["", "auTree", ""]], contentQueries: function TreeComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
4768
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemContentFromContent, TreeItemContentDirective, 5);
4769
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, TreeStructureDirective, 5);
4770
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemToggleFromContent, TreeItemToggleDirective, 5);
4771
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemFromContent, TreeItemDirective, 5);
4745
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemContentFromContent, TreeItemContentDirective, 5)(dirIndex, ctx.slotStructureFromContent, TreeStructureDirective, 5)(dirIndex, ctx.slotItemToggleFromContent, TreeItemToggleDirective, 5)(dirIndex, ctx.slotItemFromContent, TreeItemDirective, 5);
4772
4746
  } if (rf & 2) {
4773
4747
  i0.ɵɵqueryAdvance(4);
4774
4748
  } }, 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) {
@@ -4785,7 +4759,7 @@ class TreeComponent extends BaseWidgetDirective {
4785
4759
  imports: [SlotDirective],
4786
4760
  template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
4787
4761
  }]
4788
- }], () => [], null); })();
4762
+ }], () => [], { 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
4763
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TreeComponent, { className: "TreeComponent", filePath: "components/tree/tree.component.ts", lineNumber: 178 }); })();
4790
4764
 
4791
4765
  /**
@@ -4976,8 +4950,7 @@ class CarouselDefaultSlotsComponent {
4976
4950
  }
4977
4951
  static { this.ɵfac = function CarouselDefaultSlotsComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CarouselDefaultSlotsComponent)(); }; }
4978
4952
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CarouselDefaultSlotsComponent, selectors: [["ng-component"]], viewQuery: function CarouselDefaultSlotsComponent_Query(rf, ctx) { if (rf & 1) {
4979
- i0.ɵɵviewQuerySignal(ctx.structure, _c0$2, 5);
4980
- i0.ɵɵviewQuerySignal(ctx.navigation, _c1$2, 5);
4953
+ i0.ɵɵviewQuerySignal(ctx.structure, _c0$2, 5)(ctx.navigation, _c1$2, 5);
4981
4954
  } if (rf & 2) {
4982
4955
  i0.ɵɵqueryAdvance(2);
4983
4956
  } }, decls: 4, vars: 0, consts: [["navigation", ""], ["structure", ""], ["auCarouselNavigation", ""], ["auCarouselStructure", ""], [1, "carousel-indicators", 3, "auUse"], [3, "class", "auUse"], [3, "auUse"], ["data-bs-target", "true", 3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function CarouselDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
@@ -5029,7 +5002,7 @@ class CarouselDefaultSlotsComponent {
5029
5002
  </ng-template>
5030
5003
  `,
5031
5004
  }]
5032
- }], null, null); })();
5005
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }], navigation: [{ type: i0.ViewChild, args: ['navigation', { isSignal: true }] }] }); })();
5033
5006
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselDefaultSlotsComponent, { className: "CarouselDefaultSlotsComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 107 }); })();
5034
5007
  /**
5035
5008
  * The default slot for the structure
@@ -5066,85 +5039,85 @@ class CarouselComponent extends BaseWidgetDirective {
5066
5039
  * (index: number) => `Select slide ${index + 1}`
5067
5040
  * ```
5068
5041
  */
5069
- this.ariaIndicatorLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaIndicatorLabel", alias: 'auAriaIndicatorLabel' }] : [{ alias: 'auAriaIndicatorLabel' }]));
5042
+ this.ariaIndicatorLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaIndicatorLabel" } : {}), alias: 'auAriaIndicatorLabel' });
5070
5043
  /**
5071
5044
  * Aria label for previous button
5072
5045
  *
5073
5046
  * @defaultValue `'Select previous slide'`
5074
5047
  */
5075
- this.ariaPrevLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPrevLabel", alias: 'auAriaPrevLabel' }] : [{ alias: 'auAriaPrevLabel' }]));
5048
+ this.ariaPrevLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaPrevLabel" } : {}), alias: 'auAriaPrevLabel' });
5076
5049
  /**
5077
5050
  * Aria label for next button
5078
5051
  *
5079
5052
  * @defaultValue `'Select next slide'`
5080
5053
  */
5081
- this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
5054
+ this.ariaNextLabel = input(undefined, { ...(ngDevMode ? { debugName: "ariaNextLabel" } : {}), alias: 'auAriaNextLabel' });
5082
5055
  /**
5083
5056
  * Choose content direction between `ltr` and `rtl`
5084
5057
  *
5085
5058
  * @see {@link https://www.embla-carousel.com/api/options/#direction}
5086
5059
  * @defaultValue `'ltr'`
5087
5060
  */
5088
- this.direction = input(undefined, ...(ngDevMode ? [{ debugName: "direction", alias: 'auDirection' }] : [{ alias: 'auDirection' }]));
5061
+ this.direction = input(undefined, { ...(ngDevMode ? { debugName: "direction" } : {}), alias: 'auDirection' });
5089
5062
  /**
5090
5063
  * Enables momentum scrolling
5091
5064
  *
5092
5065
  * @see {@link https://www.embla-carousel.com/api/options/#dragFree}
5093
5066
  * @defaultValue `false`
5094
5067
  */
5095
- this.dragFree = input(undefined, ...(ngDevMode ? [{ debugName: "dragFree", alias: 'auDragFree', transform: auBooleanAttribute }] : [{ alias: 'auDragFree', transform: auBooleanAttribute }]));
5068
+ this.dragFree = input(undefined, { ...(ngDevMode ? { debugName: "dragFree" } : {}), alias: 'auDragFree', transform: auBooleanAttribute });
5096
5069
  /**
5097
5070
  * Drag threshold in pixels
5098
5071
  *
5099
5072
  * @see {@link https://www.embla-carousel.com/api/options/#dragThreshold}
5100
5073
  * @defaultValue `10`
5101
5074
  */
5102
- this.dragThreshold = input(undefined, ...(ngDevMode ? [{ debugName: "dragThreshold", alias: 'auDragThreshold', transform: auNumberAttribute }] : [{ alias: 'auDragThreshold', transform: auNumberAttribute }]));
5075
+ this.dragThreshold = input(undefined, { ...(ngDevMode ? { debugName: "dragThreshold" } : {}), alias: 'auDragThreshold', transform: auNumberAttribute });
5103
5076
  /**
5104
5077
  * Set scroll duration when triggered by any of the API methods
5105
5078
  *
5106
5079
  * @see {@link https://www.embla-carousel.com/api/options/#duration}
5107
5080
  * @defaultValue `25`
5108
5081
  */
5109
- this.duration = input(undefined, ...(ngDevMode ? [{ debugName: "duration", alias: 'auDuration', transform: auNumberAttribute }] : [{ alias: 'auDuration', transform: auNumberAttribute }]));
5082
+ this.duration = input(undefined, { ...(ngDevMode ? { debugName: "duration" } : {}), alias: 'auDuration', transform: auNumberAttribute });
5110
5083
  /**
5111
5084
  * Enables infinite looping
5112
5085
  *
5113
5086
  * @see {@link https://www.embla-carousel.com/api/options/#loop}
5114
5087
  * @defaultValue `false`
5115
5088
  */
5116
- this.loop = input(undefined, ...(ngDevMode ? [{ debugName: "loop", alias: 'auLoop', transform: auBooleanAttribute }] : [{ alias: 'auLoop', transform: auBooleanAttribute }]));
5089
+ this.loop = input(undefined, { ...(ngDevMode ? { debugName: "loop" } : {}), alias: 'auLoop', transform: auBooleanAttribute });
5117
5090
  /**
5118
5091
  * Allow the carousel to skip scroll snaps if it's dragged vigorously
5119
5092
  *
5120
5093
  * @see {@link https://www.embla-carousel.com/api/options/#skipsnaps}
5121
5094
  * @defaultValue `false`
5122
5095
  */
5123
- this.skipSnaps = input(undefined, ...(ngDevMode ? [{ debugName: "skipSnaps", alias: 'auSkipSnaps', transform: auBooleanAttribute }] : [{ alias: 'auSkipSnaps', transform: auBooleanAttribute }]));
5096
+ this.skipSnaps = input(undefined, { ...(ngDevMode ? { debugName: "skipSnaps" } : {}), alias: 'auSkipSnaps', transform: auBooleanAttribute });
5124
5097
  /**
5125
5098
  * If `true`, 'previous' and 'next' navigation arrows will be visible.
5126
5099
  *
5127
5100
  * @defaultValue `true`
5128
5101
  */
5129
- this.showNavigationArrows = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationArrows", alias: 'auShowNavigationArrows', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationArrows', transform: auBooleanAttribute }]));
5102
+ this.showNavigationArrows = input(undefined, { ...(ngDevMode ? { debugName: "showNavigationArrows" } : {}), alias: 'auShowNavigationArrows', transform: auBooleanAttribute });
5130
5103
  /**
5131
5104
  * If `true`, navigation indicators at the bottom of the slide will be visible.
5132
5105
  *
5133
5106
  * @defaultValue `true`
5134
5107
  */
5135
- this.showNavigationIndicators = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationIndicators", alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }]));
5108
+ this.showNavigationIndicators = input(undefined, { ...(ngDevMode ? { debugName: "showNavigationIndicators" } : {}), alias: 'auShowNavigationIndicators', transform: auBooleanAttribute });
5136
5109
  /**
5137
5110
  * Plugins to extend the carousel with additional features
5138
5111
  * @defaultValue `[]`
5139
5112
  */
5140
- this.plugins = input(undefined, ...(ngDevMode ? [{ debugName: "plugins", alias: 'auPlugins' }] : [{ alias: 'auPlugins' }]));
5113
+ this.plugins = input(undefined, { ...(ngDevMode ? { debugName: "plugins" } : {}), alias: 'auPlugins' });
5141
5114
  /**
5142
5115
  * Align the slides relative to the carousel viewport
5143
5116
  *
5144
5117
  * @see {@link https://www.embla-carousel.com/api/options/#align}
5145
5118
  * @defaultValue `'center'`
5146
5119
  */
5147
- this.align = input(undefined, ...(ngDevMode ? [{ debugName: "align", alias: 'auAlign' }] : [{ alias: 'auAlign' }]));
5120
+ this.align = input(undefined, { ...(ngDevMode ? { debugName: "align" } : {}), alias: 'auAlign' });
5148
5121
  /**
5149
5122
  * 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.
5150
5123
  *
@@ -5152,65 +5125,63 @@ class CarouselComponent extends BaseWidgetDirective {
5152
5125
  *
5153
5126
  * @defaultValue `null`
5154
5127
  */
5155
- this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
5128
+ this.container = input(undefined, { ...(ngDevMode ? { debugName: "container" } : {}), alias: 'auContainer' });
5156
5129
  /**
5157
5130
  * Clear leading and trailing empty space that causes excessive scrolling
5158
5131
  *
5159
5132
  * @see {@link https://www.embla-carousel.com/api/options/#containScroll}
5160
5133
  * @defaultValue `'trimSnaps'`
5161
5134
  */
5162
- this.containScroll = input(undefined, ...(ngDevMode ? [{ debugName: "containScroll", alias: 'auContainScroll' }] : [{ alias: 'auContainScroll' }]));
5135
+ this.containScroll = input(undefined, { ...(ngDevMode ? { debugName: "containScroll" } : {}), alias: 'auContainScroll' });
5163
5136
  /**
5164
5137
  * CSS classes to be applied on the widget main container
5165
5138
  *
5166
5139
  * @defaultValue `''`
5167
5140
  */
5168
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
5141
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
5169
5142
  /**
5170
5143
  * Class name to apply to the container of the carousel.
5171
5144
  *
5172
5145
  * @defaultValue `''`
5173
5146
  */
5174
- this.containerClass = input(undefined, ...(ngDevMode ? [{ debugName: "containerClass", alias: 'auContainerClass' }] : [{ alias: 'auContainerClass' }]));
5147
+ this.containerClass = input(undefined, { ...(ngDevMode ? { debugName: "containerClass" } : {}), alias: 'auContainerClass' });
5175
5148
  /**
5176
5149
  * Class name to apply to each slide in the carousel.
5177
5150
  *
5178
5151
  * @defaultValue `''`
5179
5152
  */
5180
- this.slideClass = input(undefined, ...(ngDevMode ? [{ debugName: "slideClass", alias: 'auSlideClass' }] : [{ alias: 'auSlideClass' }]));
5153
+ this.slideClass = input(undefined, { ...(ngDevMode ? { debugName: "slideClass" } : {}), alias: 'auSlideClass' });
5181
5154
  /**
5182
5155
  * The aria-live attribute value for the carousel container.
5183
5156
  *
5184
5157
  * @defaultValue `'polite'`
5185
5158
  */
5186
- this.ariaLive = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLive", alias: 'auAriaLive' }] : [{ alias: 'auAriaLive' }]));
5159
+ this.ariaLive = input(undefined, { ...(ngDevMode ? { debugName: "ariaLive" } : {}), alias: 'auAriaLive' });
5187
5160
  /**
5188
5161
  * The data for each slide in the carousel.
5189
5162
  *
5190
5163
  * @defaultValue `[]`
5191
5164
  */
5192
- this.slidesData = input(undefined, ...(ngDevMode ? [{ debugName: "slidesData", alias: 'auSlidesData' }] : [{ alias: 'auSlidesData' }]));
5165
+ this.slidesData = input(undefined, { ...(ngDevMode ? { debugName: "slidesData" } : {}), alias: 'auSlidesData' });
5193
5166
  /**
5194
5167
  * The structure of the carousel.
5195
5168
  */
5196
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
5169
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
5197
5170
  /**
5198
5171
  * The navigation layer of the carousel.
5199
5172
  */
5200
- this.navigation = input(undefined, ...(ngDevMode ? [{ debugName: "navigation", alias: 'auNavigation' }] : [{ alias: 'auNavigation' }]));
5173
+ this.navigation = input(undefined, { ...(ngDevMode ? { debugName: "navigation" } : {}), alias: 'auNavigation' });
5201
5174
  /**
5202
5175
  * The content of each slide in the carousel.
5203
5176
  */
5204
- this.slide = input(undefined, ...(ngDevMode ? [{ debugName: "slide", alias: 'auSlide' }] : [{ alias: 'auSlide' }]));
5177
+ this.slide = input(undefined, { ...(ngDevMode ? { debugName: "slide" } : {}), alias: 'auSlide' });
5205
5178
  this.slotSlideFromContent = contentChild((CarouselSlideDirective), ...(ngDevMode ? [{ debugName: "slotSlideFromContent" }] : []));
5206
5179
  this.slotStructureFromContent = contentChild((CarouselStructureDirective), ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
5207
5180
  this.slotNavigationFromContent = contentChild((CarouselNavigationDirective), ...(ngDevMode ? [{ debugName: "slotNavigationFromContent" }] : []));
5208
5181
  }
5209
5182
  static { this.ɵfac = function CarouselComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CarouselComponent)(); }; }
5210
5183
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: CarouselComponent, selectors: [["", "auCarousel", ""]], contentQueries: function CarouselComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
5211
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotSlideFromContent, (CarouselSlideDirective), 5);
5212
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, (CarouselStructureDirective), 5);
5213
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotNavigationFromContent, (CarouselNavigationDirective), 5);
5184
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotSlideFromContent, (CarouselSlideDirective), 5)(dirIndex, ctx.slotStructureFromContent, (CarouselStructureDirective), 5)(dirIndex, ctx.slotNavigationFromContent, (CarouselNavigationDirective), 5);
5214
5185
  } if (rf & 2) {
5215
5186
  i0.ɵɵqueryAdvance(3);
5216
5187
  } }, inputs: { ariaIndicatorLabel: [1, "auAriaIndicatorLabel", "ariaIndicatorLabel"], ariaPrevLabel: [1, "auAriaPrevLabel", "ariaPrevLabel"], ariaNextLabel: [1, "auAriaNextLabel", "ariaNextLabel"], direction: [1, "auDirection", "direction"], dragFree: [1, "auDragFree", "dragFree"], dragThreshold: [1, "auDragThreshold", "dragThreshold"], duration: [1, "auDuration", "duration"], loop: [1, "auLoop", "loop"], skipSnaps: [1, "auSkipSnaps", "skipSnaps"], showNavigationArrows: [1, "auShowNavigationArrows", "showNavigationArrows"], showNavigationIndicators: [1, "auShowNavigationIndicators", "showNavigationIndicators"], plugins: [1, "auPlugins", "plugins"], align: [1, "auAlign", "align"], container: [1, "auContainer", "container"], containScroll: [1, "auContainScroll", "containScroll"], className: [1, "auClassName", "className"], containerClass: [1, "auContainerClass", "containerClass"], slideClass: [1, "auSlideClass", "slideClass"], ariaLive: [1, "auAriaLive", "ariaLive"], slidesData: [1, "auSlidesData", "slidesData"], structure: [1, "auStructure", "structure"], navigation: [1, "auNavigation", "navigation"], slide: [1, "auSlide", "slide"] }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c5$1, decls: 1, vars: 6, consts: [[3, "auSlot", "auSlotProps"]], template: function CarouselComponent_Template(rf, ctx) { if (rf & 1) {
@@ -5227,7 +5198,7 @@ class CarouselComponent extends BaseWidgetDirective {
5227
5198
  imports: [SlotDirective],
5228
5199
  template: ` <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" /> `,
5229
5200
  }]
5230
- }], () => [], null); })();
5201
+ }], () => [], { 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
5202
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CarouselComponent, { className: "CarouselComponent", filePath: "components/carousel/carousel.component.ts", lineNumber: 138 }); })();
5232
5203
 
5233
5204
  class ToasterService extends ToasterService$1 {
@@ -5349,7 +5320,7 @@ class ToasterComponent {
5349
5320
  `,
5350
5321
  changeDetection: ChangeDetectionStrategy.OnPush,
5351
5322
  }]
5352
- }], () => [], null); })();
5323
+ }], () => [], { 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
5324
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ToasterComponent, { className: "ToasterComponent", filePath: "components/toast/toaster.component.ts", lineNumber: 45 }); })();
5354
5325
 
5355
5326
  /**
@@ -5366,10 +5337,10 @@ const export_createDrawer = createDrawer;
5366
5337
 
5367
5338
  const _c0 = ["structure"];
5368
5339
  const _c1 = (a0, a1, a2) => ({ state: a0, api: a1, directives: a2 });
5369
- function DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_ng_template_1_Template(rf, ctx) { }
5370
- function DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_Template(rf, ctx) { if (rf & 1) {
5371
- i0.ɵɵelementStart(0, "div", 2);
5372
- i0.ɵɵtemplate(1, DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_ng_template_1_Template, 0, 0, "ng-template", 4);
5340
+ function DrawerDefaultSlotsComponent_ng_template_0_Conditional_1_ng_template_1_Template(rf, ctx) { }
5341
+ function DrawerDefaultSlotsComponent_ng_template_0_Conditional_1_Template(rf, ctx) { if (rf & 1) {
5342
+ i0.ɵɵelementStart(0, "div", 3);
5343
+ i0.ɵɵtemplate(1, DrawerDefaultSlotsComponent_ng_template_0_Conditional_1_ng_template_1_Template, 0, 0, "ng-template", 5);
5373
5344
  i0.ɵɵelementEnd();
5374
5345
  } if (rf & 2) {
5375
5346
  const ctx_r0 = i0.ɵɵnextContext();
@@ -5379,28 +5350,21 @@ function DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_Template(rf, ct
5379
5350
  i0.ɵɵadvance();
5380
5351
  i0.ɵɵproperty("auSlot", state_r2.header())("auSlotProps", i0.ɵɵpureFunction3(2, _c1, state_r2, api_r3, directives_r4));
5381
5352
  } }
5382
- function DrawerDefaultSlotsComponent_ng_template_0_ng_template_2_Template(rf, ctx) { }
5383
- function DrawerDefaultSlotsComponent_ng_template_0_Conditional_3_Template(rf, ctx) { if (rf & 1) {
5384
- i0.ɵɵelement(0, "div", 5);
5385
- } if (rf & 2) {
5386
- const directives_r4 = i0.ɵɵnextContext().directives;
5387
- i0.ɵɵproperty("auUse", directives_r4.splitterDirective);
5388
- } }
5353
+ function DrawerDefaultSlotsComponent_ng_template_0_ng_template_3_Template(rf, ctx) { }
5389
5354
  function DrawerDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
5390
- i0.ɵɵconditionalCreate(0, DrawerDefaultSlotsComponent_ng_template_0_Conditional_0_Template, 2, 6, "div", 2);
5391
- i0.ɵɵelementStart(1, "div", 3);
5392
- i0.ɵɵtemplate(2, DrawerDefaultSlotsComponent_ng_template_0_ng_template_2_Template, 0, 0, "ng-template", 4);
5393
- i0.ɵɵelementEnd();
5394
- i0.ɵɵconditionalCreate(3, DrawerDefaultSlotsComponent_ng_template_0_Conditional_3_Template, 1, 1, "div", 5);
5355
+ i0.ɵɵelementStart(0, "div", 2);
5356
+ i0.ɵɵconditionalCreate(1, DrawerDefaultSlotsComponent_ng_template_0_Conditional_1_Template, 2, 6, "div", 3);
5357
+ i0.ɵɵelementStart(2, "div", 4);
5358
+ i0.ɵɵtemplate(3, DrawerDefaultSlotsComponent_ng_template_0_ng_template_3_Template, 0, 0, "ng-template", 5);
5359
+ i0.ɵɵelementEnd()();
5395
5360
  } if (rf & 2) {
5396
5361
  const state_r2 = ctx.state;
5397
5362
  const api_r3 = ctx.api;
5398
5363
  const directives_r4 = ctx.directives;
5399
- i0.ɵɵconditional(state_r2.header() ? 0 : -1);
5400
- i0.ɵɵadvance(2);
5401
- i0.ɵɵproperty("auSlot", state_r2.children())("auSlotProps", i0.ɵɵpureFunction3(4, _c1, state_r2, api_r3, directives_r4));
5402
5364
  i0.ɵɵadvance();
5403
- i0.ɵɵconditional(state_r2.resizable() ? 3 : -1);
5365
+ i0.ɵɵconditional(state_r2.header() ? 1 : -1);
5366
+ i0.ɵɵadvance(2);
5367
+ i0.ɵɵproperty("auSlot", state_r2.children())("auSlotProps", i0.ɵɵpureFunction3(3, _c1, state_r2, api_r3, directives_r4));
5404
5368
  } }
5405
5369
  const _c2 = ["content"];
5406
5370
  const _c3 = ["auDrawer", ""];
@@ -5410,17 +5374,27 @@ function DrawerComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
5410
5374
  i0.ɵɵprojection(0);
5411
5375
  } }
5412
5376
  function DrawerComponent_Conditional_2_ng_template_2_Template(rf, ctx) { }
5377
+ function DrawerComponent_Conditional_2_Conditional_3_Template(rf, ctx) { if (rf & 1) {
5378
+ i0.ɵɵelement(0, "div", 4);
5379
+ } if (rf & 2) {
5380
+ const ctx_r0 = i0.ɵɵnextContext(2);
5381
+ i0.ɵɵproperty("auUse", ctx_r0.directives.splitterDirective)("tabIndex", 0);
5382
+ } }
5413
5383
  function DrawerComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
5414
5384
  i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
5415
5385
  i0.ɵɵtemplate(2, DrawerComponent_Conditional_2_ng_template_2_Template, 0, 0, "ng-template", 3);
5416
- i0.ɵɵelementEnd()();
5386
+ i0.ɵɵelementEnd();
5387
+ i0.ɵɵconditionalCreate(3, DrawerComponent_Conditional_2_Conditional_3_Template, 1, 2, "div", 4);
5388
+ i0.ɵɵelementEnd();
5417
5389
  } if (rf & 2) {
5418
5390
  const ctx_r0 = i0.ɵɵnextContext();
5419
- i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(4, _c5, ctx_r0.directives.drawerPortalDirective, ctx_r0.directives.drawerDirective));
5391
+ i0.ɵɵproperty("auUseMulti", i0.ɵɵpureFunction2(5, _c5, ctx_r0.directives.drawerPortalDirective, ctx_r0.directives.drawerDirective));
5420
5392
  i0.ɵɵadvance();
5421
5393
  i0.ɵɵproperty("auUse", ctx_r0.directives.containerDirective);
5422
5394
  i0.ɵɵadvance();
5423
- i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(7, _c1, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
5395
+ i0.ɵɵproperty("auSlot", ctx_r0.state.structure())("auSlotProps", i0.ɵɵpureFunction3(8, _c1, ctx_r0.state, ctx_r0.api, ctx_r0.directives));
5396
+ i0.ɵɵadvance();
5397
+ i0.ɵɵconditional(ctx_r0.state.resizable() ? 3 : -1);
5424
5398
  } }
5425
5399
  function DrawerComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
5426
5400
  i0.ɵɵelement(0, "div", 1);
@@ -5491,31 +5465,30 @@ class DrawerDefaultSlotsComponent {
5491
5465
  i0.ɵɵviewQuerySignal(ctx.structure, _c0, 5);
5492
5466
  } if (rf & 2) {
5493
5467
  i0.ɵɵqueryAdvance();
5494
- } }, decls: 2, vars: 0, consts: [["structure", ""], ["auDrawerStructure", ""], [1, "au-drawer-header"], [1, "au-drawer-body"], [3, "auSlot", "auSlotProps"], [3, "auUse"]], template: function DrawerDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
5495
- i0.ɵɵtemplate(0, DrawerDefaultSlotsComponent_ng_template_0_Template, 4, 8, "ng-template", 1, 0, i0.ɵɵtemplateRefExtractor);
5496
- } }, dependencies: [SlotDirective, DrawerStructureDirective, UseDirective], encapsulation: 2, changeDetection: 0 }); }
5468
+ } }, decls: 2, vars: 0, consts: [["structure", ""], ["auDrawerStructure", ""], [1, "au-drawer-content"], [1, "au-drawer-header"], [1, "au-drawer-body"], [3, "auSlot", "auSlotProps"]], template: function DrawerDefaultSlotsComponent_Template(rf, ctx) { if (rf & 1) {
5469
+ i0.ɵɵtemplate(0, DrawerDefaultSlotsComponent_ng_template_0_Template, 4, 7, "ng-template", 1, 0, i0.ɵɵtemplateRefExtractor);
5470
+ } }, dependencies: [SlotDirective, DrawerStructureDirective], encapsulation: 2, changeDetection: 0 }); }
5497
5471
  }
5498
5472
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DrawerDefaultSlotsComponent, [{
5499
5473
  type: Component,
5500
5474
  args: [{
5501
5475
  changeDetection: ChangeDetectionStrategy.OnPush,
5502
- imports: [SlotDirective, DrawerStructureDirective, UseDirective],
5476
+ imports: [SlotDirective, DrawerStructureDirective],
5503
5477
  template: ` <ng-template auDrawerStructure #structure let-state="state" let-api="api" let-directives="directives">
5504
- @if (state.header()) {
5505
- <div class="au-drawer-header">
5506
- <ng-template [auSlot]="state.header()" [auSlotProps]="{state, api, directives}" />
5478
+ <div class="au-drawer-content">
5479
+ @if (state.header()) {
5480
+ <div class="au-drawer-header">
5481
+ <ng-template [auSlot]="state.header()" [auSlotProps]="{state, api, directives}" />
5482
+ </div>
5483
+ }
5484
+ <div class="au-drawer-body">
5485
+ <ng-template [auSlot]="state.children()" [auSlotProps]="{state, api, directives}" />
5507
5486
  </div>
5508
- }
5509
- <div class="au-drawer-body">
5510
- <ng-template [auSlot]="state.children()" [auSlotProps]="{state, api, directives}" />
5511
5487
  </div>
5512
- @if (state.resizable()) {
5513
- <div [auUse]="directives.splitterDirective"></div>
5514
- }
5515
5488
  </ng-template>`,
5516
5489
  }]
5517
- }], null, null); })();
5518
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerDefaultSlotsComponent, { className: "DrawerDefaultSlotsComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 80 }); })();
5490
+ }], null, { structure: [{ type: i0.ViewChild, args: ['structure', { isSignal: true }] }] }); })();
5491
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerDefaultSlotsComponent, { className: "DrawerDefaultSlotsComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 79 }); })();
5519
5492
  /**
5520
5493
  * Represents the default slot structure for the drawer component.
5521
5494
  */
@@ -5537,14 +5510,14 @@ class DrawerComponent extends BaseWidgetDirective {
5537
5510
  children: this.slotBodyFromContent()?.templateRef,
5538
5511
  }),
5539
5512
  events: {
5513
+ onResizingChange: (event) => this.resizingChange.emit(event),
5540
5514
  onHidden: () => this.hidden.emit(),
5541
5515
  onShown: () => this.shown.emit(),
5542
- onWidthChange: (width) => {
5543
- this.widthChange.emit(width);
5544
- },
5545
- onHeightChange: (height) => {
5546
- this.heightChange.emit(height);
5516
+ onSizeChange: (size) => {
5517
+ this.sizeChange.emit(size);
5547
5518
  },
5519
+ onMaximizedChange: (event) => this.maximizedChange.emit(event),
5520
+ onMinimizedChange: (event) => this.minimizedChange.emit(event),
5548
5521
  onVisibleChange: (event) => this.visibleChange.emit(event),
5549
5522
  },
5550
5523
  slotChildren: () => this.slotChildren(),
@@ -5554,25 +5527,25 @@ class DrawerComponent extends BaseWidgetDirective {
5554
5527
  *
5555
5528
  * @defaultValue `true`
5556
5529
  */
5557
- this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
5530
+ this.animated = input(undefined, { ...(ngDevMode ? { debugName: "animated" } : {}), alias: 'auAnimated', transform: auBooleanAttribute });
5558
5531
  /**
5559
5532
  * aria-labelledby attribute to use for the drawer element.
5560
5533
  *
5561
5534
  * @defaultValue `''`
5562
5535
  */
5563
- this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
5536
+ this.ariaLabelledBy = input(undefined, { ...(ngDevMode ? { debugName: "ariaLabelledBy" } : {}), alias: 'auAriaLabelledBy' });
5564
5537
  /**
5565
5538
  * aria-describedby attribute to use for the drawer element.
5566
5539
  *
5567
5540
  * @defaultValue `''`
5568
5541
  */
5569
- this.ariaDescribedBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaDescribedBy", alias: 'auAriaDescribedBy' }] : [{ alias: 'auAriaDescribedBy' }]));
5542
+ this.ariaDescribedBy = input(undefined, { ...(ngDevMode ? { debugName: "ariaDescribedBy" } : {}), alias: 'auAriaDescribedBy' });
5570
5543
  /**
5571
5544
  * If `true`, the drawer is shown; otherwise, it is hidden.
5572
5545
  *
5573
5546
  * @defaultValue `false`
5574
5547
  */
5575
- this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
5548
+ this.visible = input(undefined, { ...(ngDevMode ? { debugName: "visible" } : {}), alias: 'auVisible', transform: auBooleanAttribute });
5576
5549
  /**
5577
5550
  * The transition function for vertically positioned drawer (top, bottom) that will be executed when the drawer is displayed or hidden.
5578
5551
  *
@@ -5581,7 +5554,7 @@ class DrawerComponent extends BaseWidgetDirective {
5581
5554
  * collapseVerticalTransition
5582
5555
  * ```
5583
5556
  */
5584
- this.verticalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "verticalTransition", alias: 'auVerticalTransition' }] : [{ alias: 'auVerticalTransition' }]));
5557
+ this.verticalTransition = input(undefined, { ...(ngDevMode ? { debugName: "verticalTransition" } : {}), alias: 'auVerticalTransition' });
5585
5558
  /**
5586
5559
  * The transition function will be executed when the drawer is displayed or hidden.
5587
5560
  *
@@ -5590,13 +5563,13 @@ class DrawerComponent extends BaseWidgetDirective {
5590
5563
  * collapseHorizontalTransition
5591
5564
  * ```
5592
5565
  */
5593
- this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
5566
+ this.transition = input(undefined, { ...(ngDevMode ? { debugName: "transition" } : {}), alias: 'auTransition' });
5594
5567
  /**
5595
5568
  * The transition to use for the backdrop behind the drawer (if present).
5596
5569
  *
5597
5570
  * @defaultValue `fadeTransition`
5598
5571
  */
5599
- this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
5572
+ this.backdropTransition = input(undefined, { ...(ngDevMode ? { debugName: "backdropTransition" } : {}), alias: 'auBackdropTransition' });
5600
5573
  /**
5601
5574
  * Which element should contain the drawer and backdrop DOM elements.
5602
5575
  * If it is not null, the drawer and backdrop DOM elements are moved to the specified container.
@@ -5607,82 +5580,93 @@ class DrawerComponent extends BaseWidgetDirective {
5607
5580
  * typeof window !== 'undefined' ? document.body : null
5608
5581
  * ```
5609
5582
  */
5610
- this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
5583
+ this.container = input(undefined, { ...(ngDevMode ? { debugName: "container" } : {}), alias: 'auContainer' });
5611
5584
  /**
5612
5585
  * If `true` displays the backdrop element and disables the body scrolling, otherwise the body of the document is navigable
5613
5586
  *
5614
5587
  * @defaultValue `true`
5615
5588
  */
5616
- this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
5589
+ this.backdrop = input(undefined, { ...(ngDevMode ? { debugName: "backdrop" } : {}), alias: 'auBackdrop', transform: auBooleanAttribute });
5617
5590
  /**
5618
5591
  * If `true` allows body scrolling when the drawer is open.
5619
5592
  *
5620
5593
  * @defaultValue `false`
5621
5594
  */
5622
- this.bodyScroll = input(undefined, ...(ngDevMode ? [{ debugName: "bodyScroll", alias: 'auBodyScroll', transform: auBooleanAttribute }] : [{ alias: 'auBodyScroll', transform: auBooleanAttribute }]));
5595
+ this.bodyScroll = input(undefined, { ...(ngDevMode ? { debugName: "bodyScroll" } : {}), alias: 'auBodyScroll', transform: auBooleanAttribute });
5596
+ /**
5597
+ * Size of the drawer in pixel once the user start interacting.
5598
+ * It corresponds to the height or the width depending on the drawer orientation
5599
+ *
5600
+ * @defaultValue `null`
5601
+ */
5602
+ this.size = input(undefined, { ...(ngDevMode ? { debugName: "size" } : {}), alias: 'auSize', transform: auNumberOrNullAttribute });
5623
5603
  /**
5624
5604
  * Classes to add on the backdrop DOM element.
5625
5605
  *
5626
5606
  * @defaultValue `''`
5627
5607
  */
5628
- this.backdropClass = input(undefined, ...(ngDevMode ? [{ debugName: "backdropClass", alias: 'auBackdropClass' }] : [{ alias: 'auBackdropClass' }]));
5608
+ this.backdropClass = input(undefined, { ...(ngDevMode ? { debugName: "backdropClass" } : {}), alias: 'auBackdropClass' });
5629
5609
  /**
5630
5610
  * CSS classes to be applied on the widget main container
5631
5611
  *
5632
5612
  * @defaultValue `'w-full'`
5633
5613
  */
5634
- this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
5614
+ this.className = input(undefined, { ...(ngDevMode ? { debugName: "className" } : {}), alias: 'auClassName' });
5635
5615
  /**
5636
5616
  * If `true`, the drawer can be resized by the user.
5637
5617
  *
5638
5618
  * @defaultValue `false`
5639
5619
  */
5640
- this.resizable = input(undefined, ...(ngDevMode ? [{ debugName: "resizable", alias: 'auResizable', transform: auBooleanAttribute }] : [{ alias: 'auResizable', transform: auBooleanAttribute }]));
5620
+ this.resizable = input(undefined, { ...(ngDevMode ? { debugName: "resizable" } : {}), alias: 'auResizable', transform: auBooleanAttribute });
5641
5621
  /**
5642
- * The width of the drawer in pixels.
5622
+ * An event emitted when the drawer size changes (width or height depending on the orientation).
5643
5623
  *
5644
- * @defaultValue `200`
5645
- */
5646
- this.width = input(undefined, ...(ngDevMode ? [{ debugName: "width", alias: 'auWidth', transform: auNumberAttribute }] : [{ alias: 'auWidth', transform: auNumberAttribute }]));
5647
- /**
5648
- * The height of the drawer in pixels.
5624
+ * Event payload is equal to the newly selected width or height.
5649
5625
  *
5650
- * @defaultValue `200`
5626
+ * @defaultValue
5627
+ * ```ts
5628
+ * () => {}
5629
+ * ```
5651
5630
  */
5652
- this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight', transform: auNumberAttribute }] : [{ alias: 'auHeight', transform: auNumberAttribute }]));
5631
+ this.sizeChange = output({ alias: 'auSizeChange' });
5653
5632
  /**
5654
- * An event emitted when the width is changed.
5633
+ * Event to be triggered when the visible property changes.
5655
5634
  *
5656
- * Event payload is equal to the newly selected width.
5635
+ * @param visible - new value of the visible propery
5657
5636
  *
5658
5637
  * @defaultValue
5659
5638
  * ```ts
5660
5639
  * () => {}
5661
5640
  * ```
5662
5641
  */
5663
- this.widthChange = output({ alias: 'auWidthChange' });
5642
+ this.visibleChange = output({ alias: 'auVisibleChange' });
5664
5643
  /**
5665
- * An event emitted when the height is changed.
5666
- *
5667
- * Event payload is equal to the newly selected height.
5644
+ * Event to be triggered when the minimized state changes.
5668
5645
  *
5669
5646
  * @defaultValue
5670
5647
  * ```ts
5671
5648
  * () => {}
5672
5649
  * ```
5673
5650
  */
5674
- this.heightChange = output({ alias: 'auHeightChange' });
5651
+ this.minimizedChange = output({ alias: 'auMinimizedChange' });
5675
5652
  /**
5676
- * Event to be triggered when the visible property changes.
5653
+ * Event to be triggered when the maximized state changes.
5677
5654
  *
5678
- * @param visible - new value of the visible propery
5655
+ * @defaultValue
5656
+ * ```ts
5657
+ * () => {}
5658
+ * ```
5659
+ */
5660
+ this.maximizedChange = output({ alias: 'auMaximizedChange' });
5661
+ /**
5662
+ * Event to be triggered when the user starts or stops resizing the drawer.
5679
5663
  *
5680
5664
  * @defaultValue
5681
5665
  * ```ts
5682
5666
  * () => {}
5683
5667
  * ```
5684
5668
  */
5685
- this.visibleChange = output({ alias: 'auVisibleChange' });
5669
+ this.resizingChange = output({ alias: 'auResizingChange' });
5686
5670
  /**
5687
5671
  * Event to be triggered when the transition is completed and the drawer is not visible.
5688
5672
  *
@@ -5704,35 +5688,33 @@ class DrawerComponent extends BaseWidgetDirective {
5704
5688
  /**
5705
5689
  * Global template for the drawer component
5706
5690
  */
5707
- this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
5691
+ this.structure = input(undefined, { ...(ngDevMode ? { debugName: "structure" } : {}), alias: 'auStructure' });
5708
5692
  this.slotStructureFromContent = contentChild(DrawerStructureDirective, ...(ngDevMode ? [{ debugName: "slotStructureFromContent" }] : []));
5709
5693
  /**
5710
5694
  * Template for the drawer header
5711
5695
  */
5712
- this.header = input(undefined, ...(ngDevMode ? [{ debugName: "header", alias: 'auHeader' }] : [{ alias: 'auHeader' }]));
5696
+ this.header = input(undefined, { ...(ngDevMode ? { debugName: "header" } : {}), alias: 'auHeader' });
5713
5697
  this.slotHeaderFromContent = contentChild(DrawerHeaderDirective, ...(ngDevMode ? [{ debugName: "slotHeaderFromContent" }] : []));
5714
5698
  /**
5715
5699
  * Template for the drawer body
5716
5700
  */
5717
- this.children = input(undefined, ...(ngDevMode ? [{ debugName: "children", alias: 'auChildren' }] : [{ alias: 'auChildren' }]));
5701
+ this.children = input(undefined, { ...(ngDevMode ? { debugName: "children" } : {}), alias: 'auChildren' });
5718
5702
  this.slotBodyFromContent = contentChild(DrawerBodyDirective, ...(ngDevMode ? [{ debugName: "slotBodyFromContent" }] : []));
5719
5703
  this.slotChildren = viewChild('content', ...(ngDevMode ? [{ debugName: "slotChildren" }] : []));
5720
5704
  }
5721
5705
  static { this.ɵfac = function DrawerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || DrawerComponent)(); }; }
5722
5706
  static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DrawerComponent, selectors: [["", "auDrawer", ""]], contentQueries: function DrawerComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
5723
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, DrawerStructureDirective, 5);
5724
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotHeaderFromContent, DrawerHeaderDirective, 5);
5725
- i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotBodyFromContent, DrawerBodyDirective, 5);
5707
+ i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotStructureFromContent, DrawerStructureDirective, 5)(dirIndex, ctx.slotHeaderFromContent, DrawerHeaderDirective, 5)(dirIndex, ctx.slotBodyFromContent, DrawerBodyDirective, 5);
5726
5708
  } if (rf & 2) {
5727
5709
  i0.ɵɵqueryAdvance(3);
5728
5710
  } }, viewQuery: function DrawerComponent_Query(rf, ctx) { if (rf & 1) {
5729
5711
  i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2, 5);
5730
5712
  } if (rf & 2) {
5731
5713
  i0.ɵɵqueryAdvance();
5732
- } }, inputs: { animated: [1, "auAnimated", "animated"], ariaLabelledBy: [1, "auAriaLabelledBy", "ariaLabelledBy"], ariaDescribedBy: [1, "auAriaDescribedBy", "ariaDescribedBy"], visible: [1, "auVisible", "visible"], verticalTransition: [1, "auVerticalTransition", "verticalTransition"], transition: [1, "auTransition", "transition"], backdropTransition: [1, "auBackdropTransition", "backdropTransition"], container: [1, "auContainer", "container"], backdrop: [1, "auBackdrop", "backdrop"], bodyScroll: [1, "auBodyScroll", "bodyScroll"], backdropClass: [1, "auBackdropClass", "backdropClass"], className: [1, "auClassName", "className"], resizable: [1, "auResizable", "resizable"], width: [1, "auWidth", "width"], height: [1, "auHeight", "height"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], children: [1, "auChildren", "children"] }, outputs: { widthChange: "auWidthChange", heightChange: "auHeightChange", visibleChange: "auVisibleChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3, ngContentSelectors: _c4, decls: 4, vars: 2, consts: [["content", ""], [3, "auUseMulti"], [3, "auUse"], [3, "auSlot", "auSlotProps"]], template: function DrawerComponent_Template(rf, ctx) { if (rf & 1) {
5714
+ } }, inputs: { animated: [1, "auAnimated", "animated"], ariaLabelledBy: [1, "auAriaLabelledBy", "ariaLabelledBy"], ariaDescribedBy: [1, "auAriaDescribedBy", "ariaDescribedBy"], visible: [1, "auVisible", "visible"], verticalTransition: [1, "auVerticalTransition", "verticalTransition"], transition: [1, "auTransition", "transition"], backdropTransition: [1, "auBackdropTransition", "backdropTransition"], container: [1, "auContainer", "container"], backdrop: [1, "auBackdrop", "backdrop"], bodyScroll: [1, "auBodyScroll", "bodyScroll"], size: [1, "auSize", "size"], backdropClass: [1, "auBackdropClass", "backdropClass"], className: [1, "auClassName", "className"], resizable: [1, "auResizable", "resizable"], structure: [1, "auStructure", "structure"], header: [1, "auHeader", "header"], children: [1, "auChildren", "children"] }, outputs: { sizeChange: "auSizeChange", visibleChange: "auVisibleChange", minimizedChange: "auMinimizedChange", maximizedChange: "auMaximizedChange", resizingChange: "auResizingChange", hidden: "auHidden", shown: "auShown" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3, ngContentSelectors: _c4, decls: 4, vars: 2, consts: [["content", ""], [3, "auUseMulti"], [3, "auUse"], [3, "auSlot", "auSlotProps"], [3, "auUse", "tabIndex"]], template: function DrawerComponent_Template(rf, ctx) { if (rf & 1) {
5733
5715
  i0.ɵɵprojectionDef();
5734
5716
  i0.ɵɵtemplate(0, DrawerComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
5735
- i0.ɵɵconditionalCreate(2, DrawerComponent_Conditional_2_Template, 3, 11, "div", 1);
5717
+ i0.ɵɵconditionalCreate(2, DrawerComponent_Conditional_2_Template, 4, 12, "div", 1);
5736
5718
  i0.ɵɵconditionalCreate(3, DrawerComponent_Conditional_3_Template, 1, 4, "div", 1);
5737
5719
  } if (rf & 2) {
5738
5720
  i0.ɵɵadvance(2);
@@ -5754,6 +5736,9 @@ class DrawerComponent extends BaseWidgetDirective {
5754
5736
  <div [auUse]="directives.containerDirective">
5755
5737
  <ng-template [auSlot]="state.structure()" [auSlotProps]="{state, api, directives}" />
5756
5738
  </div>
5739
+ @if (state.resizable()) {
5740
+ <div [auUse]="directives.splitterDirective" [tabIndex]="0"></div>
5741
+ }
5757
5742
  </div>
5758
5743
  }
5759
5744
  @if (!state.backdropHidden()) {
@@ -5762,8 +5747,8 @@ class DrawerComponent extends BaseWidgetDirective {
5762
5747
  `,
5763
5748
  encapsulation: ViewEncapsulation.None,
5764
5749
  }]
5765
- }], () => [], null); })();
5766
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 113 }); })();
5750
+ }], () => [], { 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 }] }], size: [{ type: i0.Input, args: [{ isSignal: true, alias: "auSize", 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 }] }], sizeChange: [{ type: i0.Output, args: ["auSizeChange"] }], visibleChange: [{ type: i0.Output, args: ["auVisibleChange"] }], minimizedChange: [{ type: i0.Output, args: ["auMinimizedChange"] }], maximizedChange: [{ type: i0.Output, args: ["auMaximizedChange"] }], resizingChange: [{ type: i0.Output, args: ["auResizingChange"] }], 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 }] }] }); })();
5751
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 115 }); })();
5767
5752
 
5768
5753
  // [import-placeholder]
5769
5754
  /* istanbul ignore next */