@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.
@@ -487,7 +487,7 @@ export declare class SwirlFileViewer {
487
487
  protected el: HTMLElement;
488
488
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
489
489
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFileViewer, never>;
490
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewer, "swirl-file-viewer", never, { "active": "active"; "autoplay": "autoplay"; "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "pdfWorkerSrc": "pdfWorkerSrc"; "thumbnailUrl": "thumbnailUrl"; "type": "type"; "typeUnsupportedMessage": "typeUnsupportedMessage"; "viewMode": "viewMode"; "zoom": "zoom"; }, {}, never, ["*"], false>;
490
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFileViewer, "swirl-file-viewer", never, { "active": "active"; "autoplay": "autoplay"; "description": "description"; "errorMessage": "errorMessage"; "file": "file"; "fileName": "fileName"; "pdfWorkerSrc": "pdfWorkerSrc"; "thumbnailUrl": "thumbnailUrl"; "type": "type"; "typeUnsupportedMessage": "typeUnsupportedMessage"; "viewMode": "viewMode"; "zoom": "zoom"; }, {}, never, ["*"], false>;
491
491
  }
492
492
  export declare interface SwirlFileViewerAudio extends Components.SwirlFileViewerAudio {
493
493
  /**
@@ -2212,7 +2212,7 @@ export declare class SwirlPdfReader {
2212
2212
  protected el: HTMLElement;
2213
2213
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2214
2214
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
2215
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "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"; }, {}, never, ["*"], false>;
2215
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "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"; }, {}, never, ["*"], false>;
2216
2216
  }
2217
2217
  export declare interface SwirlPopover extends Components.SwirlPopover {
2218
2218
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.174.2",
3
+ "version": "0.175.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.174.2",
17
+ "@getflip/swirl-components": "^0.175.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -1004,14 +1004,14 @@ export declare interface SwirlFileViewer extends Components.SwirlFileViewer {
1004
1004
 
1005
1005
  @ProxyCmp({
1006
1006
  defineCustomElementFn: undefined,
1007
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1007
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom'],
1008
1008
  methods: ['download', 'print']
1009
1009
  })
1010
1010
  @Component({
1011
1011
  selector: 'swirl-file-viewer',
1012
1012
  changeDetection: ChangeDetectionStrategy.OnPush,
1013
1013
  template: '<ng-content></ng-content>',
1014
- inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom']
1014
+ inputs: ['active', 'autoplay', 'description', 'errorMessage', 'file', 'fileName', 'pdfWorkerSrc', 'thumbnailUrl', 'type', 'typeUnsupportedMessage', 'viewMode', 'zoom']
1015
1015
  })
1016
1016
  export class SwirlFileViewer {
1017
1017
  protected el: HTMLElement;
@@ -4941,14 +4941,14 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
4941
4941
 
4942
4942
  @ProxyCmp({
4943
4943
  defineCustomElementFn: undefined,
4944
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
4944
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileName', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
4945
4945
  methods: ['open', 'close']
4946
4946
  })
4947
4947
  @Component({
4948
4948
  selector: 'swirl-pdf-reader',
4949
4949
  changeDetection: ChangeDetectionStrategy.OnPush,
4950
4950
  template: '<ng-content></ng-content>',
4951
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
4951
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileName', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
4952
4952
  })
4953
4953
  export class SwirlPdfReader {
4954
4954
  protected el: HTMLElement;