@ecan-bi/datav 1.0.39 → 1.0.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 (55) hide show
  1. package/dist/index.es.js +701 -173
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +699 -171
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +132 -72
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +2 -1
  8. package/types/_utils/hooks/index.d.ts +1 -0
  9. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  10. package/types/common/echarts/Echarts.d.ts +418 -0
  11. package/types/common/echarts/index.d.ts +2 -2
  12. package/types/common/index.d.ts +1 -1
  13. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  14. package/types/common/skeleton/index.d.ts +2 -0
  15. package/types/container/border/Border.vue.d.ts +54 -54
  16. package/types/container/border/props.d.ts +54 -54
  17. package/types/container/modal/Modal.vue.d.ts +1 -1
  18. package/types/container/modal/index.d.ts +1 -1
  19. package/types/control/button/Button.vue.d.ts +72 -0
  20. package/types/control/button/index.d.ts +72 -0
  21. package/types/control/button/props.d.ts +84 -44
  22. package/types/control/date-picker/props.d.ts +52 -52
  23. package/types/control/input/props.d.ts +48 -48
  24. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  25. package/types/control/range-picker/props.d.ts +52 -52
  26. package/types/control/select/Select.vue.d.ts +50 -50
  27. package/types/control/select/props.d.ts +50 -50
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/table/table/Table.vue.d.ts +900 -79
  47. package/types/table/table/index.d.ts +899 -79
  48. package/types/table/table/props.d.ts +451 -39
  49. package/types/text/list/List.vue.d.ts +64 -64
  50. package/types/text/list/props.d.ts +64 -64
  51. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  52. package/types/text/proportion/props.d.ts +68 -68
  53. package/types/text/text/Text.vue.d.ts +66 -66
  54. package/types/text/text/props.d.ts +66 -66
  55. package/types/text/time-display/props.d.ts +60 -60
@@ -4,262 +4,671 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
4
4
  default?: undefined;
5
5
  } | {
6
6
  type: any;
7
- default: any;
7
+ default: string | number | boolean | import("../../_utils/props").Events | {
8
+ [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
+ }[];
8
19
  };
9
20
  data: {
10
21
  type?: undefined;
11
22
  default?: undefined;
12
23
  } | {
13
24
  type: any;
14
- default: any;
25
+ default: string | number | boolean | import("../../_utils/props").Events | {
26
+ [key: string]: any;
27
+ } | import("../../_utils/props").RequestParams | {
28
+ [key: string]: any;
29
+ }[] | {
30
+ [key: string]: any;
31
+ chartType: "table";
32
+ plugin: "1";
33
+ layer: "1";
34
+ } | {
35
+ [key: string]: any;
36
+ }[];
15
37
  };
16
38
  bordered: {
17
39
  type?: undefined;
18
40
  default?: undefined;
19
41
  } | {
20
42
  type: any;
21
- default: any;
43
+ default: string | number | boolean | import("../../_utils/props").Events | {
44
+ [key: string]: any;
45
+ } | import("../../_utils/props").RequestParams | {
46
+ [key: string]: any;
47
+ }[] | {
48
+ [key: string]: any;
49
+ chartType: "table";
50
+ plugin: "1";
51
+ layer: "1";
52
+ } | {
53
+ [key: string]: any;
54
+ }[];
22
55
  };
23
56
  size: {
24
57
  type?: undefined;
25
58
  default?: undefined;
26
59
  } | {
27
60
  type: any;
28
- default: any;
61
+ default: string | number | boolean | import("../../_utils/props").Events | {
62
+ [key: string]: any;
63
+ } | import("../../_utils/props").RequestParams | {
64
+ [key: string]: any;
65
+ }[] | {
66
+ [key: string]: any;
67
+ chartType: "table";
68
+ plugin: "1";
69
+ layer: "1";
70
+ } | {
71
+ [key: string]: any;
72
+ }[];
29
73
  };
30
74
  isUseSeq: {
31
75
  type?: undefined;
32
76
  default?: undefined;
33
77
  } | {
34
78
  type: any;
35
- default: any;
79
+ default: string | number | boolean | import("../../_utils/props").Events | {
80
+ [key: string]: any;
81
+ } | import("../../_utils/props").RequestParams | {
82
+ [key: string]: any;
83
+ }[] | {
84
+ [key: string]: any;
85
+ chartType: "table";
86
+ plugin: "1";
87
+ layer: "1";
88
+ } | {
89
+ [key: string]: any;
90
+ }[];
36
91
  };
37
92
  columnsFixedNum: {
38
93
  type?: undefined;
39
94
  default?: undefined;
40
95
  } | {
41
96
  type: any;
42
- default: any;
97
+ default: string | number | boolean | import("../../_utils/props").Events | {
98
+ [key: string]: any;
99
+ } | import("../../_utils/props").RequestParams | {
100
+ [key: string]: any;
101
+ }[] | {
102
+ [key: string]: any;
103
+ chartType: "table";
104
+ plugin: "1";
105
+ layer: "1";
106
+ } | {
107
+ [key: string]: any;
108
+ }[];
43
109
  };
44
110
  scrollX: {
45
111
  type?: undefined;
46
112
  default?: undefined;
47
113
  } | {
48
114
  type: any;
49
- default: any;
115
+ default: string | number | boolean | import("../../_utils/props").Events | {
116
+ [key: string]: any;
117
+ } | import("../../_utils/props").RequestParams | {
118
+ [key: string]: any;
119
+ }[] | {
120
+ [key: string]: any;
121
+ chartType: "table";
122
+ plugin: "1";
123
+ layer: "1";
124
+ } | {
125
+ [key: string]: any;
126
+ }[];
50
127
  };
51
128
  paginationShow: {
52
129
  type?: undefined;
53
130
  default?: undefined;
54
131
  } | {
55
132
  type: any;
56
- default: any;
133
+ default: string | number | boolean | import("../../_utils/props").Events | {
134
+ [key: string]: any;
135
+ } | import("../../_utils/props").RequestParams | {
136
+ [key: string]: any;
137
+ }[] | {
138
+ [key: string]: any;
139
+ chartType: "table";
140
+ plugin: "1";
141
+ layer: "1";
142
+ } | {
143
+ [key: string]: any;
144
+ }[];
57
145
  };
58
146
  paginationPosition: {
59
147
  type?: undefined;
60
148
  default?: undefined;
61
149
  } | {
62
150
  type: any;
63
- default: any;
151
+ default: string | number | boolean | import("../../_utils/props").Events | {
152
+ [key: string]: any;
153
+ } | import("../../_utils/props").RequestParams | {
154
+ [key: string]: any;
155
+ }[] | {
156
+ [key: string]: any;
157
+ chartType: "table";
158
+ plugin: "1";
159
+ layer: "1";
160
+ } | {
161
+ [key: string]: any;
162
+ }[];
64
163
  };
65
164
  simple: {
66
165
  type?: undefined;
67
166
  default?: undefined;
68
167
  } | {
69
168
  type: any;
70
- default: any;
169
+ default: string | number | boolean | import("../../_utils/props").Events | {
170
+ [key: string]: any;
171
+ } | import("../../_utils/props").RequestParams | {
172
+ [key: string]: any;
173
+ }[] | {
174
+ [key: string]: any;
175
+ chartType: "table";
176
+ plugin: "1";
177
+ layer: "1";
178
+ } | {
179
+ [key: string]: any;
180
+ }[];
71
181
  };
72
182
  headerCellBackgroundColor: {
73
183
  type?: undefined;
74
184
  default?: undefined;
75
185
  } | {
76
186
  type: any;
77
- default: 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
+ }[];
78
199
  };
