@getflip/swirl-components-angular 0.225.0 → 0.225.2
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 +24 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- 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
|
@@ -1185,11 +1185,11 @@ let SwirlFileViewerFallback = class SwirlFileViewerFallback {
|
|
|
1185
1185
|
proxyOutputs(this, this.el, ['activate']);
|
|
1186
1186
|
}
|
|
1187
1187
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerFallback, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1188
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerFallback, selector: "swirl-file-viewer-fallback", inputs: { downloadButtonLabel: "downloadButtonLabel", file: "file", fileName: "fileName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1188
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerFallback, selector: "swirl-file-viewer-fallback", inputs: { disableDownload: "disableDownload", downloadButtonLabel: "downloadButtonLabel", file: "file", fileName: "fileName" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1189
1189
|
};
|
|
1190
1190
|
SwirlFileViewerFallback = __decorate([
|
|
1191
1191
|
ProxyCmp({
|
|
1192
|
-
inputs: ['downloadButtonLabel', 'file', 'fileName']
|
|
1192
|
+
inputs: ['disableDownload', 'downloadButtonLabel', 'file', 'fileName']
|
|
1193
1193
|
})
|
|
1194
1194
|
], SwirlFileViewerFallback);
|
|
1195
1195
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerFallback, decorators: [{
|
|
@@ -1199,7 +1199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1199
1199
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1200
1200
|
template: '<ng-content></ng-content>',
|
|
1201
1201
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1202
|
-
inputs: ['downloadButtonLabel', 'file', 'fileName'],
|
|
1202
|
+
inputs: ['disableDownload', 'downloadButtonLabel', 'file', 'fileName'],
|
|
1203
1203
|
}]
|
|
1204
1204
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1205
1205
|
let SwirlFileViewerImage = class SwirlFileViewerImage {
|