@haiilo/catalyst-angular 10.9.0 → 10.10.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.
@@ -222,6 +222,7 @@ let CatCard = class CatCard {
222
222
  this.z = z;
223
223
  c.detach();
224
224
  this.el = r.nativeElement;
225
+ proxyOutputs(this, this.el, ['catLoad']);
225
226
  }
226
227
  };
227
228
  CatCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: CatCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });