@ebuilding/chart 2.3.10 → 2.3.12
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/chart",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.12",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "undefined",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -19,37 +19,29 @@
|
|
|
19
19
|
"types": "./echart/index.d.ts",
|
|
20
20
|
"default": "./fesm2022/chart.echart.mjs"
|
|
21
21
|
},
|
|
22
|
-
"./service": {
|
|
23
|
-
"types": "./service/index.d.ts",
|
|
24
|
-
"default": "./fesm2022/srv.base.mjs"
|
|
25
|
-
},
|
|
26
22
|
"./report": {
|
|
27
23
|
"types": "./report/index.d.ts",
|
|
28
24
|
"default": "./fesm2022/chart.report.mjs"
|
|
29
25
|
},
|
|
30
|
-
"./
|
|
31
|
-
"types": "./
|
|
32
|
-
"default": "./fesm2022/
|
|
26
|
+
"./service": {
|
|
27
|
+
"types": "./service/index.d.ts",
|
|
28
|
+
"default": "./fesm2022/srv.base.mjs"
|
|
33
29
|
},
|
|
34
30
|
"./echart/bar2": {
|
|
35
31
|
"types": "./echart/bar2/index.d.ts",
|
|
36
32
|
"default": "./fesm2022/echart.bar2.mjs"
|
|
37
33
|
},
|
|
38
|
-
"./echart/
|
|
39
|
-
"types": "./echart/
|
|
40
|
-
"default": "./fesm2022/echart.
|
|
34
|
+
"./echart/bar": {
|
|
35
|
+
"types": "./echart/bar/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/echart.bar.mjs"
|
|
41
37
|
},
|
|
42
38
|
"./echart/category-stack": {
|
|
43
39
|
"types": "./echart/category-stack/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/echart.category-stack.mjs"
|
|
45
41
|
},
|
|
46
|
-
"./echart/
|
|
47
|
-
"types": "./echart/
|
|
48
|
-
"default": "./fesm2022/echart.
|
|
49
|
-
},
|
|
50
|
-
"./echart/indicator": {
|
|
51
|
-
"types": "./echart/indicator/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/echart.indicator.mjs"
|
|
42
|
+
"./echart/content": {
|
|
43
|
+
"types": "./echart/content/index.d.ts",
|
|
44
|
+
"default": "./fesm2022/echart.content.mjs"
|
|
53
45
|
},
|
|
54
46
|
"./echart/line": {
|
|
55
47
|
"types": "./echart/line/index.d.ts",
|
|
@@ -59,14 +51,22 @@
|
|
|
59
51
|
"types": "./echart/number/index.d.ts",
|
|
60
52
|
"default": "./fesm2022/echart.number.mjs"
|
|
61
53
|
},
|
|
62
|
-
"./echart/
|
|
63
|
-
"types": "./echart/
|
|
64
|
-
"default": "./fesm2022/echart.
|
|
54
|
+
"./echart/gauge": {
|
|
55
|
+
"types": "./echart/gauge/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/echart.gauge.mjs"
|
|
57
|
+
},
|
|
58
|
+
"./echart/indicator": {
|
|
59
|
+
"types": "./echart/indicator/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/echart.indicator.mjs"
|
|
65
61
|
},
|
|
66
62
|
"./echart/pie": {
|
|
67
63
|
"types": "./echart/pie/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/echart.pie.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./echart/radar": {
|
|
67
|
+
"types": "./echart/radar/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/echart.radar.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./echart/sort": {
|
|
71
71
|
"types": "./echart/sort/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/echart.sort.mjs"
|