@getflip/swirl-components-angular 0.143.0 → 0.145.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.
@@ -1920,7 +1920,7 @@ export declare class SwirlLightbox {
1920
1920
  protected el: HTMLElement;
1921
1921
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1922
1922
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
1923
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "hideMenu": "hideMenu"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1923
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonEnabled": "downloadButtonEnabled"; "downloadButtonLabel": "downloadButtonLabel"; "hideMenu": "hideMenu"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1924
1924
  }
1925
1925
  export declare interface SwirlLink extends Components.SwirlLink {
1926
1926
  }
@@ -2070,7 +2070,7 @@ export declare class SwirlPdfReader {
2070
2070
  protected el: HTMLElement;
2071
2071
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2072
2072
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPdfReader, never>;
2073
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPdfReader, "swirl-pdf-reader", never, { "autoZoomLabel": "autoZoomLabel"; "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "file": "file"; "fileTypeLabel": "fileTypeLabel"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "pdfWorkerSrc": "pdfWorkerSrc"; "printButtonLabel": "printButtonLabel"; "sideBySideButtonLabel": "sideBySideButtonLabel"; "thumbnailButtonLabel": "thumbnailButtonLabel"; "thumbnailsButtonLabel": "thumbnailsButtonLabel"; "thumbnailsLabel": "thumbnailsLabel"; "zoomInButtonLabel": "zoomInButtonLabel"; "zoomOutButtonLabel": "zoomOutButtonLabel"; "zoomSelectLabel": "zoomSelectLabel"; }, {}, never, ["*"], false>;
2073
+ 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>;
2074
2074
  }
2075
2075
  export declare interface SwirlPopover extends Components.SwirlPopover {
2076
2076
  /**
@@ -2930,7 +2930,7 @@ export declare class SwirlTableRowGroup {
2930
2930
  protected el: HTMLElement;
2931
2931
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2932
2932
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTableRowGroup, never>;
2933
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "label": "label"; }, {}, never, ["*"], false>;
2933
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTableRowGroup, "swirl-table-row-group", never, { "label": "label"; "tooltip": "tooltip"; }, {}, never, ["*"], false>;
2934
2934
  }
2935
2935
  export declare interface SwirlTabs extends Components.SwirlTabs {
2936
2936
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.143.0",
3
+ "version": "0.145.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.143.0",
17
+ "@getflip/swirl-components": "^0.145.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4340,14 +4340,14 @@ export declare interface SwirlLightbox extends Components.SwirlLightbox {}
4340
4340
 
4341
4341
  @ProxyCmp({
4342
4342
  defineCustomElementFn: undefined,
4343
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
4343
+ inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
4344
4344
  methods: ['open', 'close', 'activateSlide']
4345
4345
  })
4346
4346
  @Component({
4347
4347
  selector: 'swirl-lightbox',
4348
4348
  changeDetection: ChangeDetectionStrategy.OnPush,
4349
4349
  template: '<ng-content></ng-content>',
4350
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
4350
+ inputs: ['closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
4351
4351
  })
4352
4352
  export class SwirlLightbox {
4353
4353
  protected el: HTMLElement;
@@ -4625,14 +4625,14 @@ export declare interface SwirlPdfReader extends Components.SwirlPdfReader {
4625
4625
 
4626
4626
  @ProxyCmp({
4627
4627
  defineCustomElementFn: undefined,
4628
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
4628
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel'],
4629
4629
  methods: ['open', 'close']
4630
4630
  })
4631
4631
  @Component({
4632
4632
  selector: 'swirl-pdf-reader',
4633
4633
  changeDetection: ChangeDetectionStrategy.OnPush,
4634
4634
  template: '<ng-content></ng-content>',
4635
- inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
4635
+ inputs: ['autoZoomLabel', 'closeButtonLabel', 'downloadButtonEnabled', 'downloadButtonLabel', 'file', 'fileTypeLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'pdfWorkerSrc', 'printButtonEnabled', 'printButtonLabel', 'sideBySideButtonLabel', 'thumbnailButtonLabel', 'thumbnailsButtonLabel', 'thumbnailsLabel', 'zoomInButtonLabel', 'zoomOutButtonLabel', 'zoomSelectLabel']
4636
4636
  })
4637
4637
  export class SwirlPdfReader {
4638
4638
  protected el: HTMLElement;
@@ -6547,13 +6547,13 @@ export declare interface SwirlTableRowGroup extends Components.SwirlTableRowGrou
6547
6547
 
6548
6548
  @ProxyCmp({
6549
6549
  defineCustomElementFn: undefined,
6550
- inputs: ['label']
6550
+ inputs: ['label', 'tooltip']
6551
6551
  })
6552
6552
  @Component({
6553
6553
  selector: 'swirl-table-row-group',
6554
6554
  changeDetection: ChangeDetectionStrategy.OnPush,
6555
6555
  template: '<ng-content></ng-content>',
6556
- inputs: ['label']
6556
+ inputs: ['label', 'tooltip']
6557
6557
  })
6558
6558
  export class SwirlTableRowGroup {
6559
6559
  protected el: HTMLElement;