@haiilo/catalyst-angular 13.2.0 → 13.3.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.
@@ -789,7 +789,7 @@ let CatInput = class CatInput {
789
789
  this.z = z;
790
790
  c.detach();
791
791
  this.el = r.nativeElement;
792
- proxyOutputs(this, this.el, ['catChange', 'catFocus', 'catBlur']);
792
+ proxyOutputs(this, this.el, ['catChange', 'catFocus', 'catBlur', 'catChangeFiles']);
793
793
  }
794
794
  };
795
795
  CatInput.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CatInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });