@getflip/swirl-components-angular 0.482.0 → 0.483.0-beta-20260424085849
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 +3 -3
- package/CHANGELOG.md +21 -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
|
@@ -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; }; "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.483.0-beta-20260424085849",
|
|
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.483.0-beta-20260424085849",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -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', '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', '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 {
|