@getflip/swirl-components-angular 0.129.1 → 0.131.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.
@@ -7288,7 +7288,7 @@ let SwirlTimeInput = class SwirlTimeInput {
7288
7288
  this.z = z;
7289
7289
  c.detach();
7290
7290
  this.el = r.nativeElement;
7291
- proxyOutputs(this, this.el, ['valueChange']);
7291
+ proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
7292
7292
  }
7293
7293
  };
7294
7294
  SwirlTimeInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTimeInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });