@getflip/swirl-components-angular 0.68.2 → 0.68.4

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.
@@ -4340,11 +4340,11 @@ let SwirlPopover = class SwirlPopover {
4340
4340
  }
4341
4341
  };
4342
4342
  SwirlPopover.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlPopover, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4343
- SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4343
+ SwirlPopover.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlPopover, selector: "swirl-popover", inputs: { animation: "animation", disableScrollLock: "disableScrollLock", enableFlip: "enableFlip", fullscreenBottomSheet: "fullscreenBottomSheet", label: "label", maxHeight: "maxHeight", offset: "offset", placement: "placement", popoverId: "popoverId", trigger: "trigger", triggerContainer: "triggerContainer", useContainerWidth: "useContainerWidth" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4344
4344
  SwirlPopover = __decorate([
4345
4345
  ProxyCmp({
4346
4346
  defineCustomElementFn: undefined,
4347
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth'],
4347
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'triggerContainer', 'useContainerWidth'],
4348
4348
  methods: ['close', 'open']
4349
4349
  })
4350
4350
  ], SwirlPopover);
@@ -4354,7 +4354,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4354
4354
  selector: 'swirl-popover',
4355
4355
  changeDetection: ChangeDetectionStrategy.OnPush,
4356
4356
  template: '<ng-content></ng-content>',
4357
- inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'useContainerWidth']
4357
+ inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'placement', 'popoverId', 'trigger', 'triggerContainer', 'useContainerWidth']
4358
4358
  }]
4359
4359
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4360
4360
  let SwirlProgressIndicator = class SwirlProgressIndicator {