@getflip/swirl-components-angular 0.133.0 → 0.135.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.
@@ -2098,7 +2098,7 @@ export declare class SwirlPopoverTrigger {
2098
2098
  protected el: HTMLElement;
2099
2099
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2100
2100
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopoverTrigger, never>;
2101
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "popover": "popover"; "setAriaAttributes": "setAriaAttributes"; }, {}, never, ["*"], false>;
2101
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "hidePopoverWhenInvisible": "hidePopoverWhenInvisible"; "parentScrollContainer": "parentScrollContainer"; "popover": "popover"; "setAriaAttributes": "setAriaAttributes"; }, {}, never, ["*"], false>;
2102
2102
  }
2103
2103
  export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
2104
2104
  }
@@ -3012,7 +3012,7 @@ export declare class SwirlThumbnail {
3012
3012
  protected el: HTMLElement;
3013
3013
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
3014
3014
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlThumbnail, never>;
3015
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "progress": "progress"; "progressLabel": "progressLabel"; "removeButtonLabel": "removeButtonLabel"; "showRemoveButton": "showRemoveButton"; "size": "size"; "src": "src"; "timestamp": "timestamp"; }, {}, never, ["*"], false>;
3015
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlThumbnail, "swirl-thumbnail", never, { "alt": "alt"; "format": "format"; "interactive": "interactive"; "progress": "progress"; "progressLabel": "progressLabel"; "removeButtonLabel": "removeButtonLabel"; "showRemoveButton": "showRemoveButton"; "size": "size"; "src": "src"; "timestamp": "timestamp"; }, {}, never, ["*"], false>;
3016
3016
  }
3017
3017
  export declare interface SwirlTimeInput extends Components.SwirlTimeInput {
3018
3018
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.133.0",
3
+ "version": "0.135.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.133.0",
17
+ "@getflip/swirl-components": "^0.135.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4681,13 +4681,13 @@ export declare interface SwirlPopoverTrigger extends Components.SwirlPopoverTrig
4681
4681
 
4682
4682
  @ProxyCmp({
4683
4683
  defineCustomElementFn: undefined,
4684
- inputs: ['popover', 'setAriaAttributes']
4684
+ inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'popover', 'setAriaAttributes']
4685
4685
  })
4686
4686
  @Component({
4687
4687
  selector: 'swirl-popover-trigger',
4688
4688
  changeDetection: ChangeDetectionStrategy.OnPush,
4689
4689
  template: '<ng-content></ng-content>',
4690
- inputs: ['popover', 'setAriaAttributes']
4690
+ inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'popover', 'setAriaAttributes']
4691
4691
  })
4692
4692
  export class SwirlPopoverTrigger {
4693
4693
  protected el: HTMLElement;
@@ -6717,13 +6717,13 @@ export declare interface SwirlThumbnail extends Components.SwirlThumbnail {
6717
6717
 
6718
6718
  @ProxyCmp({
6719
6719
  defineCustomElementFn: undefined,
6720
- inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6720
+ inputs: ['alt', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6721
6721
  })
6722
6722
  @Component({
6723
6723
  selector: 'swirl-thumbnail',
6724
6724
  changeDetection: ChangeDetectionStrategy.OnPush,
6725
6725
  template: '<ng-content></ng-content>',
6726
- inputs: ['alt', 'format', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6726
+ inputs: ['alt', 'format', 'interactive', 'progress', 'progressLabel', 'removeButtonLabel', 'showRemoveButton', 'size', 'src', 'timestamp']
6727
6727
  })
6728
6728
  export class SwirlThumbnail {
6729
6729
  protected el: HTMLElement;