@heartlandone/vega-angular 2.10.0 → 2.11.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.
@@ -1290,6 +1290,7 @@ let VegaLeftNavSection = class VegaLeftNavSection {
1290
1290
  this.z = z;
1291
1291
  c.detach();
1292
1292
  this.el = r.nativeElement;
1293
+ proxyOutputs(this, this.el, ['vegaActionClick', 'actionClick']);
1293
1294
  }
1294
1295
  };
1295
1296
  VegaLeftNavSection.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaLeftNavSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });