@getflip/swirl-components-angular 0.211.0 → 0.213.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 +28 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +2 -2
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +3 -1
|
@@ -8705,7 +8705,7 @@ let SwirlThumbnail = class SwirlThumbnail {
|
|
|
8705
8705
|
this.z = z;
|
|
8706
8706
|
c.detach();
|
|
8707
8707
|
this.el = r.nativeElement;
|
|
8708
|
-
proxyOutputs(this, this.el, ['edit', 'remove']);
|
|
8708
|
+
proxyOutputs(this, this.el, ['edit', 'remove', 'thumbnailClick']);
|
|
8709
8709
|
}
|
|
8710
8710
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlThumbnail, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8711
8711
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlThumbnail, 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 });
|