@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 | import("./props").SelectOptions | {
|
|
11
10
|
label: string;
|
|
12
11
|
value: string;
|
|
13
12
|
};
|
|
@@ -17,9 +16,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
17
16
|
default?: undefined;
|
|
18
17
|
} | {
|
|
19
18
|
type: any;
|
|
20
|
-
default: string | number | boolean | Events | {
|
|
19
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
21
20
|
[key: string]: any;
|
|
22
|
-
} | import(
|
|
21
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
23
22
|
label: string;
|
|
24
23
|
value: string;
|
|
25
24
|
};
|
|
@@ -29,9 +28,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
29
28
|
default?: undefined;
|
|
30
29
|
} | {
|
|
31
30
|
type: any;
|
|
32
|
-
default: string | number | boolean | Events | {
|
|
31
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
33
32
|
[key: string]: any;
|
|
34
|
-
} | import(
|
|
33
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
35
34
|
label: string;
|
|
36
35
|
value: string;
|
|
37
36
|
};
|
|
@@ -41,9 +40,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
47
46
|
label: string;
|
|
48
47
|
value: string;
|
|
49
48
|
};
|
|
@@ -53,9 +52,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
53
52
|
default?: undefined;
|
|
54
53
|
} | {
|
|
55
54
|
type: any;
|
|
56
|
-
default: string | number | boolean | Events | {
|
|
55
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
57
56
|
[key: string]: any;
|
|
58
|
-
} | import(
|
|
57
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
59
58
|
label: string;
|
|
60
59
|
value: string;
|
|
61
60
|
};
|
|
@@ -65,9 +64,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
65
64
|
default?: undefined;
|
|
66
65
|
} | {
|
|
67
66
|
type: any;
|
|
68
|
-
default: string | number | boolean | Events | {
|
|
67
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
69
68
|
[key: string]: any;
|
|
70
|
-
} | import(
|
|
69
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
71
70
|
label: string;
|
|
72
71
|
value: string;
|
|
73
72
|
};
|
|
@@ -77,9 +76,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
83
82
|
label: string;
|
|
84
83
|
value: string;
|
|
85
84
|
};
|
|
@@ -89,9 +88,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
89
88
|
default?: undefined;
|
|
90
89
|
} | {
|
|
91
90
|
type: any;
|
|
92
|
-
default: string | number | boolean | Events | {
|
|
91
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
93
92
|
[key: string]: any;
|
|
94
|
-
} | import(
|
|
93
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
95
94
|
label: string;
|
|
96
95
|
value: string;
|
|
97
96
|
};
|
|
@@ -101,9 +100,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
101
100
|
default?: undefined;
|
|
102
101
|
} | {
|
|
103
102
|
type: any;
|
|
104
|
-
default: string | number | boolean | Events | {
|
|
103
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
105
104
|
[key: string]: any;
|
|
106
|
-
} | import(
|
|
105
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
107
106
|
label: string;
|
|
108
107
|
value: string;
|
|
109
108
|
};
|
|
@@ -113,9 +112,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
119
118
|
label: string;
|
|
120
119
|
value: string;
|
|
121
120
|
};
|
|
@@ -125,9 +124,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
125
124
|
default?: undefined;
|
|
126
125
|
} | {
|
|
127
126
|
type: any;
|
|
128
|
-
default: string | number | boolean | Events | {
|
|
127
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
129
128
|
[key: string]: any;
|
|
130
|
-
} | import(
|
|
129
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
131
130
|
label: string;
|
|
132
131
|
value: string;
|
|
133
132
|
};
|
|
@@ -137,9 +136,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
137
136
|
default?: undefined;
|
|
138
137
|
} | {
|
|
139
138
|
type: any;
|
|
140
|
-
default: string | number | boolean | Events | {
|
|
139
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
141
140
|
[key: string]: any;
|
|
142
|
-
} | import(
|
|
141
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
143
142
|
label: string;
|
|
144
143
|
value: string;
|
|
145
144
|
};
|
|
@@ -149,9 +148,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
155
154
|
label: string;
|
|
156
155
|
value: string;
|
|
157
156
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
167
166
|
label: string;
|
|
168
167
|
value: string;
|
|
169
168
|
};
|
|
@@ -173,9 +172,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
173
172
|
default?: undefined;
|
|
174
173
|
} | {
|
|
175
174
|
type: any;
|
|
176
|
-
default: string | number | boolean | Events | {
|
|
175
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
177
176
|
[key: string]: any;
|
|
178
|
-
} | import(
|
|
177
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
179
178
|
label: string;
|
|
180
179
|
value: string;
|
|
181
180
|
};
|
|
@@ -185,9 +184,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
191
190
|
label: string;
|
|
192
191
|
value: string;
|
|
193
192
|
};
|
|
@@ -197,9 +196,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
197
196
|
default?: undefined;
|
|
198
197
|
} | {
|
|
199
198
|
type: any;
|
|
200
|
-
default: string | number | boolean | Events | {
|
|
199
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
201
200
|
[key: string]: any;
|
|
202
|
-
} | import(
|
|
201
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
203
202
|
label: string;
|
|
204
203
|
value: string;
|
|
205
204
|
};
|
|
@@ -209,9 +208,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
209
208
|
default?: undefined;
|
|
210
209
|
} | {
|
|
211
210
|
type: any;
|
|
212
|
-
default: string | number | boolean | Events | {
|
|
211
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
213
212
|
[key: string]: any;
|
|
214
|
-
} | import(
|
|
213
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
215
214
|
label: string;
|
|
216
215
|
value: string;
|
|
217
216
|
};
|
|
@@ -221,9 +220,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
227
226
|
label: string;
|
|
228
227
|
value: string;
|
|
229
228
|
};
|
|
@@ -233,9 +232,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
233
232
|
default?: undefined;
|
|
234
233
|
} | {
|
|
235
234
|
type: any;
|
|
236
|
-
default: string | number | boolean | Events | {
|
|
235
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
237
236
|
[key: string]: any;
|
|
238
|
-
} | import(
|
|
237
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
239
238
|
label: string;
|
|
240
239
|
value: string;
|
|
241
240
|
};
|
|
@@ -245,9 +244,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
245
244
|
default?: undefined;
|
|
246
245
|
} | {
|
|
247
246
|
type: any;
|
|
248
|
-
default: string | number | boolean | Events | {
|
|
247
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
249
248
|
[key: string]: any;
|
|
250
|
-
} | import(
|
|
249
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
251
250
|
label: string;
|
|
252
251
|
value: string;
|
|
253
252
|
};
|
|
@@ -257,9 +256,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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 | import("./props").SelectOptions | {
|
|
263
262
|
label: string;
|
|
264
263
|
value: string;
|
|
265
264
|
};
|
|
@@ -269,9 +268,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
269
268
|
default?: undefined;
|
|
270
269
|
} | {
|
|
271
270
|
type: any;
|
|
272
|
-
default: string | number | boolean | Events | {
|
|
271
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
273
272
|
[key: string]: any;
|
|
274
|
-
} | import(
|
|
273
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
275
274
|
label: string;
|
|
276
275
|
value: string;
|
|
277
276
|
};
|
|
@@ -281,9 +280,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
281
280
|
default?: undefined;
|
|
282
281
|
} | {
|
|
283
282
|
type: any;
|
|
284
|
-
default: string | number | boolean | Events | {
|
|
283
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
285
284
|
[key: string]: any;
|
|
286
|
-
} | import(
|
|
285
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
287
286
|
label: string;
|
|
288
287
|
value: string;
|
|
289
288
|
};
|
|
@@ -293,9 +292,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
293
292
|
default?: undefined;
|
|
294
293
|
} | {
|
|
295
294
|
type: any;
|
|
296
|
-
default: string | number | boolean | Events | {
|
|
295
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
297
296
|
[key: string]: any;
|
|
298
|
-
} | import(
|
|
297
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
299
298
|
label: string;
|
|
300
299
|
value: string;
|
|
301
300
|
};
|
|
@@ -314,9 +313,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
313
|
default?: undefined;
|
|
315
314
|
} | {
|
|
316
315
|
type: any;
|
|
317
|
-
default: string | number | boolean | Events | {
|
|
316
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
318
317
|
[key: string]: any;
|
|
319
|
-
} | import(
|
|
318
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
320
319
|
label: string;
|
|
321
320
|
value: string;
|
|
322
321
|
};
|
|
@@ -326,9 +325,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
326
325
|
default?: undefined;
|
|
327
326
|
} | {
|
|
328
327
|
type: any;
|
|
329
|
-
default: string | number | boolean | Events | {
|
|
328
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
330
329
|
[key: string]: any;
|
|
331
|
-
} | import(
|
|
330
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
332
331
|
label: string;
|
|
333
332
|
value: string;
|
|
334
333
|
};
|
|
@@ -338,9 +337,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
338
337
|
default?: undefined;
|
|
339
338
|
} | {
|
|
340
339
|
type: any;
|
|
341
|
-
default: string | number | boolean | Events | {
|
|
340
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
342
341
|
[key: string]: any;
|
|
343
|
-
} | import(
|
|
342
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
344
343
|
label: string;
|
|
345
344
|
value: string;
|
|
346
345
|
};
|
|
@@ -350,9 +349,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
350
349
|
default?: undefined;
|
|
351
350
|
} | {
|
|
352
351
|
type: any;
|
|
353
|
-
default: string | number | boolean | Events | {
|
|
352
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
354
353
|
[key: string]: any;
|
|
355
|
-
} | import(
|
|
354
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
356
355
|
label: string;
|
|
357
356
|
value: string;
|
|
358
357
|
};
|
|
@@ -362,9 +361,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
362
361
|
default?: undefined;
|
|
363
362
|
} | {
|
|
364
363
|
type: any;
|
|
365
|
-
default: string | number | boolean | Events | {
|
|
364
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
366
365
|
[key: string]: any;
|
|
367
|
-
} | import(
|
|
366
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
368
367
|
label: string;
|
|
369
368
|
value: string;
|
|
370
369
|
};
|
|
@@ -374,9 +373,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
374
373
|
default?: undefined;
|
|
375
374
|
} | {
|
|
376
375
|
type: any;
|
|
377
|
-
default: string | number | boolean | Events | {
|
|
376
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
378
377
|
[key: string]: any;
|
|
379
|
-
} | import(
|
|
378
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
380
379
|
label: string;
|
|
381
380
|
value: string;
|
|
382
381
|
};
|
|
@@ -386,9 +385,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
385
|
default?: undefined;
|
|
387
386
|
} | {
|
|
388
387
|
type: any;
|
|
389
|
-
default: string | number | boolean | Events | {
|
|
388
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
390
389
|
[key: string]: any;
|
|
391
|
-
} | import(
|
|
390
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
392
391
|
label: string;
|
|
393
392
|
value: string;
|
|
394
393
|
};
|
|
@@ -398,9 +397,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
397
|
default?: undefined;
|
|
399
398
|
} | {
|
|
400
399
|
type: any;
|
|
401
|
-
default: string | number | boolean | Events | {
|
|
400
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
402
401
|
[key: string]: any;
|
|
403
|
-
} | import(
|
|
402
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
404
403
|
label: string;
|
|
405
404
|
value: string;
|
|
406
405
|
};
|
|
@@ -410,9 +409,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
410
409
|
default?: undefined;
|
|
411
410
|
} | {
|
|
412
411
|
type: any;
|
|
413
|
-
default: string | number | boolean | Events | {
|
|
412
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
414
413
|
[key: string]: any;
|
|
415
|
-
} | import(
|
|
414
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
416
415
|
label: string;
|
|
417
416
|
value: string;
|
|
418
417
|
};
|
|
@@ -422,9 +421,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
422
421
|
default?: undefined;
|
|
423
422
|
} | {
|
|
424
423
|
type: any;
|
|
425
|
-
default: string | number | boolean | Events | {
|
|
424
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
426
425
|
[key: string]: any;
|
|
427
|
-
} | import(
|
|
426
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
428
427
|
label: string;
|
|
429
428
|
value: string;
|
|
430
429
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
440
439
|
label: string;
|
|
441
440
|
value: string;
|
|
442
441
|
};
|
|
@@ -446,9 +445,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
446
445
|
default?: undefined;
|
|
447
446
|
} | {
|
|
448
447
|
type: any;
|
|
449
|
-
default: string | number | boolean | Events | {
|
|
448
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
450
449
|
[key: string]: any;
|
|
451
|
-
} | import(
|
|
450
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
452
451
|
label: string;
|
|
453
452
|
value: string;
|
|
454
453
|
};
|
|
@@ -458,9 +457,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
458
457
|
default?: undefined;
|
|
459
458
|
} | {
|
|
460
459
|
type: any;
|
|
461
|
-
default: string | number | boolean | Events | {
|
|
460
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
462
461
|
[key: string]: any;
|
|
463
|
-
} | import(
|
|
462
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
464
463
|
label: string;
|
|
465
464
|
value: string;
|
|
466
465
|
};
|
|
@@ -470,9 +469,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
470
469
|
default?: undefined;
|
|
471
470
|
} | {
|
|
472
471
|
type: any;
|
|
473
|
-
default: string | number | boolean | Events | {
|
|
472
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
474
473
|
[key: string]: any;
|
|
475
|
-
} | import(
|
|
474
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
476
475
|
label: string;
|
|
477
476
|
value: string;
|
|
478
477
|
};
|
|
@@ -482,9 +481,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
482
481
|
default?: undefined;
|
|
483
482
|
} | {
|
|
484
483
|
type: any;
|
|
485
|
-
default: string | number | boolean | Events | {
|
|
484
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
486
485
|
[key: string]: any;
|
|
487
|
-
} | import(
|
|
486
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
488
487
|
label: string;
|
|
489
488
|
value: string;
|
|
490
489
|
};
|
|
@@ -494,9 +493,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
494
493
|
default?: undefined;
|
|
495
494
|
} | {
|
|
496
495
|
type: any;
|
|
497
|
-
default: string | number | boolean | Events | {
|
|
496
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
498
497
|
[key: string]: any;
|
|
499
|
-
} | import(
|
|
498
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
500
499
|
label: string;
|
|
501
500
|
value: string;
|
|
502
501
|
};
|
|
@@ -506,9 +505,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
506
505
|
default?: undefined;
|
|
507
506
|
} | {
|
|
508
507
|
type: any;
|
|
509
|
-
default: string | number | boolean | Events | {
|
|
508
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
510
509
|
[key: string]: any;
|
|
511
|
-
} | import(
|
|
510
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
512
511
|
label: string;
|
|
513
512
|
value: string;
|
|
514
513
|
};
|
|
@@ -518,9 +517,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
518
517
|
default?: undefined;
|
|
519
518
|
} | {
|
|
520
519
|
type: any;
|
|
521
|
-
default: string | number | boolean | Events | {
|
|
520
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
522
521
|
[key: string]: any;
|
|
523
|
-
} | import(
|
|
522
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
524
523
|
label: string;
|
|
525
524
|
value: string;
|
|
526
525
|
};
|
|
@@ -530,9 +529,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
530
529
|
default?: undefined;
|
|
531
530
|
} | {
|
|
532
531
|
type: any;
|
|
533
|
-
default: string | number | boolean | Events | {
|
|
532
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
534
533
|
[key: string]: any;
|
|
535
|
-
} | import(
|
|
534
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
536
535
|
label: string;
|
|
537
536
|
value: string;
|
|
538
537
|
};
|
|
@@ -542,9 +541,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
542
541
|
default?: undefined;
|
|
543
542
|
} | {
|
|
544
543
|
type: any;
|
|
545
|
-
default: string | number | boolean | Events | {
|
|
544
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
546
545
|
[key: string]: any;
|
|
547
|
-
} | import(
|
|
546
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
548
547
|
label: string;
|
|
549
548
|
value: string;
|
|
550
549
|
};
|
|
@@ -554,9 +553,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
554
553
|
default?: undefined;
|
|
555
554
|
} | {
|
|
556
555
|
type: any;
|
|
557
|
-
default: string | number | boolean | Events | {
|
|
556
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
558
557
|
[key: string]: any;
|
|
559
|
-
} | import(
|
|
558
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
560
559
|
label: string;
|
|
561
560
|
value: string;
|
|
562
561
|
};
|
|
@@ -566,9 +565,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
566
565
|
default?: undefined;
|
|
567
566
|
} | {
|
|
568
567
|
type: any;
|
|
569
|
-
default: string | number | boolean | Events | {
|
|
568
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
570
569
|
[key: string]: any;
|
|
571
|
-
} | import(
|
|
570
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
572
571
|
label: string;
|
|
573
572
|
value: string;
|
|
574
573
|
};
|
|
@@ -578,9 +577,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
578
577
|
default?: undefined;
|
|
579
578
|
} | {
|
|
580
579
|
type: any;
|
|
581
|
-
default: string | number | boolean | Events | {
|
|
580
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
582
581
|
[key: string]: any;
|
|
583
|
-
} | import(
|
|
582
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
584
583
|
label: string;
|
|
585
584
|
value: string;
|
|
586
585
|
};
|
|
@@ -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 | import("./props").SelectOptions | {
|
|
596
595
|
label: string;
|
|
597
596
|
value: string;
|
|
598
597
|
};
|
|
@@ -602,9 +601,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
602
601
|
default?: undefined;
|
|
603
602
|
} | {
|
|
604
603
|
type: any;
|
|
605
|
-
default: string | number | boolean | Events | {
|
|
604
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
606
605
|
[key: string]: any;
|
|
607
|
-
} | import(
|
|
606
|
+
} | import("../../_utils/props").RequestParams | import("./props").SelectOptions | {
|
|
608
607
|
label: string;
|
|
609
608
|
value: string;
|
|
610
609
|
};
|