@getflip/swirl-components-angular 0.174.2 → 0.175.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.
@@ -1015,11 +1015,11 @@ let SwirlFileViewer = class SwirlFileViewer {
1015
1015
  }
1016
1016
  };
1017
1017
  SwirlFileViewer.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFileViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1018
- SwirlFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileViewer, selector: "swirl-file-viewer", inputs: { active: "active", autoplay: "autoplay", description: "description", errorMessage: "errorMessage", file: "file", pdfWorkerSrc: "pdfWorkerSrc", thumbnailUrl: "thumbnailUrl", type: "type", typeUnsupportedMessage: "typeUnsupportedMessage", viewMode: "viewMode", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1018
+ SwirlFileViewer.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFileViewer, selector: "swirl-file-viewer", inputs: { active: "active", autoplay: "autoplay", description: "description", errorMessage: "errorMessage", file: "file", fileName: "fileName", pdfWorkerSrc: "pdfWorkerSrc", thumbnailUrl: "thumbnailUrl", type: "type", typeUnsupportedMessage: "typeUnsupportedMessage", viewMode: "viewMode", zoom: "zoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1019
1019
  SwirlFileViewer = __decorate([
1020
1020
  ProxyCmp({
1021
1021
  defineCustomElementFn: undefined,
1022
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1022
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1023
1023
  methods: ['download', 'print']
1024
1024
  })
1025
1025
  ], SwirlFileViewer);
@@ -1029,7 +1029,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1029
1029
  selector: 'swirl-file-viewer',
1030
1030
  changeDetection: ChangeDetectionStrategy.OnPush,
1031
1031
  template: '<ng-content></ng-content>',
1032
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom']
1032
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom']
1033
1033
  }]
1034
1034
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1035
1035
  let SwirlFileViewerAudio = class SwirlFileViewerAudio {
@@ -5377,11 +5377,11 @@ let SwirlPdfReader = class SwirlPdfReader {
5377
5377
  }
5378
5378
  };
5379
5379
  SwirlPdfReader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPdfReader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5380
- SwirlPdfReader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPdfReader, selector: "swirl-pdf-reader", inputs: { autoZoomLabel: "autoZoomLabel", closeButtonLabel: "closeButtonLabel", downloadButtonEnabled: "downloadButtonEnabled", downloadButtonLabel: "downloadButtonLabel", file: "file", fileTypeLabel: "fileTypeLabel", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", pdfWorkerSrc: "pdfWorkerSrc", printButtonEnabled: "printButtonEnabled", printButtonLabel: "printButtonLabel", sideBySideButtonLabel: "sideBySideButtonLabel", thumbnailButtonLabel: "thumbnailButtonLabel", thumbnailsButtonLabel: "thumbnailsButtonLabel", thumbnailsLabel: "thumbnailsLabel", zoomInButtonLabel: "zoomInButtonLabel", zoomOutButtonLabel: "zoomOutButtonLabel", zoomSelectLabel: "zoomSelectLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5380
+ SwirlPdfReader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPdfReader, selector: "swirl-pdf-reader", inputs: { autoZoomLabel: "autoZoomLabel", closeButtonLabel: "closeButtonLabel", downloadButtonEnabled: "downloadButtonEnabled", downloadButtonLabel: "downloadButtonLabel", file: "file", fileName: "fileName", fileTypeLabel: "fileTypeLabel", label: "label", menuLabel: "menuLabel", menuTriggerLabel: "menuTriggerLabel", pdfWorkerSrc: "pdfWorkerSrc", printButtonEnabled: "printButtonEnabled", printButtonLabel: "printButtonLabel", sideBySideButtonLabel: "sideBySideButtonLabel", thumbnailButtonLabel: "thumbnailButtonLabel", thumbnailsButtonLabel: "thumbnailsButtonLabel", thumbnailsLabel: "thumbnailsLabel", zoomInButtonLabel: "zoomInButtonLabel", zoomOutButtonLabel: "zoomOutButtonLabel", zoomSelectLabel: "zoomSelectLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5381
5381
  SwirlPdfReader = __decorate([
5382
5382
  ProxyCmp({
5383
5383
  defineCustomElementFn: undefined,
5384
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
5384
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileName', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
5385
5385
  methods: ['open', 'close']
5386
5386
  })
5387
5387
  ], SwirlPdfReader);
@@ -5391,7 +5391,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5391
5391
  selector: 'swirl-pdf-reader',
5392
5392
  changeDetection: ChangeDetectionStrategy.OnPush,
5393
5393
  template: '<ng-content></ng-content>',
5394
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
5394
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileName', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
5395
5395
  }]
5396
5396
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5397
5397
  let SwirlPopover = class SwirlPopover {