@getflip/swirl-components-angular 0.413.1 → 0.414.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-26T08:21:22.212Z - Time: 13581ms
23
+ Build at: 2025-11-28T11:57:21.091Z - Time: 13358ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.414.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1332](https://github.com/getflip/swirl/pull/1332)
8
+ [`07f64d117`](https://github.com/getflip/swirl/commit/07f64d1171e18f2cda01ea2bf75d813ca650c8ae)
9
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add
10
+ `hideContentHeader` property to the SwirlConsoleLayout
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`07f64d117`](https://github.com/getflip/swirl/commit/07f64d1171e18f2cda01ea2bf75d813ca650c8ae)]:
16
+ - @getflip/swirl-components@0.414.0
17
+
18
+ ## 0.413.2
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1331](https://github.com/getflip/swirl/pull/1331)
23
+ [`e53dfa458`](https://github.com/getflip/swirl/commit/e53dfa458e28b01db2e4f15098545f267600b6bc)
24
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Fix swirl-date-input
25
+ missing change-emit when cleared
26
+
27
+ - Updated dependencies
28
+ [[`e53dfa458`](https://github.com/getflip/swirl/commit/e53dfa458e28b01db2e4f15098545f267600b6bc)]:
29
+ - @getflip/swirl-components@0.413.2
30
+
3
31
  ## 0.413.1
4
32
 
5
33
  ### Patch Changes
@@ -733,11 +733,11 @@ let SwirlConsoleLayout = class SwirlConsoleLayout {
733
733
  proxyOutputs(this, this.el, ['backButtonClick', 'helpButtonClick']);
734
734
  }
735
735
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlConsoleLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
736
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlConsoleLayout, isStandalone: false, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", maxContentWidth: "maxContentWidth", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
736
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlConsoleLayout, isStandalone: false, selector: "swirl-console-layout", inputs: { appName: "appName", backButonLabel: "backButonLabel", heading: "heading", helpButonLabel: "helpButonLabel", hideContentHeader: "hideContentHeader", hideNavigationButtonLabel: "hideNavigationButtonLabel", logoText: "logoText", maxContentWidth: "maxContentWidth", navigationLabel: "navigationLabel", showBackButton: "showBackButton", showHelpButton: "showHelpButton", showNavigationButtonLabel: "showNavigationButtonLabel", subheading: "subheading" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
737
737
  };
738
738
  SwirlConsoleLayout = __decorate([
739
739
  ProxyCmp({
740
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
740
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
741
741
  methods: ['toggleSidebar', 'showSidebar', 'hideSidebar']
742
742
  })
743
743
  ], SwirlConsoleLayout);
@@ -748,7 +748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
748
748
  changeDetection: ChangeDetectionStrategy.OnPush,
749
749
  template: '<ng-content></ng-content>',
750
750
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
751
- inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
751
+ inputs: ['appName', 'backButonLabel', 'heading', 'helpButonLabel', 'hideContentHeader', 'hideNavigationButtonLabel', 'logoText', 'maxContentWidth', 'navigationLabel', 'showBackButton', 'showHelpButton', 'showNavigationButtonLabel', 'subheading'],
752
752
  standalone: false
753
753
  }]
754
754
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });