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