@ecan-bi/datav 1.0.66 → 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 +21 -13
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +21 -13
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +3 -3
- 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,13 +1,12 @@
|
|
|
1
|
-
import { Events } from '../../_utils/props';
|
|
2
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
2
|
data: {
|
|
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
|
[key: string]: any;
|
|
12
11
|
}[] | {
|
|
13
12
|
[key: string]: any;
|
|
@@ -18,9 +17,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
18
17
|
default?: undefined;
|
|
19
18
|
} | {
|
|
20
19
|
type: any;
|
|
21
|
-
default: string | number | boolean | Events | {
|
|
20
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
22
21
|
[key: string]: any;
|
|
23
|
-
} | import(
|
|
22
|
+
} | import("../../_utils/props").RequestParams | {
|
|
24
23
|
[key: string]: any;
|
|
25
24
|
}[] | {
|
|
26
25
|
[key: string]: any;
|
|
@@ -31,9 +30,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
31
30
|
default?: undefined;
|
|
32
31
|
} | {
|
|
33
32
|
type: any;
|
|
34
|
-
default: string | number | boolean | Events | {
|
|
33
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
35
34
|
[key: string]: any;
|
|
36
|
-
} | import(
|
|
35
|
+
} | import("../../_utils/props").RequestParams | {
|
|
37
36
|
[key: string]: any;
|
|
38
37
|
}[] | {
|
|
39
38
|
[key: string]: any;
|
|
@@ -44,9 +43,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
44
43
|
default?: undefined;
|
|
45
44
|
} | {
|
|
46
45
|
type: any;
|
|
47
|
-
default: string | number | boolean | Events | {
|
|
46
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
48
47
|
[key: string]: any;
|
|
49
|
-
} | import(
|
|
48
|
+
} | import("../../_utils/props").RequestParams | {
|
|
50
49
|
[key: string]: any;
|
|
51
50
|
}[] | {
|
|
52
51
|
[key: string]: any;
|
|
@@ -57,9 +56,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
57
56
|
default?: undefined;
|
|
58
57
|
} | {
|
|
59
58
|
type: any;
|
|
60
|
-
default: string | number | boolean | Events | {
|
|
59
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
61
60
|
[key: string]: any;
|
|
62
|
-
} | import(
|
|
61
|
+
} | import("../../_utils/props").RequestParams | {
|
|
63
62
|
[key: string]: any;
|
|
64
63
|
}[] | {
|
|
65
64
|
[key: string]: any;
|
|
@@ -70,9 +69,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
69
|
default?: undefined;
|
|
71
70
|
} | {
|
|
72
71
|
type: any;
|
|
73
|
-
default: string | number | boolean | Events | {
|
|
72
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
74
73
|
[key: string]: any;
|
|
75
|
-
} | import(
|
|
74
|
+
} | import("../../_utils/props").RequestParams | {
|
|
76
75
|
[key: string]: any;
|
|
77
76
|
}[] | {
|
|
78
77
|
[key: string]: any;
|
|
@@ -83,9 +82,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
83
82
|
default?: undefined;
|
|
84
83
|
} | {
|
|
85
84
|
type: any;
|
|
86
|
-
default: string | number | boolean | Events | {
|
|
85
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
87
86
|
[key: string]: any;
|
|
88
|
-
} | import(
|
|
87
|
+
} | import("../../_utils/props").RequestParams | {
|
|
89
88
|
[key: string]: any;
|
|
90
89
|
}[] | {
|
|
91
90
|
[key: string]: any;
|
|
@@ -96,9 +95,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
103
102
|
}[] | {
|
|
104
103
|
[key: string]: any;
|
|
@@ -109,9 +108,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
109
108
|
default?: undefined;
|
|
110
109
|
} | {
|
|
111
110
|
type: any;
|
|
112
|
-
default: string | number | boolean | Events | {
|
|
111
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
113
112
|
[key: string]: any;
|
|
114
|
-
} | import(
|
|
113
|
+
} | import("../../_utils/props").RequestParams | {
|
|
115
114
|
[key: string]: any;
|
|
116
115
|
}[] | {
|
|
117
116
|
[key: string]: any;
|
|
@@ -122,9 +121,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
129
128
|
}[] | {
|
|
130
129
|
[key: string]: any;
|
|
@@ -135,9 +134,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
135
134
|
default?: undefined;
|
|
136
135
|
} | {
|
|
137
136
|
type: any;
|
|
138
|
-
default: string | number | boolean | Events | {
|
|
137
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
139
138
|
[key: string]: any;
|
|
140
|
-
} | import(
|
|
139
|
+
} | import("../../_utils/props").RequestParams | {
|
|
141
140
|
[key: string]: any;
|
|
142
141
|
}[] | {
|
|
143
142
|
[key: string]: any;
|
|
@@ -148,9 +147,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
148
147
|
default?: undefined;
|
|
149
148
|
} | {
|
|
150
149
|
type: any;
|
|
151
|
-
default: string | number | boolean | Events | {
|
|
150
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
152
151
|
[key: string]: any;
|
|
153
|
-
} | import(
|
|
152
|
+
} | import("../../_utils/props").RequestParams | {
|
|
154
153
|
[key: string]: any;
|
|
155
154
|
}[] | {
|
|
156
155
|
[key: string]: any;
|
|
@@ -161,9 +160,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
161
160
|
default?: undefined;
|
|
162
161
|
} | {
|
|
163
162
|
type: any;
|
|
164
|
-
default: string | number | boolean | Events | {
|
|
163
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
165
164
|
[key: string]: any;
|
|
166
|
-
} | import(
|
|
165
|
+
} | import("../../_utils/props").RequestParams | {
|
|
167
166
|
[key: string]: any;
|
|
168
167
|
}[] | {
|
|
169
168
|
[key: string]: any;
|
|
@@ -174,9 +173,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
174
173
|
default?: undefined;
|
|
175
174
|
} | {
|
|
176
175
|
type: any;
|
|
177
|
-
default: string | number | boolean | Events | {
|
|
176
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
178
177
|
[key: string]: any;
|
|
179
|
-
} | import(
|
|
178
|
+
} | import("../../_utils/props").RequestParams | {
|
|
180
179
|
[key: string]: any;
|
|
181
180
|
}[] | {
|
|
182
181
|
[key: string]: any;
|
|
@@ -187,9 +186,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
186
|
default?: undefined;
|
|
188
187
|
} | {
|
|
189
188
|
type: any;
|
|
190
|
-
default: string | number | boolean | Events | {
|
|
189
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
191
190
|
[key: string]: any;
|
|
192
|
-
} | import(
|
|
191
|
+
} | import("../../_utils/props").RequestParams | {
|
|
193
192
|
[key: string]: any;
|
|
194
193
|
}[] | {
|
|
195
194
|
[key: string]: any;
|
|
@@ -200,9 +199,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
200
199
|
default?: undefined;
|
|
201
200
|
} | {
|
|
202
201
|
type: any;
|
|
203
|
-
default: string | number | boolean | Events | {
|
|
202
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
204
203
|
[key: string]: any;
|
|
205
|
-
} | import(
|
|
204
|
+
} | import("../../_utils/props").RequestParams | {
|
|
206
205
|
[key: string]: any;
|
|
207
206
|
}[] | {
|
|
208
207
|
[key: string]: any;
|
|
@@ -213,9 +212,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
220
219
|
}[] | {
|
|
221
220
|
[key: string]: any;
|
|
@@ -226,9 +225,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
226
225
|
default?: undefined;
|
|
227
226
|
} | {
|
|
228
227
|
type: any;
|
|
229
|
-
default: string | number | boolean | Events | {
|
|
228
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
230
229
|
[key: string]: any;
|
|
231
|
-
} | import(
|
|
230
|
+
} | import("../../_utils/props").RequestParams | {
|
|
232
231
|
[key: string]: any;
|
|
233
232
|
}[] | {
|
|
234
233
|
[key: string]: any;
|
|
@@ -239,9 +238,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
246
245
|
}[] | {
|
|
247
246
|
[key: string]: any;
|
|
@@ -252,9 +251,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
252
251
|
default?: undefined;
|
|
253
252
|
} | {
|
|
254
253
|
type: any;
|
|
255
|
-
default: string | number | boolean | Events | {
|
|
254
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
256
255
|
[key: string]: any;
|
|
257
|
-
} | import(
|
|
256
|
+
} | import("../../_utils/props").RequestParams | {
|
|
258
257
|
[key: string]: any;
|
|
259
258
|
}[] | {
|
|
260
259
|
[key: string]: any;
|
|
@@ -265,9 +264,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
272
271
|
}[] | {
|
|
273
272
|
[key: string]: any;
|
|
@@ -278,9 +277,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
278
277
|
default?: undefined;
|
|
279
278
|
} | {
|
|
280
279
|
type: any;
|
|
281
|
-
default: string | number | boolean | Events | {
|
|
280
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
282
281
|
[key: string]: any;
|
|
283
|
-
} | import(
|
|
282
|
+
} | import("../../_utils/props").RequestParams | {
|
|
284
283
|
[key: string]: any;
|
|
285
284
|
}[] | {
|
|
286
285
|
[key: string]: any;
|
|
@@ -291,9 +290,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
298
297
|
}[] | {
|
|
299
298
|
[key: string]: any;
|
|
@@ -304,9 +303,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
304
303
|
default?: undefined;
|
|
305
304
|
} | {
|
|
306
305
|
type: any;
|
|
307
|
-
default: string | number | boolean | Events | {
|
|
306
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
308
307
|
[key: string]: any;
|
|
309
|
-
} | import(
|
|
308
|
+
} | import("../../_utils/props").RequestParams | {
|
|
310
309
|
[key: string]: any;
|
|
311
310
|
}[] | {
|
|
312
311
|
[key: string]: any;
|
|
@@ -317,9 +316,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
317
316
|
default?: undefined;
|
|
318
317
|
} | {
|
|
319
318
|
type: any;
|
|
320
|
-
default: string | number | boolean | Events | {
|
|
319
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
321
320
|
[key: string]: any;
|
|
322
|
-
} | import(
|
|
321
|
+
} | import("../../_utils/props").RequestParams | {
|
|
323
322
|
[key: string]: any;
|
|
324
323
|
}[] | {
|
|
325
324
|
[key: string]: any;
|
|
@@ -330,9 +329,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
330
329
|
default?: undefined;
|
|
331
330
|
} | {
|
|
332
331
|
type: any;
|
|
333
|
-
default: string | number | boolean | Events | {
|
|
332
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
334
333
|
[key: string]: any;
|
|
335
|
-
} | import(
|
|
334
|
+
} | import("../../_utils/props").RequestParams | {
|
|
336
335
|
[key: string]: any;
|
|
337
336
|
}[] | {
|
|
338
337
|
[key: string]: any;
|
|
@@ -343,9 +342,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
343
342
|
default?: undefined;
|
|
344
343
|
} | {
|
|
345
344
|
type: any;
|
|
346
|
-
default: string | number | boolean | Events | {
|
|
345
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
347
346
|
[key: string]: any;
|
|
348
|
-
} | import(
|
|
347
|
+
} | import("../../_utils/props").RequestParams | {
|
|
349
348
|
[key: string]: any;
|
|
350
349
|
}[] | {
|
|
351
350
|
[key: string]: any;
|
|
@@ -356,9 +355,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
356
355
|
default?: undefined;
|
|
357
356
|
} | {
|
|
358
357
|
type: any;
|
|
359
|
-
default: string | number | boolean | Events | {
|
|
358
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
360
359
|
[key: string]: any;
|
|
361
|
-
} | import(
|
|
360
|
+
} | import("../../_utils/props").RequestParams | {
|
|
362
361
|
[key: string]: any;
|
|
363
362
|
}[] | {
|
|
364
363
|
[key: string]: any;
|
|
@@ -369,9 +368,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
368
|
default?: undefined;
|
|
370
369
|
} | {
|
|
371
370
|
type: any;
|
|
372
|
-
default: string | number | boolean | Events | {
|
|
371
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
373
372
|
[key: string]: any;
|
|
374
|
-
} | import(
|
|
373
|
+
} | import("../../_utils/props").RequestParams | {
|
|
375
374
|
[key: string]: any;
|
|
376
375
|
}[] | {
|
|
377
376
|
[key: string]: any;
|
|
@@ -382,9 +381,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
389
388
|
}[] | {
|
|
390
389
|
[key: string]: any;
|
|
@@ -395,9 +394,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
395
394
|
default?: undefined;
|
|
396
395
|
} | {
|
|
397
396
|
type: any;
|
|
398
|
-
default: string | number | boolean | Events | {
|
|
397
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
399
398
|
[key: string]: any;
|
|
400
|
-
} | import(
|
|
399
|
+
} | import("../../_utils/props").RequestParams | {
|
|
401
400
|
[key: string]: any;
|
|
402
401
|
}[] | {
|
|
403
402
|
[key: string]: any;
|
|
@@ -408,9 +407,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
415
414
|
}[] | {
|
|
416
415
|
[key: string]: any;
|
|
@@ -434,9 +433,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
434
433
|
default?: undefined;
|
|
435
434
|
} | {
|
|
436
435
|
type: any;
|
|
437
|
-
default: string | number | boolean | Events | {
|
|
436
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
438
437
|
[key: string]: any;
|
|
439
|
-
} | import(
|
|
438
|
+
} | import("../../_utils/props").RequestParams | {
|
|
440
439
|
[key: string]: any;
|
|
441
440
|
}[] | {
|
|
442
441
|
[key: string]: any;
|
|
@@ -447,9 +446,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
447
446
|
default?: undefined;
|
|
448
447
|
} | {
|
|
449
448
|
type: any;
|
|
450
|
-
default: string | number | boolean | Events | {
|
|
449
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
451
450
|
[key: string]: any;
|
|
452
|
-
} | import(
|
|
451
|
+
} | import("../../_utils/props").RequestParams | {
|
|
453
452
|
[key: string]: any;
|
|
454
453
|
}[] | {
|
|
455
454
|
[key: string]: any;
|
|
@@ -460,9 +459,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
460
459
|
default?: undefined;
|
|
461
460
|
} | {
|
|
462
461
|
type: any;
|
|
463
|
-
default: string | number | boolean | Events | {
|
|
462
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
464
463
|
[key: string]: any;
|
|
465
|
-
} | import(
|
|
464
|
+
} | import("../../_utils/props").RequestParams | {
|
|
466
465
|
[key: string]: any;
|
|
467
466
|
}[] | {
|
|
468
467
|
[key: string]: any;
|
|
@@ -473,9 +472,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
473
472
|
default?: undefined;
|
|
474
473
|
} | {
|
|
475
474
|
type: any;
|
|
476
|
-
default: string | number | boolean | Events | {
|
|
475
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
477
476
|
[key: string]: any;
|
|
478
|
-
} | import(
|
|
477
|
+
} | import("../../_utils/props").RequestParams | {
|
|
479
478
|
[key: string]: any;
|
|
480
479
|
}[] | {
|
|
481
480
|
[key: string]: any;
|
|
@@ -486,9 +485,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
486
485
|
default?: undefined;
|
|
487
486
|
} | {
|
|
488
487
|
type: any;
|
|
489
|
-
default: string | number | boolean | Events | {
|
|
488
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
490
489
|
[key: string]: any;
|
|
491
|
-
} | import(
|
|
490
|
+
} | import("../../_utils/props").RequestParams | {
|
|
492
491
|
[key: string]: any;
|
|
493
492
|
}[] | {
|
|
494
493
|
[key: string]: any;
|
|
@@ -499,9 +498,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
499
498
|
default?: undefined;
|
|
500
499
|
} | {
|
|
501
500
|
type: any;
|
|
502
|
-
default: string | number | boolean | Events | {
|
|
501
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
503
502
|
[key: string]: any;
|
|
504
|
-
} | import(
|
|
503
|
+
} | import("../../_utils/props").RequestParams | {
|
|
505
504
|
[key: string]: any;
|
|
506
505
|
}[] | {
|
|
507
506
|
[key: string]: any;
|
|
@@ -512,9 +511,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
512
511
|
default?: undefined;
|
|
513
512
|
} | {
|
|
514
513
|
type: any;
|
|
515
|
-
default: string | number | boolean | Events | {
|
|
514
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
516
515
|
[key: string]: any;
|
|
517
|
-
} | import(
|
|
516
|
+
} | import("../../_utils/props").RequestParams | {
|
|
518
517
|
[key: string]: any;
|
|
519
518
|
}[] | {
|
|
520
519
|
[key: string]: any;
|
|
@@ -525,9 +524,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
532
531
|
}[] | {
|
|
533
532
|
[key: string]: any;
|
|
@@ -538,9 +537,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
538
537
|
default?: undefined;
|
|
539
538
|
} | {
|
|
540
539
|
type: any;
|
|
541
|
-
default: string | number | boolean | Events | {
|
|
540
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
542
541
|
[key: string]: any;
|
|
543
|
-
} | import(
|
|
542
|
+
} | import("../../_utils/props").RequestParams | {
|
|
544
543
|
[key: string]: any;
|
|
545
544
|
}[] | {
|
|
546
545
|
[key: string]: any;
|
|
@@ -551,9 +550,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
551
550
|
default?: undefined;
|
|
552
551
|
} | {
|
|
553
552
|
type: any;
|
|
554
|
-
default: string | number | boolean | Events | {
|
|
553
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
555
554
|
[key: string]: any;
|
|
556
|
-
} | import(
|
|
555
|
+
} | import("../../_utils/props").RequestParams | {
|
|
557
556
|
[key: string]: any;
|
|
558
557
|
}[] | {
|
|
559
558
|
[key: string]: any;
|
|
@@ -564,9 +563,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
564
563
|
default?: undefined;
|
|
565
564
|
} | {
|
|
566
565
|
type: any;
|
|
567
|
-
default: string | number | boolean | Events | {
|
|
566
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
568
567
|
[key: string]: any;
|
|
569
|
-
} | import(
|
|
568
|
+
} | import("../../_utils/props").RequestParams | {
|
|
570
569
|
[key: string]: any;
|
|
571
570
|
}[] | {
|
|
572
571
|
[key: string]: any;
|
|
@@ -577,9 +576,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
577
576
|
default?: undefined;
|
|
578
577
|
} | {
|
|
579
578
|
type: any;
|
|
580
|
-
default: string | number | boolean | Events | {
|
|
579
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
581
580
|
[key: string]: any;
|
|
582
|
-
} | import(
|
|
581
|
+
} | import("../../_utils/props").RequestParams | {
|
|
583
582
|
[key: string]: any;
|
|
584
583
|
}[] | {
|
|
585
584
|
[key: string]: any;
|
|
@@ -590,9 +589,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
590
589
|
default?: undefined;
|
|
591
590
|
} | {
|
|
592
591
|
type: any;
|
|
593
|
-
default: string | number | boolean | Events | {
|
|
592
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
594
593
|
[key: string]: any;
|
|
595
|
-
} | import(
|
|
594
|
+
} | import("../../_utils/props").RequestParams | {
|
|
596
595
|
[key: string]: any;
|
|
597
596
|
}[] | {
|
|
598
597
|
[key: string]: any;
|
|
@@ -603,9 +602,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
603
602
|
default?: undefined;
|
|
604
603
|
} | {
|
|
605
604
|
type: any;
|
|
606
|
-
default: string | number | boolean | Events | {
|
|
605
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
607
606
|
[key: string]: any;
|
|
608
|
-
} | import(
|
|
607
|
+
} | import("../../_utils/props").RequestParams | {
|
|
609
608
|
[key: string]: any;
|
|
610
609
|
}[] | {
|
|
611
610
|
[key: string]: any;
|
|
@@ -616,9 +615,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
616
615
|
default?: undefined;
|
|
617
616
|
} | {
|
|
618
617
|
type: any;
|
|
619
|
-
default: string | number | boolean | Events | {
|
|
618
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
620
619
|
[key: string]: any;
|
|
621
|
-
} | import(
|
|
620
|
+
} | import("../../_utils/props").RequestParams | {
|
|
622
621
|
[key: string]: any;
|
|
623
622
|
}[] | {
|
|
624
623
|
[key: string]: any;
|
|
@@ -629,9 +628,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
629
628
|
default?: undefined;
|
|
630
629
|
} | {
|
|
631
630
|
type: any;
|
|
632
|
-
default: string | number | boolean | Events | {
|
|
631
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
633
632
|
[key: string]: any;
|
|
634
|
-
} | import(
|
|
633
|
+
} | import("../../_utils/props").RequestParams | {
|
|
635
634
|
[key: string]: any;
|
|
636
635
|
}[] | {
|
|
637
636
|
[key: string]: any;
|
|
@@ -642,9 +641,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
642
641
|
default?: undefined;
|
|
643
642
|
} | {
|
|
644
643
|
type: any;
|
|
645
|
-
default: string | number | boolean | Events | {
|
|
644
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
646
645
|
[key: string]: any;
|
|
647
|
-
} | import(
|
|
646
|
+
} | import("../../_utils/props").RequestParams | {
|
|
648
647
|
[key: string]: any;
|
|
649
648
|
}[] | {
|
|
650
649
|
[key: string]: any;
|
|
@@ -655,9 +654,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
655
654
|
default?: undefined;
|
|
656
655
|
} | {
|
|
657
656
|
type: any;
|
|
658
|
-
default: string | number | boolean | Events | {
|
|
657
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
659
658
|
[key: string]: any;
|
|
660
|
-
} | import(
|
|
659
|
+
} | import("../../_utils/props").RequestParams | {
|
|
661
660
|
[key: string]: any;
|
|
662
661
|
}[] | {
|
|
663
662
|
[key: string]: any;
|
|
@@ -668,9 +667,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
668
667
|
default?: undefined;
|
|
669
668
|
} | {
|
|
670
669
|
type: any;
|
|
671
|
-
default: string | number | boolean | Events | {
|
|
670
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
672
671
|
[key: string]: any;
|
|
673
|
-
} | import(
|
|
672
|
+
} | import("../../_utils/props").RequestParams | {
|
|
674
673
|
[key: string]: any;
|
|
675
674
|
}[] | {
|
|
676
675
|
[key: string]: any;
|
|
@@ -681,9 +680,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
681
680
|
default?: undefined;
|
|
682
681
|
} | {
|
|
683
682
|
type: any;
|
|
684
|
-
default: string | number | boolean | Events | {
|
|
683
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
685
684
|
[key: string]: any;
|
|
686
|
-
} | import(
|
|
685
|
+
} | import("../../_utils/props").RequestParams | {
|
|
687
686
|
[key: string]: any;
|
|
688
687
|
}[] | {
|
|
689
688
|
[key: string]: any;
|
|
@@ -694,9 +693,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
694
693
|
default?: undefined;
|
|
695
694
|
} | {
|
|
696
695
|
type: any;
|
|
697
|
-
default: string | number | boolean | Events | {
|
|
696
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
698
697
|
[key: string]: any;
|
|
699
|
-
} | import(
|
|
698
|
+
} | import("../../_utils/props").RequestParams | {
|
|
700
699
|
[key: string]: any;
|
|
701
700
|
}[] | {
|
|
702
701
|
[key: string]: any;
|
|
@@ -707,9 +706,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
707
706
|
default?: undefined;
|
|
708
707
|
} | {
|
|
709
708
|
type: any;
|
|
710
|
-
default: string | number | boolean | Events | {
|
|
709
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
711
710
|
[key: string]: any;
|
|
712
|
-
} | import(
|
|
711
|
+
} | import("../../_utils/props").RequestParams | {
|
|
713
712
|
[key: string]: any;
|
|
714
713
|
}[] | {
|
|
715
714
|
[key: string]: any;
|
|
@@ -720,9 +719,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
720
719
|
default?: undefined;
|
|
721
720
|
} | {
|
|
722
721
|
type: any;
|
|
723
|
-
default: string | number | boolean | Events | {
|
|
722
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
724
723
|
[key: string]: any;
|
|
725
|
-
} | import(
|
|
724
|
+
} | import("../../_utils/props").RequestParams | {
|
|
726
725
|
[key: string]: any;
|
|
727
726
|
}[] | {
|
|
728
727
|
[key: string]: any;
|
|
@@ -733,9 +732,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
733
732
|
default?: undefined;
|
|
734
733
|
} | {
|
|
735
734
|
type: any;
|
|
736
|
-
default: string | number | boolean | Events | {
|
|
735
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
737
736
|
[key: string]: any;
|
|
738
|
-
} | import(
|
|
737
|
+
} | import("../../_utils/props").RequestParams | {
|
|
739
738
|
[key: string]: any;
|
|
740
739
|
}[] | {
|
|
741
740
|
[key: string]: any;
|
|
@@ -746,9 +745,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
746
745
|
default?: undefined;
|
|
747
746
|
} | {
|
|
748
747
|
type: any;
|
|
749
|
-
default: string | number | boolean | Events | {
|
|
748
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
750
749
|
[key: string]: any;
|
|
751
|
-
} | import(
|
|
750
|
+
} | import("../../_utils/props").RequestParams | {
|
|
752
751
|
[key: string]: any;
|
|
753
752
|
}[] | {
|
|
754
753
|
[key: string]: any;
|
|
@@ -759,9 +758,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
759
758
|
default?: undefined;
|
|
760
759
|
} | {
|
|
761
760
|
type: any;
|
|
762
|
-
default: string | number | boolean | Events | {
|
|
761
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
763
762
|
[key: string]: any;
|
|
764
|
-
} | import(
|
|
763
|
+
} | import("../../_utils/props").RequestParams | {
|
|
765
764
|
[key: string]: any;
|
|
766
765
|
}[] | {
|
|
767
766
|
[key: string]: any;
|
|
@@ -772,9 +771,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
772
771
|
default?: undefined;
|
|
773
772
|
} | {
|
|
774
773
|
type: any;
|
|
775
|
-
default: string | number | boolean | Events | {
|
|
774
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
776
775
|
[key: string]: any;
|
|
777
|
-
} | import(
|
|
776
|
+
} | import("../../_utils/props").RequestParams | {
|
|
778
777
|
[key: string]: any;
|
|
779
778
|
}[] | {
|
|
780
779
|
[key: string]: any;
|
|
@@ -785,9 +784,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
785
784
|
default?: undefined;
|
|
786
785
|
} | {
|
|
787
786
|
type: any;
|
|
788
|
-
default: string | number | boolean | Events | {
|
|
787
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
789
788
|
[key: string]: any;
|
|
790
|
-
} | import(
|
|
789
|
+
} | import("../../_utils/props").RequestParams | {
|
|
791
790
|
[key: string]: any;
|
|
792
791
|
}[] | {
|
|
793
792
|
[key: string]: any;
|
|
@@ -798,9 +797,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
798
797
|
default?: undefined;
|
|
799
798
|
} | {
|
|
800
799
|
type: any;
|
|
801
|
-
default: string | number | boolean | Events | {
|
|
800
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
802
801
|
[key: string]: any;
|
|
803
|
-
} | import(
|
|
802
|
+
} | import("../../_utils/props").RequestParams | {
|
|
804
803
|
[key: string]: any;
|
|
805
804
|
}[] | {
|
|
806
805
|
[key: string]: any;
|
|
@@ -811,9 +810,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
811
810
|
default?: undefined;
|
|
812
811
|
} | {
|
|
813
812
|
type: any;
|
|
814
|
-
default: string | number | boolean | Events | {
|
|
813
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
815
814
|
[key: string]: any;
|
|
816
|
-
} | import(
|
|
815
|
+
} | import("../../_utils/props").RequestParams | {
|
|
817
816
|
[key: string]: any;
|
|
818
817
|
}[] | {
|
|
819
818
|
[key: string]: any;
|
|
@@ -824,9 +823,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
824
823
|
default?: undefined;
|
|
825
824
|
} | {
|
|
826
825
|
type: any;
|
|
827
|
-
default: string | number | boolean | Events | {
|
|
826
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
828
827
|
[key: string]: any;
|
|
829
|
-
} | import(
|
|
828
|
+
} | import("../../_utils/props").RequestParams | {
|
|
830
829
|
[key: string]: any;
|
|
831
830
|
}[] | {
|
|
832
831
|
[key: string]: any;
|
|
@@ -837,9 +836,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
837
836
|
default?: undefined;
|
|
838
837
|
} | {
|
|
839
838
|
type: any;
|
|
840
|
-
default: string | number | boolean | Events | {
|
|
839
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
841
840
|
[key: string]: any;
|
|
842
|
-
} | import(
|
|
841
|
+
} | import("../../_utils/props").RequestParams | {
|
|
843
842
|
[key: string]: any;
|
|
844
843
|
}[] | {
|
|
845
844
|
[key: string]: any;
|