@ecan-bi/datav 1.0.38 → 1.0.41

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 (126) hide show
  1. package/dist/index.es.js +32 -45
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +31 -44
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +1 -1
  6. package/package.json +2 -2
  7. package/types/common/echarts/Echarts.d.ts +418 -0
  8. package/types/common/echarts/index.d.ts +2 -2
  9. package/types/common/index.d.ts +1 -1
  10. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  11. package/types/common/skeleton/index.d.ts +2 -0
  12. package/types/container/modal/Modal.vue.d.ts +2 -2
  13. package/types/container/modal/index.d.ts +2 -2
  14. package/types/control/range-picker/RangePicker.vue.d.ts +2 -2
  15. package/types/control/range-picker/index.d.ts +2 -2
  16. package/dist/src/_utils/constant.d.ts +0 -7
  17. package/dist/src/_utils/hooks/index.d.ts +0 -13
  18. package/dist/src/_utils/hooks/useDownloadFile.d.ts +0 -2
  19. package/dist/src/_utils/hooks/useEmitEvent.d.ts +0 -7
  20. package/dist/src/_utils/hooks/useImagePath.d.ts +0 -2
  21. package/dist/src/_utils/hooks/useOnEvent.d.ts +0 -6
  22. package/dist/src/_utils/hooks/usePageUrl.d.ts +0 -2
  23. package/dist/src/_utils/hooks/usePickComponentStyle.d.ts +0 -9
  24. package/dist/src/_utils/hooks/usePickEchartsData.d.ts +0 -2
  25. package/dist/src/_utils/hooks/useRequestData.d.ts +0 -6
  26. package/dist/src/_utils/hooks/useRequestDiagramData.d.ts +0 -6
  27. package/dist/src/_utils/hooks/useTooltipFormatter.d.ts +0 -4
  28. package/dist/src/_utils/hooks/useTransformChartDataByAttrKey.d.ts +0 -13
  29. package/dist/src/_utils/hooks/useTransformChartDataByAttrValue.d.ts +0 -13
  30. package/dist/src/_utils/hooks/useValueFormatter.d.ts +0 -2
  31. package/dist/src/_utils/hooks/useVariablesInText.d.ts +0 -4
  32. package/dist/src/_utils/props.d.ts +0 -71
  33. package/dist/src/_utils/request.d.ts +0 -2
  34. package/dist/src/_utils/util.d.ts +0 -20
  35. package/dist/src/_utils/withInstall.d.ts +0 -5
  36. package/dist/src/common/echarts/composables/api.d.ts +0 -7
  37. package/dist/src/common/echarts/composables/autoresize.d.ts +0 -6
  38. package/dist/src/common/echarts/composables/index.d.ts +0 -3
  39. package/dist/src/common/echarts/composables/loading.d.ts +0 -10
  40. package/dist/src/common/echarts/index.d.ts +0 -2
  41. package/dist/src/common/echarts/types.d.ts +0 -20
  42. package/dist/src/common/echarts/utils.d.ts +0 -6
  43. package/dist/src/common/index.d.ts +0 -3
  44. package/dist/src/common/spin/Spin.vue.d.ts +0 -18
  45. package/dist/src/common/spin/index.d.ts +0 -2
  46. package/dist/src/components.d.ts +0 -9
  47. package/dist/src/container/border/Border.vue.d.ts +0 -494
  48. package/dist/src/container/border/index.d.ts +0 -494
  49. package/dist/src/container/border/props.d.ts +0 -255
  50. package/dist/src/container/index.d.ts +0 -2
  51. package/dist/src/container/modal/Modal.vue.d.ts +0 -505
  52. package/dist/src/container/modal/index.d.ts +0 -506
  53. package/dist/src/container/modal/props.d.ts +0 -179
  54. package/dist/src/control/button/Button.vue.d.ts +0 -404
  55. package/dist/src/control/button/index.d.ts +0 -404
  56. package/dist/src/control/button/props.d.ts +0 -205
  57. package/dist/src/control/date-picker/DatePicker.vue.d.ts +0 -480
  58. package/dist/src/control/date-picker/index.d.ts +0 -479
  59. package/dist/src/control/date-picker/props.d.ts +0 -245
  60. package/dist/src/control/index.d.ts +0 -6
  61. package/dist/src/control/input/Input.vue.d.ts +0 -438
  62. package/dist/src/control/input/index.d.ts +0 -439
  63. package/dist/src/control/input/props.d.ts +0 -224
  64. package/dist/src/control/range-picker/RangePicker.vue.d.ts +0 -596
  65. package/dist/src/control/range-picker/index.d.ts +0 -595
  66. package/dist/src/control/range-picker/props.d.ts +0 -245
  67. package/dist/src/control/select/Select.vue.d.ts +0 -613
  68. package/dist/src/control/select/index.d.ts +0 -613
  69. package/dist/src/control/select/props.d.ts +0 -321
  70. package/dist/src/control/tabs/Tabs.vue.d.ts +0 -447
  71. package/dist/src/control/tabs/index.d.ts +0 -448
  72. package/dist/src/control/tabs/props.d.ts +0 -235
  73. package/dist/src/graph/bar/Bar.vue.d.ts +0 -1963
  74. package/dist/src/graph/bar/index.d.ts +0 -1963
  75. package/dist/src/graph/bar/props.d.ts +0 -954
  76. package/dist/src/graph/combo-graph/ComboGraph.vue.d.ts +0 -853
  77. package/dist/src/graph/combo-graph/index.d.ts +0 -854
  78. package/dist/src/graph/combo-graph/props.d.ts +0 -429
  79. package/dist/src/graph/custom-graph/CustomGraph.vue.d.ts +0 -537
  80. package/dist/src/graph/custom-graph/index.d.ts +0 -537
  81. package/dist/src/graph/custom-graph/props.d.ts +0 -274
  82. package/dist/src/graph/index.d.ts +0 -6
  83. package/dist/src/graph/line/Line.vue.d.ts +0 -818
  84. package/dist/src/graph/line/index.d.ts +0 -819
  85. package/dist/src/graph/line/props.d.ts +0 -409
  86. package/dist/src/graph/pie/Pie.vue.d.ts +0 -894
  87. package/dist/src/graph/pie/index.d.ts +0 -895
  88. package/dist/src/graph/pie/props.d.ts +0 -461
  89. package/dist/src/graph/scatter/Scatter.vue.d.ts +0 -794
  90. package/dist/src/graph/scatter/index.d.ts +0 -795
  91. package/dist/src/graph/scatter/props.d.ts +0 -396
  92. package/dist/src/index.d.ts +0 -6
  93. package/dist/src/map/index.d.ts +0 -1
  94. package/dist/src/map/map/Map.vue.d.ts +0 -1699
  95. package/dist/src/map/map/index.d.ts +0 -1700
  96. package/dist/src/map/map/props.d.ts +0 -829
  97. package/dist/src/media/image/Image.vue.d.ts +0 -476
  98. package/dist/src/media/image/index.d.ts +0 -477
  99. package/dist/src/media/image/props.d.ts +0 -244
  100. package/dist/src/media/index.d.ts +0 -1
  101. package/dist/src/setting/index.d.ts +0 -2
  102. package/dist/src/setting/page-config/PageConfig.vue.d.ts +0 -112
  103. package/dist/src/setting/page-config/index.d.ts +0 -113
  104. package/dist/src/setting/page-config/props.d.ts +0 -61
  105. package/dist/src/setting/provider-config/ProviderConfig.vue.d.ts +0 -48
  106. package/dist/src/setting/provider-config/index.d.ts +0 -49
  107. package/dist/src/setting/provider-config/props.d.ts +0 -29
  108. package/dist/src/table/index.d.ts +0 -1
  109. package/dist/src/table/table/Table.vue.d.ts +0 -552
  110. package/dist/src/table/table/index.d.ts +0 -553
  111. package/dist/src/table/table/props.d.ts +0 -285
  112. package/dist/src/text/index.d.ts +0 -5
  113. package/dist/src/text/list/List.vue.d.ts +0 -849
  114. package/dist/src/text/list/index.d.ts +0 -849
  115. package/dist/src/text/list/props.d.ts +0 -441
  116. package/dist/src/text/proportion/Proportion.vue.d.ts +0 -760
  117. package/dist/src/text/proportion/index.d.ts +0 -760
  118. package/dist/src/text/proportion/props.d.ts +0 -395
  119. package/dist/src/text/scroll-text/ScrollText.vue.d.ts +0 -4
  120. package/dist/src/text/scroll-text/index.d.ts +0 -4
  121. package/dist/src/text/text/Text.vue.d.ts +0 -736
  122. package/dist/src/text/text/index.d.ts +0 -736
  123. package/dist/src/text/text/props.d.ts +0 -383
  124. package/dist/src/text/time-display/TimeDisplay.vue.d.ts +0 -547
  125. package/dist/src/text/time-display/index.d.ts +0 -548
  126. package/dist/src/text/time-display/props.d.ts +0 -284
