@ecan-bi/datav 1.0.81 → 1.0.83
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 +33 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +33 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/control/checkbox/Checkbox.vue.d.ts +48 -48
- package/types/control/checkbox/index.d.ts +48 -48
- package/types/control/checkbox/props.d.ts +25 -25
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.0.
|
|
1
|
+
/*! @ecan-bi/datav@1.0.83 */
|
|
2
2
|
x-vue-echarts{display:block;width:100%;height:100%}
|
|
3
3
|
.spin-wrapper {
|
|
4
4
|
position: relative;
|
|
@@ -249,7 +249,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
249
249
|
[datav-theme='darkBlue'] .ecan-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
|
250
250
|
background: #1890ff;
|
|
251
251
|
}
|
|
252
|
-
.select[data-v-
|
|
252
|
+
.select[data-v-5e92066a] {
|
|
253
253
|
width: 100%;
|
|
254
254
|
height: 100%;
|
|
255
255
|
}
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
5
5
|
default?: undefined;
|
|
6
6
|
} | {
|
|
7
7
|
type: any;
|
|
8
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
8
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
10
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
11
11
|
};
|
|
@@ -14,7 +14,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
14
14
|
default?: undefined;
|
|
15
15
|
} | {
|
|
16
16
|
type: any;
|
|
17
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
17
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
20
20
|
};
|
|
@@ -23,7 +23,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
23
23
|
default?: undefined;
|
|
24
24
|
} | {
|
|
25
25
|
type: any;
|
|
26
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
26
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
29
29
|
};
|
|
@@ -32,7 +32,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
32
32
|
default?: undefined;
|
|
33
33
|
} | {
|
|
34
34
|
type: any;
|
|
35
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
35
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
36
36
|
[key: string]: any;
|
|
37
37
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
38
38
|
};
|
|
@@ -41,7 +41,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
41
41
|
default?: undefined;
|
|
42
42
|
} | {
|
|
43
43
|
type: any;
|
|
44
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
44
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
45
45
|
[key: string]: any;
|
|
46
46
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
47
47
|
};
|
|
@@ -50,7 +50,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
50
50
|
default?: undefined;
|
|
51
51
|
} | {
|
|
52
52
|
type: any;
|
|
53
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
53
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
54
54
|
[key: string]: any;
|
|
55
55
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
56
56
|
};
|
|
@@ -59,7 +59,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
59
59
|
default?: undefined;
|
|
60
60
|
} | {
|
|
61
61
|
type: any;
|
|
62
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
62
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
63
63
|
[key: string]: any;
|
|
64
64
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
65
65
|
};
|
|
@@ -68,7 +68,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
68
68
|
default?: undefined;
|
|
69
69
|
} | {
|
|
70
70
|
type: any;
|
|
71
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
71
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
72
72
|
[key: string]: any;
|
|
73
73
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
74
74
|
};
|
|
@@ -77,7 +77,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
77
77
|
default?: undefined;
|
|
78
78
|
} | {
|
|
79
79
|
type: any;
|
|
80
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
80
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
81
81
|
[key: string]: any;
|
|
82
82
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
83
83
|
};
|
|
@@ -86,7 +86,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
86
86
|
default?: undefined;
|
|
87
87
|
} | {
|
|
88
88
|
type: any;
|
|
89
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
89
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
90
90
|
[key: string]: any;
|
|
91
91
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
92
92
|
};
|
|
@@ -95,7 +95,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
95
95
|
default?: undefined;
|
|
96
96
|
} | {
|
|
97
97
|
type: any;
|
|
98
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
98
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
99
99
|
[key: string]: any;
|
|
100
100
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
101
101
|
};
|
|
@@ -104,7 +104,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
104
104
|
default?: undefined;
|
|
105
105
|
} | {
|
|
106
106
|
type: any;
|
|
107
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
107
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
108
108
|
[key: string]: any;
|
|
109
109
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
110
110
|
};
|
|
@@ -113,7 +113,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
113
113
|
default?: undefined;
|
|
114
114
|
} | {
|
|
115
115
|
type: any;
|
|
116
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
116
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
117
117
|
[key: string]: any;
|
|
118
118
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
119
119
|
};
|
|
@@ -122,7 +122,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
122
122
|
default?: undefined;
|
|
123
123
|
} | {
|
|
124
124
|
type: any;
|
|
125
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
125
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
126
126
|
[key: string]: any;
|
|
127
127
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
128
128
|
};
|
|
@@ -131,7 +131,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
default?: undefined;
|
|
132
132
|
} | {
|
|
133
133
|
type: any;
|
|
134
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
134
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
135
135
|
[key: string]: any;
|
|
136
136
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
137
137
|
};
|
|
@@ -140,7 +140,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
140
140
|
default?: undefined;
|
|
141
141
|
} | {
|
|
142
142
|
type: any;
|
|
143
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
143
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
144
144
|
[key: string]: any;
|
|
145
145
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
146
146
|
};
|
|
@@ -149,7 +149,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
149
149
|
default?: undefined;
|
|
150
150
|
} | {
|
|
151
151
|
type: any;
|
|
152
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
152
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
153
153
|
[key: string]: any;
|
|
154
154
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
155
155
|
};
|
|
@@ -158,7 +158,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
158
158
|
default?: undefined;
|
|
159
159
|
} | {
|
|
160
160
|
type: any;
|
|
161
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
161
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
162
162
|
[key: string]: any;
|
|
163
163
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
164
164
|
};
|
|
@@ -167,7 +167,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
167
167
|
default?: undefined;
|
|
168
168
|
} | {
|
|
169
169
|
type: any;
|
|
170
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
170
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
171
171
|
[key: string]: any;
|
|
172
172
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
173
173
|
};
|
|
@@ -176,7 +176,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
176
176
|
default?: undefined;
|
|
177
177
|
} | {
|
|
178
178
|
type: any;
|
|
179
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
179
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
180
180
|
[key: string]: any;
|
|
181
181
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
182
182
|
};
|
|
@@ -185,7 +185,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
185
185
|
default?: undefined;
|
|
186
186
|
} | {
|
|
187
187
|
type: any;
|
|
188
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
188
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
189
189
|
[key: string]: any;
|
|
190
190
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
191
191
|
};
|
|
@@ -194,7 +194,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
194
194
|
default?: undefined;
|
|
195
195
|
} | {
|
|
196
196
|
type: any;
|
|
197
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
197
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
198
198
|
[key: string]: any;
|
|
199
199
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
200
200
|
};
|
|
@@ -203,7 +203,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
203
203
|
default?: undefined;
|
|
204
204
|
} | {
|
|
205
205
|
type: any;
|
|
206
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
206
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
207
207
|
[key: string]: any;
|
|
208
208
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
209
209
|
};
|
|
@@ -212,7 +212,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
212
212
|
default?: undefined;
|
|
213
213
|
} | {
|
|
214
214
|
type: any;
|
|
215
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
215
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
216
216
|
[key: string]: any;
|
|
217
217
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
218
218
|
};
|
|
@@ -233,7 +233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
233
233
|
default?: undefined;
|
|
234
234
|
} | {
|
|
235
235
|
type: any;
|
|
236
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
236
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
237
237
|
[key: string]: any;
|
|
238
238
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
239
239
|
};
|
|
@@ -242,7 +242,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
242
242
|
default?: undefined;
|
|
243
243
|
} | {
|
|
244
244
|
type: any;
|
|
245
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
245
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
246
246
|
[key: string]: any;
|
|
247
247
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
248
248
|
};
|
|
@@ -251,7 +251,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
251
251
|
default?: undefined;
|
|
252
252
|
} | {
|
|
253
253
|
type: any;
|
|
254
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
254
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
255
255
|
[key: string]: any;
|
|
256
256
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
257
257
|
};
|
|
@@ -260,7 +260,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
260
260
|
default?: undefined;
|
|
261
261
|
} | {
|
|
262
262
|
type: any;
|
|
263
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
263
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
264
264
|
[key: string]: any;
|
|
265
265
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
266
266
|
};
|
|
@@ -269,7 +269,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
269
269
|
default?: undefined;
|
|
270
270
|
} | {
|
|
271
271
|
type: any;
|
|
272
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
272
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
273
273
|
[key: string]: any;
|
|
274
274
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
275
275
|
};
|
|
@@ -278,7 +278,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
278
278
|
default?: undefined;
|
|
279
279
|
} | {
|
|
280
280
|
type: any;
|
|
281
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
281
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
282
282
|
[key: string]: any;
|
|
283
283
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
284
284
|
};
|
|
@@ -287,7 +287,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
287
287
|
default?: undefined;
|
|
288
288
|
} | {
|
|
289
289
|
type: any;
|
|
290
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
290
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
291
291
|
[key: string]: any;
|
|
292
292
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
293
293
|
};
|
|
@@ -296,7 +296,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
296
296
|
default?: undefined;
|
|
297
297
|
} | {
|
|
298
298
|
type: any;
|
|
299
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
299
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
300
300
|
[key: string]: any;
|
|
301
301
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
302
302
|
};
|
|
@@ -305,7 +305,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
305
305
|
default?: undefined;
|
|
306
306
|
} | {
|
|
307
307
|
type: any;
|
|
308
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
308
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
309
309
|
[key: string]: any;
|
|
310
310
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
311
311
|
};
|
|
@@ -314,7 +314,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
314
314
|
default?: undefined;
|
|
315
315
|
} | {
|
|
316
316
|
type: any;
|
|
317
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
317
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
318
318
|
[key: string]: any;
|
|
319
319
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
320
320
|
};
|
|
@@ -323,7 +323,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
323
323
|
default?: undefined;
|
|
324
324
|
} | {
|
|
325
325
|
type: any;
|
|
326
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
326
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
327
327
|
[key: string]: any;
|
|
328
328
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
329
329
|
};
|
|
@@ -332,7 +332,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
332
332
|
default?: undefined;
|
|
333
333
|
} | {
|
|
334
334
|
type: any;
|
|
335
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
335
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
336
336
|
[key: string]: any;
|
|
337
337
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
338
338
|
};
|
|
@@ -341,7 +341,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
341
341
|
default?: undefined;
|
|
342
342
|
} | {
|
|
343
343
|
type: any;
|
|
344
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
344
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
345
345
|
[key: string]: any;
|
|
346
346
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
347
347
|
};
|
|
@@ -350,7 +350,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
350
350
|
default?: undefined;
|
|
351
351
|
} | {
|
|
352
352
|
type: any;
|
|
353
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
353
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
354
354
|
[key: string]: any;
|
|
355
355
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
356
356
|
};
|
|
@@ -359,7 +359,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
359
359
|
default?: undefined;
|
|
360
360
|
} | {
|
|
361
361
|
type: any;
|
|
362
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
362
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
363
363
|
[key: string]: any;
|
|
364
364
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
365
365
|
};
|
|
@@ -368,7 +368,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
368
368
|
default?: undefined;
|
|
369
369
|
} | {
|
|
370
370
|
type: any;
|
|
371
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
371
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
372
372
|
[key: string]: any;
|
|
373
373
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
374
374
|
};
|
|
@@ -377,7 +377,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
377
377
|
default?: undefined;
|
|
378
378
|
} | {
|
|
379
379
|
type: any;
|
|
380
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
380
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
381
381
|
[key: string]: any;
|
|
382
382
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
383
383
|
};
|
|
@@ -386,7 +386,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
386
|
default?: undefined;
|
|
387
387
|
} | {
|
|
388
388
|
type: any;
|
|
389
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
389
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
390
390
|
[key: string]: any;
|
|
391
391
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
392
392
|
};
|
|
@@ -395,7 +395,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
395
395
|
default?: undefined;
|
|
396
396
|
} | {
|
|
397
397
|
type: any;
|
|
398
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
398
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
399
399
|
[key: string]: any;
|
|
400
400
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
401
401
|
};
|
|
@@ -404,7 +404,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
404
404
|
default?: undefined;
|
|
405
405
|
} | {
|
|
406
406
|
type: any;
|
|
407
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
407
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
408
408
|
[key: string]: any;
|
|
409
409
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
410
410
|
};
|
|
@@ -413,7 +413,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
413
413
|
default?: undefined;
|
|
414
414
|
} | {
|
|
415
415
|
type: any;
|
|
416
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
416
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
417
417
|
[key: string]: any;
|
|
418
418
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
419
419
|
};
|
|
@@ -422,7 +422,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
422
422
|
default?: undefined;
|
|
423
423
|
} | {
|
|
424
424
|
type: any;
|
|
425
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
425
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
426
426
|
[key: string]: any;
|
|
427
427
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
428
428
|
};
|
|
@@ -431,7 +431,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
431
431
|
default?: undefined;
|
|
432
432
|
} | {
|
|
433
433
|
type: any;
|
|
434
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
434
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
435
435
|
[key: string]: any;
|
|
436
436
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
437
437
|
};
|
|
@@ -440,7 +440,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
440
440
|
default?: undefined;
|
|
441
441
|
} | {
|
|
442
442
|
type: any;
|
|
443
|
-
default: string | number | boolean | import("../../_utils/props").Events | {
|
|
443
|
+
default: string | number | boolean | string[] | import("../../_utils/props").Events | {
|
|
444
444
|
[key: string]: any;
|
|
445
445
|
} | import("../../_utils/props").RequestParams | CheckboxOptions;
|
|
446
446
|
};
|