@getflip/swirl-components-angular 0.431.0 → 0.432.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 +1 -1
- package/CHANGELOG.md +74 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +6 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +16 -6
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-
|
|
23
|
+
Build at: 2026-02-04T09:38:31.838Z - Time: 13630ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,79 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.432.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
8
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use the native
|
|
10
|
+
HTML dialog element for swirl-dialog
|
|
11
|
+
|
|
12
|
+
* [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
13
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
14
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Extend
|
|
15
|
+
swirl-toast-provider to ensure it's positioned inside the top most layer
|
|
16
|
+
|
|
17
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
18
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
19
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use the native
|
|
20
|
+
HTML dialog element for swirl-modal-shell
|
|
21
|
+
|
|
22
|
+
* [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
23
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
24
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use the native
|
|
25
|
+
HTML dialog element for swirl-pdf-reader
|
|
26
|
+
|
|
27
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
28
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
29
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
|
|
30
|
+
popover in swirl-popover
|
|
31
|
+
|
|
32
|
+
* [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
33
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
34
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add action
|
|
35
|
+
button to swirl-toast
|
|
36
|
+
|
|
37
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
38
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
39
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use the native
|
|
40
|
+
HTML dialog element for swirl-lightbox
|
|
41
|
+
|
|
42
|
+
* [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
43
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
44
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
|
|
45
|
+
popover in swirl-toast-provider
|
|
46
|
+
|
|
47
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
48
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
49
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix event
|
|
50
|
+
bubbling in swirl-modal, swirl-lightbox and swirl-action-list
|
|
51
|
+
|
|
52
|
+
* [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
53
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
54
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
|
|
55
|
+
dialog in swirl-modal
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
- [#1390](https://github.com/getflip/swirl/pull/1390)
|
|
60
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)
|
|
61
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Skip native
|
|
62
|
+
behavior of setting text-align when using the align attribute in swirl-stack
|
|
63
|
+
- Updated dependencies
|
|
64
|
+
[[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
65
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
66
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
67
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
68
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
69
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
70
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
71
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
72
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
73
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0),
|
|
74
|
+
[`e52d33fb0`](https://github.com/getflip/swirl/commit/e52d33fb0a0cfcee7151dba3928d11f219dcc2b0)]:
|
|
75
|
+
- @getflip/swirl-components@0.432.0
|
|
76
|
+
|
|
3
77
|
## 0.431.0
|
|
4
78
|
|
|
5
79
|
### Minor Changes
|
|
@@ -924,7 +924,7 @@ let SwirlDialog = class SwirlDialog {
|
|
|
924
924
|
this.z = z;
|
|
925
925
|
c.detach();
|
|
926
926
|
this.el = r.nativeElement;
|
|
927
|
-
proxyOutputs(this, this.el, ['dialogClose', 'dialogOpen', 'primaryAction', 'secondaryAction']);
|
|
927
|
+
proxyOutputs(this, this.el, ['dialogClose', 'dialogOpen', 'primaryAction', 'secondaryAction', 'toggleDialog']);
|
|
928
928
|
}
|
|
929
929
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
930
930
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlDialog, isStandalone: false, selector: "swirl-dialog", inputs: { hideLabel: "hideLabel", intent: "intent", label: "label", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -8235,7 +8235,7 @@ let SwirlModal = class SwirlModal {
|
|
|
8235
8235
|
this.z = z;
|
|
8236
8236
|
c.detach();
|
|
8237
8237
|
this.el = r.nativeElement;
|
|
8238
|
-
proxyOutputs(this, this.el, ['toggleFullscreen', 'modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose']);
|
|
8238
|
+
proxyOutputs(this, this.el, ['toggleFullscreen', 'modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose', 'toggleDialog']);
|
|
8239
8239
|
}
|
|
8240
8240
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8241
8241
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", fullscreenDisableButtonLabel: "fullscreenDisableButtonLabel", fullscreenEnableButtonLabel: "fullscreenEnableButtonLabel", hasSidebarCloseButton: "hasSidebarCloseButton", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideScrolledHeaderBorder: "hideScrolledHeaderBorder", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", hideSidebarContent: "hideSidebarContent", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", showFullscreenButton: "showFullscreenButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarFooterPadded: "sidebarFooterPadded", sidebarLabel: "sidebarLabel", sidebarPadded: "sidebarPadded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -8243,7 +8243,7 @@ let SwirlModal = class SwirlModal {
|
|
|
8243
8243
|
SwirlModal = __decorate([
|
|
8244
8244
|
ProxyCmp({
|
|
8245
8245
|
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8246
|
-
methods: ['open', 'close', 'setFullscreen']
|
|
8246
|
+
methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
|
|
8247
8247
|
})
|
|
8248
8248
|
], SwirlModal);
|
|
8249
8249
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlModal, decorators: [{
|
|
@@ -12588,14 +12588,14 @@ let SwirlToast = class SwirlToast {
|
|
|
12588
12588
|
this.z = z;
|
|
12589
12589
|
c.detach();
|
|
12590
12590
|
this.el = r.nativeElement;
|
|
12591
|
-
proxyOutputs(this, this.el, ['dismiss']);
|
|
12591
|
+
proxyOutputs(this, this.el, ['action', 'dismiss']);
|
|
12592
12592
|
}
|
|
12593
12593
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlToast, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12594
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlToast, isStandalone: false, selector: "swirl-toast", inputs: { accessibleDismissLabel: "accessibleDismissLabel", content: "content", dismissLabel: "dismissLabel", duration: "duration", icon: "icon", intent: "intent", toastId: "toastId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12594
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlToast, isStandalone: false, selector: "swirl-toast", inputs: { accessibleDismissLabel: "accessibleDismissLabel", actionLabel: "actionLabel", content: "content", dismissLabel: "dismissLabel", duration: "duration", icon: "icon", intent: "intent", toastId: "toastId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12595
12595
|
};
|
|
12596
12596
|
SwirlToast = __decorate([
|
|
12597
12597
|
ProxyCmp({
|
|
12598
|
-
inputs: ['accessibleDismissLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', 'toastId']
|
|
12598
|
+
inputs: ['accessibleDismissLabel', 'actionLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', 'toastId']
|
|
12599
12599
|
})
|
|
12600
12600
|
], SwirlToast);
|
|
12601
12601
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlToast, decorators: [{
|
|
@@ -12605,7 +12605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
12605
12605
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12606
12606
|
template: '<ng-content></ng-content>',
|
|
12607
12607
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12608
|
-
inputs: ['accessibleDismissLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', { name: 'toastId', required: true }],
|
|
12608
|
+
inputs: ['accessibleDismissLabel', 'actionLabel', 'content', 'dismissLabel', 'duration', 'icon', 'intent', { name: 'toastId', required: true }],
|
|
12609
12609
|
standalone: false
|
|
12610
12610
|
}]
|
|
12611
12611
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|