@getflip/swirl-components-angular 0.447.0 → 0.448.1
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 +28 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- 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 +2 -2
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-02-
|
|
23
|
+
Build at: 2026-02-24T07:59:55.895Z - Time: 14480ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.448.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1470](https://github.com/getflip/swirl/pull/1470)
|
|
8
|
+
[`578f397c9`](https://github.com/getflip/swirl/commit/578f397c9d30020b5317eae39b6148ccc8a4eea4)
|
|
9
|
+
Thanks [@paulrohrbeck](https://github.com/paulrohrbeck)! - Add safe area inset
|
|
10
|
+
for swirl-app-layout
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`578f397c9`](https://github.com/getflip/swirl/commit/578f397c9d30020b5317eae39b6148ccc8a4eea4)]:
|
|
14
|
+
- @getflip/swirl-components@0.448.1
|
|
15
|
+
|
|
16
|
+
## 0.448.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1468](https://github.com/getflip/swirl/pull/1468)
|
|
21
|
+
[`335c8cc49`](https://github.com/getflip/swirl/commit/335c8cc497b868e3cde79b5d2e388299700237ac)
|
|
22
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
|
|
23
|
+
border-radius prop to swirl-popover
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Updated dependencies
|
|
28
|
+
[[`335c8cc49`](https://github.com/getflip/swirl/commit/335c8cc497b868e3cde79b5d2e388299700237ac)]:
|
|
29
|
+
- @getflip/swirl-components@0.448.0
|
|
30
|
+
|
|
3
31
|
## 0.447.0
|
|
4
32
|
|
|
5
33
|
### Minor Changes
|
|
@@ -8463,11 +8463,11 @@ let SwirlPopover = class SwirlPopover {
|
|
|
8463
8463
|
proxyOutputs(this, this.el, ['popoverClose', 'popoverOpen']);
|
|
8464
8464
|
}
|
|
8465
8465
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8466
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlPopover, isStandalone: false, selector: "swirl-popover", inputs: { animation: "animation", 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 });
|
|
8466
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", 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 });
|
|
8467
8467
|
};
|
|
8468
8468
|
SwirlPopover = __decorate([
|
|
8469
8469
|
ProxyCmp({
|
|
8470
|
-
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8470
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8471
8471
|
methods: ['close', 'open', 'isOpen', 'toggle']
|
|
8472
8472
|
})
|
|
8473
8473
|
], SwirlPopover);
|
|
@@ -8478,7 +8478,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8478
8478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8479
8479
|
template: '<ng-content></ng-content>',
|
|
8480
8480
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8481
|
-
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8481
|
+
inputs: ['animation', 'borderRadius', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', { name: 'label', required: true }, 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'translucent', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8482
8482
|
standalone: false
|
|
8483
8483
|
}]
|
|
8484
8484
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|