@ecan-bi/datav 1.0.34 → 1.0.35
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/graph/combo-graph/props.d.ts +62 -378
- package/dist/graph/line/Line.vue.d.ts +134 -376
- package/dist/graph/line/props.d.ts +60 -156
- package/dist/graph/pie/Pie.vue.d.ts +151 -427
- package/dist/graph/pie/props.d.ts +66 -174
- package/dist/graph/scatter/props.d.ts +58 -300
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@ export interface ComboGraphProps extends Props {
|
|
|
31
31
|
yAxis: {
|
|
32
32
|
[key: string]: any;
|
|
33
33
|
}[];
|
|
34
|
+
graphicConfig?: any;
|
|
34
35
|
gridContainLabel: boolean;
|
|
35
36
|
gridTop: string;
|
|
36
37
|
gridBottom: string;
|
|
@@ -44,702 +45,385 @@ export declare const comboGraphComponentProps: {
|
|
|
44
45
|
default?: undefined;
|
|
45
46
|
} | {
|
|
46
47
|
type: any;
|
|
47
|
-
default:
|
|
48
|
-
[key: string]: any;
|
|
49
|
-
}[] | {
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
}[] | import("../../_utils/props").Events | {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
} | import("../../_utils/props").RequestParams;
|
|
48
|
+
default: any;
|
|
54
49
|
};
|
|
55
50
|
titleText: {
|
|
56
51
|
type?: undefined;
|
|
57
52
|
default?: undefined;
|
|
58
53
|
} | {
|
|
59
54
|
type: any;
|
|
60
|
-
default:
|
|
61
|
-
[key: string]: any;
|
|
62
|
-
}[] | {
|
|
63
|
-
[key: string]: any;
|
|
64
|
-
}[] | import("../../_utils/props").Events | {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
} | import("../../_utils/props").RequestParams;
|
|
55
|
+
default: any;
|
|
67
56
|
};
|
|
68
57
|
titleSubtext: {
|
|
69
58
|
type?: undefined;
|
|
70
59
|
default?: undefined;
|
|
71
60
|
} | {
|
|
72
61
|
type: any;
|
|
73
|
-
default:
|
|
74
|
-
[key: string]: any;
|
|
75
|
-
}[] | {
|
|
76
|
-
[key: string]: any;
|
|
77
|
-
}[] | import("../../_utils/props").Events | {
|
|
78
|
-
[key: string]: any;
|
|
79
|
-
} | import("../../_utils/props").RequestParams;
|
|
62
|
+
default: any;
|
|
80
63
|
};
|
|
81
64
|
colors: {
|
|
82
65
|
type?: undefined;
|
|
83
66
|
default?: undefined;
|
|
84
67
|
} | {
|
|
85
68
|
type: any;
|
|
86
|
-
default:
|
|
87
|
-
[key: string]: any;
|
|
88
|
-
}[] | {
|
|
89
|
-
[key: string]: any;
|
|
90
|
-
}[] | import("../../_utils/props").Events | {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
} | import("../../_utils/props").RequestParams;
|
|
69
|
+
default: any;
|
|
93
70
|
};
|
|
94
71
|
legendShow: {
|
|
95
72
|
type?: undefined;
|
|
96
73
|
default?: undefined;
|
|
97
74
|
} | {
|
|
98
75
|
type: any;
|
|
99
|
-
default:
|
|
100
|
-
[key: string]: any;
|
|
101
|
-
}[] | {
|
|
102
|
-
[key: string]: any;
|
|
103
|
-
}[] | import("../../_utils/props").Events | {
|
|
104
|
-
[key: string]: any;
|
|
105
|
-
} | import("../../_utils/props").RequestParams;
|
|
76
|
+
default: any;
|
|
106
77
|
};
|
|
107
78
|
legendTextStyleColor: {
|
|
108
79
|
type?: undefined;
|
|
109
80
|
default?: undefined;
|
|
110
81
|
} | {
|
|
111
82
|
type: any;
|
|
112
|
-
default:
|
|
113
|
-
[key: string]: any;
|
|
114
|
-
}[] | {
|
|
115
|
-
[key: string]: any;
|
|
116
|
-
}[] | import("../../_utils/props").Events | {
|
|
117
|
-
[key: string]: any;
|
|
118
|
-
} | import("../../_utils/props").RequestParams;
|
|
83
|
+
default: any;
|
|
119
84
|
};
|
|
120
85
|
legendLeft: {
|
|
121
86
|
type?: undefined;
|
|
122
87
|
default?: undefined;
|
|
123
88
|
} | {
|
|
124
89
|
type: any;
|
|
125
|
-
default:
|
|
126
|
-
[key: string]: any;
|
|
127
|
-
}[] | {
|
|
128
|
-
[key: string]: any;
|
|
129
|
-
}[] | import("../../_utils/props").Events | {
|
|
130
|
-
[key: string]: any;
|
|
131
|
-
} | import("../../_utils/props").RequestParams;
|
|
90
|
+
default: any;
|
|
132
91
|
};
|
|
133
92
|
legendTop: {
|
|
134
93
|
type?: undefined;
|
|
135
94
|
default?: undefined;
|
|
136
95
|
} | {
|
|
137
96
|
type: any;
|
|
138
|
-
default:
|
|
139
|
-
[key: string]: any;
|
|
140
|
-
}[] | {
|
|
141
|
-
[key: string]: any;
|
|
142
|
-
}[] | import("../../_utils/props").Events | {
|
|
143
|
-
[key: string]: any;
|
|
144
|
-
} | import("../../_utils/props").RequestParams;
|
|
97
|
+
default: any;
|
|
145
98
|
};
|
|
146
99
|
legendOrient: {
|
|
147
100
|
type?: undefined;
|
|
148
101
|
default?: undefined;
|
|
149
102
|
} | {
|
|
150
103
|
type: any;
|
|
151
|
-
default:
|
|
152
|
-
[key: string]: any;
|
|
153
|
-
}[] | {
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
}[] | import("../../_utils/props").Events | {
|
|
156
|
-
[key: string]: any;
|
|
157
|
-
} | import("../../_utils/props").RequestParams;
|
|
104
|
+
default: any;
|
|
158
105
|
};
|
|
159
106
|
xAxisSplitLineShow: {
|
|
160
107
|
type?: undefined;
|
|
161
108
|
default?: undefined;
|
|
162
109
|
} | {
|
|
163
110
|
type: any;
|
|
164
|
-
default:
|
|
165
|
-
[key: string]: any;
|
|
166
|
-
}[] | {
|
|
167
|
-
[key: string]: any;
|
|
168
|
-
}[] | import("../../_utils/props").Events | {
|
|
169
|
-
[key: string]: any;
|
|
170
|
-
} | import("../../_utils/props").RequestParams;
|
|
111
|
+
default: any;
|
|
171
112
|
};
|
|
172
113
|
xAxisLabelColor: {
|
|
173
114
|
type?: undefined;
|
|
174
115
|
default?: undefined;
|
|
175
116
|
} | {
|
|
176
117
|
type: any;
|
|
177
|
-
default:
|
|
178
|
-
[key: string]: any;
|
|
179
|
-
}[] | {
|
|
180
|
-
[key: string]: any;
|
|
181
|
-
}[] | import("../../_utils/props").Events | {
|
|
182
|
-
[key: string]: any;
|
|
183
|
-
} | import("../../_utils/props").RequestParams;
|
|
118
|
+
default: any;
|
|
184
119
|
};
|
|
185
120
|
xAxisLineStyleColor: {
|
|
186
121
|
type?: undefined;
|
|
187
122
|
default?: undefined;
|
|
188
123
|
} | {
|
|
189
124
|
type: any;
|
|
190
|
-
default:
|
|
191
|
-
[key: string]: any;
|
|
192
|
-
}[] | {
|
|
193
|
-
[key: string]: any;
|
|
194
|
-
}[] | import("../../_utils/props").Events | {
|
|
195
|
-
[key: string]: any;
|
|
196
|
-
} | import("../../_utils/props").RequestParams;
|
|
125
|
+
default: any;
|
|
197
126
|
};
|
|
198
127
|
xAxisTickShow: {
|
|
199
128
|
type?: undefined;
|
|
200
129
|
default?: undefined;
|
|
201
130
|
} | {
|
|
202
131
|
type: any;
|
|
203
|
-
default:
|
|
204
|
-
[key: string]: any;
|
|
205
|
-
}[] | {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
}[] | import("../../_utils/props").Events | {
|
|
208
|
-
[key: string]: any;
|
|
209
|
-
} | import("../../_utils/props").RequestParams;
|
|
132
|
+
default: any;
|
|
210
133
|
};
|
|
211
134
|
yAxisSplitLineShow: {
|
|
212
135
|
type?: undefined;
|
|
213
136
|
default?: undefined;
|
|
214
137
|
} | {
|
|
215
138
|
type: any;
|
|
216
|
-
default:
|
|
217
|
-
[key: string]: any;
|
|
218
|
-
}[] | {
|
|
219
|
-
[key: string]: any;
|
|
220
|
-
}[] | import("../../_utils/props").Events | {
|
|
221
|
-
[key: string]: any;
|
|
222
|
-
} | import("../../_utils/props").RequestParams;
|
|
139
|
+
default: any;
|
|
223
140
|
};
|
|
224
141
|
xAxisSplitLineStyleColor: {
|
|
225
142
|
type?: undefined;
|
|
226
143
|
default?: undefined;
|
|
227
144
|
} | {
|
|
228
145
|
type: any;
|
|
229
|
-
default:
|
|
230
|
-
[key: string]: any;
|
|
231
|
-
}[] | {
|
|
232
|
-
[key: string]: any;
|
|
233
|
-
}[] | import("../../_utils/props").Events | {
|
|
234
|
-
[key: string]: any;
|
|
235
|
-
} | import("../../_utils/props").RequestParams;
|
|
146
|
+
default: any;
|
|
236
147
|
};
|
|
237
148
|
yAxisSplitLineStyleColor: {
|
|
238
149
|
type?: undefined;
|
|
239
150
|
default?: undefined;
|
|
240
151
|
} | {
|
|
241
152
|
type: any;
|
|
242
|
-
default:
|
|
243
|
-
[key: string]: any;
|
|
244
|
-
}[] | {
|
|
245
|
-
[key: string]: any;
|
|
246
|
-
}[] | import("../../_utils/props").Events | {
|
|
247
|
-
[key: string]: any;
|
|
248
|
-
} | import("../../_utils/props").RequestParams;
|
|
153
|
+
default: any;
|
|
249
154
|
};
|
|
250
155
|
yAxisLabelColor: {
|
|
251
156
|
type?: undefined;
|
|
252
157
|
default?: undefined;
|
|
253
158
|
} | {
|
|
254
159
|
type: any;
|
|
255
|
-
default:
|
|
256
|
-
[key: string]: any;
|
|
257
|
-
}[] | {
|
|
258
|
-
[key: string]: any;
|
|
259
|
-
}[] | import("../../_utils/props").Events | {
|
|
260
|
-
[key: string]: any;
|
|
261
|
-
} | import("../../_utils/props").RequestParams;
|
|
160
|
+
default: any;
|
|
262
161
|
};
|
|
263
162
|
yAxisLineStyleColor: {
|
|
264
163
|
type?: undefined;
|
|
265
164
|
default?: undefined;
|
|
266
165
|
} | {
|
|
267
166
|
type: any;
|
|
268
|
-
default:
|
|
269
|
-
[key: string]: any;
|
|
270
|
-
}[] | {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
}[] | import("../../_utils/props").Events | {
|
|
273
|
-
[key: string]: any;
|
|
274
|
-
} | import("../../_utils/props").RequestParams;
|
|
167
|
+
default: any;
|
|
275
168
|
};
|
|
276
169
|
valueTypeDataFieldNames: {
|
|
277
170
|
type?: undefined;
|
|
278
171
|
default?: undefined;
|
|
279
172
|
} | {
|
|
280
173
|
type: any;
|
|
281
|
-
default:
|
|
282
|
-
[key: string]: any;
|
|
283
|
-
}[] | {
|
|
284
|
-
[key: string]: any;
|
|
285
|
-
}[] | import("../../_utils/props").Events | {
|
|
286
|
-
[key: string]: any;
|
|
287
|
-
} | import("../../_utils/props").RequestParams;
|
|
174
|
+
default: any;
|
|
288
175
|
};
|
|
289
176
|
keyTypeDataFieldNames: {
|
|
290
177
|
type?: undefined;
|
|
291
178
|
default?: undefined;
|
|
292
179
|
} | {
|
|
293
180
|
type: any;
|
|
294
|
-
default:
|
|
295
|
-
[key: string]: any;
|
|
296
|
-
}[] | {
|
|
297
|
-
[key: string]: any;
|
|
298
|
-
}[] | import("../../_utils/props").Events | {
|
|
299
|
-
[key: string]: any;
|
|
300
|
-
} | import("../../_utils/props").RequestParams;
|
|
181
|
+
default: any;
|
|
301
182
|
};
|
|
302
183
|
tooltipShow: {
|
|
303
184
|
type?: undefined;
|
|
304
185
|
default?: undefined;
|
|
305
186
|
} | {
|
|
306
187
|
type: any;
|
|
307
|
-
default:
|
|
308
|
-
[key: string]: any;
|
|
309
|
-
}[] | {
|
|
310
|
-
[key: string]: any;
|
|
311
|
-
}[] | import("../../_utils/props").Events | {
|
|
312
|
-
[key: string]: any;
|
|
313
|
-
} | import("../../_utils/props").RequestParams;
|
|
188
|
+
default: any;
|
|
314
189
|
};
|
|
315
190
|
tooltipTrigger: {
|
|
316
191
|
type?: undefined;
|
|
317
192
|
default?: undefined;
|
|
318
193
|
} | {
|
|
319
194
|
type: any;
|
|
320
|
-
default:
|
|
321
|
-
[key: string]: any;
|
|
322
|
-
}[] | {
|
|
323
|
-
[key: string]: any;
|
|
324
|
-
}[] | import("../../_utils/props").Events | {
|
|
325
|
-
[key: string]: any;
|
|
326
|
-
} | import("../../_utils/props").RequestParams;
|
|
195
|
+
default: any;
|
|
327
196
|
};
|
|
328
197
|
tooltipTextStyleColor: {
|
|
329
198
|
type?: undefined;
|
|
330
199
|
default?: undefined;
|
|
331
200
|
} | {
|
|
332
201
|
type: any;
|
|
333
|
-
default:
|
|
334
|
-
[key: string]: any;
|
|
335
|
-
}[] | {
|
|
336
|
-
[key: string]: any;
|
|
337
|
-
}[] | import("../../_utils/props").Events | {
|
|
338
|
-
[key: string]: any;
|
|
339
|
-
} | import("../../_utils/props").RequestParams;
|
|
202
|
+
default: any;
|
|
340
203
|
};
|
|
341
204
|
tooltipFormatter: {
|
|
342
205
|
type?: undefined;
|
|
343
206
|
default?: undefined;
|
|
344
207
|
} | {
|
|
345
208
|
type: any;
|
|
346
|
-
default:
|
|
347
|
-
[key: string]: any;
|
|
348
|
-
}[] | {
|
|
349
|
-
[key: string]: any;
|
|
350
|
-
}[] | import("../../_utils/props").Events | {
|
|
351
|
-
[key: string]: any;
|
|
352
|
-
} | import("../../_utils/props").RequestParams;
|
|
209
|
+
default: any;
|
|
353
210
|
};
|
|
354
211
|
seriesTypes: {
|
|
355
212
|
type?: undefined;
|
|
356
213
|
default?: undefined;
|
|
357
214
|
} | {
|
|
358
215
|
type: any;
|
|
359
|
-
default:
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
}[] | {
|
|
362
|
-
[key: string]: any;
|
|
363
|
-
}[] | import("../../_utils/props").Events | {
|
|
364
|
-
[key: string]: any;
|
|
365
|
-
} | import("../../_utils/props").RequestParams;
|
|
216
|
+
default: any;
|
|
366
217
|
};
|
|
367
218
|
dataFieldConfigType: {
|
|
368
219
|
type?: undefined;
|
|
369
220
|
default?: undefined;
|
|
370
221
|
} | {
|
|
371
222
|
type: any;
|
|
372
|
-
default:
|
|
373
|
-
[key: string]: any;
|
|
374
|
-
}[] | {
|
|
375
|
-
[key: string]: any;
|
|
376
|
-
}[] | import("../../_utils/props").Events | {
|
|
377
|
-
[key: string]: any;
|
|
378
|
-
} | import("../../_utils/props").RequestParams;
|
|
223
|
+
default: any;
|
|
379
224
|
};
|
|
380
225
|
yAxis: {
|
|
381
226
|
type?: undefined;
|
|
382
227
|
default?: undefined;
|
|
383
228
|
} | {
|
|
384
229
|
type: any;
|
|
385
|
-
default:
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
230
|
+
default: any;
|
|
231
|
+
};
|
|
232
|
+
graphicConfig?: {
|
|
233
|
+
type?: undefined;
|
|
234
|
+
default?: undefined;
|
|
235
|
+
} | {
|
|
236
|
+
type: any;
|
|
237
|
+
default: any;
|
|
392
238
|
};
|
|
393
239
|
gridContainLabel: {
|
|
394
240
|
type?: undefined;
|
|
395
241
|
default?: undefined;
|
|
396
242
|
} | {
|
|
397
243
|
type: any;
|
|
398
|
-
default:
|
|
399
|
-
[key: string]: any;
|
|
400
|
-
}[] | {
|
|
401
|
-
[key: string]: any;
|
|
402
|
-
}[] | import("../../_utils/props").Events | {
|
|
403
|
-
[key: string]: any;
|
|
404
|
-
} | import("../../_utils/props").RequestParams;
|
|
244
|
+
default: any;
|
|
405
245
|
};
|
|
406
246
|
gridTop: {
|
|
407
247
|
type?: undefined;
|
|
408
248
|
default?: undefined;
|
|
409
249
|
} | {
|
|
410
250
|
type: any;
|
|
411
|
-
default:
|
|
412
|
-
[key: string]: any;
|
|
413
|
-
}[] | {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
}[] | import("../../_utils/props").Events | {
|
|
416
|
-
[key: string]: any;
|
|
417
|
-
} | import("../../_utils/props").RequestParams;
|
|
251
|
+
default: any;
|
|
418
252
|
};
|
|
419
253
|
gridBottom: {
|
|
420
254
|
type?: undefined;
|
|
421
255
|
default?: undefined;
|
|
422
256
|
} | {
|
|
423
257
|
type: any;
|
|
424
|
-
default:
|
|
425
|
-
[key: string]: any;
|
|
426
|
-
}[] | {
|
|
427
|
-
[key: string]: any;
|
|
428
|
-
}[] | import("../../_utils/props").Events | {
|
|
429
|
-
[key: string]: any;
|
|
430
|
-
} | import("../../_utils/props").RequestParams;
|
|
258
|
+
default: any;
|
|
431
259
|
};
|
|
432
260
|
gridLeft: {
|
|
433
261
|
type?: undefined;
|
|
434
262
|
default?: undefined;
|
|
435
263
|
} | {
|
|
436
264
|
type: any;
|
|
437
|
-
default:
|
|
438
|
-
[key: string]: any;
|
|
439
|
-
}[] | {
|
|
440
|
-
[key: string]: any;
|
|
441
|
-
}[] | import("../../_utils/props").Events | {
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
} | import("../../_utils/props").RequestParams;
|
|
265
|
+
default: any;
|
|
444
266
|
};
|
|
445
267
|
gridRight: {
|
|
446
268
|
type?: undefined;
|
|
447
269
|
default?: undefined;
|
|
448
270
|
} | {
|
|
449
271
|
type: any;
|
|
450
|
-
default:
|
|
451
|
-
[key: string]: any;
|
|
452
|
-
}[] | {
|
|
453
|
-
[key: string]: any;
|
|
454
|
-
}[] | import("../../_utils/props").Events | {
|
|
455
|
-
[key: string]: any;
|
|
456
|
-
} | import("../../_utils/props").RequestParams;
|
|
272
|
+
default: any;
|
|
457
273
|
};
|
|
458
274
|
id: {
|
|
459
275
|
type?: undefined;
|
|
460
276
|
default?: undefined;
|
|
461
277
|
} | {
|
|
462
278
|
type: any;
|
|
463
|
-
default:
|
|
464
|
-
[key: string]: any;
|
|
465
|
-
}[] | {
|
|
466
|
-
[key: string]: any;
|
|
467
|
-
}[] | import("../../_utils/props").Events | {
|
|
468
|
-
[key: string]: any;
|
|
469
|
-
} | import("../../_utils/props").RequestParams;
|
|
279
|
+
default: any;
|
|
470
280
|
};
|
|
471
281
|
name: {
|
|
472
282
|
type?: undefined;
|
|
473
283
|
default?: undefined;
|
|
474
284
|
} | {
|
|
475
285
|
type: any;
|
|
476
|
-
default:
|
|
477
|
-
[key: string]: any;
|
|
478
|
-
}[] | {
|
|
479
|
-
[key: string]: any;
|
|
480
|
-
}[] | import("../../_utils/props").Events | {
|
|
481
|
-
[key: string]: any;
|
|
482
|
-
} | import("../../_utils/props").RequestParams;
|
|
286
|
+
default: any;
|
|
483
287
|
};
|
|
484
288
|
keyName: {
|
|
485
289
|
type?: undefined;
|
|
486
290
|
default?: undefined;
|
|
487
291
|
} | {
|
|
488
292
|
type: any;
|
|
489
|
-
default:
|
|
490
|
-
[key: string]: any;
|
|
491
|
-
}[] | {
|
|
492
|
-
[key: string]: any;
|
|
493
|
-
}[] | import("../../_utils/props").Events | {
|
|
494
|
-
[key: string]: any;
|
|
495
|
-
} | import("../../_utils/props").RequestParams;
|
|
293
|
+
default: any;
|
|
496
294
|
};
|
|
497
295
|
type: {
|
|
498
296
|
type?: undefined;
|
|
499
297
|
default?: undefined;
|
|
500
298
|
} | {
|
|
501
299
|
type: any;
|
|
502
|
-
default:
|
|
503
|
-
[key: string]: any;
|
|
504
|
-
}[] | {
|
|
505
|
-
[key: string]: any;
|
|
506
|
-
}[] | import("../../_utils/props").Events | {
|
|
507
|
-
[key: string]: any;
|
|
508
|
-
} | import("../../_utils/props").RequestParams;
|
|
300
|
+
default: any;
|
|
509
301
|
};
|
|
510
302
|
width: {
|
|
511
303
|
type?: undefined;
|
|
512
304
|
default?: undefined;
|
|
513
305
|
} | {
|
|
514
306
|
type: any;
|
|
515
|
-
default:
|
|
516
|
-
[key: string]: any;
|
|
517
|
-
}[] | {
|
|
518
|
-
[key: string]: any;
|
|
519
|
-
}[] | import("../../_utils/props").Events | {
|
|
520
|
-
[key: string]: any;
|
|
521
|
-
} | import("../../_utils/props").RequestParams;
|
|
307
|
+
default: any;
|
|
522
308
|
};
|
|
523
309
|
height: {
|
|
524
310
|
type?: undefined;
|
|
525
311
|
default?: undefined;
|
|
526
312
|
} | {
|
|
527
313
|
type: any;
|
|
528
|
-
default:
|
|
529
|
-
[key: string]: any;
|
|
530
|
-
}[] | {
|
|
531
|
-
[key: string]: any;
|
|
532
|
-
}[] | import("../../_utils/props").Events | {
|
|
533
|
-
[key: string]: any;
|
|
534
|
-
} | import("../../_utils/props").RequestParams;
|
|
314
|
+
default: any;
|
|
535
315
|
};
|
|
536
316
|
position: {
|
|
537
317
|
type?: undefined;
|
|
538
318
|
default?: undefined;
|
|
539
319
|
} | {
|
|
540
320
|
type: any;
|
|
541
|
-
default:
|
|
542
|
-
[key: string]: any;
|
|
543
|
-
}[] | {
|
|
544
|
-
[key: string]: any;
|
|
545
|
-
}[] | import("../../_utils/props").Events | {
|
|
546
|
-
[key: string]: any;
|
|
547
|
-
} | import("../../_utils/props").RequestParams;
|
|
321
|
+
default: any;
|
|
548
322
|
};
|
|
549
323
|
top: {
|
|
550
324
|
type?: undefined;
|
|
551
325
|
default?: undefined;
|
|
552
326
|
} | {
|
|
553
327
|
type: any;
|
|
554
|
-
default:
|
|
555
|
-
[key: string]: any;
|
|
556
|
-
}[] | {
|
|
557
|
-
[key: string]: any;
|
|
558
|
-
}[] | import("../../_utils/props").Events | {
|
|
559
|
-
[key: string]: any;
|
|
560
|
-
} | import("../../_utils/props").RequestParams;
|
|
328
|
+
default: any;
|
|
561
329
|
};
|
|
562
330
|
left: {
|
|
563
331
|
type?: undefined;
|
|
564
332
|
default?: undefined;
|
|
565
333
|
} | {
|
|
566
334
|
type: any;
|
|
567
|
-
default:
|
|
568
|
-
[key: string]: any;
|
|
569
|
-
}[] | {
|
|
570
|
-
[key: string]: any;
|
|
571
|
-
}[] | import("../../_utils/props").Events | {
|
|
572
|
-
[key: string]: any;
|
|
573
|
-
} | import("../../_utils/props").RequestParams;
|
|
335
|
+
default: any;
|
|
574
336
|
};
|
|
575
337
|
zIndex: {
|
|
576
338
|
type?: undefined;
|
|
577
339
|
default?: undefined;
|
|
578
340
|
} | {
|
|
579
341
|
type: any;
|
|
580
|
-
default:
|
|
581
|
-
[key: string]: any;
|
|
582
|
-
}[] | {
|
|
583
|
-
[key: string]: any;
|
|
584
|
-
}[] | import("../../_utils/props").Events | {
|
|
585
|
-
[key: string]: any;
|
|
586
|
-
} | import("../../_utils/props").RequestParams;
|
|
342
|
+
default: any;
|
|
587
343
|
};
|
|
588
344
|
rotate: {
|
|
589
345
|
type?: undefined;
|
|
590
346
|
default?: undefined;
|
|
591
347
|
} | {
|
|
592
348
|
type: any;
|
|
593
|
-
default:
|
|
594
|
-
[key: string]: any;
|
|
595
|
-
}[] | {
|
|
596
|
-
[key: string]: any;
|
|
597
|
-
}[] | import("../../_utils/props").Events | {
|
|
598
|
-
[key: string]: any;
|
|
599
|
-
} | import("../../_utils/props").RequestParams;
|
|
349
|
+
default: any;
|
|
600
350
|
};
|
|
601
351
|
isShow: {
|
|
602
352
|
type?: undefined;
|
|
603
353
|
default?: undefined;
|
|
604
354
|
} | {
|
|
605
355
|
type: any;
|
|
606
|
-
default:
|
|
607
|
-
[key: string]: any;
|
|
608
|
-
}[] | {
|
|
609
|
-
[key: string]: any;
|
|
610
|
-
}[] | import("../../_utils/props").Events | {
|
|
611
|
-
[key: string]: any;
|
|
612
|
-
} | import("../../_utils/props").RequestParams;
|
|
356
|
+
default: any;
|
|
613
357
|
};
|
|
614
358
|
isRender: {
|
|
615
359
|
type?: undefined;
|
|
616
360
|
default?: undefined;
|
|
617
361
|
} | {
|
|
618
362
|
type: any;
|
|
619
|
-
default:
|
|
620
|
-
[key: string]: any;
|
|
621
|
-
}[] | {
|
|
622
|
-
[key: string]: any;
|
|
623
|
-
}[] | import("../../_utils/props").Events | {
|
|
624
|
-
[key: string]: any;
|
|
625
|
-
} | import("../../_utils/props").RequestParams;
|
|
363
|
+
default: any;
|
|
626
364
|
};
|
|
627
365
|
events: {
|
|
628
366
|
type?: undefined;
|
|
629
367
|
default?: undefined;
|
|
630
368
|
} | {
|
|
631
369
|
type: any;
|
|
632
|
-
default:
|
|
633
|
-
[key: string]: any;
|
|
634
|
-
}[] | {
|
|
635
|
-
[key: string]: any;
|
|
636
|
-
}[] | import("../../_utils/props").Events | {
|
|
637
|
-
[key: string]: any;
|
|
638
|
-
} | import("../../_utils/props").RequestParams;
|
|
370
|
+
default: any;
|
|
639
371
|
};
|
|
640
372
|
requestUrl: {
|
|
641
373
|
type?: undefined;
|
|
642
374
|
default?: undefined;
|
|
643
375
|
} | {
|
|
644
376
|
type: any;
|
|
645
|
-
default:
|
|
646
|
-
[key: string]: any;
|
|
647
|
-
}[] | {
|
|
648
|
-
[key: string]: any;
|
|
649
|
-
}[] | import("../../_utils/props").Events | {
|
|
650
|
-
[key: string]: any;
|
|
651
|
-
} | import("../../_utils/props").RequestParams;
|
|
377
|
+
default: any;
|
|
652
378
|
};
|
|
653
379
|
requestMethod: {
|
|
654
380
|
type?: undefined;
|
|
655
381
|
default?: undefined;
|
|
656
382
|
} | {
|
|
657
383
|
type: any;
|
|
658
|
-
default:
|
|
659
|
-
[key: string]: any;
|
|
660
|
-
}[] | {
|
|
661
|
-
[key: string]: any;
|
|
662
|
-
}[] | import("../../_utils/props").Events | {
|
|
663
|
-
[key: string]: any;
|
|
664
|
-
} | import("../../_utils/props").RequestParams;
|
|
384
|
+
default: any;
|
|
665
385
|
};
|
|
666
386
|
requestHeaders: {
|
|
667
387
|
type?: undefined;
|
|
668
388
|
default?: undefined;
|
|
669
389
|
} | {
|
|
670
390
|
type: any;
|
|
671
|
-
default:
|
|
672
|
-
[key: string]: any;
|
|
673
|
-
}[] | {
|
|
674
|
-
[key: string]: any;
|
|
675
|
-
}[] | import("../../_utils/props").Events | {
|
|
676
|
-
[key: string]: any;
|
|
677
|
-
} | import("../../_utils/props").RequestParams;
|
|
391
|
+
default: any;
|
|
678
392
|
};
|
|
679
393
|
isOpenRequestTimer: {
|
|
680
394
|
type?: undefined;
|
|
681
395
|
default?: undefined;
|
|
682
396
|
} | {
|
|
683
397
|
type: any;
|
|
684
|
-
default:
|
|
685
|
-
[key: string]: any;
|
|
686
|
-
}[] | {
|
|
687
|
-
[key: string]: any;
|
|
688
|
-
}[] | import("../../_utils/props").Events | {
|
|
689
|
-
[key: string]: any;
|
|
690
|
-
} | import("../../_utils/props").RequestParams;
|
|
398
|
+
default: any;
|
|
691
399
|
};
|
|
692
400
|
requestInterval: {
|
|
693
401
|
type?: undefined;
|
|
694
402
|
default?: undefined;
|
|
695
403
|
} | {
|
|
696
404
|
type: any;
|
|
697
|
-
default:
|
|
698
|
-
[key: string]: any;
|
|
699
|
-
}[] | {
|
|
700
|
-
[key: string]: any;
|
|
701
|
-
}[] | import("../../_utils/props").Events | {
|
|
702
|
-
[key: string]: any;
|
|
703
|
-
} | import("../../_utils/props").RequestParams;
|
|
405
|
+
default: any;
|
|
704
406
|
};
|
|
705
407
|
requestParams: {
|
|
706
408
|
type?: undefined;
|
|
707
409
|
default?: undefined;
|
|
708
410
|
} | {
|
|
709
411
|
type: any;
|
|
710
|
-
default:
|
|
711
|
-
[key: string]: any;
|
|
712
|
-
}[] | {
|
|
713
|
-
[key: string]: any;
|
|
714
|
-
}[] | import("../../_utils/props").Events | {
|
|
715
|
-
[key: string]: any;
|
|
716
|
-
} | import("../../_utils/props").RequestParams;
|
|
412
|
+
default: any;
|
|
717
413
|
};
|
|
718
414
|
requestSort: {
|
|
719
415
|
type?: undefined;
|
|
720
416
|
default?: undefined;
|
|
721
417
|
} | {
|
|
722
418
|
type: any;
|
|
723
|
-
default:
|
|
724
|
-
[key: string]: any;
|
|
725
|
-
}[] | {
|
|
726
|
-
[key: string]: any;
|
|
727
|
-
}[] | import("../../_utils/props").Events | {
|
|
728
|
-
[key: string]: any;
|
|
729
|
-
} | import("../../_utils/props").RequestParams;
|
|
419
|
+
default: any;
|
|
730
420
|
};
|
|
731
421
|
dataType: {
|
|
732
422
|
type?: undefined;
|
|
733
423
|
default?: undefined;
|
|
734
424
|
} | {
|
|
735
425
|
type: any;
|
|
736
|
-
default:
|
|
737
|
-
[key: string]: any;
|
|
738
|
-
}[] | {
|
|
739
|
-
[key: string]: any;
|
|
740
|
-
}[] | import("../../_utils/props").Events | {
|
|
741
|
-
[key: string]: any;
|
|
742
|
-
} | import("../../_utils/props").RequestParams;
|
|
426
|
+
default: any;
|
|
743
427
|
};
|
|
744
428
|
};
|
|
745
429
|
export declare const comboGraphEvents: string[];
|