79
200
  cellBackgroundColor: {
80
201
  type?: undefined;
81
202
  default?: undefined;
82
203
  } | {
83
204
  type: any;
84
- default: any;
205
+ default: string | number | boolean | import("../../_utils/props").Events | {
206
+ [key: string]: any;
207
+ } | import("../../_utils/props").RequestParams | {
208
+ [key: string]: any;
209
+ }[] | {
210
+ [key: string]: any;
211
+ chartType: "table";
212
+ plugin: "1";
213
+ layer: "1";
214
+ } | {
215
+ [key: string]: any;
216
+ }[];
85
217
  };
86
218
  borderColor: {
87
219
  type?: undefined;
88
220
  default?: undefined;
89
221
  } | {
90
222
  type: any;
91
- default: any;
223
+ default: string | number | boolean | import("../../_utils/props").Events | {
224
+ [key: string]: any;
225
+ } | import("../../_utils/props").RequestParams | {
226
+ [key: string]: any;
227
+ }[] | {
228
+ [key: string]: any;
229
+ chartType: "table";
230
+ plugin: "1";
231
+ layer: "1";
232
+ } | {
233
+ [key: string]: any;
234
+ }[];
92
235
  };
93
236
  paginationPageSize: {
94
237
  type?: undefined;
95
238
  default?: undefined;
96
239
  } | {
97
240
  type: any;
98
- default: any;
241
+ default: string | number | boolean | import("../../_utils/props").Events | {
242
+ [key: string]: any;
243
+ } | import("../../_utils/props").RequestParams | {
244
+ [key: string]: any;
245
+ }[] | {
246
+ [key: string]: any;
247
+ chartType: "table";
248
+ plugin: "1";
249
+ layer: "1";
250
+ } | {
251
+ [key: string]: any;
252
+ }[];
99
253
  };
100
- graphicConfig?: {
254
+ graphicConfig: {
101
255
  type?: undefined;
102
256
  default?: undefined;
103
257
  } | {
104
258
  type: any;
105
- default: any;
259
+ default: string | number | boolean | import("../../_utils/props").Events | {
260
+ [key: string]: any;
261
+ } | import("../../_utils/props").RequestParams | {
262
+ [key: string]: any;
263
+ }[] | {
264
+ [key: string]: any;
265
+ chartType: "table";
266
+ plugin: "1";
267
+ layer: "1";
268
+ } | {
269
+ [key: string]: any;
270
+ }[];
106
271
  };
107
272
  id: {
108
273
  type?: undefined;
109
274
  default?: undefined;
110
275
  } | {
111
276
  type: any;
112
- default: any;
277
+ default: string | number | boolean | import("../../_utils/props").Events | {
278
+ [key: string]: any;
279
+ } | import("../../_utils/props").RequestParams | {
280
+ [key: string]: any;
281
+ }[] | {
282
+ [key: string]: any;
283
+ chartType: "table";
284
+ plugin: "1";
285
+ layer: "1";
286
+ } | {
287
+ [key: string]: any;
288
+ }[];
113
289
  };
114
290
  name: {
115
291
  type?: undefined;
116
292
  default?: undefined;
117
293
  } | {
118
294
  type: any;
119
- default: any;
295
+ default: string | number | boolean | import("../../_utils/props").Events | {
296
+ [key: string]: any;
297
+ } | import("../../_utils/props").RequestParams | {
298
+ [key: string]: any;
299
+ }[] | {
300
+ [key: string]: any;
301
+ chartType: "table";
302
+ plugin: "1";
303
+ layer: "1";
304
+ } | {
305
+ [key: string]: any;
306
+ }[];
120
307
  };
121
308
  keyName: {
122
309
  type?: undefined;
123
310
  default?: undefined;
124
311
  } | {
125
312
  type: any;
126
- default: any;
313
+ default: string | number | boolean | import("../../_utils/props").Events | {
314
+ [key: string]: any;
315
+ } | import("../../_utils/props").RequestParams | {
316
+ [key: string]: any;
317
+ }[] | {
318
+ [key: string]: any;
319
+ chartType: "table";
320
+ plugin: "1";
321
+ layer: "1";
322
+ } | {
323
+ [key: string]: any;
324
+ }[];
127
325
  };
128
326
  type: {
129
327
  type?: undefined;
130
328
  default?: undefined;
131
329
  } | {
132
330
  type: any;
133
- default: any;
331
+ default: string | number | boolean | import("../../_utils/props").Events | {
332
+ [key: string]: any;
333
+ } | import("../../_utils/props").RequestParams | {
334
+ [key: string]: any;
335
+ }[] | {
336
+ [key: string]: any;
337
+ chartType: "table";
338
+ plugin: "1";
339
+ layer: "1";
340
+ } | {
341
+ [key: string]: any;
342
+ }[];
134
343
  };
135
344
  width: {
136
345
  type?: undefined;
137
346
  default?: undefined;
138
347
  } | {
139
348
  type: any;
140
- default: any;
349
+ default: string | number | boolean | import("../../_utils/props").Events | {
350
+ [key: string]: any;
351
+ } | import("../../_utils/props").RequestParams | {
352
+ [key: string]: any;
353
+ }[] | {
354
+ [key: string]: any;
355
+ chartType: "table";
356
+ plugin: "1";
357
+ layer: "1";
358
+ } | {
359
+ [key: string]: any;
360
+ }[];
141
361
  };
142
362
  height: {
143
363
  type?: undefined;
144
364
  default?: undefined;
145
365
  } | {
146
366
  type: any;
147
- default: 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
+ }[];
148
379
  };
149
380
  position: {
150
381
  type?: undefined;
151
382
  default?: undefined;
152
383
  } | {
153
384
  type: any;
154
- default: any;
385
+ default: string | number | boolean | import("../../_utils/props").Events | {
386
+ [key: string]: any;
387
+ } | import("../../_utils/props").RequestParams | {
388
+ [key: string]: any;
389
+ }[] | {
390
+ [key: string]: any;
391
+ chartType: "table";
392
+ plugin: "1";
393
+ layer: "1";
394
+ } | {
395
+ [key: string]: any;
396
+ }[];
155
397
  };
156
398
  top: {
157
399
  type?: undefined;
158
400
  default?: undefined;
159
401
  } | {
160
402
  type: any;
161
- default: any;
403
+ default: string | number | boolean | import("../../_utils/props").Events | {
404
+ [key: string]: any;
405
+ } | import("../../_utils/props").RequestParams | {
406
+ [key: string]: any;
407
+ }[] | {
408
+ [key: string]: any;
409
+ chartType: "table";
410
+ plugin: "1";
411
+ layer: "1";
412
+ } | {
413
+ [key: string]: any;
414
+ }[];
162
415
  };
163
416
  left: {
164
417
  type?: undefined;
165
418
  default?: undefined;
166
419
  } | {
167
420
  type: any;
168
- default: any;
421
+ default: string | number | boolean | import("../../_utils/props").Events | {
422
+ [key: string]: any;
423
+ } | import("../../_utils/props").RequestParams | {
424
+ [key: string]: any;
425
+ }[] | {
426
+ [key: string]: any;
427
+ chartType: "table";
428
+ plugin: "1";
429
+ layer: "1";
430
+ } | {
431
+ [key: string]: any;
432
+ }[];
169
433
  };
170
434
  zIndex: {
171
435
  type?: undefined;
172
436
  default?: undefined;
173
437
  } | {
174
438
  type: any;
175
- default: any;
439
+ default: string | number | boolean | import("../../_utils/props").Events | {
440
+ [key: string]: any;
441
+ } | import("../../_utils/props").RequestParams | {
442
+ [key: string]: any;
443
+ }[] | {
444
+ [key: string]: any;
445
+ chartType: "table";
446
+ plugin: "1";
447
+ layer: "1";
448
+ } | {
449
+ [key: string]: any;
450
+ }[];
176
451
  };
177
452
  rotate: {
178
453
  type?: undefined;
179
454
  default?: undefined;
180
455
  } | {
181
456
  type: any;
182
- default: any;
457
+ default: string | number | boolean | import("../../_utils/props").Events | {
458
+ [key: string]: any;
459
+ } | import("../../_utils/props").RequestParams | {
460
+ [key: string]: any;
461
+ }[] | {
462
+ [key: string]: any;
463
+ chartType: "table";
464
+ plugin: "1";
465
+ layer: "1";
466
+ } | {
467
+ [key: string]: any;
468
+ }[];
183
469
  };
184
470
  isShow: {
185
471
  type?: undefined;
186
472
  default?: undefined;
187
473
  } | {
188
474
  type: any;
189
- default: any;
475
+ default: string | number | boolean | import("../../_utils/props").Events | {
476
+ [key: string]: any;
477
+ } | import("../../_utils/props").RequestParams | {
478
+ [key: string]: any;
479
+ }[] | {
480
+ [key: string]: any;
481
+ chartType: "table";
482
+ plugin: "1";
483
+ layer: "1";
484
+ } | {
485
+ [key: string]: any;
486
+ }[];
190
487
  };
191
488
  isRender: {
192
489
  type?: undefined;
193
490
  default?: undefined;
194
491
  } | {
195
492
  type: any;
196
- default: any;
493
+ default: string | number | boolean | import("../../_utils/props").Events | {
494
+ [key: string]: any;
495
+ } | import("../../_utils/props").RequestParams | {
496
+ [key: string]: any;
497
+ }[] | {
498
+ [key: string]: any;
499
+ chartType: "table";
500
+ plugin: "1";
501
+ layer: "1";
502
+ } | {
503
+ [key: string]: any;
504
+ }[];
197
505
  };
198
506
  events: {
199
507
  type?: undefined;
200
508
  default?: undefined;
201
509
  } | {
202
510
  type: any;
203
- default: any;
511
+ default: string | number | boolean | import("../../_utils/props").Events | {
512
+ [key: string]: any;
513
+ } | import("../../_utils/props").RequestParams | {
514
+ [key: string]: any;
515
+ }[] | {
516
+ [key: string]: any;
517
+ chartType: "table";
518
+ plugin: "1";
519
+ layer: "1";
520
+ } | {
521
+ [key: string]: any;
522
+ }[];
204
523
  };
205
524
  requestUrl: {
206
525
  type?: undefined;
207
526
  default?: undefined;
208
527
  } | {
209
528
  type: any;
210
- default: any;
529
+ default: string | number | boolean | import("../../_utils/props").Events | {
530
+ [key: string]: any;
531
+ } | import("../../_utils/props").RequestParams | {
532
+ [key: string]: any;
533
+ }[] | {
534
+ [key: string]: any;
535
+ chartType: "table";
536
+ plugin: "1";
537
+ layer: "1";
538
+ } | {
539
+ [key: string]: any;
540
+ }[];
211
541
  };
212
542
  requestMethod: {
213
543
  type?: undefined;
214
544
  default?: undefined;
215
545
  } | {
216
546
  type: any;
217
- default: 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
+ }[];
218
559
  };
219
560
  requestHeaders: {
220
561
  type?: undefined;
221
562
  default?: undefined;
222
563
  } | {
223
564
  type: any;
224
- default: any;
565
+ default: string | number | boolean | import("../../_utils/props").Events | {
566
+ [key: string]: any;
567
+ } | import("../../_utils/props").RequestParams | {
568
+ [key: string]: any;
569
+ }[] | {
570
+ [key: string]: any;
571
+ chartType: "table";
572
+ plugin: "1";
573
+ layer: "1";
574
+ } | {
575
+ [key: string]: any;
576
+ }[];
225
577
  };
226
578
  isOpenRequestTimer: {
227
579
  type?: undefined;
228
580
  default?: undefined;
229
581
  } | {
230
582
  type: any;
231
- default: any;
583
+ default: string | number | boolean | import("../../_utils/props").Events | {
584
+ [key: string]: any;
585
+ } | import("../../_utils/props").RequestParams | {
586
+ [key: string]: any;
587
+ }[] | {
588
+ [key: string]: any;
589
+ chartType: "table";
590
+ plugin: "1";
591
+ layer: "1";
592
+ } | {
593
+ [key: string]: any;
594
+ }[];
232
595
  };
233
596
  requestInterval: {
234
597
  type?: undefined;
235
598
  default?: undefined;
236
599
  } | {
237
600
  type: any;
238
- default: any;
601
+ default: string | number | boolean | import("../../_utils/props").Events | {
602
+ [key: string]: any;
603
+ } | import("../../_utils/props").RequestParams | {
604
+ [key: string]: any;
605
+ }[] | {
606
+ [key: string]: any;
607
+ chartType: "table";
608
+ plugin: "1";
609
+ layer: "1";
610
+ } | {
611
+ [key: string]: any;
612
+ }[];
239
613
  };
240
614
  requestParams: {
241
615
  type?: undefined;
242
616
  default?: undefined;
243
617
  } | {
244
618
  type: any;
245
- default: any;
619
+ default: string | number | boolean | import("../../_utils/props").Events | {
620
+ [key: string]: any;
621
+ } | import("../../_utils/props").RequestParams | {
622
+ [key: string]: any;
623
+ }[] | {
624
+ [key: string]: any;
625
+ chartType: "table";
626
+ plugin: "1";
627
+ layer: "1";
628
+ } | {
629
+ [key: string]: any;
630
+ }[];
246
631
  };
247
632
  requestSort: {
248
633
  type?: undefined;
249
634
  default?: undefined;
250
635
  } | {
251
636
  type: any;
252
- default: any;
637
+ default: string | number | boolean | import("../../_utils/props").Events | {
638
+ [key: string]: any;
639
+ } | import("../../_utils/props").RequestParams | {
640
+ [key: string]: any;
641
+ }[] | {
642
+ [key: string]: any;
643
+ chartType: "table";
644
+ plugin: "1";
645
+ layer: "1";
646
+ } | {
647
+ [key: string]: any;
648
+ }[];
253
649
  };
254
650
  dataType: {
255
651
  type?: undefined;
256
652
  default?: undefined;
257
653
  } | {
258
654
  type: any;
259
- default: any;
655
+ default: string | number | boolean | import("../../_utils/props").Events | {
656
+ [key: string]: any;
657
+ } | import("../../_utils/props").RequestParams | {
658
+ [key: string]: any;
659
+ }[] | {
660
+ [key: string]: any;
661
+ chartType: "table";
662
+ plugin: "1";
663
+ layer: "1";
664
+ } | {
665
+ [key: string]: any;
666
+ }[];
260
667
  };
261
668
  }, {
262
- x: import("vue").ComputedRef<any>;
669
+ x: import("vue").ComputedRef<string | number | boolean | {
670
+ [key: string]: any;
671
+ }>;
263
672
  y: import("vue").ComputedRef<number>;
264
673
  myColumns: import("vue").ComputedRef<{
265
674
  [key: string]: any;
@@ -269,8 +678,12 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
269
678
  onClick: () => void;
270
679
  };
271
680
  pagination: import("vue").ComputedRef<{
272
- simple: any;
273
- position: any[];
681
+ simple: string | number | boolean | {
682
+ [key: string]: any;
683
+ };
684
+ position: (string | number | boolean | {
685
+ [key: string]: any;
686
+ })[];
274
687
  total: number;
275
688
  current: number;
276
689
  pageSize: number;
@@ -294,259 +707,666 @@ export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstal
294
707
  default?: undefined;
295
708
  } | {
296
709
  type: any;
297
- default: any;
710
+ default: string | number | boolean | import("../../_utils/props").Events | {
711
+ [key: string]: any;
712
+ } | import("../../_utils/props").RequestParams | {
713
+ [key: string]: any;
714
+ }[] | {
715
+ [key: string]: any;
716
+ chartType: "table";
717
+ plugin: "1";
718
+ layer: "1";
719
+ } | {
720
+ [key: string]: any;
721
+ }[];
298
722
  };
299
723
  data: {
300
724
  type?: undefined;
301
725
  default?: undefined;
302
726
  } | {
303
727
  type: any;
304
- default: any;
728
+ default: string | number | boolean | import("../../_utils/props").Events | {
729
+ [key: string]: any;
730
+ } | import("../../_utils/props").RequestParams | {
731
+ [key: string]: any;
732
+ }[] | {
733
+ [key: string]: any;
734
+ chartType: "table";
735
+ plugin: "1";
736
+ layer: "1";
737
+ } | {
738
+ [key: string]: any;
739
+ }[];
305
740
  };
306
741
  bordered: {
307
742
  type?: undefined;
308
743
  default?: undefined;
309
744
  } | {
310
745
  type: any;
311
- default: any;
746
+ default: string | number | boolean | import("../../_utils/props").Events | {
747
+ [key: string]: any;
748
+ } | import("../../_utils/props").RequestParams | {
749
+ [key: string]: any;
750
+ }[] | {
751
+ [key: string]: any;
752
+ chartType: "table";
753
+ plugin: "1";
754
+ layer: "1";
755
+ } | {
756
+ [key: string]: any;
757
+ }[];
312
758
  };
313
759
  size: {
314
760
  type?: undefined;
315
761
  default?: undefined;
316
762
  } | {
317
763
  type: any;
318
- default: any;
764
+ default: string | number | boolean | import("../../_utils/props").Events | {
765
+ [key: string]: any;
766
+ } | import("../../_utils/props").RequestParams | {
767
+ [key: string]: any;
768
+ }[] | {
769
+ [key: string]: any;
770
+ chartType: "table";
771
+ plugin: "1";
772
+ layer: "1";
773
+ } | {
774
+ [key: string]: any;
775
+ }[];
319
776
  };
320
777
  isUseSeq: {
321
778
  type?: undefined;
322
779
  default?: undefined;
323
780
  } | {
324
781
  type: any;
325
- default: any;
782
+ default: string | number | boolean | import("../../_utils/props").Events | {
783
+ [key: string]: any;
784
+ } | import("../../_utils/props").RequestParams | {
785
+ [key: string]: any;
786
+ }[] | {
787
+ [key: string]: any;
788
+ chartType: "table";
789
+ plugin: "1";
790
+ layer: "1";
791
+ } | {
792
+ [key: string]: any;
793
+ }[];
326
794
  };
327
795
  columnsFixedNum: {
328
796
  type?: undefined;
329
797
  default?: undefined;
330
798
  } | {
331
799
  type: any;
332
- default: any;
800
+ default: string | number | boolean | import("../../_utils/props").Events | {
801
+ [key: string]: any;
802
+ } | import("../../_utils/props").RequestParams | {
803
+ [key: string]: any;
804
+ }[] | {
805
+ [key: string]: any;
806
+ chartType: "table";
807
+ plugin: "1";
808
+ layer: "1";
809
+ } | {
810
+ [key: string]: any;
811
+ }[];
333
812
  };
334
813
  scrollX: {
335
814
  type?: undefined;
336
815
  default?: undefined;
337
816
  } | {
338
817
  type: any;
339
- default: any;
818
+ default: string | number | boolean | import("../../_utils/props").Events | {
819
+ [key: string]: any;
820
+ } | import("../../_utils/props").RequestParams | {
821
+ [key: string]: any;
822
+ }[] | {
823
+ [key: string]: any;
824
+ chartType: "table";
825
+ plugin: "1";
826
+ layer: "1";
827
+ } | {
828
+ [key: string]: any;
829
+ }[];
340
830
  };
341
831
  paginationShow: {
342
832
  type?: undefined;
343
833
  default?: undefined;
344
834
  } | {
345
835
  type: any;
346
- default: any;
836
+ default: string | number | boolean | import("../../_utils/props").Events | {
837
+ [key: string]: any;
838
+ } | import("../../_utils/props").RequestParams | {
839
+ [key: string]: any;
840
+ }[] | {
841
+ [key: string]: any;
842
+ chartType: "table";
843
+ plugin: "1";
844
+ layer: "1";
845
+ } | {
846
+ [key: string]: any;
847
+ }[];
347
848
  };
348
849
  paginationPosition: {
349
850
  type?: undefined;
350
851
  default?: undefined;
351
852
  } | {
352
853
  type: any;
353
- default: any;
854
+ default: string | number | boolean | import("../../_utils/props").Events | {
855
+ [key: string]: any;
856
+ } | import("../../_utils/props").RequestParams | {
857
+ [key: string]: any;
858
+ }[] | {
859
+ [key: string]: any;
860
+ chartType: "table";
861
+ plugin: "1";
862
+ layer: "1";
863
+ } | {
864
+ [key: string]: any;
865
+ }[];
354
866
  };
355
867
  simple: {
356
868
  type?: undefined;
357
869
  default?: undefined;
358
870
  } | {
359
871
  type: any;
360
- default: any;
872
+ default: string | number | boolean | import("../../_utils/props").Events | {
873
+ [key: string]: any;
874
+ } | import("../../_utils/props").RequestParams | {
875
+ [key: string]: any;
876
+ }[] | {
877
+ [key: string]: any;
878
+ chartType: "table";
879
+ plugin: "1";
880
+ layer: "1";
881
+ } | {
882
+ [key: string]: any;
883
+ }[];
361
884
  };
362
885
  headerCellBackgroundColor: {
363
886
  type?: undefined;
364
887
  default?: undefined;
365
888
  } | {
366
889
  type: any;
367
- default: any;
890
+ default: string | number | boolean | import("../../_utils/props").Events | {
891
+ [key: string]: any;
892
+ } | import("../../_utils/props").RequestParams | {
893
+ [key: string]: any;
894
+ }[] | {
895
+ [key: string]: any;
896
+ chartType: "table";
897
+ plugin: "1";
898
+ layer: "1";
899
+ } | {
900
+ [key: string]: any;
901
+ }[];
368
902
  };
369
903
  cellBackgroundColor: {
370
904
  type?: undefined;
371
905
  default?: undefined;
372
906
  } | {
373
907
  type: any;
374
- default: any;
908
+ default: string | number | boolean | import("../../_utils/props").Events | {
909
+ [key: string]: any;
910
+ } | import("../../_utils/props").RequestParams | {
911
+ [key: string]: any;
912
+ }[] | {
913
+ [key: string]: any;
914
+ chartType: "table";
915
+ plugin: "1";
916
+ layer: "1";
917
+ } | {
918
+ [key: string]: any;
919
+ }[];
375
920
  };
376
921
  borderColor: {
377
922
  type?: undefined;
378
923
  default?: undefined;
379
924
  } | {
380
925
  type: any;
381
- default: any;
926
+ default: string | number | boolean | import("../../_utils/props").Events | {
927
+ [key: string]: any;
928
+ } | import("../../_utils/props").RequestParams | {
929
+ [key: string]: any;
930
+ }[] | {
931
+ [key: string]: any;
932
+ chartType: "table";
933
+ plugin: "1";
934
+ layer: "1";
935
+ } | {
936
+ [key: string]: any;
937
+ }[];
382
938
  };
383
939
  paginationPageSize: {
384
940
  type?: undefined;
385
941
  default?: undefined;
386
942
  } | {
387
943
  type: any;
388
- default: any;
944
+ default: string | number | boolean | import("../../_utils/props").Events | {
945
+ [key: string]: any;
946
+ } | import("../../_utils/props").RequestParams | {
947
+ [key: string]: any;
948
+ }[] | {
949
+ [key: string]: any;
950
+ chartType: "table";
951
+ plugin: "1";
952
+ layer: "1";
953
+ } | {
954
+ [key: string]: any;
955
+ }[];
389
956
  };
390
- graphicConfig?: {
957
+ graphicConfig: {
391
958
  type?: undefined;
392
959
  default?: undefined;
393
960
  } | {
394
961
  type: any;
395
- default: any;
962
+ default: string | number | boolean | import("../../_utils/props").Events | {
963
+ [key: string]: any;
964
+ } | import("../../_utils/props").RequestParams | {
965
+ [key: string]: any;
966
+ }[] | {
967
+ [key: string]: any;
968
+ chartType: "table";
969
+ plugin: "1";
970
+ layer: "1";
971
+ } | {
972
+ [key: string]: any;
973
+ }[];
396
974
  };
397
975
  id: {
398
976
  type?: undefined;
399
977
  default?: undefined;
400
978
  } | {
401
979
  type: any;
402
- default: any;
980
+ default: string | number | boolean | import("../../_utils/props").Events | {
981
+ [key: string]: any;
982
+ } | import("../../_utils/props").RequestParams | {
983
+ [key: string]: any;
984
+ }[] | {
985
+ [key: string]: any;
986
+ chartType: "table";
987
+ plugin: "1";
988
+ layer: "1";
989
+ } | {
990
+ [key: string]: any;
991
+ }[];
403
992
  };
404
993
  name: {
405
994
  type?: undefined;
406
995
  default?: undefined;
407
996
  } | {
408
997
  type: any;
409
- default: any;
998
+ default: string | number | boolean | import("../../_utils/props").Events | {
999
+ [key: string]: any;
1000
+ } | import("../../_utils/props").RequestParams | {
1001
+ [key: string]: any;
1002
+ }[] | {
1003
+ [key: string]: any;
1004
+ chartType: "table";
1005
+ plugin: "1";
1006
+ layer: "1";
1007
+ } | {
1008
+ [key: string]: any;
1009
+ }[];
410
1010
  };
411
1011
  keyName: {
412
1012
  type?: undefined;
413
1013
  default?: undefined;
414
1014
  } | {
415
1015
  type: any;
416
- default: any;
1016
+ default: string | number | boolean | import("../../_utils/props").Events | {
1017
+ [key: string]: any;
1018
+ } | import("../../_utils/props").RequestParams | {
1019
+ [key: string]: any;
1020
+ }[] | {
1021
+ [key: string]: any;
1022
+ chartType: "table";
1023
+ plugin: "1";
1024
+ layer: "1";
1025
+ } | {
1026
+ [key: string]: any;
1027
+ }[];
417
1028
  };
418
1029
  type: {
419
1030
  type?: undefined;
420
1031
  default?: undefined;
421
1032
  } | {
422
1033
  type: any;
423
- default: 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
+ }[];
424
1046
  };
425
1047
  width: {
426
1048
  type?: undefined;
427
1049
  default?: undefined;
428
1050
  } | {
429
1051
  type: any;
430
- default: any;
1052
+ default: string | number | boolean | import("../../_utils/props").Events | {
1053
+ [key: string]: any;
1054
+ } | import("../../_utils/props").RequestParams | {
1055
+ [key: string]: any;
1056
+ }[] | {
1057
+ [key: string]: any;
1058
+ chartType: "table";
1059
+ plugin: "1";
1060
+ layer: "1";
1061
+ } | {
1062
+ [key: string]: any;
1063
+ }[];
431
1064
  };
432
1065
  height: {
433
1066
  type?: undefined;
434
1067
  default?: undefined;
435
1068
  } | {
436
1069
  type: any;
437
- default: any;
1070
+ default: string | number | boolean | import("../../_utils/props").Events | {
1071
+ [key: string]: any;
1072
+ } | import("../../_utils/props").RequestParams | {
1073
+ [key: string]: any;
1074
+ }[] | {
1075
+ [key: string]: any;
1076
+ chartType: "table";
1077
+ plugin: "1";
1078
+ layer: "1";
1079
+ } | {
1080
+ [key: string]: any;
1081
+ }[];
438
1082
  };
439
1083
  position: {
440
1084
  type?: undefined;
441
1085
  default?: undefined;
442
1086
  } | {
443
1087
  type: any;
444
- default: any;
1088
+ default: string | number | boolean | import("../../_utils/props").Events | {
1089
+ [key: string]: any;
1090
+ } | import("../../_utils/props").RequestParams | {
1091
+ [key: string]: any;
1092
+ }[] | {
1093
+ [key: string]: any;
1094
+ chartType: "table";
1095
+ plugin: "1";
1096
+ layer: "1";
1097
+ } | {
1098
+ [key: string]: any;
1099
+ }[];
445
1100
  };
446
1101
  top: {
447
1102
  type?: undefined;
448
1103
  default?: undefined;
449
1104
  } | {
450
1105
  type: any;
451
- default: any;
1106
+ default: string | number | boolean | import("../../_utils/props").Events | {
1107
+ [key: string]: any;
1108
+ } | import("../../_utils/props").RequestParams | {
1109
+ [key: string]: any;
1110
+ }[] | {
1111
+ [key: string]: any;
1112
+ chartType: "table";
1113
+ plugin: "1";
1114
+ layer: "1";
1115
+ } | {
1116
+ [key: string]: any;
1117
+ }[];
452
1118
  };
453
1119
  left: {
454
1120
  type?: undefined;
455
1121
  default?: undefined;
456
1122
  } | {
457
1123
  type: any;
458
- default: any;
1124
+ default: string | number | boolean | import("../../_utils/props").Events | {
1125
+ [key: string]: any;
1126
+ } | import("../../_utils/props").RequestParams | {
1127
+ [key: string]: any;
1128
+ }[] | {
1129
+ [key: string]: any;
1130
+ chartType: "table";
1131
+ plugin: "1";
1132
+ layer: "1";
1133
+ } | {
1134
+ [key: string]: any;
1135
+ }[];
459
1136
  };
460
1137
  zIndex: {
461
1138
  type?: undefined;
462
1139
  default?: undefined;
463
1140
  } | {
464
1141
  type: any;
465
- default: any;
1142
+ default: string | number | boolean | import("../../_utils/props").Events | {
1143
+ [key: string]: any;
1144
+ } | import("../../_utils/props").RequestParams | {
1145
+ [key: string]: any;
1146
+ }[] | {
1147
+ [key: string]: any;
1148
+ chartType: "table";
1149
+ plugin: "1";
1150
+ layer: "1";
1151
+ } | {
1152
+ [key: string]: any;
1153
+ }[];
466
1154
  };
467
1155
  rotate: {
468
1156
  type?: undefined;
469
1157
  default?: undefined;
470
1158
  } | {
471
1159
  type: any;
472
- default: any;
1160
+ default: string | number | boolean | import("../../_utils/props").Events | {
1161
+ [key: string]: any;
1162
+ } | import("../../_utils/props").RequestParams | {
1163
+ [key: string]: any;
1164
+ }[] | {
1165
+ [key: string]: any;
1166
+ chartType: "table";
1167
+ plugin: "1";
1168
+ layer: "1";
1169
+ } | {
1170
+ [key: string]: any;
1171
+ }[];
473
1172
  };
474
1173
  isShow: {
475
1174
  type?: undefined;
476
1175
  default?: undefined;
477
1176
  } | {
478
1177
  type: any;
479
- default: any;
1178
+ default: string | number | boolean | import("../../_utils/props").Events | {
1179
+ [key: string]: any;
1180
+ } | import("../../_utils/props").RequestParams | {
1181
+ [key: string]: any;
1182
+ }[] | {
1183
+ [key: string]: any;
1184
+ chartType: "table";
1185
+ plugin: "1";
1186
+ layer: "1";
1187
+ } | {
1188
+ [key: string]: any;
1189
+ }[];
480
1190
  };
481
1191
  isRender: {
482
1192
  type?: undefined;
483
1193
  default?: undefined;
484
1194
  } | {
485
1195
  type: any;
486
- default: any;
1196
+ default: string | number | boolean | import("../../_utils/props").Events | {
1197
+ [key: string]: any;
1198
+ } | import("../../_utils/props").RequestParams | {
1199
+ [key: string]: any;
1200
+ }[] | {
1201
+ [key: string]: any;
1202
+ chartType: "table";
1203
+ plugin: "1";
1204
+ layer: "1";
1205
+ } | {
1206
+ [key: string]: any;
1207
+ }[];
487
1208
  };
488
1209
  events: {
489
1210
  type?: undefined;
490
1211
  default?: undefined;
491
1212
  } | {
492
1213
  type: any;
493
- default: 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
+ }[];
494
1226
  };
495
1227
  requestUrl: {
496
1228
  type?: undefined;
497
1229
  default?: undefined;
498
1230
  } | {
499
1231
  type: any;
500
- default: any;
1232
+ default: string | number | boolean | import("../../_utils/props").Events | {
1233
+ [key: string]: any;
1234
+ } | import("../../_utils/props").RequestParams | {
1235
+ [key: string]: any;
1236
+ }[] | {
1237
+ [key: string]: any;
1238
+ chartType: "table";
1239
+ plugin: "1";
1240
+ layer: "1";
1241
+ } | {
1242
+ [key: string]: any;
1243
+ }[];
501
1244
  };
502
1245
  requestMethod: {
503
1246
  type?: undefined;
504
1247
  default?: undefined;
505
1248
  } | {
506
1249
  type: any;
507
- default: any;
1250
+ default: string | number | boolean | import("../../_utils/props").Events | {
1251
+ [key: string]: any;
1252
+ } | import("../../_utils/props").RequestParams | {
1253
+ [key: string]: any;
1254
+ }[] | {
1255
+ [key: string]: any;
1256
+ chartType: "table";
1257
+ plugin: "1";
1258
+ layer: "1";
1259
+ } | {
1260
+ [key: string]: any;
1261
+ }[];
508
1262
  };
509
1263
  requestHeaders: {
510
1264
  type?: undefined;
511
1265
  default?: undefined;
512
1266
  } | {
513
1267
  type: any;
514
- default: any;
1268
+ default: string | number | boolean | import("../../_utils/props").Events | {
1269
+ [key: string]: any;
1270
+ } | import("../../_utils/props").RequestParams | {
1271
+ [key: string]: any;
1272
+ }[] | {
1273
+ [key: string]: any;
1274
+ chartType: "table";
1275
+ plugin: "1";
1276
+ layer: "1";
1277
+ } | {
1278
+ [key: string]: any;
1279
+ }[];
515
1280
  };
516
1281
  isOpenRequestTimer: {
517
1282
  type?: undefined;
518
1283
  default?: undefined;
519
1284
  } | {
520
1285
  type: any;
521
- default: any;
1286
+ default: string | number | boolean | import("../../_utils/props").Events | {
1287
+ [key: string]: any;
1288
+ } | import("../../_utils/props").RequestParams | {
1289
+ [key: string]: any;
1290
+ }[] | {
1291
+ [key: string]: any;
1292
+ chartType: "table";
1293
+ plugin: "1";
1294
+ layer: "1";
1295
+ } | {
1296
+ [key: string]: any;
1297
+ }[];
522
1298
  };
