@ecan-bi/datav 1.0.67 → 1.0.68
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.
- package/dist/index.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/_utils/hooks/useEmitEvent.d.ts +4 -3
- package/types/container/border/Border.vue.d.ts +294 -137
- package/types/container/border/index.d.ts +226 -68
- package/types/container/border/props.d.ts +116 -34
- package/types/container/tabs/Tabs.vue.d.ts +14 -0
- package/types/container/tabs/index.d.ts +14 -0
- package/types/container/tabs/props.d.ts +8 -0
- package/types/control/button/Button.vue.d.ts +120 -121
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -105
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -105
- package/types/control/select/Select.vue.d.ts +100 -101
- package/types/graph/bar/Bar.vue.d.ts +133 -133
- package/types/table/table/Table.vue.d.ts +168 -169
- package/types/text/list/List.vue.d.ts +128 -129
- package/types/text/proportion/Proportion.vue.d.ts +146 -147
- package/types/text/proportion/index.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +140 -141
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Events } from '../../_utils/props';
|
|
2
1
|
import dayjs from 'dayjs';
|
|
3
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
3
|
picker: {
|
|
@@ -6,234 +5,234 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
6
5
|
default?: undefined;
|
|
7
6
|
} | {
|
|
8
7
|
type: any;
|
|
9
|
-
default: string | number | boolean | Events | {
|
|
8
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
10
9
|
[key: string]: any;
|
|
11
|
-
} | import(
|
|
10
|
+
} | import("../../_utils/props").RequestParams;
|
|
12
11
|
};
|
|
13
12
|
format: {
|
|
14
13
|
type?: undefined;
|
|
15
14
|
default?: undefined;
|
|
16
15
|
} | {
|
|
17
16
|
type: any;
|
|
18
|
-
default: string | number | boolean | Events | {
|
|
17
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
19
18
|
[key: string]: any;
|
|
20
|
-
} | import(
|
|
19
|
+
} | import("../../_utils/props").RequestParams;
|
|
21
20
|
};
|
|
22
21
|
startTime: {
|
|
23
22
|
type?: undefined;
|
|
24
23
|
default?: undefined;
|
|
25
24
|
} | {
|
|
26
25
|
type: any;
|
|
27
|
-
default: string | number | boolean | Events | {
|
|
26
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
28
27
|
[key: string]: any;
|
|
29
|
-
} | import(
|
|
28
|
+
} | import("../../_utils/props").RequestParams;
|
|
30
29
|
};
|
|
31
30
|
endTime: {
|
|
32
31
|
type?: undefined;
|
|
33
32
|
default?: undefined;
|
|
34
33
|
} | {
|
|
35
34
|
type: any;
|
|
36
|
-
default: string | number | boolean | Events | {
|
|
35
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
37
36
|
[key: string]: any;
|
|
38
|
-
} | import(
|
|
37
|
+
} | import("../../_utils/props").RequestParams;
|
|
39
38
|
};
|
|
40
39
|
id: {
|
|
41
40
|
type?: undefined;
|
|
42
41
|
default?: undefined;
|
|
43
42
|
} | {
|
|
44
43
|
type: any;
|
|
45
|
-
default: string | number | boolean | Events | {
|
|
44
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
46
45
|
[key: string]: any;
|
|
47
|
-
} | import(
|
|
46
|
+
} | import("../../_utils/props").RequestParams;
|
|
48
47
|
};
|
|
49
48
|
name: {
|
|
50
49
|
type?: undefined;
|
|
51
50
|
default?: undefined;
|
|
52
51
|
} | {
|
|
53
52
|
type: any;
|
|
54
|
-
default: string | number | boolean | Events | {
|
|
53
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
55
54
|
[key: string]: any;
|
|
56
|
-
} | import(
|
|
55
|
+
} | import("../../_utils/props").RequestParams;
|
|
57
56
|
};
|
|
58
57
|
keyName: {
|
|
59
58
|
type?: undefined;
|
|
60
59
|
default?: undefined;
|
|
61
60
|
} | {
|
|
62
61
|
type: any;
|
|
63
|
-
default: string | number | boolean | Events | {
|
|
62
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
64
63
|
[key: string]: any;
|
|
65
|
-
} | import(
|
|
64
|
+
} | import("../../_utils/props").RequestParams;
|
|
66
65
|
};
|
|
67
66
|
type: {
|
|
68
67
|
type?: undefined;
|
|
69
68
|
default?: undefined;
|
|
70
69
|
} | {
|
|
71
70
|
type: any;
|
|
72
|
-
default: string | number | boolean | Events | {
|
|
71
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
73
72
|
[key: string]: any;
|
|
74
|
-
} | import(
|
|
73
|
+
} | import("../../_utils/props").RequestParams;
|
|
75
74
|
};
|
|
76
75
|
width: {
|
|
77
76
|
type?: undefined;
|
|
78
77
|
default?: undefined;
|
|
79
78
|
} | {
|
|
80
79
|
type: any;
|
|
81
|
-
default: string | number | boolean | Events | {
|
|
80
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
82
81
|
[key: string]: any;
|
|
83
|
-
} | import(
|
|
82
|
+
} | import("../../_utils/props").RequestParams;
|
|
84
83
|
};
|
|
85
84
|
height: {
|
|
86
85
|
type?: undefined;
|
|
87
86
|
default?: undefined;
|
|
88
87
|
} | {
|
|
89
88
|
type: any;
|
|
90
|
-
default: string | number | boolean | Events | {
|
|
89
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
91
90
|
[key: string]: any;
|
|
92
|
-
} | import(
|
|
91
|
+
} | import("../../_utils/props").RequestParams;
|
|
93
92
|
};
|
|
94
93
|
position: {
|
|
95
94
|
type?: undefined;
|
|
96
95
|
default?: undefined;
|
|
97
96
|
} | {
|
|
98
97
|
type: any;
|
|
99
|
-
default: string | number | boolean | Events | {
|
|
98
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
100
99
|
[key: string]: any;
|
|
101
|
-
} | import(
|
|
100
|
+
} | import("../../_utils/props").RequestParams;
|
|
102
101
|
};
|
|
103
102
|
top: {
|
|
104
103
|
type?: undefined;
|
|
105
104
|
default?: undefined;
|
|
106
105
|
} | {
|
|
107
106
|
type: any;
|
|
108
|
-
default: string | number | boolean | Events | {
|
|
107
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
109
108
|
[key: string]: any;
|
|
110
|
-
} | import(
|
|
109
|
+
} | import("../../_utils/props").RequestParams;
|
|
111
110
|
};
|
|
112
111
|
left: {
|
|
113
112
|
type?: undefined;
|
|
114
113
|
default?: undefined;
|
|
115
114
|
} | {
|
|
116
115
|
type: any;
|
|
117
|
-
default: string | number | boolean | Events | {
|
|
116
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
118
117
|
[key: string]: any;
|
|
119
|
-
} | import(
|
|
118
|
+
} | import("../../_utils/props").RequestParams;
|
|
120
119
|
};
|
|
121
120
|
zIndex: {
|
|
122
121
|
type?: undefined;
|
|
123
122
|
default?: undefined;
|
|
124
123
|
} | {
|
|
125
124
|
type: any;
|
|
126
|
-
default: string | number | boolean | Events | {
|
|
125
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
127
126
|
[key: string]: any;
|
|
128
|
-
} | import(
|
|
127
|
+
} | import("../../_utils/props").RequestParams;
|
|
129
128
|
};
|
|
130
129
|
rotate: {
|
|
131
130
|
type?: undefined;
|
|
132
131
|
default?: undefined;
|
|
133
132
|
} | {
|
|
134
133
|
type: any;
|
|
135
|
-
default: string | number | boolean | Events | {
|
|
134
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
136
135
|
[key: string]: any;
|
|
137
|
-
} | import(
|
|
136
|
+
} | import("../../_utils/props").RequestParams;
|
|
138
137
|
};
|
|
139
138
|
isShow: {
|
|
140
139
|
type?: undefined;
|
|
141
140
|
default?: undefined;
|
|
142
141
|
} | {
|
|
143
142
|
type: any;
|
|
144
|
-
default: string | number | boolean | Events | {
|
|
143
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
145
144
|
[key: string]: any;
|
|
146
|
-
} | import(
|
|
145
|
+
} | import("../../_utils/props").RequestParams;
|
|
147
146
|
};
|
|
148
147
|
isRender: {
|
|
149
148
|
type?: undefined;
|
|
150
149
|
default?: undefined;
|
|
151
150
|
} | {
|
|
152
151
|
type: any;
|
|
153
|
-
default: string | number | boolean | Events | {
|
|
152
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
154
153
|
[key: string]: any;
|
|
155
|
-
} | import(
|
|
154
|
+
} | import("../../_utils/props").RequestParams;
|
|
156
155
|
};
|
|
157
156
|
events: {
|
|
158
157
|
type?: undefined;
|
|
159
158
|
default?: undefined;
|
|
160
159
|
} | {
|
|
161
160
|
type: any;
|
|
162
|
-
default: string | number | boolean | Events | {
|
|
161
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
163
162
|
[key: string]: any;
|
|
164
|
-
} | import(
|
|
163
|
+
} | import("../../_utils/props").RequestParams;
|
|
165
164
|
};
|
|
166
165
|
requestUrl: {
|
|
167
166
|
type?: undefined;
|
|
168
167
|
default?: undefined;
|
|
169
168
|
} | {
|
|
170
169
|
type: any;
|
|
171
|
-
default: string | number | boolean | Events | {
|
|
170
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
172
171
|
[key: string]: any;
|
|
173
|
-
} | import(
|
|
172
|
+
} | import("../../_utils/props").RequestParams;
|
|
174
173
|
};
|
|
175
174
|
requestMethod: {
|
|
176
175
|
type?: undefined;
|
|
177
176
|
default?: undefined;
|
|
178
177
|
} | {
|
|
179
178
|
type: any;
|
|
180
|
-
default: string | number | boolean | Events | {
|
|
179
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
181
180
|
[key: string]: any;
|
|
182
|
-
} | import(
|
|
181
|
+
} | import("../../_utils/props").RequestParams;
|
|
183
182
|
};
|
|
184
183
|
requestHeaders: {
|
|
185
184
|
type?: undefined;
|
|
186
185
|
default?: undefined;
|
|
187
186
|
} | {
|
|
188
187
|
type: any;
|
|
189
|
-
default: string | number | boolean | Events | {
|
|
188
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
190
189
|
[key: string]: any;
|
|
191
|
-
} | import(
|
|
190
|
+
} | import("../../_utils/props").RequestParams;
|
|
192
191
|
};
|
|
193
192
|
isOpenRequestTimer: {
|
|
194
193
|
type?: undefined;
|
|
195
194
|
default?: undefined;
|
|
196
195
|
} | {
|
|
197
196
|
type: any;
|
|
198
|
-
default: string | number | boolean | Events | {
|
|
197
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
199
198
|
[key: string]: any;
|
|
200
|
-
} | import(
|
|
199
|
+
} | import("../../_utils/props").RequestParams;
|
|
201
200
|
};
|
|
202
201
|
requestInterval: {
|
|
203
202
|
type?: undefined;
|
|
204
203
|
default?: undefined;
|
|
205
204
|
} | {
|
|
206
205
|
type: any;
|
|
207
|
-
default: string | number | boolean | Events | {
|
|
206
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
208
207
|
[key: string]: any;
|
|
209
|
-
} | import(
|
|
208
|
+
} | import("../../_utils/props").RequestParams;
|
|
210
209
|
};
|
|
211
210
|
requestParams: {
|
|
212
211
|
type?: undefined;
|
|
213
212
|
default?: undefined;
|
|
214
213
|
} | {
|
|
215
214
|
type: any;
|
|
216
|
-
default: string | number | boolean | Events | {
|
|
215
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
217
216
|
[key: string]: any;
|
|
218
|
-
} | import(
|
|
217
|
+
} | import("../../_utils/props").RequestParams;
|
|
219
218
|
};
|
|
220
219
|
requestSort: {
|
|
221
220
|
type?: undefined;
|
|
222
221
|
default?: undefined;
|
|
223
222
|
} | {
|
|
224
223
|
type: any;
|
|
225
|
-
default: string | number | boolean | Events | {
|
|
224
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
226
225
|
[key: string]: any;
|
|
227
|
-
} | import(
|
|
226
|
+
} | import("../../_utils/props").RequestParams;
|
|
228
227
|
};
|
|
229
228
|
dataType: {
|
|
230
229
|
type?: undefined;
|
|
231
230
|
default?: undefined;
|
|
232
231
|
} | {
|
|
233
232
|
type: any;
|
|
234
|
-
default: string | number | boolean | Events | {
|
|
233
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
235
234
|
[key: string]: any;
|
|
236
|
-
} | import(
|
|
235
|
+
} | import("../../_utils/props").RequestParams;
|
|
237
236
|
};
|
|
238
237
|
}, {
|
|
239
238
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -363,234 +362,234 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
363
362
|
default?: undefined;
|
|
364
363
|
} | {
|
|
365
364
|
type: any;
|
|
366
|
-
default: string | number | boolean | Events | {
|
|
365
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
367
366
|
[key: string]: any;
|
|
368
|
-
} | import(
|
|
367
|
+
} | import("../../_utils/props").RequestParams;
|
|
369
368
|
};
|
|
370
369
|
format: {
|
|
371
370
|
type?: undefined;
|
|
372
371
|
default?: undefined;
|
|
373
372
|
} | {
|
|
374
373
|
type: any;
|
|
375
|
-
default: string | number | boolean | Events | {
|
|
374
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
376
375
|
[key: string]: any;
|
|
377
|
-
} | import(
|
|
376
|
+
} | import("../../_utils/props").RequestParams;
|
|
378
377
|
};
|
|
379
378
|
startTime: {
|
|
380
379
|
type?: undefined;
|
|
381
380
|
default?: undefined;
|
|
382
381
|
} | {
|
|
383
382
|
type: any;
|
|
384
|
-
default: string | number | boolean | Events | {
|
|
383
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
385
384
|
[key: string]: any;
|
|
386
|
-
} | import(
|
|
385
|
+
} | import("../../_utils/props").RequestParams;
|
|
387
386
|
};
|
|
388
387
|
endTime: {
|
|
389
388
|
type?: undefined;
|
|
390
389
|
default?: undefined;
|
|
391
390
|
} | {
|
|
392
391
|
type: any;
|
|
393
|
-
default: string | number | boolean | Events | {
|
|
392
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
394
393
|
[key: string]: any;
|
|
395
|
-
} | import(
|
|
394
|
+
} | import("../../_utils/props").RequestParams;
|
|
396
395
|
};
|
|
397
396
|
id: {
|
|
398
397
|
type?: undefined;
|
|
399
398
|
default?: undefined;
|
|
400
399
|
} | {
|
|
401
400
|
type: any;
|
|
402
|
-
default: string | number | boolean | Events | {
|
|
401
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
403
402
|
[key: string]: any;
|
|
404
|
-
} | import(
|
|
403
|
+
} | import("../../_utils/props").RequestParams;
|
|
405
404
|
};
|
|
406
405
|
name: {
|
|
407
406
|
type?: undefined;
|
|
408
407
|
default?: undefined;
|
|
409
408
|
} | {
|
|
410
409
|
type: any;
|
|
411
|
-
default: string | number | boolean | Events | {
|
|
410
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
412
411
|
[key: string]: any;
|
|
413
|
-
} | import(
|
|
412
|
+
} | import("../../_utils/props").RequestParams;
|
|
414
413
|
};
|
|
415
414
|
keyName: {
|
|
416
415
|
type?: undefined;
|
|
417
416
|
default?: undefined;
|
|
418
417
|
} | {
|
|
419
418
|
type: any;
|
|
420
|
-
default: string | number | boolean | Events | {
|
|
419
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
421
420
|
[key: string]: any;
|
|
422
|
-
} | import(
|
|
421
|
+
} | import("../../_utils/props").RequestParams;
|
|
423
422
|
};
|
|
424
423
|
type: {
|
|
425
424
|
type?: undefined;
|
|
426
425
|
default?: undefined;
|
|
427
426
|
} | {
|
|
428
427
|
type: any;
|
|
429
|
-
default: string | number | boolean | Events | {
|
|
428
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
430
429
|
[key: string]: any;
|
|
431
|
-
} | import(
|
|
430
|
+
} | import("../../_utils/props").RequestParams;
|
|
432
431
|
};
|
|
433
432
|
width: {
|
|
434
433
|
type?: undefined;
|
|
435
434
|
default?: undefined;
|
|
436
435
|
} | {
|
|
437
436
|
type: any;
|
|
438
|
-
default: string | number | boolean | Events | {
|
|
437
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
439
438
|
[key: string]: any;
|
|
440
|
-
} | import(
|
|
439
|
+
} | import("../../_utils/props").RequestParams;
|
|
441
440
|
};
|
|
442
441
|
height: {
|
|
443
442
|
type?: undefined;
|
|
444
443
|
default?: undefined;
|
|
445
444
|
} | {
|
|
446
445
|
type: any;
|
|
447
|
-
default: string | number | boolean | Events | {
|
|
446
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
448
447
|
[key: string]: any;
|
|
449
|
-
} | import(
|
|
448
|
+
} | import("../../_utils/props").RequestParams;
|
|
450
449
|
};
|
|
451
450
|
position: {
|
|
452
451
|
type?: undefined;
|
|
453
452
|
default?: undefined;
|
|
454
453
|
} | {
|
|
455
454
|
type: any;
|
|
456
|
-
default: string | number | boolean | Events | {
|
|
455
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
457
456
|
[key: string]: any;
|
|
458
|
-
} | import(
|
|
457
|
+
} | import("../../_utils/props").RequestParams;
|
|
459
458
|
};
|
|
460
459
|
top: {
|
|
461
460
|
type?: undefined;
|
|
462
461
|
default?: undefined;
|
|
463
462
|
} | {
|
|
464
463
|
type: any;
|
|
465
|
-
default: string | number | boolean | Events | {
|
|
464
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
466
465
|
[key: string]: any;
|
|
467
|
-
} | import(
|
|
466
|
+
} | import("../../_utils/props").RequestParams;
|
|
468
467
|
};
|
|
469
468
|
left: {
|
|
470
469
|
type?: undefined;
|
|
471
470
|
default?: undefined;
|
|
472
471
|
} | {
|
|
473
472
|
type: any;
|
|
474
|
-
default: string | number | boolean | Events | {
|
|
473
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
475
474
|
[key: string]: any;
|
|
476
|
-
} | import(
|
|
475
|
+
} | import("../../_utils/props").RequestParams;
|
|
477
476
|
};
|
|
478
477
|
zIndex: {
|
|
479
478
|
type?: undefined;
|
|
480
479
|
default?: undefined;
|
|
481
480
|
} | {
|
|
482
481
|
type: any;
|
|
483
|
-
default: string | number | boolean | Events | {
|
|
482
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
484
483
|
[key: string]: any;
|
|
485
|
-
} | import(
|
|
484
|
+
} | import("../../_utils/props").RequestParams;
|
|
486
485
|
};
|
|
487
486
|
rotate: {
|
|
488
487
|
type?: undefined;
|
|
489
488
|
default?: undefined;
|
|
490
489
|
} | {
|
|
491
490
|
type: any;
|
|
492
|
-
default: string | number | boolean | Events | {
|
|
491
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
493
492
|
[key: string]: any;
|
|
494
|
-
} | import(
|
|
493
|
+
} | import("../../_utils/props").RequestParams;
|
|
495
494
|
};
|
|
496
495
|
isShow: {
|
|
497
496
|
type?: undefined;
|
|
498
497
|
default?: undefined;
|
|
499
498
|
} | {
|
|
500
499
|
type: any;
|
|
501
|
-
default: string | number | boolean | Events | {
|
|
500
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
502
501
|
[key: string]: any;
|
|
503
|
-
} | import(
|
|
502
|
+
} | import("../../_utils/props").RequestParams;
|
|
504
503
|
};
|
|
505
504
|
isRender: {
|
|
506
505
|
type?: undefined;
|
|
507
506
|
default?: undefined;
|
|
508
507
|
} | {
|
|
509
508
|
type: any;
|
|
510
|
-
default: string | number | boolean | Events | {
|
|
509
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
511
510
|
[key: string]: any;
|
|
512
|
-
} | import(
|
|
511
|
+
} | import("../../_utils/props").RequestParams;
|
|
513
512
|
};
|
|
514
513
|
events: {
|
|
515
514
|
type?: undefined;
|
|
516
515
|
default?: undefined;
|
|
517
516
|
} | {
|
|
518
517
|
type: any;
|
|
519
|
-
default: string | number | boolean | Events | {
|
|
518
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
520
519
|
[key: string]: any;
|
|
521
|
-
} | import(
|
|
520
|
+
} | import("../../_utils/props").RequestParams;
|
|
522
521
|
};
|
|
523
522
|
requestUrl: {
|
|
524
523
|
type?: undefined;
|
|
525
524
|
default?: undefined;
|
|
526
525
|
} | {
|
|
527
526
|
type: any;
|
|
528
|
-
default: string | number | boolean | Events | {
|
|
527
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
529
528
|
[key: string]: any;
|
|
530
|
-
} | import(
|
|
529
|
+
} | import("../../_utils/props").RequestParams;
|
|
531
530
|
};
|
|
532
531
|
requestMethod: {
|
|
533
532
|
type?: undefined;
|
|
534
533
|
default?: undefined;
|
|
535
534
|
} | {
|
|
536
535
|
type: any;
|
|
537
|
-
default: string | number | boolean | Events | {
|
|
536
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
538
537
|
[key: string]: any;
|
|
539
|
-
} | import(
|
|
538
|
+
} | import("../../_utils/props").RequestParams;
|
|
540
539
|
};
|
|
541
540
|
requestHeaders: {
|
|
542
541
|
type?: undefined;
|
|
543
542
|
default?: undefined;
|
|
544
543
|
} | {
|
|
545
544
|
type: any;
|
|
546
|
-
default: string | number | boolean | Events | {
|
|
545
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
547
546
|
[key: string]: any;
|
|
548
|
-
} | import(
|
|
547
|
+
} | import("../../_utils/props").RequestParams;
|
|
549
548
|
};
|
|
550
549
|
isOpenRequestTimer: {
|
|
551
550
|
type?: undefined;
|
|
552
551
|
default?: undefined;
|
|
553
552
|
} | {
|
|
554
553
|
type: any;
|
|
555
|
-
default: string | number | boolean | Events | {
|
|
554
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
556
555
|
[key: string]: any;
|
|
557
|
-
} | import(
|
|
556
|
+
} | import("../../_utils/props").RequestParams;
|
|
558
557
|
};
|
|
559
558
|
requestInterval: {
|
|
560
559
|
type?: undefined;
|
|
561
560
|
default?: undefined;
|
|
562
561
|
} | {
|
|
563
562
|
type: any;
|
|
564
|
-
default: string | number | boolean | Events | {
|
|
563
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
565
564
|
[key: string]: any;
|
|
566
|
-
} | import(
|
|
565
|
+
} | import("../../_utils/props").RequestParams;
|
|
567
566
|
};
|
|
568
567
|
requestParams: {
|
|
569
568
|
type?: undefined;
|
|
570
569
|
default?: undefined;
|
|
571
570
|
} | {
|
|
572
571
|
type: any;
|
|
573
|
-
default: string | number | boolean | Events | {
|
|
572
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
574
573
|
[key: string]: any;
|
|
575
|
-
} | import(
|
|
574
|
+
} | import("../../_utils/props").RequestParams;
|
|
576
575
|
};
|
|
577
576
|
requestSort: {
|
|
578
577
|
type?: undefined;
|
|
579
578
|
default?: undefined;
|
|
580
579
|
} | {
|
|
581
580
|
type: any;
|
|
582
|
-
default: string | number | boolean | Events | {
|
|
581
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
583
582
|
[key: string]: any;
|
|
584
|
-
} | import(
|
|
583
|
+
} | import("../../_utils/props").RequestParams;
|
|
585
584
|
};
|
|
586
585
|
dataType: {
|
|
587
586
|
type?: undefined;
|
|
588
587
|
default?: undefined;
|
|
589
588
|
} | {
|
|
590
589
|
type: any;
|
|
591
|
-
default: string | number | boolean | Events | {
|
|
590
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
592
591
|
[key: string]: any;
|
|
593
|
-
} | import(
|
|
592
|
+
} | import("../../_utils/props").RequestParams;
|
|
594
593
|
};
|
|
595
594
|
}>>, {}>;
|
|
596
595
|
export default _sfc_main;
|