@ecan-bi/datav 1.1.40 → 1.1.42

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.
Files changed (83) hide show
  1. package/dist/index.es.js +1307 -1297
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
  83. package/types/utils/runCode.d.ts +2 -0
@@ -1,940 +1,224 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
2
  columns: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | number | boolean | import("../../utils/props").Events | {
3
+ type?: import("vue").PropType<{
8
4
  [key: string]: any;
9
- } | import("../../utils/props").RequestParams | {
10
- [key: string]: any;
11
- }[] | {
12
- [key: string]: any;
13
- chartType: "table";
14
- plugin: "1";
15
- layer: "1";
16
- } | {
17
- [key: string]: any;
18
- }[] | {
5
+ }[]>;
6
+ default?: {
19
7
  [key: string]: any;
20
8
  }[];
21
9
  };
22
10
  data: {
23
- type?: undefined;
24
- default?: undefined;
25
- } | {
26
- type: any;
27
- default: string | number | boolean | import("../../utils/props").Events | {
28
- [key: string]: any;
29
- } | import("../../utils/props").RequestParams | {
30
- [key: string]: any;
31
- }[] | {
11
+ type?: import("vue").PropType<{
32
12
  [key: string]: any;
33
- chartType: "table";
34
- plugin: "1";
35
- layer: "1";
36
- } | {
37
- [key: string]: any;
38
- }[] | {
13
+ }[]>;
14
+ default?: {
39
15
  [key: string]: any;
40
16
  }[];
41
17
  };
42
18
  bordered: {
43
- type?: undefined;
44
- default?: undefined;
45
- } | {
46
- type: any;
47
- default: string | number | boolean | import("../../utils/props").Events | {
48
- [key: string]: any;
49
- } | import("../../utils/props").RequestParams | {
50
- [key: string]: any;
51
- }[] | {
52
- [key: string]: any;
53
- chartType: "table";
54
- plugin: "1";
55
- layer: "1";
56
- } | {
57
- [key: string]: any;
58
- }[] | {
59
- [key: string]: any;
60
- }[];
19
+ type?: import("vue").PropType<boolean>;
20
+ default?: boolean;
61
21
  };
62
22
  size: {
63
- type?: undefined;
64
- default?: undefined;
65
- } | {
66
- type: any;
67
- default: string | number | boolean | import("../../utils/props").Events | {
68
- [key: string]: any;
69
- } | import("../../utils/props").RequestParams | {
70
- [key: string]: any;
71
- }[] | {
72
- [key: string]: any;
73
- chartType: "table";
74
- plugin: "1";
75
- layer: "1";
76
- } | {
77
- [key: string]: any;
78
- }[] | {
79
- [key: string]: any;
80
- }[];
23
+ type?: import("vue").PropType<"small" | "default" | "middle">;
24
+ default?: "small" | "default" | "middle";
81
25
  };
82
26
  isUseSeq: {
83
- type?: undefined;
84
- default?: undefined;
85
- } | {
86
- type: any;
87
- default: string | number | boolean | import("../../utils/props").Events | {
88
- [key: string]: any;
89
- } | import("../../utils/props").RequestParams | {
90
- [key: string]: any;
91
- }[] | {
92
- [key: string]: any;
93
- chartType: "table";
94
- plugin: "1";
95
- layer: "1";
96
- } | {
97
- [key: string]: any;
98
- }[] | {
99
- [key: string]: any;
100
- }[];
27
+ type?: import("vue").PropType<boolean>;
28
+ default?: boolean;
101
29
  };
102
30
  columnsFixedNum: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: string | number | boolean | import("../../utils/props").Events | {
108
- [key: string]: any;
109
- } | import("../../utils/props").RequestParams | {
110
- [key: string]: any;
111
- }[] | {
112
- [key: string]: any;
113
- chartType: "table";
114
- plugin: "1";
115
- layer: "1";
116
- } | {
117
- [key: string]: any;
118
- }[] | {
119
- [key: string]: any;
120
- }[];
31
+ type?: import("vue").PropType<number>;
32
+ default?: number;
121
33
  };
122
34
  scrollX: {
123
- type?: undefined;
124
- default?: undefined;
125
- } | {
126
- type: any;
127
- default: string | number | boolean | import("../../utils/props").Events | {
128
- [key: string]: any;
129
- } | import("../../utils/props").RequestParams | {
130
- [key: string]: any;
131
- }[] | {
132
- [key: string]: any;
133
- chartType: "table";
134
- plugin: "1";
135
- layer: "1";
136
- } | {
137
- [key: string]: any;
138
- }[] | {
139
- [key: string]: any;
140
- }[];
35
+ type?: import("vue").PropType<number>;
36
+ default?: number;
141
37
  };
142
38
  paginationShow: {
143
- type?: undefined;
144
- default?: undefined;
145
- } | {
146
- type: any;
147
- default: string | number | boolean | import("../../utils/props").Events | {
148
- [key: string]: any;
149
- } | import("../../utils/props").RequestParams | {
150
- [key: string]: any;
151
- }[] | {
152
- [key: string]: any;
153
- chartType: "table";
154
- plugin: "1";
155
- layer: "1";
156
- } | {
157
- [key: string]: any;
158
- }[] | {
159
- [key: string]: any;
160
- }[];
39
+ type?: import("vue").PropType<boolean>;
40
+ default?: boolean;
161
41
  };
162
42
  paginationPosition: {
163
- type?: undefined;
164
- default?: undefined;
165
- } | {
166
- type: any;
167
- default: string | number | boolean | import("../../utils/props").Events | {
168
- [key: string]: any;
169
- } | import("../../utils/props").RequestParams | {
170
- [key: string]: any;
171
- }[] | {
172
- [key: string]: any;
173
- chartType: "table";
174
- plugin: "1";
175
- layer: "1";
176
- } | {
177
- [key: string]: any;
178
- }[] | {
179
- [key: string]: any;
180
- }[];
43
+ type?: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
44
+ default?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter";
181
45
  };
182
46
  simple: {
183
- type?: undefined;
184
- default?: undefined;
185
- } | {
186
- type: any;
187
- default: string | number | boolean | import("../../utils/props").Events | {
188
- [key: string]: any;
189
- } | import("../../utils/props").RequestParams | {
190
- [key: string]: any;
191
- }[] | {
192
- [key: string]: any;
193
- chartType: "table";
194
- plugin: "1";
195
- layer: "1";
196
- } | {
197
- [key: string]: any;
198
- }[] | {
199
- [key: string]: any;
200
- }[];
47
+ type?: import("vue").PropType<boolean>;
48
+ default?: boolean;
201
49
  };
202
50
  cellBackgroundColor: {
203
- type?: undefined;
204
- default?: undefined;
205
- } | {
206
- type: any;
207
- default: string | number | boolean | import("../../utils/props").Events | {
208
- [key: string]: any;
209
- } | import("../../utils/props").RequestParams | {
210
- [key: string]: any;
211
- }[] | {
212
- [key: string]: any;
213
- chartType: "table";
214
- plugin: "1";
215
- layer: "1";
216
- } | {
217
- [key: string]: any;
218
- }[] | {
219
- [key: string]: any;
220
- }[];
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
221
53
  };
222
54
  borderColor: {
223
- type?: undefined;
224
- default?: undefined;
225
- } | {
226
- type: any;
227
- default: string | number | boolean | import("../../utils/props").Events | {
228
- [key: string]: any;
229
- } | import("../../utils/props").RequestParams | {
230
- [key: string]: any;
231
- }[] | {
232
- [key: string]: any;
233
- chartType: "table";
234
- plugin: "1";
235
- layer: "1";
236
- } | {
237
- [key: string]: any;
238
- }[] | {
239
- [key: string]: any;
240
- }[];
55
+ type?: import("vue").PropType<string>;
56
+ default?: string;
241
57
  };
242
58
  paginationPageSize: {
243
- type?: undefined;
244
- default?: undefined;
245
- } | {
246
- type: any;
247
- default: string | number | boolean | import("../../utils/props").Events | {
248
- [key: string]: any;
249
- } | import("../../utils/props").RequestParams | {
250
- [key: string]: any;
251
- }[] | {
252
- [key: string]: any;
253
- chartType: "table";
254
- plugin: "1";
255
- layer: "1";
256
- } | {
257
- [key: string]: any;
258
- }[] | {
259
- [key: string]: any;
260
- }[];
59
+ type?: import("vue").PropType<number>;
60
+ default?: number;
261
61
  };
262
62
  isUseAction: {
263
- type?: undefined;
264
- default?: undefined;
265
- } | {
266
- type: any;
267
- default: string | number | boolean | import("../../utils/props").Events | {
268
- [key: string]: any;
269
- } | import("../../utils/props").RequestParams | {
270
- [key: string]: any;
271
- }[] | {
272
- [key: string]: any;
273
- chartType: "table";
274
- plugin: "1";
275
- layer: "1";
276
- } | {
277
- [key: string]: any;
278
- }[] | {
279
- [key: string]: any;
280
- }[];
63
+ type?: import("vue").PropType<boolean>;
64
+ default?: boolean;
281
65
  };
282
66
  actionColumnWidth: {
283
- type?: undefined;
284
- default?: undefined;
285
- } | {
286
- type: any;
287
- default: string | number | boolean | import("../../utils/props").Events | {
288
- [key: string]: any;
289
- } | import("../../utils/props").RequestParams | {
290
- [key: string]: any;
291
- }[] | {
292
- [key: string]: any;
293
- chartType: "table";
294
- plugin: "1";
295
- layer: "1";
296
- } | {
297
- [key: string]: any;
298
- }[] | {
299
- [key: string]: any;
300
- }[];
67
+ type?: import("vue").PropType<number>;
68
+ default?: number;
301
69
  };
302
70
  actionList: {
303
- type?: undefined;
304
- default?: undefined;
305
- } | {
306
- type: any;
307
- default: string | number | boolean | import("../../utils/props").Events | {
308
- [key: string]: any;
309
- } | import("../../utils/props").RequestParams | {
310
- [key: string]: any;
311
- }[] | {
312
- [key: string]: any;
313
- chartType: "table";
314
- plugin: "1";
315
- layer: "1";
316
- } | {
71
+ type?: import("vue").PropType<{
317
72
  [key: string]: any;
318
- }[] | {
73
+ }[]>;
74
+ default?: {
319
75
  [key: string]: any;
320
76
  }[];
321
77
  };
322
78
  headerFontSize: {
323
- type?: undefined;
324
- default?: undefined;
325
- } | {
326
- type: any;
327
- default: string | number | boolean | import("../../utils/props").Events | {
328
- [key: string]: any;
329
- } | import("../../utils/props").RequestParams | {
330
- [key: string]: any;
331
- }[] | {
332
- [key: string]: any;
333
- chartType: "table";
334
- plugin: "1";
335
- layer: "1";
336
- } | {
337
- [key: string]: any;
338
- }[] | {
339
- [key: string]: any;
340
- }[];
79
+ type?: import("vue").PropType<string>;
80
+ default?: string;
341
81
  };
342
82
  headerFontWeight: {
343
- type?: undefined;
344
- default?: undefined;
345
- } | {
346
- type: any;
347
- default: string | number | boolean | import("../../utils/props").Events | {
348
- [key: string]: any;
349
- } | import("../../utils/props").RequestParams | {
350
- [key: string]: any;
351
- }[] | {
352
- [key: string]: any;
353
- chartType: "table";
354
- plugin: "1";
355
- layer: "1";
356
- } | {
357
- [key: string]: any;
358
- }[] | {
359
- [key: string]: any;
360
- }[];
83
+ type?: import("vue").PropType<number>;
84
+ default?: number;
361
85
  };
362
86
  fontSize: {
363
- type?: undefined;
364
- default?: undefined;
365
- } | {
366
- type: any;
367
- default: string | number | boolean | import("../../utils/props").Events | {
368
- [key: string]: any;
369
- } | import("../../utils/props").RequestParams | {
370
- [key: string]: any;
371
- }[] | {
372
- [key: string]: any;
373
- chartType: "table";
374
- plugin: "1";
375
- layer: "1";
376
- } | {
377
- [key: string]: any;
378
- }[] | {
379
- [key: string]: any;
380
- }[];
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
381
89
  };
382
90
  fontWeight: {
383
- type?: undefined;
384
- default?: undefined;
385
- } | {
386
- type: any;
387
- default: string | number | boolean | import("../../utils/props").Events | {
388
- [key: string]: any;
389
- } | import("../../utils/props").RequestParams | {
390
- [key: string]: any;
391
- }[] | {
392
- [key: string]: any;
393
- chartType: "table";
394
- plugin: "1";
395
- layer: "1";
396
- } | {
397
- [key: string]: any;
398
- }[] | {
399
- [key: string]: any;
400
- }[];
91
+ type?: import("vue").PropType<number>;
92
+ default?: number;
401
93
  };
402
94
  isReverse: {
403
- type?: undefined;
404
- default?: undefined;
405
- } | {
406
- type: any;
407
- default: string | number | boolean | import("../../utils/props").Events | {
408
- [key: string]: any;
409
- } | import("../../utils/props").RequestParams | {
410
- [key: string]: any;
411
- }[] | {
412
- [key: string]: any;
413
- chartType: "table";
414
- plugin: "1";
415
- layer: "1";
416
- } | {
417
- [key: string]: any;
418
- }[] | {
419
- [key: string]: any;
420
- }[];
95
+ type?: import("vue").PropType<boolean>;
96
+ default?: boolean;
421
97
  };
422
98
  clickHighlight: {
423
- type?: undefined;
424
- default?: undefined;
425
- } | {
426
- type: any;
427
- default: string | number | boolean | import("../../utils/props").Events | {
428
- [key: string]: any;
429
- } | import("../../utils/props").RequestParams | {
430
- [key: string]: any;
431
- }[] | {
432
- [key: string]: any;
433
- chartType: "table";
434
- plugin: "1";
435
- layer: "1";
436
- } | {
437
- [key: string]: any;
438
- }[] | {
439
- [key: string]: any;
440
- }[];
99
+ type?: import("vue").PropType<boolean>;
100
+ default?: boolean;
441
101
  };
442
102
  filterDropdownHeight: {
443
- type?: undefined;
444
- default?: undefined;
445
- } | {
446
- type: any;
447
- default: string | number | boolean | import("../../utils/props").Events | {
448
- [key: string]: any;
449
- } | import("../../utils/props").RequestParams | {
450
- [key: string]: any;
451
- }[] | {
452
- [key: string]: any;
453
- chartType: "table";
454
- plugin: "1";
455
- layer: "1";
456
- } | {
457
- [key: string]: any;
458
- }[] | {
459
- [key: string]: any;
460
- }[];
103
+ type?: import("vue").PropType<string>;
104
+ default?: string;
461
105
  };
462
106
  graphicConfig: {
463
- type?: undefined;
464
- default?: undefined;
465
- } | {
466
- type: any;
467
- default: string | number | boolean | import("../../utils/props").Events | {
468
- [key: string]: any;
469
- } | import("../../utils/props").RequestParams | {
470
- [key: string]: any;
471
- }[] | {
107
+ type?: import("vue").PropType<{
472
108
  [key: string]: any;
473
109
  chartType: "table";
474
110
  plugin: "1";
475
111
  layer: "1";
476
- } | {
477
- [key: string]: any;
478
- }[] | {
479
- [key: string]: any;
480
- }[];
481
- };
482
- id: {
483
- type?: undefined;
484
- default?: undefined;
485
- } | {
486
- type: any;
487
- default: string | number | boolean | import("../../utils/props").Events | {
488
- [key: string]: any;
489
- } | import("../../utils/props").RequestParams | {
490
- [key: string]: any;
491
- }[] | {
112
+ }>;
113
+ default?: {
492
114
  [key: string]: any;
493
115
  chartType: "table";
494
116
  plugin: "1";
495
117
  layer: "1";
496
- } | {
497
- [key: string]: any;
498
- }[] | {
499
- [key: string]: any;
500
- }[];
118
+ };
119
+ };
120
+ id: {
121
+ type?: import("vue").PropType<string>;
122
+ default?: string;
501
123
  };
502
124
  name: {
503
- type?: undefined;
504
- default?: undefined;
505
- } | {
506
- type: any;
507
- default: string | number | boolean | import("../../utils/props").Events | {
508
- [key: string]: any;
509
- } | import("../../utils/props").RequestParams | {
510
- [key: string]: any;
511
- }[] | {
512
- [key: string]: any;
513
- chartType: "table";
514
- plugin: "1";
515
- layer: "1";
516
- } | {
517
- [key: string]: any;
518
- }[] | {
519
- [key: string]: any;
520
- }[];
125
+ type?: import("vue").PropType<string>;
126
+ default?: string;
521
127
  };
522
128
  keyName: {
523
- type?: undefined;
524
- default?: undefined;
525
- } | {
526
- type: any;
527
- default: string | number | boolean | import("../../utils/props").Events | {
528
- [key: string]: any;
529
- } | import("../../utils/props").RequestParams | {
530
- [key: string]: any;
531
- }[] | {
532
- [key: string]: any;
533
- chartType: "table";
534
- plugin: "1";
535
- layer: "1";
536
- } | {
537
- [key: string]: any;
538
- }[] | {
539
- [key: string]: any;
540
- }[];
129
+ type?: import("vue").PropType<string>;
130
+ default?: string;
541
131
  };
542
132
  type: {
543
- type?: undefined;
544
- default?: undefined;
545
- } | {
546
- type: any;
547
- default: string | number | boolean | import("../../utils/props").Events | {
548
- [key: string]: any;
549
- } | import("../../utils/props").RequestParams | {
550
- [key: string]: any;
551
- }[] | {
552
- [key: string]: any;
553
- chartType: "table";
554
- plugin: "1";
555
- layer: "1";
556
- } | {
557
- [key: string]: any;
558
- }[] | {
559
- [key: string]: any;
560
- }[];
133
+ type?: import("vue").PropType<string>;
134
+ default?: string;
561
135
  };
562
136
  width: {
563
- type?: undefined;
564
- default?: undefined;
565
- } | {
566
- type: any;
567
- default: string | number | boolean | import("../../utils/props").Events | {
568
- [key: string]: any;
569
- } | import("../../utils/props").RequestParams | {
570
- [key: string]: any;
571
- }[] | {
572
- [key: string]: any;
573
- chartType: "table";
574
- plugin: "1";
575
- layer: "1";
576
- } | {
577
- [key: string]: any;
578
- }[] | {
579
- [key: string]: any;
580
- }[];
137
+ type?: import("vue").PropType<string>;
138
+ default?: string;
581
139
  };
582
140
  height: {
583
- type?: undefined;
584
- default?: undefined;
585
- } | {
586
- type: any;
587
- default: string | number | boolean | import("../../utils/props").Events | {
588
- [key: string]: any;
589
- } | import("../../utils/props").RequestParams | {
590
- [key: string]: any;
591
- }[] | {
592
- [key: string]: any;
593
- chartType: "table";
594
- plugin: "1";
595
- layer: "1";
596
- } | {
597
- [key: string]: any;
598
- }[] | {
599
- [key: string]: any;
600
- }[];
141
+ type?: import("vue").PropType<string>;
142
+ default?: string;
601
143
  };
602
144
  position: {
603
- type?: undefined;
604
- default?: undefined;
605
- } | {
606
- type: any;
607
- default: string | number | boolean | import("../../utils/props").Events | {
608
- [key: string]: any;
609
- } | import("../../utils/props").RequestParams | {
610
- [key: string]: any;
611
- }[] | {
612
- [key: string]: any;
613
- chartType: "table";
614
- plugin: "1";
615
- layer: "1";
616
- } | {
617
- [key: string]: any;
618
- }[] | {
619
- [key: string]: any;
620
- }[];
145
+ type?: import("vue").PropType<string>;
146
+ default?: string;
621
147
  };
622
148
  top: {
623
- type?: undefined;
624
- default?: undefined;
625
- } | {
626
- type: any;
627
- default: string | number | boolean | import("../../utils/props").Events | {
628
- [key: string]: any;
629
- } | import("../../utils/props").RequestParams | {
630
- [key: string]: any;
631
- }[] | {
632
- [key: string]: any;
633
- chartType: "table";
634
- plugin: "1";
635
- layer: "1";
636
- } | {
637
- [key: string]: any;
638
- }[] | {
639
- [key: string]: any;
640
- }[];
149
+ type?: import("vue").PropType<string>;
150
+ default?: string;
641
151
  };
642
152
  left: {
643
- type?: undefined;
644
- default?: undefined;
645
- } | {
646
- type: any;
647
- default: string | number | boolean | import("../../utils/props").Events | {
648
- [key: string]: any;
649
- } | import("../../utils/props").RequestParams | {
650
- [key: string]: any;
651
- }[] | {
652
- [key: string]: any;
653
- chartType: "table";
654
- plugin: "1";
655
- layer: "1";
656
- } | {
657
- [key: string]: any;
658
- }[] | {
659
- [key: string]: any;
660
- }[];
153
+ type?: import("vue").PropType<string>;
154
+ default?: string;
661
155
  };
662
156
  zIndex: {
663
- type?: undefined;
664
- default?: undefined;
665
- } | {
666
- type: any;
667
- default: string | number | boolean | import("../../utils/props").Events | {
668
- [key: string]: any;
669
- } | import("../../utils/props").RequestParams | {
670
- [key: string]: any;
671
- }[] | {
672
- [key: string]: any;
673
- chartType: "table";
674
- plugin: "1";
675
- layer: "1";
676
- } | {
677
- [key: string]: any;
678
- }[] | {
679
- [key: string]: any;
680
- }[];
157
+ type?: import("vue").PropType<number>;
158
+ default?: number;
681
159
  };
682
160
  rotate: {
683
- type?: undefined;
684
- default?: undefined;
685
- } | {
686
- type: any;
687
- default: string | number | boolean | import("../../utils/props").Events | {
688
- [key: string]: any;
689
- } | import("../../utils/props").RequestParams | {
690
- [key: string]: any;
691
- }[] | {
692
- [key: string]: any;
693
- chartType: "table";
694
- plugin: "1";
695
- layer: "1";
696
- } | {
697
- [key: string]: any;
698
- }[] | {
699
- [key: string]: any;
700
- }[];
161
+ type?: import("vue").PropType<string>;
162
+ default?: string;
701
163
  };
702
164
  isShow: {
703
- type?: undefined;
704
- default?: undefined;
705
- } | {
706
- type: any;
707
- default: string | number | boolean | import("../../utils/props").Events | {
708
- [key: string]: any;
709
- } | import("../../utils/props").RequestParams | {
710
- [key: string]: any;
711
- }[] | {
712
- [key: string]: any;
713
- chartType: "table";
714
- plugin: "1";
715
- layer: "1";
716
- } | {
717
- [key: string]: any;
718
- }[] | {
719
- [key: string]: any;
720
- }[];
165
+ type?: import("vue").PropType<boolean>;
166
+ default?: boolean;
721
167
  };
722
168
  isRender: {
723
- type?: undefined;
724
- default?: undefined;
725
- } | {
726
- type: any;
727
- default: string | number | boolean | import("../../utils/props").Events | {
728
- [key: string]: any;
729
- } | import("../../utils/props").RequestParams | {
730
- [key: string]: any;
731
- }[] | {
732
- [key: string]: any;
733
- chartType: "table";
734
- plugin: "1";
735
- layer: "1";
736
- } | {
737
- [key: string]: any;
738
- }[] | {
739
- [key: string]: any;
740
- }[];
169
+ type?: import("vue").PropType<boolean>;
170
+ default?: boolean;
741
171
  };
742
172
  events: {
743
- type?: undefined;
744
- default?: undefined;
745
- } | {
746
- type: any;
747
- default: string | number | boolean | import("../../utils/props").Events | {
748
- [key: string]: any;
749
- } | import("../../utils/props").RequestParams | {
750
- [key: string]: any;
751
- }[] | {
752
- [key: string]: any;
753
- chartType: "table";
754
- plugin: "1";
755
- layer: "1";
756
- } | {
757
- [key: string]: any;
758
- }[] | {
759
- [key: string]: any;
760
- }[];
173
+ type?: import("vue").PropType<import("../../utils/props").Events>;
174
+ default?: import("../../utils/props").Events;
761
175
  };
762
176
  requestUrl: {
763
- type?: undefined;
764
- default?: undefined;
765
- } | {
766
- type: any;
767
- default: string | number | boolean | import("../../utils/props").Events | {
768
- [key: string]: any;
769
- } | import("../../utils/props").RequestParams | {
770
- [key: string]: any;
771
- }[] | {
772
- [key: string]: any;
773
- chartType: "table";
774
- plugin: "1";
775
- layer: "1";
776
- } | {
777
- [key: string]: any;
778
- }[] | {
779
- [key: string]: any;
780
- }[];
177
+ type?: import("vue").PropType<string>;
178
+ default?: string;
781
179
  };
782
180
  requestMethod: {
783
- type?: undefined;
784
- default?: undefined;
785
- } | {
786
- type: any;
787
- default: string | number | boolean | import("../../utils/props").Events | {
788
- [key: string]: any;
789
- } | import("../../utils/props").RequestParams | {
790
- [key: string]: any;
791
- }[] | {
792
- [key: string]: any;
793
- chartType: "table";
794
- plugin: "1";
795
- layer: "1";
796
- } | {
797
- [key: string]: any;
798
- }[] | {
799
- [key: string]: any;
800
- }[];
181
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
182
+ default?: import("../../utils/props").RequestMethod;
801
183
  };
802
184
  requestHeaders: {
803
- type?: undefined;
804
- default?: undefined;
805
- } | {
806
- type: any;
807
- default: string | number | boolean | import("../../utils/props").Events | {
808
- [key: string]: any;
809
- } | import("../../utils/props").RequestParams | {
810
- [key: string]: any;
811
- }[] | {
812
- [key: string]: any;
813
- chartType: "table";
814
- plugin: "1";
815
- layer: "1";
816
- } | {
185
+ type?: import("vue").PropType<{
817
186
  [key: string]: any;
818
- }[] | {
187
+ }>;
188
+ default?: {
819
189
  [key: string]: any;
820
- }[];
190
+ };
821
191
  };
822
192
  isOpenRequestTimer: {
823
- type?: undefined;
824
- default?: undefined;
825
- } | {
826
- type: any;
827
- default: string | number | boolean | import("../../utils/props").Events | {
828
- [key: string]: any;
829
- } | import("../../utils/props").RequestParams | {
830
- [key: string]: any;
831
- }[] | {
832
- [key: string]: any;
833
- chartType: "table";
834
- plugin: "1";
835
- layer: "1";
836
- } | {
837
- [key: string]: any;
838
- }[] | {
839
- [key: string]: any;
840
- }[];
193
+ type?: import("vue").PropType<boolean>;
194
+ default?: boolean;
841
195
  };
842
196
  requestInterval: {
843
- type?: undefined;
844
- default?: undefined;
845
- } | {
846
- type: any;
847
- default: string | number | boolean | import("../../utils/props").Events | {
848
- [key: string]: any;
849
- } | import("../../utils/props").RequestParams | {
850
- [key: string]: any;
851
- }[] | {
852
- [key: string]: any;
853
- chartType: "table";
854
- plugin: "1";
855
- layer: "1";
856
- } | {
857
- [key: string]: any;
858
- }[] | {
859
- [key: string]: any;
860
- }[];
197
+ type?: import("vue").PropType<number>;
198
+ default?: number;
861
199
  };
862
200
  requestParams: {
863
- type?: undefined;
864
- default?: undefined;
865
- } | {
866
- type: any;
867
- default: string | number | boolean | import("../../utils/props").Events | {
868
- [key: string]: any;
869
- } | import("../../utils/props").RequestParams | {
870
- [key: string]: any;
871
- }[] | {
872
- [key: string]: any;
873
- chartType: "table";
874
- plugin: "1";
875
- layer: "1";
876
- } | {
877
- [key: string]: any;
878
- }[] | {
879
- [key: string]: any;
880
- }[];
201
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
202
+ default?: import("../../utils/props").RequestParams;
881
203
  };
882
204
  requestSort: {
883
- type?: undefined;
884
- default?: undefined;
885
- } | {
886
- type: any;
887
- default: string | number | boolean | import("../../utils/props").Events | {
888
- [key: string]: any;
889
- } | import("../../utils/props").RequestParams | {
890
- [key: string]: any;
891
- }[] | {
892
- [key: string]: any;
893
- chartType: "table";
894
- plugin: "1";
895
- layer: "1";
896
- } | {
897
- [key: string]: any;
898
- }[] | {
899
- [key: string]: any;
900
- }[];
205
+ type?: import("vue").PropType<number>;
206
+ default?: number;
901
207
  };
902
208
  dataType: {
903
- type?: undefined;
904
- default?: undefined;
905
- } | {
906
- type: any;
907
- default: string | number | boolean | import("../../utils/props").Events | {
908
- [key: string]: any;
909
- } | import("../../utils/props").RequestParams | {
910
- [key: string]: any;
911
- }[] | {
912
- [key: string]: any;
913
- chartType: "table";
914
- plugin: "1";
915
- layer: "1";
916
- } | {
917
- [key: string]: any;
918
- }[] | {
919
- [key: string]: any;
920
- }[];
209
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
210
+ default?: "indicator" | "static" | "request";
921
211
  };
922
212
  }, {
923
- x: import("vue").ComputedRef<string | number | boolean | {
924
- [key: string]: any;
925
- }>;
213
+ x: import("vue").ComputedRef<number>;
926
214
  y: import("vue").ComputedRef<number>;
927
215
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
928
216
  customRow: (record: any, index: any) => {
929
217
  onClick: () => void;
930
218
  };
931
219
  pagination: import("vue").ComputedRef<{
932
- simple: string | number | boolean | {
933
- [key: string]: any;
934
- };
935
- position: (string | number | boolean | {
936
- [key: string]: any;
937
- })[];
220
+ simple: boolean;
221
+ position: ("bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter")[];
938
222
  total: number;
939
223
  current: number;
940
224
  pageSize: number;
@@ -967,924 +251,214 @@ declare const _sfc_main: import("vue").DefineComponent<{
967
251
  onSearchFilterOptions: () => void;
968
252
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
969
253
  columns: {
970
- type?: undefined;
971
- default?: undefined;
972
- } | {
973
- type: any;
974
- default: string | number | boolean | import("../../utils/props").Events | {
975
- [key: string]: any;
976
- } | import("../../utils/props").RequestParams | {
977
- [key: string]: any;
978
- }[] | {
254
+ type?: import("vue").PropType<{
979
255
  [key: string]: any;
980
- chartType: "table";
981
- plugin: "1";
982
- layer: "1";
983
- } | {
984
- [key: string]: any;
985
- }[] | {
256
+ }[]>;
257
+ default?: {
986
258
  [key: string]: any;
987
259
  }[];
988
260
  };
989
261
  data: {
990
- type?: undefined;
991
- default?: undefined;
992
- } | {
993
- type: any;
994
- default: string | number | boolean | import("../../utils/props").Events | {
995
- [key: string]: any;
996
- } | import("../../utils/props").RequestParams | {
997
- [key: string]: any;
998
- }[] | {
999
- [key: string]: any;
1000
- chartType: "table";
1001
- plugin: "1";
1002
- layer: "1";
1003
- } | {
262
+ type?: import("vue").PropType<{
1004
263
  [key: string]: any;
1005
- }[] | {
264
+ }[]>;
265
+ default?: {
1006
266
  [key: string]: any;
1007
267
  }[];
1008
268
  };
1009
269
  bordered: {
1010
- type?: undefined;
1011
- default?: undefined;
1012
- } | {
1013
- type: any;
1014
- default: string | number | boolean | import("../../utils/props").Events | {
1015
- [key: string]: any;
1016
- } | import("../../utils/props").RequestParams | {
1017
- [key: string]: any;
1018
- }[] | {
1019
- [key: string]: any;
1020
- chartType: "table";
1021
- plugin: "1";
1022
- layer: "1";
1023
- } | {
1024
- [key: string]: any;
1025
- }[] | {
1026
- [key: string]: any;
1027
- }[];
270
+ type?: import("vue").PropType<boolean>;
271
+ default?: boolean;
1028
272
  };
1029
273
  size: {
1030
- type?: undefined;
1031
- default?: undefined;
1032
- } | {
1033
- type: any;
1034
- default: string | number | boolean | import("../../utils/props").Events | {
1035
- [key: string]: any;
1036
- } | import("../../utils/props").RequestParams | {
1037
- [key: string]: any;
1038
- }[] | {
1039
- [key: string]: any;
1040
- chartType: "table";
1041
- plugin: "1";
1042
- layer: "1";
1043
- } | {
1044
- [key: string]: any;
1045
- }[] | {
1046
- [key: string]: any;
1047
- }[];
274
+ type?: import("vue").PropType<"small" | "default" | "middle">;
275
+ default?: "small" | "default" | "middle";
1048
276
  };
1049
277
  isUseSeq: {
1050
- type?: undefined;
1051
- default?: undefined;
1052
- } | {
1053
- type: any;
1054
- default: string | number | boolean | import("../../utils/props").Events | {
1055
- [key: string]: any;
1056
- } | import("../../utils/props").RequestParams | {
1057
- [key: string]: any;
1058
- }[] | {
1059
- [key: string]: any;
1060
- chartType: "table";
1061
- plugin: "1";
1062
- layer: "1";
1063
- } | {
1064
- [key: string]: any;
1065
- }[] | {
1066
- [key: string]: any;
1067
- }[];
278
+ type?: import("vue").PropType<boolean>;
279
+ default?: boolean;
1068
280
  };
1069
281
  columnsFixedNum: {
1070
- type?: undefined;
1071
- default?: undefined;
1072
- } | {
1073
- type: any;
1074
- default: string | number | boolean | import("../../utils/props").Events | {
1075
- [key: string]: any;
1076
- } | import("../../utils/props").RequestParams | {
1077
- [key: string]: any;
1078
- }[] | {
1079
- [key: string]: any;
1080
- chartType: "table";
1081
- plugin: "1";
1082
- layer: "1";
1083
- } | {
1084
- [key: string]: any;
1085
- }[] | {
1086
- [key: string]: any;
1087
- }[];
282
+ type?: import("vue").PropType<number>;
283
+ default?: number;
1088
284
  };
1089
285
  scrollX: {
1090
- type?: undefined;
1091
- default?: undefined;
1092
- } | {
1093
- type: any;
1094
- default: string | number | boolean | import("../../utils/props").Events | {
1095
- [key: string]: any;
1096
- } | import("../../utils/props").RequestParams | {
1097
- [key: string]: any;
1098
- }[] | {
1099
- [key: string]: any;
1100
- chartType: "table";
1101
- plugin: "1";
1102
- layer: "1";
1103
- } | {
1104
- [key: string]: any;
1105
- }[] | {
1106
- [key: string]: any;
1107
- }[];
286
+ type?: import("vue").PropType<number>;
287
+ default?: number;
1108
288
  };
1109
289
  paginationShow: {
1110
- type?: undefined;
1111
- default?: undefined;
1112
- } | {
1113
- type: any;
1114
- default: string | number | boolean | import("../../utils/props").Events | {
1115
- [key: string]: any;
1116
- } | import("../../utils/props").RequestParams | {
1117
- [key: string]: any;
1118
- }[] | {
1119
- [key: string]: any;
1120
- chartType: "table";
1121
- plugin: "1";
1122
- layer: "1";
1123
- } | {
1124
- [key: string]: any;
1125
- }[] | {
1126
- [key: string]: any;
1127
- }[];
290
+ type?: import("vue").PropType<boolean>;
291
+ default?: boolean;
1128
292
  };
1129
293
  paginationPosition: {
1130
- type?: undefined;
1131
- default?: undefined;
1132
- } | {
1133
- type: any;
1134
- default: string | number | boolean | import("../../utils/props").Events | {
294
+ type?: import("vue").PropType<"bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter">;
295
+ default?: "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "topCenter" | "bottomCenter";
296
+ };
297
+ simple: {
298
+ type?: import("vue").PropType<boolean>;
299
+ default?: boolean;
300
+ };
301
+ cellBackgroundColor: {
302
+ type?: import("vue").PropType<string>;
303
+ default?: string;
304
+ };
305
+ borderColor: {
306
+ type?: import("vue").PropType<string>;
307
+ default?: string;
308
+ };
309
+ paginationPageSize: {
310
+ type?: import("vue").PropType<number>;
311
+ default?: number;
312
+ };
313
+ isUseAction: {
314
+ type?: import("vue").PropType<boolean>;
315
+ default?: boolean;
316
+ };
317
+ actionColumnWidth: {
318
+ type?: import("vue").PropType<number>;
319
+ default?: number;
320
+ };
321
+ actionList: {
322
+ type?: import("vue").PropType<{
1135
323
  [key: string]: any;
1136
- } | import("../../utils/props").RequestParams | {
324
+ }[]>;
325
+ default?: {
1137
326
  [key: string]: any;
1138
- }[] | {
327
+ }[];
328
+ };
329
+ headerFontSize: {
330
+ type?: import("vue").PropType<string>;
331
+ default?: string;
332
+ };
333
+ headerFontWeight: {
334
+ type?: import("vue").PropType<number>;
335
+ default?: number;
336
+ };
337
+ fontSize: {
338
+ type?: import("vue").PropType<string>;
339
+ default?: string;
340
+ };
341
+ fontWeight: {
342
+ type?: import("vue").PropType<number>;
343
+ default?: number;
344
+ };
345
+ isReverse: {
346
+ type?: import("vue").PropType<boolean>;
347
+ default?: boolean;
348
+ };
349
+ clickHighlight: {
350
+ type?: import("vue").PropType<boolean>;
351
+ default?: boolean;
352
+ };
353
+ filterDropdownHeight: {
354
+ type?: import("vue").PropType<string>;
355
+ default?: string;
356
+ };
357
+ graphicConfig: {
358
+ type?: import("vue").PropType<{
1139
359
  [key: string]: any;
1140
360
  chartType: "table";
1141
361
  plugin: "1";
1142
362
  layer: "1";
1143
- } | {
1144
- [key: string]: any;
1145
- }[] | {
1146
- [key: string]: any;
1147
- }[];
1148
- };
1149
- simple: {
1150
- type?: undefined;
1151
- default?: undefined;
1152
- } | {
1153
- type: any;
1154
- default: string | number | boolean | import("../../utils/props").Events | {
1155
- [key: string]: any;
1156
- } | import("../../utils/props").RequestParams | {
1157
- [key: string]: any;
1158
- }[] | {
363
+ }>;
364
+ default?: {
1159
365
  [key: string]: any;
1160
366
  chartType: "table";
1161
367
  plugin: "1";
1162
368
  layer: "1";
1163
- } | {
1164
- [key: string]: any;
1165
- }[] | {
1166
- [key: string]: any;
1167
- }[];
1168
- };
1169
- cellBackgroundColor: {
1170
- type?: undefined;
1171
- default?: undefined;
1172
- } | {
1173
- type: any;
1174
- default: string | number | boolean | import("../../utils/props").Events | {
1175
- [key: string]: any;
1176
- } | import("../../utils/props").RequestParams | {
1177
- [key: string]: any;
1178
- }[] | {
1179
- [key: string]: any;
1180
- chartType: "table";
1181
- plugin: "1";
1182
- layer: "1";
1183
- } | {
1184
- [key: string]: any;
1185
- }[] | {
1186
- [key: string]: any;
1187
- }[];
1188
- };
1189
- borderColor: {
1190
- type?: undefined;
1191
- default?: undefined;
1192
- } | {
1193
- type: any;
1194
- default: string | number | boolean | import("../../utils/props").Events | {
1195
- [key: string]: any;
1196
- } | import("../../utils/props").RequestParams | {
1197
- [key: string]: any;
1198
- }[] | {
1199
- [key: string]: any;
1200
- chartType: "table";
1201
- plugin: "1";
1202
- layer: "1";
1203
- } | {
1204
- [key: string]: any;
1205
- }[] | {
1206
- [key: string]: any;
1207
- }[];
1208
- };
1209
- paginationPageSize: {
1210
- type?: undefined;
1211
- default?: undefined;
1212
- } | {
1213
- type: any;
1214
- default: string | number | boolean | import("../../utils/props").Events | {
1215
- [key: string]: any;
1216
- } | import("../../utils/props").RequestParams | {
1217
- [key: string]: any;
1218
- }[] | {
1219
- [key: string]: any;
1220
- chartType: "table";
1221
- plugin: "1";
1222
- layer: "1";
1223
- } | {
1224
- [key: string]: any;
1225
- }[] | {
1226
- [key: string]: any;
1227
- }[];
1228
- };
1229
- isUseAction: {
1230
- type?: undefined;
1231
- default?: undefined;
1232
- } | {
1233
- type: any;
1234
- default: string | number | boolean | import("../../utils/props").Events | {
1235
- [key: string]: any;
1236
- } | import("../../utils/props").RequestParams | {
1237
- [key: string]: any;
1238
- }[] | {
1239
- [key: string]: any;
1240
- chartType: "table";
1241
- plugin: "1";
1242
- layer: "1";
1243
- } | {
1244
- [key: string]: any;
1245
- }[] | {
1246
- [key: string]: any;
1247
- }[];
1248
- };
1249
- actionColumnWidth: {
1250
- type?: undefined;
1251
- default?: undefined;
1252
- } | {
1253
- type: any;
1254
- default: string | number | boolean | import("../../utils/props").Events | {
1255
- [key: string]: any;
1256
- } | import("../../utils/props").RequestParams | {
1257
- [key: string]: any;
1258
- }[] | {
1259
- [key: string]: any;
1260
- chartType: "table";
1261
- plugin: "1";
1262
- layer: "1";
1263
- } | {
1264
- [key: string]: any;
1265
- }[] | {
1266
- [key: string]: any;
1267
- }[];
1268
- };
1269
- actionList: {
1270
- type?: undefined;
1271
- default?: undefined;
1272
- } | {
1273
- type: any;
1274
- default: string | number | boolean | import("../../utils/props").Events | {
1275
- [key: string]: any;
1276
- } | import("../../utils/props").RequestParams | {
1277
- [key: string]: any;
1278
- }[] | {
1279
- [key: string]: any;
1280
- chartType: "table";
1281
- plugin: "1";
1282
- layer: "1";
1283
- } | {
1284
- [key: string]: any;
1285
- }[] | {
1286
- [key: string]: any;
1287
- }[];
1288
- };
1289
- headerFontSize: {
1290
- type?: undefined;
1291
- default?: undefined;
1292
- } | {
1293
- type: any;
1294
- default: string | number | boolean | import("../../utils/props").Events | {
1295
- [key: string]: any;
1296
- } | import("../../utils/props").RequestParams | {
1297
- [key: string]: any;
1298
- }[] | {
1299
- [key: string]: any;
1300
- chartType: "table";
1301
- plugin: "1";
1302
- layer: "1";
1303
- } | {
1304
- [key: string]: any;
1305
- }[] | {
1306
- [key: string]: any;
1307
- }[];
1308
- };
1309
- headerFontWeight: {
1310
- type?: undefined;
1311
- default?: undefined;
1312
- } | {
1313
- type: any;
1314
- default: string | number | boolean | import("../../utils/props").Events | {
1315
- [key: string]: any;
1316
- } | import("../../utils/props").RequestParams | {
1317
- [key: string]: any;
1318
- }[] | {
1319
- [key: string]: any;
1320
- chartType: "table";
1321
- plugin: "1";
1322
- layer: "1";
1323
- } | {
1324
- [key: string]: any;
1325
- }[] | {
1326
- [key: string]: any;
1327
- }[];
1328
- };
1329
- fontSize: {
1330
- type?: undefined;
1331
- default?: undefined;
1332
- } | {
1333
- type: any;
1334
- default: string | number | boolean | import("../../utils/props").Events | {
1335
- [key: string]: any;
1336
- } | import("../../utils/props").RequestParams | {
1337
- [key: string]: any;
1338
- }[] | {
1339
- [key: string]: any;
1340
- chartType: "table";
1341
- plugin: "1";
1342
- layer: "1";
1343
- } | {
1344
- [key: string]: any;
1345
- }[] | {
1346
- [key: string]: any;
1347
- }[];
1348
- };
1349
- fontWeight: {
1350
- type?: undefined;
1351
- default?: undefined;
1352
- } | {
1353
- type: any;
1354
- default: string | number | boolean | import("../../utils/props").Events | {
1355
- [key: string]: any;
1356
- } | import("../../utils/props").RequestParams | {
1357
- [key: string]: any;
1358
- }[] | {
1359
- [key: string]: any;
1360
- chartType: "table";
1361
- plugin: "1";
1362
- layer: "1";
1363
- } | {
1364
- [key: string]: any;
1365
- }[] | {
1366
- [key: string]: any;
1367
- }[];
1368
- };
1369
- isReverse: {
1370
- type?: undefined;
1371
- default?: undefined;
1372
- } | {
1373
- type: any;
1374
- default: string | number | boolean | import("../../utils/props").Events | {
1375
- [key: string]: any;
1376
- } | import("../../utils/props").RequestParams | {
1377
- [key: string]: any;
1378
- }[] | {
1379
- [key: string]: any;
1380
- chartType: "table";
1381
- plugin: "1";
1382
- layer: "1";
1383
- } | {
1384
- [key: string]: any;
1385
- }[] | {
1386
- [key: string]: any;
1387
- }[];
1388
- };
1389
- clickHighlight: {
1390
- type?: undefined;
1391
- default?: undefined;
1392
- } | {
1393
- type: any;
1394
- default: string | number | boolean | import("../../utils/props").Events | {
1395
- [key: string]: any;
1396
- } | import("../../utils/props").RequestParams | {
1397
- [key: string]: any;
1398
- }[] | {
1399
- [key: string]: any;
1400
- chartType: "table";
1401
- plugin: "1";
1402
- layer: "1";
1403
- } | {
1404
- [key: string]: any;
1405
- }[] | {
1406
- [key: string]: any;
1407
- }[];
1408
- };
1409
- filterDropdownHeight: {
1410
- type?: undefined;
1411
- default?: undefined;
1412
- } | {
1413
- type: any;
1414
- default: string | number | boolean | import("../../utils/props").Events | {
1415
- [key: string]: any;
1416
- } | import("../../utils/props").RequestParams | {
1417
- [key: string]: any;
1418
- }[] | {
1419
- [key: string]: any;
1420
- chartType: "table";
1421
- plugin: "1";
1422
- layer: "1";
1423
- } | {
1424
- [key: string]: any;
1425
- }[] | {
1426
- [key: string]: any;
1427
- }[];
1428
- };
1429
- graphicConfig: {
1430
- type?: undefined;
1431
- default?: undefined;
1432
- } | {
1433
- type: any;
1434
- default: string | number | boolean | import("../../utils/props").Events | {
1435
- [key: string]: any;
1436
- } | import("../../utils/props").RequestParams | {
1437
- [key: string]: any;
1438
- }[] | {
1439
- [key: string]: any;
1440
- chartType: "table";
1441
- plugin: "1";
1442
- layer: "1";
1443
- } | {
1444
- [key: string]: any;
1445
- }[] | {
1446
- [key: string]: any;
1447
- }[];
369
+ };
1448
370
  };
1449
371
  id: {
1450
- type?: undefined;
1451
- default?: undefined;
1452
- } | {
1453
- type: any;
1454
- default: string | number | boolean | import("../../utils/props").Events | {
1455
- [key: string]: any;
1456
- } | import("../../utils/props").RequestParams | {
1457
- [key: string]: any;
1458
- }[] | {
1459
- [key: string]: any;
1460
- chartType: "table";
1461
- plugin: "1";
1462
- layer: "1";
1463
- } | {
1464
- [key: string]: any;
1465
- }[] | {
1466
- [key: string]: any;
1467
- }[];
372
+ type?: import("vue").PropType<string>;
373
+ default?: string;
1468
374
  };
1469
375
  name: {
1470
- type?: undefined;
1471
- default?: undefined;
1472
- } | {
1473
- type: any;
1474
- default: string | number | boolean | import("../../utils/props").Events | {
1475
- [key: string]: any;
1476
- } | import("../../utils/props").RequestParams | {
1477
- [key: string]: any;
1478
- }[] | {
1479
- [key: string]: any;
1480
- chartType: "table";
1481
- plugin: "1";
1482
- layer: "1";
1483
- } | {
1484
- [key: string]: any;
1485
- }[] | {
1486
- [key: string]: any;
1487
- }[];
376
+ type?: import("vue").PropType<string>;
377
+ default?: string;
1488
378
  };
1489
379
  keyName: {
1490
- type?: undefined;
1491
- default?: undefined;
1492
- } | {
1493
- type: any;
1494
- default: string | number | boolean | import("../../utils/props").Events | {
1495
- [key: string]: any;
1496
- } | import("../../utils/props").RequestParams | {
1497
- [key: string]: any;
1498
- }[] | {
1499
- [key: string]: any;
1500
- chartType: "table";
1501
- plugin: "1";
1502
- layer: "1";
1503
- } | {
1504
- [key: string]: any;
1505
- }[] | {
1506
- [key: string]: any;
1507
- }[];
380
+ type?: import("vue").PropType<string>;
381
+ default?: string;
1508
382
  };
1509
383
  type: {
1510
- type?: undefined;
1511
- default?: undefined;
1512
- } | {
1513
- type: any;
1514
- default: string | number | boolean | import("../../utils/props").Events | {
1515
- [key: string]: any;
1516
- } | import("../../utils/props").RequestParams | {
1517
- [key: string]: any;
1518
- }[] | {
1519
- [key: string]: any;
1520
- chartType: "table";
1521
- plugin: "1";
1522
- layer: "1";
1523
- } | {
1524
- [key: string]: any;
1525
- }[] | {
1526
- [key: string]: any;
1527
- }[];
384
+ type?: import("vue").PropType<string>;
385
+ default?: string;
1528
386
  };
1529
387
  width: {
1530
- type?: undefined;
1531
- default?: undefined;
1532
- } | {
1533
- type: any;
1534
- default: string | number | boolean | import("../../utils/props").Events | {
1535
- [key: string]: any;
1536
- } | import("../../utils/props").RequestParams | {
1537
- [key: string]: any;
1538
- }[] | {
1539
- [key: string]: any;
1540
- chartType: "table";
1541
- plugin: "1";
1542
- layer: "1";
1543
- } | {
1544
- [key: string]: any;
1545
- }[] | {
1546
- [key: string]: any;
1547
- }[];
388
+ type?: import("vue").PropType<string>;
389
+ default?: string;
1548
390
  };
1549
391
  height: {
1550
- type?: undefined;
1551
- default?: undefined;
1552
- } | {
1553
- type: any;
1554
- default: string | number | boolean | import("../../utils/props").Events | {
1555
- [key: string]: any;
1556
- } | import("../../utils/props").RequestParams | {
1557
- [key: string]: any;
1558
- }[] | {
1559
- [key: string]: any;
1560
- chartType: "table";
1561
- plugin: "1";
1562
- layer: "1";
1563
- } | {
1564
- [key: string]: any;
1565
- }[] | {
1566
- [key: string]: any;
1567
- }[];
392
+ type?: import("vue").PropType<string>;
393
+ default?: string;
1568
394
  };
1569
395
  position: {
1570
- type?: undefined;
1571
- default?: undefined;
1572
- } | {
1573
- type: any;
1574
- default: string | number | boolean | import("../../utils/props").Events | {
1575
- [key: string]: any;
1576
- } | import("../../utils/props").RequestParams | {
1577
- [key: string]: any;
1578
- }[] | {
1579
- [key: string]: any;
1580
- chartType: "table";
1581
- plugin: "1";
1582
- layer: "1";
1583
- } | {
1584
- [key: string]: any;
1585
- }[] | {
1586
- [key: string]: any;
1587
- }[];
396
+ type?: import("vue").PropType<string>;
397
+ default?: string;
1588
398
  };
1589
399
  top: {
1590
- type?: undefined;
1591
- default?: undefined;
1592
- } | {
1593
- type: any;
1594
- default: string | number | boolean | import("../../utils/props").Events | {
1595
- [key: string]: any;
1596
- } | import("../../utils/props").RequestParams | {
1597
- [key: string]: any;
1598
- }[] | {
1599
- [key: string]: any;
1600
- chartType: "table";
1601
- plugin: "1";
1602
- layer: "1";
1603
- } | {
1604
- [key: string]: any;
1605
- }[] | {
1606
- [key: string]: any;
1607
- }[];
400
+ type?: import("vue").PropType<string>;
401
+ default?: string;
1608
402
  };
1609
403
  left: {
1610
- type?: undefined;
1611
- default?: undefined;
1612
- } | {
1613
- type: any;
1614
- default: string | number | boolean | import("../../utils/props").Events | {
1615
- [key: string]: any;
1616
- } | import("../../utils/props").RequestParams | {
1617
- [key: string]: any;
1618
- }[] | {
1619
- [key: string]: any;
1620
- chartType: "table";
1621
- plugin: "1";
1622
- layer: "1";
1623
- } | {
1624
- [key: string]: any;
1625
- }[] | {
1626
- [key: string]: any;
1627
- }[];
404
+ type?: import("vue").PropType<string>;
405
+ default?: string;
1628
406
  };
1629
407
  zIndex: {
1630
- type?: undefined;
1631
- default?: undefined;
1632
- } | {
1633
- type: any;
1634
- default: string | number | boolean | import("../../utils/props").Events | {
1635
- [key: string]: any;
1636
- } | import("../../utils/props").RequestParams | {
1637
- [key: string]: any;
1638
- }[] | {
1639
- [key: string]: any;
1640
- chartType: "table";
1641
- plugin: "1";
1642
- layer: "1";
1643
- } | {
1644
- [key: string]: any;
1645
- }[] | {
1646
- [key: string]: any;
1647
- }[];
408
+ type?: import("vue").PropType<number>;
409
+ default?: number;
1648
410
  };
1649
411
  rotate: {
1650
- type?: undefined;
1651
- default?: undefined;
1652
- } | {
1653
- type: any;
1654
- default: string | number | boolean | import("../../utils/props").Events | {
1655
- [key: string]: any;
1656
- } | import("../../utils/props").RequestParams | {
1657
- [key: string]: any;
1658
- }[] | {
1659
- [key: string]: any;
1660
- chartType: "table";
1661
- plugin: "1";
1662
- layer: "1";
1663
- } | {
1664
- [key: string]: any;
1665
- }[] | {
1666
- [key: string]: any;
1667
- }[];
412
+ type?: import("vue").PropType<string>;
413
+ default?: string;
1668
414
  };
1669
415
  isShow: {
1670
- type?: undefined;
1671
- default?: undefined;
1672
- } | {
1673
- type: any;
1674
- default: string | number | boolean | import("../../utils/props").Events | {
1675
- [key: string]: any;
1676
- } | import("../../utils/props").RequestParams | {
1677
- [key: string]: any;
1678
- }[] | {
1679
- [key: string]: any;
1680
- chartType: "table";
1681
- plugin: "1";
1682
- layer: "1";
1683
- } | {
1684
- [key: string]: any;
1685
- }[] | {
1686
- [key: string]: any;
1687
- }[];
416
+ type?: import("vue").PropType<boolean>;
417
+ default?: boolean;
1688
418
  };
1689
419
  isRender: {
1690
- type?: undefined;
1691
- default?: undefined;
1692
- } | {
1693
- type: any;
1694
- default: string | number | boolean | import("../../utils/props").Events | {
1695
- [key: string]: any;
1696
- } | import("../../utils/props").RequestParams | {
1697
- [key: string]: any;
1698
- }[] | {
1699
- [key: string]: any;
1700
- chartType: "table";
1701
- plugin: "1";
1702
- layer: "1";
1703
- } | {
1704
- [key: string]: any;
1705
- }[] | {
1706
- [key: string]: any;
1707
- }[];
420
+ type?: import("vue").PropType<boolean>;
421
+ default?: boolean;
1708
422
  };
1709
423
  events: {
1710
- type?: undefined;
1711
- default?: undefined;
1712
- } | {
1713
- type: any;
1714
- default: string | number | boolean | import("../../utils/props").Events | {
1715
- [key: string]: any;
1716
- } | import("../../utils/props").RequestParams | {
1717
- [key: string]: any;
1718
- }[] | {
1719
- [key: string]: any;
1720
- chartType: "table";
1721
- plugin: "1";
1722
- layer: "1";
1723
- } | {
1724
- [key: string]: any;
1725
- }[] | {
1726
- [key: string]: any;
1727
- }[];
424
+ type?: import("vue").PropType<import("../../utils/props").Events>;
425
+ default?: import("../../utils/props").Events;
1728
426
  };
1729
427
  requestUrl: {
1730
- type?: undefined;
1731
- default?: undefined;
1732
- } | {
1733
- type: any;
1734
- default: string | number | boolean | import("../../utils/props").Events | {
1735
- [key: string]: any;
1736
- } | import("../../utils/props").RequestParams | {
1737
- [key: string]: any;
1738
- }[] | {
1739
- [key: string]: any;
1740
- chartType: "table";
1741
- plugin: "1";
1742
- layer: "1";
1743
- } | {
1744
- [key: string]: any;
1745
- }[] | {
1746
- [key: string]: any;
1747
- }[];
428
+ type?: import("vue").PropType<string>;
429
+ default?: string;
1748
430
  };
1749
431
  requestMethod: {
1750
- type?: undefined;
1751
- default?: undefined;
1752
- } | {
1753
- type: any;
1754
- default: string | number | boolean | import("../../utils/props").Events | {
1755
- [key: string]: any;
1756
- } | import("../../utils/props").RequestParams | {
1757
- [key: string]: any;
1758
- }[] | {
1759
- [key: string]: any;
1760
- chartType: "table";
1761
- plugin: "1";
1762
- layer: "1";
1763
- } | {
1764
- [key: string]: any;
1765
- }[] | {
1766
- [key: string]: any;
1767
- }[];
432
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
433
+ default?: import("../../utils/props").RequestMethod;
1768
434
  };
1769
435
  requestHeaders: {
1770
- type?: undefined;
1771
- default?: undefined;
1772
- } | {
1773
- type: any;
1774
- default: string | number | boolean | import("../../utils/props").Events | {
1775
- [key: string]: any;
1776
- } | import("../../utils/props").RequestParams | {
436
+ type?: import("vue").PropType<{
1777
437
  [key: string]: any;
1778
- }[] | {
438
+ }>;
439
+ default?: {
1779
440
  [key: string]: any;
1780
- chartType: "table";
1781
- plugin: "1";
1782
- layer: "1";
1783
- } | {
1784
- [key: string]: any;
1785
- }[] | {
1786
- [key: string]: any;
1787
- }[];
441
+ };
1788
442
  };
1789
443
  isOpenRequestTimer: {
1790
- type?: undefined;
1791
- default?: undefined;
1792
- } | {
1793
- type: any;
1794
- default: string | number | boolean | import("../../utils/props").Events | {
1795
- [key: string]: any;
1796
- } | import("../../utils/props").RequestParams | {
1797
- [key: string]: any;
1798
- }[] | {
1799
- [key: string]: any;
1800
- chartType: "table";
1801
- plugin: "1";
1802
- layer: "1";
1803
- } | {
1804
- [key: string]: any;
1805
- }[] | {
1806
- [key: string]: any;
1807
- }[];
444
+ type?: import("vue").PropType<boolean>;
445
+ default?: boolean;
1808
446
  };
1809
447
  requestInterval: {
1810
- type?: undefined;
1811
- default?: undefined;
1812
- } | {
1813
- type: any;
1814
- default: string | number | boolean | import("../../utils/props").Events | {
1815
- [key: string]: any;
1816
- } | import("../../utils/props").RequestParams | {
1817
- [key: string]: any;
1818
- }[] | {
1819
- [key: string]: any;
1820
- chartType: "table";
1821
- plugin: "1";
1822
- layer: "1";
1823
- } | {
1824
- [key: string]: any;
1825
- }[] | {
1826
- [key: string]: any;
1827
- }[];
448
+ type?: import("vue").PropType<number>;
449
+ default?: number;
1828
450
  };
1829
451
  requestParams: {
1830
- type?: undefined;
1831
- default?: undefined;
1832
- } | {
1833
- type: any;
1834
- default: string | number | boolean | import("../../utils/props").Events | {
1835
- [key: string]: any;
1836
- } | import("../../utils/props").RequestParams | {
1837
- [key: string]: any;
1838
- }[] | {
1839
- [key: string]: any;
1840
- chartType: "table";
1841
- plugin: "1";
1842
- layer: "1";
1843
- } | {
1844
- [key: string]: any;
1845
- }[] | {
1846
- [key: string]: any;
1847
- }[];
452
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
453
+ default?: import("../../utils/props").RequestParams;
1848
454
  };
1849
455
  requestSort: {
1850
- type?: undefined;
1851
- default?: undefined;
1852
- } | {
1853
- type: any;
1854
- default: string | number | boolean | import("../../utils/props").Events | {
1855
- [key: string]: any;
1856
- } | import("../../utils/props").RequestParams | {
1857
- [key: string]: any;
1858
- }[] | {
1859
- [key: string]: any;
1860
- chartType: "table";
1861
- plugin: "1";
1862
- layer: "1";
1863
- } | {
1864
- [key: string]: any;
1865
- }[] | {
1866
- [key: string]: any;
1867
- }[];
456
+ type?: import("vue").PropType<number>;
457
+ default?: number;
1868
458
  };
1869
459
  dataType: {
1870
- type?: undefined;
1871
- default?: undefined;
1872
- } | {
1873
- type: any;
1874
- default: string | number | boolean | import("../../utils/props").Events | {
1875
- [key: string]: any;
1876
- } | import("../../utils/props").RequestParams | {
1877
- [key: string]: any;
1878
- }[] | {
1879
- [key: string]: any;
1880
- chartType: "table";
1881
- plugin: "1";
1882
- layer: "1";
1883
- } | {
1884
- [key: string]: any;
1885
- }[] | {
1886
- [key: string]: any;
1887
- }[];
460
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
461
+ default?: "indicator" | "static" | "request";
1888
462
  };
1889
463
  }>>, {}>;
1890
464
  export default _sfc_main;