@ecan-bi/datav 1.0.67 → 1.0.69
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 +12 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +12 -4
- 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 +227 -133
- package/types/graph/bar/index.d.ts +94 -0
- package/types/graph/bar/props.d.ts +45 -0
- 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
|
value: {
|
|
@@ -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
|
picker: {
|
|
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
|
format: {
|
|
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
|
showTime: {
|
|
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>;
|
|
@@ -247,234 +246,234 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
247
246
|
default?: undefined;
|
|
248
247
|
} | {
|
|
249
248
|
type: any;
|
|
250
|
-
default: string | number | boolean | Events | {
|
|
249
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
251
250
|
[key: string]: any;
|
|
252
|
-
} | import(
|
|
251
|
+
} | import("../../_utils/props").RequestParams;
|
|
253
252
|
};
|
|
254
253
|
picker: {
|
|
255
254
|
type?: undefined;
|
|
256
255
|
default?: undefined;
|
|
257
256
|
} | {
|
|
258
257
|
type: any;
|
|
259
|
-
default: string | number | boolean | Events | {
|
|
258
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
260
259
|
[key: string]: any;
|
|
261
|
-
} | import(
|
|
260
|
+
} | import("../../_utils/props").RequestParams;
|
|
262
261
|
};
|
|
263
262
|
format: {
|
|
264
263
|
type?: undefined;
|
|
265
264
|
default?: undefined;
|
|
266
265
|
} | {
|
|
267
266
|
type: any;
|
|
268
|
-
default: string | number | boolean | Events | {
|
|
267
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
269
268
|
[key: string]: any;
|
|
270
|
-
} | import(
|
|
269
|
+
} | import("../../_utils/props").RequestParams;
|
|
271
270
|
};
|
|
272
271
|
showTime: {
|
|
273
272
|
type?: undefined;
|
|
274
273
|
default?: undefined;
|
|
275
274
|
} | {
|
|
276
275
|
type: any;
|
|
277
|
-
default: string | number | boolean | Events | {
|
|
276
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
278
277
|
[key: string]: any;
|
|
279
|
-
} | import(
|
|
278
|
+
} | import("../../_utils/props").RequestParams;
|
|
280
279
|
};
|
|
281
280
|
id: {
|
|
282
281
|
type?: undefined;
|
|
283
282
|
default?: undefined;
|
|
284
283
|
} | {
|
|
285
284
|
type: any;
|
|
286
|
-
default: string | number | boolean | Events | {
|
|
285
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
287
286
|
[key: string]: any;
|
|
288
|
-
} | import(
|
|
287
|
+
} | import("../../_utils/props").RequestParams;
|
|
289
288
|
};
|
|
290
289
|
name: {
|
|
291
290
|
type?: undefined;
|
|
292
291
|
default?: undefined;
|
|
293
292
|
} | {
|
|
294
293
|
type: any;
|
|
295
|
-
default: string | number | boolean | Events | {
|
|
294
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
296
295
|
[key: string]: any;
|
|
297
|
-
} | import(
|
|
296
|
+
} | import("../../_utils/props").RequestParams;
|
|
298
297
|
};
|
|
299
298
|
keyName: {
|
|
300
299
|
type?: undefined;
|
|
301
300
|
default?: undefined;
|
|
302
301
|
} | {
|
|
303
302
|
type: any;
|
|
304
|
-
default: string | number | boolean | Events | {
|
|
303
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
305
304
|
[key: string]: any;
|
|
306
|
-
} | import(
|
|
305
|
+
} | import("../../_utils/props").RequestParams;
|
|
307
306
|
};
|
|
308
307
|
type: {
|
|
309
308
|
type?: undefined;
|
|
310
309
|
default?: undefined;
|
|
311
310
|
} | {
|
|
312
311
|
type: any;
|
|
313
|
-
default: string | number | boolean | Events | {
|
|
312
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
314
313
|
[key: string]: any;
|
|
315
|
-
} | import(
|
|
314
|
+
} | import("../../_utils/props").RequestParams;
|
|
316
315
|
};
|
|
317
316
|
width: {
|
|
318
317
|
type?: undefined;
|
|
319
318
|
default?: undefined;
|
|
320
319
|
} | {
|
|
321
320
|
type: any;
|
|
322
|
-
default: string | number | boolean | Events | {
|
|
321
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
323
322
|
[key: string]: any;
|
|
324
|
-
} | import(
|
|
323
|
+
} | import("../../_utils/props").RequestParams;
|
|
325
324
|
};
|
|
326
325
|
height: {
|
|
327
326
|
type?: undefined;
|
|
328
327
|
default?: undefined;
|
|
329
328
|
} | {
|
|
330
329
|
type: any;
|
|
331
|
-
default: string | number | boolean | Events | {
|
|
330
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
332
331
|
[key: string]: any;
|
|
333
|
-
} | import(
|
|
332
|
+
} | import("../../_utils/props").RequestParams;
|
|
334
333
|
};
|
|
335
334
|
position: {
|
|
336
335
|
type?: undefined;
|
|
337
336
|
default?: undefined;
|
|
338
337
|
} | {
|
|
339
338
|
type: any;
|
|
340
|
-
default: string | number | boolean | Events | {
|
|
339
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
341
340
|
[key: string]: any;
|
|
342
|
-
} | import(
|
|
341
|
+
} | import("../../_utils/props").RequestParams;
|
|
343
342
|
};
|
|
344
343
|
top: {
|
|
345
344
|
type?: undefined;
|
|
346
345
|
default?: undefined;
|
|
347
346
|
} | {
|
|
348
347
|
type: any;
|
|
349
|
-
default: string | number | boolean | Events | {
|
|
348
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
350
349
|
[key: string]: any;
|
|
351
|
-
} | import(
|
|
350
|
+
} | import("../../_utils/props").RequestParams;
|
|
352
351
|
};
|
|
353
352
|
left: {
|
|
354
353
|
type?: undefined;
|
|
355
354
|
default?: undefined;
|
|
356
355
|
} | {
|
|
357
356
|
type: any;
|
|
358
|
-
default: string | number | boolean | Events | {
|
|
357
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
359
358
|
[key: string]: any;
|
|
360
|
-
} | import(
|
|
359
|
+
} | import("../../_utils/props").RequestParams;
|
|
361
360
|
};
|
|
362
361
|
zIndex: {
|
|
363
362
|
type?: undefined;
|
|
364
363
|
default?: undefined;
|
|
365
364
|
} | {
|
|
366
365
|
type: any;
|
|
367
|
-
default: string | number | boolean | Events | {
|
|
366
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
368
367
|
[key: string]: any;
|
|
369
|
-
} | import(
|
|
368
|
+
} | import("../../_utils/props").RequestParams;
|
|
370
369
|
};
|
|
371
370
|
rotate: {
|
|
372
371
|
type?: undefined;
|
|
373
372
|
default?: undefined;
|
|
374
373
|
} | {
|
|
375
374
|
type: any;
|
|
376
|
-
default: string | number | boolean | Events | {
|
|
375
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
377
376
|
[key: string]: any;
|
|
378
|
-
} | import(
|
|
377
|
+
} | import("../../_utils/props").RequestParams;
|
|
379
378
|
};
|
|
380
379
|
isShow: {
|
|
381
380
|
type?: undefined;
|
|
382
381
|
default?: undefined;
|
|
383
382
|
} | {
|
|
384
383
|
type: any;
|
|
385
|
-
default: string | number | boolean | Events | {
|
|
384
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
386
385
|
[key: string]: any;
|
|
387
|
-
} | import(
|
|
386
|
+
} | import("../../_utils/props").RequestParams;
|
|
388
387
|
};
|
|
389
388
|
isRender: {
|
|
390
389
|
type?: undefined;
|
|
391
390
|
default?: undefined;
|
|
392
391
|
} | {
|
|
393
392
|
type: any;
|
|
394
|
-
default: string | number | boolean | Events | {
|
|
393
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
395
394
|
[key: string]: any;
|
|
396
|
-
} | import(
|
|
395
|
+
} | import("../../_utils/props").RequestParams;
|
|
397
396
|
};
|
|
398
397
|
events: {
|
|
399
398
|
type?: undefined;
|
|
400
399
|
default?: undefined;
|
|
401
400
|
} | {
|
|
402
401
|
type: any;
|
|
403
|
-
default: string | number | boolean | Events | {
|
|
402
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
404
403
|
[key: string]: any;
|
|
405
|
-
} | import(
|
|
404
|
+
} | import("../../_utils/props").RequestParams;
|
|
406
405
|
};
|
|
407
406
|
requestUrl: {
|
|
408
407
|
type?: undefined;
|
|
409
408
|
default?: undefined;
|
|
410
409
|
} | {
|
|
411
410
|
type: any;
|
|
412
|
-
default: string | number | boolean | Events | {
|
|
411
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
413
412
|
[key: string]: any;
|
|
414
|
-
} | import(
|
|
413
|
+
} | import("../../_utils/props").RequestParams;
|
|
415
414
|
};
|
|
416
415
|
requestMethod: {
|
|
417
416
|
type?: undefined;
|
|
418
417
|
default?: undefined;
|
|
419
418
|
} | {
|
|
420
419
|
type: any;
|
|
421
|
-
default: string | number | boolean | Events | {
|
|
420
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
422
421
|
[key: string]: any;
|
|
423
|
-
} | import(
|
|
422
|
+
} | import("../../_utils/props").RequestParams;
|
|
424
423
|
};
|
|
425
424
|
requestHeaders: {
|
|
426
425
|
type?: undefined;
|
|
427
426
|
default?: undefined;
|
|
428
427
|
} | {
|
|
429
428
|
type: any;
|
|
430
|
-
default: string | number | boolean | Events | {
|
|
429
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
431
430
|
[key: string]: any;
|
|
432
|
-
} | import(
|
|
431
|
+
} | import("../../_utils/props").RequestParams;
|
|
433
432
|
};
|
|
434
433
|
isOpenRequestTimer: {
|
|
435
434
|
type?: undefined;
|
|
436
435
|
default?: undefined;
|
|
437
436
|
} | {
|
|
438
437
|
type: any;
|
|
439
|
-
default: string | number | boolean | Events | {
|
|
438
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
440
439
|
[key: string]: any;
|
|
441
|
-
} | import(
|
|
440
|
+
} | import("../../_utils/props").RequestParams;
|
|
442
441
|
};
|
|
443
442
|
requestInterval: {
|
|
444
443
|
type?: undefined;
|
|
445
444
|
default?: undefined;
|
|
446
445
|
} | {
|
|
447
446
|
type: any;
|
|
448
|
-
default: string | number | boolean | Events | {
|
|
447
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
449
448
|
[key: string]: any;
|
|
450
|
-
} | import(
|
|
449
|
+
} | import("../../_utils/props").RequestParams;
|
|
451
450
|
};
|
|
452
451
|
requestParams: {
|
|
453
452
|
type?: undefined;
|
|
454
453
|
default?: undefined;
|
|
455
454
|
} | {
|
|
456
455
|
type: any;
|
|
457
|
-
default: string | number | boolean | Events | {
|
|
456
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
458
457
|
[key: string]: any;
|
|
459
|
-
} | import(
|
|
458
|
+
} | import("../../_utils/props").RequestParams;
|
|
460
459
|
};
|
|
461
460
|
requestSort: {
|
|
462
461
|
type?: undefined;
|
|
463
462
|
default?: undefined;
|
|
464
463
|
} | {
|
|
465
464
|
type: any;
|
|
466
|
-
default: string | number | boolean | Events | {
|
|
465
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
467
466
|
[key: string]: any;
|
|
468
|
-
} | import(
|
|
467
|
+
} | import("../../_utils/props").RequestParams;
|
|
469
468
|
};
|
|
470
469
|
dataType: {
|
|
471
470
|
type?: undefined;
|
|
472
471
|
default?: undefined;
|
|
473
472
|
} | {
|
|
474
473
|
type: any;
|
|
475
|
-
default: string | number | boolean | Events | {
|
|
474
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
476
475
|
[key: string]: any;
|
|
477
|
-
} | import(
|
|
476
|
+
} | import("../../_utils/props").RequestParams;
|
|
478
477
|
};
|
|
479
478
|
}>>, {}>;
|
|
480
479
|
export default _sfc_main;
|