@next-bricks/data-view 1.3.2 → 1.3.4
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/bricks.json +11 -11
- package/dist/chunks/{4263.50f9dc02.js → 4263.eb2f854f.js} +2 -2
- package/dist/chunks/4263.eb2f854f.js.map +1 -0
- package/dist/chunks/5371.c2bad3e2.js +2 -0
- package/dist/chunks/5371.c2bad3e2.js.map +1 -0
- package/dist/chunks/china-map-chart.3ef92a46.js +2 -0
- package/dist/chunks/china-map-chart.3ef92a46.js.map +1 -0
- package/dist/chunks/{main.d4582ed9.js → main.901c61b4.js} +2 -2
- package/dist/chunks/{main.d4582ed9.js.map → main.901c61b4.js.map} +1 -1
- package/dist/examples.json +19 -19
- package/dist/index.60bb7d4d.js +2 -0
- package/dist/{index.dfca25e4.js.map → index.60bb7d4d.js.map} +1 -1
- package/dist/manifest.json +226 -226
- package/dist/types.json +453 -453
- package/dist-types/china-map-chart/map.d.ts +92 -10
- package/package.json +2 -2
- package/dist/chunks/4263.50f9dc02.js.map +0 -1
- package/dist/chunks/5371.315e565c.js +0 -2
- package/dist/chunks/5371.315e565c.js.map +0 -1
- package/dist/chunks/china-map-chart.67e37531.js +0 -2
- package/dist/chunks/china-map-chart.67e37531.js.map +0 -1
- package/dist/index.dfca25e4.js +0 -2
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export declare const CHINA: {
|
|
2
2
|
type: string;
|
|
3
3
|
features: ({
|
|
4
|
+
id: string;
|
|
4
5
|
type: string;
|
|
5
6
|
properties: {
|
|
6
|
-
adcode:
|
|
7
|
+
adcode: number;
|
|
7
8
|
name: string;
|
|
8
9
|
center: number[];
|
|
10
|
+
cp: number[];
|
|
9
11
|
centroid: number[];
|
|
10
12
|
childrenNum: number;
|
|
11
13
|
level: string;
|
|
@@ -14,18 +16,46 @@ export declare const CHINA: {
|
|
|
14
16
|
};
|
|
15
17
|
subFeatureIndex: number;
|
|
16
18
|
acroutes: number[];
|
|
17
|
-
|
|
19
|
+
ishasjl?: undefined;
|
|
20
|
+
adchar?: undefined;
|
|
21
|
+
childNum?: undefined;
|
|
18
22
|
};
|
|
19
23
|
geometry: {
|
|
20
24
|
type: string;
|
|
21
25
|
coordinates: number[][][][];
|
|
22
26
|
};
|
|
23
27
|
} | {
|
|
28
|
+
id: string;
|
|
24
29
|
type: string;
|
|
25
30
|
properties: {
|
|
26
31
|
adcode: number;
|
|
27
32
|
name: string;
|
|
28
33
|
center: number[];
|
|
34
|
+
cp: number[];
|
|
35
|
+
childrenNum: number;
|
|
36
|
+
level: string;
|
|
37
|
+
parent: {
|
|
38
|
+
adcode: number;
|
|
39
|
+
};
|
|
40
|
+
subFeatureIndex: number;
|
|
41
|
+
acroutes: number[];
|
|
42
|
+
centroid?: undefined;
|
|
43
|
+
ishasjl?: undefined;
|
|
44
|
+
adchar?: undefined;
|
|
45
|
+
childNum?: undefined;
|
|
46
|
+
};
|
|
47
|
+
geometry: {
|
|
48
|
+
type: string;
|
|
49
|
+
coordinates: number[][][][];
|
|
50
|
+
};
|
|
51
|
+
} | {
|
|
52
|
+
id: string;
|
|
53
|
+
type: string;
|
|
54
|
+
properties: {
|
|
55
|
+
adcode: number;
|
|
56
|
+
name: string;
|
|
57
|
+
center: number[];
|
|
58
|
+
cp: number[];
|
|
29
59
|
centroid: number[];
|
|
30
60
|
childrenNum: number;
|
|
31
61
|
level: string;
|
|
@@ -34,29 +64,81 @@ export declare const CHINA: {
|
|
|
34
64
|
};
|
|
35
65
|
subFeatureIndex: number;
|
|
36
66
|
acroutes: number[];
|
|
67
|
+
ishasjl?: undefined;
|
|
37
68
|
adchar?: undefined;
|
|
69
|
+
childNum?: undefined;
|
|
70
|
+
};
|
|
71
|
+
geometry: {
|
|
72
|
+
type: string;
|
|
73
|
+
coordinates: number[][][];
|
|
74
|
+
};
|
|
75
|
+
} | {
|
|
76
|
+
id: string;
|
|
77
|
+
type: string;
|
|
78
|
+
properties: {
|
|
79
|
+
adcode: number;
|
|
80
|
+
ishasjl: string;
|
|
81
|
+
name: string;
|
|
82
|
+
center: number[];
|
|
83
|
+
cp: number[];
|
|
84
|
+
centroid: number[];
|
|
85
|
+
childrenNum: number;
|
|
86
|
+
level: string;
|
|
87
|
+
parent: {
|
|
88
|
+
adcode: number;
|
|
89
|
+
};
|
|
90
|
+
subFeatureIndex: number;
|
|
91
|
+
acroutes: number[];
|
|
92
|
+
adchar?: undefined;
|
|
93
|
+
childNum?: undefined;
|
|
38
94
|
};
|
|
39
95
|
geometry: {
|
|
40
96
|
type: string;
|
|
41
97
|
coordinates: number[][][][];
|
|
42
98
|
};
|
|
43
99
|
} | {
|
|
100
|
+
id: string;
|
|
44
101
|
type: string;
|
|
45
102
|
properties: {
|
|
46
|
-
|
|
103
|
+
ishasjl: string;
|
|
47
104
|
name: string;
|
|
48
|
-
center: any;
|
|
49
|
-
centroid: any;
|
|
50
|
-
childrenNum: any;
|
|
51
|
-
level: any;
|
|
52
|
-
parent: any;
|
|
53
|
-
subFeatureIndex: any;
|
|
54
|
-
acroutes: any;
|
|
55
105
|
adchar: string;
|
|
106
|
+
adcode: string;
|
|
107
|
+
center?: undefined;
|
|
108
|
+
cp?: undefined;
|
|
109
|
+
centroid?: undefined;
|
|
110
|
+
childrenNum?: undefined;
|
|
111
|
+
level?: undefined;
|
|
112
|
+
parent?: undefined;
|
|
113
|
+
subFeatureIndex?: undefined;
|
|
114
|
+
acroutes?: undefined;
|
|
115
|
+
childNum?: undefined;
|
|
56
116
|
};
|
|
57
117
|
geometry: {
|
|
58
118
|
type: string;
|
|
59
119
|
coordinates: number[][][][];
|
|
60
120
|
};
|
|
121
|
+
} | {
|
|
122
|
+
type: string;
|
|
123
|
+
geometry: {
|
|
124
|
+
type: string;
|
|
125
|
+
coordinates: number[][][][];
|
|
126
|
+
};
|
|
127
|
+
properties: {
|
|
128
|
+
ishasjl: string;
|
|
129
|
+
name: string;
|
|
130
|
+
childNum: number;
|
|
131
|
+
adcode?: undefined;
|
|
132
|
+
center?: undefined;
|
|
133
|
+
cp?: undefined;
|
|
134
|
+
centroid?: undefined;
|
|
135
|
+
childrenNum?: undefined;
|
|
136
|
+
level?: undefined;
|
|
137
|
+
parent?: undefined;
|
|
138
|
+
subFeatureIndex?: undefined;
|
|
139
|
+
acroutes?: undefined;
|
|
140
|
+
adchar?: undefined;
|
|
141
|
+
};
|
|
142
|
+
id?: undefined;
|
|
61
143
|
})[];
|
|
62
144
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-bricks/data-view",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"homepage": "https://github.com/easyops-cn/next-bricks/tree/master/bricks/data-view",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@next-bricks/icons": "*"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "618d48256d1463d33e356a80ddb4294882b8257e"
|
|
45
45
|
}
|