@getflip/swirl-components-angular 0.370.1 → 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.
@@ -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-08-28T12:50:56.876Z - Time: 12138ms
23
+ Build at: 2025-08-28T13:10:22.456Z - Time: 11976ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## 0.370.1
4
19
 
5
20
  ### Patch 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 }] });