@getflip/swirl-components-angular 0.512.0 → 0.513.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 +2 -2
- package/CHANGELOG.md +8 -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
|
@@ -21,6 +21,6 @@ Built Angular Package
|
|
|
21
21
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2026-07-
|
|
24
|
+
Build at: 2026-07-08T09:04:52.153Z - Time: 13257ms
|
|
25
25
|
|
|
26
|
-
Done in 15.
|
|
26
|
+
Done in 15.59s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.513.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`7d01b0607`](https://github.com/getflip/swirl/commit/7d01b06070ed45bc9761b01604b90ef09e9899bd)]:
|
|
9
|
+
- @getflip/swirl-components@0.513.0
|
|
10
|
+
|
|
3
11
|
## 0.512.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -9559,7 +9559,8 @@ let SwirlSelect = class SwirlSelect {
|
|
|
9559
9559
|
};
|
|
9560
9560
|
SwirlSelect = __decorate([
|
|
9561
9561
|
ProxyCmp({
|
|
9562
|
-
inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch']
|
|
9562
|
+
inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch'],
|
|
9563
|
+
methods: ['selectSearchInput', 'focusSearchInput']
|
|
9563
9564
|
})
|
|
9564
9565
|
], SwirlSelect);
|
|
9565
9566
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlSelect, decorators: [{
|