@getflip/swirl-components-angular 0.385.0 → 0.386.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-09-23T09:05:09.952Z - Time: 13652ms
23
+ Build at: 2025-09-23T13:11:09.366Z - Time: 13142ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.386.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1253](https://github.com/getflip/swirl/pull/1253)
8
+ [`421cdd122`](https://github.com/getflip/swirl/commit/421cdd1220b7b8e9274b80cdda39910e5cee7bdf)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "openPicker" method to
10
+ swirl-date-input
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`421cdd122`](https://github.com/getflip/swirl/commit/421cdd1220b7b8e9274b80cdda39910e5cee7bdf)]:
16
+ - @getflip/swirl-components@0.386.0
17
+
3
18
  ## 0.385.0
4
19
 
5
20
  ### Minor Changes
@@ -766,7 +766,8 @@ let SwirlDateInput = class SwirlDateInput {
766
766
  };
767
767
  SwirlDateInput = __decorate([
768
768
  ProxyCmp({
769
- inputs: ['autoFocus', 'autoSelect', 'datePickerDisableDate', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'firstDayOfWeek', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'preferredInputMode', 'required', 'swirlAriaDescribedby', 'value']
769
+ inputs: ['autoFocus', 'autoSelect', 'datePickerDisableDate', 'datePickerLabel', 'datePickerTriggerLabel', 'disabled', 'firstDayOfWeek', 'format', 'inline', 'invalid', 'labels', 'locale', 'placeholder', 'preferredInputMode', 'required', 'swirlAriaDescribedby', 'value'],
770
+ methods: ['openPicker']
770
771
  })
771
772
  ], SwirlDateInput);
772
773
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlDateInput, decorators: [{