@delon/chart 19.2.0 → 20.0.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/bar/index.d.ts +47 -5
- package/card/index.d.ts +35 -5
- package/chart-echarts/index.d.ts +85 -5
- package/core/index.d.ts +71 -5
- package/custom/index.d.ts +27 -5
- package/fesm2022/bar.mjs +8 -9
- package/fesm2022/bar.mjs.map +1 -1
- package/fesm2022/card.mjs +9 -9
- package/fesm2022/card.mjs.map +1 -1
- package/fesm2022/chart-echarts.mjs +11 -14
- package/fesm2022/chart-echarts.mjs.map +1 -1
- package/fesm2022/core.mjs +7 -7
- package/fesm2022/custom.mjs +8 -9
- package/fesm2022/custom.mjs.map +1 -1
- package/fesm2022/gauge.mjs +8 -9
- package/fesm2022/gauge.mjs.map +1 -1
- package/fesm2022/mini-area.mjs +8 -9
- package/fesm2022/mini-area.mjs.map +1 -1
- package/fesm2022/mini-bar.mjs +8 -9
- package/fesm2022/mini-bar.mjs.map +1 -1
- package/fesm2022/mini-progress.mjs +11 -12
- package/fesm2022/mini-progress.mjs.map +1 -1
- package/fesm2022/number-info.mjs +9 -9
- package/fesm2022/number-info.mjs.map +1 -1
- package/fesm2022/pie.mjs +9 -9
- package/fesm2022/pie.mjs.map +1 -1
- package/fesm2022/radar.mjs +9 -9
- package/fesm2022/radar.mjs.map +1 -1
- package/fesm2022/single-bar.mjs +8 -9
- package/fesm2022/single-bar.mjs.map +1 -1
- package/fesm2022/tag-cloud.mjs +8 -9
- package/fesm2022/tag-cloud.mjs.map +1 -1
- package/fesm2022/timeline.mjs +8 -9
- package/fesm2022/timeline.mjs.map +1 -1
- package/fesm2022/trend.mjs +8 -9
- package/fesm2022/trend.mjs.map +1 -1
- package/fesm2022/water-wave.mjs +9 -9
- package/fesm2022/water-wave.mjs.map +1 -1
- package/gauge/index.d.ts +29 -5
- package/index.d.ts +2 -5
- package/mini-area/index.d.ts +50 -5
- package/mini-bar/index.d.ts +42 -5
- package/mini-progress/index.d.ts +29 -5
- package/number-info/index.d.ts +35 -5
- package/package.json +3 -3
- package/pie/index.d.ts +80 -5
- package/radar/index.d.ts +51 -5
- package/single-bar/index.d.ts +38 -5
- package/tag-cloud/index.d.ts +42 -5
- package/timeline/index.d.ts +79 -3
- package/trend/index.d.ts +24 -5
- package/water-wave/index.d.ts +42 -5
- package/bar/bar.component.d.ts +0 -34
- package/bar/bar.module.d.ts +0 -10
- package/bar/public_api.d.ts +0 -2
- package/card/card.component.d.ts +0 -22
- package/card/card.module.d.ts +0 -11
- package/card/public_api.d.ts +0 -2
- package/chart-echarts/echarts.component.d.ts +0 -40
- package/chart-echarts/echarts.module.d.ts +0 -9
- package/chart-echarts/echarts.service.d.ts +0 -20
- package/chart-echarts/echarts.types.d.ts +0 -18
- package/chart-echarts/public_api.d.ts +0 -4
- package/core/g2.base.component.d.ts +0 -44
- package/core/g2.servicce.d.ts +0 -20
- package/core/public_api.d.ts +0 -5
- package/core/types/interaction.d.ts +0 -1
- package/core/types/time.d.ts +0 -1
- package/core/utils.d.ts +0 -2
- package/custom/custom.component.d.ts +0 -16
- package/custom/custom.module.d.ts +0 -9
- package/custom/public_api.d.ts +0 -2
- package/gauge/gauge.component.d.ts +0 -18
- package/gauge/gauge.module.d.ts +0 -9
- package/gauge/public_api.d.ts +0 -2
- package/mini-area/mini-area.component.d.ts +0 -39
- package/mini-area/mini-area.module.d.ts +0 -8
- package/mini-area/public_api.d.ts +0 -2
- package/mini-bar/mini-bar.component.d.ts +0 -31
- package/mini-bar/mini-bar.module.d.ts +0 -8
- package/mini-bar/public_api.d.ts +0 -2
- package/mini-progress/mini-progress.component.d.ts +0 -17
- package/mini-progress/mini-progress.module.d.ts +0 -10
- package/mini-progress/public_api.d.ts +0 -2
- package/number-info/number-info.component.d.ts +0 -23
- package/number-info/number-info.module.d.ts +0 -10
- package/number-info/public_api.d.ts +0 -2
- package/pie/pie.component.d.ts +0 -66
- package/pie/pie.module.d.ts +0 -11
- package/pie/public_api.d.ts +0 -2
- package/public_api.d.ts +0 -2
- package/radar/public_api.d.ts +0 -2
- package/radar/radar.component.d.ts +0 -37
- package/radar/radar.module.d.ts +0 -11
- package/single-bar/public_api.d.ts +0 -2
- package/single-bar/single-bar.component.d.ts +0 -28
- package/single-bar/single-bar.module.d.ts +0 -8
- package/tag-cloud/public_api.d.ts +0 -2
- package/tag-cloud/tag-cloud.component.d.ts +0 -30
- package/tag-cloud/tag-cloud.module.d.ts +0 -9
- package/timeline/public_api.d.ts +0 -2
- package/timeline/timeline.component.d.ts +0 -68
- package/timeline/timeline.module.d.ts +0 -10
- package/trend/public_api.d.ts +0 -2
- package/trend/trend.component.d.ts +0 -13
- package/trend/trend.module.d.ts +0 -9
- package/water-wave/public_api.d.ts +0 -2
- package/water-wave/water-wave.component.d.ts +0 -31
- package/water-wave/water-wave.module.d.ts +0 -9
package/number-info/index.d.ts
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
import * as i2 from 'ng-zorro-antd/icon';
|
|
5
|
+
import * as i3 from 'ng-zorro-antd/core/outlet';
|
|
6
|
+
|
|
7
|
+
declare class NumberInfoComponent {
|
|
8
|
+
/** 标题 */
|
|
9
|
+
title?: string | TemplateRef<void> | null;
|
|
10
|
+
/** 子标题 */
|
|
11
|
+
subTitle?: string | TemplateRef<void> | null;
|
|
12
|
+
/** 总量 */
|
|
13
|
+
total?: string | number | TemplateRef<void> | null;
|
|
14
|
+
/** 总量后缀 */
|
|
15
|
+
subTotal?: string | number | TemplateRef<void> | null;
|
|
16
|
+
/** 子总量 */
|
|
17
|
+
suffix?: string | null;
|
|
18
|
+
/** 增加状态 */
|
|
19
|
+
status?: 'up' | 'down';
|
|
20
|
+
/** 状态样式 */
|
|
21
|
+
theme: 'light' | 'default';
|
|
22
|
+
/** 设置数字和描述直接的间距(像素) */
|
|
23
|
+
gap: number;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInfoComponent, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumberInfoComponent, "number-info", ["numberInfo"], { "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "total": { "alias": "total"; "required": false; }; "subTotal": { "alias": "subTotal"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "status": { "alias": "status"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
|
+
static ngAcceptInputType_gap: unknown;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class NumberInfoModule {
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NumberInfoModule, never>;
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NumberInfoModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof i3.NzOutletModule, typeof NumberInfoComponent], [typeof NumberInfoComponent]>;
|
|
32
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NumberInfoModule>;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export { NumberInfoComponent, NumberInfoModule };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/chart",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "20.0.0",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@antv/data-set": "^0.11.8",
|
|
29
29
|
"@antv/g2": "^4.2.11",
|
|
30
30
|
"echarts": "^5.6.0",
|
|
31
|
-
"@delon/util": "^
|
|
32
|
-
"@delon/theme": "^
|
|
31
|
+
"@delon/util": "^20.0.0",
|
|
32
|
+
"@delon/theme": "^20.0.0",
|
|
33
33
|
"tslib": "^2.3.0"
|
|
34
34
|
},
|
|
35
35
|
"module": "fesm2022/chart.mjs",
|
package/pie/index.d.ts
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { Event } from '@antv/g2';
|
|
4
|
+
import { G2BaseComponent, G2InteractionType } from '@delon/chart/core';
|
|
5
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from 'ng-zorro-antd/divider';
|
|
8
|
+
import * as i3 from 'ng-zorro-antd/core/outlet';
|
|
9
|
+
import * as i4 from 'ng-zorro-antd/skeleton';
|
|
10
|
+
|
|
11
|
+
interface G2PieData {
|
|
12
|
+
x: NzSafeAny;
|
|
13
|
+
y: number;
|
|
14
|
+
[key: string]: NzSafeAny;
|
|
15
|
+
}
|
|
16
|
+
interface G2PieClickItem {
|
|
17
|
+
item: G2PieData;
|
|
18
|
+
ev: Event;
|
|
19
|
+
}
|
|
20
|
+
interface G2PieRatio {
|
|
21
|
+
/** 占比文本,默认:`占比` */
|
|
22
|
+
text: string;
|
|
23
|
+
/** 反比文本,默认:`反比` */
|
|
24
|
+
inverse: string;
|
|
25
|
+
/** 正比颜色,默认使用 `color` 值 */
|
|
26
|
+
color: string;
|
|
27
|
+
/** 反比颜色,默认:`#F0F2F5` */
|
|
28
|
+
inverseColor: string;
|
|
29
|
+
}
|
|
30
|
+
declare class G2PieComponent extends G2BaseComponent {
|
|
31
|
+
private percentColor;
|
|
32
|
+
legendData: NzSafeAny[];
|
|
33
|
+
isPercent: boolean;
|
|
34
|
+
animate: boolean;
|
|
35
|
+
color: string;
|
|
36
|
+
subTitle?: string | TemplateRef<void> | null;
|
|
37
|
+
total?: string | number | TemplateRef<void> | null;
|
|
38
|
+
height: number;
|
|
39
|
+
hasLegend: boolean;
|
|
40
|
+
inner: number;
|
|
41
|
+
padding: number | number[] | 'auto';
|
|
42
|
+
percent?: number;
|
|
43
|
+
tooltip: boolean;
|
|
44
|
+
lineWidth: number;
|
|
45
|
+
blockMaxWidth: number;
|
|
46
|
+
select: boolean;
|
|
47
|
+
valueFormat?: (y: number) => string;
|
|
48
|
+
data: G2PieData[];
|
|
49
|
+
colors?: string[];
|
|
50
|
+
interaction: G2InteractionType;
|
|
51
|
+
ratio: G2PieRatio;
|
|
52
|
+
readonly clickItem: EventEmitter<G2PieClickItem>;
|
|
53
|
+
block: boolean;
|
|
54
|
+
private fixData;
|
|
55
|
+
private updateBlock;
|
|
56
|
+
install(): void;
|
|
57
|
+
changeData(): void;
|
|
58
|
+
private genLegend;
|
|
59
|
+
_click(i: number): void;
|
|
60
|
+
onChanges(): void;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2PieComponent, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2PieComponent, "g2-pie", ["g2Pie"], { "animate": { "alias": "animate"; "required": false; }; "color": { "alias": "color"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "total": { "alias": "total"; "required": false; }; "height": { "alias": "height"; "required": false; }; "hasLegend": { "alias": "hasLegend"; "required": false; }; "inner": { "alias": "inner"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; "lineWidth": { "alias": "lineWidth"; "required": false; }; "blockMaxWidth": { "alias": "blockMaxWidth"; "required": false; }; "select": { "alias": "select"; "required": false; }; "valueFormat": { "alias": "valueFormat"; "required": false; }; "data": { "alias": "data"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; "interaction": { "alias": "interaction"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; }, { "clickItem": "clickItem"; }, never, never, true, never>;
|
|
63
|
+
static ngAcceptInputType_animate: unknown;
|
|
64
|
+
static ngAcceptInputType_height: unknown;
|
|
65
|
+
static ngAcceptInputType_hasLegend: unknown;
|
|
66
|
+
static ngAcceptInputType_percent: unknown;
|
|
67
|
+
static ngAcceptInputType_tooltip: unknown;
|
|
68
|
+
static ngAcceptInputType_lineWidth: unknown;
|
|
69
|
+
static ngAcceptInputType_blockMaxWidth: unknown;
|
|
70
|
+
static ngAcceptInputType_select: unknown;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
declare class G2PieModule {
|
|
74
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2PieModule, never>;
|
|
75
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2PieModule, never, [typeof i1.CommonModule, typeof i2.NzDividerModule, typeof i3.NzOutletModule, typeof i4.NzSkeletonModule, typeof G2PieComponent], [typeof G2PieComponent]>;
|
|
76
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2PieModule>;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export { G2PieComponent, G2PieModule };
|
|
80
|
+
export type { G2PieClickItem, G2PieData, G2PieRatio };
|
package/radar/index.d.ts
CHANGED
|
@@ -1,5 +1,51 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter } from '@angular/core';
|
|
3
|
+
import { Event } from '@antv/g2';
|
|
4
|
+
import { G2BaseComponent } from '@delon/chart/core';
|
|
5
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from 'ng-zorro-antd/grid';
|
|
8
|
+
import * as i3 from 'ng-zorro-antd/core/outlet';
|
|
9
|
+
import * as i4 from 'ng-zorro-antd/skeleton';
|
|
10
|
+
|
|
11
|
+
interface G2RadarData {
|
|
12
|
+
name: string;
|
|
13
|
+
label: string;
|
|
14
|
+
value: number;
|
|
15
|
+
[key: string]: NzSafeAny;
|
|
16
|
+
}
|
|
17
|
+
interface G2RadarClickItem {
|
|
18
|
+
item: G2RadarData;
|
|
19
|
+
ev: Event;
|
|
20
|
+
}
|
|
21
|
+
declare class G2RadarComponent extends G2BaseComponent {
|
|
22
|
+
legendData: NzSafeAny[];
|
|
23
|
+
title?: string | TemplateRef<void> | null;
|
|
24
|
+
height: number;
|
|
25
|
+
padding: number | number[] | 'auto';
|
|
26
|
+
hasLegend: boolean;
|
|
27
|
+
tickCount: number;
|
|
28
|
+
data: G2RadarData[];
|
|
29
|
+
colors: string[];
|
|
30
|
+
readonly clickItem: EventEmitter<G2RadarClickItem>;
|
|
31
|
+
private getHeight;
|
|
32
|
+
install(): void;
|
|
33
|
+
changeData(): void;
|
|
34
|
+
private genLegend;
|
|
35
|
+
_click(i: number): void;
|
|
36
|
+
onChanges(): void;
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2RadarComponent, never>;
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2RadarComponent, "g2-radar", ["g2Radar"], { "title": { "alias": "title"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "hasLegend": { "alias": "hasLegend"; "required": false; }; "tickCount": { "alias": "tickCount"; "required": false; }; "data": { "alias": "data"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, { "clickItem": "clickItem"; }, never, never, true, never>;
|
|
39
|
+
static ngAcceptInputType_height: unknown;
|
|
40
|
+
static ngAcceptInputType_hasLegend: unknown;
|
|
41
|
+
static ngAcceptInputType_tickCount: unknown;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
declare class G2RadarModule {
|
|
45
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2RadarModule, never>;
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2RadarModule, never, [typeof i1.CommonModule, typeof i2.NzGridModule, typeof i3.NzOutletModule, typeof i4.NzSkeletonModule, typeof G2RadarComponent], [typeof G2RadarComponent]>;
|
|
47
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2RadarModule>;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export { G2RadarComponent, G2RadarModule };
|
|
51
|
+
export type { G2RadarClickItem, G2RadarData };
|
package/single-bar/index.d.ts
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { SimpleChanges } from '@angular/core';
|
|
3
|
+
import { G2BaseComponent } from '@delon/chart/core';
|
|
4
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
5
|
+
import * as i1 from '@angular/common';
|
|
6
|
+
|
|
7
|
+
declare class G2SingleBarComponent extends G2BaseComponent {
|
|
8
|
+
plusColor: string;
|
|
9
|
+
minusColor: string;
|
|
10
|
+
height: number;
|
|
11
|
+
barSize: number;
|
|
12
|
+
min: number;
|
|
13
|
+
max: number;
|
|
14
|
+
value: number;
|
|
15
|
+
line: boolean;
|
|
16
|
+
format?: (value: number, item: NzSafeAny, index: number) => string;
|
|
17
|
+
padding: number | number[] | 'auto';
|
|
18
|
+
textStyle: Record<string, NzSafeAny>;
|
|
19
|
+
install(): void;
|
|
20
|
+
onlyChangeData: (changes: SimpleChanges) => boolean;
|
|
21
|
+
changeData(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2SingleBarComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2SingleBarComponent, "g2-single-bar", ["g2SingleBar"], { "plusColor": { "alias": "plusColor"; "required": false; }; "minusColor": { "alias": "minusColor"; "required": false; }; "height": { "alias": "height"; "required": false; }; "barSize": { "alias": "barSize"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "line": { "alias": "line"; "required": false; }; "format": { "alias": "format"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "textStyle": { "alias": "textStyle"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
|
+
static ngAcceptInputType_height: unknown;
|
|
25
|
+
static ngAcceptInputType_barSize: unknown;
|
|
26
|
+
static ngAcceptInputType_min: unknown;
|
|
27
|
+
static ngAcceptInputType_max: unknown;
|
|
28
|
+
static ngAcceptInputType_value: unknown;
|
|
29
|
+
static ngAcceptInputType_line: unknown;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
declare class G2SingleBarModule {
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2SingleBarModule, never>;
|
|
34
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2SingleBarModule, never, [typeof i1.CommonModule, typeof G2SingleBarComponent], [typeof G2SingleBarComponent]>;
|
|
35
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2SingleBarModule>;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export { G2SingleBarComponent, G2SingleBarModule };
|
package/tag-cloud/index.d.ts
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { Event } from '@antv/g2';
|
|
4
|
+
import { G2BaseComponent } from '@delon/chart/core';
|
|
5
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from 'ng-zorro-antd/skeleton';
|
|
8
|
+
|
|
9
|
+
interface G2TagCloudData {
|
|
10
|
+
value?: number;
|
|
11
|
+
name?: string;
|
|
12
|
+
[key: string]: NzSafeAny;
|
|
13
|
+
}
|
|
14
|
+
interface G2TagCloudClickItem {
|
|
15
|
+
item: G2TagCloudData;
|
|
16
|
+
ev: Event;
|
|
17
|
+
}
|
|
18
|
+
declare class G2TagCloudComponent extends G2BaseComponent {
|
|
19
|
+
width: number;
|
|
20
|
+
height: number;
|
|
21
|
+
padding: number | number[] | 'auto';
|
|
22
|
+
data: G2TagCloudData[];
|
|
23
|
+
readonly clickItem: EventEmitter<G2TagCloudClickItem>;
|
|
24
|
+
private initTagCloud;
|
|
25
|
+
install(): void;
|
|
26
|
+
changeData(): void;
|
|
27
|
+
private installResizeEvent;
|
|
28
|
+
onInit(): void;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TagCloudComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2TagCloudComponent, "g2-tag-cloud", ["g2TagCloud"], { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "clickItem": "clickItem"; }, never, never, true, never>;
|
|
31
|
+
static ngAcceptInputType_width: unknown;
|
|
32
|
+
static ngAcceptInputType_height: unknown;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
declare class G2TagCloudModule {
|
|
36
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TagCloudModule, never>;
|
|
37
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2TagCloudModule, never, [typeof i1.CommonModule, typeof i2.NzSkeletonModule, typeof G2TagCloudComponent], [typeof G2TagCloudComponent]>;
|
|
38
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2TagCloudModule>;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export { G2TagCloudComponent, G2TagCloudModule };
|
|
42
|
+
export type { G2TagCloudClickItem, G2TagCloudData };
|
package/timeline/index.d.ts
CHANGED
|
@@ -1,5 +1,81 @@
|
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { Event } from '@antv/g2';
|
|
4
|
+
import { G2Time, G2BaseComponent } from '@delon/chart/core';
|
|
5
|
+
import { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
6
|
+
import * as i1 from '@angular/common';
|
|
7
|
+
import * as i2 from 'ng-zorro-antd/core/outlet';
|
|
8
|
+
import * as i3 from 'ng-zorro-antd/skeleton';
|
|
9
|
+
|
|
1
10
|
/**
|
|
2
|
-
*
|
|
11
|
+
* 数据
|
|
12
|
+
*
|
|
13
|
+
* 注:根据 `maxAxis` 值传递指标数据
|
|
3
14
|
*/
|
|
4
|
-
|
|
5
|
-
|
|
15
|
+
interface G2TimelineData {
|
|
16
|
+
/**
|
|
17
|
+
* 时间值
|
|
18
|
+
*/
|
|
19
|
+
time?: G2Time;
|
|
20
|
+
/** 指标1数据 */
|
|
21
|
+
y1: number;
|
|
22
|
+
/** 指标2数据 */
|
|
23
|
+
y2?: number;
|
|
24
|
+
/** 指标3数据 */
|
|
25
|
+
y3?: number;
|
|
26
|
+
/** 指标4数据 */
|
|
27
|
+
y4?: number;
|
|
28
|
+
/** 指标5数据 */
|
|
29
|
+
y5?: number;
|
|
30
|
+
[key: string]: NzSafeAny;
|
|
31
|
+
}
|
|
32
|
+
interface G2TimelineMap {
|
|
33
|
+
/** 指标1 */
|
|
34
|
+
y1: string;
|
|
35
|
+
/** 指标 */
|
|
36
|
+
y2?: string;
|
|
37
|
+
/** 指标3 */
|
|
38
|
+
y3?: string;
|
|
39
|
+
/** 指标4 */
|
|
40
|
+
y4?: string;
|
|
41
|
+
/** 指标5 */
|
|
42
|
+
y5?: string;
|
|
43
|
+
[key: string]: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
interface G2TimelineClickItem {
|
|
46
|
+
item: G2TimelineData;
|
|
47
|
+
ev: Event;
|
|
48
|
+
}
|
|
49
|
+
declare class G2TimelineComponent extends G2BaseComponent {
|
|
50
|
+
title?: string | TemplateRef<void> | null;
|
|
51
|
+
maxAxis: number;
|
|
52
|
+
data: G2TimelineData[];
|
|
53
|
+
titleMap?: G2TimelineMap | null;
|
|
54
|
+
colorMap: G2TimelineMap;
|
|
55
|
+
mask: string;
|
|
56
|
+
maskSlider: string;
|
|
57
|
+
position: 'top' | 'right' | 'bottom' | 'left';
|
|
58
|
+
height: number;
|
|
59
|
+
padding: number[];
|
|
60
|
+
borderWidth: number;
|
|
61
|
+
slider: boolean;
|
|
62
|
+
readonly clickItem: EventEmitter<G2TimelineClickItem>;
|
|
63
|
+
onlyChangeData: (changes: SimpleChanges) => boolean;
|
|
64
|
+
install(): void;
|
|
65
|
+
changeData(): void;
|
|
66
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TimelineComponent, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2TimelineComponent, "g2-timeline", ["g2Timeline"], { "title": { "alias": "title"; "required": false; }; "maxAxis": { "alias": "maxAxis"; "required": false; }; "data": { "alias": "data"; "required": false; }; "titleMap": { "alias": "titleMap"; "required": false; }; "colorMap": { "alias": "colorMap"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "maskSlider": { "alias": "maskSlider"; "required": false; }; "position": { "alias": "position"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "borderWidth": { "alias": "borderWidth"; "required": false; }; "slider": { "alias": "slider"; "required": false; }; }, { "clickItem": "clickItem"; }, never, never, true, never>;
|
|
68
|
+
static ngAcceptInputType_maxAxis: unknown;
|
|
69
|
+
static ngAcceptInputType_height: unknown;
|
|
70
|
+
static ngAcceptInputType_borderWidth: unknown;
|
|
71
|
+
static ngAcceptInputType_slider: unknown;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class G2TimelineModule {
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2TimelineModule, never>;
|
|
76
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2TimelineModule, never, [typeof i1.CommonModule, typeof i2.NzOutletModule, typeof i3.NzSkeletonModule, typeof G2TimelineComponent], [typeof G2TimelineComponent]>;
|
|
77
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2TimelineModule>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export { G2TimelineComponent, G2TimelineModule };
|
|
81
|
+
export type { G2TimelineClickItem, G2TimelineData, G2TimelineMap };
|
package/trend/index.d.ts
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import * as i1 from '@angular/common';
|
|
3
|
+
import * as i2 from 'ng-zorro-antd/icon';
|
|
4
|
+
|
|
5
|
+
declare class TrendComponent {
|
|
6
|
+
/** 上升下降标识 */
|
|
7
|
+
flag?: 'up' | 'down';
|
|
8
|
+
/** 是否彩色标记 */
|
|
9
|
+
colorful: boolean;
|
|
10
|
+
/** 颜色反转 */
|
|
11
|
+
reverseColor: boolean;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TrendComponent, "trend", ["trend"], { "flag": { "alias": "flag"; "required": false; }; "colorful": { "alias": "colorful"; "required": false; }; "reverseColor": { "alias": "reverseColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
14
|
+
static ngAcceptInputType_colorful: unknown;
|
|
15
|
+
static ngAcceptInputType_reverseColor: unknown;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class TrendModule {
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TrendModule, never>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TrendModule, never, [typeof i1.CommonModule, typeof i2.NzIconModule, typeof TrendComponent], [typeof TrendComponent]>;
|
|
21
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TrendModule>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export { TrendComponent, TrendModule };
|
package/water-wave/index.d.ts
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy, OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
3
|
+
import * as i1 from '@angular/common';
|
|
4
|
+
import * as i2 from 'ng-zorro-antd/core/outlet';
|
|
5
|
+
|
|
6
|
+
declare class G2WaterWaveComponent implements OnDestroy, OnChanges, OnInit {
|
|
7
|
+
private readonly el;
|
|
8
|
+
private readonly renderer;
|
|
9
|
+
private readonly ngZone;
|
|
10
|
+
private readonly cdr;
|
|
11
|
+
private readonly platform;
|
|
12
|
+
private resize$;
|
|
13
|
+
private node;
|
|
14
|
+
private timer;
|
|
15
|
+
animate: boolean;
|
|
16
|
+
delay: number;
|
|
17
|
+
title?: string | TemplateRef<void> | null;
|
|
18
|
+
color: string;
|
|
19
|
+
height: number;
|
|
20
|
+
percent?: number;
|
|
21
|
+
private renderChart;
|
|
22
|
+
private updateRadio;
|
|
23
|
+
render(): void;
|
|
24
|
+
private installResizeEvent;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
ngOnChanges(): void;
|
|
27
|
+
ngOnDestroy(): void;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveComponent, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<G2WaterWaveComponent, "g2-water-wave", ["g2WaterWave"], { "animate": { "alias": "animate"; "required": false; }; "delay": { "alias": "delay"; "required": false; }; "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "height": { "alias": "height"; "required": false; }; "percent": { "alias": "percent"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
+
static ngAcceptInputType_animate: unknown;
|
|
31
|
+
static ngAcceptInputType_delay: unknown;
|
|
32
|
+
static ngAcceptInputType_height: unknown;
|
|
33
|
+
static ngAcceptInputType_percent: unknown;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
declare class G2WaterWaveModule {
|
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<G2WaterWaveModule, never>;
|
|
38
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<G2WaterWaveModule, never, [typeof i1.CommonModule, typeof i2.NzOutletModule, typeof G2WaterWaveComponent], [typeof G2WaterWaveComponent]>;
|
|
39
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<G2WaterWaveModule>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export { G2WaterWaveComponent, G2WaterWaveModule };
|
package/bar/bar.component.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import type { Event } from '@antv/g2';
|
|
3
|
-
import { G2BaseComponent, G2InteractionType } from '@delon/chart/core';
|
|
4
|
-
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export interface G2BarData {
|
|
7
|
-
x: NzSafeAny;
|
|
8
|
-
y: NzSafeAny;
|
|
9
|
-
color?: string | null;
|
|
10
|
-
[key: string]: NzSafeAny;
|
|
11
|
-
}
|
|
12
|
-
export interface G2BarClickItem {
|
|
13
|
-
item: G2BarData;
|
|
14
|
-
ev: Event;
|
|
15
|
-
}
|
|
16
|
-
export declare class G2BarComponent extends G2BaseComponent {
|
|
17
|
-
title?: string | TemplateRef<void>;
|
|
18
|
-
color: string;
|
|
19
|
-
height: number;
|
|
20
|
-
padding: number | number[] | 'auto';
|
|
21
|
-
data: G2BarData[];
|
|
22
|
-
autoLabel: boolean;
|
|
23
|
-
interaction: G2InteractionType;
|
|
24
|
-
readonly clickItem: EventEmitter<G2BarClickItem>;
|
|
25
|
-
private getHeight;
|
|
26
|
-
install(): void;
|
|
27
|
-
changeData(): void;
|
|
28
|
-
private updatelabel;
|
|
29
|
-
private installResizeEvent;
|
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<G2BarComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<G2BarComponent, "g2-bar", ["g2Bar"], { "title": { "alias": "title"; "required": false; }; "color": { "alias": "color"; "required": false; }; "height": { "alias": "height"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "data": { "alias": "data"; "required": false; }; "autoLabel": { "alias": "autoLabel"; "required": false; }; "interaction": { "alias": "interaction"; "required": false; }; }, { "clickItem": "clickItem"; }, never, never, true, never>;
|
|
32
|
-
static ngAcceptInputType_height: unknown;
|
|
33
|
-
static ngAcceptInputType_autoLabel: unknown;
|
|
34
|
-
}
|
package/bar/bar.module.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "ng-zorro-antd/core/outlet";
|
|
4
|
-
import * as i3 from "ng-zorro-antd/skeleton";
|
|
5
|
-
import * as i4 from "./bar.component";
|
|
6
|
-
export declare class G2BarModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<G2BarModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<G2BarModule, never, [typeof i1.CommonModule, typeof i2.NzOutletModule, typeof i3.NzSkeletonModule, typeof i4.G2BarComponent], [typeof i4.G2BarComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<G2BarModule>;
|
|
10
|
-
}
|
package/bar/public_api.d.ts
DELETED
package/card/card.component.d.ts
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { OnChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class G2CardComponent implements OnChanges {
|
|
4
|
-
private readonly cdr;
|
|
5
|
-
/** 是否显示边框 */
|
|
6
|
-
bordered: boolean;
|
|
7
|
-
avatar?: string | TemplateRef<void> | null;
|
|
8
|
-
title?: string | TemplateRef<void> | null;
|
|
9
|
-
action?: string | TemplateRef<void> | null;
|
|
10
|
-
total: string;
|
|
11
|
-
_height: string;
|
|
12
|
-
_orgHeight: number | string;
|
|
13
|
-
set contentHeight(value: number | string);
|
|
14
|
-
footer?: string | TemplateRef<void> | null;
|
|
15
|
-
/** 是否显示Loading */
|
|
16
|
-
loading: boolean;
|
|
17
|
-
ngOnChanges(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<G2CardComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<G2CardComponent, "g2-card", ["g2Card"], { "bordered": { "alias": "bordered"; "required": false; }; "avatar": { "alias": "avatar"; "required": false; }; "title": { "alias": "title"; "required": false; }; "action": { "alias": "action"; "required": false; }; "total": { "alias": "total"; "required": false; }; "contentHeight": { "alias": "contentHeight"; "required": false; }; "footer": { "alias": "footer"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
20
|
-
static ngAcceptInputType_bordered: unknown;
|
|
21
|
-
static ngAcceptInputType_loading: unknown;
|
|
22
|
-
}
|
package/card/card.module.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "ng-zorro-antd/card";
|
|
4
|
-
import * as i3 from "ng-zorro-antd/spin";
|
|
5
|
-
import * as i4 from "ng-zorro-antd/core/outlet";
|
|
6
|
-
import * as i5 from "./card.component";
|
|
7
|
-
export declare class G2CardModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<G2CardModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<G2CardModule, never, [typeof i1.CommonModule, typeof i2.NzCardModule, typeof i3.NzSpinModule, typeof i4.NzOutletModule, typeof i5.G2CardComponent], [typeof i5.G2CardComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<G2CardModule>;
|
|
11
|
-
}
|
package/card/public_api.d.ts
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { NumberInput } from '@delon/util/decorator';
|
|
3
|
-
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
4
|
-
import { ChartECharts, ChartEChartsEvent, ChartEChartsOn, ChartEChartsOption } from './echarts.types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class ChartEChartsComponent implements OnInit, OnDestroy {
|
|
7
|
-
static ngAcceptInputType_width: NumberInput;
|
|
8
|
-
static ngAcceptInputType_height: NumberInput;
|
|
9
|
-
private readonly srv;
|
|
10
|
-
private readonly cdr;
|
|
11
|
-
private readonly ngZone;
|
|
12
|
-
private readonly platform;
|
|
13
|
-
private node;
|
|
14
|
-
private destroy$;
|
|
15
|
-
private _chart;
|
|
16
|
-
private _theme?;
|
|
17
|
-
private _initOpt?;
|
|
18
|
-
private _option;
|
|
19
|
-
_width: string;
|
|
20
|
-
_height: string;
|
|
21
|
-
set width(val: NumberInput);
|
|
22
|
-
set height(val: NumberInput);
|
|
23
|
-
set theme(value: string | Record<string, unknown> | null | undefined);
|
|
24
|
-
set initOpt(value: NzSafeAny);
|
|
25
|
-
set option(value: ChartEChartsOption);
|
|
26
|
-
on: ChartEChartsOn[];
|
|
27
|
-
readonly events: EventEmitter<ChartEChartsEvent>;
|
|
28
|
-
get chart(): ChartECharts | null;
|
|
29
|
-
loaded: boolean;
|
|
30
|
-
constructor();
|
|
31
|
-
private emit;
|
|
32
|
-
private load;
|
|
33
|
-
install(): this;
|
|
34
|
-
destroy(): this;
|
|
35
|
-
setOption(option: ChartEChartsOption, notMerge?: boolean, lazyUpdate?: boolean): this;
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartEChartsComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChartEChartsComponent, "chart-echarts, [chart-echarts]", ["chartECharts"], { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "initOpt": { "alias": "initOpt"; "required": false; }; "option": { "alias": "option"; "required": false; }; "on": { "alias": "on"; "required": false; }; }, { "events": "events"; }, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
import * as i2 from "ng-zorro-antd/skeleton";
|
|
4
|
-
import * as i3 from "./echarts.component";
|
|
5
|
-
export declare class ChartEChartsModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartEChartsModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ChartEChartsModule, never, [typeof i1.CommonModule, typeof i2.NzSkeletonModule, typeof i3.ChartEChartsComponent], [typeof i3.ChartEChartsComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ChartEChartsModule>;
|
|
9
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { AlainChartConfig } from '@delon/util/config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ChartEChartsService implements OnDestroy {
|
|
6
|
-
private readonly cogSrv;
|
|
7
|
-
private readonly lazySrv;
|
|
8
|
-
private _cog;
|
|
9
|
-
private loading;
|
|
10
|
-
private loaded;
|
|
11
|
-
private notify$;
|
|
12
|
-
get cog(): AlainChartConfig;
|
|
13
|
-
set cog(val: AlainChartConfig);
|
|
14
|
-
constructor();
|
|
15
|
-
libLoad(): this;
|
|
16
|
-
get notify(): Observable<void>;
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChartEChartsService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ChartEChartsService>;
|
|
20
|
-
}
|