@getflip/swirl-components-angular 0.471.0 → 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 +2 -2
- package/CHANGELOG.md +32 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
warning package.json: No license field
|
|
2
2
|
$ ng build
|
|
3
3
|
Building Angular Package
|
|
4
|
-
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
5
4
|
|
|
6
5
|
------------------------------------------------------------------------------
|
|
7
6
|
Building entry point '@getflip/swirl-components-angular'
|
|
8
7
|
------------------------------------------------------------------------------
|
|
8
|
+
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
9
9
|
✔ Compiling with Angular sources in Ivy partial compilation mode.
|
|
10
10
|
✔ Generating FESM bundles
|
|
11
11
|
- Copying assets
|
|
@@ -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-04-
|
|
23
|
+
Build at: 2026-04-07T12:06:28.349Z - Time: 12622ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.472.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
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)
|
|
13
|
+
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)
|
|
14
|
+
Thanks [@danizep](https://github.com/danizep)! - Update Swirl Components
|
|
15
|
+
Angular to v20.x
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#1590](https://github.com/getflip/swirl/pull/1590)
|
|
20
|
+
[`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb)
|
|
21
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
22
|
+
getScrollContainer method to swirl-app-layout
|
|
23
|
+
|
|
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),
|
|
32
|
+
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)]:
|
|
33
|
+
- @getflip/swirl-components@0.472.0
|
|
34
|
+
|
|
3
35
|
## 0.471.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
|
@@ -269,7 +269,7 @@ let SwirlAppLayout = class SwirlAppLayout {
|
|
|
269
269
|
SwirlAppLayout = __decorate([
|
|
270
270
|
ProxyCmp({
|
|
271
271
|
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
272
|
-
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'changeMobileView']
|
|
272
|
+
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', 'changeMobileView']
|
|
273
273
|
})
|
|
274
274
|
], SwirlAppLayout);
|
|
275
275
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlAppLayout, decorators: [{
|
|
@@ -8871,11 +8871,11 @@ let SwirlPopover = class SwirlPopover {
|
|
|
8871
8871
|
proxyOutputs(this, this.el, ['popoverClose', 'popoverOpen']);
|
|
8872
8872
|
}
|
|
8873
8873
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8874
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", borderRadius: "borderRadius", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", translucent: "translucent", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8874
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", borderRadius: "borderRadius", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fallbackAxisSideDirection: "fallbackAxisSideDirection", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", padded: "padded", placement: "placement", popoverId: "popoverId", returnFocusToTrigger: "returnFocusToTrigger", translucent: "translucent", transparent: "transparent", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8875
8875
|
};
|
|
8876
8876
|
SwirlPopover = __decorate([
|
|
8877
8877
|
ProxyCmp({
|
|
8878
|
-
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8878
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fallbackAxisSideDirection', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8879
8879
|
methods: ['close', 'open', 'isOpen', 'toggle']
|
|
8880
8880
|
})
|
|
8881
8881
|
], SwirlPopover);
|
|
@@ -8886,7 +8886,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
8886
8886
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8887
8887
|
template: '<ng-content></ng-content>',
|
|
8888
8888
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8889
|
-
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8889
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fallbackAxisSideDirection', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8890
8890
|
standalone: false
|
|
8891
8891
|
}]
|
|
8892
8892
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|