@almoamendev/ngx-md3 0.0.14 → 0.0.15

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.
@@ -2760,7 +2760,7 @@ class NavigationGroup {
2760
2760
  return this.el.nativeElement;
2761
2761
  }
2762
2762
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: NavigationGroup, deps: [], target: i0.ɵɵFactoryTarget.Component });
2763
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.0", type: NavigationGroup, isStandalone: true, selector: "md3-nav-group", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hideOnCollapse: { classPropertyName: "hideOnCollapse", publicName: "hide-on-collapse", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.md3-hide-on-collapse": "hideOnCollapse()" } }, ngImport: i0, template: "@if (label()?.length) {\n <div class=\"md3-nav-label\">\n <md3-type-label size=\"large\">{{ label() }}</md3-type-label>\n </div>\n}\n<ng-content select=\"[md3-nav-item]\"></ng-content>", styles: [":host{display:flex;flex-direction:column;align-items:stretch;width:100%;overflow:hidden;max-width:100%;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}:host .md3-nav-label{padding-block:1em;padding-inline:2.25em 1.25em;white-space:nowrap;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}\n"], dependencies: [{ kind: "directive", type: TypeLabel, selector: "md3-type-label, [md3-type-label]", inputs: ["size", "color", "emphasized"] }] });
2763
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.1.0", type: NavigationGroup, isStandalone: true, selector: "md3-nav-group", inputs: { label: { classPropertyName: "label", publicName: "label", isSignal: true, isRequired: false, transformFunction: null }, hideOnCollapse: { classPropertyName: "hideOnCollapse", publicName: "hide-on-collapse", isSignal: true, isRequired: false, transformFunction: null } }, host: { properties: { "class.md3-hide-on-collapse": "hideOnCollapse()" } }, ngImport: i0, template: "@if (label()?.length) {\n <div class=\"md3-nav-label\">\n <md3-type-label size=\"large\">{{ label() }}</md3-type-label>\n </div>\n}\n<ng-content select=\"[md3-nav-item]\"></ng-content>", styles: [":host{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}:host .md3-nav-label{padding-block:1em;padding-inline:2.25em 1.25em;white-space:nowrap;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}\n"], dependencies: [{ kind: "directive", type: TypeLabel, selector: "md3-type-label, [md3-type-label]", inputs: ["size", "color", "emphasized"] }] });
2764
2764
  }
2765
2765
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: NavigationGroup, decorators: [{
2766
2766
  type: Component,
@@ -2768,7 +2768,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
2768
2768
  TypeLabel,
2769
2769
  ], host: {
2770
2770
  '[class.md3-hide-on-collapse]': 'hideOnCollapse()',
2771
- }, template: "@if (label()?.length) {\n <div class=\"md3-nav-label\">\n <md3-type-label size=\"large\">{{ label() }}</md3-type-label>\n </div>\n}\n<ng-content select=\"[md3-nav-item]\"></ng-content>", styles: [":host{display:flex;flex-direction:column;align-items:stretch;width:100%;overflow:hidden;max-width:100%;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}:host .md3-nav-label{padding-block:1em;padding-inline:2.25em 1.25em;white-space:nowrap;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}\n"] }]
2771
+ }, template: "@if (label()?.length) {\n <div class=\"md3-nav-label\">\n <md3-type-label size=\"large\">{{ label() }}</md3-type-label>\n </div>\n}\n<ng-content select=\"[md3-nav-item]\"></ng-content>", styles: [":host{display:flex;flex-direction:column;align-items:stretch;width:100%;max-width:100%;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}:host .md3-nav-label{padding-block:1em;padding-inline:2.25em 1.25em;white-space:nowrap;transform-origin:top;transition:all var(--md-motion-expressive-default-spatial-duration) var(--md-motion-expressive-default-spatial-easing)}\n"] }]
2772
2772
  }], propDecorators: { label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], hideOnCollapse: [{ type: i0.Input, args: [{ isSignal: true, alias: "hide-on-collapse", required: false }] }] } });
2773
2773
 
2774
2774
  class NavigationRail {