@getflip/swirl-components-angular 0.49.2 → 0.51.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.
@@ -4195,7 +4195,7 @@ let SwirlSearch = class SwirlSearch {
4195
4195
  this.z = z;
4196
4196
  c.detach();
4197
4197
  this.el = r.nativeElement;
4198
- proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
4198
+ proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'inputInput', 'valueChange']);
4199
4199
  }
4200
4200
  };
4201
4201
  SwirlSearch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });