@getflip/swirl-components-angular 0.78.0 → 0.79.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.
@@ -1800,7 +1800,7 @@ export declare class SwirlPopover {
1800
1800
  protected el: HTMLElement;
1801
1801
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1802
1802
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopover, never>;
1803
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": "animation"; "disableScrollLock": "disableScrollLock"; "enableFlip": "enableFlip"; "fullscreenBottomSheet": "fullscreenBottomSheet"; "label": "label"; "maxHeight": "maxHeight"; "offset": "offset"; "placement": "placement"; "trigger": "trigger"; "triggerContainer": "triggerContainer"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
1803
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopover, "swirl-popover", never, { "animation": "animation"; "disableScrollLock": "disableScrollLock"; "enableFlip": "enableFlip"; "fullscreenBottomSheet": "fullscreenBottomSheet"; "label": "label"; "maxHeight": "maxHeight"; "offset": "offset"; "placement": "placement"; "popoverId": "popoverId"; "trigger": "trigger"; "triggerContainer": "triggerContainer"; "useContainerWidth": "useContainerWidth"; }, {}, never, ["*"], false>;
1804
1804
  }
1805
1805
  export declare interface SwirlPopoverTrigger extends Components.SwirlPopoverTrigger {
1806
1806
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.78.0",
3
+ "version": "0.79.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.79.0",
17
+ "@getflip/swirl-components": "^0.80.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4022,14 +4022,14 @@ export declare interface SwirlPopover extends Components.SwirlPopover {
4022
4022
 
4023
4023
  @ProxyCmp({
4024
4024
  defineCustomElementFn: undefined,
4025
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'trigger', 'triggerContainer', 'useContainerWidth'],
4025
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'triggerContainer', 'useContainerWidth'],
4026
4026
  methods: ['close', 'open']
4027
4027
  })
4028
4028
  @Component({
4029
4029
  selector: 'swirl-popover',
4030
4030
  changeDetection: ChangeDetectionStrategy.OnPush,
4031
4031
  template: '<ng-content></ng-content>',
4032
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'trigger', 'triggerContainer', 'useContainerWidth']
4032
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'triggerContainer', 'useContainerWidth']
4033
4033
  })
4034
4034
  export class SwirlPopover {
4035
4035
  protected el: HTMLElement;