@getflip/swirl-components-angular 0.494.0-beta-20260525162942 → 0.495.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +18 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
23
|
+
Build at: 2026-05-26T09:40:27.801Z - Time: 12705ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,27 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.495.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies
|
|
8
|
-
[[`
|
|
9
|
-
- @getflip/swirl-components@0.
|
|
8
|
+
[[`77a1007e2`](https://github.com/getflip/swirl/commit/77a1007e2e03d9e39a594edd81350a45d17beb02)]:
|
|
9
|
+
- @getflip/swirl-components@0.495.0
|
|
10
|
+
|
|
11
|
+
## 0.494.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#1680](https://github.com/getflip/swirl/pull/1680)
|
|
16
|
+
[`a786d57d2`](https://github.com/getflip/swirl/commit/a786d57d2aac011e2c24c0f792d1a9ddeb4efaee)
|
|
17
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Added fixed
|
|
18
|
+
aspect ratio prop to date picker
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
[[`a786d57d2`](https://github.com/getflip/swirl/commit/a786d57d2aac011e2c24c0f792d1a9ddeb4efaee)]:
|
|
24
|
+
- @getflip/swirl-components@0.494.0
|
|
10
25
|
|
|
11
26
|
## 0.493.2
|
|
12
27
|
|
|
@@ -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 }] });
|