@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,13 +1,12 @@
|
|
|
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
|
[key: string]: any;
|
|
12
11
|
};
|
|
13
12
|
};
|
|
@@ -16,9 +15,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
15
|
default?: undefined;
|
|
17
16
|
} | {
|
|
18
17
|
type: any;
|
|
19
|
-
default: string | number | boolean | Events | {
|
|
18
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
20
19
|
[key: string]: any;
|
|
21
|
-
} | import(
|
|
20
|
+
} | import("../../_utils/props").RequestParams | {
|
|
22
21
|
[key: string]: any;
|
|
23
22
|
};
|
|
24
23
|
};
|
|
@@ -27,9 +26,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
27
26
|
default?: undefined;
|
|
28
27
|
} | {
|
|
29
28
|
type: any;
|
|
30
|
-
default: string | number | boolean | Events | {
|
|
29
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
31
30
|
[key: string]: any;
|
|
32
|
-
} | import(
|
|
31
|
+
} | import("../../_utils/props").RequestParams | {
|
|
33
32
|
[key: string]: any;
|
|
34
33
|
};
|
|
35
34
|
};
|
|
@@ -38,9 +37,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
38
37
|
default?: undefined;
|
|
39
38
|
} | {
|
|
40
39
|
type: any;
|
|
41
|
-
default: string | number | boolean | Events | {
|
|
40
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
42
41
|
[key: string]: any;
|
|
43
|
-
} | import(
|
|
42
|
+
} | import("../../_utils/props").RequestParams | {
|
|
44
43
|
[key: string]: any;
|
|
45
44
|
};
|
|
46
45
|
};
|
|
@@ -49,9 +48,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
49
48
|
default?: undefined;
|
|
50
49
|
} | {
|
|
51
50
|
type: any;
|
|
52
|
-
default: string | number | boolean | Events | {
|
|
51
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
53
52
|
[key: string]: any;
|
|
54
|
-
} | import(
|
|
53
|
+
} | import("../../_utils/props").RequestParams | {
|
|
55
54
|
[key: string]: any;
|
|
56
55
|
};
|
|
57
56
|
};
|
|
@@ -60,9 +59,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
67
66
|
};
|
|
68
67
|
};
|
|
@@ -71,9 +70,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
71
70
|
default?: undefined;
|
|
72
71
|
} | {
|
|
73
72
|
type: any;
|
|
74
|
-
default: string | number | boolean | Events | {
|
|
73
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
75
74
|
[key: string]: any;
|
|
76
|
-
} | import(
|
|
75
|
+
} | import("../../_utils/props").RequestParams | {
|
|
77
76
|
[key: string]: any;
|
|
78
77
|
};
|
|
79
78
|
};
|
|
@@ -82,9 +81,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
82
81
|
default?: undefined;
|
|
83
82
|
} | {
|
|
84
83
|
type: any;
|
|
85
|
-
default: string | number | boolean | Events | {
|
|
84
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
86
85
|
[key: string]: any;
|
|
87
|
-
} | import(
|
|
86
|
+
} | import("../../_utils/props").RequestParams | {
|
|
88
87
|
[key: string]: any;
|
|
89
88
|
};
|
|
90
89
|
};
|
|
@@ -93,9 +92,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
93
92
|
default?: undefined;
|
|
94
93
|
} | {
|
|
95
94
|
type: any;
|
|
96
|
-
default: string | number | boolean | Events | {
|
|
95
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
97
96
|
[key: string]: any;
|
|
98
|
-
} | import(
|
|
97
|
+
} | import("../../_utils/props").RequestParams | {
|
|
99
98
|
[key: string]: any;
|
|
100
99
|
};
|
|
101
100
|
};
|
|
@@ -104,9 +103,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
111
110
|
};
|
|
112
111
|
};
|
|
@@ -115,9 +114,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
114
|
default?: undefined;
|
|
116
115
|
} | {
|
|
117
116
|
type: any;
|
|
118
|
-
default: string | number | boolean | Events | {
|
|
117
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
119
118
|
[key: string]: any;
|
|
120
|
-
} | import(
|
|
119
|
+
} | import("../../_utils/props").RequestParams | {
|
|
121
120
|
[key: string]: any;
|
|
122
121
|
};
|
|
123
122
|
};
|
|
@@ -126,9 +125,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
126
125
|
default?: undefined;
|
|
127
126
|
} | {
|
|
128
127
|
type: any;
|
|
129
|
-
default: string | number | boolean | Events | {
|
|
128
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
130
129
|
[key: string]: any;
|
|
131
|
-
} | import(
|
|
130
|
+
} | import("../../_utils/props").RequestParams | {
|
|
132
131
|
[key: string]: any;
|
|
133
132
|
};
|
|
134
133
|
};
|
|
@@ -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 | {
|
|
143
142
|
[key: string]: any;
|
|
144
143
|
};
|
|
145
144
|
};
|
|
@@ -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
|
};
|
|
@@ -159,9 +158,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
166
165
|
};
|
|
167
166
|
};
|
|
@@ -170,9 +169,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
170
169
|
default?: undefined;
|
|
171
170
|
} | {
|
|
172
171
|
type: any;
|
|
173
|
-
default: string | number | boolean | Events | {
|
|
172
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
174
173
|
[key: string]: any;
|
|
175
|
-
} | import(
|
|
174
|
+
} | import("../../_utils/props").RequestParams | {
|
|
176
175
|
[key: string]: any;
|
|
177
176
|
};
|
|
178
177
|
};
|
|
@@ -181,9 +180,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
181
180
|
default?: undefined;
|
|
182
181
|
} | {
|
|
183
182
|
type: any;
|
|
184
|
-
default: string | number | boolean | Events | {
|
|
183
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
185
184
|
[key: string]: any;
|
|
186
|
-
} | import(
|
|
185
|
+
} | import("../../_utils/props").RequestParams | {
|
|
187
186
|
[key: string]: any;
|
|
188
187
|
};
|
|
189
188
|
};
|
|
@@ -192,9 +191,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
192
191
|
default?: undefined;
|
|
193
192
|
} | {
|
|
194
193
|
type: any;
|
|
195
|
-
default: string | number | boolean | Events | {
|
|
194
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
196
195
|
[key: string]: any;
|
|
197
|
-
} | import(
|
|
196
|
+
} | import("../../_utils/props").RequestParams | {
|
|
198
197
|
[key: string]: any;
|
|
199
198
|
};
|
|
200
199
|
};
|
|
@@ -203,9 +202,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
210
209
|
};
|
|
211
210
|
};
|
|
@@ -214,9 +213,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
213
|
default?: undefined;
|
|
215
214
|
} | {
|
|
216
215
|
type: any;
|
|
217
|
-
default: string | number | boolean | Events | {
|
|
216
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
218
217
|
[key: string]: any;
|
|
219
|
-
} | import(
|
|
218
|
+
} | import("../../_utils/props").RequestParams | {
|
|
220
219
|
[key: string]: any;
|
|
221
220
|
};
|
|
222
221
|
};
|
|
@@ -225,9 +224,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
225
224
|
default?: undefined;
|
|
226
225
|
} | {
|
|
227
226
|
type: any;
|
|
228
|
-
default: string | number | boolean | Events | {
|
|
227
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
229
228
|
[key: string]: any;
|
|
230
|
-
} | import(
|
|
229
|
+
} | import("../../_utils/props").RequestParams | {
|
|
231
230
|
[key: string]: any;
|
|
232
231
|
};
|
|
233
232
|
};
|
|
@@ -236,9 +235,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
236
235
|
default?: undefined;
|
|
237
236
|
} | {
|
|
238
237
|
type: any;
|
|
239
|
-
default: string | number | boolean | Events | {
|
|
238
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
240
239
|
[key: string]: any;
|
|
241
|
-
} | import(
|
|
240
|
+
} | import("../../_utils/props").RequestParams | {
|
|
242
241
|
[key: string]: any;
|
|
243
242
|
};
|
|
244
243
|
};
|
|
@@ -247,9 +246,9 @@ 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
|
[key: string]: any;
|
|
254
253
|
};
|
|
255
254
|
};
|
|
@@ -258,9 +257,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
258
257
|
default?: undefined;
|
|
259
258
|
} | {
|
|
260
259
|
type: any;
|
|
261
|
-
default: string | number | boolean | Events | {
|
|
260
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
262
261
|
[key: string]: any;
|
|
263
|
-
} | import(
|
|
262
|
+
} | import("../../_utils/props").RequestParams | {
|
|
264
263
|
[key: string]: any;
|
|
265
264
|
};
|
|
266
265
|
};
|
|
@@ -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 | {
|
|
275
274
|
[key: string]: any;
|
|
276
275
|
};
|
|
277
276
|
};
|
|
@@ -280,9 +279,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
280
279
|
default?: undefined;
|
|
281
280
|
} | {
|
|
282
281
|
type: any;
|
|
283
|
-
default: string | number | boolean | Events | {
|
|
282
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
284
283
|
[key: string]: any;
|
|
285
|
-
} | import(
|
|
284
|
+
} | import("../../_utils/props").RequestParams | {
|
|
286
285
|
[key: string]: any;
|
|
287
286
|
};
|
|
288
287
|
};
|
|
@@ -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
|
};
|
|
@@ -302,9 +301,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
302
301
|
default?: undefined;
|
|
303
302
|
} | {
|
|
304
303
|
type: any;
|
|
305
|
-
default: string | number | boolean | Events | {
|
|
304
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
306
305
|
[key: string]: any;
|
|
307
|
-
} | import(
|
|
306
|
+
} | import("../../_utils/props").RequestParams | {
|
|
308
307
|
[key: string]: any;
|
|
309
308
|
};
|
|
310
309
|
};
|
|
@@ -313,9 +312,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
313
312
|
default?: undefined;
|
|
314
313
|
} | {
|
|
315
314
|
type: any;
|
|
316
|
-
default: string | number | boolean | Events | {
|
|
315
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
317
316
|
[key: string]: any;
|
|
318
|
-
} | import(
|
|
317
|
+
} | import("../../_utils/props").RequestParams | {
|
|
319
318
|
[key: string]: any;
|
|
320
319
|
};
|
|
321
320
|
};
|
|
@@ -324,9 +323,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
324
323
|
default?: undefined;
|
|
325
324
|
} | {
|
|
326
325
|
type: any;
|
|
327
|
-
default: string | number | boolean | Events | {
|
|
326
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
328
327
|
[key: string]: any;
|
|
329
|
-
} | import(
|
|
328
|
+
} | import("../../_utils/props").RequestParams | {
|
|
330
329
|
[key: string]: any;
|
|
331
330
|
};
|
|
332
331
|
};
|
|
@@ -335,9 +334,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
334
|
default?: undefined;
|
|
336
335
|
} | {
|
|
337
336
|
type: any;
|
|
338
|
-
default: string | number | boolean | Events | {
|
|
337
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
339
338
|
[key: string]: any;
|
|
340
|
-
} | import(
|
|
339
|
+
} | import("../../_utils/props").RequestParams | {
|
|
341
340
|
[key: string]: any;
|
|
342
341
|
};
|
|
343
342
|
};
|
|
@@ -346,9 +345,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
353
352
|
};
|
|
354
353
|
};
|
|
@@ -357,9 +356,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
357
356
|
default?: undefined;
|
|
358
357
|
} | {
|
|
359
358
|
type: any;
|
|
360
|
-
default: string | number | boolean | Events | {
|
|
359
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
361
360
|
[key: string]: any;
|
|
362
|
-
} | import(
|
|
361
|
+
} | import("../../_utils/props").RequestParams | {
|
|
363
362
|
[key: string]: any;
|
|
364
363
|
};
|
|
365
364
|
};
|
|
@@ -368,9 +367,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
367
|
default?: undefined;
|
|
369
368
|
} | {
|
|
370
369
|
type: any;
|
|
371
|
-
default: string | number | boolean | Events | {
|
|
370
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
372
371
|
[key: string]: any;
|
|
373
|
-
} | import(
|
|
372
|
+
} | import("../../_utils/props").RequestParams | {
|
|
374
373
|
[key: string]: any;
|
|
375
374
|
};
|
|
376
375
|
};
|
|
@@ -379,9 +378,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
379
378
|
default?: undefined;
|
|
380
379
|
} | {
|
|
381
380
|
type: any;
|
|
382
|
-
default: string | number | boolean | Events | {
|
|
381
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
383
382
|
[key: string]: any;
|
|
384
|
-
} | import(
|
|
383
|
+
} | import("../../_utils/props").RequestParams | {
|
|
385
384
|
[key: string]: any;
|
|
386
385
|
};
|
|
387
386
|
};
|
|
@@ -396,9 +395,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
396
395
|
default?: undefined;
|
|
397
396
|
} | {
|
|
398
397
|
type: any;
|
|
399
|
-
default: string | number | boolean | Events | {
|
|
398
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
400
399
|
[key: string]: any;
|
|
401
|
-
} | import(
|
|
400
|
+
} | import("../../_utils/props").RequestParams | {
|
|
402
401
|
[key: string]: any;
|
|
403
402
|
};
|
|
404
403
|
};
|
|
@@ -407,9 +406,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
407
406
|
default?: undefined;
|
|
408
407
|
} | {
|
|
409
408
|
type: any;
|
|
410
|
-
default: string | number | boolean | Events | {
|
|
409
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
411
410
|
[key: string]: any;
|
|
412
|
-
} | import(
|
|
411
|
+
} | import("../../_utils/props").RequestParams | {
|
|
413
412
|
[key: string]: any;
|
|
414
413
|
};
|
|
415
414
|
};
|
|
@@ -418,9 +417,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
425
424
|
};
|
|
426
425
|
};
|
|
@@ -429,9 +428,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
429
428
|
default?: undefined;
|
|
430
429
|
} | {
|
|
431
430
|
type: any;
|
|
432
|
-
default: string | number | boolean | Events | {
|
|
431
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
433
432
|
[key: string]: any;
|
|
434
|
-
} | import(
|
|
433
|
+
} | import("../../_utils/props").RequestParams | {
|
|
435
434
|
[key: string]: any;
|
|
436
435
|
};
|
|
437
436
|
};
|
|
@@ -440,9 +439,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
440
439
|
default?: undefined;
|
|
441
440
|
} | {
|
|
442
441
|
type: any;
|
|
443
|
-
default: string | number | boolean | Events | {
|
|
442
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
444
443
|
[key: string]: any;
|
|
445
|
-
} | import(
|
|
444
|
+
} | import("../../_utils/props").RequestParams | {
|
|
446
445
|
[key: string]: any;
|
|
447
446
|
};
|
|
448
447
|
};
|
|
@@ -451,9 +450,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
451
450
|
default?: undefined;
|
|
452
451
|
} | {
|
|
453
452
|
type: any;
|
|
454
|
-
default: string | number | boolean | Events | {
|
|
453
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
455
454
|
[key: string]: any;
|
|
456
|
-
} | import(
|
|
455
|
+
} | import("../../_utils/props").RequestParams | {
|
|
457
456
|
[key: string]: any;
|
|
458
457
|
};
|
|
459
458
|
};
|
|
@@ -462,9 +461,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
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
|
[key: string]: any;
|
|
469
468
|
};
|
|
470
469
|
};
|
|
@@ -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
|
};
|
|
@@ -484,9 +483,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
484
483
|
default?: undefined;
|
|
485
484
|
} | {
|
|
486
485
|
type: any;
|
|
487
|
-
default: string | number | boolean | Events | {
|
|
486
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
488
487
|
[key: string]: any;
|
|
489
|
-
} | import(
|
|
488
|
+
} | import("../../_utils/props").RequestParams | {
|
|
490
489
|
[key: string]: any;
|
|
491
490
|
};
|
|
492
491
|
};
|
|
@@ -495,9 +494,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
495
494
|
default?: undefined;
|
|
496
495
|
} | {
|
|
497
496
|
type: any;
|
|
498
|
-
default: string | number | boolean | Events | {
|
|
497
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
499
498
|
[key: string]: any;
|
|
500
|
-
} | import(
|
|
499
|
+
} | import("../../_utils/props").RequestParams | {
|
|
501
500
|
[key: string]: any;
|
|
502
501
|
};
|
|
503
502
|
};
|
|
@@ -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 | {
|
|
512
511
|
[key: string]: any;
|
|
513
512
|
};
|
|
514
513
|
};
|
|
@@ -517,9 +516,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
517
516
|
default?: undefined;
|
|
518
517
|
} | {
|
|
519
518
|
type: any;
|
|
520
|
-
default: string | number | boolean | Events | {
|
|
519
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
521
520
|
[key: string]: any;
|
|
522
|
-
} | import(
|
|
521
|
+
} | import("../../_utils/props").RequestParams | {
|
|
523
522
|
[key: string]: any;
|
|
524
523
|
};
|
|
525
524
|
};
|
|
@@ -528,9 +527,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
528
527
|
default?: undefined;
|
|
529
528
|
} | {
|
|
530
529
|
type: any;
|
|
531
|
-
default: string | number | boolean | Events | {
|
|
530
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
532
531
|
[key: string]: any;
|
|
533
|
-
} | import(
|
|
532
|
+
} | import("../../_utils/props").RequestParams | {
|
|
534
533
|
[key: string]: any;
|
|
535
534
|
};
|
|
536
535
|
};
|
|
@@ -539,9 +538,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
539
538
|
default?: undefined;
|
|
540
539
|
} | {
|
|
541
540
|
type: any;
|
|
542
|
-
default: string | number | boolean | Events | {
|
|
541
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
543
542
|
[key: string]: any;
|
|
544
|
-
} | import(
|
|
543
|
+
} | import("../../_utils/props").RequestParams | {
|
|
545
544
|
[key: string]: any;
|
|
546
545
|
};
|
|
547
546
|
};
|
|
@@ -550,9 +549,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
550
549
|
default?: undefined;
|
|
551
550
|
} | {
|
|
552
551
|
type: any;
|
|
553
|
-
default: string | number | boolean | Events | {
|
|
552
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
554
553
|
[key: string]: any;
|
|
555
|
-
} | import(
|
|
554
|
+
} | import("../../_utils/props").RequestParams | {
|
|
556
555
|
[key: string]: any;
|
|
557
556
|
};
|
|
558
557
|
};
|
|
@@ -561,9 +560,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
561
560
|
default?: undefined;
|
|
562
561
|
} | {
|
|
563
562
|
type: any;
|
|
564
|
-
default: string | number | boolean | Events | {
|
|
563
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
565
564
|
[key: string]: any;
|
|
566
|
-
} | import(
|
|
565
|
+
} | import("../../_utils/props").RequestParams | {
|
|
567
566
|
[key: string]: any;
|
|
568
567
|
};
|
|
569
568
|
};
|
|
@@ -572,9 +571,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
572
571
|
default?: undefined;
|
|
573
572
|
} | {
|
|
574
573
|
type: any;
|
|
575
|
-
default: string | number | boolean | Events | {
|
|
574
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
576
575
|
[key: string]: any;
|
|
577
|
-
} | import(
|
|
576
|
+
} | import("../../_utils/props").RequestParams | {
|
|
578
577
|
[key: string]: any;
|
|
579
578
|
};
|
|
580
579
|
};
|
|
@@ -583,9 +582,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
583
582
|
default?: undefined;
|
|
584
583
|
} | {
|
|
585
584
|
type: any;
|
|
586
|
-
default: string | number | boolean | Events | {
|
|
585
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
587
586
|
[key: string]: any;
|
|
588
|
-
} | import(
|
|
587
|
+
} | import("../../_utils/props").RequestParams | {
|
|
589
588
|
[key: string]: any;
|
|
590
589
|
};
|
|
591
590
|
};
|
|
@@ -594,9 +593,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
594
593
|
default?: undefined;
|
|
595
594
|
} | {
|
|
596
595
|
type: any;
|
|
597
|
-
default: string | number | boolean | Events | {
|
|
596
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
598
597
|
[key: string]: any;
|
|
599
|
-
} | import(
|
|
598
|
+
} | import("../../_utils/props").RequestParams | {
|
|
600
599
|
[key: string]: any;
|
|
601
600
|
};
|
|
602
601
|
};
|
|
@@ -605,9 +604,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
605
604
|
default?: undefined;
|
|
606
605
|
} | {
|
|
607
606
|
type: any;
|
|
608
|
-
default: string | number | boolean | Events | {
|
|
607
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
609
608
|
[key: string]: any;
|
|
610
|
-
} | import(
|
|
609
|
+
} | import("../../_utils/props").RequestParams | {
|
|
611
610
|
[key: string]: any;
|
|
612
611
|
};
|
|
613
612
|
};
|
|
@@ -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
|
};
|
|
@@ -627,9 +626,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
627
626
|
default?: undefined;
|
|
628
627
|
} | {
|
|
629
628
|
type: any;
|
|
630
|
-
default: string | number | boolean | Events | {
|
|
629
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
631
630
|
[key: string]: any;
|
|
632
|
-
} | import(
|
|
631
|
+
} | import("../../_utils/props").RequestParams | {
|
|
633
632
|
[key: string]: any;
|
|
634
633
|
};
|
|
635
634
|
};
|
|
@@ -638,9 +637,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
638
637
|
default?: undefined;
|
|
639
638
|
} | {
|
|
640
639
|
type: any;
|
|
641
|
-
default: string | number | boolean | Events | {
|
|
640
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
642
641
|
[key: string]: any;
|
|
643
|
-
} | import(
|
|
642
|
+
} | import("../../_utils/props").RequestParams | {
|
|
644
643
|
[key: string]: any;
|
|
645
644
|
};
|
|
646
645
|
};
|
|
@@ -649,9 +648,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
649
648
|
default?: undefined;
|
|
650
649
|
} | {
|
|
651
650
|
type: any;
|
|
652
|
-
default: string | number | boolean | Events | {
|
|
651
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
653
652
|
[key: string]: any;
|
|
654
|
-
} | import(
|
|
653
|
+
} | import("../../_utils/props").RequestParams | {
|
|
655
654
|
[key: string]: any;
|
|
656
655
|
};
|
|
657
656
|
};
|
|
@@ -660,9 +659,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
660
659
|
default?: undefined;
|
|
661
660
|
} | {
|
|
662
661
|
type: any;
|
|
663
|
-
default: string | number | boolean | Events | {
|
|
662
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
664
663
|
[key: string]: any;
|
|
665
|
-
} | import(
|
|
664
|
+
} | import("../../_utils/props").RequestParams | {
|
|
666
665
|
[key: string]: any;
|
|
667
666
|
};
|
|
668
667
|
};
|
|
@@ -671,9 +670,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
671
670
|
default?: undefined;
|
|
672
671
|
} | {
|
|
673
672
|
type: any;
|
|
674
|
-
default: string | number | boolean | Events | {
|
|
673
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
675
674
|
[key: string]: any;
|
|
676
|
-
} | import(
|
|
675
|
+
} | import("../../_utils/props").RequestParams | {
|
|
677
676
|
[key: string]: any;
|
|
678
677
|
};
|
|
679
678
|
};
|
|
@@ -682,9 +681,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
682
681
|
default?: undefined;
|
|
683
682
|
} | {
|
|
684
683
|
type: any;
|
|
685
|
-
default: string | number | boolean | Events | {
|
|
684
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
686
685
|
[key: string]: any;
|
|
687
|
-
} | import(
|
|
686
|
+
} | import("../../_utils/props").RequestParams | {
|
|
688
687
|
[key: string]: any;
|
|
689
688
|
};
|
|
690
689
|
};
|
|
@@ -693,9 +692,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
693
692
|
default?: undefined;
|
|
694
693
|
} | {
|
|
695
694
|
type: any;
|
|
696
|
-
default: string | number | boolean | Events | {
|
|
695
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
697
696
|
[key: string]: any;
|
|
698
|
-
} | import(
|
|
697
|
+
} | import("../../_utils/props").RequestParams | {
|
|
699
698
|
[key: string]: any;
|
|
700
699
|
};
|
|
701
700
|
};
|
|
@@ -704,9 +703,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
704
703
|
default?: undefined;
|
|
705
704
|
} | {
|
|
706
705
|
type: any;
|
|
707
|
-
default: string | number | boolean | Events | {
|
|
706
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
708
707
|
[key: string]: any;
|
|
709
|
-
} | import(
|
|
708
|
+
} | import("../../_utils/props").RequestParams | {
|
|
710
709
|
[key: string]: any;
|
|
711
710
|
};
|
|
712
711
|
};
|
|
@@ -715,9 +714,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
715
714
|
default?: undefined;
|
|
716
715
|
} | {
|
|
717
716
|
type: any;
|
|
718
|
-
default: string | number | boolean | Events | {
|
|
717
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
719
718
|
[key: string]: any;
|
|
720
|
-
} | import(
|
|
719
|
+
} | import("../../_utils/props").RequestParams | {
|
|
721
720
|
[key: string]: any;
|
|
722
721
|
};
|
|
723
722
|
};
|
|
@@ -726,9 +725,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
726
725
|
default?: undefined;
|
|
727
726
|
} | {
|
|
728
727
|
type: any;
|
|
729
|
-
default: string | number | boolean | Events | {
|
|
728
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
730
729
|
[key: string]: any;
|
|
731
|
-
} | import(
|
|
730
|
+
} | import("../../_utils/props").RequestParams | {
|
|
732
731
|
[key: string]: any;
|
|
733
732
|
};
|
|
734
733
|
};
|
|
@@ -737,9 +736,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
737
736
|
default?: undefined;
|
|
738
737
|
} | {
|
|
739
738
|
type: any;
|
|
740
|
-
default: string | number | boolean | Events | {
|
|
739
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
741
740
|
[key: string]: any;
|
|
742
|
-
} | import(
|
|
741
|
+
} | import("../../_utils/props").RequestParams | {
|
|
743
742
|
[key: string]: any;
|
|
744
743
|
};
|
|
745
744
|
};
|
|
@@ -748,9 +747,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
748
747
|
default?: undefined;
|
|
749
748
|
} | {
|
|
750
749
|
type: any;
|
|
751
|
-
default: string | number | boolean | Events | {
|
|
750
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
752
751
|
[key: string]: any;
|
|
753
|
-
} | import(
|
|
752
|
+
} | import("../../_utils/props").RequestParams | {
|
|
754
753
|
[key: string]: any;
|
|
755
754
|
};
|
|
756
755
|
};
|
|
@@ -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
|
};
|
|
@@ -770,9 +769,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
770
769
|
default?: undefined;
|
|
771
770
|
} | {
|
|
772
771
|
type: any;
|
|
773
|
-
default: string | number | boolean | Events | {
|
|
772
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
774
773
|
[key: string]: any;
|
|
775
|
-
} | import(
|
|
774
|
+
} | import("../../_utils/props").RequestParams | {
|
|
776
775
|
[key: string]: any;
|
|
777
776
|
};
|
|
778
777
|
};
|