@getflip/swirl-components-angular 0.370.0 → 0.371.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.
@@ -11,6 +11,8 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
+ ✔ Writing package manifest
15
+ ✔ Built @getflip/swirl-components-angular
14
16
 
15
17
  ------------------------------------------------------------------------------
16
18
  Built Angular Package
@@ -18,7 +20,5 @@ Built Angular Package
18
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
19
21
  ------------------------------------------------------------------------------
20
22
 
21
- Build at: 2025-08-26T12:14:58.406Z - Time: 12297ms
23
+ Build at: 2025-08-28T13:10:22.456Z - Time: 11976ms
22
24
 
23
- ✔ Writing package manifest
24
- ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.371.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1206](https://github.com/getflip/swirl/pull/1206)
8
+ [`726655d03`](https://github.com/getflip/swirl/commit/726655d0330ae3c54a997dbd54467dd41a709de3)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "show-heading" prop to
10
+ swirl-app-bar
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`726655d03`](https://github.com/getflip/swirl/commit/726655d0330ae3c54a997dbd54467dd41a709de3)]:
16
+ - @getflip/swirl-components@0.371.0
17
+
18
+ ## 0.370.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1205](https://github.com/getflip/swirl/pull/1205)
23
+ [`7f4e72d7f`](https://github.com/getflip/swirl/commit/7f4e72d7f8ff40e22e3b91f14cfee1fcd3df3dde)
24
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Fix
25
+ content-container height of SwirlConsoleLayout
26
+
27
+ - Updated dependencies
28
+ [[`7f4e72d7f`](https://github.com/getflip/swirl/commit/7f4e72d7f8ff40e22e3b91f14cfee1fcd3df3dde)]:
29
+ - @getflip/swirl-components@0.370.1
30
+
3
31
  ## 0.370.0
4
32
 
5
33
  ### Minor Changes
@@ -233,11 +233,11 @@ let SwirlAppBar = class SwirlAppBar {
233
233
  proxyOutputs(this, this.el, ['backButtonClick', 'closeButtonClick', 'stepUpButtonClick', 'stepDownButtonClick']);
234
234
  }
235
235
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAppBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
236
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAppBar, isStandalone: false, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
236
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlAppBar, isStandalone: false, selector: "swirl-app-bar", inputs: { backButtonLabel: "backButtonLabel", closeButtonIcon: "closeButtonIcon", closeButtonLabel: "closeButtonLabel", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", showBackButton: "showBackButton", showCloseButton: "showCloseButton", showHeading: "showHeading", showStepperControls: "showStepperControls", stepDownButtonLabel: "stepDownButtonLabel", stepUpButtonLabel: "stepUpButtonLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
237
237
  };
238
238
  SwirlAppBar = __decorate([
239
239
  ProxyCmp({
240
- inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
240
+ inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showHeading', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel']
241
241
  })
242
242
  ], SwirlAppBar);
243
243
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlAppBar, decorators: [{
@@ -247,7 +247,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
247
247
  changeDetection: ChangeDetectionStrategy.OnPush,
248
248
  template: '<ng-content></ng-content>',
249
249
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
250
- inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
250
+ inputs: ['backButtonLabel', 'closeButtonIcon', 'closeButtonLabel', 'paddingInlineEnd', 'paddingInlineStart', 'showBackButton', 'showCloseButton', 'showHeading', 'showStepperControls', 'stepDownButtonLabel', 'stepUpButtonLabel'],
251
251
  standalone: false
252
252
  }]
253
253
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });