@ecan-bi/datav 1.0.67 → 1.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +4 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -3
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/_utils/hooks/useEmitEvent.d.ts +4 -3
- package/types/container/border/Border.vue.d.ts +294 -137
- package/types/container/border/index.d.ts +226 -68
- package/types/container/border/props.d.ts +116 -34
- package/types/container/tabs/Tabs.vue.d.ts +14 -0
- package/types/container/tabs/index.d.ts +14 -0
- package/types/container/tabs/props.d.ts +8 -0
- package/types/control/button/Button.vue.d.ts +120 -121
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -105
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -105
- package/types/control/select/Select.vue.d.ts +100 -101
- package/types/graph/bar/Bar.vue.d.ts +133 -133
- package/types/table/table/Table.vue.d.ts +168 -169
- package/types/text/list/List.vue.d.ts +128 -129
- package/types/text/proportion/Proportion.vue.d.ts +146 -147
- package/types/text/proportion/index.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +140 -141
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { Events } from '../../_utils/props';
|
|
2
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
2
|
strokeColor: {
|
|
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
|
};
|
|
@@ -390,17 +389,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
390
389
|
default?: undefined;
|
|
391
390
|
} | {
|
|
392
391
|
type: any;
|
|
393
|
-
default: string | number | boolean | Events | {
|
|
392
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
394
393
|
[key: string]: any;
|
|
395
|
-
} | import(
|
|
394
|
+
} | import("../../_utils/props").RequestParams | {
|
|
396
395
|
[key: string]: any;
|
|
397
396
|
};
|
|
398
397
|
};
|
|
399
398
|
}, {
|
|
400
399
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
401
400
|
myWidth: import("vue").ComputedRef<number>;
|
|
402
|
-
text: import("vue").ComputedRef<
|
|
403
|
-
|
|
401
|
+
text: import("vue").ComputedRef<any>;
|
|
402
|
+
myValue: import("vue").ComputedRef<any>;
|
|
404
403
|
loading: import("vue").Ref<boolean>;
|
|
405
404
|
click: () => void;
|
|
406
405
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -409,9 +408,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
409
408
|
default?: undefined;
|
|
410
409
|
} | {
|
|
411
410
|
type: any;
|
|
412
|
-
default: string | number | boolean | Events | {
|
|
411
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
413
412
|
[key: string]: any;
|
|
414
|
-
} | import(
|
|
413
|
+
} | import("../../_utils/props").RequestParams | {
|
|
415
414
|
[key: string]: any;
|
|
416
415
|
};
|
|
417
416
|
};
|
|
@@ -420,9 +419,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
420
419
|
default?: undefined;
|
|
421
420
|
} | {
|
|
422
421
|
type: any;
|
|
423
|
-
default: string | number | boolean | Events | {
|
|
422
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
424
423
|
[key: string]: any;
|
|
425
|
-
} | import(
|
|
424
|
+
} | import("../../_utils/props").RequestParams | {
|
|
426
425
|
[key: string]: any;
|
|
427
426
|
};
|
|
428
427
|
};
|
|
@@ -431,9 +430,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
431
430
|
default?: undefined;
|
|
432
431
|
} | {
|
|
433
432
|
type: any;
|
|
434
|
-
default: string | number | boolean | Events | {
|
|
433
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
435
434
|
[key: string]: any;
|
|
436
|
-
} | import(
|
|
435
|
+
} | import("../../_utils/props").RequestParams | {
|
|
437
436
|
[key: string]: any;
|
|
438
437
|
};
|
|
439
438
|
};
|
|
@@ -442,9 +441,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
442
441
|
default?: undefined;
|
|
443
442
|
} | {
|
|
444
443
|
type: any;
|
|
445
|
-
default: string | number | boolean | Events | {
|
|
444
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
446
445
|
[key: string]: any;
|
|
447
|
-
} | import(
|
|
446
|
+
} | import("../../_utils/props").RequestParams | {
|
|
448
447
|
[key: string]: any;
|
|
449
448
|
};
|
|
450
449
|
};
|
|
@@ -453,9 +452,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
453
452
|
default?: undefined;
|
|
454
453
|
} | {
|
|
455
454
|
type: any;
|
|
456
|
-
default: string | number | boolean | Events | {
|
|
455
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
457
456
|
[key: string]: any;
|
|
458
|
-
} | import(
|
|
457
|
+
} | import("../../_utils/props").RequestParams | {
|
|
459
458
|
[key: string]: any;
|
|
460
459
|
};
|
|
461
460
|
};
|
|
@@ -464,9 +463,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
464
463
|
default?: undefined;
|
|
465
464
|
} | {
|
|
466
465
|
type: any;
|
|
467
|
-
default: string | number | boolean | Events | {
|
|
466
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
468
467
|
[key: string]: any;
|
|
469
|
-
} | import(
|
|
468
|
+
} | import("../../_utils/props").RequestParams | {
|
|
470
469
|
[key: string]: any;
|
|
471
470
|
};
|
|
472
471
|
};
|
|
@@ -475,9 +474,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
475
474
|
default?: undefined;
|
|
476
475
|
} | {
|
|
477
476
|
type: any;
|
|
478
|
-
default: string | number | boolean | Events | {
|
|
477
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
479
478
|
[key: string]: any;
|
|
480
|
-
} | import(
|
|
479
|
+
} | import("../../_utils/props").RequestParams | {
|
|
481
480
|
[key: string]: any;
|
|
482
481
|
};
|
|
483
482
|
};
|
|
@@ -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
|
};
|
|
@@ -497,9 +496,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
497
496
|
default?: undefined;
|
|
498
497
|
} | {
|
|
499
498
|
type: any;
|
|
500
|
-
default: string | number | boolean | Events | {
|
|
499
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
501
500
|
[key: string]: any;
|
|
502
|
-
} | import(
|
|
501
|
+
} | import("../../_utils/props").RequestParams | {
|
|
503
502
|
[key: string]: any;
|
|
504
503
|
};
|
|
505
504
|
};
|
|
@@ -508,9 +507,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
508
507
|
default?: undefined;
|
|
509
508
|
} | {
|
|
510
509
|
type: any;
|
|
511
|
-
default: string | number | boolean | Events | {
|
|
510
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
512
511
|
[key: string]: any;
|
|
513
|
-
} | import(
|
|
512
|
+
} | import("../../_utils/props").RequestParams | {
|
|
514
513
|
[key: string]: any;
|
|
515
514
|
};
|
|
516
515
|
};
|
|
@@ -519,9 +518,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
519
518
|
default?: undefined;
|
|
520
519
|
} | {
|
|
521
520
|
type: any;
|
|
522
|
-
default: string | number | boolean | Events | {
|
|
521
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
523
522
|
[key: string]: any;
|
|
524
|
-
} | import(
|
|
523
|
+
} | import("../../_utils/props").RequestParams | {
|
|
525
524
|
[key: string]: any;
|
|
526
525
|
};
|
|
527
526
|
};
|
|
@@ -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 | {
|
|
536
535
|
[key: string]: any;
|
|
537
536
|
};
|
|
538
537
|
};
|
|
@@ -541,9 +540,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
541
540
|
default?: undefined;
|
|
542
541
|
} | {
|
|
543
542
|
type: any;
|
|
544
|
-
default: string | number | boolean | Events | {
|
|
543
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
545
544
|
[key: string]: any;
|
|
546
|
-
} | import(
|
|
545
|
+
} | import("../../_utils/props").RequestParams | {
|
|
547
546
|
[key: string]: any;
|
|
548
547
|
};
|
|
549
548
|
};
|
|
@@ -552,9 +551,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
552
551
|
default?: undefined;
|
|
553
552
|
} | {
|
|
554
553
|
type: any;
|
|
555
|
-
default: string | number | boolean | Events | {
|
|
554
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
556
555
|
[key: string]: any;
|
|
557
|
-
} | import(
|
|
556
|
+
} | import("../../_utils/props").RequestParams | {
|
|
558
557
|
[key: string]: any;
|
|
559
558
|
};
|
|
560
559
|
};
|
|
@@ -563,9 +562,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
563
562
|
default?: undefined;
|
|
564
563
|
} | {
|
|
565
564
|
type: any;
|
|
566
|
-
default: string | number | boolean | Events | {
|
|
565
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
567
566
|
[key: string]: any;
|
|
568
|
-
} | import(
|
|
567
|
+
} | import("../../_utils/props").RequestParams | {
|
|
569
568
|
[key: string]: any;
|
|
570
569
|
};
|
|
571
570
|
};
|
|
@@ -574,9 +573,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
574
573
|
default?: undefined;
|
|
575
574
|
} | {
|
|
576
575
|
type: any;
|
|
577
|
-
default: string | number | boolean | Events | {
|
|
576
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
578
577
|
[key: string]: any;
|
|
579
|
-
} | import(
|
|
578
|
+
} | import("../../_utils/props").RequestParams | {
|
|
580
579
|
[key: string]: any;
|
|
581
580
|
};
|
|
582
581
|
};
|
|
@@ -585,9 +584,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
585
584
|
default?: undefined;
|
|
586
585
|
} | {
|
|
587
586
|
type: any;
|
|
588
|
-
default: string | number | boolean | Events | {
|
|
587
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
589
588
|
[key: string]: any;
|
|
590
|
-
} | import(
|
|
589
|
+
} | import("../../_utils/props").RequestParams | {
|
|
591
590
|
[key: string]: any;
|
|
592
591
|
};
|
|
593
592
|
};
|
|
@@ -596,9 +595,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
596
595
|
default?: undefined;
|
|
597
596
|
} | {
|
|
598
597
|
type: any;
|
|
599
|
-
default: string | number | boolean | Events | {
|
|
598
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
600
599
|
[key: string]: any;
|
|
601
|
-
} | import(
|
|
600
|
+
} | import("../../_utils/props").RequestParams | {
|
|
602
601
|
[key: string]: any;
|
|
603
602
|
};
|
|
604
603
|
};
|
|
@@ -607,9 +606,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
607
606
|
default?: undefined;
|
|
608
607
|
} | {
|
|
609
608
|
type: any;
|
|
610
|
-
default: string | number | boolean | Events | {
|
|
609
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
611
610
|
[key: string]: any;
|
|
612
|
-
} | import(
|
|
611
|
+
} | import("../../_utils/props").RequestParams | {
|
|
613
612
|
[key: string]: any;
|
|
614
613
|
};
|
|
615
614
|
};
|
|
@@ -618,9 +617,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
618
617
|
default?: undefined;
|
|
619
618
|
} | {
|
|
620
619
|
type: any;
|
|
621
|
-
default: string | number | boolean | Events | {
|
|
620
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
622
621
|
[key: string]: any;
|
|
623
|
-
} | import(
|
|
622
|
+
} | import("../../_utils/props").RequestParams | {
|
|
624
623
|
[key: string]: any;
|
|
625
624
|
};
|
|
626
625
|
};
|
|
@@ -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
|
};
|
|
@@ -640,9 +639,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
640
639
|
default?: undefined;
|
|
641
640
|
} | {
|
|
642
641
|
type: any;
|
|
643
|
-
default: string | number | boolean | Events | {
|
|
642
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
644
643
|
[key: string]: any;
|
|
645
|
-
} | import(
|
|
644
|
+
} | import("../../_utils/props").RequestParams | {
|
|
646
645
|
[key: string]: any;
|
|
647
646
|
};
|
|
648
647
|
};
|
|
@@ -651,9 +650,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
651
650
|
default?: undefined;
|
|
652
651
|
} | {
|
|
653
652
|
type: any;
|
|
654
|
-
default: string | number | boolean | Events | {
|
|
653
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
655
654
|
[key: string]: any;
|
|
656
|
-
} | import(
|
|
655
|
+
} | import("../../_utils/props").RequestParams | {
|
|
657
656
|
[key: string]: any;
|
|
658
657
|
};
|
|
659
658
|
};
|
|
@@ -662,9 +661,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
662
661
|
default?: undefined;
|
|
663
662
|
} | {
|
|
664
663
|
type: any;
|
|
665
|
-
default: string | number | boolean | Events | {
|
|
664
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
666
665
|
[key: string]: any;
|
|
667
|
-
} | import(
|
|
666
|
+
} | import("../../_utils/props").RequestParams | {
|
|
668
667
|
[key: string]: any;
|
|
669
668
|
};
|
|
670
669
|
};
|
|
@@ -673,9 +672,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
673
672
|
default?: undefined;
|
|
674
673
|
} | {
|
|
675
674
|
type: any;
|
|
676
|
-
default: string | number | boolean | Events | {
|
|
675
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
677
676
|
[key: string]: any;
|
|
678
|
-
} | import(
|
|
677
|
+
} | import("../../_utils/props").RequestParams | {
|
|
679
678
|
[key: string]: any;
|
|
680
679
|
};
|
|
681
680
|
};
|
|
@@ -684,9 +683,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
684
683
|
default?: undefined;
|
|
685
684
|
} | {
|
|
686
685
|
type: any;
|
|
687
|
-
default: string | number | boolean | Events | {
|
|
686
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
688
687
|
[key: string]: any;
|
|
689
|
-
} | import(
|
|
688
|
+
} | import("../../_utils/props").RequestParams | {
|
|
690
689
|
[key: string]: any;
|
|
691
690
|
};
|
|
692
691
|
};
|
|
@@ -695,9 +694,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
695
694
|
default?: undefined;
|
|
696
695
|
} | {
|
|
697
696
|
type: any;
|
|
698
|
-
default: string | number | boolean | Events | {
|
|
697
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
699
698
|
[key: string]: any;
|
|
700
|
-
} | import(
|
|
699
|
+
} | import("../../_utils/props").RequestParams | {
|
|
701
700
|
[key: string]: any;
|
|
702
701
|
};
|
|
703
702
|
};
|
|
@@ -706,9 +705,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
706
705
|
default?: undefined;
|
|
707
706
|
} | {
|
|
708
707
|
type: any;
|
|
709
|
-
default: string | number | boolean | Events | {
|
|
708
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
710
709
|
[key: string]: any;
|
|
711
|
-
} | import(
|
|
710
|
+
} | import("../../_utils/props").RequestParams | {
|
|
712
711
|
[key: string]: any;
|
|
713
712
|
};
|
|
714
713
|
};
|
|
@@ -717,9 +716,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
717
716
|
default?: undefined;
|
|
718
717
|
} | {
|
|
719
718
|
type: any;
|
|
720
|
-
default: string | number | boolean | Events | {
|
|
719
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
721
720
|
[key: string]: any;
|
|
722
|
-
} | import(
|
|
721
|
+
} | import("../../_utils/props").RequestParams | {
|
|
723
722
|
[key: string]: any;
|
|
724
723
|
};
|
|
725
724
|
};
|
|
@@ -728,9 +727,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
728
727
|
default?: undefined;
|
|
729
728
|
} | {
|
|
730
729
|
type: any;
|
|
731
|
-
default: string | number | boolean | Events | {
|
|
730
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
732
731
|
[key: string]: any;
|
|
733
|
-
} | import(
|
|
732
|
+
} | import("../../_utils/props").RequestParams | {
|
|
734
733
|
[key: string]: any;
|
|
735
734
|
};
|
|
736
735
|
};
|
|
@@ -739,9 +738,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
739
738
|
default?: undefined;
|
|
740
739
|
} | {
|
|
741
740
|
type: any;
|
|
742
|
-
default: string | number | boolean | Events | {
|
|
741
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
743
742
|
[key: string]: any;
|
|
744
|
-
} | import(
|
|
743
|
+
} | import("../../_utils/props").RequestParams | {
|
|
745
744
|
[key: string]: any;
|
|
746
745
|
};
|
|
747
746
|
};
|
|
@@ -750,9 +749,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
750
749
|
default?: undefined;
|
|
751
750
|
} | {
|
|
752
751
|
type: any;
|
|
753
|
-
default: string | number | boolean | Events | {
|
|
752
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
754
753
|
[key: string]: any;
|
|
755
|
-
} | import(
|
|
754
|
+
} | import("../../_utils/props").RequestParams | {
|
|
756
755
|
[key: string]: any;
|
|
757
756
|
};
|
|
758
757
|
};
|
|
@@ -761,9 +760,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
761
760
|
default?: undefined;
|
|
762
761
|
} | {
|
|
763
762
|
type: any;
|
|
764
|
-
default: string | number | boolean | Events | {
|
|
763
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
765
764
|
[key: string]: any;
|
|
766
|
-
} | import(
|
|
765
|
+
} | import("../../_utils/props").RequestParams | {
|
|
767
766
|
[key: string]: any;
|
|
768
767
|
};
|
|
769
768
|
};
|
|
@@ -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
|
};
|
|
@@ -783,9 +782,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
783
782
|
default?: undefined;
|
|
784
783
|
} | {
|
|
785
784
|
type: any;
|
|
786
|
-
default: string | number | boolean | Events | {
|
|
785
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
787
786
|
[key: string]: any;
|
|
788
|
-
} | import(
|
|
787
|
+
} | import("../../_utils/props").RequestParams | {
|
|
789
788
|
[key: string]: any;
|
|
790
789
|
};
|
|
791
790
|
};
|
|
@@ -794,9 +793,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
794
793
|
default?: undefined;
|
|
795
794
|
} | {
|
|
796
795
|
type: any;
|
|
797
|
-
default: string | number | boolean | Events | {
|
|
796
|
+
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
798
797
|
[key: string]: any;
|
|
799
|
-
} | import(
|
|
798
|
+
} | import("../../_utils/props").RequestParams | {
|
|
800
799
|
[key: string]: any;
|
|
801
800
|
};
|
|
802
801
|
};
|