@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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-03-04T10:57:11.643Z - Time: 14434ms
23
+ Build at: 2026-03-04T12:22:29.416Z - Time: 14349ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.455.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1503](https://github.com/getflip/swirl/pull/1503)
8
+ [`921ce2c7d`](https://github.com/getflip/swirl/commit/921ce2c7d7721581cf5b4ca2767d84d61496a55d)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add prevent-content-overflow prop
10
+ to swirl-app-layout
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`921ce2c7d`](https://github.com/getflip/swirl/commit/921ce2c7d7721581cf5b4ca2767d84d61496a55d)]:
16
+ - @getflip/swirl-components@0.455.0
17
+
3
18
  ## 0.454.0
4
19
 
5
20
  ### Minor Changes
@@ -264,11 +264,11 @@ let SwirlAppLayout = class SwirlAppLayout {
264
264
  proxyOutputs(this, this.el, ['ctaClick', 'mobileViewChange', 'navigationBackButtonClick', 'navigationExpansionStateChange', 'sidebarToggle']);
265
265
  }
266
266
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlAppLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
267
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", roundedCorners: "roundedCorners", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", sidebarPositioning: "sidebarPositioning", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
267
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", preventContentOverflow: "preventContentOverflow", roundedCorners: "roundedCorners", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", sidebarPositioning: "sidebarPositioning", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
268
268
  };
269
269
  SwirlAppLayout = __decorate([
270
270
  ProxyCmp({
271
- inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
271
+ inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
272
272
  methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
273
273
  })
274
274
  ], SwirlAppLayout);
@@ -279,7 +279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
279
279
  changeDetection: ChangeDetectionStrategy.OnPush,
280
280
  template: '<ng-content></ng-content>',
281
281
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
282
- inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
282
+ inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
283
283
  standalone: false
284
284
  }]
285
285
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });