@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,274 +1,273 @@
|
|
|
1
|
-
import { Events } from '../../_utils/props';
|
|
2
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
2
|
text: {
|
|
4
3
|
type?: undefined;
|
|
5
4
|
default?: undefined;
|
|
6
5
|
} | {
|
|
7
6
|
type: any;
|
|
8
|
-
default: string | number | boolean | Events | {
|
|
7
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
9
8
|
[key: string]: any;
|
|
10
|
-
} | import(
|
|
9
|
+
} | import("../../_utils/props").RequestParams;
|
|
11
10
|
};
|
|
12
11
|
mode: {
|
|
13
12
|
type?: undefined;
|
|
14
13
|
default?: undefined;
|
|
15
14
|
} | {
|
|
16
15
|
type: any;
|
|
17
|
-
default: string | number | boolean | Events | {
|
|
16
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
18
17
|
[key: string]: any;
|
|
19
|
-
} | import(
|
|
18
|
+
} | import("../../_utils/props").RequestParams;
|
|
20
19
|
};
|
|
21
20
|
danger: {
|
|
22
21
|
type?: undefined;
|
|
23
22
|
default?: undefined;
|
|
24
23
|
} | {
|
|
25
24
|
type: any;
|
|
26
|
-
default: string | number | boolean | Events | {
|
|
25
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
27
26
|
[key: string]: any;
|
|
28
|
-
} | import(
|
|
27
|
+
} | import("../../_utils/props").RequestParams;
|
|
29
28
|
};
|
|
30
29
|
shape: {
|
|
31
30
|
type?: undefined;
|
|
32
31
|
default?: undefined;
|
|
33
32
|
} | {
|
|
34
33
|
type: any;
|
|
35
|
-
default: string | number | boolean | Events | {
|
|
34
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
36
35
|
[key: string]: any;
|
|
37
|
-
} | import(
|
|
36
|
+
} | import("../../_utils/props").RequestParams;
|
|
38
37
|
};
|
|
39
38
|
href: {
|
|
40
39
|
type?: undefined;
|
|
41
40
|
default?: undefined;
|
|
42
41
|
} | {
|
|
43
42
|
type: any;
|
|
44
|
-
default: string | number | boolean | Events | {
|
|
43
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
45
44
|
[key: string]: any;
|
|
46
|
-
} | import(
|
|
45
|
+
} | import("../../_utils/props").RequestParams;
|
|
47
46
|
};
|
|
48
47
|
target: {
|
|
49
48
|
type?: undefined;
|
|
50
49
|
default?: undefined;
|
|
51
50
|
} | {
|
|
52
51
|
type: any;
|
|
53
|
-
default: string | number | boolean | Events | {
|
|
52
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
54
53
|
[key: string]: any;
|
|
55
|
-
} | import(
|
|
54
|
+
} | import("../../_utils/props").RequestParams;
|
|
56
55
|
};
|
|
57
56
|
fontSize: {
|
|
58
57
|
type?: undefined;
|
|
59
58
|
default?: undefined;
|
|
60
59
|
} | {
|
|
61
60
|
type: any;
|
|
62
|
-
default: string | number | boolean | Events | {
|
|
61
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
63
62
|
[key: string]: any;
|
|
64
|
-
} | import(
|
|
63
|
+
} | import("../../_utils/props").RequestParams;
|
|
65
64
|
};
|
|
66
65
|
fontWeight: {
|
|
67
66
|
type?: undefined;
|
|
68
67
|
default?: undefined;
|
|
69
68
|
} | {
|
|
70
69
|
type: any;
|
|
71
|
-
default: string | number | boolean | Events | {
|
|
70
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
72
71
|
[key: string]: any;
|
|
73
|
-
} | import(
|
|
72
|
+
} | import("../../_utils/props").RequestParams;
|
|
74
73
|
};
|
|
75
74
|
id: {
|
|
76
75
|
type?: undefined;
|
|
77
76
|
default?: undefined;
|
|
78
77
|
} | {
|
|
79
78
|
type: any;
|
|
80
|
-
default: string | number | boolean | Events | {
|
|
79
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
81
80
|
[key: string]: any;
|
|
82
|
-
} | import(
|
|
81
|
+
} | import("../../_utils/props").RequestParams;
|
|
83
82
|
};
|
|
84
83
|
name: {
|
|
85
84
|
type?: undefined;
|
|
86
85
|
default?: undefined;
|
|
87
86
|
} | {
|
|
88
87
|
type: any;
|
|
89
|
-
default: string | number | boolean | Events | {
|
|
88
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
90
89
|
[key: string]: any;
|
|
91
|
-
} | import(
|
|
90
|
+
} | import("../../_utils/props").RequestParams;
|
|
92
91
|
};
|
|
93
92
|
keyName: {
|
|
94
93
|
type?: undefined;
|
|
95
94
|
default?: undefined;
|
|
96
95
|
} | {
|
|
97
96
|
type: any;
|
|
98
|
-
default: string | number | boolean | Events | {
|
|
97
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
99
98
|
[key: string]: any;
|
|
100
|
-
} | import(
|
|
99
|
+
} | import("../../_utils/props").RequestParams;
|
|
101
100
|
};
|
|
102
101
|
type: {
|
|
103
102
|
type?: undefined;
|
|
104
103
|
default?: undefined;
|
|
105
104
|
} | {
|
|
106
105
|
type: any;
|
|
107
|
-
default: string | number | boolean | Events | {
|
|
106
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
108
107
|
[key: string]: any;
|
|
109
|
-
} | import(
|
|
108
|
+
} | import("../../_utils/props").RequestParams;
|
|
110
109
|
};
|
|
111
110
|
width: {
|
|
112
111
|
type?: undefined;
|
|
113
112
|
default?: undefined;
|
|
114
113
|
} | {
|
|
115
114
|
type: any;
|
|
116
|
-
default: string | number | boolean | Events | {
|
|
115
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
117
116
|
[key: string]: any;
|
|
118
|
-
} | import(
|
|
117
|
+
} | import("../../_utils/props").RequestParams;
|
|
119
118
|
};
|
|
120
119
|
height: {
|
|
121
120
|
type?: undefined;
|
|
122
121
|
default?: undefined;
|
|
123
122
|
} | {
|
|
124
123
|
type: any;
|
|
125
|
-
default: string | number | boolean | Events | {
|
|
124
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
126
125
|
[key: string]: any;
|
|
127
|
-
} | import(
|
|
126
|
+
} | import("../../_utils/props").RequestParams;
|
|
128
127
|
};
|
|
129
128
|
position: {
|
|
130
129
|
type?: undefined;
|
|
131
130
|
default?: undefined;
|
|
132
131
|
} | {
|
|
133
132
|
type: any;
|
|
134
|
-
default: string | number | boolean | Events | {
|
|
133
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
135
134
|
[key: string]: any;
|
|
136
|
-
} | import(
|
|
135
|
+
} | import("../../_utils/props").RequestParams;
|
|
137
136
|
};
|
|
138
137
|
top: {
|
|
139
138
|
type?: undefined;
|
|
140
139
|
default?: undefined;
|
|
141
140
|
} | {
|
|
142
141
|
type: any;
|
|
143
|
-
default: string | number | boolean | Events | {
|
|
142
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
144
143
|
[key: string]: any;
|
|
145
|
-
} | import(
|
|
144
|
+
} | import("../../_utils/props").RequestParams;
|
|
146
145
|
};
|
|
147
146
|
left: {
|
|
148
147
|
type?: undefined;
|
|
149
148
|
default?: undefined;
|
|
150
149
|
} | {
|
|
151
150
|
type: any;
|
|
152
|
-
default: string | number | boolean | Events | {
|
|
151
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
153
152
|
[key: string]: any;
|
|
154
|
-
} | import(
|
|
153
|
+
} | import("../../_utils/props").RequestParams;
|
|
155
154
|
};
|
|
156
155
|
zIndex: {
|
|
157
156
|
type?: undefined;
|
|
158
157
|
default?: undefined;
|
|
159
158
|
} | {
|
|
160
159
|
type: any;
|
|
161
|
-
default: string | number | boolean | Events | {
|
|
160
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
162
161
|
[key: string]: any;
|
|
163
|
-
} | import(
|
|
162
|
+
} | import("../../_utils/props").RequestParams;
|
|
164
163
|
};
|
|
165
164
|
rotate: {
|
|
166
165
|
type?: undefined;
|
|
167
166
|
default?: undefined;
|
|
168
167
|
} | {
|
|
169
168
|
type: any;
|
|
170
|
-
default: string | number | boolean | Events | {
|
|
169
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
171
170
|
[key: string]: any;
|
|
172
|
-
} | import(
|
|
171
|
+
} | import("../../_utils/props").RequestParams;
|
|
173
172
|
};
|
|
174
173
|
isShow: {
|
|
175
174
|
type?: undefined;
|
|
176
175
|
default?: undefined;
|
|
177
176
|
} | {
|
|
178
177
|
type: any;
|
|
179
|
-
default: string | number | boolean | Events | {
|
|
178
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
180
179
|
[key: string]: any;
|
|
181
|
-
} | import(
|
|
180
|
+
} | import("../../_utils/props").RequestParams;
|
|
182
181
|
};
|
|
183
182
|
isRender: {
|
|
184
183
|
type?: undefined;
|
|
185
184
|
default?: undefined;
|
|
186
185
|
} | {
|
|
187
186
|
type: any;
|
|
188
|
-
default: string | number | boolean | Events | {
|
|
187
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
189
188
|
[key: string]: any;
|
|
190
|
-
} | import(
|
|
189
|
+
} | import("../../_utils/props").RequestParams;
|
|
191
190
|
};
|
|
192
191
|
events: {
|
|
193
192
|
type?: undefined;
|
|
194
193
|
default?: undefined;
|
|
195
194
|
} | {
|
|
196
195
|
type: any;
|
|
197
|
-
default: string | number | boolean | Events | {
|
|
196
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
198
197
|
[key: string]: any;
|
|
199
|
-
} | import(
|
|
198
|
+
} | import("../../_utils/props").RequestParams;
|
|
200
199
|
};
|
|
201
200
|
requestUrl: {
|
|
202
201
|
type?: undefined;
|
|
203
202
|
default?: undefined;
|
|
204
203
|
} | {
|
|
205
204
|
type: any;
|
|
206
|
-
default: string | number | boolean | Events | {
|
|
205
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
207
206
|
[key: string]: any;
|
|
208
|
-
} | import(
|
|
207
|
+
} | import("../../_utils/props").RequestParams;
|
|
209
208
|
};
|
|
210
209
|
requestMethod: {
|
|
211
210
|
type?: undefined;
|
|
212
211
|
default?: undefined;
|
|
213
212
|
} | {
|
|
214
213
|
type: any;
|
|
215
|
-
default: string | number | boolean | Events | {
|
|
214
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
216
215
|
[key: string]: any;
|
|
217
|
-
} | import(
|
|
216
|
+
} | import("../../_utils/props").RequestParams;
|
|
218
217
|
};
|
|
219
218
|
requestHeaders: {
|
|
220
219
|
type?: undefined;
|
|
221
220
|
default?: undefined;
|
|
222
221
|
} | {
|
|
223
222
|
type: any;
|
|
224
|
-
default: string | number | boolean | Events | {
|
|
223
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
225
224
|
[key: string]: any;
|
|
226
|
-
} | import(
|
|
225
|
+
} | import("../../_utils/props").RequestParams;
|
|
227
226
|
};
|
|
228
227
|
isOpenRequestTimer: {
|
|
229
228
|
type?: undefined;
|
|
230
229
|
default?: undefined;
|
|
231
230
|
} | {
|
|
232
231
|
type: any;
|
|
233
|
-
default: string | number | boolean | Events | {
|
|
232
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
234
233
|
[key: string]: any;
|
|
235
|
-
} | import(
|
|
234
|
+
} | import("../../_utils/props").RequestParams;
|
|
236
235
|
};
|
|
237
236
|
requestInterval: {
|
|
238
237
|
type?: undefined;
|
|
239
238
|
default?: undefined;
|
|
240
239
|
} | {
|
|
241
240
|
type: any;
|
|
242
|
-
default: string | number | boolean | Events | {
|
|
241
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
243
242
|
[key: string]: any;
|
|
244
|
-
} | import(
|
|
243
|
+
} | import("../../_utils/props").RequestParams;
|
|
245
244
|
};
|
|
246
245
|
requestParams: {
|
|
247
246
|
type?: undefined;
|
|
248
247
|
default?: undefined;
|
|
249
248
|
} | {
|
|
250
249
|
type: any;
|
|
251
|
-
default: string | number | boolean | Events | {
|
|
250
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
252
251
|
[key: string]: any;
|
|
253
|
-
} | import(
|
|
252
|
+
} | import("../../_utils/props").RequestParams;
|
|
254
253
|
};
|
|
255
254
|
requestSort: {
|
|
256
255
|
type?: undefined;
|
|
257
256
|
default?: undefined;
|
|
258
257
|
} | {
|
|
259
258
|
type: any;
|
|
260
|
-
default: string | number | boolean | Events | {
|
|
259
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
261
260
|
[key: string]: any;
|
|
262
|
-
} | import(
|
|
261
|
+
} | import("../../_utils/props").RequestParams;
|
|
263
262
|
};
|
|
264
263
|
dataType: {
|
|
265
264
|
type?: undefined;
|
|
266
265
|
default?: undefined;
|
|
267
266
|
} | {
|
|
268
267
|
type: any;
|
|
269
|
-
default: string | number | boolean | Events | {
|
|
268
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
270
269
|
[key: string]: any;
|
|
271
|
-
} | import(
|
|
270
|
+
} | import("../../_utils/props").RequestParams;
|
|
272
271
|
};
|
|
273
272
|
}, {
|
|
274
273
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -282,270 +281,270 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
282
281
|
default?: undefined;
|
|
283
282
|
} | {
|
|
284
283
|
type: any;
|
|
285
|
-
default: string | number | boolean | Events | {
|
|
284
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
286
285
|
[key: string]: any;
|
|
287
|
-
} | import(
|
|
286
|
+
} | import("../../_utils/props").RequestParams;
|
|
288
287
|
};
|
|
289
288
|
mode: {
|
|
290
289
|
type?: undefined;
|
|
291
290
|
default?: undefined;
|
|
292
291
|
} | {
|
|
293
292
|
type: any;
|
|
294
|
-
default: string | number | boolean | Events | {
|
|
293
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
295
294
|
[key: string]: any;
|
|
296
|
-
} | import(
|
|
295
|
+
} | import("../../_utils/props").RequestParams;
|
|
297
296
|
};
|
|
298
297
|
danger: {
|
|
299
298
|
type?: undefined;
|
|
300
299
|
default?: undefined;
|
|
301
300
|
} | {
|
|
302
301
|
type: any;
|
|
303
|
-
default: string | number | boolean | Events | {
|
|
302
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
304
303
|
[key: string]: any;
|
|
305
|
-
} | import(
|
|
304
|
+
} | import("../../_utils/props").RequestParams;
|
|
306
305
|
};
|
|
307
306
|
shape: {
|
|
308
307
|
type?: undefined;
|
|
309
308
|
default?: undefined;
|
|
310
309
|
} | {
|
|
311
310
|
type: any;
|
|
312
|
-
default: string | number | boolean | Events | {
|
|
311
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
313
312
|
[key: string]: any;
|
|
314
|
-
} | import(
|
|
313
|
+
} | import("../../_utils/props").RequestParams;
|
|
315
314
|
};
|
|
316
315
|
href: {
|
|
317
316
|
type?: undefined;
|
|
318
317
|
default?: undefined;
|
|
319
318
|
} | {
|
|
320
319
|
type: any;
|
|
321
|
-
default: string | number | boolean | Events | {
|
|
320
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
322
321
|
[key: string]: any;
|
|
323
|
-
} | import(
|
|
322
|
+
} | import("../../_utils/props").RequestParams;
|
|
324
323
|
};
|
|
325
324
|
target: {
|
|
326
325
|
type?: undefined;
|
|
327
326
|
default?: undefined;
|
|
328
327
|
} | {
|
|
329
328
|
type: any;
|
|
330
|
-
default: string | number | boolean | Events | {
|
|
329
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
331
330
|
[key: string]: any;
|
|
332
|
-
} | import(
|
|
331
|
+
} | import("../../_utils/props").RequestParams;
|
|
333
332
|
};
|
|
334
333
|
fontSize: {
|
|
335
334
|
type?: undefined;
|
|
336
335
|
default?: undefined;
|
|
337
336
|
} | {
|
|
338
337
|
type: any;
|
|
339
|
-
default: string | number | boolean | Events | {
|
|
338
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
340
339
|
[key: string]: any;
|
|
341
|
-
} | import(
|
|
340
|
+
} | import("../../_utils/props").RequestParams;
|
|
342
341
|
};
|
|
343
342
|
fontWeight: {
|
|
344
343
|
type?: undefined;
|
|
345
344
|
default?: undefined;
|
|
346
345
|
} | {
|
|
347
346
|
type: any;
|
|
348
|
-
default: string | number | boolean | Events | {
|
|
347
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
349
348
|
[key: string]: any;
|
|
350
|
-
} | import(
|
|
349
|
+
} | import("../../_utils/props").RequestParams;
|
|
351
350
|
};
|
|
352
351
|
id: {
|
|
353
352
|
type?: undefined;
|
|
354
353
|
default?: undefined;
|
|
355
354
|
} | {
|
|
356
355
|
type: any;
|
|
357
|
-
default: string | number | boolean | Events | {
|
|
356
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
358
357
|
[key: string]: any;
|
|
359
|
-
} | import(
|
|
358
|
+
} | import("../../_utils/props").RequestParams;
|
|
360
359
|
};
|
|
361
360
|
name: {
|
|
362
361
|
type?: undefined;
|
|
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
|
keyName: {
|
|
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
|
type: {
|
|
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
|
width: {
|
|
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
|
height: {
|
|
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
|
position: {
|
|
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
|
top: {
|
|
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
|
left: {
|
|
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
|
zIndex: {
|
|
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
|
rotate: {
|
|
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
|
isShow: {
|
|
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
|
isRender: {
|
|
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
|
events: {
|
|
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
|
requestUrl: {
|
|
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
|
requestMethod: {
|
|
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
|
requestHeaders: {
|
|
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
|
isOpenRequestTimer: {
|
|
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
|
requestInterval: {
|
|
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
|
requestParams: {
|
|
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
|
requestSort: {
|
|
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
|
dataType: {
|
|
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
|
}>>, {}>;
|
|
551
550
|
export default _sfc_main;
|