@getflip/swirl-components-angular 0.477.0 → 0.478.0-beta-20260414161944
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 +15 -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
|
@@ -4408,7 +4408,7 @@ export declare class SwirlThumbnail {
|
|
|
4408
4408
|
protected el: HTMLSwirlThumbnailElement;
|
|
4409
4409
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
4410
4410
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
|
|
4411
|
-
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>;
|
|
4411
|
+
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; }; "menuButtonLabel": { "alias": "menuButtonLabel"; "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>;
|
|
4412
4412
|
}
|
|
4413
4413
|
export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
|
|
4414
4414
|
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.478.0-beta-20260414161944",
|
|
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.478.0-beta-20260414161944",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|
|
@@ -11290,14 +11290,14 @@ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvide
|
|
|
11290
11290
|
|
|
11291
11291
|
|
|
11292
11292
|
@ProxyCmp({
|
|
11293
|
-
inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
11293
|
+
inputs: ['alt', 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
11294
11294
|
})
|
|
11295
11295
|
@Component({
|
|
11296
11296
|
selector: 'swirl-thumbnail',
|
|
11297
11297
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
11298
11298
|
template: '<ng-content></ng-content>',
|
|
11299
11299
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
11300
|
-
inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
|
|
11300
|
+
inputs: [{ name: 'alt', required: true }, 'editButtonIcon', 'editButtonLabel', 'format', 'interactive', 'menuButtonLabel', 'progress', 'progressLabel', 'removeButtonIcon', 'removeButtonLabel', 'showEditButton', 'showRemoveButton', 'size', { name: 'src', required: true }, 'timestamp'],
|
|
11301
11301
|
standalone: false
|
|
11302
11302
|
})
|
|
11303
11303
|
export class SwirlThumbnail {
|