@getflip/swirl-components-angular 0.483.0 → 0.485.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 +38 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
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-05-
|
|
23
|
+
Build at: 2026-05-05T07:27:05.491Z - Time: 12398ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.485.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1638](https://github.com/getflip/swirl/pull/1638)
|
|
8
|
+
[`d488a66ea`](https://github.com/getflip/swirl/commit/d488a66eaabe748e6c114dd9c83dd56ce186ab42)
|
|
9
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add
|
|
10
|
+
sidebarWidth property to swirl-app-layout
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`d488a66ea`](https://github.com/getflip/swirl/commit/d488a66eaabe748e6c114dd9c83dd56ce186ab42)]:
|
|
16
|
+
- @getflip/swirl-components@0.485.0
|
|
17
|
+
|
|
18
|
+
## 0.484.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [#1614](https://github.com/getflip/swirl/pull/1614)
|
|
23
|
+
[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0)
|
|
24
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Revamp
|
|
25
|
+
swirl-thumbnail component
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [#1614](https://github.com/getflip/swirl/pull/1614)
|
|
30
|
+
[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0)
|
|
31
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
|
|
32
|
+
`swirl-popover` closing immediately after opening in iOS
|
|
33
|
+
|
|
34
|
+
- Updated dependencies
|
|
35
|
+
[[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0),
|
|
36
|
+
[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0),
|
|
37
|
+
[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0),
|
|
38
|
+
[`2602033cf`](https://github.com/getflip/swirl/commit/2602033cff1dc5bfe93032d92f77991252bb46a0)]:
|
|
39
|
+
- @getflip/swirl-components@0.484.0
|
|
40
|
+
|
|
3
41
|
## 0.483.0
|
|
4
42
|
|
|
5
43
|
### Minor Changes
|
|
@@ -264,11 +264,11 @@ let SwirlAppLayout = class SwirlAppLayout {
|
|
|
264
264
|
proxyOutputs(this, this.el, ['ctaClick', 'mobileViewChange', 'navigationBackButtonClick', 'navigationExpansionStateChange', 'sidebarToggle']);
|
|
265
265
|
}
|
|
266
266
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlAppLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
267
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", preventContentOverflow: "preventContentOverflow", roundedCorners: "roundedCorners", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", sidebarPositioning: "sidebarPositioning", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
267
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlAppLayout, isStandalone: false, selector: "swirl-app-layout", inputs: { appName: "appName", backToNavigationViewButtonLabel: "backToNavigationViewButtonLabel", collapsibleNavigation: "collapsibleNavigation", ctaIcon: "ctaIcon", ctaLabel: "ctaLabel", hasNavigation: "hasNavigation", hideAppBar: "hideAppBar", initialMobileView: "initialMobileView", navigationBackButtonLabel: "navigationBackButtonLabel", navigationExpansionStateStorageKey: "navigationExpansionStateStorageKey", navigationLabel: "navigationLabel", navigationOverlayLabel: "navigationOverlayLabel", navigationToggleLabel: "navigationToggleLabel", preventContentOverflow: "preventContentOverflow", roundedCorners: "roundedCorners", showNavigationBackButton: "showNavigationBackButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarHeading: "sidebarHeading", sidebarPositioning: "sidebarPositioning", sidebarWidth: "sidebarWidth", transitionStyle: "transitionStyle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
268
268
|
};
|
|
269
269
|
SwirlAppLayout = __decorate([
|
|
270
270
|
ProxyCmp({
|
|
271
|
-
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
271
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'sidebarWidth', 'transitionStyle'],
|
|
272
272
|
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', 'changeMobileView']
|
|
273
273
|
})
|
|
274
274
|
], SwirlAppLayout);
|
|
@@ -279,7 +279,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
279
279
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
280
280
|
template: '<ng-content></ng-content>',
|
|
281
281
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
282
|
-
inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
282
|
+
inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'sidebarWidth', 'transitionStyle'],
|
|
283
283
|
standalone: false
|
|
284
284
|
}]
|
|
285
285
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -12970,11 +12970,11 @@ let SwirlThumbnail = class SwirlThumbnail {
|
|
|
12970
12970
|
proxyOutputs(this, this.el, ['edit', 'remove', 'thumbnailClick']);
|
|
12971
12971
|
}
|
|
12972
12972
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
12973
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", format: "format", interactive: "interactive", progress: "progress", progressLabel: "progressLabel", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12973
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlThumbnail, isStandalone: false, selector: "swirl-thumbnail", inputs: { alt: "alt", cursor: "cursor", editButtonIcon: "editButtonIcon", editButtonLabel: "editButtonLabel", error: "error", format: "format", interactive: "interactive", menuButtonLabel: "menuButtonLabel", openButtonIcon: "openButtonIcon", openButtonLabel: "openButtonLabel", progress: "progress", progressLabel: "progressLabel", removeButtonIcon: "removeButtonIcon", removeButtonLabel: "removeButtonLabel", showEditButton: "showEditButton", showRemoveButton: "showRemoveButton", size: "size", src: "src", timestamp: "timestamp" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
12974
12974
|
};
|
|
12975
12975
|
SwirlThumbnail = __decorate([
|
|
12976
12976
|
ProxyCmp({
|
|
12977
|
-
inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
12977
|
+
inputs: ['alt', 'cursor', 'editButtonIcon', 'editButtonLabel', 'error', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
12978
12978
|
})
|
|
12979
12979
|
], SwirlThumbnail);
|
|
12980
12980
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlThumbnail, decorators: [{
|
|
@@ -12984,7 +12984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
12984
12984
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
12985
12985
|
template: '<ng-content></ng-content>',
|
|
12986
12986
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
12987
|
-
inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
|
|
12987
|
+
inputs: [{ name: 'alt', required: true }, 'cursor', 'editButtonIcon', 'editButtonLabel', 'error', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
|
|
12988
12988
|
standalone: false
|
|
12989
12989
|
}]
|
|
12990
12990
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|