@siemens/charts-ng 48.5.0 → 48.5.2
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.
|
@@ -6,7 +6,6 @@ import * as echarts from 'echarts/core';
|
|
|
6
6
|
export { echarts };
|
|
7
7
|
import { LegacyGridContainLabel } from 'echarts/features';
|
|
8
8
|
import { CanvasRenderer, SVGRenderer } from 'echarts/renderers';
|
|
9
|
-
import { CommonModule } from '@angular/common';
|
|
10
9
|
|
|
11
10
|
/**
|
|
12
11
|
* Copyright (c) Siemens 2016 - 2025
|
|
@@ -3606,12 +3605,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
3606
3605
|
*/
|
|
3607
3606
|
class SiChartsNgModule {
|
|
3608
3607
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
3609
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule, imports: [
|
|
3610
|
-
SiChartCartesianComponent,
|
|
3608
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule, imports: [SiChartCartesianComponent,
|
|
3611
3609
|
SiChartCircleComponent,
|
|
3612
3610
|
SiChartComponent,
|
|
3613
3611
|
SiChartGaugeComponent,
|
|
3614
|
-
SiChartLoadingSpinnerComponent,
|
|
3615
3612
|
SiChartProgressBarComponent,
|
|
3616
3613
|
SiChartProgressComponent,
|
|
3617
3614
|
SiChartSankeyComponent,
|
|
@@ -3625,18 +3622,16 @@ class SiChartsNgModule {
|
|
|
3625
3622
|
SiChartSankeyComponent,
|
|
3626
3623
|
SiChartSunburstComponent,
|
|
3627
3624
|
SiCustomLegendComponent] });
|
|
3628
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule
|
|
3625
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule });
|
|
3629
3626
|
}
|
|
3630
3627
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SiChartsNgModule, decorators: [{
|
|
3631
3628
|
type: NgModule,
|
|
3632
3629
|
args: [{
|
|
3633
3630
|
imports: [
|
|
3634
|
-
CommonModule,
|
|
3635
3631
|
SiChartCartesianComponent,
|
|
3636
3632
|
SiChartCircleComponent,
|
|
3637
3633
|
SiChartComponent,
|
|
3638
3634
|
SiChartGaugeComponent,
|
|
3639
|
-
SiChartLoadingSpinnerComponent,
|
|
3640
3635
|
SiChartProgressBarComponent,
|
|
3641
3636
|
SiChartProgressComponent,
|
|
3642
3637
|
SiChartSankeyComponent,
|