@ecan-bi/datav 1.1.35 → 1.1.37

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.
@@ -1,474 +1,1382 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
- data: {
2
+ id: {
3
3
  type?: undefined;
4
4
  default?: undefined;
5
5
  } | {
6
6
  type: any;
7
- default: any;
7
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
8
+ [key: string]: any;
9
+ } | import('../../utils/props').RequestParams | {
10
+ name: string;
11
+ value: number;
12
+ type: string;
13
+ }[] | {
14
+ name: string;
15
+ value: string;
16
+ type: string;
17
+ } | {
18
+ name: string;
19
+ types: any[];
20
+ } | {};
8
21
  };
9
- titleText: {
22
+ name: {
10
23
  type?: undefined;
11
24
  default?: undefined;
12
25
  } | {
13
26
  type: any;
14
- default: any;
27
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
28
+ [key: string]: any;
29
+ } | import('../../utils/props').RequestParams | {
30
+ name: string;
31
+ value: number;
32
+ type: string;
33
+ }[] | {
34
+ name: string;
35
+ value: string;
36
+ type: string;
37
+ } | {
38
+ name: string;
39
+ types: any[];
40
+ } | {};
15
41
  };
16
- titleSubtext: {
42
+ keyName: {
17
43
  type?: undefined;
18
44
  default?: undefined;
19
45
  } | {
20
46
  type: any;
21
- default: any;
47
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
48
+ [key: string]: any;
49
+ } | import('../../utils/props').RequestParams | {
50
+ name: string;
51
+ value: number;
52
+ type: string;
53
+ }[] | {
54
+ name: string;
55
+ value: string;
56
+ type: string;
57
+ } | {
58
+ name: string;
59
+ types: any[];
60
+ } | {};
22
61
  };
23
- titleLeft: {
62
+ type: {
24
63
  type?: undefined;
25
64
  default?: undefined;
26
65
  } | {
27
66
  type: any;
28
- default: any;
67
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
68
+ [key: string]: any;
69
+ } | import('../../utils/props').RequestParams | {
70
+ name: string;
71
+ value: number;
72
+ type: string;
73
+ }[] | {
74
+ name: string;
75
+ value: string;
76
+ type: string;
77
+ } | {
78
+ name: string;
79
+ types: any[];
80
+ } | {};
29
81
  };
30
- colors: {
82
+ width: {
31
83
  type?: undefined;
32
84
  default?: undefined;
33
85
  } | {
34
86
  type: any;
35
- default: any;
87
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
88
+ [key: string]: any;
89
+ } | import('../../utils/props').RequestParams | {
90
+ name: string;
91
+ value: number;
92
+ type: string;
93
+ }[] | {
94
+ name: string;
95
+ value: string;
96
+ type: string;
97
+ } | {
98
+ name: string;
99
+ types: any[];
100
+ } | {};
36
101
  };
37
- legendShow: {
102
+ height: {
38
103
  type?: undefined;
39
104
  default?: undefined;
40
105
  } | {
41
106
  type: any;
42
- default: any;
107
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
108
+ [key: string]: any;
109
+ } | import('../../utils/props').RequestParams | {
110
+ name: string;
111
+ value: number;
112
+ type: string;
113
+ }[] | {
114
+ name: string;
115
+ value: string;
116
+ type: string;
117
+ } | {
118
+ name: string;
119
+ types: any[];
120
+ } | {};
43
121
  };
44
- legendLeft: {
122
+ top: {
45
123
  type?: undefined;
46
124
  default?: undefined;
47
125
  } | {
48
126
  type: any;
49
- default: any;
127
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
128
+ [key: string]: any;
129
+ } | import('../../utils/props').RequestParams | {
130
+ name: string;
131
+ value: number;
132
+ type: string;
133
+ }[] | {
134
+ name: string;
135
+ value: string;
136
+ type: string;
137
+ } | {
138
+ name: string;
139
+ types: any[];
140
+ } | {};
50
141
  };
51
- legendTop: {
142
+ left: {
52
143
  type?: undefined;
53
144
  default?: undefined;
54
145
  } | {
55
146
  type: any;
56
- default: any;
147
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
148
+ [key: string]: any;
149
+ } | import('../../utils/props').RequestParams | {
150
+ name: string;
151
+ value: number;
152
+ type: string;
153
+ }[] | {
154
+ name: string;
155
+ value: string;
156
+ type: string;
157
+ } | {
158
+ name: string;
159
+ types: any[];
160
+ } | {};
57
161
  };
58
- legendOrient: {
162
+ rotate: {
59
163
  type?: undefined;
60
164
  default?: undefined;
61
165
  } | {
62
166
  type: any;
63
- default: any;
167
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
168
+ [key: string]: any;
169
+ } | import('../../utils/props').RequestParams | {
170
+ name: string;
171
+ value: number;
172
+ type: string;
173
+ }[] | {
174
+ name: string;
175
+ value: string;
176
+ type: string;
177
+ } | {
178
+ name: string;
179
+ types: any[];
180
+ } | {};
64
181
  };
65
- symbolSize: {
182
+ data: {
66
183
  type?: undefined;
67
184
  default?: undefined;
68
185
  } | {
69
186
  type: any;
70
- default: any;
187
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
188
+ [key: string]: any;
189
+ } | import('../../utils/props').RequestParams | {
190
+ name: string;
191
+ value: number;
192
+ type: string;
193
+ }[] | {
194
+ name: string;
195
+ value: string;
196
+ type: string;
197
+ } | {
198
+ name: string;
199
+ types: any[];
200
+ } | {};
71
201
  };
72
- lineStyleWidth: {
202
+ titleText: {
73
203
  type?: undefined;
74
204
  default?: undefined;
75
205
  } | {
76
206
  type: any;
77
- default: any;
207
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
208
+ [key: string]: any;
209
+ } | import('../../utils/props').RequestParams | {
210
+ name: string;
211
+ value: number;
212
+ type: string;
213
+ }[] | {
214
+ name: string;
215
+ value: string;
216
+ type: string;
217
+ } | {
218
+ name: string;
219
+ types: any[];
220
+ } | {};
78
221
  };
79
- smooth: {
222
+ titleSubtext: {
80
223
  type?: undefined;
81
224
  default?: undefined;
82
225
  } | {
83
226
  type: any;
84
- default: any;
227
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
228
+ [key: string]: any;
229
+ } | import('../../utils/props').RequestParams | {
230
+ name: string;
231
+ value: number;
232
+ type: string;
233
+ }[] | {
234
+ name: string;
235
+ value: string;
236
+ type: string;
237
+ } | {
238
+ name: string;
239
+ types: any[];
240
+ } | {};
85
241
  };
86
- xAxisSplitLineShow: {
242
+ titleLeft: {
87
243
  type?: undefined;
88
244
  default?: undefined;
89
245
  } | {
90
246
  type: any;
91
- default: any;
247
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
248
+ [key: string]: any;
249
+ } | import('../../utils/props').RequestParams | {
250
+ name: string;
251
+ value: number;
252
+ type: string;
253
+ }[] | {
254
+ name: string;
255
+ value: string;
256
+ type: string;
257
+ } | {
258
+ name: string;
259
+ types: any[];
260
+ } | {};
92
261
  };
93
- xAxisLabelColor: {
262
+ legendShow: {
94
263
  type?: undefined;
95
264
  default?: undefined;
96
265
  } | {
97
266
  type: any;
98
- default: any;
267
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
268
+ [key: string]: any;
269
+ } | import('../../utils/props').RequestParams | {
270
+ name: string;
271
+ value: number;
272
+ type: string;
273
+ }[] | {
274
+ name: string;
275
+ value: string;
276
+ type: string;
277
+ } | {
278
+ name: string;
279
+ types: any[];
280
+ } | {};
99
281
  };
100
- xAxisLineStyleColor: {
282
+ legendOrient: {
101
283
  type?: undefined;
102
284
  default?: undefined;
103
285
  } | {
104
286
  type: any;
105
- default: any;
287
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
288
+ [key: string]: any;
289
+ } | import('../../utils/props').RequestParams | {
290
+ name: string;
291
+ value: number;
292
+ type: string;
293
+ }[] | {
294
+ name: string;
295
+ value: string;
296
+ type: string;
297
+ } | {
298
+ name: string;
299
+ types: any[];
300
+ } | {};
106
301
  };
107
- xAxisSplitLineStyleColor: {
302
+ legendTop: {
108
303
  type?: undefined;
109
304
  default?: undefined;
110
305
  } | {
111
306
  type: any;
112
- default: any;
307
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
308
+ [key: string]: any;
309
+ } | import('../../utils/props').RequestParams | {
310
+ name: string;
311
+ value: number;
312
+ type: string;
313
+ }[] | {
314
+ name: string;
315
+ value: string;
316
+ type: string;
317
+ } | {
318
+ name: string;
319
+ types: any[];
320
+ } | {};
113
321
  };
114
- xAxisTickShow: {
322
+ legendLeft: {
115
323
  type?: undefined;
116
324
  default?: undefined;
117
325
  } | {
118
326
  type: any;
119
- default: any;
327
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
328
+ [key: string]: any;
329
+ } | import('../../utils/props').RequestParams | {
330
+ name: string;
331
+ value: number;
332
+ type: string;
333
+ }[] | {
334
+ name: string;
335
+ value: string;
336
+ type: string;
337
+ } | {
338
+ name: string;
339
+ types: any[];
340
+ } | {};
120
341
  };
121
- xAxisLabelFormatter: {
342
+ colors: {
122
343
  type?: undefined;
123
344
  default?: undefined;
124
345
  } | {
125
346
  type: any;
126
- default: any;
347
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
348
+ [key: string]: any;
349
+ } | import('../../utils/props').RequestParams | {
350
+ name: string;
351
+ value: number;
352
+ type: string;
353
+ }[] | {
354
+ name: string;
355
+ value: string;
356
+ type: string;
357
+ } | {
358
+ name: string;
359
+ types: any[];
360
+ } | {};
127
361
  };
128
- yAxisSplitLineShow: {
362
+ symbolSize: {
129
363
  type?: undefined;
130
364
  default?: undefined;
131
365
  } | {
132
366
  type: any;
133
- default: any;
367
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
368
+ [key: string]: any;
369
+ } | import('../../utils/props').RequestParams | {
370
+ name: string;
371
+ value: number;
372
+ type: string;
373
+ }[] | {
374
+ name: string;
375
+ value: string;
376
+ type: string;
377
+ } | {
378
+ name: string;
379
+ types: any[];
380
+ } | {};
134
381
  };
135
- yAxisSplitLineStyleColor: {
382
+ lineStyleWidth: {
136
383
  type?: undefined;
137
384
  default?: undefined;
138
385
  } | {
139
386
  type: any;
140
- default: any;
387
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
388
+ [key: string]: any;
389
+ } | import('../../utils/props').RequestParams | {
390
+ name: string;
391
+ value: number;
392
+ type: string;
393
+ }[] | {
394
+ name: string;
395
+ value: string;
396
+ type: string;
397
+ } | {
398
+ name: string;
399
+ types: any[];
400
+ } | {};
141
401
  };
142
- yAxisLabelColor: {
402
+ smooth: {
143
403
  type?: undefined;
144
404
  default?: undefined;
145
405
  } | {
146
406
  type: any;
147
- default: any;
407
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
408
+ [key: string]: any;
409
+ } | import('../../utils/props').RequestParams | {
410
+ name: string;
411
+ value: number;
412
+ type: string;
413
+ }[] | {
414
+ name: string;
415
+ value: string;
416
+ type: string;
417
+ } | {
418
+ name: string;
419
+ types: any[];
420
+ } | {};
148
421
  };
149
- yAxisLineStyleColor: {
422
+ xAxisSplitLineShow: {
150
423
  type?: undefined;
151
424
  default?: undefined;
152
425
  } | {
153
426
  type: any;
154
- default: any;
427
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
428
+ [key: string]: any;
429
+ } | import('../../utils/props').RequestParams | {
430
+ name: string;
431
+ value: number;
432
+ type: string;
433
+ }[] | {
434
+ name: string;
435
+ value: string;
436
+ type: string;
437
+ } | {
438
+ name: string;
439
+ types: any[];
440
+ } | {};
155
441
  };
156
- yAxisLabelFormatter: {
442
+ xAxisSplitLineStyleColor: {
157
443
  type?: undefined;
158
444
  default?: undefined;
159
445
  } | {
160
446
  type: any;
161
- default: any;
447
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
448
+ [key: string]: any;
449
+ } | import('../../utils/props').RequestParams | {
450
+ name: string;
451
+ value: number;
452
+ type: string;
453
+ }[] | {
454
+ name: string;
455
+ value: string;
456
+ type: string;
457
+ } | {
458
+ name: string;
459
+ types: any[];
460
+ } | {};
162
461
  };
163
- valueTypeDataFieldNames: {
462
+ xAxisLabelColor: {
164
463
  type?: undefined;
165
464
  default?: undefined;
166
465
  } | {
167
466
  type: any;
168
- default: any;
467
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
468
+ [key: string]: any;
469
+ } | import('../../utils/props').RequestParams | {
470
+ name: string;
471
+ value: number;
472
+ type: string;
473
+ }[] | {
474
+ name: string;
475
+ value: string;
476
+ type: string;
477
+ } | {
478
+ name: string;
479
+ types: any[];
480
+ } | {};
169
481
  };
170
- keyTypeDataFieldNames: {
482
+ xAxisLineStyleColor: {
171
483
  type?: undefined;
172
484
  default?: undefined;
173
485
  } | {
174
486
  type: any;
175
- default: any;
487
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
488
+ [key: string]: any;
489
+ } | import('../../utils/props').RequestParams | {
490
+ name: string;
491
+ value: number;
492
+ type: string;
493
+ }[] | {
494
+ name: string;
495
+ value: string;
496
+ type: string;
497
+ } | {
498
+ name: string;
499
+ types: any[];
500
+ } | {};
176
501
  };
177
- dataFieldConfigType: {
502
+ xAxisTickShow: {
178
503
  type?: undefined;
179
504
  default?: undefined;
180
505
  } | {
181
506
  type: any;
182
- default: any;
507
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
508
+ [key: string]: any;
509
+ } | import('../../utils/props').RequestParams | {
510
+ name: string;
511
+ value: number;
512
+ type: string;
513
+ }[] | {
514
+ name: string;
515
+ value: string;
516
+ type: string;
517
+ } | {
518
+ name: string;
519
+ types: any[];
520
+ } | {};
183
521
  };
184
- gridContainLabel: {
522
+ xAxisLabelFormatter: {
185
523
  type?: undefined;
186
524
  default?: undefined;
187
525
  } | {
188
526
  type: any;
189
- default: any;
527
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
528
+ [key: string]: any;
529
+ } | import('../../utils/props').RequestParams | {
530
+ name: string;
531
+ value: number;
532
+ type: string;
533
+ }[] | {
534
+ name: string;
535
+ value: string;
536
+ type: string;
537
+ } | {
538
+ name: string;
539
+ types: any[];
540
+ } | {};
190
541
  };
191
- gridTop: {
542
+ xAxisMinInterval: {
192
543
  type?: undefined;
193
544
  default?: undefined;
194
545
  } | {
195
546
  type: any;
196
- default: any;
547
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
548
+ [key: string]: any;
549
+ } | import('../../utils/props').RequestParams | {
550
+ name: string;
551
+ value: number;
552
+ type: string;
553
+ }[] | {
554
+ name: string;
555
+ value: string;
556
+ type: string;
557
+ } | {
558
+ name: string;
559
+ types: any[];
560
+ } | {};
197
561
  };
198
- gridBottom: {
562
+ yAxisMinInterval: {
199
563
  type?: undefined;
200
564
  default?: undefined;
201
565
  } | {
202
566
  type: any;
203
- default: any;
567
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
568
+ [key: string]: any;
569
+ } | import('../../utils/props').RequestParams | {
570
+ name: string;
571
+ value: number;
572
+ type: string;
573
+ }[] | {
574
+ name: string;
575
+ value: string;
576
+ type: string;
577
+ } | {
578
+ name: string;
579
+ types: any[];
580
+ } | {};
204
581
  };
205
- gridLeft: {
582
+ yAxisSplitLineShow: {
206
583
  type?: undefined;
207
584
  default?: undefined;
208
585
  } | {
209
586
  type: any;
210
- default: any;
587
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
588
+ [key: string]: any;
589
+ } | import('../../utils/props').RequestParams | {
590
+ name: string;
591
+ value: number;
592
+ type: string;
593
+ }[] | {
594
+ name: string;
595
+ value: string;
596
+ type: string;
597
+ } | {
598
+ name: string;
599
+ types: any[];
600
+ } | {};
211
601
  };
212
- gridRight: {
602
+ yAxisSplitLineStyleColor: {
213
603
  type?: undefined;
214
604
  default?: undefined;
215
605
  } | {
216
606
  type: any;
217
- default: any;
607
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
608
+ [key: string]: any;
609
+ } | import('../../utils/props').RequestParams | {
610
+ name: string;
611
+ value: number;
612
+ type: string;
613
+ }[] | {
614
+ name: string;
615
+ value: string;
616
+ type: string;
617
+ } | {
618
+ name: string;
619
+ types: any[];
620
+ } | {};
218
621
  };
219
- graphicConfig?: {
622
+ yAxisLabelColor: {
220
623
  type?: undefined;
221
624
  default?: undefined;
222
625
  } | {
223
626
  type: any;
224
- default: any;
627
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
628
+ [key: string]: any;
629
+ } | import('../../utils/props').RequestParams | {
630
+ name: string;
631
+ value: number;
632
+ type: string;
633
+ }[] | {
634
+ name: string;
635
+ value: string;
636
+ type: string;
637
+ } | {
638
+ name: string;
639
+ types: any[];
640
+ } | {};
225
641
  };
226
- tooltipFormatter: {
642
+ yAxisLineStyleColor: {
227
643
  type?: undefined;
228
644
  default?: undefined;
229
645
  } | {
230
646
  type: any;
231
- default: any;
647
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
648
+ [key: string]: any;
649
+ } | import('../../utils/props').RequestParams | {
650
+ name: string;
651
+ value: number;
652
+ type: string;
653
+ }[] | {
654
+ name: string;
655
+ value: string;
656
+ type: string;
657
+ } | {
658
+ name: string;
659
+ types: any[];
660
+ } | {};
232
661
  };
233
- tooltipShow: {
662
+ yAxisLabelFormatter: {
234
663
  type?: undefined;
235
664
  default?: undefined;
236
665
  } | {
237
666
  type: any;
238
- default: any;
667
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
668
+ [key: string]: any;
669
+ } | import('../../utils/props').RequestParams | {
670
+ name: string;
671
+ value: number;
672
+ type: string;
673
+ }[] | {
674
+ name: string;
675
+ value: string;
676
+ type: string;
677
+ } | {
678
+ name: string;
679
+ types: any[];
680
+ } | {};
239
681
  };
240
- toolboxShow: {
682
+ gridContainLabel: {
241
683
  type?: undefined;
242
684
  default?: undefined;
243
685
  } | {
244
686
  type: any;
245
- default: any;
687
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
688
+ [key: string]: any;
689
+ } | import('../../utils/props').RequestParams | {
690
+ name: string;
691
+ value: number;
692
+ type: string;
693
+ }[] | {
694
+ name: string;
695
+ value: string;
696
+ type: string;
697
+ } | {
698
+ name: string;
699
+ types: any[];
700
+ } | {};
246
701
  };
247
- toolboxOrient: {
702
+ gridTop: {
248
703
  type?: undefined;
249
704
  default?: undefined;
250
705
  } | {
251
706
  type: any;
252
- default: any;
707
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
708
+ [key: string]: any;
709
+ } | import('../../utils/props').RequestParams | {
710
+ name: string;
711
+ value: number;
712
+ type: string;
713
+ }[] | {
714
+ name: string;
715
+ value: string;
716
+ type: string;
717
+ } | {
718
+ name: string;
719
+ types: any[];
720
+ } | {};
253
721
  };
254
- toolboxItemSize: {
722
+ gridBottom: {
255
723
  type?: undefined;
256
724
  default?: undefined;
257
725
  } | {
258
726
  type: any;
259
- default: any;
727
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
728
+ [key: string]: any;
729
+ } | import('../../utils/props').RequestParams | {
730
+ name: string;
731
+ value: number;
732
+ type: string;
733
+ }[] | {
734
+ name: string;
735
+ value: string;
736
+ type: string;
737
+ } | {
738
+ name: string;
739
+ types: any[];
740
+ } | {};
260
741
  };
261
- toolboxItemGap: {
742
+ gridLeft: {
262
743
  type?: undefined;
263
744
  default?: undefined;
264
745
  } | {
265
746
  type: any;
266
- default: any;
747
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
748
+ [key: string]: any;
749
+ } | import('../../utils/props').RequestParams | {
750
+ name: string;
751
+ value: number;
752
+ type: string;
753
+ }[] | {
754
+ name: string;
755
+ value: string;
756
+ type: string;
757
+ } | {
758
+ name: string;
759
+ types: any[];
760
+ } | {};
267
761
  };
268
- toolboxLeft: {
762
+ gridRight: {
269
763
  type?: undefined;
270
764
  default?: undefined;
271
765
  } | {
272
766
  type: any;
273
- default: any;
767
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
768
+ [key: string]: any;
769
+ } | import('../../utils/props').RequestParams | {
770
+ name: string;
771
+ value: number;
772
+ type: string;
773
+ }[] | {
774
+ name: string;
775
+ value: string;
776
+ type: string;
777
+ } | {
778
+ name: string;
779
+ types: any[];
780
+ } | {};
274
781
  };
275
- toolboxTop: {
782
+ valueTypeDataFieldNames: {
276
783
  type?: undefined;
277
784
  default?: undefined;
278
785
  } | {
279
786
  type: any;
280
- default: any;
787
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
788
+ [key: string]: any;
789
+ } | import('../../utils/props').RequestParams | {
790
+ name: string;
791
+ value: number;
792
+ type: string;
793
+ }[] | {
794
+ name: string;
795
+ value: string;
796
+ type: string;
797
+ } | {
798
+ name: string;
799
+ types: any[];
800
+ } | {};
281
801
  };
282
- toolboxIconStyleBorderColor: {
802
+ keyTypeDataFieldNames: {
283
803
  type?: undefined;
284
804
  default?: undefined;
285
805
  } | {
286
806
  type: any;
287
- default: any;
807
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
808
+ [key: string]: any;
809
+ } | import('../../utils/props').RequestParams | {
810
+ name: string;
811
+ value: number;
812
+ type: string;
813
+ }[] | {
814
+ name: string;
815
+ value: string;
816
+ type: string;
817
+ } | {
818
+ name: string;
819
+ types: any[];
820
+ } | {};
288
821
  };
289
- toolboxDownloadUrl: {
822
+ dataFieldConfigType: {
290
823
  type?: undefined;
291
824
  default?: undefined;
292
825
  } | {
293
826
  type: any;
294
- default: any;
827
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
828
+ [key: string]: any;
829
+ } | import('../../utils/props').RequestParams | {
830
+ name: string;
831
+ value: number;
832
+ type: string;
833
+ }[] | {
834
+ name: string;
835
+ value: string;
836
+ type: string;
837
+ } | {
838
+ name: string;
839
+ types: any[];
840
+ } | {};
295
841
  };
296
- toolboxInfoText: {
842
+ graphicConfig: {
297
843
  type?: undefined;
298
844
  default?: undefined;
299
845
  } | {
300
846
  type: any;
301
- default: any;
847
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
848
+ [key: string]: any;
849
+ } | import('../../utils/props').RequestParams | {
850
+ name: string;
851
+ value: number;
852
+ type: string;
853
+ }[] | {
854
+ name: string;
855
+ value: string;
856
+ type: string;
857
+ } | {
858
+ name: string;
859
+ types: any[];
860
+ } | {};
302
861
  };
303
- areaStyleOpacity: {
862
+ tooltipShow: {
304
863
  type?: undefined;
305
864
  default?: undefined;
306
865
  } | {
307
866
  type: any;
308
- default: any;
867
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
868
+ [key: string]: any;
869
+ } | import('../../utils/props').RequestParams | {
870
+ name: string;
871
+ value: number;
872
+ type: string;
873
+ }[] | {
874
+ name: string;
875
+ value: string;
876
+ type: string;
877
+ } | {
878
+ name: string;
879
+ types: any[];
880
+ } | {};
309
881
  };
310
- id: {
882
+ tooltipFormatter: {
311
883
  type?: undefined;
312
884
  default?: undefined;
313
885
  } | {
314
886
  type: any;
315
- default: any;
887
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
888
+ [key: string]: any;
889
+ } | import('../../utils/props').RequestParams | {
890
+ name: string;
891
+ value: number;
892
+ type: string;
893
+ }[] | {
894
+ name: string;
895
+ value: string;
896
+ type: string;
897
+ } | {
898
+ name: string;
899
+ types: any[];
900
+ } | {};
316
901
  };
317
- name: {
902
+ toolboxShow: {
318
903
  type?: undefined;
319
904
  default?: undefined;
320
905
  } | {
321
906
  type: any;
322
- default: any;
907
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
908
+ [key: string]: any;
909
+ } | import('../../utils/props').RequestParams | {
910
+ name: string;
911
+ value: number;
912
+ type: string;
913
+ }[] | {
914
+ name: string;
915
+ value: string;
916
+ type: string;
917
+ } | {
918
+ name: string;
919
+ types: any[];
920
+ } | {};
323
921
  };
324
- keyName: {
922
+ toolboxOrient: {
325
923
  type?: undefined;
326
924
  default?: undefined;
327
925
  } | {
328
926
  type: any;
329
- default: any;
927
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
928
+ [key: string]: any;
929
+ } | import('../../utils/props').RequestParams | {
930
+ name: string;
931
+ value: number;
932
+ type: string;
933
+ }[] | {
934
+ name: string;
935
+ value: string;
936
+ type: string;
937
+ } | {
938
+ name: string;
939
+ types: any[];
940
+ } | {};
330
941
  };
331
- type: {
942
+ toolboxItemSize: {
332
943
  type?: undefined;
333
944
  default?: undefined;
334
945
  } | {
335
946
  type: any;
336
- default: any;
947
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
948
+ [key: string]: any;
949
+ } | import('../../utils/props').RequestParams | {
950
+ name: string;
951
+ value: number;
952
+ type: string;
953
+ }[] | {
954
+ name: string;
955
+ value: string;
956
+ type: string;
957
+ } | {
958
+ name: string;
959
+ types: any[];
960
+ } | {};
337
961
  };
338
- width: {
962
+ toolboxItemGap: {
339
963
  type?: undefined;
340
964
  default?: undefined;
341
965
  } | {
342
966
  type: any;
343
- default: any;
967
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
968
+ [key: string]: any;
969
+ } | import('../../utils/props').RequestParams | {
970
+ name: string;
971
+ value: number;
972
+ type: string;
973
+ }[] | {
974
+ name: string;
975
+ value: string;
976
+ type: string;
977
+ } | {
978
+ name: string;
979
+ types: any[];
980
+ } | {};
344
981
  };
345
- height: {
982
+ toolboxLeft: {
346
983
  type?: undefined;
347
984
  default?: undefined;
348
985
  } | {
349
986
  type: any;
350
- default: any;
987
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
988
+ [key: string]: any;
989
+ } | import('../../utils/props').RequestParams | {
990
+ name: string;
991
+ value: number;
992
+ type: string;
993
+ }[] | {
994
+ name: string;
995
+ value: string;
996
+ type: string;
997
+ } | {
998
+ name: string;
999
+ types: any[];
1000
+ } | {};
351
1001
  };
352
- position: {
1002
+ toolboxTop: {
353
1003
  type?: undefined;
354
1004
  default?: undefined;
355
1005
  } | {
356
1006
  type: any;
357
- default: any;
1007
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1008
+ [key: string]: any;
1009
+ } | import('../../utils/props').RequestParams | {
1010
+ name: string;
1011
+ value: number;
1012
+ type: string;
1013
+ }[] | {
1014
+ name: string;
1015
+ value: string;
1016
+ type: string;
1017
+ } | {
1018
+ name: string;
1019
+ types: any[];
1020
+ } | {};
358
1021
  };
359
- top: {
1022
+ toolboxIconStyleBorderColor: {
360
1023
  type?: undefined;
361
1024
  default?: undefined;
362
1025
  } | {
363
1026
  type: any;
364
- default: any;
1027
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1028
+ [key: string]: any;
1029
+ } | import('../../utils/props').RequestParams | {
1030
+ name: string;
1031
+ value: number;
1032
+ type: string;
1033
+ }[] | {
1034
+ name: string;
1035
+ value: string;
1036
+ type: string;
1037
+ } | {
1038
+ name: string;
1039
+ types: any[];
1040
+ } | {};
365
1041
  };
366
- left: {
1042
+ toolboxDownloadUrl: {
367
1043
  type?: undefined;
368
1044
  default?: undefined;
369
1045
  } | {
370
1046
  type: any;
371
- default: any;
1047
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1048
+ [key: string]: any;
1049
+ } | import('../../utils/props').RequestParams | {
1050
+ name: string;
1051
+ value: number;
1052
+ type: string;
1053
+ }[] | {
1054
+ name: string;
1055
+ value: string;
1056
+ type: string;
1057
+ } | {
1058
+ name: string;
1059
+ types: any[];
1060
+ } | {};
372
1061
  };
373
- zIndex: {
1062
+ toolboxInfoText: {
1063
+ type?: undefined;
1064
+ default?: undefined;
1065
+ } | {
1066
+ type: any;
1067
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1068
+ [key: string]: any;
1069
+ } | import('../../utils/props').RequestParams | {
1070
+ name: string;
1071
+ value: number;
1072
+ type: string;
1073
+ }[] | {
1074
+ name: string;
1075
+ value: string;
1076
+ type: string;
1077
+ } | {
1078
+ name: string;
1079
+ types: any[];
1080
+ } | {};
1081
+ };
1082
+ areaStyleOpacity: {
374
1083
  type?: undefined;
375
1084
  default?: undefined;
376
1085
  } | {
377
1086
  type: any;
378
- default: any;
1087
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1088
+ [key: string]: any;
1089
+ } | import('../../utils/props').RequestParams | {
1090
+ name: string;
1091
+ value: number;
1092
+ type: string;
1093
+ }[] | {
1094
+ name: string;
1095
+ value: string;
1096
+ type: string;
1097
+ } | {
1098
+ name: string;
1099
+ types: any[];
1100
+ } | {};
379
1101
  };
380
- rotate: {
1102
+ position: {
381
1103
  type?: undefined;
382
1104
  default?: undefined;
383
1105
  } | {
384
1106
  type: any;
385
- default: any;
1107
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1108
+ [key: string]: any;
1109
+ } | import('../../utils/props').RequestParams | {
1110
+ name: string;
1111
+ value: number;
1112
+ type: string;
1113
+ }[] | {
1114
+ name: string;
1115
+ value: string;
1116
+ type: string;
1117
+ } | {
1118
+ name: string;
1119
+ types: any[];
1120
+ } | {};
1121
+ };
1122
+ zIndex: {
1123
+ type?: undefined;
1124
+ default?: undefined;
1125
+ } | {
1126
+ type: any;
1127
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1128
+ [key: string]: any;
1129
+ } | import('../../utils/props').RequestParams | {
1130
+ name: string;
1131
+ value: number;
1132
+ type: string;
1133
+ }[] | {
1134
+ name: string;
1135
+ value: string;
1136
+ type: string;
1137
+ } | {
1138
+ name: string;
1139
+ types: any[];
1140
+ } | {};
386
1141
  };
387
1142
  isShow: {
388
1143
  type?: undefined;
389
1144
  default?: undefined;
390
1145
  } | {
391
1146
  type: any;
392
- default: any;
1147
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1148
+ [key: string]: any;
1149
+ } | import('../../utils/props').RequestParams | {
1150
+ name: string;
1151
+ value: number;
1152
+ type: string;
1153
+ }[] | {
1154
+ name: string;
1155
+ value: string;
1156
+ type: string;
1157
+ } | {
1158
+ name: string;
1159
+ types: any[];
1160
+ } | {};
393
1161
  };
394
1162
  isRender: {
395
1163
  type?: undefined;
396
1164
  default?: undefined;
397
1165
  } | {
398
1166
  type: any;
399
- default: any;
1167
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1168
+ [key: string]: any;
1169
+ } | import('../../utils/props').RequestParams | {
1170
+ name: string;
1171
+ value: number;
1172
+ type: string;
1173
+ }[] | {
1174
+ name: string;
1175
+ value: string;
1176
+ type: string;
1177
+ } | {
1178
+ name: string;
1179
+ types: any[];
1180
+ } | {};
400
1181
  };
401
1182
  events: {
402
1183
  type?: undefined;
403
1184
  default?: undefined;
404
1185
  } | {
405
1186
  type: any;
406
- default: any;
1187
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1188
+ [key: string]: any;
1189
+ } | import('../../utils/props').RequestParams | {
1190
+ name: string;
1191
+ value: number;
1192
+ type: string;
1193
+ }[] | {
1194
+ name: string;
1195
+ value: string;
1196
+ type: string;
1197
+ } | {
1198
+ name: string;
1199
+ types: any[];
1200
+ } | {};
407
1201
  };
408
1202
  requestUrl: {
409
1203
  type?: undefined;
410
1204
  default?: undefined;
411
1205
  } | {
412
1206
  type: any;
413
- default: any;
1207
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1208
+ [key: string]: any;
1209
+ } | import('../../utils/props').RequestParams | {
1210
+ name: string;
1211
+ value: number;
1212
+ type: string;
1213
+ }[] | {
1214
+ name: string;
1215
+ value: string;
1216
+ type: string;
1217
+ } | {
1218
+ name: string;
1219
+ types: any[];
1220
+ } | {};
414
1221
  };
415
1222
  requestMethod: {
416
1223
  type?: undefined;
417
1224
  default?: undefined;
418
1225
  } | {
419
1226
  type: any;
420
- default: any;
1227
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1228
+ [key: string]: any;
1229
+ } | import('../../utils/props').RequestParams | {
1230
+ name: string;
1231
+ value: number;
1232
+ type: string;
1233
+ }[] | {
1234
+ name: string;
1235
+ value: string;
1236
+ type: string;
1237
+ } | {
1238
+ name: string;
1239
+ types: any[];
1240
+ } | {};
421
1241
  };
422
1242
  requestHeaders: {
423
1243
  type?: undefined;
424
1244
  default?: undefined;
425
1245
  } | {
426
1246
  type: any;
427
- default: any;
1247
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1248
+ [key: string]: any;
1249
+ } | import('../../utils/props').RequestParams | {
1250
+ name: string;
1251
+ value: number;
1252
+ type: string;
1253
+ }[] | {
1254
+ name: string;
1255
+ value: string;
1256
+ type: string;
1257
+ } | {
1258
+ name: string;
1259
+ types: any[];
1260
+ } | {};
428
1261
  };
429
1262
  isOpenRequestTimer: {
430
1263
  type?: undefined;
431
1264
  default?: undefined;
432
1265
  } | {
433
1266
  type: any;
434
- default: any;
1267
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1268
+ [key: string]: any;
1269
+ } | import('../../utils/props').RequestParams | {
1270
+ name: string;
1271
+ value: number;
1272
+ type: string;
1273
+ }[] | {
1274
+ name: string;
1275
+ value: string;
1276
+ type: string;
1277
+ } | {
1278
+ name: string;
1279
+ types: any[];
1280
+ } | {};
435
1281
  };
436
1282
  requestInterval: {
437
1283
  type?: undefined;
438
1284
  default?: undefined;
439
1285
  } | {
440
1286
  type: any;
441
- default: any;
1287
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1288
+ [key: string]: any;
1289
+ } | import('../../utils/props').RequestParams | {
1290
+ name: string;
1291
+ value: number;
1292
+ type: string;
1293
+ }[] | {
1294
+ name: string;
1295
+ value: string;
1296
+ type: string;
1297
+ } | {
1298
+ name: string;
1299
+ types: any[];
1300
+ } | {};
442
1301
  };
443
1302
  requestParams: {
444
1303
  type?: undefined;
445
1304
  default?: undefined;
446
1305
  } | {
447
1306
  type: any;
448
- default: any;
1307
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1308
+ [key: string]: any;
1309
+ } | import('../../utils/props').RequestParams | {
1310
+ name: string;
1311
+ value: number;
1312
+ type: string;
1313
+ }[] | {
1314
+ name: string;
1315
+ value: string;
1316
+ type: string;
1317
+ } | {
1318
+ name: string;
1319
+ types: any[];
1320
+ } | {};
449
1321
  };
450
1322
  requestSort: {
451
1323
  type?: undefined;
452
1324
  default?: undefined;
453
1325
  } | {
454
1326
  type: any;
455
- default: any;
1327
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1328
+ [key: string]: any;
1329
+ } | import('../../utils/props').RequestParams | {
1330
+ name: string;
1331
+ value: number;
1332
+ type: string;
1333
+ }[] | {
1334
+ name: string;
1335
+ value: string;
1336
+ type: string;
1337
+ } | {
1338
+ name: string;
1339
+ types: any[];
1340
+ } | {};
456
1341
  };
457
1342
  dataType: {
458
1343
  type?: undefined;
459
1344
  default?: undefined;
460
1345
  } | {
461
1346
  type: any;
462
- default: any;
1347
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1348
+ [key: string]: any;
1349
+ } | import('../../utils/props').RequestParams | {
1350
+ name: string;
1351
+ value: number;
1352
+ type: string;
1353
+ }[] | {
1354
+ name: string;
1355
+ value: string;
1356
+ type: string;
1357
+ } | {
1358
+ name: string;
1359
+ types: any[];
1360
+ } | {};
463
1361
  };