@@ -1,829 +0,0 @@
1
- import { Props } from '../../_utils/props';
2
- export interface MapProps extends Props {
3
- mapJson: {
4
- name: string;
5
- value: string;
6
- } | null;
7
- data: {
8
- [key: string]: any;
9
- }[];
10
- backgroundImage: string;
11
- backgroundImageRepeat: 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
12
- symbolImage: string;
13
- symbolWidth: number;
14
- symbolHeight: number;
15
- geoZoom: number;
16
- geoRoam: boolean;
17
- geoCenter: string;
18
- geoBackgroundImage: string;
19
- geoBackgroundImageRepeat: 'repeat' | 'repeat-x' | 'repeat-y' | 'no-repeat';
20
- geoLabelShow: boolean;
21
- geoLabelColor: string;
22
- geoLabelFontSize: number;
23
- geoItemStyleAreaColor: string;
24
- geoItemStyleBorderColor: string;
25
- geoItemStyleBorderWidth: number;
26
- geoItemStyleShadowColor: string;
27
- geoItemStyleShadowOffsetX: number;
28
- geoItemStyleShadowOffsetY: number;
29
- geoItemStyleShadowBlur: number;
30
- geoEmphasisDisabled: boolean;
31
- geoEmphasisLabelColor: string;
32
- geoEmphasisItemStyleAreaColor: string;
33
- geoEmphasisItemStyleBorderColor: string;
34
- itemStyleColor: string;
35
- labelFontSize: number;
36
- labelFormatter: string;
37
- labelShow: boolean;
38
- labelColor: string;
39
- tooltipShow: boolean;
40
- tooltipTextStyleColor: string;
41
- tooltipFormatter: string;
42
- }
43
- export declare const mapProps: MapProps;
44
- export declare const mapComponentProps: {
45
- mapJson: {
46
- type?: undefined;
47
- default?: undefined;
48
- } | {
49
- type: any;
50
- default: string | number | boolean | import("../../_utils/props").Events | {
51
- [key: string]: any;
52
- } | import("../../_utils/props").RequestParams | {
53
- [key: string]: any;
54
- }[] | {
55
- name: string;
56
- value: string;
57
- };
58
- };
59
- data: {
60
- type?: undefined;
61
- default?: undefined;
62
- } | {
63
- type: any;
64
- default: string | number | boolean | import("../../_utils/props").Events | {
65
- [key: string]: any;
66
- } | import("../../_utils/props").RequestParams | {
67
- [key: string]: any;
68
- }[] | {
69
- name: string;
70
- value: string;
71
- };
72
- };
73
- backgroundImage: {
74
- type?: undefined;
75
- default?: undefined;
76
- } | {
77
- type: any;
78
- default: string | number | boolean | import("../../_utils/props").Events | {
79
- [key: string]: any;
80
- } | import("../../_utils/props").RequestParams | {
81
- [key: string]: any;
82
- }[] | {
83
- name: string;
84
- value: string;
85
- };
86
- };
87
- backgroundImageRepeat: {
88
- type?: undefined;
89
- default?: undefined;
90
- } | {
91
- type: any;
92
- default: string | number | boolean | import("../../_utils/props").Events | {
93
- [key: string]: any;
94
- } | import("../../_utils/props").RequestParams | {
95
- [key: string]: any;
96
- }[] | {
97
- name: string;
98
- value: string;
99
- };
100
- };
101
- symbolImage: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | number | boolean | import("../../_utils/props").Events | {
107
- [key: string]: any;
108
- } | import("../../_utils/props").RequestParams | {
109
- [key: string]: any;
110
- }[] | {
111
- name: string;
112
- value: string;
113
- };
114
- };
115
- symbolWidth: {
116
- type?: undefined;
117
- default?: undefined;
118
- } | {
119
- type: any;
120
- default: string | number | boolean | import("../../_utils/props").Events | {
121
- [key: string]: any;
122
- } | import("../../_utils/props").RequestParams | {
123
- [key: string]: any;
124
- }[] | {
125
- name: string;
126
- value: string;
127
- };
128
- };
129
- symbolHeight: {
130
- type?: undefined;
131
- default?: undefined;
132
- } | {
133
- type: any;
134
- default: string | number | boolean | import("../../_utils/props").Events | {
135
- [key: string]: any;
136
- } | import("../../_utils/props").RequestParams | {
137
- [key: string]: any;
138
- }[] | {
139
- name: string;
140
- value: string;
141
- };
142
- };
143
- geoZoom: {
144
- type?: undefined;
145
- default?: undefined;
146
- } | {
147
- type: any;
148
- default: string | number | boolean | import("../../_utils/props").Events | {
149
- [key: string]: any;
150
- } | import("../../_utils/props").RequestParams | {
151
- [key: string]: any;
152
- }[] | {
153
- name: string;
154
- value: string;
155
- };
156
- };
157
- geoRoam: {
158
- type?: undefined;
159
- default?: undefined;
160
- } | {
161
- type: any;
162
- default: string | number | boolean | import("../../_utils/props").Events | {
163
- [key: string]: any;
164
- } | import("../../_utils/props").RequestParams | {
165
- [key: string]: any;
166
- }[] | {
167
- name: string;
168
- value: string;
169
- };
170
- };
171
- geoCenter: {
172
- type?: undefined;
173
- default?: undefined;
174
- } | {
175
- type: any;
176
- default: string | number | boolean | import("../../_utils/props").Events | {
177
- [key: string]: any;
178
- } | import("../../_utils/props").RequestParams | {
179
- [key: string]: any;
180
- }[] | {
181
- name: string;
182
- value: string;
183
- };
184
- };
185
- geoBackgroundImage: {
186
- type?: undefined;
187
- default?: undefined;
188
- } | {
189
- type: any;
190
- default: string | number | boolean | import("../../_utils/props").Events | {
191
- [key: string]: any;
192
- } | import("../../_utils/props").RequestParams | {
193
- [key: string]: any;
194
- }[] | {
195
- name: string;
196
- value: string;
197
- };
198
- };
199
- geoBackgroundImageRepeat: {
200
- type?: undefined;
201
- default?: undefined;
202
- } | {
203
- type: any;
204
- default: string | number | boolean | import("../../_utils/props").Events | {
205
- [key: string]: any;
206
- } | import("../../_utils/props").RequestParams | {
207
- [key: string]: any;
208
- }[] | {
209
- name: string;
210
- value: string;
211
- };
212
- };
213
- geoLabelShow: {
214
- type?: undefined;
215
- default?: undefined;
216
- } | {
217
- type: any;
218
- default: string | number | boolean | import("../../_utils/props").Events | {
219
- [key: string]: any;
220
- } | import("../../_utils/props").RequestParams | {
221
- [key: string]: any;
222
- }[] | {
223
- name: string;
224
- value: string;
225
- };
226
- };
227
- geoLabelColor: {
228
- type?: undefined;
229
- default?: undefined;
230
- } | {
231
- type: any;
232
- default: string | number | boolean | import("../../_utils/props").Events | {
233
- [key: string]: any;
234
- } | import("../../_utils/props").RequestParams | {
235
- [key: string]: any;
236
- }[] | {
237
- name: string;
238
- value: string;
239
- };
240
- };
241
- geoLabelFontSize: {
242
- type?: undefined;
243
- default?: undefined;
244
- } | {
245
- type: any;
246
- default: string | number | boolean | import("../../_utils/props").Events | {
247
- [key: string]: any;
248
- } | import("../../_utils/props").RequestParams | {
249
- [key: string]: any;
250
- }[] | {
251
- name: string;
252
- value: string;
253
- };
254
- };
255
- geoItemStyleAreaColor: {
256
- type?: undefined;
257
- default?: undefined;
258
- } | {
259
- type: any;
260
- default: string | number | boolean | import("../../_utils/props").Events | {
261
- [key: string]: any;
262
- } | import("../../_utils/props").RequestParams | {
263
- [key: string]: any;
264
- }[] | {
265
- name: string;
266
- value: string;
267
- };
268
- };
269
- geoItemStyleBorderColor: {
270
- type?: undefined;
271
- default?: undefined;
272
- } | {
273
- type: any;
274
- default: string | number | boolean | import("../../_utils/props").Events | {
275
- [key: string]: any;
276
- } | import("../../_utils/props").RequestParams | {
277
- [key: string]: any;
278
- }[] | {
279
- name: string;
280
- value: string;
281
- };
282
- };
283
- geoItemStyleBorderWidth: {
284
- type?: undefined;
285
- default?: undefined;
286
- } | {
287
- type: any;
288
- default: string | number | boolean | import("../../_utils/props").Events | {
289
- [key: string]: any;
290
- } | import("../../_utils/props").RequestParams | {
291
- [key: string]: any;
292
- }[] | {
293
- name: string;
294
- value: string;
295
- };
296
- };
297
- geoItemStyleShadowColor: {
298
- type?: undefined;
299
- default?: undefined;
300
- } | {
301
- type: any;
302
- default: string | number | boolean | import("../../_utils/props").Events | {
303
- [key: string]: any;
304
- } | import("../../_utils/props").RequestParams | {
305
- [key: string]: any;
306
- }[] | {
307
- name: string;
308
- value: string;
309
- };
310
- };
311
- geoItemStyleShadowOffsetX: {
312
- type?: undefined;
313
- default?: undefined;
314
- } | {
315
- type: any;
316
- default: string | number | boolean | import("../../_utils/props").Events | {
317
- [key: string]: any;
318
- } | import("../../_utils/props").RequestParams | {
319
- [key: string]: any;
320
- }[] | {
321
- name: string;
322
- value: string;
323
- };
324
- };
325
- geoItemStyleShadowOffsetY: {
326
- type?: undefined;
327
- default?: undefined;
328
- } | {
329
- type: any;
330
- default: string | number | boolean | import("../../_utils/props").Events | {
331
- [key: string]: any;
332
- } | import("../../_utils/props").RequestParams | {
333
- [key: string]: any;
334
- }[] | {
335
- name: string;
336
- value: string;
337
- };
338
- };
339
- geoItemStyleShadowBlur: {
340
- type?: undefined;
341
- default?: undefined;
342
- } | {
343
- type: any;
344
- default: string | number | boolean | import("../../_utils/props").Events | {
345
- [key: string]: any;
346
- } | import("../../_utils/props").RequestParams | {
347
- [key: string]: any;
348
- }[] | {
349
- name: string;
350
- value: string;
351
- };
352
- };
353
- geoEmphasisDisabled: {
354
- type?: undefined;
355
- default?: undefined;
356
- } | {
357
- type: any;
358
- default: string | number | boolean | import("../../_utils/props").Events | {
359
- [key: string]: any;
360
- } | import("../../_utils/props").RequestParams | {
361
- [key: string]: any;
362
- }[] | {
363
- name: string;
364
- value: string;
365
- };
366
- };
367
- geoEmphasisLabelColor: {
368
- type?: undefined;
369
- default?: undefined;
370
- } | {
371
- type: any;
372
- default: string | number | boolean | import("../../_utils/props").Events | {
373
- [key: string]: any;
374
- } | import("../../_utils/props").RequestParams | {
375
- [key: string]: any;
376
- }[] | {
377
- name: string;
378
- value: string;
379
- };
380
- };
381
- geoEmphasisItemStyleAreaColor: {
382
- type?: undefined;
383
- default?: undefined;
384
- } | {
385
- type: any;
386
- default: string | number | boolean | import("../../_utils/props").Events | {
387
- [key: string]: any;
388
- } | import("../../_utils/props").RequestParams | {
389
- [key: string]: any;
390
- }[] | {
391
- name: string;
392
- value: string;
393
- };
394
- };
395
- geoEmphasisItemStyleBorderColor: {
396
- type?: undefined;
397
- default?: undefined;
398
- } | {
399
- type: any;
400
- default: string | number | boolean | import("../../_utils/props").Events | {
401
- [key: string]: any;
402
- } | import("../../_utils/props").RequestParams | {
403
- [key: string]: any;
404
- }[] | {
405
- name: string;
406
- value: string;
407
- };
408
- };
409
- itemStyleColor: {
410
- type?: undefined;
411
- default?: undefined;
412
- } | {
413
- type: any;
414
- default: string | number | boolean | import("../../_utils/props").Events | {
415
- [key: string]: any;
416
- } | import("../../_utils/props").RequestParams | {
417
- [key: string]: any;
418
- }[] | {
419
- name: string;
420
- value: string;
421
- };
422
- };
423
- labelFontSize: {
424
- type?: undefined;
425
- default?: undefined;
426
- } | {
427
- type: any;
428
- default: string | number | boolean | import("../../_utils/props").Events | {
429
- [key: string]: any;
430
- } | import("../../_utils/props").RequestParams | {
431
- [key: string]: any;
432
- }[] | {
433
- name: string;
434
- value: string;
435
- };
436
- };
437
- labelFormatter: {
438
- type?: undefined;
439
- default?: undefined;
440
- } | {
441
- type: any;
442
- default: string | number | boolean | import("../../_utils/props").Events | {
443
- [key: string]: any;
444
- } | import("../../_utils/props").RequestParams | {
445
- [key: string]: any;
446
- }[] | {
447
- name: string;
448
- value: string;
449
- };
450
- };
451
- labelShow: {
452
- type?: undefined;
453
- default?: undefined;
454
- } | {
455
- type: any;
456
- default: string | number | boolean | import("../../_utils/props").Events | {
457
- [key: string]: any;
458
- } | import("../../_utils/props").RequestParams | {
459
- [key: string]: any;
460
- }[] | {
461
- name: string;
462
- value: string;
463
- };
464
- };
465
- labelColor: {
466
- type?: undefined;
467
- default?: undefined;
468
- } | {
469
- type: any;
470
- default: string | number | boolean | import("../../_utils/props").Events | {
471
- [key: string]: any;
472
- } | import("../../_utils/props").RequestParams | {
473
- [key: string]: any;
474
- }[] | {
475
- name: string;
476
- value: string;
477
- };
478
- };
479
- tooltipShow: {
480
- type?: undefined;
481
- default?: undefined;
482
- } | {
483
- type: any;
484
- default: string | number | boolean | import("../../_utils/props").Events | {
485
- [key: string]: any;
486
- } | import("../../_utils/props").RequestParams | {
487
- [key: string]: any;
488
- }[] | {
489
- name: string;
490
- value: string;
491
- };
492
- };
493
- tooltipTextStyleColor: {
494
- type?: undefined;
495
- default?: undefined;
496
- } | {
497
- type: any;
498
- default: string | number | boolean | import("../../_utils/props").Events | {
499
- [key: string]: any;
500
- } | import("../../_utils/props").RequestParams | {
501
- [key: string]: any;
502
- }[] | {
503
- name: string;
504
- value: string;
505
- };
506
- };
507
- tooltipFormatter: {
508
- type?: undefined;
509
- default?: undefined;
510
- } | {
511
- type: any;
512
- default: string | number | boolean | import("../../_utils/props").Events | {
513
- [key: string]: any;
514
- } | import("../../_utils/props").RequestParams | {
515
- [key: string]: any;
516
- }[] | {
517
- name: string;
518
- value: string;
519
- };
520
- };
521
- id: {
522
- type?: undefined;
523
- default?: undefined;
524
- } | {
525
- type: any;
526
- default: string | number | boolean | import("../../_utils/props").Events | {
527
- [key: string]: any;
528
- } | import("../../_utils/props").RequestParams | {
529
- [key: string]: any;
530
- }[] | {
531
- name: string;
532
- value: string;
533
- };
534
- };
535
- name: {
536
- type?: undefined;
537
- default?: undefined;
538
- } | {
539
- type: any;
540
- default: string | number | boolean | import("../../_utils/props").Events | {
541
- [key: string]: any;
542
- } | import("../../_utils/props").RequestParams | {
543
- [key: string]: any;
544
- }[] | {
545
- name: string;
546
- value: string;
547
- };
548
- };
549
- keyName: {
550
- type?: undefined;
551
- default?: undefined;
552
- } | {
553
- type: any;
554
- default: string | number | boolean | import("../../_utils/props").Events | {
555
- [key: string]: any;
556
- } | import("../../_utils/props").RequestParams | {
557
- [key: string]: any;
558
- }[] | {
559
- name: string;
560
- value: string;
561
- };
562
- };
563
- type: {
564
- type?: undefined;
565
- default?: undefined;
566
- } | {
567
- type: any;
568
- default: string | number | boolean | import("../../_utils/props").Events | {
569
- [key: string]: any;
570
- } | import("../../_utils/props").RequestParams | {
571
- [key: string]: any;
572
- }[] | {
573
- name: string;
574
- value: string;
575
- };
576
- };
577
- width: {
578
- type?: undefined;
579
- default?: undefined;
580
- } | {
581
- type: any;
582
- default: string | number | boolean | import("../../_utils/props").Events | {
583
- [key: string]: any;
584
- } | import("../../_utils/props").RequestParams | {
585
- [key: string]: any;
586
- }[] | {
587
- name: string;
588
- value: string;
589
- };
590
- };
591
- height: {
592
- type?: undefined;
593
- default?: undefined;
594
- } | {
595
- type: any;
596
- default: string | number | boolean | import("../../_utils/props").Events | {
597
- [key: string]: any;
598
- } | import("../../_utils/props").RequestParams | {
599
- [key: string]: any;
600
- }[] | {
601
- name: string;
602
- value: string;
603
- };
604
- };
605
- position: {
606
- type?: undefined;
607
- default?: undefined;
608
- } | {
609
- type: any;
610
- default: string | number | boolean | import("../../_utils/props").Events | {
611
- [key: string]: any;
612
- } | import("../../_utils/props").RequestParams | {
613
- [key: string]: any;
614
- }[] | {
615
- name: string;
616
- value: string;
617
- };
618
- };
619
- top: {
620
- type?: undefined;
621
- default?: undefined;
622
- } | {
623
- type: any;
624
- default: string | number | boolean | import("../../_utils/props").Events | {
625
- [key: string]: any;
626
- } | import("../../_utils/props").RequestParams | {
627
- [key: string]: any;
628
- }[] | {
629
- name: string;
630
- value: string;
631
- };
632
- };
633
- left: {
634
- type?: undefined;
635
- default?: undefined;
636
- } | {
637
- type: any;
638
- default: string | number | boolean | import("../../_utils/props").Events | {
639
- [key: string]: any;
640
- } | import("../../_utils/props").RequestParams | {
641
- [key: string]: any;
642
- }[] | {
643
- name: string;
644
- value: string;
645
- };
646
- };
647
- zIndex: {
648
- type?: undefined;
649
- default?: undefined;
650
- } | {
651
- type: any;
652
- default: string | number | boolean | import("../../_utils/props").Events | {
653
- [key: string]: any;
654
- } | import("../../_utils/props").RequestParams | {
655
- [key: string]: any;
656
- }[] | {
657
- name: string;
658
- value: string;
659
- };
660
- };
661
- rotate: {
662
- type?: undefined;
663
- default?: undefined;
664
- } | {
665
- type: any;
666
- default: string | number | boolean | import("../../_utils/props").Events | {
667
- [key: string]: any;
668
- } | import("../../_utils/props").RequestParams | {
669
- [key: string]: any;
670
- }[] | {
671
- name: string;
672
- value: string;
673
- };
674
- };
675
- isShow: {
676
- type?: undefined;
677
- default?: undefined;
678
- } | {
679
- type: any;
680
- default: string | number | boolean | import("../../_utils/props").Events | {
681
- [key: string]: any;
682
- } | import("../../_utils/props").RequestParams | {
683
- [key: string]: any;
684
- }[] | {
685
- name: string;
686
- value: string;
687
- };
688
- };
689
- isRender: {
690
- type?: undefined;
691
- default?: undefined;
692
- } | {
693
- type: any;
694
- default: string | number | boolean | import("../../_utils/props").Events | {
695
- [key: string]: any;
696
- } | import("../../_utils/props").RequestParams | {
697
- [key: string]: any;
698
- }[] | {
699
- name: string;
700
- value: string;
701
- };
702
- };
703
- events: {
704
- type?: undefined;
705
- default?: undefined;
706
- } | {
707
- type: any;
708
- default: string | number | boolean | import("../../_utils/props").Events | {
709
- [key: string]: any;
710
- } | import("../../_utils/props").RequestParams | {
711
- [key: string]: any;
712
- }[] | {
713
- name: string;
714
- value: string;
715
- };
716
- };
717
- requestUrl: {
718
- type?: undefined;
719
- default?: undefined;
720
- } | {
721
- type: any;
722
- default: string | number | boolean | import("../../_utils/props").Events | {
723
- [key: string]: any;
724
- } | import("../../_utils/props").RequestParams | {
725
- [key: string]: any;
726
- }[] | {
727
- name: string;
728
- value: string;
729
- };
730
- };
731
- requestMethod: {
732
- type?: undefined;
733
- default?: undefined;
734
- } | {
735
- type: any;
736
- default: string | number | boolean | import("../../_utils/props").Events | {
737
- [key: string]: any;
738
- } | import("../../_utils/props").RequestParams | {
739
- [key: string]: any;
740
- }[] | {
741
- name: string;
742
- value: string;
743
- };
744
- };
745
- requestHeaders: {
746
- type?: undefined;
747
- default?: undefined;
748
- } | {
749
- type: any;
750
- default: string | number | boolean | import("../../_utils/props").Events | {
751
- [key: string]: any;
752
- } | import("../../_utils/props").RequestParams | {
753
- [key: string]: any;
754
- }[] | {
755
- name: string;
756
- value: string;
757
- };
758
- };
759
- isOpenRequestTimer: {
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
- name: string;
770
- value: string;
771
- };
772
- };
773
- requestInterval: {
774
- type?: undefined;
775
- default?: undefined;
776
- } | {
777
- type: any;
778
- default: string | number | boolean | import("../../_utils/props").Events | {
779
- [key: string]: any;
780
- } | import("../../_utils/props").RequestParams | {
781
- [key: string]: any;
782
- }[] | {
783
- name: string;
784
- value: string;
785
- };
786
- };
787
- requestParams: {
788
- type?: undefined;
789
- default?: undefined;
790
- } | {
791
- type: any;
792
- default: string | number | boolean | import("../../_utils/props").Events | {
793
- [key: string]: any;
794
- } | import("../../_utils/props").RequestParams | {
795
- [key: string]: any;
796
- }[] | {
797
- name: string;
798
- value: string;
799
- };
800
- };
801
- requestSort: {
802
- type?: undefined;
803
- default?: undefined;
804
- } | {
805
- type: any;
806
- default: string | number | boolean | import("../../_utils/props").Events | {
807
- [key: string]: any;
808
- } | import("../../_utils/props").RequestParams | {
809
- [key: string]: any;
810
- }[] | {
811
- name: string;
812
- value: string;
813
- };
814
- };
815
- dataType: {
816
- type?: undefined;
817
- default?: undefined;
818
- } | {
819
- type: any;
820
- default: string | number | boolean | import("../../_utils/props").Events | {
821
- [key: string]: any;
822
- } | import("../../_utils/props").RequestParams | {
823
- [key: string]: any;
824
- }[] | {
825
- name: string;
826
- value: string;
827
- };
828
- };
829
- };