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

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.
@@ -2249,7 +2249,7 @@ const export_createAccordionItem = createAccordionItem;
2249
2249
  */
2250
2250
  const export_createAccordion = createAccordion;
2251
2251
  /**
2252
- * Create an accordion WidgetFactory based on a item factory and the list of item props that should inherit from the parent accordion
2252
+ * Create an accordion WidgetFactory based on an item factory and the list of item props that should inherit from the parent accordion
2253
2253
  *
2254
2254
  * @param itemFactory - the item factory
2255
2255
  * @param accordionItemProps - the list of item props
@@ -2419,7 +2419,7 @@ function AccordionItemDefaultSlotsComponent_ng_template_0_Template(rf, ctx) { if
2419
2419
  } if (rf & 2) {
2420
2420
  let tmp_12_0;
2421
2421
  const state_r10 = ctx.state;
2422
- i0.ɵɵconditional((tmp_12_0 = state_r10.headingTag()) === "h1" ? 0 : tmp_12_0 === "h2" ? 1 : tmp_12_0 === "h3" ? 2 : tmp_12_0 === "h4" ? 3 : tmp_12_0 === "h5" ? 4 : tmp_12_0 === "h6" ? 5 : 6);
2422
+ i0.ɵɵconditional((tmp_12_0 = state_r10.headingLevel()) === 1 ? 0 : tmp_12_0 === 2 ? 1 : tmp_12_0 === 3 ? 2 : tmp_12_0 === 4 ? 3 : tmp_12_0 === 5 ? 4 : tmp_12_0 === 6 ? 5 : 6);
2423
2423
  i0.ɵɵadvance(21);
2424
2424
  i0.ɵɵconditional(state_r10.shouldBeInDOM() ? 21 : -1);
2425
2425
  } }
@@ -2509,23 +2509,23 @@ class AccordionItemDefaultSlotsComponent {
2509
2509
  imports: [UseDirective, SlotDirective, NgTemplateOutlet, AccordionItemStructureDirective],
2510
2510
  template: `
2511
2511
  <ng-template auAccordionItemStructure #structure let-state="state" let-api="api" let-directives="directives">
2512
- @switch (state.headingTag()) {
2513
- @case ('h1') {
2512
+ @switch (state.headingLevel()) {
2513
+ @case (1) {
2514
2514
  <ng-container [ngTemplateOutlet]="h1" />
2515
2515
  }
2516
- @case ('h2') {
2516
+ @case (2) {
2517
2517
  <ng-container [ngTemplateOutlet]="h2" />
2518
2518
  }
2519
- @case ('h3') {
2519
+ @case (3) {
2520
2520
  <ng-container [ngTemplateOutlet]="h3" />
2521
2521
  }
2522
- @case ('h4') {
2522
+ @case (4) {
2523
2523
  <ng-container [ngTemplateOutlet]="h4" />
2524
2524
  }
2525
- @case ('h5') {
2525
+ @case (5) {
2526
2526
  <ng-container [ngTemplateOutlet]="h5" />
2527
2527
  }
2528
- @case ('h6') {
2528
+ @case (6) {
2529
2529
  <ng-container [ngTemplateOutlet]="h6" />
2530
2530
  }
2531
2531
  @default {
@@ -2584,7 +2584,7 @@ class AccordionItemDefaultSlotsComponent {
2584
2584
  `,
2585
2585
  }]
2586
2586
  }], null, null); })();
2587
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemDefaultSlotsComponent, { className: "AccordionItemDefaultSlotsComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 136 }); })();
2587
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemDefaultSlotsComponent, { className: "AccordionItemDefaultSlotsComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 139 }); })();
2588
2588
  /**
2589
2589
  * Represents the default slot structure for an accordion item.
2590
2590
  */
@@ -2686,9 +2686,9 @@ class AccordionItemComponent extends BaseWidgetDirective {
2686
2686
  */
2687
2687
  this.bodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "bodyClassName", alias: 'auBodyClassName' }] : [{ alias: 'auBodyClassName' }]));
2688
2688
  /**
2689
- * The html tag to use for the accordion-item-header.
2689
+ * The html heading level to use for the accordion-item-header.
2690
2690
  */
2691
- this.headingTag = input(undefined, ...(ngDevMode ? [{ debugName: "headingTag", alias: 'auHeadingTag' }] : [{ alias: 'auHeadingTag' }]));
2691
+ this.headingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "headingLevel", alias: 'auHeadingLevel' }] : [{ alias: 'auHeadingLevel' }]));
2692
2692
  /**
2693
2693
  * An event fired when an item is shown.
2694
2694
  */