464
1362
  }, {
465
1363
  option: import("vue").ComputedRef<{
466
1364
  toolbox: {
467
- show: any;
468
- left: any;
469
- top: any;
470
- itemSize: any;
471
- itemGap: any;
1365
+ show: string | number | boolean | {
1366
+ [key: string]: any;
1367
+ };
1368
+ left: string | number | boolean | {
1369
+ [key: string]: any;
1370
+ };
1371
+ top: string | number | boolean | {
1372
+ [key: string]: any;
1373
+ };
1374
+ itemSize: string | number | boolean | {
1375
+ [key: string]: any;
1376
+ };
1377
+ itemGap: string | number | boolean | {
1378
+ [key: string]: any;
1379
+ };
472
1380
  feature: {
473
1381
  myDownload: {
474
1382
  show: boolean;
@@ -491,21 +1399,39 @@ declare const _sfc_main: import("vue").DefineComponent<{
491
1399
  };
492
1400
  };
493
1401
  title: {
494
- text: any;
495
- subText: any;
1402
+ text: string | number | boolean | {
1403
+ [key: string]: any;
1404
+ };
1405
+ subText: string | number | boolean | {
1406
+ [key: string]: any;
1407
+ };
496
1408
  left: string;
497
1409
  };
498
1410
  grid: {
499
- top: any;
500
- bottom: any;
501
- left: any;
502
- right: any;
503
- containLabel: any;
1411
+ top: string | number | boolean | {
1412
+ [key: string]: any;
1413
+ };
1414
+ bottom: string | number | boolean | {
1415
+ [key: string]: any;
1416
+ };
1417
+ left: string | number | boolean | {
1418
+ [key: string]: any;
1419
+ };
1420
+ right: string | number | boolean | {
1421
+ [key: string]: any;
1422
+ };
1423
+ containLabel: string | number | boolean | {
1424
+ [key: string]: any;
1425
+ };
1426
+ };
1427
+ color: string | number | boolean | {
1428
+ [key: string]: any;
504
1429
  };
505
- color: any;
506
1430
  tooltip: {
507
1431
  trigger: string;
508
- show: any;
1432
+ show: string | number | boolean | {
1433
+ [key: string]: any;
1434
+ };
509
1435
  formatter: (params: any) => string;
510
1436
  };
511
1437
  xAxis: {
@@ -513,49 +1439,81 @@ declare const _sfc_main: import("vue").DefineComponent<{
513
1439
  data: {
514
1440
  [x: string]: any;
515
1441
  }[];
1442
+ minInterval: string | number | boolean | {
1443
+ [key: string]: any;
1444
+ };
516
1445
  splitLine: {
517
- show: any;
1446
+ show: string | number | boolean | {
1447
+ [key: string]: any;
1448
+ };
518
1449
  lineStyle: {
519
- color: any;
1450
+ color: string | number | boolean | {
1451
+ [key: string]: any;
1452
+ };
520
1453
  };
521
1454
  };
522
1455
  axisLabel: {
523
- color: any;
1456
+ color: string | number | boolean | {
1457
+ [key: string]: any;
1458
+ };
524
1459
  formatter(value: string): string;
525
1460
  };
526
1461
  axisLine: {
527
1462
  lineStyle: {
528
- color: any;
1463
+ color: string | number | boolean | {
1464
+ [key: string]: any;
1465
+ };
529
1466
  };
530
1467
  };
531
1468
  axisTick: {
532
- show: any;
1469
+ show: string | number | boolean | {
1470
+ [key: string]: any;
1471
+ };
533
1472
  };
534
1473
  };
535
1474
  yAxis: {
536
1475
  type: string;
1476
+ minInterval: string | number | boolean | {
1477
+ [key: string]: any;
1478
+ };
537
1479
  splitLine: {
538
- show: any;
1480
+ show: string | number | boolean | {
1481
+ [key: string]: any;
1482
+ };
539
1483
  lineStyle: {
540
- color: any;
1484
+ color: string | number | boolean | {
1485
+ [key: string]: any;
1486
+ };
541
1487
  };
542
1488
  };
543
1489
  axisLabel: {
544
- color: any;
1490
+ color: string | number | boolean | {
1491
+ [key: string]: any;
1492
+ };
545
1493
  formatter(value: string): string;
546
1494
  };
547
1495
  axisLine: {
548
1496
  lineStyle: {
549
- color: any;
1497
+ color: string | number | boolean | {
1498
+ [key: string]: any;
1499
+ };
550
1500
  };
551
1501
  };
552
1502
  };
553
- legend: {
554
- show: any;
555
- orient: any;
556
- top: any;
557
- left: any;
558
- };
1503
+ legend: {
1504
+ show: string | number | boolean | {
1505
+ [key: string]: any;
1506
+ };
1507
+ orient: string | number | boolean | {
1508
+ [key: string]: any;
1509
+ };
1510
+ top: string | number | boolean | {
1511
+ [key: string]: any;
1512
+ };
1513
+ left: string | number | boolean | {
1514
+ [key: string]: any;
1515
+ };
1516
+ };
559
1517
  series: {
560
1518
  [x: string]: any;
561
1519
  }[];
@@ -566,467 +1524,1365 @@ declare const _sfc_main: import("vue").DefineComponent<{
566
1524
  visible: import("vue").Ref<boolean>;
567
1525
  hideModal: () => void;
568
1526
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
569
- data: {
1527
+ id: {
570
1528
  type?: undefined;
571
1529
  default?: undefined;
572
1530
  } | {
573
1531
  type: any;
574
- default: any;
1532
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1533
+ [key: string]: any;
1534
+ } | import('../../utils/props').RequestParams | {
1535
+ name: string;
1536
+ value: number;
1537
+ type: string;
1538
+ }[] | {
1539
+ name: string;
1540
+ value: string;
1541
+ type: string;
1542
+ } | {
1543
+ name: string;
1544
+ types: any[];
1545
+ } | {};
575
1546
  };
576
- titleText: {
1547
+ name: {
577
1548
  type?: undefined;
578
1549
  default?: undefined;
579
1550
  } | {
580
1551
  type: any;
581
- default: any;
1552
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1553
+ [key: string]: any;
1554
+ } | import('../../utils/props').RequestParams | {
1555
+ name: string;
1556
+ value: number;
1557
+ type: string;
1558
+ }[] | {
1559
+ name: string;
1560
+ value: string;
1561
+ type: string;
1562
+ } | {
1563
+ name: string;
1564
+ types: any[];
1565
+ } | {};
582
1566
  };
583
- titleSubtext: {
1567
+ keyName: {
584
1568
  type?: undefined;
585
1569
  default?: undefined;
586
1570
  } | {
587
1571
  type: any;
588
- default: any;
1572
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1573
+ [key: string]: any;
1574
+ } | import('../../utils/props').RequestParams | {
1575
+ name: string;
1576
+ value: number;
1577
+ type: string;
1578
+ }[] | {
1579
+ name: string;
1580
+ value: string;
1581
+ type: string;
1582
+ } | {
1583
+ name: string;
1584
+ types: any[];
1585
+ } | {};
589
1586
  };
590
- titleLeft: {
1587
+ type: {
591
1588
  type?: undefined;
592
1589
  default?: undefined;
593
1590
  } | {
594
1591
  type: any;
595
- default: any;
1592
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1593
+ [key: string]: any;
1594
+ } | import('../../utils/props').RequestParams | {
1595
+ name: string;
1596
+ value: number;
1597
+ type: string;
1598
+ }[] | {
1599
+ name: string;
1600
+ value: string;
1601
+ type: string;
1602
+ } | {
1603
+ name: string;
1604
+ types: any[];
1605
+ } | {};
596
1606
  };
597
- colors: {
1607
+ width: {
598
1608
  type?: undefined;
599
1609
  default?: undefined;
600
1610
  } | {
601
1611
  type: any;
602
- default: any;
1612
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1613
+ [key: string]: any;
1614
+ } | import('../../utils/props').RequestParams | {
1615
+ name: string;
1616
+ value: number;
1617
+ type: string;
1618
+ }[] | {
1619
+ name: string;
1620
+ value: string;
1621
+ type: string;
1622
+ } | {
1623
+ name: string;
1624
+ types: any[];
1625
+ } | {};
603
1626
  };
604
- legendShow: {
1627
+ height: {
605
1628
  type?: undefined;
606
1629
  default?: undefined;
607
1630
  } | {
608
1631
  type: any;
609
- default: any;
1632
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1633
+ [key: string]: any;
1634
+ } | import('../../utils/props').RequestParams | {
1635
+ name: string;
1636
+ value: number;
1637
+ type: string;
1638
+ }[] | {
1639
+ name: string;
1640
+ value: string;
1641
+ type: string;
1642
+ } | {
1643
+ name: string;
1644
+ types: any[];
1645
+ } | {};
610
1646
  };
611
- legendLeft: {
1647
+ top: {
612
1648
  type?: undefined;
613
1649
  default?: undefined;
614
1650
  } | {
615
1651
  type: any;
616
- default: any;
1652
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1653
+ [key: string]: any;
1654
+ } | import('../../utils/props').RequestParams | {
1655
+ name: string;
1656
+ value: number;
1657
+ type: string;
1658
+ }[] | {
1659
+ name: string;
1660
+ value: string;
1661
+ type: string;
1662
+ } | {
1663
+ name: string;
1664
+ types: any[];
1665
+ } | {};
617
1666
  };
618
- legendTop: {
1667
+ left: {
619
1668
  type?: undefined;
620
1669
  default?: undefined;
621
1670
  } | {
622
1671
  type: any;
623
- default: any;
1672
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1673
+ [key: string]: any;
1674
+ } | import('../../utils/props').RequestParams | {
1675
+ name: string;
1676
+ value: number;
1677
+ type: string;
1678
+ }[] | {
1679
+ name: string;
1680
+ value: string;
1681
+ type: string;
1682
+ } | {
1683
+ name: string;
1684
+ types: any[];
1685
+ } | {};
624
1686
  };
625
- legendOrient: {
1687
+ rotate: {
626
1688
  type?: undefined;
627
1689
  default?: undefined;
628
1690
  } | {
629
1691
  type: any;
630
- default: any;
1692
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1693
+ [key: string]: any;
1694
+ } | import('../../utils/props').RequestParams | {
1695
+ name: string;
1696
+ value: number;
1697
+ type: string;
1698
+ }[] | {
1699
+ name: string;
1700
+ value: string;
1701
+ type: string;
1702
+ } | {
1703
+ name: string;
1704
+ types: any[];
1705
+ } | {};
631
1706
  };
632
- symbolSize: {
1707
+ data: {
633
1708
  type?: undefined;
634
1709
  default?: undefined;
635
1710
  } | {
636
1711
  type: any;
637
- default: any;
1712
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1713
+ [key: string]: any;
1714
+ } | import('../../utils/props').RequestParams | {
1715
+ name: string;
1716
+ value: number;
1717
+ type: string;
1718
+ }[] | {
1719
+ name: string;
1720
+ value: string;
1721
+ type: string;
1722
+ } | {
1723
+ name: string;
1724
+ types: any[];
1725
+ } | {};
638
1726
  };
639
- lineStyleWidth: {
1727
+ titleText: {
640
1728
  type?: undefined;
641
1729
  default?: undefined;
642
1730
  } | {
643
1731
  type: any;
644
- default: any;
1732
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1733
+ [key: string]: any;
1734
+ } | import('../../utils/props').RequestParams | {
1735
+ name: string;
1736
+ value: number;
1737
+ type: string;
1738
+ }[] | {
1739
+ name: string;
1740
+ value: string;
1741
+ type: string;
1742
+ } | {
1743
+ name: string;
1744
+ types: any[];
1745
+ } | {};
645
1746
  };
646
- smooth: {
1747
+ titleSubtext: {
647
1748
  type?: undefined;
648
1749
  default?: undefined;
649
1750
  } | {
650
1751
  type: any;
651
- default: any;
1752
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1753
+ [key: string]: any;
1754
+ } | import('../../utils/props').RequestParams | {
1755
+ name: string;
1756
+ value: number;
1757
+ type: string;
1758
+ }[] | {
1759
+ name: string;
1760
+ value: string;
1761
+ type: string;
1762
+ } | {
1763
+ name: string;
1764
+ types: any[];
1765
+ } | {};
652
1766
  };
653
- xAxisSplitLineShow: {
1767
+ titleLeft: {
654
1768
  type?: undefined;
655
1769
  default?: undefined;
656
1770
  } | {
657
1771
  type: any;
658
- default: any;
1772
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1773
+ [key: string]: any;
1774
+ } | import('../../utils/props').RequestParams | {
1775
+ name: string;
1776
+ value: number;
1777
+ type: string;
1778
+ }[] | {
1779
+ name: string;
1780
+ value: string;
1781
+ type: string;
1782
+ } | {
1783
+ name: string;
1784
+ types: any[];
1785
+ } | {};
659
1786
  };
660
- xAxisLabelColor: {
1787
+ legendShow: {
661
1788
  type?: undefined;
662
1789
  default?: undefined;
663
1790
  } | {
664
1791
  type: any;
665
- default: any;
1792
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1793
+ [key: string]: any;
1794
+ } | import('../../utils/props').RequestParams | {
1795
+ name: string;
1796
+ value: number;
1797
+ type: string;
1798
+ }[] | {
1799
+ name: string;
1800
+ value: string;
1801
+ type: string;
1802
+ } | {
1803
+ name: string;
1804
+ types: any[];
1805
+ } | {};
666
1806
  };
667
- xAxisLineStyleColor: {
1807
+ legendOrient: {
668
1808
  type?: undefined;
669
1809
  default?: undefined;
670
1810
  } | {
671
1811
  type: any;
672
- default: any;
1812
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1813
+ [key: string]: any;
1814
+ } | import('../../utils/props').RequestParams | {
1815
+ name: string;
1816
+ value: number;
1817
+ type: string;
1818
+ }[] | {
1819
+ name: string;
1820
+ value: string;
1821
+ type: string;
1822
+ } | {
1823
+ name: string;
1824
+ types: any[];
1825
+ } | {};
673
1826
  };
674
- xAxisSplitLineStyleColor: {
1827
+ legendTop: {
675
1828
  type?: undefined;
676
1829
  default?: undefined;
677
1830
  } | {
678
1831
  type: any;
679
- default: any;
1832
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1833
+ [key: string]: any;
1834
+ } | import('../../utils/props').RequestParams | {
1835
+ name: string;
1836
+ value: number;
1837
+ type: string;
1838
+ }[] | {
1839
+ name: string;
1840
+ value: string;
1841
+ type: string;
1842
+ } | {
1843
+ name: string;
1844
+ types: any[];
1845
+ } | {};
680
1846
  };
681
- xAxisTickShow: {
1847
+ legendLeft: {
682
1848
  type?: undefined;
683
1849
  default?: undefined;
684
1850
  } | {
685
1851
  type: any;
686
- default: any;
1852
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1853
+ [key: string]: any;
1854
+ } | import('../../utils/props').RequestParams | {
1855
+ name: string;
1856
+ value: number;
1857
+ type: string;
1858
+ }[] | {
1859
+ name: string;
1860
+ value: string;
1861
+ type: string;
1862
+ } | {
1863
+ name: string;
1864
+ types: any[];
1865
+ } | {};
687
1866
  };
688
- xAxisLabelFormatter: {
1867
+ colors: {
689
1868
  type?: undefined;
690
1869
  default?: undefined;
691
1870
  } | {
692
1871
  type: any;
693
- default: any;
1872
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1873
+ [key: string]: any;
1874
+ } | import('../../utils/props').RequestParams | {
1875
+ name: string;
1876
+ value: number;
1877
+ type: string;
1878
+ }[] | {
1879
+ name: string;
1880
+ value: string;
1881
+ type: string;
1882
+ } | {
1883
+ name: string;
1884
+ types: any[];
1885
+ } | {};
694
1886
  };
695
- yAxisSplitLineShow: {
1887
+ symbolSize: {
696
1888
  type?: undefined;
697
1889
  default?: undefined;
698
1890
  } | {
699
1891
  type: any;
700
- default: any;
1892
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1893
+ [key: string]: any;
1894
+ } | import('../../utils/props').RequestParams | {
1895
+ name: string;
1896
+ value: number;
1897
+ type: string;
1898
+ }[] | {
1899
+ name: string;
1900
+ value: string;
1901
+ type: string;
1902
+ } | {
1903
+ name: string;
1904
+ types: any[];
1905
+ } | {};
701
1906
  };
702
- yAxisSplitLineStyleColor: {
1907
+ lineStyleWidth: {
703
1908
  type?: undefined;
704
1909
  default?: undefined;
705
1910
  } | {
706
1911
  type: any;
707
- default: any;
1912
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1913
+ [key: string]: any;
1914
+ } | import('../../utils/props').RequestParams | {
1915
+ name: string;
1916
+ value: number;
1917
+ type: string;
1918
+ }[] | {
1919
+ name: string;
1920
+ value: string;
1921
+ type: string;
1922
+ } | {
1923
+ name: string;
1924
+ types: any[];
1925
+ } | {};
708
1926
  };
709
- yAxisLabelColor: {
1927
+ smooth: {
710
1928
  type?: undefined;
711
1929
  default?: undefined;
712
1930
  } | {
713
1931
  type: any;
714
- default: any;
1932
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1933
+ [key: string]: any;
1934
+ } | import('../../utils/props').RequestParams | {
1935
+ name: string;
1936
+ value: number;
1937
+ type: string;
1938
+ }[] | {
1939
+ name: string;
1940
+ value: string;
1941
+ type: string;
1942
+ } | {
1943
+ name: string;
1944
+ types: any[];
1945
+ } | {};
715
1946
  };
716
- yAxisLineStyleColor: {
1947
+ xAxisSplitLineShow: {
717
1948
  type?: undefined;
718
1949
  default?: undefined;
719
1950
  } | {
720
1951
  type: any;
721
- default: any;
1952
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1953
+ [key: string]: any;
1954
+ } | import('../../utils/props').RequestParams | {
1955
+ name: string;
1956
+ value: number;
1957
+ type: string;
1958
+ }[] | {
1959
+ name: string;
1960
+ value: string;
1961
+ type: string;
1962
+ } | {
1963
+ name: string;
1964
+ types: any[];
1965
+ } | {};
722
1966
  };
723
- yAxisLabelFormatter: {
1967
+ xAxisSplitLineStyleColor: {
724
1968
  type?: undefined;
725
1969
  default?: undefined;
726
1970
  } | {
727
1971
  type: any;
728
- default: any;
1972
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1973
+ [key: string]: any;
1974
+ } | import('../../utils/props').RequestParams | {
1975
+ name: string;
1976
+ value: number;
1977
+ type: string;
1978
+ }[] | {
1979
+ name: string;
1980
+ value: string;
1981
+ type: string;
1982
+ } | {
1983
+ name: string;
1984
+ types: any[];
1985
+ } | {};
729
1986
  };
730
- valueTypeDataFieldNames: {
1987
+ xAxisLabelColor: {
731
1988
  type?: undefined;
732
1989
  default?: undefined;
733
1990
  } | {
734
1991
  type: any;
735
- default: any;
1992
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
1993
+ [key: string]: any;
1994
+ } | import('../../utils/props').RequestParams | {
1995
+ name: string;
1996
+ value: number;
1997
+ type: string;
1998
+ }[] | {
1999
+ name: string;
2000
+ value: string;
2001
+ type: string;
2002
+ } | {
2003
+ name: string;
2004
+ types: any[];
2005
+ } | {};
736
2006
  };
737
- keyTypeDataFieldNames: {
2007
+ xAxisLineStyleColor: {
738
2008
  type?: undefined;
739
2009
  default?: undefined;
740
2010
  } | {
741
2011
  type: any;
742
- default: any;
2012
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2013
+ [key: string]: any;
2014
+ } | import('../../utils/props').RequestParams | {
2015
+ name: string;
2016
+ value: number;
2017
+ type: string;
2018
+ }[] | {
2019
+ name: string;
2020
+ value: string;
2021
+ type: string;
2022
+ } | {
2023
+ name: string;
2024
+ types: any[];
2025
+ } | {};
743
2026
  };
744
- dataFieldConfigType: {
2027
+ xAxisTickShow: {
745
2028
  type?: undefined;
746
2029
  default?: undefined;
747
2030
  } | {
748
2031
  type: any;
749
- default: any;
2032
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2033
+ [key: string]: any;
2034
+ } | import('../../utils/props').RequestParams | {
2035
+ name: string;
2036
+ value: number;
2037
+ type: string;
2038
+ }[] | {
2039
+ name: string;
2040
+ value: string;
2041
+ type: string;
2042
+ } | {
2043
+ name: string;
2044
+ types: any[];
2045
+ } | {};
750
2046
  };
751
- gridContainLabel: {
2047
+ xAxisLabelFormatter: {
752
2048
  type?: undefined;
753
2049
  default?: undefined;
754
2050
  } | {
755
2051
  type: any;
756
- default: any;
2052
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2053
+ [key: string]: any;
2054
+ } | import('../../utils/props').RequestParams | {
2055
+ name: string;
2056
+ value: number;
2057
+ type: string;
2058
+ }[] | {
2059
+ name: string;
2060
+ value: string;
2061
+ type: string;
2062
+ } | {
2063
+ name: string;
2064
+ types: any[];
2065
+ } | {};
757
2066
  };
758
- gridTop: {
2067
+ xAxisMinInterval: {
759
2068
  type?: undefined;
760
2069
  default?: undefined;
761
2070
  } | {
762
2071
  type: any;
763
- default: any;
2072
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2073
+ [key: string]: any;
2074
+ } | import('../../utils/props').RequestParams | {
2075
+ name: string;
2076
+ value: number;
2077
+ type: string;
2078
+ }[] | {
2079
+ name: string;
2080
+ value: string;
2081
+ type: string;
2082
+ } | {
2083
+ name: string;
2084
+ types: any[];
2085
+ } | {};
764
2086
  };
765
- gridBottom: {
2087
+ yAxisMinInterval: {
766
2088
  type?: undefined;
767
2089
  default?: undefined;
768
2090
  } | {
769
2091
  type: any;
770
- default: any;
2092
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2093
+ [key: string]: any;
2094
+ } | import('../../utils/props').RequestParams | {
2095
+ name: string;
2096
+ value: number;
2097
+ type: string;
2098
+ }[] | {
2099
+ name: string;
2100
+ value: string;
2101
+ type: string;
2102
+ } | {
2103
+ name: string;
2104
+ types: any[];
2105
+ } | {};
771
2106
  };
772
- gridLeft: {
2107
+ yAxisSplitLineShow: {
773
2108
  type?: undefined;
774
2109
  default?: undefined;
775
2110
  } | {
776
2111
  type: any;
777
- default: any;
2112
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2113
+ [key: string]: any;
2114
+ } | import('../../utils/props').RequestParams | {
2115
+ name: string;
2116
+ value: number;
2117
+ type: string;
2118
+ }[] | {
2119
+ name: string;
2120
+ value: string;
2121
+ type: string;
2122
+ } | {
2123
+ name: string;
2124
+ types: any[];
2125
+ } | {};
778
2126
  };
779
- gridRight: {
2127
+ yAxisSplitLineStyleColor: {
780
2128
  type?: undefined;
781
2129
  default?: undefined;
782
2130
  } | {
783
2131
  type: any;
784
- default: any;
2132
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2133
+ [key: string]: any;
2134
+ } | import('../../utils/props').RequestParams | {
2135
+ name: string;
2136
+ value: number;
2137
+ type: string;
2138
+ }[] | {
2139
+ name: string;
2140
+ value: string;
2141
+ type: string;
2142
+ } | {
2143
+ name: string;
2144
+ types: any[];
2145
+ } | {};
785
2146
  };
786
- graphicConfig?: {
2147
+ yAxisLabelColor: {
787
2148
  type?: undefined;
788
2149
  default?: undefined;
789
2150
  } | {
790
2151
  type: any;
791
- default: any;
2152
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2153
+ [key: string]: any;
2154
+ } | import('../../utils/props').RequestParams | {
2155
+ name: string;
2156
+ value: number;
2157
+ type: string;
2158
+ }[] | {
2159
+ name: string;
2160
+ value: string;
2161
+ type: string;
2162
+ } | {
2163
+ name: string;
2164
+ types: any[];
2165
+ } | {};
792
2166
  };
793
- tooltipFormatter: {
2167
+ yAxisLineStyleColor: {
794
2168
  type?: undefined;
795
2169
  default?: undefined;
796
2170
  } | {
797
2171
  type: any;
798
- default: any;
2172
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2173
+ [key: string]: any;
2174
+ } | import('../../utils/props').RequestParams | {
2175
+ name: string;
2176
+ value: number;
2177
+ type: string;
2178
+ }[] | {
2179
+ name: string;
2180
+ value: string;
2181
+ type: string;
2182
+ } | {
2183
+ name: string;
2184
+ types: any[];
2185
+ } | {};
799
2186
  };
800
- tooltipShow: {
2187
+ yAxisLabelFormatter: {
801
2188
  type?: undefined;
802
2189
  default?: undefined;
803
2190
  } | {
804
2191
  type: any;
805
- default: any;
2192
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2193
+ [key: string]: any;
2194
+ } | import('../../utils/props').RequestParams | {
2195
+ name: string;
2196
+ value: number;
2197
+ type: string;
2198
+ }[] | {
2199
+ name: string;
2200
+ value: string;
2201
+ type: string;
2202
+ } | {
2203
+ name: string;
2204
+ types: any[];
2205
+ } | {};
806
2206
  };
807
- toolboxShow: {
2207
+ gridContainLabel: {
808
2208
  type?: undefined;
809
2209
  default?: undefined;
810
2210
  } | {
811
2211
  type: any;
812
- default: any;
2212
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2213
+ [key: string]: any;
2214
+ } | import('../../utils/props').RequestParams | {
2215
+ name: string;
2216
+ value: number;
2217
+ type: string;
2218
+ }[] | {
2219
+ name: string;
2220
+ value: string;
2221
+ type: string;
2222
+ } | {
2223
+ name: string;
2224
+ types: any[];
2225
+ } | {};
813
2226
  };
814
- toolboxOrient: {
2227
+ gridTop: {
815
2228
  type?: undefined;
816
2229
  default?: undefined;
817
2230
  } | {
818
2231
  type: any;
819
- default: any;
2232
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2233
+ [key: string]: any;
2234
+ } | import('../../utils/props').RequestParams | {
2235
+ name: string;
2236
+ value: number;
2237
+ type: string;
2238
+ }[] | {
2239
+ name: string;
2240
+ value: string;
2241
+ type: string;
2242
+ } | {
2243
+ name: string;
2244
+ types: any[];
2245
+ } | {};
820
2246
  };
821
- toolboxItemSize: {
2247
+ gridBottom: {
822
2248
  type?: undefined;
823
2249
  default?: undefined;
824
2250
  } | {
825
2251
  type: any;
826
- default: any;
2252
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2253
+ [key: string]: any;
2254
+ } | import('../../utils/props').RequestParams | {
2255
+ name: string;
2256
+ value: number;
2257
+ type: string;
2258
+ }[] | {
2259
+ name: string;
2260
+ value: string;
2261
+ type: string;
2262
+ } | {
2263
+ name: string;
2264
+ types: any[];
2265
+ } | {};
827
2266
  };
828
- toolboxItemGap: {
2267
+ gridLeft: {
829
2268
  type?: undefined;
830
2269
  default?: undefined;
831
2270
  } | {
832
2271
  type: any;
833
- default: any;
2272
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2273
+ [key: string]: any;
2274
+ } | import('../../utils/props').RequestParams | {
2275
+ name: string;
2276
+ value: number;
2277
+ type: string;
2278
+ }[] | {
2279
+ name: string;
2280
+ value: string;
2281
+ type: string;
2282
+ } | {
2283
+ name: string;
2284
+ types: any[];
2285
+ } | {};
834
2286
  };
835
- toolboxLeft: {
2287
+ gridRight: {
836
2288
  type?: undefined;
837
2289
  default?: undefined;
838
2290
  } | {
839
2291
  type: any;
840
- default: any;
2292
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2293
+ [key: string]: any;
2294
+ } | import('../../utils/props').RequestParams | {
2295
+ name: string;
2296
+ value: number;
2297
+ type: string;
2298
+ }[] | {
2299
+ name: string;
2300
+ value: string;
2301
+ type: string;
2302
+ } | {
2303
+ name: string;
2304
+ types: any[];
2305
+ } | {};
841
2306
  };
842
- toolboxTop: {
2307
+ valueTypeDataFieldNames: {
843
2308
  type?: undefined;
844
2309
  default?: undefined;
845
2310
  } | {
846
2311
  type: any;
847
- default: any;
2312
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2313
+ [key: string]: any;
2314
+ } | import('../../utils/props').RequestParams | {
2315
+ name: string;
2316
+ value: number;
2317
+ type: string;
2318
+ }[] | {
2319
+ name: string;
2320
+ value: string;
2321
+ type: string;
2322
+ } | {
2323
+ name: string;
2324
+ types: any[];
2325
+ } | {};
848
2326
  };
849
- toolboxIconStyleBorderColor: {
2327
+ keyTypeDataFieldNames: {
850
2328
  type?: undefined;
851
2329
  default?: undefined;
852
2330
  } | {
853
2331
  type: any;
854
- default: any;
2332
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2333
+ [key: string]: any;
2334
+ } | import('../../utils/props').RequestParams | {
2335
+ name: string;
2336
+ value: number;
2337
+ type: string;
2338
+ }[] | {
2339
+ name: string;
2340
+ value: string;
2341
+ type: string;
2342
+ } | {
2343
+ name: string;
2344
+ types: any[];
2345
+ } | {};
855
2346
  };
856
- toolboxDownloadUrl: {
2347
+ dataFieldConfigType: {
857
2348
  type?: undefined;
858
2349
  default?: undefined;
859
2350
  } | {
860
2351
  type: any;
861
- default: any;
2352
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2353
+ [key: string]: any;
2354
+ } | import('../../utils/props').RequestParams | {
2355
+ name: string;
2356
+ value: number;
2357
+ type: string;
2358
+ }[] | {
2359
+ name: string;
2360
+ value: string;
2361
+ type: string;
2362
+ } | {
2363
+ name: string;
2364
+ types: any[];
2365
+ } | {};
862
2366
  };
863
- toolboxInfoText: {
2367
+ graphicConfig: {
864
2368
  type?: undefined;
865
2369
  default?: undefined;
866
2370
  } | {
867
2371
  type: any;
868
- default: any;
2372
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2373
+ [key: string]: any;
2374
+ } | import('../../utils/props').RequestParams | {
2375
+ name: string;
2376
+ value: number;
2377
+ type: string;
2378
+ }[] | {
2379
+ name: string;
2380
+ value: string;
2381
+ type: string;
2382
+ } | {
2383
+ name: string;
2384
+ types: any[];
2385
+ } | {};
869
2386
  };
870
- areaStyleOpacity: {
2387
+ tooltipShow: {
871
2388
  type?: undefined;
872
2389
  default?: undefined;
873
2390
  } | {
874
2391
  type: any;
875
- default: any;
2392
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2393
+ [key: string]: any;
2394
+ } | import('../../utils/props').RequestParams | {
2395
+ name: string;
2396
+ value: number;
2397
+ type: string;
2398
+ }[] | {
2399
+ name: string;
2400
+ value: string;
2401
+ type: string;
2402
+ } | {
2403
+ name: string;
2404
+ types: any[];
2405
+ } | {};
876
2406
  };
877
- id: {
2407
+ tooltipFormatter: {
878
2408
  type?: undefined;
879
2409
  default?: undefined;
880
2410
  } | {
881
2411
  type: any;
882
- default: any;
2412
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2413
+ [key: string]: any;
2414
+ } | import('../../utils/props').RequestParams | {
2415
+ name: string;
2416
+ value: number;
2417
+ type: string;
2418
+ }[] | {
2419
+ name: string;
2420
+ value: string;
2421
+ type: string;
2422
+ } | {
2423
+ name: string;
2424
+ types: any[];
2425
+ } | {};
883
2426
  };
884
- name: {
2427
+ toolboxShow: {
885
2428
  type?: undefined;
886
2429
  default?: undefined;
887
2430
  } | {
888
2431
  type: any;
889
- default: any;
2432
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2433
+ [key: string]: any;
2434
+ } | import('../../utils/props').RequestParams | {
2435
+ name: string;
2436
+ value: number;
2437
+ type: string;
2438
+ }[] | {
2439
+ name: string;
2440
+ value: string;
2441
+ type: string;
2442
+ } | {
2443
+ name: string;
2444
+ types: any[];
2445
+ } | {};
890
2446
  };
891
- keyName: {
2447
+ toolboxOrient: {
892
2448
  type?: undefined;
893
2449
  default?: undefined;
894
2450
  } | {
895
2451
  type: any;
896
- default: any;
2452
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2453
+ [key: string]: any;
2454
+ } | import('../../utils/props').RequestParams | {
2455
+ name: string;
2456
+ value: number;
2457
+ type: string;
2458
+ }[] | {
2459
+ name: string;
2460
+ value: string;
2461
+ type: string;
2462
+ } | {
2463
+ name: string;
2464
+ types: any[];
2465
+ } | {};
897
2466
  };
898
- type: {
2467
+ toolboxItemSize: {
899
2468
  type?: undefined;
900
2469
  default?: undefined;
901
2470
  } | {
902
2471
  type: any;
903
- default: any;
2472
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2473
+ [key: string]: any;
2474
+ } | import('../../utils/props').RequestParams | {
2475
+ name: string;
2476
+ value: number;
2477
+ type: string;
2478
+ }[] | {
2479
+ name: string;
2480
+ value: string;
2481
+ type: string;
2482
+ } | {
2483
+ name: string;
2484
+ types: any[];
2485
+ } | {};
904
2486
  };
905
- width: {
2487
+ toolboxItemGap: {
906
2488
  type?: undefined;
907
2489
  default?: undefined;
908
2490
  } | {
909
2491
  type: any;
910
- default: any;
2492
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2493
+ [key: string]: any;
2494
+ } | import('../../utils/props').RequestParams | {
2495
+ name: string;
2496
+ value: number;
2497
+ type: string;
2498
+ }[] | {
2499
+ name: string;
2500
+ value: string;
2501
+ type: string;
2502
+ } | {
2503
+ name: string;
2504
+ types: any[];
2505
+ } | {};
911
2506
  };
912
- height: {
2507
+ toolboxLeft: {
913
2508
  type?: undefined;
914
2509
  default?: undefined;
915
2510
  } | {
916
2511
  type: any;
917
- default: any;
2512
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2513
+ [key: string]: any;
2514
+ } | import('../../utils/props').RequestParams | {
2515
+ name: string;
2516
+ value: number;
2517
+ type: string;
2518
+ }[] | {
2519
+ name: string;
2520
+ value: string;
2521
+ type: string;
2522
+ } | {
2523
+ name: string;
2524
+ types: any[];
2525
+ } | {};
918
2526
  };
919
- position: {
2527
+ toolboxTop: {
920
2528
  type?: undefined;
921
2529
  default?: undefined;
922
2530
  } | {
923
2531
  type: any;
924
- default: any;
2532
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2533
+ [key: string]: any;
2534
+ } | import('../../utils/props').RequestParams | {
2535
+ name: string;
2536
+ value: number;
2537
+ type: string;
2538
+ }[] | {
2539
+ name: string;
2540
+ value: string;
2541
+ type: string;
2542
+ } | {
2543
+ name: string;
2544
+ types: any[];
2545
+ } | {};
925
2546
  };
926
- top: {
2547
+ toolboxIconStyleBorderColor: {
927
2548
  type?: undefined;
928
2549
  default?: undefined;
929
2550
  } | {
930
2551
  type: any;
931
- default: any;
2552
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2553
+ [key: string]: any;
2554
+ } | import('../../utils/props').RequestParams | {
2555
+ name: string;
2556
+ value: number;
2557
+ type: string;
2558
+ }[] | {
2559
+ name: string;
2560
+ value: string;
2561
+ type: string;
2562
+ } | {
2563
+ name: string;
2564
+ types: any[];
2565
+ } | {};
932
2566
  };
933
- left: {
2567
+ toolboxDownloadUrl: {
934
2568
  type?: undefined;
935
2569
  default?: undefined;
936
2570
  } | {
937
2571
  type: any;
938
- default: any;
2572
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2573
+ [key: string]: any;
2574
+ } | import('../../utils/props').RequestParams | {
2575
+ name: string;
2576
+ value: number;
2577
+ type: string;
2578
+ }[] | {
2579
+ name: string;
2580
+ value: string;
2581
+ type: string;
2582
+ } | {
2583
+ name: string;
2584
+ types: any[];
2585
+ } | {};
939
2586
  };
940
- zIndex: {
2587
+ toolboxInfoText: {
941
2588
  type?: undefined;
942
2589
  default?: undefined;
943
2590
  } | {
944
2591
  type: any;
945
- default: any;
2592
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2593
+ [key: string]: any;
2594
+ } | import('../../utils/props').RequestParams | {
2595
+ name: string;
2596
+ value: number;
2597
+ type: string;
2598
+ }[] | {
2599
+ name: string;
2600
+ value: string;
2601
+ type: string;
2602
+ } | {
2603
+ name: string;
2604
+ types: any[];
2605
+ } | {};
946
2606
  };
947
- rotate: {
2607
+ areaStyleOpacity: {
2608
+ type?: undefined;
2609
+ default?: undefined;
2610
+ } | {
2611
+ type: any;
2612
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2613
+ [key: string]: any;
2614
+ } | import('../../utils/props').RequestParams | {
2615
+ name: string;
2616
+ value: number;
2617
+ type: string;
2618
+ }[] | {
2619
+ name: string;
2620
+ value: string;
2621
+ type: string;
2622
+ } | {
2623
+ name: string;
2624
+ types: any[];
2625
+ } | {};
2626
+ };
2627
+ position: {
948
2628
  type?: undefined;
949
2629
  default?: undefined;
950
2630
  } | {
951
2631
  type: any;
952
- default: any;
2632
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2633
+ [key: string]: any;
2634
+ } | import('../../utils/props').RequestParams | {
2635
+ name: string;
2636
+ value: number;
2637
+ type: string;
2638
+ }[] | {
2639
+ name: string;
2640
+ value: string;
2641
+ type: string;
2642
+ } | {
2643
+ name: string;
2644
+ types: any[];
2645
+ } | {};
2646
+ };
2647
+ zIndex: {
2648
+ type?: undefined;
2649
+ default?: undefined;
2650
+ } | {
2651
+ type: any;
2652
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2653
+ [key: string]: any;
2654
+ } | import('../../utils/props').RequestParams | {
2655
+ name: string;
2656
+ value: number;
2657
+ type: string;
2658
+ }[] | {
2659
+ name: string;
2660
+ value: string;
2661
+ type: string;
2662
+ } | {
2663
+ name: string;
2664
+ types: any[];
2665
+ } | {};
953
2666
  };
954
2667
  isShow: {
955
2668
  type?: undefined;
956
2669
  default?: undefined;
957
2670
  } | {
958
2671
  type: any;
959
- default: any;
2672
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2673
+ [key: string]: any;
2674
+ } | import('../../utils/props').RequestParams | {
2675
+ name: string;
2676
+ value: number;
2677
+ type: string;
2678
+ }[] | {
2679
+ name: string;
2680
+ value: string;
2681
+ type: string;
2682
+ } | {
2683
+ name: string;
2684
+ types: any[];
2685
+ } | {};
960
2686
  };
961
2687
  isRender: {
962
2688
  type?: undefined;
963
2689
  default?: undefined;
964
2690
  } | {
965
2691
  type: any;
966
- default: any;
2692
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2693
+ [key: string]: any;
2694
+ } | import('../../utils/props').RequestParams | {
2695
+ name: string;
2696
+ value: number;
2697
+ type: string;
2698
+ }[] | {
2699
+ name: string;
2700
+ value: string;
2701
+ type: string;
2702
+ } | {
2703
+ name: string;
2704
+ types: any[];
2705
+ } | {};
967
2706
  };
968
2707
  events: {
969
2708
  type?: undefined;
970
2709
  default?: undefined;
971
2710
  } | {
972
2711
  type: any;
973
- default: any;
2712
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2713
+ [key: string]: any;
2714
+ } | import('../../utils/props').RequestParams | {
2715
+ name: string;
2716
+ value: number;
2717
+ type: string;
2718
+ }[] | {
2719
+ name: string;
2720
+ value: string;
2721
+ type: string;
2722
+ } | {
2723
+ name: string;
2724
+ types: any[];
2725
+ } | {};
974
2726
  };
975
2727
  requestUrl: {
976
2728
  type?: undefined;
977
2729
  default?: undefined;
978
2730
  } | {
979
2731
  type: any;
980
- default: any;
2732
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2733
+ [key: string]: any;
2734
+ } | import('../../utils/props').RequestParams | {
2735
+ name: string;
2736
+ value: number;
2737
+ type: string;
2738
+ }[] | {
2739
+ name: string;
2740
+ value: string;
2741
+ type: string;
2742
+ } | {
2743
+ name: string;
2744
+ types: any[];
2745
+ } | {};
981
2746
  };
982
2747
  requestMethod: {
983
2748
  type?: undefined;
984
2749
  default?: undefined;
985
2750
  } | {
986
2751
  type: any;
987
- default: any;
2752
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2753
+ [key: string]: any;
2754
+ } | import('../../utils/props').RequestParams | {
2755
+ name: string;
2756
+ value: number;
2757
+ type: string;
2758
+ }[] | {
2759
+ name: string;
2760
+ value: string;
2761
+ type: string;
2762
+ } | {
2763
+ name: string;
2764
+ types: any[];
2765
+ } | {};
988
2766
  };
989
2767
  requestHeaders: {
990
2768
  type?: undefined;
991
2769
  default?: undefined;
992
2770
  } | {
993
2771
  type: any;
994
- default: any;
2772
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2773
+ [key: string]: any;
2774
+ } | import('../../utils/props').RequestParams | {
2775
+ name: string;
2776
+ value: number;
2777
+ type: string;
2778
+ }[] | {
2779
+ name: string;
2780
+ value: string;
2781
+ type: string;
2782
+ } | {
2783
+ name: string;
2784
+ types: any[];
2785
+ } | {};
995
2786
  };
996
2787
  isOpenRequestTimer: {
997
2788
  type?: undefined;
998
2789
  default?: undefined;
999
2790
  } | {
1000
2791
  type: any;
1001
- default: any;
2792
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2793
+ [key: string]: any;
2794
+ } | import('../../utils/props').RequestParams | {
2795
+ name: string;
2796
+ value: number;
2797
+ type: string;
2798
+ }[] | {
2799
+ name: string;
2800
+ value: string;
2801
+ type: string;
2802
+ } | {
2803
+ name: string;
2804
+ types: any[];
2805
+ } | {};
1002
2806
  };
1003
2807
  requestInterval: {
1004
2808
  type?: undefined;
1005
2809
  default?: undefined;
1006
2810
  } | {
1007
2811
  type: any;
1008
- default: any;
2812
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2813
+ [key: string]: any;
2814
+ } | import('../../utils/props').RequestParams | {
2815
+ name: string;
2816
+ value: number;
2817
+ type: string;
2818
+ }[] | {
2819
+ name: string;
2820
+ value: string;
2821
+ type: string;
2822
+ } | {
2823
+ name: string;
2824
+ types: any[];
2825
+ } | {};
1009
2826
  };
1010
2827
  requestParams: {
1011
2828
  type?: undefined;
1012
2829
  default?: undefined;
1013
2830
  } | {
1014
2831
  type: any;
1015
- default: any;
2832
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2833
+ [key: string]: any;
2834
+ } | import('../../utils/props').RequestParams | {
2835
+ name: string;
2836
+ value: number;
2837
+ type: string;
2838
+ }[] | {
2839
+ name: string;
2840
+ value: string;
2841
+ type: string;
2842
+ } | {
2843
+ name: string;
2844
+ types: any[];
2845
+ } | {};
1016
2846
  };
1017
2847
  requestSort: {
1018
2848
  type?: undefined;
1019
2849
  default?: undefined;
1020
2850
  } | {
1021
2851
  type: any;
1022
- default: any;
2852
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2853
+ [key: string]: any;
2854
+ } | import('../../utils/props').RequestParams | {
2855
+ name: string;
2856
+ value: number;
2857
+ type: string;
2858
+ }[] | {
2859
+ name: string;
2860
+ value: string;
2861
+ type: string;
2862
+ } | {
2863
+ name: string;
2864
+ types: any[];
2865
+ } | {};
1023
2866
  };
1024
2867
  dataType: {
1025
2868
  type?: undefined;
1026
2869
  default?: undefined;
1027
2870
  } | {
1028
2871
  type: any;
1029
- default: any;
2872
+ default: string | number | boolean | string[] | import('../../utils/props').Events | {
2873
+ [key: string]: any;
2874
+ } | import('../../utils/props').RequestParams | {
2875
+ name: string;
2876
+ value: number;
2877
+ type: string;
2878
+ }[] | {
2879
+ name: string;
2880
+ value: string;
2881
+ type: string;
2882
+ } | {
2883
+ name: string;
2884
+ types: any[];
2885
+ } | {};
1030
2886
  };
1031
2887
  }>>, {}>;
1032
2888
  export default _sfc_main;