@getflip/swirl-components-angular 0.493.2 → 0.494.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-05-25T08:27:58.352Z - Time: 12034ms
23
+ Build at: 2026-05-25T17:39:12.527Z - Time: 12320ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.494.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1680](https://github.com/getflip/swirl/pull/1680)
8
+ [`a786d57d2`](https://github.com/getflip/swirl/commit/a786d57d2aac011e2c24c0f792d1a9ddeb4efaee)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Added fixed
10
+ aspect ratio prop to date picker
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`a786d57d2`](https://github.com/getflip/swirl/commit/a786d57d2aac011e2c24c0f792d1a9ddeb4efaee)]:
16
+ - @getflip/swirl-components@0.494.0
17
+
3
18
  ## 0.493.2
4
19
 
5
20
  ### Patch Changes
@@ -822,11 +822,11 @@ let SwirlDatePicker = class SwirlDatePicker {
822
822
  proxyOutputs(this, this.el, ['valueChange']);
823
823
  }
824
824
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
825
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlDatePicker, isStandalone: false, selector: "swirl-date-picker", inputs: { disableDate: "disableDate", firstDayOfWeek: "firstDayOfWeek", fixedMaxWidth: "fixedMaxWidth", labels: "labels", locale: "locale", range: "range", startDate: "startDate", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
825
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlDatePicker, isStandalone: false, selector: "swirl-date-picker", inputs: { disableDate: "disableDate", firstDayOfWeek: "firstDayOfWeek", fixedAspectRatio: "fixedAspectRatio", fixedMaxWidth: "fixedMaxWidth", labels: "labels", locale: "locale", range: "range", startDate: "startDate", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
826
826
  };
827
827
  SwirlDatePicker = __decorate([
828
828
  ProxyCmp({
829
- inputs: ['disableDate', 'firstDayOfWeek', 'fixedMaxWidth', 'labels', 'locale', 'range', 'startDate', 'value']
829
+ inputs: ['disableDate', 'firstDayOfWeek', 'fixedAspectRatio', 'fixedMaxWidth', 'labels', 'locale', 'range', 'startDate', 'value']
830
830
  })
831
831
  ], SwirlDatePicker);
832
832
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlDatePicker, decorators: [{
@@ -836,7 +836,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
836
836
  changeDetection: ChangeDetectionStrategy.OnPush,
837
837
  template: '<ng-content></ng-content>',
838
838
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
839
- inputs: ['disableDate', 'firstDayOfWeek', 'fixedMaxWidth', 'labels', 'locale', 'range', 'startDate', 'value'],
839
+ inputs: ['disableDate', 'firstDayOfWeek', 'fixedAspectRatio', 'fixedMaxWidth', 'labels', 'locale', 'range', 'startDate', 'value'],
840
840
  standalone: false
841
841
  }]
842
842
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });