@getflip/swirl-components-angular 0.216.1 → 0.217.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.
@@ -1103,11 +1103,11 @@ let SwirlFileViewer = class SwirlFileViewer {
1103
1103
  proxyOutputs(this, this.el, ['activate', 'visiblePagesChange']);
1104
1104
  }
1105
1105
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1106
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", 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 });
1106
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewer, selector: "swirl-file-viewer", inputs: { active: "active", autoplay: "autoplay", description: "description", disableDownload: "disableDownload", 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 });
1107
1107
  };
1108
1108
  SwirlFileViewer = __decorate([
1109
1109
  ProxyCmp({
1110
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1110
+ inputs: ['active', 'autoplay', 'description', 'disableDownload', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1111
1111
  methods: ['download', 'print']
1112
1112
  })
1113
1113
  ], SwirlFileViewer);
@@ -1118,7 +1118,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1118
1118
  changeDetection: ChangeDetectionStrategy.OnPush,
1119
1119
  template: '<ng-content></ng-content>',
1120
1120
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1121
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1121
+ inputs: ['active', 'autoplay', 'description', 'disableDownload', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1122
1122
  }]
1123
1123
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1124
1124
  let SwirlFileViewerAudio = class SwirlFileViewerAudio {
@@ -1268,11 +1268,11 @@ let SwirlFileViewerVideo = class SwirlFileViewerVideo {
1268
1268
  proxyOutputs(this, this.el, ['activate']);
1269
1269
  }
1270
1270
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1271
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerVideo, selector: "swirl-file-viewer-video", inputs: { autoplay: "autoplay", file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1271
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFileViewerVideo, selector: "swirl-file-viewer-video", inputs: { autoplay: "autoplay", disableDownload: "disableDownload", file: "file", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1272
1272
  };
1273
1273
  SwirlFileViewerVideo = __decorate([
1274
1274
  ProxyCmp({
1275
- inputs: ['autoplay', 'file', 'type']
1275
+ inputs: ['autoplay', 'disableDownload', 'file', 'type']
1276
1276
  })
1277
1277
  ], SwirlFileViewerVideo);
1278
1278
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFileViewerVideo, decorators: [{
@@ -1282,7 +1282,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1282
1282
  changeDetection: ChangeDetectionStrategy.OnPush,
1283
1283
  template: '<ng-content></ng-content>',
1284
1284
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1285
- inputs: ['autoplay', 'file', 'type'],
1285
+ inputs: ['autoplay', 'disableDownload', 'file', 'type'],
1286
1286
  }]
1287
1287
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1288
1288
  let SwirlFormControl = class SwirlFormControl {