@getflip/swirl-components-angular 0.177.1 → 0.179.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.
@@ -479,7 +479,8 @@ SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14
479
479
  SwirlCard = __decorate([
480
480
  ProxyCmp({
481
481
  defineCustomElementFn: undefined,
482
- inputs: ['as', 'borderRadius', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby']
482
+ inputs: ['as', 'borderRadius', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
483
+ methods: ['flash']
483
484
  })
484
485
  ], SwirlCard);
485
486
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, decorators: [{
@@ -767,7 +768,7 @@ let SwirlDialog = class SwirlDialog {
767
768
  this.z = z;
768
769
  c.detach();
769
770
  this.el = r.nativeElement;
770
- proxyOutputs(this, this.el, ['primaryAction', 'secondaryAction']);
771
+ proxyOutputs(this, this.el, ['dialogClose', 'dialogOpen', 'primaryAction', 'secondaryAction']);
771
772
  }
772
773
  };
773
774
  SwirlDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });