@getflip/swirl-components-angular 0.81.0 → 0.82.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.
@@ -1715,7 +1715,7 @@ export declare class SwirlLightbox {
1715
1715
  protected el: HTMLElement;
1716
1716
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1717
1717
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLightbox, never>;
1718
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLightbox, "swirl-lightbox", never, { "closeButtonLabel": "closeButtonLabel"; "downloadButtonLabel": "downloadButtonLabel"; "label": "label"; "menuLabel": "menuLabel"; "menuTriggerLabel": "menuTriggerLabel"; "nextSlideButtonLabel": "nextSlideButtonLabel"; "previousSlideButtonLabel": "previousSlideButtonLabel"; }, {}, never, ["*"], false>;
1718
+ 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>;
1719
1719
  }
1720
1720
  export declare interface SwirlLink extends Components.SwirlLink {
1721
1721
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.81.0",
3
+ "version": "0.82.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.82.0",
17
+ "@getflip/swirl-components": "^0.83.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -3887,14 +3887,14 @@ export declare interface SwirlLightbox extends Components.SwirlLightbox {}
3887
3887
 
3888
3888
  @ProxyCmp({
3889
3889
  defineCustomElementFn: undefined,
3890
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
3890
+ inputs: ['closeButtonLabel', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel'],
3891
3891
  methods: ['open', 'close', 'activateSlide']
3892
3892
  })
3893
3893
  @Component({
3894
3894
  selector: 'swirl-lightbox',
3895
3895
  changeDetection: ChangeDetectionStrategy.OnPush,
3896
3896
  template: '<ng-content></ng-content>',
3897
- inputs: ['closeButtonLabel', 'downloadButtonLabel', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
3897
+ inputs: ['closeButtonLabel', 'downloadButtonLabel', 'hideMenu', 'label', 'menuLabel', 'menuTriggerLabel', 'nextSlideButtonLabel', 'previousSlideButtonLabel']
3898
3898
  })
3899
3899
  export class SwirlLightbox {
3900
3900
  protected el: HTMLElement;