@getflip/swirl-components-angular 0.484.0 → 0.485.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.
@@ -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-05-04T14:25:54.646Z - Time: 12380ms
23
+ Build at: 2026-05-05T11:42:17.698Z - Time: 12978ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.485.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`ee6f2f372`](https://github.com/getflip/swirl/commit/ee6f2f37237cd9b28736b54cd7faddc51e98b31d)]:
9
+ - @getflip/swirl-components@0.485.1
10
+
11
+ ## 0.485.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#1638](https://github.com/getflip/swirl/pull/1638)
16
+ [`d488a66ea`](https://github.com/getflip/swirl/commit/d488a66eaabe748e6c114dd9c83dd56ce186ab42)
17
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
18
+ sidebarWidth property to swirl-app-layout
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ [[`d488a66ea`](https://github.com/getflip/swirl/commit/d488a66eaabe748e6c114dd9c83dd56ce186ab42)]:
24
+ - @getflip/swirl-components@0.485.0
25
+
3
26
  ## 0.484.0
4
27
 
5
28
  ### 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", 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 });
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", sidebarWidth: "sidebarWidth", 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', 'preventContentOverflow', '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', 'sidebarWidth', 'transitionStyle'],
272
272
  methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', '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', 'preventContentOverflow', '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', 'sidebarWidth', 'transitionStyle'],
283
283
  standalone: false
284
284
  }]
285
285
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });