@getflip/swirl-components-angular 0.447.0 → 0.448.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 +15 -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
|
@@ -4,8 +4,8 @@ Building Angular Package
|
|
|
4
4
|
|
|
5
5
|
------------------------------------------------------------------------------
|
|
6
6
|
Building entry point '@getflip/swirl-components-angular'
|
|
7
|
-
------------------------------------------------------------------------------
|
|
8
7
|
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
8
|
+
------------------------------------------------------------------------------
|
|
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-02-
|
|
23
|
+
Build at: 2026-02-23T13:54:00.821Z - Time: 13901ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.448.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1468](https://github.com/getflip/swirl/pull/1468)
|
|
8
|
+
[`335c8cc49`](https://github.com/getflip/swirl/commit/335c8cc497b868e3cde79b5d2e388299700237ac)
|
|
9
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
|
|
10
|
+
border-radius prop to swirl-popover
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`335c8cc49`](https://github.com/getflip/swirl/commit/335c8cc497b868e3cde79b5d2e388299700237ac)]:
|
|
16
|
+
- @getflip/swirl-components@0.448.0
|
|
17
|
+
|
|
3
18
|
## 0.447.0
|
|
4
19
|
|
|
5
20
|
### 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 }] });
|