@getflip/swirl-components-angular 0.472.0-beta-20260406102253 → 0.472.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 +6 -6
- package/CHANGELOG.md +16 -5
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1485 -1485
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/index.d.ts +5 -4586
- package/dist/component-library/lib/component-library.module.d.ts +10 -0
- package/dist/component-library/lib/stencil-generated/angular-component-lib/utils.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +9 -0
- package/dist/component-library/lib/stencil-generated/components.d.ts +4552 -0
- package/dist/component-library/lib/stencil-generated/index.d.ts +2 -0
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +8 -0
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +18 -0
- package/dist/component-library/public-api.d.ts +5 -0
- package/package.json +15 -15
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,9 +5,9 @@ Building Angular Package
|
|
|
5
5
|
------------------------------------------------------------------------------
|
|
6
6
|
Building entry point '@getflip/swirl-components-angular'
|
|
7
7
|
------------------------------------------------------------------------------
|
|
8
|
-
- Compiling with Angular sources in partial compilation mode.
|
|
9
|
-
✔ Compiling with Angular sources in partial compilation mode.
|
|
10
|
-
✔ Generating FESM
|
|
8
|
+
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
9
|
+
✔ Compiling with Angular sources in Ivy partial compilation mode.
|
|
10
|
+
✔ Generating FESM bundles
|
|
11
11
|
- Copying assets
|
|
12
12
|
✔ Copying assets
|
|
13
13
|
- Writing package manifest
|
|
@@ -16,9 +16,9 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
16
16
|
|
|
17
17
|
------------------------------------------------------------------------------
|
|
18
18
|
Built Angular Package
|
|
19
|
-
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
20
|
-
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
19
|
+
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
20
|
+
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-04-
|
|
23
|
+
Build at: 2026-04-07T12:06:28.349Z - Time: 12622ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
-
## 0.472.0
|
|
3
|
+
## 0.472.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#1599](https://github.com/getflip/swirl/pull/1599)
|
|
8
|
+
[`28d0a1805`](https://github.com/getflip/swirl/commit/28d0a18059c8f0d43c2ba016d3f053a5058fb605)
|
|
9
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
|
|
10
|
+
`fallbackAxisSideDirection` option to swirl-popover
|
|
11
|
+
|
|
12
|
+
* [#1589](https://github.com/getflip/swirl/pull/1589)
|
|
8
13
|
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)
|
|
9
14
|
Thanks [@danizep](https://github.com/danizep)! - Update Swirl Components
|
|
10
15
|
Angular to v20.x
|
|
@@ -16,10 +21,16 @@
|
|
|
16
21
|
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
17
22
|
getScrollContainer method to swirl-app-layout
|
|
18
23
|
|
|
19
|
-
|
|
20
|
-
[
|
|
24
|
+
* [#1595](https://github.com/getflip/swirl/pull/1595)
|
|
25
|
+
[`aa73df602`](https://github.com/getflip/swirl/commit/aa73df602eb5f6db535d4e00024d157ec325c368)
|
|
26
|
+
Thanks [@danizep](https://github.com/danizep)! - Revert swirl angular update
|
|
27
|
+
|
|
28
|
+
* Updated dependencies
|
|
29
|
+
[[`28d0a1805`](https://github.com/getflip/swirl/commit/28d0a18059c8f0d43c2ba016d3f053a5058fb605),
|
|
30
|
+
[`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb),
|
|
31
|
+
[`aa73df602`](https://github.com/getflip/swirl/commit/aa73df602eb5f6db535d4e00024d157ec325c368),
|
|
21
32
|
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)]:
|
|
22
|
-
- @getflip/swirl-components@0.472.0
|
|
33
|
+
- @getflip/swirl-components@0.472.0
|
|
23
34
|
|
|
24
35
|
## 0.471.0
|
|
25
36
|
|