@ecan-bi/datav 1.0.25 → 1.0.28
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/_utils/constant.d.ts +2 -1
- package/dist/_utils/hooks/index.d.ts +1 -0
- package/dist/_utils/hooks/useRequestDiagramData.d.ts +6 -0
- package/dist/container/modal/props.d.ts +30 -0
- package/dist/graph/bar/Bar.vue.d.ts +164 -2079
- package/dist/graph/bar/props.d.ts +90 -1875
- package/dist/graph/combo-graph/ComboGraph.vue.d.ts +259 -49
- package/dist/graph/combo-graph/props.d.ts +259 -49
- package/dist/index.esm.js +10 -1
- package/dist/index.umd.js +10 -1
- package/dist/map/map/Map.vue.d.ts +482 -54
- package/dist/map/map/props.d.ts +335 -20
- package/dist/table/table/Table.vue.d.ts +79 -1714
- package/dist/table/table/props.d.ts +39 -1594
- package/dist/text/list/List.vue.d.ts +98 -28
- package/dist/text/list/props.d.ts +56 -0
- package/dist/{_utils/propsDiagram.d.ts → types/Diagram.d.ts} +10 -2
- package/dist/types/IndicatorListResponse.d.ts +36 -0
- package/package.json +3 -3
- package/dist/_utils/hooks/useRequestDiagram.d.ts +0 -5
|
@@ -5,7 +5,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5
5
|
default?: undefined;
|
|
6
6
|
} | {
|
|
7
7
|
type: any;
|
|
8
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
8
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
}[] | {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}[] | Events | {
|
|
9
13
|
[key: string]: any;
|
|
10
14
|
} | import("src/_utils/props").RequestParams;
|
|
11
15
|
};
|
|
@@ -14,7 +18,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
18
|
default?: undefined;
|
|
15
19
|
} | {
|
|
16
20
|
type: any;
|
|
17
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
21
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
}[] | {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
}[] | Events | {
|
|
18
26
|
[key: string]: any;
|
|
19
27
|
} | import("src/_utils/props").RequestParams;
|
|
20
28
|
};
|
|
@@ -23,7 +31,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
31
|
default?: undefined;
|
|
24
32
|
} | {
|
|
25
33
|
type: any;
|
|
26
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
34
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
35
|
+
[key: string]: any;
|
|
36
|
+
}[] | {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
}[] | Events | {
|
|
27
39
|
[key: string]: any;
|
|
28
40
|
} | import("src/_utils/props").RequestParams;
|
|
29
41
|
};
|
|
@@ -32,7 +44,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
44
|
default?: undefined;
|
|
33
45
|
} | {
|
|
34
46
|
type: any;
|
|
35
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
47
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
}[] | {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
}[] | Events | {
|
|
36
52
|
[key: string]: any;
|
|
37
53
|
} | import("src/_utils/props").RequestParams;
|
|
38
54
|
};
|
|
@@ -41,7 +57,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
57
|
default?: undefined;
|
|
42
58
|
} | {
|
|
43
59
|
type: any;
|
|
44
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
60
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
61
|
+
[key: string]: any;
|
|
62
|
+
}[] | {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
}[] | Events | {
|
|
45
65
|
[key: string]: any;
|
|
46
66
|
} | import("src/_utils/props").RequestParams;
|
|
47
67
|
};
|
|
@@ -50,7 +70,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
70
|
default?: undefined;
|
|
51
71
|
} | {
|
|
52
72
|
type: any;
|
|
53
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
73
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
74
|
+
[key: string]: any;
|
|
75
|
+
}[] | {
|
|
76
|
+
[key: string]: any;
|
|
77
|
+
}[] | Events | {
|
|
54
78
|
[key: string]: any;
|
|
55
79
|
} | import("src/_utils/props").RequestParams;
|
|
56
80
|
};
|
|
@@ -59,7 +83,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
83
|
default?: undefined;
|
|
60
84
|
} | {
|
|
61
85
|
type: any;
|
|
62
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
86
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
87
|
+
[key: string]: any;
|
|
88
|
+
}[] | {
|
|
89
|
+
[key: string]: any;
|
|
90
|
+
}[] | Events | {
|
|
63
91
|
[key: string]: any;
|
|
64
92
|
} | import("src/_utils/props").RequestParams;
|
|
65
93
|
};
|
|
@@ -68,7 +96,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
96
|
default?: undefined;
|
|
69
97
|
} | {
|
|
70
98
|
type: any;
|
|
71
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
99
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
100
|
+
[key: string]: any;
|
|
101
|
+
}[] | {
|
|
102
|
+
[key: string]: any;
|
|
103
|
+
}[] | Events | {
|
|
72
104
|
[key: string]: any;
|
|
73
105
|
} | import("src/_utils/props").RequestParams;
|
|
74
106
|
};
|
|
@@ -77,7 +109,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
109
|
default?: undefined;
|
|
78
110
|
} | {
|
|
79
111
|
type: any;
|
|
80
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
112
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
113
|
+
[key: string]: any;
|
|
114
|
+
}[] | {
|
|
115
|
+
[key: string]: any;
|
|
116
|
+
}[] | Events | {
|
|
81
117
|
[key: string]: any;
|
|
82
118
|
} | import("src/_utils/props").RequestParams;
|
|
83
119
|
};
|
|
@@ -86,7 +122,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
122
|
default?: undefined;
|
|
87
123
|
} | {
|
|
88
124
|
type: any;
|
|
89
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
125
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
}[] | {
|
|
128
|
+
[key: string]: any;
|
|
129
|
+
}[] | Events | {
|
|
90
130
|
[key: string]: any;
|
|
91
131
|
} | import("src/_utils/props").RequestParams;
|
|
92
132
|
};
|
|
@@ -95,7 +135,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
135
|
default?: undefined;
|
|
96
136
|
} | {
|
|
97
137
|
type: any;
|
|
98
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
138
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
139
|
+
[key: string]: any;
|
|
140
|
+
}[] | {
|
|
141
|
+
[key: string]: any;
|
|
142
|
+
}[] | Events | {
|
|
99
143
|
[key: string]: any;
|
|
100
144
|
} | import("src/_utils/props").RequestParams;
|
|
101
145
|
};
|
|
@@ -104,7 +148,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
104
148
|
default?: undefined;
|
|
105
149
|
} | {
|
|
106
150
|
type: any;
|
|
107
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
151
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
152
|
+
[key: string]: any;
|
|
153
|
+
}[] | {
|
|
154
|
+
[key: string]: any;
|
|
155
|
+
}[] | Events | {
|
|
108
156
|
[key: string]: any;
|
|
109
157
|
} | import("src/_utils/props").RequestParams;
|
|
110
158
|
};
|
|
@@ -113,7 +161,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
161
|
default?: undefined;
|
|
114
162
|
} | {
|
|
115
163
|
type: any;
|
|
116
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
164
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
165
|
+
[key: string]: any;
|
|
166
|
+
}[] | {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
}[] | Events | {
|
|
117
169
|
[key: string]: any;
|
|
118
170
|
} | import("src/_utils/props").RequestParams;
|
|
119
171
|
};
|
|
@@ -122,7 +174,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
174
|
default?: undefined;
|
|
123
175
|
} | {
|
|
124
176
|
type: any;
|
|
125
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
177
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
178
|
+
[key: string]: any;
|
|
179
|
+
}[] | {
|
|
180
|
+
[key: string]: any;
|
|
181
|
+
}[] | Events | {
|
|
126
182
|
[key: string]: any;
|
|
127
183
|
} | import("src/_utils/props").RequestParams;
|
|
128
184
|
};
|
|
@@ -131,7 +187,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
131
187
|
default?: undefined;
|
|
132
188
|
} | {
|
|
133
189
|
type: any;
|
|
134
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
190
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
191
|
+
[key: string]: any;
|
|
192
|
+
}[] | {
|
|
193
|
+
[key: string]: any;
|
|
194
|
+
}[] | Events | {
|
|
135
195
|
[key: string]: any;
|
|
136
196
|
} | import("src/_utils/props").RequestParams;
|
|
137
197
|
};
|
|
@@ -140,7 +200,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
140
200
|
default?: undefined;
|
|
141
201
|
} | {
|
|
142
202
|
type: any;
|
|
143
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
203
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
204
|
+
[key: string]: any;
|
|
205
|
+
}[] | {
|
|
206
|
+
[key: string]: any;
|
|
207
|
+
}[] | Events | {
|
|
144
208
|
[key: string]: any;
|
|
145
209
|
} | import("src/_utils/props").RequestParams;
|
|
146
210
|
};
|
|
@@ -149,7 +213,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
149
213
|
default?: undefined;
|
|
150
214
|
} | {
|
|
151
215
|
type: any;
|
|
152
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
216
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
217
|
+
[key: string]: any;
|
|
218
|
+
}[] | {
|
|
219
|
+
[key: string]: any;
|
|
220
|
+
}[] | Events | {
|
|
153
221
|
[key: string]: any;
|
|
154
222
|
} | import("src/_utils/props").RequestParams;
|
|
155
223
|
};
|
|
@@ -158,7 +226,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
158
226
|
default?: undefined;
|
|
159
227
|
} | {
|
|
160
228
|
type: any;
|
|
161
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
229
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
230
|
+
[key: string]: any;
|
|
231
|
+
}[] | {
|
|
232
|
+
[key: string]: any;
|
|
233
|
+
}[] | Events | {
|
|
162
234
|
[key: string]: any;
|
|
163
235
|
} | import("src/_utils/props").RequestParams;
|
|
164
236
|
};
|
|
@@ -167,7 +239,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
239
|
default?: undefined;
|
|
168
240
|
} | {
|
|
169
241
|
type: any;
|
|
170
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
242
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
243
|
+
[key: string]: any;
|
|
244
|
+
}[] | {
|
|
245
|
+
[key: string]: any;
|
|
246
|
+
}[] | Events | {
|
|
171
247
|
[key: string]: any;
|
|
172
248
|
} | import("src/_utils/props").RequestParams;
|
|
173
249
|
};
|
|
@@ -176,7 +252,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
176
252
|
default?: undefined;
|
|
177
253
|
} | {
|
|
178
254
|
type: any;
|
|
179
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
255
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
256
|
+
[key: string]: any;
|
|
257
|
+
}[] | {
|
|
258
|
+
[key: string]: any;
|
|
259
|
+
}[] | Events | {
|
|
180
260
|
[key: string]: any;
|
|
181
261
|
} | import("src/_utils/props").RequestParams;
|
|
182
262
|
};
|
|
@@ -185,7 +265,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
265
|
default?: undefined;
|
|
186
266
|
} | {
|
|
187
267
|
type: any;
|
|
188
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
268
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
269
|
+
[key: string]: any;
|
|
270
|
+
}[] | {
|
|
271
|
+
[key: string]: any;
|
|
272
|
+
}[] | Events | {
|
|
189
273
|
[key: string]: any;
|
|
190
274
|
} | import("src/_utils/props").RequestParams;
|
|
191
275
|
};
|
|
@@ -194,7 +278,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
278
|
default?: undefined;
|
|
195
279
|
} | {
|
|
196
280
|
type: any;
|
|
197
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
281
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
282
|
+
[key: string]: any;
|
|
283
|
+
}[] | {
|
|
284
|
+
[key: string]: any;
|
|
285
|
+
}[] | Events | {
|
|
198
286
|
[key: string]: any;
|
|
199
287
|
} | import("src/_utils/props").RequestParams;
|
|
200
288
|
};
|
|
@@ -203,7 +291,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
203
291
|
default?: undefined;
|
|
204
292
|
} | {
|
|
205
293
|
type: any;
|
|
206
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
294
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
295
|
+
[key: string]: any;
|
|
296
|
+
}[] | {
|
|
297
|
+
[key: string]: any;
|
|
298
|
+
}[] | Events | {
|
|
207
299
|
[key: string]: any;
|
|
208
300
|
} | import("src/_utils/props").RequestParams;
|
|
209
301
|
};
|
|
@@ -212,7 +304,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
304
|
default?: undefined;
|
|
213
305
|
} | {
|
|
214
306
|
type: any;
|
|
215
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
307
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
}[] | {
|
|
310
|
+
[key: string]: any;
|
|
311
|
+
}[] | Events | {
|
|
216
312
|
[key: string]: any;
|
|
217
313
|
} | import("src/_utils/props").RequestParams;
|
|
218
314
|
};
|
|
@@ -221,7 +317,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
317
|
default?: undefined;
|
|
222
318
|
} | {
|
|
223
319
|
type: any;
|
|
224
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
320
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
321
|
+
[key: string]: any;
|
|
322
|
+
}[] | {
|
|
323
|
+
[key: string]: any;
|
|
324
|
+
}[] | Events | {
|
|
225
325
|
[key: string]: any;
|
|
226
326
|
} | import("src/_utils/props").RequestParams;
|
|
227
327
|
};
|
|
@@ -230,7 +330,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
230
330
|
default?: undefined;
|
|
231
331
|
} | {
|
|
232
332
|
type: any;
|
|
233
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
333
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
334
|
+
[key: string]: any;
|
|
335
|
+
}[] | {
|
|
336
|
+
[key: string]: any;
|
|
337
|
+
}[] | Events | {
|
|
338
|
+
[key: string]: any;
|
|
339
|
+
} | import("src/_utils/props").RequestParams;
|
|
340
|
+
};
|
|
341
|
+
yAxis: {
|
|
342
|
+
type?: undefined;
|
|
343
|
+
default?: undefined;
|
|
344
|
+
} | {
|
|
345
|
+
type: any;
|
|
346
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
347
|
+
[key: string]: any;
|
|
348
|
+
}[] | {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
}[] | Events | {
|
|
234
351
|
[key: string]: any;
|
|
235
352
|
} | import("src/_utils/props").RequestParams;
|
|
236
353
|
};
|
|
@@ -239,7 +356,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
356
|
default?: undefined;
|
|
240
357
|
} | {
|
|
241
358
|
type: any;
|
|
242
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
359
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
360
|
+
[key: string]: any;
|
|
361
|
+
}[] | {
|
|
362
|
+
[key: string]: any;
|
|
363
|
+
}[] | Events | {
|
|
243
364
|
[key: string]: any;
|
|
244
365
|
} | import("src/_utils/props").RequestParams;
|
|
245
366
|
};
|
|
@@ -248,7 +369,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
248
369
|
default?: undefined;
|
|
249
370
|
} | {
|
|
250
371
|
type: any;
|
|
251
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
372
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
373
|
+
[key: string]: any;
|
|
374
|
+
}[] | {
|
|
375
|
+
[key: string]: any;
|
|
376
|
+
}[] | Events | {
|
|
252
377
|
[key: string]: any;
|
|
253
378
|
} | import("src/_utils/props").RequestParams;
|
|
254
379
|
};
|
|
@@ -257,7 +382,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
257
382
|
default?: undefined;
|
|
258
383
|
} | {
|
|
259
384
|
type: any;
|
|
260
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
385
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
386
|
+
[key: string]: any;
|
|
387
|
+
}[] | {
|
|
388
|
+
[key: string]: any;
|
|
389
|
+
}[] | Events | {
|
|
261
390
|
[key: string]: any;
|
|
262
391
|
} | import("src/_utils/props").RequestParams;
|
|
263
392
|
};
|
|
@@ -266,7 +395,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
395
|
default?: undefined;
|
|
267
396
|
} | {
|
|
268
397
|
type: any;
|
|
269
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
398
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
399
|
+
[key: string]: any;
|
|
400
|
+
}[] | {
|
|
401
|
+
[key: string]: any;
|
|
402
|
+
}[] | Events | {
|
|
270
403
|
[key: string]: any;
|
|
271
404
|
} | import("src/_utils/props").RequestParams;
|
|
272
405
|
};
|
|
@@ -275,7 +408,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
275
408
|
default?: undefined;
|
|
276
409
|
} | {
|
|
277
410
|
type: any;
|
|
278
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
411
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
412
|
+
[key: string]: any;
|
|
413
|
+
}[] | {
|
|
414
|
+
[key: string]: any;
|
|
415
|
+
}[] | Events | {
|
|
279
416
|
[key: string]: any;
|
|
280
417
|
} | import("src/_utils/props").RequestParams;
|
|
281
418
|
};
|
|
@@ -284,7 +421,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
421
|
default?: undefined;
|
|
285
422
|
} | {
|
|
286
423
|
type: any;
|
|
287
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
424
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
425
|
+
[key: string]: any;
|
|
426
|
+
}[] | {
|
|
427
|
+
[key: string]: any;
|
|
428
|
+
}[] | Events | {
|
|
288
429
|
[key: string]: any;
|
|
289
430
|
} | import("src/_utils/props").RequestParams;
|
|
290
431
|
};
|
|
@@ -293,7 +434,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
434
|
default?: undefined;
|
|
294
435
|
} | {
|
|
295
436
|
type: any;
|
|
296
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
437
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
438
|
+
[key: string]: any;
|
|
439
|
+
}[] | {
|
|
440
|
+
[key: string]: any;
|
|
441
|
+
}[] | Events | {
|
|
297
442
|
[key: string]: any;
|
|
298
443
|
} | import("src/_utils/props").RequestParams;
|
|
299
444
|
};
|
|
@@ -302,7 +447,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
302
447
|
default?: undefined;
|
|
303
448
|
} | {
|
|
304
449
|
type: any;
|
|
305
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
450
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
451
|
+
[key: string]: any;
|
|
452
|
+
}[] | {
|
|
453
|
+
[key: string]: any;
|
|
454
|
+
}[] | Events | {
|
|
306
455
|
[key: string]: any;
|
|
307
456
|
} | import("src/_utils/props").RequestParams;
|
|
308
457
|
};
|
|
@@ -311,7 +460,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
311
460
|
default?: undefined;
|
|
312
461
|
} | {
|
|
313
462
|
type: any;
|
|
314
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
463
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
464
|
+
[key: string]: any;
|
|
465
|
+
}[] | {
|
|
466
|
+
[key: string]: any;
|
|
467
|
+
}[] | Events | {
|
|
315
468
|
[key: string]: any;
|
|
316
469
|
} | import("src/_utils/props").RequestParams;
|
|
317
470
|
};
|
|
@@ -320,7 +473,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
320
473
|
default?: undefined;
|
|
321
474
|
} | {
|
|
322
475
|
type: any;
|
|
323
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
476
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
477
|
+
[key: string]: any;
|
|
478
|
+
}[] | {
|
|
479
|
+
[key: string]: any;
|
|
480
|
+
}[] | Events | {
|
|
324
481
|
[key: string]: any;
|
|
325
482
|
} | import("src/_utils/props").RequestParams;
|
|
326
483
|
};
|
|
@@ -329,7 +486,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
329
486
|
default?: undefined;
|
|
330
487
|
} | {
|
|
331
488
|
type: any;
|
|
332
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
489
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
490
|
+
[key: string]: any;
|
|
491
|
+
}[] | {
|
|
492
|
+
[key: string]: any;
|
|
493
|
+
}[] | Events | {
|
|
333
494
|
[key: string]: any;
|
|
334
495
|
} | import("src/_utils/props").RequestParams;
|
|
335
496
|
};
|
|
@@ -338,7 +499,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
338
499
|
default?: undefined;
|
|
339
500
|
} | {
|
|
340
501
|
type: any;
|
|
341
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
502
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
503
|
+
[key: string]: any;
|
|
504
|
+
}[] | {
|
|
505
|
+
[key: string]: any;
|
|
506
|
+
}[] | Events | {
|
|
342
507
|
[key: string]: any;
|
|
343
508
|
} | import("src/_utils/props").RequestParams;
|
|
344
509
|
};
|
|
@@ -347,7 +512,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
347
512
|
default?: undefined;
|
|
348
513
|
} | {
|
|
349
514
|
type: any;
|
|
350
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
515
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
516
|
+
[key: string]: any;
|
|
517
|
+
}[] | {
|
|
518
|
+
[key: string]: any;
|
|
519
|
+
}[] | Events | {
|
|
351
520
|
[key: string]: any;
|
|
352
521
|
} | import("src/_utils/props").RequestParams;
|
|
353
522
|
};
|
|
@@ -356,7 +525,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
525
|
default?: undefined;
|
|
357
526
|
} | {
|
|
358
527
|
type: any;
|
|
359
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
528
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
529
|
+
[key: string]: any;
|
|
530
|
+
}[] | {
|
|
531
|
+
[key: string]: any;
|
|
532
|
+
}[] | Events | {
|
|
360
533
|
[key: string]: any;
|
|
361
534
|
} | import("src/_utils/props").RequestParams;
|
|
362
535
|
};
|
|
@@ -365,7 +538,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
365
538
|
default?: undefined;
|
|
366
539
|
} | {
|
|
367
540
|
type: any;
|
|
368
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
541
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
542
|
+
[key: string]: any;
|
|
543
|
+
}[] | {
|
|
544
|
+
[key: string]: any;
|
|
545
|
+
}[] | Events | {
|
|
369
546
|
[key: string]: any;
|
|
370
547
|
} | import("src/_utils/props").RequestParams;
|
|
371
548
|
};
|
|
@@ -374,7 +551,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
374
551
|
default?: undefined;
|
|
375
552
|
} | {
|
|
376
553
|
type: any;
|
|
377
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
554
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
555
|
+
[key: string]: any;
|
|
556
|
+
}[] | {
|
|
557
|
+
[key: string]: any;
|
|
558
|
+
}[] | Events | {
|
|
378
559
|
[key: string]: any;
|
|
379
560
|
} | import("src/_utils/props").RequestParams;
|
|
380
561
|
};
|
|
@@ -383,7 +564,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
383
564
|
default?: undefined;
|
|
384
565
|
} | {
|
|
385
566
|
type: any;
|
|
386
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
567
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
568
|
+
[key: string]: any;
|
|
569
|
+
}[] | {
|
|
570
|
+
[key: string]: any;
|
|
571
|
+
}[] | Events | {
|
|
387
572
|
[key: string]: any;
|
|
388
573
|
} | import("src/_utils/props").RequestParams;
|
|
389
574
|
};
|
|
@@ -392,7 +577,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
392
577
|
default?: undefined;
|
|
393
578
|
} | {
|
|
394
579
|
type: any;
|
|
395
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
580
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
581
|
+
[key: string]: any;
|
|
582
|
+
}[] | {
|
|
583
|
+
[key: string]: any;
|
|
584
|
+
}[] | Events | {
|
|
396
585
|
[key: string]: any;
|
|
397
586
|
} | import("src/_utils/props").RequestParams;
|
|
398
587
|
};
|
|
@@ -401,7 +590,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
590
|
default?: undefined;
|
|
402
591
|
} | {
|
|
403
592
|
type: any;
|
|
404
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
593
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
594
|
+
[key: string]: any;
|
|
595
|
+
}[] | {
|
|
596
|
+
[key: string]: any;
|
|
597
|
+
}[] | Events | {
|
|
405
598
|
[key: string]: any;
|
|
406
599
|
} | import("src/_utils/props").RequestParams;
|
|
407
600
|
};
|
|
@@ -410,7 +603,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
410
603
|
default?: undefined;
|
|
411
604
|
} | {
|
|
412
605
|
type: any;
|
|
413
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
606
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
607
|
+
[key: string]: any;
|
|
608
|
+
}[] | {
|
|
609
|
+
[key: string]: any;
|
|
610
|
+
}[] | Events | {
|
|
414
611
|
[key: string]: any;
|
|
415
612
|
} | import("src/_utils/props").RequestParams;
|
|
416
613
|
};
|
|
@@ -419,7 +616,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
419
616
|
default?: undefined;
|
|
420
617
|
} | {
|
|
421
618
|
type: any;
|
|
422
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
619
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
620
|
+
[key: string]: any;
|
|
621
|
+
}[] | {
|
|
622
|
+
[key: string]: any;
|
|
623
|
+
}[] | Events | {
|
|
423
624
|
[key: string]: any;
|
|
424
625
|
} | import("src/_utils/props").RequestParams;
|
|
425
626
|
};
|
|
@@ -428,7 +629,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
428
629
|
default?: undefined;
|
|
429
630
|
} | {
|
|
430
631
|
type: any;
|
|
431
|
-
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
632
|
+
default: string | number | boolean | string[] | import("src/_utils/props").Data | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
633
|
+
[key: string]: any;
|
|
634
|
+
}[] | {
|
|
635
|
+
[key: string]: any;
|
|
636
|
+
}[] | Events | {
|
|
432
637
|
[key: string]: any;
|
|
433
638
|
} | import("src/_utils/props").RequestParams;
|
|
434
639
|
};
|
|
@@ -527,6 +732,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
527
732
|
color: string | number | boolean | {
|
|
528
733
|
[key: string]: any;
|
|
529
734
|
};
|
|
735
|
+
formatter: any;
|
|
530
736
|
};
|
|
531
737
|
axisLine: {
|
|
532
738
|
lineStyle: {
|
|
@@ -535,7 +741,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
535
741
|
};
|
|
536
742
|
};
|
|
537
743
|
};
|
|
538
|
-
};
|
|
744
|
+
}[];
|
|
539
745
|
series: {
|
|
540
746
|
[x: string]: any;
|
|
541
747
|
}[];
|
|
@@ -569,6 +775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
569
775
|
tooltipFormatter?: unknown;
|
|
570
776
|
seriesTypes?: unknown;
|
|
571
777
|
dataFieldConfigType?: unknown;
|
|
778
|
+
yAxis?: unknown;
|
|
572
779
|
id?: unknown;
|
|
573
780
|
name?: unknown;
|
|
574
781
|
keyName?: unknown;
|
|
@@ -673,6 +880,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
673
880
|
dataFieldConfigType?: string | number | boolean | {
|
|
674
881
|
[key: string]: any;
|
|
675
882
|
};
|
|
883
|
+
yAxis?: string | number | boolean | {
|
|
884
|
+
[key: string]: any;
|
|
885
|
+
};
|
|
676
886
|
id?: string | number | boolean | {
|
|
677
887
|
[key: string]: any;
|
|
678
888
|
};
|