@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,697 +0,0 @@
1
- import { Props } from '../../_utils/props';
2
- export interface TableProps extends Props {
3
- columns: {
4
- [key: string]: any;
5
- }[];
6
- data: {
7
- [key: string]: any;
8
- }[];
9
- bordered: boolean;
10
- size: 'default' | 'middle' | 'small';
11
- isUseSeq: boolean;
12
- columnsFixedNum: number;
13
- scrollX: number;
14
- paginationShow: boolean;
15
- paginationPosition: 'topLeft' | 'topCenter' | 'topRight' | 'bottomLeft' | 'bottomCenter' | 'bottomRight';
16
- simple: boolean;
17
- headerCellBackgroundColor: string;
18
- cellBackgroundColor: string;
19
- borderColor: string;
20
- paginationPageSize: number;
21
- graphicConfig: {
22
- [key: string]: any;
23
- chartType: 'table';
24
- plugin: '1';
25
- layer: '1';
26
- };
27
- }
28
- export declare const tableProps: TableProps;
29
- export declare const tableComponentProps: {
30
- columns: {
31
- type?: undefined;
32
- default?: undefined;
33
- } | {
34
- type: any;
35
- default: string | number | boolean | import('../../_utils/props').Events | {
36
- [key: string]: any;
37
- } | import('../../_utils/props').RequestParams | {
38
- [key: string]: any;
39
- }[] | {
40
- [key: string]: any;
41
- chartType: 'table';
42
- plugin: '1';
43
- layer: '1';
44
- } | {
45
- [key: string]: any;
46
- }[];
47
- };
48
- data: {
49
- type?: undefined;
50
- default?: undefined;
51
- } | {
52
- type: any;
53
- default: string | number | boolean | import('../../_utils/props').Events | {
54
- [key: string]: any;
55
- } | import('../../_utils/props').RequestParams | {
56
- [key: string]: any;
57
- }[] | {
58
- [key: string]: any;
59
- chartType: 'table';
60
- plugin: '1';
61
- layer: '1';
62
- } | {
63
- [key: string]: any;
64
- }[];
65
- };
66
- bordered: {
67
- type?: undefined;
68
- default?: undefined;
69
- } | {
70
- type: any;
71
- default: string | number | boolean | import('../../_utils/props').Events | {
72
- [key: string]: any;
73
- } | import('../../_utils/props').RequestParams | {
74
- [key: string]: any;
75
- }[] | {
76
- [key: string]: any;
77
- chartType: 'table';
78
- plugin: '1';
79
- layer: '1';
80
- } | {
81
- [key: string]: any;
82
- }[];
83
- };
84
- size: {
85
- type?: undefined;
86
- default?: undefined;
87
- } | {
88
- type: any;
89
- default: string | number | boolean | import('../../_utils/props').Events | {
90
- [key: string]: any;
91
- } | import('../../_utils/props').RequestParams | {
92
- [key: string]: any;
93
- }[] | {
94
- [key: string]: any;
95
- chartType: 'table';
96
- plugin: '1';
97
- layer: '1';
98
- } | {
99
- [key: string]: any;
100
- }[];
101
- };
102
- isUseSeq: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: string | number | boolean | import('../../_utils/props').Events | {
108
- [key: string]: any;
109
- } | import('../../_utils/props').RequestParams | {
110
- [key: string]: any;
111
- }[] | {
112
- [key: string]: any;
113
- chartType: 'table';
114
- plugin: '1';
115
- layer: '1';
116
- } | {
117
- [key: string]: any;
118
- }[];
119
- };
120
- columnsFixedNum: {
121
- type?: undefined;
122
- default?: undefined;
123
- } | {
124
- type: any;
125
- default: string | number | boolean | import('../../_utils/props').Events | {
126
- [key: string]: any;
127
- } | import('../../_utils/props').RequestParams | {
128
- [key: string]: any;
129
- }[] | {
130
- [key: string]: any;
131
- chartType: 'table';
132
- plugin: '1';
133
- layer: '1';
134
- } | {
135
- [key: string]: any;
136
- }[];
137
- };
138
- scrollX: {
139
- type?: undefined;
140
- default?: undefined;
141
- } | {
142
- type: any;
143
- default: string | number | boolean | import('../../_utils/props').Events | {
144
- [key: string]: any;
145
- } | import('../../_utils/props').RequestParams | {
146
- [key: string]: any;
147
- }[] | {
148
- [key: string]: any;
149
- chartType: 'table';
150
- plugin: '1';
151
- layer: '1';
152
- } | {
153
- [key: string]: any;
154
- }[];
155
- };
156
- paginationShow: {
157
- type?: undefined;
158
- default?: undefined;
159
- } | {
160
- type: any;
161
- default: string | number | boolean | import('../../_utils/props').Events | {
162
- [key: string]: any;
163
- } | import('../../_utils/props').RequestParams | {
164
- [key: string]: any;
165
- }[] | {
166
- [key: string]: any;
167
- chartType: 'table';
168
- plugin: '1';
169
- layer: '1';
170
- } | {
171
- [key: string]: any;
172
- }[];
173
- };
174
- paginationPosition: {
175
- type?: undefined;
176
- default?: undefined;
177
- } | {
178
- type: any;
179
- default: string | number | boolean | import('../../_utils/props').Events | {
180
- [key: string]: any;
181
- } | import('../../_utils/props').RequestParams | {
182
- [key: string]: any;
183
- }[] | {
184
- [key: string]: any;
185
- chartType: 'table';
186
- plugin: '1';
187
- layer: '1';
188
- } | {
189
- [key: string]: any;
190
- }[];
191
- };
192
- simple: {
193
- type?: undefined;
194
- default?: undefined;
195
- } | {
196
- type: any;
197
- default: string | number | boolean | import('../../_utils/props').Events | {
198
- [key: string]: any;
199
- } | import('../../_utils/props').RequestParams | {
200
- [key: string]: any;
201
- }[] | {
202
- [key: string]: any;
203
- chartType: 'table';
204
- plugin: '1';
205
- layer: '1';
206
- } | {
207
- [key: string]: any;
208
- }[];
209
- };
210
- headerCellBackgroundColor: {
211
- type?: undefined;
212
- default?: undefined;
213
- } | {
214
- type: any;
215
- default: string | number | boolean | import('../../_utils/props').Events | {
216
- [key: string]: any;
217
- } | import('../../_utils/props').RequestParams | {
218
- [key: string]: any;
219
- }[] | {
220
- [key: string]: any;
221
- chartType: 'table';
222
- plugin: '1';
223
- layer: '1';
224
- } | {
225
- [key: string]: any;
226
- }[];
227
- };
228
- cellBackgroundColor: {
229
- type?: undefined;
230
- default?: undefined;
231
- } | {
232
- type: any;
233
- default: string | number | boolean | import('../../_utils/props').Events | {
234
- [key: string]: any;
235
- } | import('../../_utils/props').RequestParams | {
236
- [key: string]: any;
237
- }[] | {
238
- [key: string]: any;
239
- chartType: 'table';
240
- plugin: '1';
241
- layer: '1';
242
- } | {
243
- [key: string]: any;
244
- }[];
245
- };
246
- borderColor: {
247
- type?: undefined;
248
- default?: undefined;
249
- } | {
250
- type: any;
251
- default: string | number | boolean | import('../../_utils/props').Events | {
252
- [key: string]: any;
253
- } | import('../../_utils/props').RequestParams | {
254
- [key: string]: any;
255
- }[] | {
256
- [key: string]: any;
257
- chartType: 'table';
258
- plugin: '1';
259
- layer: '1';
260
- } | {
261
- [key: string]: any;
262
- }[];
263
- };
264
- paginationPageSize: {
265
- type?: undefined;
266
- default?: undefined;
267
- } | {
268
- type: any;
269
- default: string | number | boolean | import('../../_utils/props').Events | {
270
- [key: string]: any;
271
- } | import('../../_utils/props').RequestParams | {
272
- [key: string]: any;
273
- }[] | {
274
- [key: string]: any;
275
- chartType: 'table';
276
- plugin: '1';
277
- layer: '1';
278
- } | {
279
- [key: string]: any;
280
- }[];
281
- };
282
- graphicConfig: {
283
- type?: undefined;
284
- default?: undefined;
285
- } | {
286
- type: any;
287
- default: string | number | boolean | import('../../_utils/props').Events | {
288
- [key: string]: any;
289
- } | import('../../_utils/props').RequestParams | {
290
- [key: string]: any;
291
- }[] | {
292
- [key: string]: any;
293
- chartType: 'table';
294
- plugin: '1';
295
- layer: '1';
296
- } | {
297
- [key: string]: any;
298
- }[];
299
- };
300
- id: {
301
- type?: undefined;
302
- default?: undefined;
303
- } | {
304
- type: any;
305
- default: string | number | boolean | import('../../_utils/props').Events | {
306
- [key: string]: any;
307
- } | import('../../_utils/props').RequestParams | {
308
- [key: string]: any;
309
- }[] | {
310
- [key: string]: any;
311
- chartType: 'table';
312
- plugin: '1';
313
- layer: '1';
314
- } | {
315
- [key: string]: any;
316
- }[];
317
- };
318
- name: {
319
- type?: undefined;
320
- default?: undefined;
321
- } | {
322
- type: any;
323
- default: string | number | boolean | import('../../_utils/props').Events | {
324
- [key: string]: any;
325
- } | import('../../_utils/props').RequestParams | {
326
- [key: string]: any;
327
- }[] | {
328
- [key: string]: any;
329
- chartType: 'table';
330
- plugin: '1';
331
- layer: '1';
332
- } | {
333
- [key: string]: any;
334
- }[];
335
- };
336
- keyName: {
337
- type?: undefined;
338
- default?: undefined;
339
- } | {
340
- type: any;
341
- default: string | number | boolean | import('../../_utils/props').Events | {
342
- [key: string]: any;
343
- } | import('../../_utils/props').RequestParams | {
344
- [key: string]: any;
345
- }[] | {
346
- [key: string]: any;
347
- chartType: 'table';
348
- plugin: '1';
349
- layer: '1';
350
- } | {
351
- [key: string]: any;
352
- }[];
353
- };
354
- type: {
355
- type?: undefined;
356
- default?: undefined;
357
- } | {
358
- type: any;
359
- default: string | number | boolean | import('../../_utils/props').Events | {
360
- [key: string]: any;
361
- } | import('../../_utils/props').RequestParams | {
362
- [key: string]: any;
363
- }[] | {
364
- [key: string]: any;
365
- chartType: 'table';
366
- plugin: '1';
367
- layer: '1';
368
- } | {
369
- [key: string]: any;
370
- }[];
371
- };
372
- width: {
373
- type?: undefined;
374
- default?: undefined;
375
- } | {
376
- type: any;
377
- default: string | number | boolean | import('../../_utils/props').Events | {
378
- [key: string]: any;
379
- } | import('../../_utils/props').RequestParams | {
380
- [key: string]: any;
381
- }[] | {
382
- [key: string]: any;
383
- chartType: 'table';
384
- plugin: '1';
385
- layer: '1';
386
- } | {
387
- [key: string]: any;
388
- }[];
389
- };
390
- height: {
391
- type?: undefined;
392
- default?: undefined;
393
- } | {
394
- type: any;
395
- default: string | number | boolean | import('../../_utils/props').Events | {
396
- [key: string]: any;
397
- } | import('../../_utils/props').RequestParams | {
398
- [key: string]: any;
399
- }[] | {
400
- [key: string]: any;
401
- chartType: 'table';
402
- plugin: '1';
403
- layer: '1';
404
- } | {
405
- [key: string]: any;
406
- }[];
407
- };
408
- position: {
409
- type?: undefined;
410
- default?: undefined;
411
- } | {
412
- type: any;
413
- default: string | number | boolean | import('../../_utils/props').Events | {
414
- [key: string]: any;
415
- } | import('../../_utils/props').RequestParams | {
416
- [key: string]: any;
417
- }[] | {
418
- [key: string]: any;
419
- chartType: 'table';
420
- plugin: '1';
421
- layer: '1';
422
- } | {
423
- [key: string]: any;
424
- }[];
425
- };
426
- top: {
427
- type?: undefined;
428
- default?: undefined;
429
- } | {
430
- type: any;
431
- default: string | number | boolean | import('../../_utils/props').Events | {
432
- [key: string]: any;
433
- } | import('../../_utils/props').RequestParams | {
434
- [key: string]: any;
435
- }[] | {
436
- [key: string]: any;
437
- chartType: 'table';
438
- plugin: '1';
439
- layer: '1';
440
- } | {
441
- [key: string]: any;
442
- }[];
443
- };
444
- left: {
445
- type?: undefined;
446
- default?: undefined;
447
- } | {
448
- type: any;
449
- default: string | number | boolean | import('../../_utils/props').Events | {
450
- [key: string]: any;
451
- } | import('../../_utils/props').RequestParams | {
452
- [key: string]: any;
453
- }[] | {
454
- [key: string]: any;
455
- chartType: 'table';
456
- plugin: '1';
457
- layer: '1';
458
- } | {
459
- [key: string]: any;
460
- }[];
461
- };
462
- zIndex: {
463
- type?: undefined;
464
- default?: undefined;
465
- } | {
466
- type: any;
467
- default: string | number | boolean | import('../../_utils/props').Events | {
468
- [key: string]: any;
469
- } | import('../../_utils/props').RequestParams | {
470
- [key: string]: any;
471
- }[] | {
472
- [key: string]: any;
473
- chartType: 'table';
474
- plugin: '1';
475
- layer: '1';
476
- } | {
477
- [key: string]: any;
478
- }[];
479
- };
480
- rotate: {
481
- type?: undefined;
482
- default?: undefined;
483
- } | {
484
- type: any;
485
- default: string | number | boolean | import('../../_utils/props').Events | {
486
- [key: string]: any;
487
- } | import('../../_utils/props').RequestParams | {
488
- [key: string]: any;
489
- }[] | {
490
- [key: string]: any;
491
- chartType: 'table';
492
- plugin: '1';
493
- layer: '1';
494
- } | {
495
- [key: string]: any;
496
- }[];
497
- };
498
- isShow: {
499
- type?: undefined;
500
- default?: undefined;
501
- } | {
502
- type: any;
503
- default: string | number | boolean | import('../../_utils/props').Events | {
504
- [key: string]: any;
505
- } | import('../../_utils/props').RequestParams | {
506
- [key: string]: any;
507
- }[] | {
508
- [key: string]: any;
509
- chartType: 'table';
510
- plugin: '1';
511
- layer: '1';
512
- } | {
513
- [key: string]: any;
514
- }[];
515
- };
516
- isRender: {
517
- type?: undefined;
518
- default?: undefined;
519
- } | {
520
- type: any;
521
- default: string | number | boolean | import('../../_utils/props').Events | {
522
- [key: string]: any;
523
- } | import('../../_utils/props').RequestParams | {
524
- [key: string]: any;
525
- }[] | {
526
- [key: string]: any;
527
- chartType: 'table';
528
- plugin: '1';
529
- layer: '1';
530
- } | {
531
- [key: string]: any;
532
- }[];
533
- };
534
- events: {
535
- type?: undefined;
536
- default?: undefined;
537
- } | {
538
- type: any;
539
- default: string | number | boolean | import('../../_utils/props').Events | {
540
- [key: string]: any;
541
- } | import('../../_utils/props').RequestParams | {
542
- [key: string]: any;
543
- }[] | {
544
- [key: string]: any;
545
- chartType: 'table';
546
- plugin: '1';
547
- layer: '1';
548
- } | {
549
- [key: string]: any;
550
- }[];
551
- };
552
- requestUrl: {
553
- type?: undefined;
554
- default?: undefined;
555
- } | {
556
- type: any;
557
- default: string | number | boolean | import('../../_utils/props').Events | {
558
- [key: string]: any;
559
- } | import('../../_utils/props').RequestParams | {
560
- [key: string]: any;
561
- }[] | {
562
- [key: string]: any;
563
- chartType: 'table';
564
- plugin: '1';
565
- layer: '1';
566
- } | {
567
- [key: string]: any;
568
- }[];
569
- };
570
- requestMethod: {
571
- type?: undefined;
572
- default?: undefined;
573
- } | {
574
- type: any;
575
- default: string | number | boolean | import('../../_utils/props').Events | {
576
- [key: string]: any;
577
- } | import('../../_utils/props').RequestParams | {
578
- [key: string]: any;
579
- }[] | {
580
- [key: string]: any;
581
- chartType: 'table';
582
- plugin: '1';
583
- layer: '1';
584
- } | {
585
- [key: string]: any;
586
- }[];
587
- };
588
- requestHeaders: {
589
- type?: undefined;
590
- default?: undefined;
591
- } | {
592
- type: any;
593
- default: string | number | boolean | import('../../_utils/props').Events | {
594
- [key: string]: any;
595
- } | import('../../_utils/props').RequestParams | {
596
- [key: string]: any;
597
- }[] | {
598
- [key: string]: any;
599
- chartType: 'table';
600
- plugin: '1';
601
- layer: '1';
602
- } | {
603
- [key: string]: any;
604
- }[];
605
- };
606
- isOpenRequestTimer: {
607
- type?: undefined;
608
- default?: undefined;
609
- } | {
610
- type: any;
611
- default: string | number | boolean | import('../../_utils/props').Events | {
612
- [key: string]: any;
613
- } | import('../../_utils/props').RequestParams | {
614
- [key: string]: any;
615
- }[] | {
616
- [key: string]: any;
617
- chartType: 'table';
618
- plugin: '1';
619
- layer: '1';
620
- } | {
621
- [key: string]: any;
622
- }[];
623
- };
624
- requestInterval: {
625
- type?: undefined;
626
- default?: undefined;
627
- } | {
628
- type: any;
629
- default: string | number | boolean | import('../../_utils/props').Events | {
630
- [key: string]: any;
631
- } | import('../../_utils/props').RequestParams | {
632
- [key: string]: any;
633
- }[] | {
634
- [key: string]: any;
635
- chartType: 'table';
636
- plugin: '1';
637
- layer: '1';
638
- } | {
639
- [key: string]: any;
640
- }[];
641
- };
642
- requestParams: {
643
- type?: undefined;
644
- default?: undefined;
645
- } | {
646
- type: any;
647
- default: string | number | boolean | import('../../_utils/props').Events | {
648
- [key: string]: any;
649
- } | import('../../_utils/props').RequestParams | {
650
- [key: string]: any;
651
- }[] | {
652
- [key: string]: any;
653
- chartType: 'table';
654
- plugin: '1';
655
- layer: '1';
656
- } | {
657
- [key: string]: any;
658
- }[];
659
- };
660
- requestSort: {
661
- type?: undefined;
662
- default?: undefined;
663
- } | {
664
- type: any;
665
- default: string | number | boolean | import('../../_utils/props').Events | {
666
- [key: string]: any;
667
- } | import('../../_utils/props').RequestParams | {
668
- [key: string]: any;
669
- }[] | {
670
- [key: string]: any;
671
- chartType: 'table';
672
- plugin: '1';
673
- layer: '1';
674
- } | {
675
- [key: string]: any;
676
- }[];
677
- };
678
- dataType: {
679
- type?: undefined;
680
- default?: undefined;
681
- } | {
682
- type: any;
683
- default: string | number | boolean | import('../../_utils/props').Events | {
684
- [key: string]: any;
685
- } | import('../../_utils/props').RequestParams | {
686
- [key: string]: any;
687
- }[] | {
688
- [key: string]: any;
689
- chartType: 'table';
690
- plugin: '1';
691
- layer: '1';
692
- } | {
693
- [key: string]: any;
694
- }[];
695
- };
696
- };
697
- export declare const tableEvents: string[];
@@ -1,5 +0,0 @@
1
- export * from './text';
2
- export * from './scroll-text';
3
- export * from './time-display';
4
- export * from './list';
5
- export * from './proportion';