523
1299
  requestInterval: {
524
1300
  type?: undefined;
525
1301
  default?: undefined;
526
1302
  } | {
527
1303
  type: any;
528
- default: any;
1304
+ default: string | number | boolean | import("../../_utils/props").Events | {
1305
+ [key: string]: any;
1306
+ } | import("../../_utils/props").RequestParams | {
1307
+ [key: string]: any;
1308
+ }[] | {
1309
+ [key: string]: any;
1310
+ chartType: "table";
1311
+ plugin: "1";
1312
+ layer: "1";
1313
+ } | {
1314
+ [key: string]: any;
1315
+ }[];
529
1316
  };
530
1317
  requestParams: {
531
1318
  type?: undefined;
532
1319
  default?: undefined;
533
1320
  } | {
534
1321
  type: any;
535
- default: any;
1322
+ default: string | number | boolean | import("../../_utils/props").Events | {
1323
+ [key: string]: any;
1324
+ } | import("../../_utils/props").RequestParams | {
1325
+ [key: string]: any;
1326
+ }[] | {
1327
+ [key: string]: any;
1328
+ chartType: "table";
1329
+ plugin: "1";
1330
+ layer: "1";
1331
+ } | {
1332
+ [key: string]: any;
1333
+ }[];
536
1334
  };
537
1335
  requestSort: {
538
1336
  type?: undefined;
539
1337
  default?: undefined;
540
1338
  } | {
541
1339
  type: any;
542
- default: any;
1340
+ default: string | number | boolean | import("../../_utils/props").Events | {
1341
+ [key: string]: any;
1342
+ } | import("../../_utils/props").RequestParams | {
1343
+ [key: string]: any;
1344
+ }[] | {
1345
+ [key: string]: any;
1346
+ chartType: "table";
1347
+ plugin: "1";
1348
+ layer: "1";
1349
+ } | {
1350
+ [key: string]: any;
1351
+ }[];
543
1352
  };
544
1353
  dataType: {
545
1354
  type?: undefined;
546
1355
  default?: undefined;
547
1356
  } | {
548
1357
  type: any;
549
- default: any;
1358
+ default: string | number | boolean | import("../../_utils/props").Events | {
1359
+ [key: string]: any;
1360
+ } | import("../../_utils/props").RequestParams | {
1361
+ [key: string]: any;
1362
+ }[] | {
1363
+ [key: string]: any;
1364
+ chartType: "table";
1365
+ plugin: "1";
1366
+ layer: "1";
1367
+ } | {
1368
+ [key: string]: any;
1369
+ }[];
550
1370
  };
551
1371
  }>>, {}>> & Record<string, any>;
552
1372
  export default EcanTable;