@ecan-bi/datav 1.0.47 → 1.0.50

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 (125) hide show
  1. package/dist/index.es.js +238 -206
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +237 -205
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +41 -34
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +0 -9
  8. package/types/_utils/hooks/index.d.ts +0 -15
  9. package/types/_utils/hooks/useDownloadFile.d.ts +0 -2
  10. package/types/_utils/hooks/useEmitEvent.d.ts +0 -7
  11. package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +0 -2
  12. package/types/_utils/hooks/useImagePath.d.ts +0 -2
  13. package/types/_utils/hooks/useIndicatorData.d.ts +0 -4
  14. package/types/_utils/hooks/useOnEvent.d.ts +0 -6
  15. package/types/_utils/hooks/usePageUrl.d.ts +0 -2
  16. package/types/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  17. package/types/_utils/hooks/usePickEchartsData.d.ts +0 -2
  18. package/types/_utils/hooks/useRequestData.d.ts +0 -6
  19. package/types/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  20. package/types/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  21. package/types/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  22. package/types/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  23. package/types/_utils/hooks/useValueFormatter.d.ts +0 -2
  24. package/types/_utils/hooks/useVariablesInText.d.ts +0 -4
  25. package/types/_utils/props.d.ts +0 -71
  26. package/types/_utils/request.d.ts +0 -2
  27. package/types/_utils/util.d.ts +0 -20
  28. package/types/_utils/withInstall.d.ts +0 -5
  29. package/types/common/echarts/Echarts.d.ts +0 -418
  30. package/types/common/echarts/composables/api.d.ts +0 -7
  31. package/types/common/echarts/composables/autoresize.d.ts +0 -6
  32. package/types/common/echarts/composables/index.d.ts +0 -3
  33. package/types/common/echarts/composables/loading.d.ts +0 -10
  34. package/types/common/echarts/index.d.ts +0 -2
  35. package/types/common/echarts/types.d.ts +0 -20
  36. package/types/common/echarts/utils.d.ts +0 -6
  37. package/types/common/index.d.ts +0 -3
  38. package/types/common/skeleton/Skeleton.vue.d.ts +0 -14
  39. package/types/common/skeleton/index.d.ts +0 -2
  40. package/types/common/spin/Spin.vue.d.ts +0 -18
  41. package/types/common/spin/index.d.ts +0 -2
  42. package/types/components.d.ts +0 -9
  43. package/types/container/border/Border.vue.d.ts +0 -623
  44. package/types/container/border/index.d.ts +0 -623
  45. package/types/container/border/props.d.ts +0 -315
  46. package/types/container/index.d.ts +0 -2
  47. package/types/container/modal/Modal.vue.d.ts +0 -505
  48. package/types/container/modal/index.d.ts +0 -506
  49. package/types/container/modal/props.d.ts +0 -179
  50. package/types/control/button/Button.vue.d.ts +0 -514
  51. package/types/control/button/index.d.ts +0 -514
  52. package/types/control/button/props.d.ts +0 -265
  53. package/types/control/date-picker/DatePicker.vue.d.ts +0 -480
  54. package/types/control/date-picker/index.d.ts +0 -479
  55. package/types/control/date-picker/props.d.ts +0 -245
  56. package/types/control/index.d.ts +0 -6
  57. package/types/control/input/Input.vue.d.ts +0 -438
  58. package/types/control/input/index.d.ts +0 -439
  59. package/types/control/input/props.d.ts +0 -224
  60. package/types/control/range-picker/RangePicker.vue.d.ts +0 -596
  61. package/types/control/range-picker/index.d.ts +0 -595
  62. package/types/control/range-picker/props.d.ts +0 -245
  63. package/types/control/select/Select.vue.d.ts +0 -613
  64. package/types/control/select/index.d.ts +0 -613
  65. package/types/control/select/props.d.ts +0 -321
  66. package/types/control/tabs/Tabs.vue.d.ts +0 -475
  67. package/types/control/tabs/index.d.ts +0 -476
  68. package/types/control/tabs/props.d.ts +0 -251
  69. package/types/graph/bar/Bar.vue.d.ts +0 -1963
  70. package/types/graph/bar/index.d.ts +0 -1963
  71. package/types/graph/bar/props.d.ts +0 -954
  72. package/types/graph/combo-graph/ComboGraph.vue.d.ts +0 -1008
  73. package/types/graph/combo-graph/index.d.ts +0 -1009
  74. package/types/graph/combo-graph/props.d.ts +0 -501
  75. package/types/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  76. package/types/graph/custom-graph/index.d.ts +0 -537
  77. package/types/graph/custom-graph/props.d.ts +0 -274
  78. package/types/graph/index.d.ts +0 -6
  79. package/types/graph/line/Line.vue.d.ts +0 -973
  80. package/types/graph/line/index.d.ts +0 -974
  81. package/types/graph/line/props.d.ts +0 -481
  82. package/types/graph/pie/Pie.vue.d.ts +0 -1049
  83. package/types/graph/pie/index.d.ts +0 -1050
  84. package/types/graph/pie/props.d.ts +0 -533
  85. package/types/graph/scatter/Scatter.vue.d.ts +0 -949
  86. package/types/graph/scatter/index.d.ts +0 -950
  87. package/types/graph/scatter/props.d.ts +0 -468
  88. package/types/index.d.ts +0 -6
  89. package/types/map/index.d.ts +0 -1
  90. package/types/map/map/Map.vue.d.ts +0 -1699
  91. package/types/map/map/index.d.ts +0 -1700
  92. package/types/map/map/props.d.ts +0 -829
  93. package/types/media/image/Image.vue.d.ts +0 -476
  94. package/types/media/image/index.d.ts +0 -477
  95. package/types/media/image/props.d.ts +0 -244
  96. package/types/media/index.d.ts +0 -1
  97. package/types/setting/index.d.ts +0 -3
  98. package/types/setting/page-config/PageConfig.vue.d.ts +0 -112
  99. package/types/setting/page-config/index.d.ts +0 -113
  100. package/types/setting/page-config/props.d.ts +0 -61
  101. package/types/setting/provider-config/ProviderConfig.vue.d.ts +0 -78
  102. package/types/setting/provider-config/index.d.ts +0 -79
  103. package/types/setting/provider-config/props.d.ts +0 -47
  104. package/types/setting/renderer/Renderer.vue.d.ts +0 -22
  105. package/types/setting/renderer/index.d.ts +0 -23
  106. package/types/setting/renderer/props.d.ts +0 -17
  107. package/types/table/index.d.ts +0 -1
  108. package/types/table/table/Table.vue.d.ts +0 -1373
  109. package/types/table/table/index.d.ts +0 -1373
  110. package/types/table/table/props.d.ts +0 -697
  111. package/types/text/index.d.ts +0 -5
  112. package/types/text/list/List.vue.d.ts +0 -849
  113. package/types/text/list/index.d.ts +0 -849
  114. package/types/text/list/props.d.ts +0 -441
  115. package/types/text/proportion/Proportion.vue.d.ts +0 -760
  116. package/types/text/proportion/index.d.ts +0 -760
  117. package/types/text/proportion/props.d.ts +0 -395
  118. package/types/text/scroll-text/ScrollText.vue.d.ts +0 -4
  119. package/types/text/scroll-text/index.d.ts +0 -4
  120. package/types/text/text/Text.vue.d.ts +0 -736
  121. package/types/text/text/index.d.ts +0 -736
  122. package/types/text/text/props.d.ts +0 -383
  123. package/types/text/time-display/TimeDisplay.vue.d.ts +0 -547
  124. package/types/text/time-display/index.d.ts +0 -548
  125. package/types/text/time-display/props.d.ts +0 -284
