@getflip/swirl-components-angular 0.7.3 → 0.7.5

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.
@@ -723,11 +723,12 @@ let FlipFileViewerImage = class FlipFileViewerImage {
723
723
  }
724
724
  };
725
725
  FlipFileViewerImage.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
726
- FlipFileViewerImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerImage, selector: "flip-file-viewer-image", inputs: { description: "description", errorMessage: "errorMessage", file: "file" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
726
+ FlipFileViewerImage.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipFileViewerImage, selector: "flip-file-viewer-image", inputs: { description: "description", errorMessage: "errorMessage", file: "file", maxZoom: "maxZoom" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
727
727
  FlipFileViewerImage = __decorate([
728
728
  ProxyCmp({
729
729
  defineCustomElementFn: undefined,
730
- inputs: ['description', 'errorMessage', 'file']
730
+ inputs: ['description', 'errorMessage', 'file', 'maxZoom'],
731
+ methods: ['getZoom', 'resetZoom']
731
732
  })
732
733
  ], FlipFileViewerImage);
733
734
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipFileViewerImage, decorators: [{
@@ -736,7 +737,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
736
737
  selector: 'flip-file-viewer-image',
737
738
  changeDetection: ChangeDetectionStrategy.OnPush,
738
739
  template: '<ng-content></ng-content>',
739
- inputs: ['description', 'errorMessage', 'file']
740
+ inputs: ['description', 'errorMessage', 'file', 'maxZoom']
740
741
  }]
741
742
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
742
743
  let FlipFileViewerPdf = class FlipFileViewerPdf {