@ecan-bi/datav 1.0.26 → 1.0.29
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
|
@@ -24,8 +24,13 @@ export interface ComboGraphProps extends Props {
|
|
|
24
24
|
tooltipTrigger: 'item' | 'axis' | 'none';
|
|
25
25
|
tooltipTextStyleColor: string;
|
|
26
26
|
tooltipFormatter: string;
|
|
27
|
-
seriesTypes:
|
|
27
|
+
seriesTypes: {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
}[];
|
|
28
30
|
dataFieldConfigType: 'key' | 'value';
|
|
31
|
+
yAxis: {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}[];
|
|
29
34
|
}
|
|
30
35
|
export declare const comboGraphProps: ComboGraphProps;
|
|
31
36
|
export declare const comboGraphComponentProps: {
|
|
@@ -34,7 +39,11 @@ export declare const comboGraphComponentProps: {
|
|
|
34
39
|
default?: undefined;
|
|
35
40
|
} | {
|
|
36
41
|
type: any;
|
|
37
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
42
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
43
|
+
[key: string]: any;
|
|
44
|
+
}[] | {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
}[] | import("../../_utils/props").Events | {
|
|
38
47
|
[key: string]: any;
|
|
39
48
|
} | import("../../_utils/props").RequestParams;
|
|
40
49
|
};
|
|
@@ -43,7 +52,11 @@ export declare const comboGraphComponentProps: {
|
|
|
43
52
|
default?: undefined;
|
|
44
53
|
} | {
|
|
45
54
|
type: any;
|
|
46
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
55
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
}[] | {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
}[] | import("../../_utils/props").Events | {
|
|
47
60
|
[key: string]: any;
|
|
48
61
|
} | import("../../_utils/props").RequestParams;
|
|
49
62
|
};
|
|
@@ -52,7 +65,11 @@ export declare const comboGraphComponentProps: {
|
|
|
52
65
|
default?: undefined;
|
|
53
66
|
} | {
|
|
54
67
|
type: any;
|
|
55
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
68
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
}[] | {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
}[] | import("../../_utils/props").Events | {
|
|
56
73
|
[key: string]: any;
|
|
57
74
|
} | import("../../_utils/props").RequestParams;
|
|
58
75
|
};
|
|
@@ -61,7 +78,11 @@ export declare const comboGraphComponentProps: {
|
|
|
61
78
|
default?: undefined;
|
|
62
79
|
} | {
|
|
63
80
|
type: any;
|
|
64
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
81
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
}[] | {
|
|
84
|
+
[key: string]: any;
|
|
85
|
+
}[] | import("../../_utils/props").Events | {
|
|
65
86
|
[key: string]: any;
|
|
66
87
|
} | import("../../_utils/props").RequestParams;
|
|
67
88
|
};
|
|
@@ -70,7 +91,11 @@ export declare const comboGraphComponentProps: {
|
|
|
70
91
|
default?: undefined;
|
|
71
92
|
} | {
|
|
72
93
|
type: any;
|
|
73
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
94
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
95
|
+
[key: string]: any;
|
|
96
|
+
}[] | {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
}[] | import("../../_utils/props").Events | {
|
|
74
99
|
[key: string]: any;
|
|
75
100
|
} | import("../../_utils/props").RequestParams;
|
|
76
101
|
};
|
|
@@ -79,7 +104,11 @@ export declare const comboGraphComponentProps: {
|
|
|
79
104
|
default?: undefined;
|
|
80
105
|
} | {
|
|
81
106
|
type: any;
|
|
82
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
107
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
108
|
+
[key: string]: any;
|
|
109
|
+
}[] | {
|
|
110
|
+
[key: string]: any;
|
|
111
|
+
}[] | import("../../_utils/props").Events | {
|
|
83
112
|
[key: string]: any;
|
|
84
113
|
} | import("../../_utils/props").RequestParams;
|
|
85
114
|
};
|
|
@@ -88,7 +117,11 @@ export declare const comboGraphComponentProps: {
|
|
|
88
117
|
default?: undefined;
|
|
89
118
|
} | {
|
|
90
119
|
type: any;
|
|
91
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
120
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
121
|
+
[key: string]: any;
|
|
122
|
+
}[] | {
|
|
123
|
+
[key: string]: any;
|
|
124
|
+
}[] | import("../../_utils/props").Events | {
|
|
92
125
|
[key: string]: any;
|
|
93
126
|
} | import("../../_utils/props").RequestParams;
|
|
94
127
|
};
|
|
@@ -97,7 +130,11 @@ export declare const comboGraphComponentProps: {
|
|
|
97
130
|
default?: undefined;
|
|
98
131
|
} | {
|
|
99
132
|
type: any;
|
|
100
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
133
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
134
|
+
[key: string]: any;
|
|
135
|
+
}[] | {
|
|
136
|
+
[key: string]: any;
|
|
137
|
+
}[] | import("../../_utils/props").Events | {
|
|
101
138
|
[key: string]: any;
|
|
102
139
|
} | import("../../_utils/props").RequestParams;
|
|
103
140
|
};
|
|
@@ -106,7 +143,11 @@ export declare const comboGraphComponentProps: {
|
|
|
106
143
|
default?: undefined;
|
|
107
144
|
} | {
|
|
108
145
|
type: any;
|
|
109
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
146
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
147
|
+
[key: string]: any;
|
|
148
|
+
}[] | {
|
|
149
|
+
[key: string]: any;
|
|
150
|
+
}[] | import("../../_utils/props").Events | {
|
|
110
151
|
[key: string]: any;
|
|
111
152
|
} | import("../../_utils/props").RequestParams;
|
|
112
153
|
};
|
|
@@ -115,7 +156,11 @@ export declare const comboGraphComponentProps: {
|
|
|
115
156
|
default?: undefined;
|
|
116
157
|
} | {
|
|
117
158
|
type: any;
|
|
118
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
159
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
160
|
+
[key: string]: any;
|
|
161
|
+
}[] | {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
}[] | import("../../_utils/props").Events | {
|
|
119
164
|
[key: string]: any;
|
|
120
165
|
} | import("../../_utils/props").RequestParams;
|
|
121
166
|
};
|
|
@@ -124,7 +169,11 @@ export declare const comboGraphComponentProps: {
|
|
|
124
169
|
default?: undefined;
|
|
125
170
|
} | {
|
|
126
171
|
type: any;
|
|
127
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
172
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
}[] | {
|
|
175
|
+
[key: string]: any;
|
|
176
|
+
}[] | import("../../_utils/props").Events | {
|
|
128
177
|
[key: string]: any;
|
|
129
178
|
} | import("../../_utils/props").RequestParams;
|
|
130
179
|
};
|
|
@@ -133,7 +182,11 @@ export declare const comboGraphComponentProps: {
|
|
|
133
182
|
default?: undefined;
|
|
134
183
|
} | {
|
|
135
184
|
type: any;
|
|
136
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
185
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
186
|
+
[key: string]: any;
|
|
187
|
+
}[] | {
|
|
188
|
+
[key: string]: any;
|
|
189
|
+
}[] | import("../../_utils/props").Events | {
|
|
137
190
|
[key: string]: any;
|
|
138
191
|
} | import("../../_utils/props").RequestParams;
|
|
139
192
|
};
|
|
@@ -142,7 +195,11 @@ export declare const comboGraphComponentProps: {
|
|
|
142
195
|
default?: undefined;
|
|
143
196
|
} | {
|
|
144
197
|
type: any;
|
|
145
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
198
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
199
|
+
[key: string]: any;
|
|
200
|
+
}[] | {
|
|
201
|
+
[key: string]: any;
|
|
202
|
+
}[] | import("../../_utils/props").Events | {
|
|
146
203
|
[key: string]: any;
|
|
147
204
|
} | import("../../_utils/props").RequestParams;
|
|
148
205
|
};
|
|
@@ -151,7 +208,11 @@ export declare const comboGraphComponentProps: {
|
|
|
151
208
|
default?: undefined;
|
|
152
209
|
} | {
|
|
153
210
|
type: any;
|
|
154
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
211
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
}[] | {
|
|
214
|
+
[key: string]: any;
|
|
215
|
+
}[] | import("../../_utils/props").Events | {
|
|
155
216
|
[key: string]: any;
|
|
156
217
|
} | import("../../_utils/props").RequestParams;
|
|
157
218
|
};
|
|
@@ -160,7 +221,11 @@ export declare const comboGraphComponentProps: {
|
|
|
160
221
|
default?: undefined;
|
|
161
222
|
} | {
|
|
162
223
|
type: any;
|
|
163
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
224
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
225
|
+
[key: string]: any;
|
|
226
|
+
}[] | {
|
|
227
|
+
[key: string]: any;
|
|
228
|
+
}[] | import("../../_utils/props").Events | {
|
|
164
229
|
[key: string]: any;
|
|
165
230
|
} | import("../../_utils/props").RequestParams;
|
|
166
231
|
};
|
|
@@ -169,7 +234,11 @@ export declare const comboGraphComponentProps: {
|
|
|
169
234
|
default?: undefined;
|
|
170
235
|
} | {
|
|
171
236
|
type: any;
|
|
172
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
237
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
238
|
+
[key: string]: any;
|
|
239
|
+
}[] | {
|
|
240
|
+
[key: string]: any;
|
|
241
|
+
}[] | import("../../_utils/props").Events | {
|
|
173
242
|
[key: string]: any;
|
|
174
243
|
} | import("../../_utils/props").RequestParams;
|
|
175
244
|
};
|
|
@@ -178,7 +247,11 @@ export declare const comboGraphComponentProps: {
|
|
|
178
247
|
default?: undefined;
|
|
179
248
|
} | {
|
|
180
249
|
type: any;
|
|
181
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
250
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
251
|
+
[key: string]: any;
|
|
252
|
+
}[] | {
|
|
253
|
+
[key: string]: any;
|
|
254
|
+
}[] | import("../../_utils/props").Events | {
|
|
182
255
|
[key: string]: any;
|
|
183
256
|
} | import("../../_utils/props").RequestParams;
|
|
184
257
|
};
|
|
@@ -187,7 +260,11 @@ export declare const comboGraphComponentProps: {
|
|
|
187
260
|
default?: undefined;
|
|
188
261
|
} | {
|
|
189
262
|
type: any;
|
|
190
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
263
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
264
|
+
[key: string]: any;
|
|
265
|
+
}[] | {
|
|
266
|
+
[key: string]: any;
|
|
267
|
+
}[] | import("../../_utils/props").Events | {
|
|
191
268
|
[key: string]: any;
|
|
192
269
|
} | import("../../_utils/props").RequestParams;
|
|
193
270
|
};
|
|
@@ -196,7 +273,11 @@ export declare const comboGraphComponentProps: {
|
|
|
196
273
|
default?: undefined;
|
|
197
274
|
} | {
|
|
198
275
|
type: any;
|
|
199
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
276
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
277
|
+
[key: string]: any;
|
|
278
|
+
}[] | {
|
|
279
|
+
[key: string]: any;
|
|
280
|
+
}[] | import("../../_utils/props").Events | {
|
|
200
281
|
[key: string]: any;
|
|
201
282
|
} | import("../../_utils/props").RequestParams;
|
|
202
283
|
};
|
|
@@ -205,7 +286,11 @@ export declare const comboGraphComponentProps: {
|
|
|
205
286
|
default?: undefined;
|
|
206
287
|
} | {
|
|
207
288
|
type: any;
|
|
208
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
289
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
290
|
+
[key: string]: any;
|
|
291
|
+
}[] | {
|
|
292
|
+
[key: string]: any;
|
|
293
|
+
}[] | import("../../_utils/props").Events | {
|
|
209
294
|
[key: string]: any;
|
|
210
295
|
} | import("../../_utils/props").RequestParams;
|
|
211
296
|
};
|
|
@@ -214,7 +299,11 @@ export declare const comboGraphComponentProps: {
|
|
|
214
299
|
default?: undefined;
|
|
215
300
|
} | {
|
|
216
301
|
type: any;
|
|
217
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
302
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
303
|
+
[key: string]: any;
|
|
304
|
+
}[] | {
|
|
305
|
+
[key: string]: any;
|
|
306
|
+
}[] | import("../../_utils/props").Events | {
|
|
218
307
|
[key: string]: any;
|
|
219
308
|
} | import("../../_utils/props").RequestParams;
|
|
220
309
|
};
|
|
@@ -223,7 +312,11 @@ export declare const comboGraphComponentProps: {
|
|
|
223
312
|
default?: undefined;
|
|
224
313
|
} | {
|
|
225
314
|
type: any;
|
|
226
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
315
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
316
|
+
[key: string]: any;
|
|
317
|
+
}[] | {
|
|
318
|
+
[key: string]: any;
|
|
319
|
+
}[] | import("../../_utils/props").Events | {
|
|
227
320
|
[key: string]: any;
|
|
228
321
|
} | import("../../_utils/props").RequestParams;
|
|
229
322
|
};
|
|
@@ -232,7 +325,11 @@ export declare const comboGraphComponentProps: {
|
|
|
232
325
|
default?: undefined;
|
|
233
326
|
} | {
|
|
234
327
|
type: any;
|
|
235
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
328
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
329
|
+
[key: string]: any;
|
|
330
|
+
}[] | {
|
|
331
|
+
[key: string]: any;
|
|
332
|
+
}[] | import("../../_utils/props").Events | {
|
|
236
333
|
[key: string]: any;
|
|
237
334
|
} | import("../../_utils/props").RequestParams;
|
|
238
335
|
};
|
|
@@ -241,7 +338,11 @@ export declare const comboGraphComponentProps: {
|
|
|
241
338
|
default?: undefined;
|
|
242
339
|
} | {
|
|
243
340
|
type: any;
|
|
244
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
341
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
342
|
+
[key: string]: any;
|
|
343
|
+
}[] | {
|
|
344
|
+
[key: string]: any;
|
|
345
|
+
}[] | import("../../_utils/props").Events | {
|
|
245
346
|
[key: string]: any;
|
|
246
347
|
} | import("../../_utils/props").RequestParams;
|
|
247
348
|
};
|
|
@@ -250,7 +351,11 @@ export declare const comboGraphComponentProps: {
|
|
|
250
351
|
default?: undefined;
|
|
251
352
|
} | {
|
|
252
353
|
type: any;
|
|
253
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
354
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
355
|
+
[key: string]: any;
|
|
356
|
+
}[] | {
|
|
357
|
+
[key: string]: any;
|
|
358
|
+
}[] | import("../../_utils/props").Events | {
|
|
254
359
|
[key: string]: any;
|
|
255
360
|
} | import("../../_utils/props").RequestParams;
|
|
256
361
|
};
|
|
@@ -259,7 +364,24 @@ export declare const comboGraphComponentProps: {
|
|
|
259
364
|
default?: undefined;
|
|
260
365
|
} | {
|
|
261
366
|
type: any;
|
|
262
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
367
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
368
|
+
[key: string]: any;
|
|
369
|
+
}[] | {
|
|
370
|
+
[key: string]: any;
|
|
371
|
+
}[] | import("../../_utils/props").Events | {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
} | import("../../_utils/props").RequestParams;
|
|
374
|
+
};
|
|
375
|
+
yAxis: {
|
|
376
|
+
type?: undefined;
|
|
377
|
+
default?: undefined;
|
|
378
|
+
} | {
|
|
379
|
+
type: any;
|
|
380
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
381
|
+
[key: string]: any;
|
|
382
|
+
}[] | {
|
|
383
|
+
[key: string]: any;
|
|
384
|
+
}[] | import("../../_utils/props").Events | {
|
|
263
385
|
[key: string]: any;
|
|
264
386
|
} | import("../../_utils/props").RequestParams;
|
|
265
387
|
};
|
|
@@ -268,7 +390,11 @@ export declare const comboGraphComponentProps: {
|
|
|
268
390
|
default?: undefined;
|
|
269
391
|
} | {
|
|
270
392
|
type: any;
|
|
271
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
393
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
394
|
+
[key: string]: any;
|
|
395
|
+
}[] | {
|
|
396
|
+
[key: string]: any;
|
|
397
|
+
}[] | import("../../_utils/props").Events | {
|
|
272
398
|
[key: string]: any;
|
|
273
399
|
} | import("../../_utils/props").RequestParams;
|
|
274
400
|
};
|
|
@@ -277,7 +403,11 @@ export declare const comboGraphComponentProps: {
|
|
|
277
403
|
default?: undefined;
|
|
278
404
|
} | {
|
|
279
405
|
type: any;
|
|
280
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
406
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
407
|
+
[key: string]: any;
|
|
408
|
+
}[] | {
|
|
409
|
+
[key: string]: any;
|
|
410
|
+
}[] | import("../../_utils/props").Events | {
|
|
281
411
|
[key: string]: any;
|
|
282
412
|
} | import("../../_utils/props").RequestParams;
|
|
283
413
|
};
|
|
@@ -286,7 +416,11 @@ export declare const comboGraphComponentProps: {
|
|
|
286
416
|
default?: undefined;
|
|
287
417
|
} | {
|
|
288
418
|
type: any;
|
|
289
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
419
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
420
|
+
[key: string]: any;
|
|
421
|
+
}[] | {
|
|
422
|
+
[key: string]: any;
|
|
423
|
+
}[] | import("../../_utils/props").Events | {
|
|
290
424
|
[key: string]: any;
|
|
291
425
|
} | import("../../_utils/props").RequestParams;
|
|
292
426
|
};
|
|
@@ -295,7 +429,11 @@ export declare const comboGraphComponentProps: {
|
|
|
295
429
|
default?: undefined;
|
|
296
430
|
} | {
|
|
297
431
|
type: any;
|
|
298
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
432
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
433
|
+
[key: string]: any;
|
|
434
|
+
}[] | {
|
|
435
|
+
[key: string]: any;
|
|
436
|
+
}[] | import("../../_utils/props").Events | {
|
|
299
437
|
[key: string]: any;
|
|
300
438
|
} | import("../../_utils/props").RequestParams;
|
|
301
439
|
};
|
|
@@ -304,7 +442,11 @@ export declare const comboGraphComponentProps: {
|
|
|
304
442
|
default?: undefined;
|
|
305
443
|
} | {
|
|
306
444
|
type: any;
|
|
307
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
445
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
446
|
+
[key: string]: any;
|
|
447
|
+
}[] | {
|
|
448
|
+
[key: string]: any;
|
|
449
|
+
}[] | import("../../_utils/props").Events | {
|
|
308
450
|
[key: string]: any;
|
|
309
451
|
} | import("../../_utils/props").RequestParams;
|
|
310
452
|
};
|
|
@@ -313,7 +455,11 @@ export declare const comboGraphComponentProps: {
|
|
|
313
455
|
default?: undefined;
|
|
314
456
|
} | {
|
|
315
457
|
type: any;
|
|
316
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
458
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
459
|
+
[key: string]: any;
|
|
460
|
+
}[] | {
|
|
461
|
+
[key: string]: any;
|
|
462
|
+
}[] | import("../../_utils/props").Events | {
|
|
317
463
|
[key: string]: any;
|
|
318
464
|
} | import("../../_utils/props").RequestParams;
|
|
319
465
|
};
|
|
@@ -322,7 +468,11 @@ export declare const comboGraphComponentProps: {
|
|
|
322
468
|
default?: undefined;
|
|
323
469
|
} | {
|
|
324
470
|
type: any;
|
|
325
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
471
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
472
|
+
[key: string]: any;
|
|
473
|
+
}[] | {
|
|
474
|
+
[key: string]: any;
|
|
475
|
+
}[] | import("../../_utils/props").Events | {
|
|
326
476
|
[key: string]: any;
|
|
327
477
|
} | import("../../_utils/props").RequestParams;
|
|
328
478
|
};
|
|
@@ -331,7 +481,11 @@ export declare const comboGraphComponentProps: {
|
|
|
331
481
|
default?: undefined;
|
|
332
482
|
} | {
|
|
333
483
|
type: any;
|
|
334
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
484
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
485
|
+
[key: string]: any;
|
|
486
|
+
}[] | {
|
|
487
|
+
[key: string]: any;
|
|
488
|
+
}[] | import("../../_utils/props").Events | {
|
|
335
489
|
[key: string]: any;
|
|
336
490
|
} | import("../../_utils/props").RequestParams;
|
|
337
491
|
};
|
|
@@ -340,7 +494,11 @@ export declare const comboGraphComponentProps: {
|
|
|
340
494
|
default?: undefined;
|
|
341
495
|
} | {
|
|
342
496
|
type: any;
|
|
343
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
497
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
498
|
+
[key: string]: any;
|
|
499
|
+
}[] | {
|
|
500
|
+
[key: string]: any;
|
|
501
|
+
}[] | import("../../_utils/props").Events | {
|
|
344
502
|
[key: string]: any;
|
|
345
503
|
} | import("../../_utils/props").RequestParams;
|
|
346
504
|
};
|
|
@@ -349,7 +507,11 @@ export declare const comboGraphComponentProps: {
|
|
|
349
507
|
default?: undefined;
|
|
350
508
|
} | {
|
|
351
509
|
type: any;
|
|
352
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
510
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
511
|
+
[key: string]: any;
|
|
512
|
+
}[] | {
|
|
513
|
+
[key: string]: any;
|
|
514
|
+
}[] | import("../../_utils/props").Events | {
|
|
353
515
|
[key: string]: any;
|
|
354
516
|
} | import("../../_utils/props").RequestParams;
|
|
355
517
|
};
|
|
@@ -358,7 +520,11 @@ export declare const comboGraphComponentProps: {
|
|
|
358
520
|
default?: undefined;
|
|
359
521
|
} | {
|
|
360
522
|
type: any;
|
|
361
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
523
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
524
|
+
[key: string]: any;
|
|
525
|
+
}[] | {
|
|
526
|
+
[key: string]: any;
|
|
527
|
+
}[] | import("../../_utils/props").Events | {
|
|
362
528
|
[key: string]: any;
|
|
363
529
|
} | import("../../_utils/props").RequestParams;
|
|
364
530
|
};
|
|
@@ -367,7 +533,11 @@ export declare const comboGraphComponentProps: {
|
|
|
367
533
|
default?: undefined;
|
|
368
534
|
} | {
|
|
369
535
|
type: any;
|
|
370
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
536
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
537
|
+
[key: string]: any;
|
|
538
|
+
}[] | {
|
|
539
|
+
[key: string]: any;
|
|
540
|
+
}[] | import("../../_utils/props").Events | {
|
|
371
541
|
[key: string]: any;
|
|
372
542
|
} | import("../../_utils/props").RequestParams;
|
|
373
543
|
};
|
|
@@ -376,7 +546,11 @@ export declare const comboGraphComponentProps: {
|
|
|
376
546
|
default?: undefined;
|
|
377
547
|
} | {
|
|
378
548
|
type: any;
|
|
379
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
549
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
550
|
+
[key: string]: any;
|
|
551
|
+
}[] | {
|
|
552
|
+
[key: string]: any;
|
|
553
|
+
}[] | import("../../_utils/props").Events | {
|
|
380
554
|
[key: string]: any;
|
|
381
555
|
} | import("../../_utils/props").RequestParams;
|
|
382
556
|
};
|
|
@@ -385,7 +559,11 @@ export declare const comboGraphComponentProps: {
|
|
|
385
559
|
default?: undefined;
|
|
386
560
|
} | {
|
|
387
561
|
type: any;
|
|
388
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
562
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
563
|
+
[key: string]: any;
|
|
564
|
+
}[] | {
|
|
565
|
+
[key: string]: any;
|
|
566
|
+
}[] | import("../../_utils/props").Events | {
|
|
389
567
|
[key: string]: any;
|
|
390
568
|
} | import("../../_utils/props").RequestParams;
|
|
391
569
|
};
|
|
@@ -394,7 +572,11 @@ export declare const comboGraphComponentProps: {
|
|
|
394
572
|
default?: undefined;
|
|
395
573
|
} | {
|
|
396
574
|
type: any;
|
|
397
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
575
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
576
|
+
[key: string]: any;
|
|
577
|
+
}[] | {
|
|
578
|
+
[key: string]: any;
|
|
579
|
+
}[] | import("../../_utils/props").Events | {
|
|
398
580
|
[key: string]: any;
|
|
399
581
|
} | import("../../_utils/props").RequestParams;
|
|
400
582
|
};
|
|
@@ -403,7 +585,11 @@ export declare const comboGraphComponentProps: {
|
|
|
403
585
|
default?: undefined;
|
|
404
586
|
} | {
|
|
405
587
|
type: any;
|
|
406
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
588
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
589
|
+
[key: string]: any;
|
|
590
|
+
}[] | {
|
|
591
|
+
[key: string]: any;
|
|
592
|
+
}[] | import("../../_utils/props").Events | {
|
|
407
593
|
[key: string]: any;
|
|
408
594
|
} | import("../../_utils/props").RequestParams;
|
|
409
595
|
};
|
|
@@ -412,7 +598,11 @@ export declare const comboGraphComponentProps: {
|
|
|
412
598
|
default?: undefined;
|
|
413
599
|
} | {
|
|
414
600
|
type: any;
|
|
415
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
601
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
602
|
+
[key: string]: any;
|
|
603
|
+
}[] | {
|
|
604
|
+
[key: string]: any;
|
|
605
|
+
}[] | import("../../_utils/props").Events | {
|
|
416
606
|
[key: string]: any;
|
|
417
607
|
} | import("../../_utils/props").RequestParams;
|
|
418
608
|
};
|
|
@@ -421,7 +611,11 @@ export declare const comboGraphComponentProps: {
|
|
|
421
611
|
default?: undefined;
|
|
422
612
|
} | {
|
|
423
613
|
type: any;
|
|
424
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
614
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
615
|
+
[key: string]: any;
|
|
616
|
+
}[] | {
|
|
617
|
+
[key: string]: any;
|
|
618
|
+
}[] | import("../../_utils/props").Events | {
|
|
425
619
|
[key: string]: any;
|
|
426
620
|
} | import("../../_utils/props").RequestParams;
|
|
427
621
|
};
|
|
@@ -430,7 +624,11 @@ export declare const comboGraphComponentProps: {
|
|
|
430
624
|
default?: undefined;
|
|
431
625
|
} | {
|
|
432
626
|
type: any;
|
|
433
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
627
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
628
|
+
[key: string]: any;
|
|
629
|
+
}[] | {
|
|
630
|
+
[key: string]: any;
|
|
631
|
+
}[] | import("../../_utils/props").Events | {
|
|
434
632
|
[key: string]: any;
|
|
435
633
|
} | import("../../_utils/props").RequestParams;
|
|
436
634
|
};
|
|
@@ -439,7 +637,11 @@ export declare const comboGraphComponentProps: {
|
|
|
439
637
|
default?: undefined;
|
|
440
638
|
} | {
|
|
441
639
|
type: any;
|
|
442
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
640
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
641
|
+
[key: string]: any;
|
|
642
|
+
}[] | {
|
|
643
|
+
[key: string]: any;
|
|
644
|
+
}[] | import("../../_utils/props").Events | {
|
|
443
645
|
[key: string]: any;
|
|
444
646
|
} | import("../../_utils/props").RequestParams;
|
|
445
647
|
};
|
|
@@ -448,7 +650,11 @@ export declare const comboGraphComponentProps: {
|
|
|
448
650
|
default?: undefined;
|
|
449
651
|
} | {
|
|
450
652
|
type: any;
|
|
451
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
653
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
654
|
+
[key: string]: any;
|
|
655
|
+
}[] | {
|
|
656
|
+
[key: string]: any;
|
|
657
|
+
}[] | import("../../_utils/props").Events | {
|
|
452
658
|
[key: string]: any;
|
|
453
659
|
} | import("../../_utils/props").RequestParams;
|
|
454
660
|
};
|
|
@@ -457,7 +663,11 @@ export declare const comboGraphComponentProps: {
|
|
|
457
663
|
default?: undefined;
|
|
458
664
|
} | {
|
|
459
665
|
type: any;
|
|
460
|
-
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames |
|
|
666
|
+
default: string | number | boolean | Data | string[] | ValueTypeDataFieldNames | KeyTypeDataFieldNames | {
|
|
667
|
+
[key: string]: any;
|
|
668
|
+
}[] | {
|
|
669
|
+
[key: string]: any;
|
|
670
|
+
}[] | import("../../_utils/props").Events | {
|
|
461
671
|
[key: string]: any;
|
|
462
672
|
} | import("../../_utils/props").RequestParams;
|
|
463
673
|
};
|