@getflip/swirl-components-angular 0.456.3 → 0.457.0-beta-20260305230826

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-03-05T13:43:19.155Z - Time: 13309ms
23
+ Build at: 2026-03-05T23:08:19.342Z - Time: 13589ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.457.0-beta-20260305230826
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1511](https://github.com/getflip/swirl/pull/1511)
8
+ [`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add type-ahead
10
+ capability to swirl-select
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)]:
16
+ - @getflip/swirl-components@0.457.0-beta-20260305230826
17
+
3
18
  ## 0.456.3
4
19
 
5
20
  ### Patch Changes
@@ -8302,7 +8302,8 @@ let SwirlOptionList = class SwirlOptionList {
8302
8302
  };
8303
8303
  SwirlOptionList = __decorate([
8304
8304
  ProxyCmp({
8305
- inputs: ['allowDeselect', 'allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'disabled', 'label', 'multiSelect', 'optionListId', 'selectAllLabel', 'showSelectAll', 'value']
8305
+ inputs: ['allowDeselect', 'allowDrag', 'assistiveTextItemGrabbed', 'assistiveTextItemMoved', 'assistiveTextItemMoving', 'disabled', 'label', 'multiSelect', 'optionListId', 'selectAllLabel', 'showSelectAll', 'value'],
8306
+ methods: ['focusItemWithValue']
8306
8307
  })
8307
8308
  ], SwirlOptionList);
8308
8309
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlOptionList, decorators: [{