@@ -2719,7 +2719,7 @@ class AccordionItemComponent extends BaseWidgetDirective {
2719
2719
  i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2$6, 5);
2720
2720
  } if (rf & 2) {
2721
2721
  i0.ɵɵqueryAdvance();
2722
- } }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"], headingTag: [1, "auHeadingTag", "headingTag"] }, outputs: { shown: "auShown", hidden: "auHidden", visibleChange: "auVisibleChange" }, exportAs: ["auAccordionItem"], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$6, ngContentSelectors: _c4$6, decls: 3, vars: 6, consts: [["content", ""], [3, "auSlotProps", "auSlot"]], template: function AccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
2722
+ } }, hostAttrs: [1, "accordion-item"], inputs: { header: [1, "auHeader", "header"], children: [1, "auChildren", "children"], structure: [1, "auStructure", "structure"], id: [1, "auId", "id"], transition: [1, "auTransition", "transition"], className: [1, "auClassName", "className"], destroyOnHide: [1, "auDestroyOnHide", "destroyOnHide"], disabled: [1, "auDisabled", "disabled"], visible: [1, "auVisible", "visible"], animated: [1, "auAnimated", "animated"], headerClassName: [1, "auHeaderClassName", "headerClassName"], buttonClassName: [1, "auButtonClassName", "buttonClassName"], bodyContainerClassName: [1, "auBodyContainerClassName", "bodyContainerClassName"], bodyClassName: [1, "auBodyClassName", "bodyClassName"], headingLevel: [1, "auHeadingLevel", "headingLevel"] }, outputs: { shown: "auShown", hidden: "auHidden", visibleChange: "auVisibleChange" }, exportAs: ["auAccordionItem"], features: [i0.ɵɵInheritDefinitionFeature], attrs: _c3$6, ngContentSelectors: _c4$6, decls: 3, vars: 6, consts: [["content", ""], [3, "auSlotProps", "auSlot"]], template: function AccordionItemComponent_Template(rf, ctx) { if (rf & 1) {
2723
2723
  i0.ɵɵprojectionDef();
2724
2724
  i0.ɵɵtemplate(0, AccordionItemComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(2, AccordionItemComponent_ng_template_2_Template, 0, 0, "ng-template", 1);
2725
2725
  } if (rf & 2) {
@@ -2738,12 +2738,14 @@ class AccordionItemComponent extends BaseWidgetDirective {
2738
2738
  },
2739
2739
  imports: [SlotDirective],
2740
2740
  template: `
2741
- <ng-template #content><ng-content /></ng-template>
2741
+ <ng-template #content>
2742
+ <ng-content />
2743
+ </ng-template>
2742
2744
  <ng-template [auSlotProps]="{state, api, directives}" [auSlot]="state.structure()" />
2743
2745
  `,
2744
2746
  }]
2745
2747
  }], () => [], null); })();
2746
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 163 }); })();
2748
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(AccordionItemComponent, { className: "AccordionItemComponent", filePath: "components/accordion/accordion.component.ts", lineNumber: 169 }); })();
2747
2749
  /**
2748
2750
  * Directive for creating an accordion component.
2749
2751
  *
@@ -2858,14 +2860,14 @@ class AccordionDirective extends BaseWidgetDirective {
2858
2860
  */
2859
2861
  this.itemBodyClassName = input(undefined, ...(ngDevMode ? [{ debugName: "itemBodyClassName", alias: 'auItemBodyClassName' }] : [{ alias: 'auItemBodyClassName' }]));
2860
2862
  /**
2861
- * The html tag to use for the accordion-item-header.
2863
+ * The html heading level to use for the accordion-item-header.
2862
2864
  *
2863
- * @defaultValue `''`
2865
+ * @defaultValue `2`
2864
2866
  */
2865
- this.itemHeadingTag = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeadingTag", alias: 'auItemHeadingTag' }] : [{ alias: 'auItemHeadingTag' }]));
2867
+ this.itemHeadingLevel = input(undefined, ...(ngDevMode ? [{ debugName: "itemHeadingLevel", alias: 'auItemHeadingLevel' }] : [{ alias: 'auItemHeadingLevel' }]));
2866
2868
  }
2867
2869
  static { this.ɵfac = function AccordionDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AccordionDirective)(); }; }
