@getflip/swirl-components-angular 0.82.0 → 0.83.1

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.
@@ -595,7 +595,7 @@ let SwirlDateInput = class SwirlDateInput {
595
595
  this.z = z;
596
596
  c.detach();
597
597
  this.el = r.nativeElement;
598
- proxyOutputs(this, this.el, ['valueChange']);
598
+ proxyOutputs(this, this.el, ['invalidInput', 'valueChange']);
599
599
  }
600
600
  };
601
601
  SwirlDateInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlDateInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });