@getflip/swirl-components-angular 0.133.0 → 0.134.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 +19 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/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
|
@@ -3012,7 +3012,7 @@ export declare class SwirlThumbnail {
|
|
|
3012
3012
|
protected el: HTMLElement;
|
|
3013
3013
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
3014
3014
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
|
|
3015
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "progress": "progress"; "progressLabel": "progressLabel"; "removeButtonLabel": "removeButtonLabel"; "showRemoveButton": "showRemoveButton"; "size": "size"; "src": "src"; "timestamp": "timestamp"; }, {}, never, ["*"], false>;
|
|
3015
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "interactive": "interactive"; "progress": "progress"; "progressLabel": "progressLabel"; "removeButtonLabel": "removeButtonLabel"; "showRemoveButton": "showRemoveButton"; "size": "size"; "src": "src"; "timestamp": "timestamp"; }, {}, never, ["*"], false>;
|
|
3016
3016
|
}
|
|
3017
3017
|
export declare interface SwirlTimeInput extends Components.SwirlTimeInput {
|
|
3018
3018
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.134.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.1.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
16
16
|
"@angular/router": "^14.1.0",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.134.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -6717,13 +6717,13 @@ export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
|
|
|
6717
6717
|
|
|
6718
6718
|
@ProxyCmp({
|
|
6719
6719
|
defineCustomElementFn: undefined,
|
|
6720
|
-
inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
6720
|
+
inputs: ['alt', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
6721
6721
|
})
|
|
6722
6722
|
@Component({
|
|
6723
6723
|
selector: 'swirl-thumbnail',
|
|
6724
6724
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6725
6725
|
template: '<ng-content></ng-content>',
|
|
6726
|
-
inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
6726
|
+
inputs: ['alt', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
|
|
6727
6727
|
})
|
|
6728
6728
|
export class SwirlThumbnail {
|
|
6729
6729
|
protected el: HTMLElement;
|