2868
- static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccordionDirective, selectors: [["", "auAccordion", ""]], hostAttrs: [1, "accordion"], inputs: { closeOthers: [1, "auCloseOthers", "closeOthers"], className: [1, "auClassName", "className"], itemDestroyOnHide: [1, "auItemDestroyOnHide", "itemDestroyOnHide"], itemAnimated: [1, "auItemAnimated", "itemAnimated"], itemTransition: [1, "auItemTransition", "itemTransition"], itemStructure: [1, "auItemStructure", "itemStructure"], itemClassName: [1, "auItemClassName", "itemClassName"], itemHeaderClassName: [1, "auItemHeaderClassName", "itemHeaderClassName"], itemButtonClassName: [1, "auItemButtonClassName", "itemButtonClassName"], itemBodyContainerClassName: [1, "auItemBodyContainerClassName", "itemBodyContainerClassName"], itemBodyClassName: [1, "auItemBodyClassName", "itemBodyClassName"], itemHeadingTag: [1, "auItemHeadingTag", "itemHeadingTag"] }, outputs: { itemShown: "auItemShown", itemHidden: "auItemHidden" }, exportAs: ["auAccordion"], features: [i0.ɵɵInheritDefinitionFeature] }); }
2870
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AccordionDirective, selectors: [["", "auAccordion", ""]], hostAttrs: [1, "accordion"], inputs: { closeOthers: [1, "auCloseOthers", "closeOthers"], className: [1, "auClassName", "className"], itemDestroyOnHide: [1, "auItemDestroyOnHide", "itemDestroyOnHide"], itemAnimated: [1, "auItemAnimated", "itemAnimated"], itemTransition: [1, "auItemTransition", "itemTransition"], itemStructure: [1, "auItemStructure", "itemStructure"], itemClassName: [1, "auItemClassName", "itemClassName"], itemHeaderClassName: [1, "auItemHeaderClassName", "itemHeaderClassName"], itemButtonClassName: [1, "auItemButtonClassName", "itemButtonClassName"], itemBodyContainerClassName: [1, "auItemBodyContainerClassName", "itemBodyContainerClassName"], itemBodyClassName: [1, "auItemBodyClassName", "itemBodyClassName"], itemHeadingLevel: [1, "auItemHeadingLevel", "itemHeadingLevel"] }, outputs: { itemShown: "auItemShown", itemHidden: "auItemHidden" }, exportAs: ["auAccordion"], features: [i0.ɵɵInheritDefinitionFeature] }); }
2869
2871
  }
