@getflip/swirl-components-angular 0.456.3 → 0.457.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 +21 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +2 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -1
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-03-
|
|
23
|
+
Build at: 2026-03-06T10:29:30.986Z - Time: 14112ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.457.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1517](https://github.com/getflip/swirl/pull/1517)
|
|
8
|
+
[`2f0a4df25`](https://github.com/getflip/swirl/commit/2f0a4df2516e67d276dba30611dd915f2fe70aad)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revert stencil
|
|
10
|
+
react wrapper update
|
|
11
|
+
|
|
12
|
+
* [#1511](https://github.com/getflip/swirl/pull/1511)
|
|
13
|
+
[`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)
|
|
14
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add type-ahead
|
|
15
|
+
capability to swirl-select
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`2f0a4df25`](https://github.com/getflip/swirl/commit/2f0a4df2516e67d276dba30611dd915f2fe70aad),
|
|
21
|
+
[`8ab78d538`](https://github.com/getflip/swirl/commit/8ab78d538871da6676d822a36c544dbbfbff330d)]:
|
|
22
|
+
- @getflip/swirl-components@0.457.0
|
|
23
|
+
|
|
3
24
|
## 0.456.3
|
|
4
25
|
|
|
5
26
|
### 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: [{
|