@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.
- package/dist/esm2020/lib/stencil-generated/components.mjs +2 -1
- package/dist/fesm2015/heartlandone-vega-angular.mjs +1 -0
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +1 -0
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +8 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +12 -1
|
@@ -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 });
|