@getflip/swirl-components-angular 0.401.0 → 0.402.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: 2025-11-03T10:48:04.035Z - Time: 13809ms
23
+ Build at: 2025-11-03T11:51:31.989Z - Time: 13380ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.402.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1296](https://github.com/getflip/swirl/pull/1296)
8
+ [`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Remove
10
+ sidebar from shell layout
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`08be55b55`](https://github.com/getflip/swirl/commit/08be55b55792e9cdb4ea0178a49d372565ecbb9a)]:
16
+ - @getflip/swirl-components@0.402.0
17
+
3
18
  ## 0.401.0
4
19
 
5
20
  ### Minor Changes
@@ -8546,14 +8546,14 @@ let SwirlShellLayout = class SwirlShellLayout {
8546
8546
  this.z = z;
8547
8547
  c.detach();
8548
8548
  this.el = r.nativeElement;
8549
- proxyOutputs(this, this.el, ['sidebarToggleClick', 'skipLinkClick']);
8549
+ proxyOutputs(this, this.el, ['skipLinkClick']);
8550
8550
  }
8551
8551
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8552
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellLayout, isStandalone: false, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", collapseNavigationButtonLabel: "collapseNavigationButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", expandNavigationButtonLabel: "expandNavigationButtonLabel", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", secondaryNavGridLayoutVariant: "secondaryNavGridLayoutVariant", sidebarActive: "sidebarActive", sidebarToggleBadge: "sidebarToggleBadge", sidebarToggleBadgeAriaLabel: "sidebarToggleBadgeAriaLabel", sidebarToggleIcon: "sidebarToggleIcon", sidebarToggleLabel: "sidebarToggleLabel", skipLinkLabel: "skipLinkLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8552
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellLayout, isStandalone: false, selector: "swirl-shell-layout", inputs: { brandedHeader: "brandedHeader", browserBackButtonLabel: "browserBackButtonLabel", browserForwardButtonLabel: "browserForwardButtonLabel", collapseNavigationButtonLabel: "collapseNavigationButtonLabel", enableSecondaryNavGridLayout: "enableSecondaryNavGridLayout", expandNavigationButtonLabel: "expandNavigationButtonLabel", gridNavLayoutToggleLabel: "gridNavLayoutToggleLabel", hideMobileNavigationButtonLabel: "hideMobileNavigationButtonLabel", listNavLayoutToggleLabel: "listNavLayoutToggleLabel", navigationLabel: "navigationLabel", secondaryNavCollapseLabel: "secondaryNavCollapseLabel", secondaryNavExpandLabel: "secondaryNavExpandLabel", secondaryNavGridLayoutVariant: "secondaryNavGridLayoutVariant", skipLinkLabel: "skipLinkLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8553
8553
  };
8554
8554
  SwirlShellLayout = __decorate([
8555
8555
  ProxyCmp({
8556
- inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
8556
+ inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
8557
8557
  methods: ['showMobileNavigation', 'hideMobileNavigation']
8558
8558
  })
8559
8559
  ], SwirlShellLayout);
@@ -8564,7 +8564,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8564
8564
  changeDetection: ChangeDetectionStrategy.OnPush,
8565
8565
  template: '<ng-content></ng-content>',
8566
8566
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8567
- inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'sidebarActive', 'sidebarToggleBadge', 'sidebarToggleBadgeAriaLabel', 'sidebarToggleIcon', 'sidebarToggleLabel', 'skipLinkLabel'],
8567
+ inputs: ['brandedHeader', 'browserBackButtonLabel', 'browserForwardButtonLabel', 'collapseNavigationButtonLabel', 'enableSecondaryNavGridLayout', 'expandNavigationButtonLabel', 'gridNavLayoutToggleLabel', 'hideMobileNavigationButtonLabel', 'listNavLayoutToggleLabel', 'navigationLabel', 'secondaryNavCollapseLabel', 'secondaryNavExpandLabel', 'secondaryNavGridLayoutVariant', 'skipLinkLabel'],
8568
8568
  standalone: false
8569
8569
  }]
8570
8570
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });