@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
|
@@ -86,7 +86,7 @@ export declare class SwirlAppLayout {
|
|
|
86
86
|
protected el: HTMLSwirlAppLayoutElement;
|
|
87
87
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
88
88
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlAppLayout, never>;
|
|
89
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": { "alias": "appName"; "required": true; }; "backToNavigationViewButtonLabel": { "alias": "backToNavigationViewButtonLabel"; "required": false; }; "collapsibleNavigation": { "alias": "collapsibleNavigation"; "required": false; }; "ctaIcon": { "alias": "ctaIcon"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "hasNavigation": { "alias": "hasNavigation"; "required": false; }; "hideAppBar": { "alias": "hideAppBar"; "required": false; }; "initialMobileView": { "alias": "initialMobileView"; "required": false; }; "navigationBackButtonLabel": { "alias": "navigationBackButtonLabel"; "required": false; }; "navigationExpansionStateStorageKey": { "alias": "navigationExpansionStateStorageKey"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "navigationOverlayLabel": { "alias": "navigationOverlayLabel"; "required": false; }; "navigationToggleLabel": { "alias": "navigationToggleLabel"; "required": false; }; "preventContentOverflow": { "alias": "preventContentOverflow"; "required": false; }; "roundedCorners": { "alias": "roundedCorners"; "required": false; }; "showNavigationBackButton": { "alias": "showNavigationBackButton"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarHeading": { "alias": "sidebarHeading"; "required": false; }; "sidebarPositioning": { "alias": "sidebarPositioning"; "required": false; }; "transitionStyle": { "alias": "transitionStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
89
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlAppLayout, "swirl-app-layout", never, { "appName": { "alias": "appName"; "required": true; }; "backToNavigationViewButtonLabel": { "alias": "backToNavigationViewButtonLabel"; "required": false; }; "collapsibleNavigation": { "alias": "collapsibleNavigation"; "required": false; }; "ctaIcon": { "alias": "ctaIcon"; "required": false; }; "ctaLabel": { "alias": "ctaLabel"; "required": false; }; "hasNavigation": { "alias": "hasNavigation"; "required": false; }; "hideAppBar": { "alias": "hideAppBar"; "required": false; }; "initialMobileView": { "alias": "initialMobileView"; "required": false; }; "navigationBackButtonLabel": { "alias": "navigationBackButtonLabel"; "required": false; }; "navigationExpansionStateStorageKey": { "alias": "navigationExpansionStateStorageKey"; "required": false; }; "navigationLabel": { "alias": "navigationLabel"; "required": false; }; "navigationOverlayLabel": { "alias": "navigationOverlayLabel"; "required": false; }; "navigationToggleLabel": { "alias": "navigationToggleLabel"; "required": false; }; "preventContentOverflow": { "alias": "preventContentOverflow"; "required": false; }; "roundedCorners": { "alias": "roundedCorners"; "required": false; }; "showNavigationBackButton": { "alias": "showNavigationBackButton"; "required": false; }; "sidebarCloseButtonLabel": { "alias": "sidebarCloseButtonLabel"; "required": false; }; "sidebarHeading": { "alias": "sidebarHeading"; "required": false; }; "sidebarPositioning": { "alias": "sidebarPositioning"; "required": false; }; "sidebarWidth": { "alias": "sidebarWidth"; "required": false; }; "transitionStyle": { "alias": "transitionStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
90
90
|
}
|
|
91
91
|
export declare interface SwirlAppLayout extends Components.SwirlAppLayout {
|
|
92
92
|
ctaClick: EventEmitter<CustomEvent<MouseEvent>>;
|
|
@@ -4409,7 +4409,7 @@ export declare class SwirlThumbnail {
|
|
|
4409
4409
|
protected el: HTMLSwirlThumbnailElement;
|
|
4410
4410
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4411
4411
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
|
|
4412
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": { "alias": "alt"; "required": true; }; "editButtonIcon": { "alias": "editButtonIcon"; "required": false; }; "editButtonLabel": { "alias": "editButtonLabel"; "required": false; }; "format": { "alias": "format"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressLabel": { "alias": "progressLabel"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "showEditButton": { "alias": "showEditButton"; "required": false; }; "showRemoveButton": { "alias": "showRemoveButton"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": true; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4412
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": { "alias": "alt"; "required": true; }; "cursor": { "alias": "cursor"; "required": false; }; "editButtonIcon": { "alias": "editButtonIcon"; "required": false; }; "editButtonLabel": { "alias": "editButtonLabel"; "required": false; }; "error": { "alias": "error"; "required": false; }; "format": { "alias": "format"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "menuButtonLabel": { "alias": "menuButtonLabel"; "required": false; }; "openButtonIcon": { "alias": "openButtonIcon"; "required": false; }; "openButtonLabel": { "alias": "openButtonLabel"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "progressLabel": { "alias": "progressLabel"; "required": false; }; "removeButtonIcon": { "alias": "removeButtonIcon"; "required": false; }; "removeButtonLabel": { "alias": "removeButtonLabel"; "required": false; }; "showEditButton": { "alias": "showEditButton"; "required": false; }; "showRemoveButton": { "alias": "showRemoveButton"; "required": false; }; "size": { "alias": "size"; "required": false; }; "src": { "alias": "src"; "required": true; }; "timestamp": { "alias": "timestamp"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
4413
4413
|
}
|
|
4414
4414
|
export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
|
|
4415
4415
|
edit: EventEmitter<CustomEvent<MouseEvent>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.485.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@angular/platform-browser": "19.2.19",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.19",
|
|
28
28
|
"@angular/router": "19.2.19",
|
|
29
|
-
"@getflip/swirl-components": "0.
|
|
29
|
+
"@getflip/swirl-components": "0.485.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -188,7 +188,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
@ProxyCmp({
|
|
191
|
-
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
191
|
+
inputs: ['appName', 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'sidebarWidth', 'transitionStyle'],
|
|
192
192
|
methods: ['showSidebar', 'hideSidebar', 'toggleSidebar', 'getCollapsibleNavigationState', 'setCollapsibleNavigationState', 'getScrollContainer', 'changeMobileView']
|
|
193
193
|
})
|
|
194
194
|
@Component({
|
|
@@ -196,7 +196,7 @@ export declare interface SwirlAppIcon extends Components.SwirlAppIcon {}
|
|
|
196
196
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
197
197
|
template: '<ng-content></ng-content>',
|
|
198
198
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
199
|
-
inputs: [{ name: 'appName', required: true }, 'backToNavigationViewButtonLabel', 'collapsibleNavigation', 'ctaIcon', 'ctaLabel', 'hasNavigation', 'hideAppBar', 'initialMobileView', 'navigationBackButtonLabel', 'navigationExpansionStateStorageKey', 'navigationLabel', 'navigationOverlayLabel', 'navigationToggleLabel', 'preventContentOverflow', 'roundedCorners', 'showNavigationBackButton', 'sidebarCloseButtonLabel', 'sidebarHeading', 'sidebarPositioning', 'transitionStyle'],
|
|
199
|
+
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'],
|
|
200
200
|
standalone: false
|
|
201
201
|
})
|
|
202
202
|
export class SwirlAppLayout {
|
|
@@ -11292,14 +11292,14 @@ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvide
|
|
|
11292
11292
|
|
|
11293
11293
|
|
|
11294
11294
|
@ProxyCmp({
|
|
11295
|
-
inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
11295
|
+
inputs: ['alt', 'cursor', 'editButtonIcon', 'editButtonLabel', 'error', 'format', 'interactive', 'menuButtonLabel', 'openButtonIcon', 'openButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
11296
11296
|
})
|
|
11297
11297
|
@Component({
|
|
11298
11298
|
selector: 'swirl-thumbnail',
|
|
11299
11299
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11300
11300
|
template: '<ng-content></ng-content>',
|
|
11301
11301
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11302
|
-
inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
|
|
11302
|
+
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'],
|
|
11303
11303
|
standalone: false
|
|
11304
11304
|
})
|
|
11305
11305
|
export class SwirlThumbnail {
|