@getflip/swirl-components-angular 0.454.0 → 0.455.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.
@@ -86,7 +86,7 @@ export declare class SwirlAppLayout {
86
86
  protected el: HTMLSwirlAppLayoutElement;
87
87
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
88
88
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppLayout, never>;
89
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": { "alias": "appName"; "required": true; }; "backToNavigationViewButtonLabel": { "alias": "backToNavigationViewButtonLabel"; "required": false; }; "collapsibleNavigation": { "alias": "collapsibleNavigation"; "required": false; }; "ctaIcon": { "alias": "ctaIcon"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "hasNavigation": { "alias": "hasNavigation"; "required": false; }; "hideAppBar": { "alias": "hideAppBar"; "required": false; }; "initialMobileView": { "alias": "initialMobileView"; "required": false; }; "navigationBackButtonLabel": { "alias": "navigationBackButtonLabel"; "required": false; }; "navigationExpansionStateStorageKey": { "alias": "navigationExpansionStateStorageKey"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "navigationOverlayLabel": { "alias": "navigationOverlayLabel"; "required": false; }; "navigationToggleLabel": { "alias": "navigationToggleLabel"; "required": false; }; "roundedCorners": { "alias": "roundedCorners"; "required": false; }; "showNavigationBackButton": { "alias": "showNavigationBackButton"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarHeading": { "alias": "sidebarHeading"; "required": false; }; "sidebarPositioning": { "alias": "sidebarPositioning"; "required": false; }; "transitionStyle": { "alias": "transitionStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
89
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": { "alias": "appName"; "required": true; }; "backToNavigationViewButtonLabel": { "alias": "backToNavigationViewButtonLabel"; "required": false; }; "collapsibleNavigation": { "alias": "collapsibleNavigation"; "required": false; }; "ctaIcon": { "alias": "ctaIcon"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "hasNavigation": { "alias": "hasNavigation"; "required": false; }; "hideAppBar": { "alias": "hideAppBar"; "required": false; }; "initialMobileView": { "alias": "initialMobileView"; "required": false; }; "navigationBackButtonLabel": { "alias": "navigationBackButtonLabel"; "required": false; }; "navigationExpansionStateStorageKey": { "alias": "navigationExpansionStateStorageKey"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "navigationOverlayLabel": { "alias": "navigationOverlayLabel"; "required": false; }; "navigationToggleLabel": { "alias": "navigationToggleLabel"; "required": false; }; "preventContentOverflow": { "alias": "preventContentOverflow"; "required": false; }; "roundedCorners": { "alias": "roundedCorners"; "required": false; }; "showNavigationBackButton": { "alias": "showNavigationBackButton"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarHeading": { "alias": "sidebarHeading"; "required": false; }; "sidebarPositioning": { "alias": "sidebarPositioning"; "required": false; }; "transitionStyle": { "alias": "transitionStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
90
90
  }
91
91
  export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
92
92
  ctaClick: EventEmitter<CustomEvent<MouseEvent>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.454.0",
3
+ "version": "0.455.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.19",
23
23
  "@angular/platform-browser-dynamic": "19.2.19",
24
24
  "@angular/router": "19.2.19",
25
- "@getflip/swirl-components": "0.454.0",
25
+ "@getflip/swirl-components": "0.455.0",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"
@@ -188,7 +188,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
188
188
 
189
189
 
190
190
  @ProxyCmp({
191
- inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
191
+ inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
192
192
  methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
193
193
  })
194
194
  @Component({
@@ -196,7 +196,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
196
196
  changeDetection: ChangeDetectionStrategy.OnPush,
197
197
  template: '<ng-content></ng-content>',
198
198
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
199
- inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
199
+ inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
200
200
  standalone: false
201
201
  })
202
202
  export class SwirlAppLayout {