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