barsa-develop-components 2.3.79 → 2.3.80

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.
@@ -3582,6 +3582,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
3582
3582
  }] } });
3583
3583
 
3584
3584
  class PieProgressComponent extends BaseComponent {
3585
+ constructor() {
3586
+ super(...arguments);
3587
+ this._renderer2 = inject(Renderer2);
3588
+ }
3589
+ ngOnInit() {
3590
+ super.ngOnInit();
3591
+ if (this.settings.ChartHeight) {
3592
+ this._renderer2.setStyle(this._el.nativeElement, 'height', this.settings.ChartHeight);
3593
+ }
3594
+ }
3585
3595
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: PieProgressComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
3586
3596
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.6", type: PieProgressComponent, isStandalone: false, selector: "bdc-pie-progress", inputs: { mo: "mo" }, usesInheritance: true, ngImport: i0, template: " @if(mo){\r\n <div *untilInView=\"el\" echartRenderer [chartInstanceId]=\"settings.ChartInstance.Id\" [parentMo]=\"mo\"></div>\r\n }\r\n", styles: [":host{display:block;min-height:200px}\n"], dependencies: [{ kind: "directive", type: i2$1.UntilInViewDirective, selector: "[untilInView]", inputs: ["untilInView", "intersectionDebounce"] }, { kind: "directive", type: i2$7.ChartBaseDirective, selector: "[echartRenderer]", inputs: ["chartInstanceId", "parentMoId", "parentMo"], exportAs: ["echartRenderer"] }] }); }
3587
3597
  }