@haiilo/catalyst-angular 13.2.0 → 13.3.2
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.
- package/esm2020/lib/directives/proxies.mjs +2 -2
- package/fesm2015/haiilo-catalyst-angular.mjs +1 -1
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/directives/proxies.d.ts +4 -0
- package/package.json +3 -3
|
@@ -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 });
|