@agnos-ui/angular-bootstrap 0.10.0-next.4 → 0.10.0

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.
@@ -5600,6 +5600,12 @@ class DrawerComponent extends BaseWidgetDirective {
5600
5600
  * @defaultValue `null`
5601
5601
  */
5602
5602
  this.size = input(undefined, { ...(ngDevMode ? { debugName: "size" } : {}), alias: 'auSize', transform: auNumberOrNullAttribute });
5603
+ /**
5604
+ * If `true` focuses the drawer when it is opened.
5605
+ *
5606
+ * @defaultValue `true`
5607
+ */
5608
+ this.focusOnInit = input(undefined, { ...(ngDevMode ? { debugName: "focusOnInit" } : {}), alias: 'auFocusOnInit', transform: auBooleanAttribute });
5603
5609
  /**
5604
5610
  * Classes to add on the backdrop DOM element.
5605
5611
  *
@@ -5711,7 +5717,7 @@ class DrawerComponent extends BaseWidgetDirective {
5711
5717
  i0.ɵɵviewQuerySignal(ctx.slotChildren, _c2, 5);
5712
5718
  } if (rf & 2) {
5713
5719
  i0.ɵɵqueryAdvance();
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) {
5720
+ } }, 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"], focusOnInit: [1, "auFocusOnInit", "focusOnInit"], 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) {
5715
5721
  i0.ɵɵprojectionDef();
5716
5722
  i0.ɵɵtemplate(0, DrawerComponent_ng_template_0_Template, 1, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
5717
5723
  i0.ɵɵconditionalCreate(2, DrawerComponent_Conditional_2_Template, 4, 12, "div", 1);
@@ -5747,7 +5753,7 @@ class DrawerComponent extends BaseWidgetDirective {
5747
5753
  `,
5748
5754
  encapsulation: ViewEncapsulation.None,
5749
5755
  }]
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 }] }] }); })();
5756
+ }], () => [], { 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 }] }], focusOnInit: [{ type: i0.Input, args: [{ isSignal: true, alias: "auFocusOnInit", 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
5757
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DrawerComponent, { className: "DrawerComponent", filePath: "components/drawer/drawer.component.ts", lineNumber: 115 }); })();
5752
5758
 
5753
5759
  // [import-placeholder]