2870
2872
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AccordionDirective, [{
2871
2873
  type: Directive,
@@ -3373,21 +3375,21 @@ class SliderComponent extends BaseWidgetDirective {
3373
3375
  * Minimum distance between two values.
3374
3376
  * When set to 0, no minimum distance constraint is applied.
3375
3377
  *
3376
- * @defaultValue 0
3378
+ * @defaultValue `0`
3377
3379
  */
3378
3380
  this.minRange = input(undefined, ...(ngDevMode ? [{ debugName: "minRange", alias: 'auMinRange', transform: auNumberAttribute }] : [{ alias: 'auMinRange', transform: auNumberAttribute }]));
3379
3381
  /**
3380
3382
  * Maximum distance between two values
3381
3383
  * When set to 0, no maximum distance constraint is applied.
3382
3384
  *
3383
- * @defaultValue 0
3385
+ * @defaultValue `0`
3384
3386
  */
3385
3387
  this.maxRange = input(undefined, ...(ngDevMode ? [{ debugName: "maxRange", alias: 'auMaxRange', transform: auNumberAttribute }] : [{ alias: 'auMaxRange', transform: auNumberAttribute }]));
3386
3388
  /**
3387
3389
  * When true, if moving a value would break the minRange or maxRange constraint,
3388
3390
  * it will instead push or pull the neighboring values to keep the allowed range rather than just stopping.
3389
3391
  *
3390
- * @defaultValue false
3392
+ * @defaultValue `false`
3391
3393
  */
3392
3394
  this.pushRange = input(undefined, ...(ngDevMode ? [{ debugName: "pushRange", alias: 'auPushRange', transform: auBooleanAttribute }] : [{ alias: 'auPushRange', transform: auBooleanAttribute }]));
3393
3395
  /**
@@ -3447,7 +3449,7 @@ class SliderComponent extends BaseWidgetDirective {
3447
3449
  *
3448
3450
  * @defaultValue
3449
3451
  * ```ts
3450
- * (value: number) => ''
3452
+ * () => ''
3451
3453
  * ```
3452
3454
  */
3453
3455
  this.ariaValueText = input(undefined, ...(ngDevMode ? [{ debugName: "ariaValueText", alias: 'auAriaValueText' }] : [{ alias: 'auAriaValueText' }]));
@@ -4246,7 +4248,7 @@ class CollapseDirective extends BaseWidgetDirective {
4246
4248
  /**
4247
4249
  * If `true` the collapse is visible to the user
4248
4250
  *
4249
- * @defaultValue `true`
4251
+ * @defaultValue `false`
4250
4252
  */
4251
4253
  this.visible = input(undefined, ...(ngDevMode ? [{ debugName: "visible", alias: 'auVisible', transform: auBooleanAttribute }] : [{ alias: 'auVisible', transform: auBooleanAttribute }]));
4252
4254
  /**
@@ -4696,12 +4698,6 @@ class TreeComponent extends BaseWidgetDirective {
4696
4698
  itemToggle: this.slotItemToggleFromContent()?.templateRef,
4697
4699
  }),
4698
4700
  }));
4699
- /**
4700
- * Optional accessibility label for the tree if there is no explicit label
4701
- *
4702
- * @defaultValue `''`
4703
- */
4704
- this.ariaLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabel", alias: 'auAriaLabel' }] : [{ alias: 'auAriaLabel' }]));
4705
4701
  /**
4706
4702
  * Array of the tree nodes to display
4707
4703
  *
@@ -4775,7 +4771,7 @@ class TreeComponent extends BaseWidgetDirective {
4775
4771
  i0.ɵɵcontentQuerySignal(dirIndex, ctx.slotItemFromContent, TreeItemDirective, 5);
4776
4772
  } if (rf & 2) {
4777
4773
  i0.ɵɵqueryAdvance(4);
4778
- } }, inputs: { ariaLabel: [1, "auAriaLabel", "ariaLabel"], 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) {
4774
+ } }, inputs: { nodes: [1, "auNodes", "nodes"], className: [1, "auClassName", "className"], navSelector: [1, "auNavSelector", "navSelector"], ariaLabelToggleFn: [1, "auAriaLabelToggleFn", "ariaLabelToggleFn"], itemContent: [1, "auItemContent", "itemContent"], structure: [1, "auStructure", "structure"], itemToggle: [1, "auItemToggle", "itemToggle"], item: [1, "auItem", "item"] }, outputs: { expandToggle: "auExpandToggle" }, features: [i0.ɵɵInheritDefinitionFeature], attrs: _c7, decls: 1, vars: 6, consts: [[3, "auSlot", "auSlotProps"]], template: function TreeComponent_Template(rf, ctx) { if (rf & 1) {
4779
4775
  i0.ɵɵtemplate(0, TreeComponent_ng_template_0_Template, 0, 0, "ng-template", 0);
4780
4776
  } if (rf & 2) {
4781
4777
  i0.ɵɵproperty("auSlot", ctx.state.structure())("auSlotProps", i0.ɵɵpureFunction3(2, _c8, ctx.state, ctx.api, ctx.directives));
@@ -5064,14 +5060,23 @@ class CarouselComponent extends BaseWidgetDirective {
5064
5060
  }));
5065
5061
  /**
5066
5062
  * Aria label for navigation indicators
5063
+ *
5064
+ * @defaultValue
5065
+ * ```ts
5066
+ * (index: number) => `Select slide ${index + 1}`
5067
+ * ```
5067
5068
  */
5068
5069
  this.ariaIndicatorLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaIndicatorLabel", alias: 'auAriaIndicatorLabel' }] : [{ alias: 'auAriaIndicatorLabel' }]));
5069
5070
  /**
5070
5071
  * Aria label for previous button
5072
+ *
5073
+ * @defaultValue `'Select previous slide'`
5071
5074
  */
5072
5075
  this.ariaPrevLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaPrevLabel", alias: 'auAriaPrevLabel' }] : [{ alias: 'auAriaPrevLabel' }]));
5073
5076
  /**
5074
5077
  * Aria label for next button
5078
+ *
5079
+ * @defaultValue `'Select next slide'`
5075
5080
  */
5076
5081
  this.ariaNextLabel = input(undefined, ...(ngDevMode ? [{ debugName: "ariaNextLabel", alias: 'auAriaNextLabel' }] : [{ alias: 'auAriaNextLabel' }]));
5077
5082
  /**
@@ -5118,10 +5123,14 @@ class CarouselComponent extends BaseWidgetDirective {
5118
5123
  this.skipSnaps = input(undefined, ...(ngDevMode ? [{ debugName: "skipSnaps", alias: 'auSkipSnaps', transform: auBooleanAttribute }] : [{ alias: 'auSkipSnaps', transform: auBooleanAttribute }]));
5119
5124
  /**
5120
5125
  * If `true`, 'previous' and 'next' navigation arrows will be visible.
5126
+ *
5127
+ * @defaultValue `true`
5121
5128
  */
5122
5129
  this.showNavigationArrows = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationArrows", alias: 'auShowNavigationArrows', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationArrows', transform: auBooleanAttribute }]));
5123
5130
  /**
5124
5131
  * If `true`, navigation indicators at the bottom of the slide will be visible.
5132
+ *
5133
+ * @defaultValue `true`
5125
5134
  */
5126
5135
  this.showNavigationIndicators = input(undefined, ...(ngDevMode ? [{ debugName: "showNavigationIndicators", alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }] : [{ alias: 'auShowNavigationIndicators', transform: auBooleanAttribute }]));
5127
5136
  /**
@@ -5140,6 +5149,8 @@ class CarouselComponent extends BaseWidgetDirective {
5140
5149
  * Enables choosing a custom container element which holds the slides. By default, Embla will choose the first direct child element of the root element. Provide a valid CSS selector string.
5141
5150
  *
5142
5151
  * @see {@link https://www.embla-carousel.com/api/options/#container}
5152
+ *
5153
+ * @defaultValue `null`
5143
5154
  */
5144
5155
  this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
5145
5156
  /**
@@ -5181,20 +5192,14 @@ class CarouselComponent extends BaseWidgetDirective {
5181
5192
  this.slidesData = input(undefined, ...(ngDevMode ? [{ debugName: "slidesData", alias: 'auSlidesData' }] : [{ alias: 'auSlidesData' }]));
5182
5193
  /**
5183
5194
  * The structure of the carousel.
5184
- *
5185
- * @defaultValue `undefined`
5186
5195
  */
5187
5196
  this.structure = input(undefined, ...(ngDevMode ? [{ debugName: "structure", alias: 'auStructure' }] : [{ alias: 'auStructure' }]));
5188
5197
  /**
5189
5198
  * The navigation layer of the carousel.
5190
- *
5191
- * @defaultValue `undefined`
5192
5199
  */
5193
5200
  this.navigation = input(undefined, ...(ngDevMode ? [{ debugName: "navigation", alias: 'auNavigation' }] : [{ alias: 'auNavigation' }]));
5194
5201
  /**
5195
5202
  * The content of each slide in the carousel.
5196
- *
5197
- * @defaultValue `undefined`
5198
5203
  */
5199
5204
  this.slide = input(undefined, ...(ngDevMode ? [{ debugName: "slide", alias: 'auSlide' }] : [{ alias: 'auSlide' }]));
5200
5205
  this.slotSlideFromContent = contentChild((CarouselSlideDirective), ...(ngDevMode ? [{ debugName: "slotSlideFromContent" }] : []));
@@ -5546,14 +5551,20 @@ class DrawerComponent extends BaseWidgetDirective {
5546
5551
  }));
5547
5552
  /**
5548
5553
  * If `true` opening and closing will be animated.
5554
+ *
5555
+ * @defaultValue `true`
5549
5556
  */
5550
5557
  this.animated = input(undefined, ...(ngDevMode ? [{ debugName: "animated", alias: 'auAnimated', transform: auBooleanAttribute }] : [{ alias: 'auAnimated', transform: auBooleanAttribute }]));
5551
5558
  /**
5552
5559
  * aria-labelledby attribute to use for the drawer element.
5560
+ *
5561
+ * @defaultValue `''`
5553
5562
  */
5554
5563
  this.ariaLabelledBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaLabelledBy", alias: 'auAriaLabelledBy' }] : [{ alias: 'auAriaLabelledBy' }]));
5555
5564
  /**
5556
5565
  * aria-describedby attribute to use for the drawer element.
5566
+ *
5567
+ * @defaultValue `''`
5557
5568
  */
5558
5569
  this.ariaDescribedBy = input(undefined, ...(ngDevMode ? [{ debugName: "ariaDescribedBy", alias: 'auAriaDescribedBy' }] : [{ alias: 'auAriaDescribedBy' }]));
5559
5570
  /**
@@ -5567,7 +5578,7 @@ class DrawerComponent extends BaseWidgetDirective {
5567
5578
  *
5568
5579
  * @defaultValue
5569
5580
  * ```ts
5570
- * () => {}
5581
+ * collapseVerticalTransition
5571
5582
  * ```
5572
5583
  */
5573
5584
  this.verticalTransition = input(undefined, ...(ngDevMode ? [{ debugName: "verticalTransition", alias: 'auVerticalTransition' }] : [{ alias: 'auVerticalTransition' }]));
@@ -5576,17 +5587,14 @@ class DrawerComponent extends BaseWidgetDirective {
5576
5587
  *
5577
5588
  * @defaultValue
5578
5589
  * ```ts
5579
- * () => {}
5590
+ * collapseHorizontalTransition
5580
5591
  * ```
5581
5592
  */
5582
5593
  this.transition = input(undefined, ...(ngDevMode ? [{ debugName: "transition", alias: 'auTransition' }] : [{ alias: 'auTransition' }]));
5583
5594
  /**
5584
5595
  * The transition to use for the backdrop behind the drawer (if present).
5585
5596
  *
5586
- * @defaultValue
5587
- * ```ts
5588
- * () => {}
5589
- * ```
5597
+ * @defaultValue `fadeTransition`
5590
5598
  */
5591
5599
  this.backdropTransition = input(undefined, ...(ngDevMode ? [{ debugName: "backdropTransition", alias: 'auBackdropTransition' }] : [{ alias: 'auBackdropTransition' }]));
5592
5600
  /**
@@ -5602,10 +5610,14 @@ class DrawerComponent extends BaseWidgetDirective {
5602
5610
  this.container = input(undefined, ...(ngDevMode ? [{ debugName: "container", alias: 'auContainer' }] : [{ alias: 'auContainer' }]));
5603
5611
  /**
5604
5612
  * If `true` displays the backdrop element and disables the body scrolling, otherwise the body of the document is navigable
5613
+ *
5614
+ * @defaultValue `true`
5605
5615
  */
5606
5616
  this.backdrop = input(undefined, ...(ngDevMode ? [{ debugName: "backdrop", alias: 'auBackdrop', transform: auBooleanAttribute }] : [{ alias: 'auBackdrop', transform: auBooleanAttribute }]));
5607
5617
  /**
5608
5618
  * If `true` allows body scrolling when the drawer is open.
5619
+ *
5620
+ * @defaultValue `false`
5609
5621
  */
5610
5622
  this.bodyScroll = input(undefined, ...(ngDevMode ? [{ debugName: "bodyScroll", alias: 'auBodyScroll', transform: auBooleanAttribute }] : [{ alias: 'auBodyScroll', transform: auBooleanAttribute }]));
5611
5623
  /**
@@ -5617,7 +5629,7 @@ class DrawerComponent extends BaseWidgetDirective {
5617
5629
  /**
5618
5630
  * CSS classes to be applied on the widget main container
5619
5631
  *
5620
- * @defaultValue `''`
5632
+ * @defaultValue `'w-full'`
5621
5633
  */
5622
5634
  this.className = input(undefined, ...(ngDevMode ? [{ debugName: "className", alias: 'auClassName' }] : [{ alias: 'auClassName' }]));
5623
5635
  /**
@@ -5628,10 +5640,14 @@ class DrawerComponent extends BaseWidgetDirective {
5628
5640
  this.resizable = input(undefined, ...(ngDevMode ? [{ debugName: "resizable", alias: 'auResizable', transform: auBooleanAttribute }] : [{ alias: 'auResizable', transform: auBooleanAttribute }]));
5629
5641
  /**
5630
5642
  * The width of the drawer in pixels.
5643
+ *
5644
+ * @defaultValue `200`
5631
5645
  */
5632
5646
  this.width = input(undefined, ...(ngDevMode ? [{ debugName: "width", alias: 'auWidth', transform: auNumberAttribute }] : [{ alias: 'auWidth', transform: auNumberAttribute }]));
5633
5647
  /**
5634
5648
  * The height of the drawer in pixels.
5649
+ *
5650
+ * @defaultValue `200`
5635
5651
  */
5636
5652
  this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height", alias: 'auHeight', transform: auNumberAttribute }] : [{ alias: 'auHeight', transform: auNumberAttribute }]));
5637
5653
  /**