@siemens/ix-echarts 1.0.0-beta.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.
- package/dist/index.esm.js +617 -0
- package/dist/index.js +639 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/register.d.ts +1 -0
- package/dist/types/themes/brand-dark.project.d.ts +69 -0
- package/dist/types/themes/brand-light.project.d.ts +69 -0
- package/dist/types/themes/classic-dark.project.d.ts +69 -0
- package/dist/types/themes/classic-light.project.d.ts +69 -0
- package/package.json +33 -0
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: number;
|
|
3
|
+
themeName: string;
|
|
4
|
+
theme: {
|
|
5
|
+
seriesCnt: number;
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
titleColor: string;
|
|
8
|
+
subtitleColor: string;
|
|
9
|
+
textColorShow: boolean;
|
|
10
|
+
textColor: string;
|
|
11
|
+
markTextColor: string;
|
|
12
|
+
color: string[];
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderWidth: number;
|
|
15
|
+
visualMapColor: string[];
|
|
16
|
+
legendTextColor: string;
|
|
17
|
+
kColor: string;
|
|
18
|
+
kColor0: string;
|
|
19
|
+
kBorderColor: string;
|
|
20
|
+
kBorderColor0: string;
|
|
21
|
+
kBorderWidth: number;
|
|
22
|
+
lineWidth: number;
|
|
23
|
+
symbolSize: number;
|
|
24
|
+
symbol: string;
|
|
25
|
+
symbolBorderWidth: number;
|
|
26
|
+
lineSmooth: boolean;
|
|
27
|
+
graphLineWidth: number;
|
|
28
|
+
graphLineColor: string;
|
|
29
|
+
mapLabelColor: string;
|
|
30
|
+
mapLabelColorE: string;
|
|
31
|
+
mapBorderColor: string;
|
|
32
|
+
mapBorderColorE: string;
|
|
33
|
+
mapBorderWidth: number;
|
|
34
|
+
mapBorderWidthE: number;
|
|
35
|
+
mapAreaColor: string;
|
|
36
|
+
mapAreaColorE: string;
|
|
37
|
+
axes: {
|
|
38
|
+
type: string;
|
|
39
|
+
name: string;
|
|
40
|
+
axisLineShow: boolean;
|
|
41
|
+
axisLineColor: string;
|
|
42
|
+
axisTickShow: boolean;
|
|
43
|
+
axisTickColor: string;
|
|
44
|
+
axisLabelShow: boolean;
|
|
45
|
+
axisLabelColor: string;
|
|
46
|
+
splitLineShow: boolean;
|
|
47
|
+
splitLineColor: string[];
|
|
48
|
+
splitAreaShow: boolean;
|
|
49
|
+
splitAreaColor: string[];
|
|
50
|
+
}[];
|
|
51
|
+
axisSeperateSetting: boolean;
|
|
52
|
+
toolboxColor: string;
|
|
53
|
+
toolboxEmphasisColor: string;
|
|
54
|
+
tooltipAxisColor: string;
|
|
55
|
+
tooltipAxisWidth: string;
|
|
56
|
+
timelineLineColor: string;
|
|
57
|
+
timelineLineWidth: string;
|
|
58
|
+
timelineItemColor: string;
|
|
59
|
+
timelineItemColorE: string;
|
|
60
|
+
timelineCheckColor: string;
|
|
61
|
+
timelineCheckBorderColor: string;
|
|
62
|
+
timelineItemBorderWidth: string;
|
|
63
|
+
timelineControlColor: string;
|
|
64
|
+
timelineControlBorderColor: string;
|
|
65
|
+
timelineControlBorderWidth: string;
|
|
66
|
+
timelineLabelColor: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: number;
|
|
3
|
+
themeName: string;
|
|
4
|
+
theme: {
|
|
5
|
+
seriesCnt: number;
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
titleColor: string;
|
|
8
|
+
subtitleColor: string;
|
|
9
|
+
textColorShow: boolean;
|
|
10
|
+
textColor: string;
|
|
11
|
+
markTextColor: string;
|
|
12
|
+
color: string[];
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderWidth: number;
|
|
15
|
+
visualMapColor: string[];
|
|
16
|
+
legendTextColor: string;
|
|
17
|
+
kColor: string;
|
|
18
|
+
kColor0: string;
|
|
19
|
+
kBorderColor: string;
|
|
20
|
+
kBorderColor0: string;
|
|
21
|
+
kBorderWidth: number;
|
|
22
|
+
lineWidth: number;
|
|
23
|
+
symbolSize: number;
|
|
24
|
+
symbol: string;
|
|
25
|
+
symbolBorderWidth: number;
|
|
26
|
+
lineSmooth: boolean;
|
|
27
|
+
graphLineWidth: string;
|
|
28
|
+
graphLineColor: string;
|
|
29
|
+
mapLabelColor: string;
|
|
30
|
+
mapLabelColorE: string;
|
|
31
|
+
mapBorderColor: string;
|
|
32
|
+
mapBorderColorE: string;
|
|
33
|
+
mapBorderWidth: number;
|
|
34
|
+
mapBorderWidthE: number;
|
|
35
|
+
mapAreaColor: string;
|
|
36
|
+
mapAreaColorE: string;
|
|
37
|
+
axes: {
|
|
38
|
+
type: string;
|
|
39
|
+
name: string;
|
|
40
|
+
axisLineShow: boolean;
|
|
41
|
+
axisLineColor: string;
|
|
42
|
+
axisTickShow: boolean;
|
|
43
|
+
axisTickColor: string;
|
|
44
|
+
axisLabelShow: boolean;
|
|
45
|
+
axisLabelColor: string;
|
|
46
|
+
splitLineShow: boolean;
|
|
47
|
+
splitLineColor: string[];
|
|
48
|
+
splitAreaShow: boolean;
|
|
49
|
+
splitAreaColor: string[];
|
|
50
|
+
}[];
|
|
51
|
+
axisSeperateSetting: boolean;
|
|
52
|
+
toolboxColor: string;
|
|
53
|
+
toolboxEmphasisColor: string;
|
|
54
|
+
tooltipAxisColor: string;
|
|
55
|
+
tooltipAxisWidth: string;
|
|
56
|
+
timelineLineColor: string;
|
|
57
|
+
timelineLineWidth: string;
|
|
58
|
+
timelineItemColor: string;
|
|
59
|
+
timelineItemColorE: string;
|
|
60
|
+
timelineCheckColor: string;
|
|
61
|
+
timelineCheckBorderColor: string;
|
|
62
|
+
timelineItemBorderWidth: string;
|
|
63
|
+
timelineControlColor: string;
|
|
64
|
+
timelineControlBorderColor: string;
|
|
65
|
+
timelineControlBorderWidth: string;
|
|
66
|
+
timelineLabelColor: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: number;
|
|
3
|
+
themeName: string;
|
|
4
|
+
theme: {
|
|
5
|
+
seriesCnt: number;
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
titleColor: string;
|
|
8
|
+
subtitleColor: string;
|
|
9
|
+
textColorShow: boolean;
|
|
10
|
+
textColor: string;
|
|
11
|
+
markTextColor: string;
|
|
12
|
+
color: string[];
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderWidth: number;
|
|
15
|
+
visualMapColor: string[];
|
|
16
|
+
legendTextColor: string;
|
|
17
|
+
kColor: string;
|
|
18
|
+
kColor0: string;
|
|
19
|
+
kBorderColor: string;
|
|
20
|
+
kBorderColor0: string;
|
|
21
|
+
kBorderWidth: number;
|
|
22
|
+
lineWidth: number;
|
|
23
|
+
symbolSize: number;
|
|
24
|
+
symbol: string;
|
|
25
|
+
symbolBorderWidth: number;
|
|
26
|
+
lineSmooth: boolean;
|
|
27
|
+
graphLineWidth: string;
|
|
28
|
+
graphLineColor: string;
|
|
29
|
+
mapLabelColor: string;
|
|
30
|
+
mapLabelColorE: string;
|
|
31
|
+
mapBorderColor: string;
|
|
32
|
+
mapBorderColorE: string;
|
|
33
|
+
mapBorderWidth: number;
|
|
34
|
+
mapBorderWidthE: number;
|
|
35
|
+
mapAreaColor: string;
|
|
36
|
+
mapAreaColorE: string;
|
|
37
|
+
axes: {
|
|
38
|
+
type: string;
|
|
39
|
+
name: string;
|
|
40
|
+
axisLineShow: boolean;
|
|
41
|
+
axisLineColor: string;
|
|
42
|
+
axisTickShow: boolean;
|
|
43
|
+
axisTickColor: string;
|
|
44
|
+
axisLabelShow: boolean;
|
|
45
|
+
axisLabelColor: string;
|
|
46
|
+
splitLineShow: boolean;
|
|
47
|
+
splitLineColor: string[];
|
|
48
|
+
splitAreaShow: boolean;
|
|
49
|
+
splitAreaColor: string[];
|
|
50
|
+
}[];
|
|
51
|
+
axisSeperateSetting: boolean;
|
|
52
|
+
toolboxColor: string;
|
|
53
|
+
toolboxEmphasisColor: string;
|
|
54
|
+
tooltipAxisColor: string;
|
|
55
|
+
tooltipAxisWidth: string;
|
|
56
|
+
timelineLineColor: string;
|
|
57
|
+
timelineLineWidth: string;
|
|
58
|
+
timelineItemColor: string;
|
|
59
|
+
timelineItemColorE: string;
|
|
60
|
+
timelineCheckColor: string;
|
|
61
|
+
timelineCheckBorderColor: string;
|
|
62
|
+
timelineItemBorderWidth: string;
|
|
63
|
+
timelineControlColor: string;
|
|
64
|
+
timelineControlBorderColor: string;
|
|
65
|
+
timelineControlBorderWidth: string;
|
|
66
|
+
timelineLabelColor: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default _default;
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
version: number;
|
|
3
|
+
themeName: string;
|
|
4
|
+
theme: {
|
|
5
|
+
seriesCnt: number;
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
titleColor: string;
|
|
8
|
+
subtitleColor: string;
|
|
9
|
+
textColorShow: boolean;
|
|
10
|
+
textColor: string;
|
|
11
|
+
markTextColor: string;
|
|
12
|
+
color: string[];
|
|
13
|
+
borderColor: string;
|
|
14
|
+
borderWidth: number;
|
|
15
|
+
visualMapColor: string[];
|
|
16
|
+
legendTextColor: string;
|
|
17
|
+
kColor: string;
|
|
18
|
+
kColor0: string;
|
|
19
|
+
kBorderColor: string;
|
|
20
|
+
kBorderColor0: string;
|
|
21
|
+
kBorderWidth: number;
|
|
22
|
+
lineWidth: number;
|
|
23
|
+
symbolSize: number;
|
|
24
|
+
symbol: string;
|
|
25
|
+
symbolBorderWidth: number;
|
|
26
|
+
lineSmooth: boolean;
|
|
27
|
+
graphLineWidth: string;
|
|
28
|
+
graphLineColor: string;
|
|
29
|
+
mapLabelColor: string;
|
|
30
|
+
mapLabelColorE: string;
|
|
31
|
+
mapBorderColor: string;
|
|
32
|
+
mapBorderColorE: string;
|
|
33
|
+
mapBorderWidth: number;
|
|
34
|
+
mapBorderWidthE: number;
|
|
35
|
+
mapAreaColor: string;
|
|
36
|
+
mapAreaColorE: string;
|
|
37
|
+
axes: {
|
|
38
|
+
type: string;
|
|
39
|
+
name: string;
|
|
40
|
+
axisLineShow: boolean;
|
|
41
|
+
axisLineColor: string;
|
|
42
|
+
axisTickShow: boolean;
|
|
43
|
+
axisTickColor: string;
|
|
44
|
+
axisLabelShow: boolean;
|
|
45
|
+
axisLabelColor: string;
|
|
46
|
+
splitLineShow: boolean;
|
|
47
|
+
splitLineColor: string[];
|
|
48
|
+
splitAreaShow: boolean;
|
|
49
|
+
splitAreaColor: string[];
|
|
50
|
+
}[];
|
|
51
|
+
axisSeperateSetting: boolean;
|
|
52
|
+
toolboxColor: string;
|
|
53
|
+
toolboxEmphasisColor: string;
|
|
54
|
+
tooltipAxisColor: string;
|
|
55
|
+
tooltipAxisWidth: string;
|
|
56
|
+
timelineLineColor: string;
|
|
57
|
+
timelineLineWidth: string;
|
|
58
|
+
timelineItemColor: string;
|
|
59
|
+
timelineItemColorE: string;
|
|
60
|
+
timelineCheckColor: string;
|
|
61
|
+
timelineCheckBorderColor: string;
|
|
62
|
+
timelineItemBorderWidth: string;
|
|
63
|
+
timelineControlColor: string;
|
|
64
|
+
timelineControlBorderColor: string;
|
|
65
|
+
timelineControlBorderWidth: string;
|
|
66
|
+
timelineLabelColor: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export default _default;
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@siemens/ix-echarts",
|
|
3
|
+
"version": "1.0.0-beta.2",
|
|
4
|
+
"description": "Siemens iX theme for echarts",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
7
|
+
"types": "dist/types/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "npm run clean && npm run compile",
|
|
13
|
+
"clean": "rimraf dist",
|
|
14
|
+
"compile": "rollup -c"
|
|
15
|
+
},
|
|
16
|
+
"author": "",
|
|
17
|
+
"license": "MIT",
|
|
18
|
+
"devDependencies": {
|
|
19
|
+
"@rollup/plugin-typescript": "^8.4.0",
|
|
20
|
+
"rimraf": "^3.0.2",
|
|
21
|
+
"rollup": "^2.78.1",
|
|
22
|
+
"rollup-plugin-dts": "^4.2.0",
|
|
23
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
24
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
25
|
+
"rollup-plugin-terser": "^7.0.2",
|
|
26
|
+
"typescript": "^4.5.5",
|
|
27
|
+
"echarts": "^5.3.3"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {},
|
|
30
|
+
"peerDependencies": {
|
|
31
|
+
"echarts": "^5.3.3"
|
|
32
|
+
}
|
|
33
|
+
}
|