@getflip/swirl-components-angular 0.424.0 → 0.425.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-01-07T10:02:27.376Z - Time: 13930ms
23
+ Build at: 2026-01-07T14:06:10.670Z - Time: 12610ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.425.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1372](https://github.com/getflip/swirl/pull/1372)
8
+ [`b93b279d0`](https://github.com/getflip/swirl/commit/b93b279d03fdac619e44f9c45c361f1d59400441)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "historyBackClick" and
10
+ "historyForwardClick" events to swirl-shell-layout
11
+
12
+ * [#1369](https://github.com/getflip/swirl/pull/1369)
13
+ [`d72b624ab`](https://github.com/getflip/swirl/commit/d72b624ab7b33bf83f32fe20e3c801f8090a936a)
14
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Add table column
15
+ raised variant
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`b93b279d0`](https://github.com/getflip/swirl/commit/b93b279d03fdac619e44f9c45c361f1d59400441),
21
+ [`d72b624ab`](https://github.com/getflip/swirl/commit/d72b624ab7b33bf83f32fe20e3c801f8090a936a)]:
22
+ - @getflip/swirl-components@0.425.0
23
+
3
24
  ## 0.424.0
4
25
 
5
26
  ### Minor Changes
@@ -8765,7 +8765,7 @@ let SwirlShellLayout = class SwirlShellLayout {
8765
8765
  this.z = z;
8766
8766
  c.detach();
8767
8767
  this.el = r.nativeElement;
8768
- proxyOutputs(this, this.el, ['skipLinkClick']);
8768
+ proxyOutputs(this, this.el, ['historyBackClick', 'historyForwardClick', 'skipLinkClick']);
8769
8769
  }
8770
8770
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.17", ngImport: i0, type: SwirlShellLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8771
8771
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.17", 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 });