@siemens/charts-ng 48.5.2 → 48.7.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/index.d.ts
CHANGED
|
@@ -390,6 +390,7 @@ declare class SiChartComponent implements AfterViewInit, OnChanges, OnInit, OnDe
|
|
|
390
390
|
private requestedDataZoom?;
|
|
391
391
|
private measureCanvas?;
|
|
392
392
|
private readonly cdRef;
|
|
393
|
+
private readonly ngZone;
|
|
393
394
|
protected curWidth: number;
|
|
394
395
|
protected curHeight: number;
|
|
395
396
|
protected readonly timeBarBottom: _angular_core.WritableSignal<number>;
|
|
@@ -399,11 +400,10 @@ declare class SiChartComponent implements AfterViewInit, OnChanges, OnInit, OnDe
|
|
|
399
400
|
private gridCoordinates;
|
|
400
401
|
private customLegendsMultiLineInfo;
|
|
401
402
|
protected extZoomSliderOptions: EChartOption;
|
|
402
|
-
private echartMouseDown;
|
|
403
|
-
private echartMouseUp;
|
|
404
|
-
private echartExtSliderMouseDown;
|
|
405
|
-
private echartExtSliderMouseUp;
|
|
406
|
-
private readonly ngZone;
|
|
403
|
+
private readonly echartMouseDown;
|
|
404
|
+
private readonly echartMouseUp;
|
|
405
|
+
private readonly echartExtSliderMouseDown;
|
|
406
|
+
private readonly echartExtSliderMouseUp;
|
|
407
407
|
protected readonly shapePaths: Record<string, string>;
|
|
408
408
|
/**
|
|
409
409
|
* Allow consuming applications to re-draw chart on window resizes.
|
|
@@ -781,7 +781,7 @@ declare class SiChartGaugeComponent extends SiChartComponent implements OnChange
|
|
|
781
781
|
private setAxisLineColor;
|
|
782
782
|
private getResponsiveConfig;
|
|
783
783
|
private calcValue;
|
|
784
|
-
private axisLabelFormatter;
|
|
784
|
+
private readonly axisLabelFormatter;
|
|
785
785
|
protected applyOptions(): void;
|
|
786
786
|
private valueFormatterInternal;
|
|
787
787
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -880,7 +880,7 @@ declare class SiChartProgressBarComponent extends SiChartComponent {
|
|
|
880
880
|
private maxValue;
|
|
881
881
|
private xAxisConfig;
|
|
882
882
|
private yAxis;
|
|
883
|
-
private formatter;
|
|
883
|
+
private readonly formatter;
|
|
884
884
|
private labelPositionOption;
|
|
885
885
|
private labelPositionOptionForValue;
|
|
886
886
|
private labelFormatter;
|