@@ -1,1373 +0,0 @@
1
- export declare const EcanTable: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
- columns: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: 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
- }[];
19
- };
20
- data: {
21
- type?: undefined;
22
- default?: undefined;
23
- } | {
24
- type: 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
- }[];
37
- };
38
- bordered: {
39
- type?: undefined;
40
- default?: undefined;
41
- } | {
42
- type: 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
- }[];
55
- };
56
- size: {
57
- type?: undefined;
58
- default?: undefined;
59
- } | {
60
- type: 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
- }[];
73
- };
74
- isUseSeq: {
75
- type?: undefined;
76
- default?: undefined;
77
- } | {
78
- type: 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
- }[];
91
- };
92
- columnsFixedNum: {
93
- type?: undefined;
94
- default?: undefined;
95
- } | {
96
- type: 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
- }[];
109
- };
110
- scrollX: {
111
- type?: undefined;
112
- default?: undefined;
113
- } | {
114
- type: 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
- }[];
127
- };
128
- paginationShow: {
129
- type?: undefined;
130
- default?: undefined;
131
- } | {
132
- type: 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
- }[];
145
- };
146
- paginationPosition: {
147
- type?: undefined;
148
- default?: undefined;
149
- } | {
150
- type: 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
- }[];
163
- };
164
- simple: {
165
- type?: undefined;
166
- default?: undefined;
167
- } | {
168
- type: 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
- }[];
181
- };
182
- headerCellBackgroundColor: {
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
- };
200
- cellBackgroundColor: {
201
- type?: undefined;
202
- default?: undefined;
203
- } | {
204
- type: 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
- }[];
217
- };
218
- borderColor: {
219
- type?: undefined;
220
- default?: undefined;
221
- } | {
222
- type: 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
- }[];
235
- };
236
- paginationPageSize: {
237
- type?: undefined;
238
- default?: undefined;
239
- } | {
240
- type: 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
- }[];
253
- };
254
- graphicConfig: {
255
- type?: undefined;
256
- default?: undefined;
257
- } | {
258
- type: 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
- }[];
271
- };
272
- id: {
273
- type?: undefined;
274
- default?: undefined;
275
- } | {
276
- type: 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
- }[];
289
- };
290
- name: {
291
- type?: undefined;
292
- default?: undefined;
293
- } | {
294
- type: 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
- }[];
307
- };
308
- keyName: {
309
- type?: undefined;
310
- default?: undefined;
311
- } | {
312
- type: 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
- }[];
325
- };
326
- type: {
327
- type?: undefined;
328
- default?: undefined;
329
- } | {
330
- type: 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
- }[];
343
- };
344
- width: {
345
- type?: undefined;
346
- default?: undefined;
347
- } | {
348
- type: 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
- }[];
361
- };
362
- height: {
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
- };
380
- position: {
381
- type?: undefined;
382
- default?: undefined;
383
- } | {
384
- type: 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
- }[];
397
- };
398
- top: {
399
- type?: undefined;
400
- default?: undefined;
401
- } | {
402
- type: 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
- }[];
415
- };
416
- left: {
417
- type?: undefined;
418
- default?: undefined;
419
- } | {
420
- type: 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
- }[];
433
- };
434
- zIndex: {
435
- type?: undefined;
436
- default?: undefined;
437
- } | {
438
- type: 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
- }[];
451
- };
452
- rotate: {
453
- type?: undefined;
454
- default?: undefined;
455
- } | {
456
- type: 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
- }[];
469
- };
470
- isShow: {
471
- type?: undefined;
472
- default?: undefined;
473
- } | {
474
- type: 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
- }[];
487
- };
488
- isRender: {
489
- type?: undefined;
490
- default?: undefined;
491
- } | {
492
- type: 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
- }[];
505
- };
506
- events: {
507
- type?: undefined;
508
- default?: undefined;
509
- } | {
510
- type: 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
- }[];
523
- };
524
- requestUrl: {
525
- type?: undefined;
526
- default?: undefined;
527
- } | {
528
- type: 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
- }[];
541
- };
542
- requestMethod: {
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
- };
560
- requestHeaders: {
561
- type?: undefined;
562
- default?: undefined;
563
- } | {
564
- type: 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
- }[];
577
- };
578
- isOpenRequestTimer: {
579
- type?: undefined;
580
- default?: undefined;
581
- } | {
582
- type: 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
- }[];
595
- };
596
- requestInterval: {
597
- type?: undefined;
598
- default?: undefined;
599
- } | {
600
- type: 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
- }[];
613
- };
614
- requestParams: {
615
- type?: undefined;
616
- default?: undefined;
617
- } | {
618
- type: 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
- }[];
631
- };
632
- requestSort: {
633
- type?: undefined;
634
- default?: undefined;
635
- } | {
636
- type: 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
- }[];
649
- };
650
- dataType: {
651
- type?: undefined;
652
- default?: undefined;
653
- } | {
654
- type: 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
- }[];
667
- };
668
- }, {
669
- x: import("vue").ComputedRef<string | number | boolean | {
670
- [key: string]: any;
671
- }>;
672
- y: import("vue").ComputedRef<number>;
673
- myColumns: import("vue").ComputedRef<{
674
- [key: string]: any;
675
- }[]>;
676
- style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
677
- customRow: (record: any) => {
678
- onClick: () => void;
679
- };
680
- pagination: import("vue").ComputedRef<{
681
- simple: string | number | boolean | {
682
- [key: string]: any;
683
- };
684
- position: (string | number | boolean | {
685
- [key: string]: any;
686
- })[];
687
- total: number;
688
- current: number;
689
- pageSize: number;
690
- }>;
691
- formatFn: (value: string | number, format?: "" | "boolean" | "money" | "percentage" | "contrast") => string | number;
692
- contrastClass: (value: string | number, format: "" | "boolean" | "money" | "percentage" | "contrast") => "" | "goUp" | "goDown";
693
- tableChange: ({ current }: {
694
- current: number;
695
- }, _filters: any, _sorter: any) => void;
696
- dataColumns: import("vue").Ref<any[]>;
697
- dataSource: import("vue").Ref<{
698
- [x: string]: any;
699
- }[]>;
700
- summaryList: import("vue").ComputedRef<{
701
- [key: string]: any;
702
- }[]>;
703
- loading: import("vue").Ref<boolean>;
704
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
705
- columns: {
706
- type?: undefined;
707
- default?: undefined;
708
- } | {
709
- type: 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
- }[];
722
- };
723
- data: {
724
- type?: undefined;
725
- default?: undefined;
726
- } | {
727
- type: 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
- }[];
740
- };
741
- bordered: {
742
- type?: undefined;
743
- default?: undefined;
744
- } | {
745
- type: 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
- }[];
758
- };
759
- size: {
760
- type?: undefined;
761
- default?: undefined;
762
- } | {
763
- type: 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
- }[];
776
- };
777
- isUseSeq: {
778
- type?: undefined;
779
- default?: undefined;
780
- } | {
781
- type: 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
- }[];
794
- };
795
- columnsFixedNum: {
796
- type?: undefined;
797
- default?: undefined;
798
- } | {
799
- type: 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
- }[];
812
- };
813
- scrollX: {
814
- type?: undefined;
815
- default?: undefined;
816
- } | {
817
- type: 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
- }[];
830
- };
831
- paginationShow: {
832
- type?: undefined;
833
- default?: undefined;
834
- } | {
835
- type: 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
- }[];
848
- };
849
- paginationPosition: {
850
- type?: undefined;
851
- default?: undefined;
852
- } | {
853
- type: 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
- }[];
866
- };
867
- simple: {
868
- type?: undefined;
869
- default?: undefined;
870
- } | {
871
- type: 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
- }[];
884
- };
885
- headerCellBackgroundColor: {
886
- type?: undefined;
887
- default?: undefined;
888
- } | {
889
- type: 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
- }[];
902
- };
903
- cellBackgroundColor: {
904
- type?: undefined;
905
- default?: undefined;
906
- } | {
907
- type: 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
- }[];
920
- };
921
- borderColor: {
922
- type?: undefined;
923
- default?: undefined;
924
- } | {
925
- type: 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
- }[];
938
- };
939
- paginationPageSize: {
940
- type?: undefined;
941
- default?: undefined;
942
- } | {
943
- type: 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
- }[];
956
- };
957
- graphicConfig: {
958
- type?: undefined;
959
- default?: undefined;
960
- } | {
961
- type: 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
- }[];
974
- };
975
- id: {
976
- type?: undefined;
977
- default?: undefined;
978
- } | {
979
- type: 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
- }[];
992
- };
993
- name: {
994
- type?: undefined;
995
- default?: undefined;
996
- } | {
997
- type: 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
- }[];
1010
- };
1011
- keyName: {
1012
- type?: undefined;
1013
- default?: undefined;
1014
- } | {
1015
- type: 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
- }[];
1028
- };
1029
- type: {
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
- };
1047
- width: {
1048
- type?: undefined;
1049
- default?: undefined;
1050
- } | {
1051
- type: 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
- }[];
1064
- };
1065
- height: {
1066
- type?: undefined;
1067
- default?: undefined;
1068
- } | {
1069
- type: 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
- }[];
1082
- };
1083
- position: {
1084
- type?: undefined;
1085
- default?: undefined;
1086
- } | {
1087
- type: 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
- }[];
1100
- };
1101
- top: {
1102
- type?: undefined;
1103
- default?: undefined;
1104
- } | {
1105
- type: 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
- }[];
1118
- };
1119
- left: {
1120
- type?: undefined;
1121
- default?: undefined;
1122
- } | {
1123
- type: 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
- }[];
1136
- };
1137
- zIndex: {
1138
- type?: undefined;
1139
- default?: undefined;
1140
- } | {
1141
- type: 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
- }[];
1154
- };
1155
- rotate: {
1156
- type?: undefined;
1157
- default?: undefined;
1158
- } | {
1159
- type: 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
- }[];
1172
- };
1173
- isShow: {
1174
- type?: undefined;
1175
- default?: undefined;
1176
- } | {
1177
- type: 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
- }[];
1190
- };
1191
- isRender: {
1192
- type?: undefined;
1193
- default?: undefined;
1194
- } | {
1195
- type: 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
- }[];
1208
- };
1209
- events: {
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
- };
1227
- requestUrl: {
1228
- type?: undefined;
1229
- default?: undefined;
1230
- } | {
1231
- type: 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
- }[];
1244
- };
1245
- requestMethod: {
1246
- type?: undefined;
1247
- default?: undefined;
1248
- } | {
1249
- type: 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
- }[];
1262
- };
1263
- requestHeaders: {
1264
- type?: undefined;
1265
- default?: undefined;
1266
- } | {
1267
- type: 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
- }[];
1280
- };
1281
- isOpenRequestTimer: {
1282
- type?: undefined;
1283
- default?: undefined;
1284
- } | {
1285
- type: 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
- }[];
1298
- };
1299
- requestInterval: {
1300
- type?: undefined;
1301
- default?: undefined;
1302
- } | {
1303
- type: 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
- }[];
1316
- };
1317
- requestParams: {
1318
- type?: undefined;
1319
- default?: undefined;
1320
- } | {
1321
- type: 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
- }[];
1334
- };
1335
- requestSort: {
1336
- type?: undefined;
1337
- default?: undefined;
1338
- } | {
1339
- type: 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
- }[];
1352
- };
1353
- dataType: {
1354
- type?: undefined;
1355
- default?: undefined;
1356
- } | {
1357
- type: 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
- }[];
1370
- };
1371
- }>>, {}>> & Record<string, any>;
1372
- export default EcanTable;
1373
- export * from './props';