@getflip/swirl-components-angular 0.433.0 → 0.435.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 +48 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +9 -9
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -3
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +6 -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-02-
|
|
23
|
+
Build at: 2026-02-10T14:19:05.809Z - Time: 13366ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.435.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1418](https://github.com/getflip/swirl/pull/1418)
|
|
8
|
+
[`f3543ba60`](https://github.com/getflip/swirl/commit/f3543ba60848d7a2c4322a8f0bfa30d19c3dcff8)
|
|
9
|
+
Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Vertically
|
|
10
|
+
center radio button
|
|
11
|
+
|
|
12
|
+
* [#1422](https://github.com/getflip/swirl/pull/1422)
|
|
13
|
+
[`b43e30be0`](https://github.com/getflip/swirl/commit/b43e30be00ee91ccd55ca904901539ff6585c7fc)
|
|
14
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add placement
|
|
15
|
+
prop to swirl-menu
|
|
16
|
+
|
|
17
|
+
- [#1417](https://github.com/getflip/swirl/pull/1417)
|
|
18
|
+
[`a81c249b5`](https://github.com/getflip/swirl/commit/a81c249b53cf62941d29b096143dea275ba2fd9e)
|
|
19
|
+
Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Add
|
|
20
|
+
borderRadius prop to InlineNotification
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#1423](https://github.com/getflip/swirl/pull/1423)
|
|
25
|
+
[`431f0401c`](https://github.com/getflip/swirl/commit/431f0401ce28afe6613a6ce659c1168426ad107a)
|
|
26
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-modal auto-focus
|
|
27
|
+
handling
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
[[`431f0401c`](https://github.com/getflip/swirl/commit/431f0401ce28afe6613a6ce659c1168426ad107a),
|
|
31
|
+
[`f3543ba60`](https://github.com/getflip/swirl/commit/f3543ba60848d7a2c4322a8f0bfa30d19c3dcff8),
|
|
32
|
+
[`b43e30be0`](https://github.com/getflip/swirl/commit/b43e30be00ee91ccd55ca904901539ff6585c7fc),
|
|
33
|
+
[`a81c249b5`](https://github.com/getflip/swirl/commit/a81c249b53cf62941d29b096143dea275ba2fd9e)]:
|
|
34
|
+
- @getflip/swirl-components@0.435.0
|
|
35
|
+
|
|
36
|
+
## 0.434.0
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- [#1419](https://github.com/getflip/swirl/pull/1419)
|
|
41
|
+
[`69ae2c154`](https://github.com/getflip/swirl/commit/69ae2c154b86401e46149d2109f1766dabcb0b9b)
|
|
42
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add overflowX,
|
|
43
|
+
overflowY and hideScrollbar props to swirl-box
|
|
44
|
+
|
|
45
|
+
### Patch Changes
|
|
46
|
+
|
|
47
|
+
- Updated dependencies
|
|
48
|
+
[[`69ae2c154`](https://github.com/getflip/swirl/commit/69ae2c154b86401e46149d2109f1766dabcb0b9b)]:
|
|
49
|
+
- @getflip/swirl-components@0.434.0
|
|
50
|
+
|
|
3
51
|
## 0.433.0
|
|
4
52
|
|
|
5
53
|
### Minor Changes
|
|
@@ -456,11 +456,11 @@ let SwirlBox = class SwirlBox {
|
|
|
456
456
|
proxyOutputs(this, this.el, ['componentLoad']);
|
|
457
457
|
}
|
|
458
458
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
459
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlBox, isStandalone: false, selector: "swirl-box", inputs: { basis: "basis", borderColor: "borderColor", bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockEndWhenScrolled: "borderedBlockEndWhenScrolled", borderedBlockStart: "borderedBlockStart", borderedBlockStartWhenScrolled: "borderedBlockStartWhenScrolled", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", grow: "grow", height: "height", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", shrink: "shrink", top: "top", width: "width", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
459
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlBox, isStandalone: false, selector: "swirl-box", inputs: { basis: "basis", borderColor: "borderColor", bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockEndWhenScrolled: "borderedBlockEndWhenScrolled", borderedBlockStart: "borderedBlockStart", borderedBlockStartWhenScrolled: "borderedBlockStartWhenScrolled", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", grow: "grow", height: "height", hideScrollbar: "hideScrollbar", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", overflow: "overflow", overflowX: "overflowX", overflowY: "overflowY", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", shrink: "shrink", top: "top", width: "width", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
460
460
|
};
|
|
461
461
|
SwirlBox = __decorate([
|
|
462
462
|
ProxyCmp({
|
|
463
|
-
inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex']
|
|
463
|
+
inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'hideScrollbar', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'overflowX', 'overflowY', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex']
|
|
464
464
|
})
|
|
465
465
|
], SwirlBox);
|
|
466
466
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlBox, decorators: [{
|
|
@@ -470,7 +470,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
470
470
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
471
471
|
template: '<ng-content></ng-content>',
|
|
472
472
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
473
|
-
inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex'],
|
|
473
|
+
inputs: ['basis', 'borderColor', 'bordered', 'borderedBlockEnd', 'borderedBlockEndWhenScrolled', 'borderedBlockStart', 'borderedBlockStartWhenScrolled', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'grow', 'height', 'hideScrollbar', 'left', 'maxHeight', 'maxWidth', 'minHeight', 'minWidth', 'overflow', 'overflowX', 'overflowY', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'shrink', 'top', 'width', 'zIndex'],
|
|
474
474
|
standalone: false
|
|
475
475
|
}]
|
|
476
476
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -8045,11 +8045,11 @@ let SwirlInlineNotification = class SwirlInlineNotification {
|
|
|
8045
8045
|
this.el = r.nativeElement;
|
|
8046
8046
|
}
|
|
8047
8047
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlInlineNotification, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8048
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlInlineNotification, isStandalone: false, selector: "swirl-inline-notification", inputs: { heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8048
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlInlineNotification, isStandalone: false, selector: "swirl-inline-notification", inputs: { borderRadius: "borderRadius", heading: "heading", hideHeading: "hideHeading", importance: "importance", intent: "intent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8049
8049
|
};
|
|
8050
8050
|
SwirlInlineNotification = __decorate([
|
|
8051
8051
|
ProxyCmp({
|
|
8052
|
-
inputs: ['heading', 'hideHeading', 'importance', 'intent']
|
|
8052
|
+
inputs: ['borderRadius', 'heading', 'hideHeading', 'importance', 'intent']
|
|
8053
8053
|
})
|
|
8054
8054
|
], SwirlInlineNotification);
|
|
8055
8055
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlInlineNotification, decorators: [{
|
|
@@ -8059,7 +8059,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8059
8059
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8060
8060
|
template: '<ng-content></ng-content>',
|
|
8061
8061
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8062
|
-
inputs: [{ name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
|
|
8062
|
+
inputs: ['borderRadius', { name: 'heading', required: true }, 'hideHeading', 'importance', 'intent'],
|
|
8063
8063
|
standalone: false
|
|
8064
8064
|
}]
|
|
8065
8065
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -8181,11 +8181,11 @@ let SwirlMenu = class SwirlMenu {
|
|
|
8181
8181
|
proxyOutputs(this, this.el, ['done', 'valueChange']);
|
|
8182
8182
|
}
|
|
8183
8183
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8184
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenu, isStandalone: false, selector: "swirl-menu", inputs: { active: "active", label: "label", level: "level", mobileBackButtonLabel: "mobileBackButtonLabel", mobileCloseMenuButtonLabel: "mobileCloseMenuButtonLabel", mobileDoneButtonLabel: "mobileDoneButtonLabel", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8184
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.18", type: SwirlMenu, isStandalone: false, selector: "swirl-menu", inputs: { active: "active", label: "label", level: "level", mobileBackButtonLabel: "mobileBackButtonLabel", mobileCloseMenuButtonLabel: "mobileCloseMenuButtonLabel", mobileDoneButtonLabel: "mobileDoneButtonLabel", placement: "placement", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8185
8185
|
};
|
|
8186
8186
|
SwirlMenu = __decorate([
|
|
8187
8187
|
ProxyCmp({
|
|
8188
|
-
inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
|
|
8188
|
+
inputs: ['active', 'label', 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
|
|
8189
8189
|
methods: ['activateMenuItem', 'close', 'goBack', 'focusFirstItem', 'focusItemAtIndex', 'updateSelection', 'updateActiveItem']
|
|
8190
8190
|
})
|
|
8191
8191
|
], SwirlMenu);
|
|
@@ -8196,7 +8196,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
8196
8196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8197
8197
|
template: '<ng-content></ng-content>',
|
|
8198
8198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8199
|
-
inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'value', 'variant'],
|
|
8199
|
+
inputs: ['active', { name: 'label', required: true }, 'level', 'mobileBackButtonLabel', 'mobileCloseMenuButtonLabel', 'mobileDoneButtonLabel', 'placement', 'value', 'variant'],
|
|
8200
8200
|
standalone: false
|
|
8201
8201
|
}]
|
|
8202
8202
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|