@ecan-bi/datav 1.0.79 → 1.0.81

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.
@@ -0,0 +1,448 @@
1
+ export declare const EcanCheckbox: import('../../_utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
+ value: {
3
+ type?: undefined;
4
+ default?: undefined;
5
+ } | {
6
+ type: any;
7
+ default: string | number | boolean | import("../../_utils/props").Events | {
8
+ [key: string]: any;
9
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
10
+ };
11
+ data: {
12
+ type?: undefined;
13
+ default?: undefined;
14
+ } | {
15
+ type: any;
16
+ default: string | number | boolean | import("../../_utils/props").Events | {
17
+ [key: string]: any;
18
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
19
+ };
20
+ id: {
21
+ type?: undefined;
22
+ default?: undefined;
23
+ } | {
24
+ type: any;
25
+ default: string | number | boolean | import("../../_utils/props").Events | {
26
+ [key: string]: any;
27
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
28
+ };
29
+ name: {
30
+ type?: undefined;
31
+ default?: undefined;
32
+ } | {
33
+ type: any;
34
+ default: string | number | boolean | import("../../_utils/props").Events | {
35
+ [key: string]: any;
36
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
37
+ };
38
+ keyName: {
39
+ type?: undefined;
40
+ default?: undefined;
41
+ } | {
42
+ type: any;
43
+ default: string | number | boolean | import("../../_utils/props").Events | {
44
+ [key: string]: any;
45
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
46
+ };
47
+ type: {
48
+ type?: undefined;
49
+ default?: undefined;
50
+ } | {
51
+ type: any;
52
+ default: string | number | boolean | import("../../_utils/props").Events | {
53
+ [key: string]: any;
54
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
55
+ };
56
+ width: {
57
+ type?: undefined;
58
+ default?: undefined;
59
+ } | {
60
+ type: any;
61
+ default: string | number | boolean | import("../../_utils/props").Events | {
62
+ [key: string]: any;
63
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
64
+ };
65
+ height: {
66
+ type?: undefined;
67
+ default?: undefined;
68
+ } | {
69
+ type: any;
70
+ default: string | number | boolean | import("../../_utils/props").Events | {
71
+ [key: string]: any;
72
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
73
+ };
74
+ position: {
75
+ type?: undefined;
76
+ default?: undefined;
77
+ } | {
78
+ type: any;
79
+ default: string | number | boolean | import("../../_utils/props").Events | {
80
+ [key: string]: any;
81
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
82
+ };
83
+ top: {
84
+ type?: undefined;
85
+ default?: undefined;
86
+ } | {
87
+ type: any;
88
+ default: string | number | boolean | import("../../_utils/props").Events | {
89
+ [key: string]: any;
90
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
91
+ };
92
+ left: {
93
+ type?: undefined;
94
+ default?: undefined;
95
+ } | {
96
+ type: any;
97
+ default: string | number | boolean | import("../../_utils/props").Events | {
98
+ [key: string]: any;
99
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
100
+ };
101
+ zIndex: {
102
+ type?: undefined;
103
+ default?: undefined;
104
+ } | {
105
+ type: any;
106
+ default: string | number | boolean | import("../../_utils/props").Events | {
107
+ [key: string]: any;
108
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
109
+ };
110
+ rotate: {
111
+ type?: undefined;
112
+ default?: undefined;
113
+ } | {
114
+ type: any;
115
+ default: string | number | boolean | import("../../_utils/props").Events | {
116
+ [key: string]: any;
117
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
118
+ };
119
+ isShow: {
120
+ type?: undefined;
121
+ default?: undefined;
122
+ } | {
123
+ type: any;
124
+ default: string | number | boolean | import("../../_utils/props").Events | {
125
+ [key: string]: any;
126
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
127
+ };
128
+ isRender: {
129
+ type?: undefined;
130
+ default?: undefined;
131
+ } | {
132
+ type: any;
133
+ default: string | number | boolean | import("../../_utils/props").Events | {
134
+ [key: string]: any;
135
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
136
+ };
137
+ events: {
138
+ type?: undefined;
139
+ default?: undefined;
140
+ } | {
141
+ type: any;
142
+ default: string | number | boolean | import("../../_utils/props").Events | {
143
+ [key: string]: any;
144
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
145
+ };
146
+ requestUrl: {
147
+ type?: undefined;
148
+ default?: undefined;
149
+ } | {
150
+ type: any;
151
+ default: string | number | boolean | import("../../_utils/props").Events | {
152
+ [key: string]: any;
153
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
154
+ };
155
+ requestMethod: {
156
+ type?: undefined;
157
+ default?: undefined;
158
+ } | {
159
+ type: any;
160
+ default: string | number | boolean | import("../../_utils/props").Events | {
161
+ [key: string]: any;
162
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
163
+ };
164
+ requestHeaders: {
165
+ type?: undefined;
166
+ default?: undefined;
167
+ } | {
168
+ type: any;
169
+ default: string | number | boolean | import("../../_utils/props").Events | {
170
+ [key: string]: any;
171
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
172
+ };
173
+ isOpenRequestTimer: {
174
+ type?: undefined;
175
+ default?: undefined;
176
+ } | {
177
+ type: any;
178
+ default: string | number | boolean | import("../../_utils/props").Events | {
179
+ [key: string]: any;
180
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
181
+ };
182
+ requestInterval: {
183
+ type?: undefined;
184
+ default?: undefined;
185
+ } | {
186
+ type: any;
187
+ default: string | number | boolean | import("../../_utils/props").Events | {
188
+ [key: string]: any;
189
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
190
+ };
191
+ requestParams: {
192
+ type?: undefined;
193
+ default?: undefined;
194
+ } | {
195
+ type: any;
196
+ default: string | number | boolean | import("../../_utils/props").Events | {
197
+ [key: string]: any;
198
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
199
+ };
200
+ requestSort: {
201
+ type?: undefined;
202
+ default?: undefined;
203
+ } | {
204
+ type: any;
205
+ default: string | number | boolean | import("../../_utils/props").Events | {
206
+ [key: string]: any;
207
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
208
+ };
209
+ dataType: {
210
+ type?: undefined;
211
+ default?: undefined;
212
+ } | {
213
+ type: any;
214
+ default: string | number | boolean | import("../../_utils/props").Events | {
215
+ [key: string]: any;
216
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
217
+ };
218
+ }, {
219
+ myOption: import("vue").Ref<{
220
+ label: string;
221
+ value: string;
222
+ disabled?: boolean;
223
+ checked?: boolean;
224
+ indeterminate?: boolean;
225
+ }[]>;
226
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
227
+ myValue: import("vue").Ref<string[]>;
228
+ checkboxChange: () => void;
229
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
230
+ value: {
231
+ type?: undefined;
232
+ default?: undefined;
233
+ } | {
234
+ type: any;
235
+ default: string | number | boolean | import("../../_utils/props").Events | {
236
+ [key: string]: any;
237
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
238
+ };
239
+ data: {
240
+ type?: undefined;
241
+ default?: undefined;
242
+ } | {
243
+ type: any;
244
+ default: string | number | boolean | import("../../_utils/props").Events | {
245
+ [key: string]: any;
246
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
247
+ };
248
+ id: {
249
+ type?: undefined;
250
+ default?: undefined;
251
+ } | {
252
+ type: any;
253
+ default: string | number | boolean | import("../../_utils/props").Events | {
254
+ [key: string]: any;
255
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
256
+ };
257
+ name: {
258
+ type?: undefined;
259
+ default?: undefined;
260
+ } | {
261
+ type: any;
262
+ default: string | number | boolean | import("../../_utils/props").Events | {
263
+ [key: string]: any;
264
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
265
+ };
266
+ keyName: {
267
+ type?: undefined;
268
+ default?: undefined;
269
+ } | {
270
+ type: any;
271
+ default: string | number | boolean | import("../../_utils/props").Events | {
272
+ [key: string]: any;
273
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
274
+ };
275
+ type: {
276
+ type?: undefined;
277
+ default?: undefined;
278
+ } | {
279
+ type: any;
280
+ default: string | number | boolean | import("../../_utils/props").Events | {
281
+ [key: string]: any;
282
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
283
+ };
284
+ width: {
285
+ type?: undefined;
286
+ default?: undefined;
287
+ } | {
288
+ type: any;
289
+ default: string | number | boolean | import("../../_utils/props").Events | {
290
+ [key: string]: any;
291
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
292
+ };
293
+ height: {
294
+ type?: undefined;
295
+ default?: undefined;
296
+ } | {
297
+ type: any;
298
+ default: string | number | boolean | import("../../_utils/props").Events | {
299
+ [key: string]: any;
300
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
301
+ };
302
+ position: {
303
+ type?: undefined;
304
+ default?: undefined;
305
+ } | {
306
+ type: any;
307
+ default: string | number | boolean | import("../../_utils/props").Events | {
308
+ [key: string]: any;
309
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
310
+ };
311
+ top: {
312
+ type?: undefined;
313
+ default?: undefined;
314
+ } | {
315
+ type: any;
316
+ default: string | number | boolean | import("../../_utils/props").Events | {
317
+ [key: string]: any;
318
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
319
+ };
320
+ left: {
321
+ type?: undefined;
322
+ default?: undefined;
323
+ } | {
324
+ type: any;
325
+ default: string | number | boolean | import("../../_utils/props").Events | {
326
+ [key: string]: any;
327
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
328
+ };
329
+ zIndex: {
330
+ type?: undefined;
331
+ default?: undefined;
332
+ } | {
333
+ type: any;
334
+ default: string | number | boolean | import("../../_utils/props").Events | {
335
+ [key: string]: any;
336
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
337
+ };
338
+ rotate: {
339
+ type?: undefined;
340
+ default?: undefined;
341
+ } | {
342
+ type: any;
343
+ default: string | number | boolean | import("../../_utils/props").Events | {
344
+ [key: string]: any;
345
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
346
+ };
347
+ isShow: {
348
+ type?: undefined;
349
+ default?: undefined;
350
+ } | {
351
+ type: any;
352
+ default: string | number | boolean | import("../../_utils/props").Events | {
353
+ [key: string]: any;
354
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
355
+ };
356
+ isRender: {
357
+ type?: undefined;
358
+ default?: undefined;
359
+ } | {
360
+ type: any;
361
+ default: string | number | boolean | import("../../_utils/props").Events | {
362
+ [key: string]: any;
363
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
364
+ };
365
+ events: {
366
+ type?: undefined;
367
+ default?: undefined;
368
+ } | {
369
+ type: any;
370
+ default: string | number | boolean | import("../../_utils/props").Events | {
371
+ [key: string]: any;
372
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
373
+ };
374
+ requestUrl: {
375
+ type?: undefined;
376
+ default?: undefined;
377
+ } | {
378
+ type: any;
379
+ default: string | number | boolean | import("../../_utils/props").Events | {
380
+ [key: string]: any;
381
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
382
+ };
383
+ requestMethod: {
384
+ type?: undefined;
385
+ default?: undefined;
386
+ } | {
387
+ type: any;
388
+ default: string | number | boolean | import("../../_utils/props").Events | {
389
+ [key: string]: any;
390
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
391
+ };
392
+ requestHeaders: {
393
+ type?: undefined;
394
+ default?: undefined;
395
+ } | {
396
+ type: any;
397
+ default: string | number | boolean | import("../../_utils/props").Events | {
398
+ [key: string]: any;
399
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
400
+ };
401
+ isOpenRequestTimer: {
402
+ type?: undefined;
403
+ default?: undefined;
404
+ } | {
405
+ type: any;
406
+ default: string | number | boolean | import("../../_utils/props").Events | {
407
+ [key: string]: any;
408
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
409
+ };
410
+ requestInterval: {
411
+ type?: undefined;
412
+ default?: undefined;
413
+ } | {
414
+ type: any;
415
+ default: string | number | boolean | import("../../_utils/props").Events | {
416
+ [key: string]: any;
417
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
418
+ };
419
+ requestParams: {
420
+ type?: undefined;
421
+ default?: undefined;
422
+ } | {
423
+ type: any;
424
+ default: string | number | boolean | import("../../_utils/props").Events | {
425
+ [key: string]: any;
426
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
427
+ };
428
+ requestSort: {
429
+ type?: undefined;
430
+ default?: undefined;
431
+ } | {
432
+ type: any;
433
+ default: string | number | boolean | import("../../_utils/props").Events | {
434
+ [key: string]: any;
435
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
436
+ };
437
+ dataType: {
438
+ type?: undefined;
439
+ default?: undefined;
440
+ } | {
441
+ type: any;
442
+ default: string | number | boolean | import("../../_utils/props").Events | {
443
+ [key: string]: any;
444
+ } | import("../../_utils/props").RequestParams | import("./props").CheckboxOptions;
445
+ };
446
+ }>>, {}>> & Record<string, any>;
447
+ export default EcanCheckbox;
448
+ export * from './props';
@@ -0,0 +1,232 @@
1
+ import { Props } from '../../_utils/props';
2
+ export declare type CheckboxOptions = {
3
+ label: string;
4
+ value: string;
5
+ disabled?: boolean;
6
+ checked?: boolean;
7
+ indeterminate?: boolean;
8
+ }[];
9
+ export interface CheckboxProps extends Props {
10
+ value: string;
11
+ data: CheckboxOptions;
12
+ }
13
+ export declare const checkboxProps: CheckboxProps;
14
+ export declare const checkboxComponentProps: {
15
+ value: {
16
+ type?: undefined;
17
+ default?: undefined;
18
+ } | {
19
+ type: any;
20
+ default: string | number | boolean | import('../../_utils/props').Events | {
21
+ [key: string]: any;
22
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
23
+ };
24
+ data: {
25
+ type?: undefined;
26
+ default?: undefined;
27
+ } | {
28
+ type: any;
29
+ default: string | number | boolean | import('../../_utils/props').Events | {
30
+ [key: string]: any;
31
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
32
+ };
33
+ id: {
34
+ type?: undefined;
35
+ default?: undefined;
36
+ } | {
37
+ type: any;
38
+ default: string | number | boolean | import('../../_utils/props').Events | {
39
+ [key: string]: any;
40
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
41
+ };
42
+ name: {
43
+ type?: undefined;
44
+ default?: undefined;
45
+ } | {
46
+ type: any;
47
+ default: string | number | boolean | import('../../_utils/props').Events | {
48
+ [key: string]: any;
49
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
50
+ };
51
+ keyName: {
52
+ type?: undefined;
53
+ default?: undefined;
54
+ } | {
55
+ type: any;
56
+ default: string | number | boolean | import('../../_utils/props').Events | {
57
+ [key: string]: any;
58
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
59
+ };
60
+ type: {
61
+ type?: undefined;
62
+ default?: undefined;
63
+ } | {
64
+ type: any;
65
+ default: string | number | boolean | import('../../_utils/props').Events | {
66
+ [key: string]: any;
67
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
68
+ };
69
+ width: {
70
+ type?: undefined;
71
+ default?: undefined;
72
+ } | {
73
+ type: any;
74
+ default: string | number | boolean | import('../../_utils/props').Events | {
75
+ [key: string]: any;
76
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
77
+ };
78
+ height: {
79
+ type?: undefined;
80
+ default?: undefined;
81
+ } | {
82
+ type: any;
83
+ default: string | number | boolean | import('../../_utils/props').Events | {
84
+ [key: string]: any;
85
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
86
+ };
87
+ position: {
88
+ type?: undefined;
89
+ default?: undefined;
90
+ } | {
91
+ type: any;
92
+ default: string | number | boolean | import('../../_utils/props').Events | {
93
+ [key: string]: any;
94
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
95
+ };
96
+ top: {
97
+ type?: undefined;
98
+ default?: undefined;
99
+ } | {
100
+ type: any;
101
+ default: string | number | boolean | import('../../_utils/props').Events | {
102
+ [key: string]: any;
103
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
104
+ };
105
+ left: {
106
+ type?: undefined;
107
+ default?: undefined;
108
+ } | {
109
+ type: any;
110
+ default: string | number | boolean | import('../../_utils/props').Events | {
111
+ [key: string]: any;
112
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
113
+ };
114
+ zIndex: {
115
+ type?: undefined;
116
+ default?: undefined;
117
+ } | {
118
+ type: any;
119
+ default: string | number | boolean | import('../../_utils/props').Events | {
120
+ [key: string]: any;
121
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
122
+ };
123
+ rotate: {
124
+ type?: undefined;
125
+ default?: undefined;
126
+ } | {
127
+ type: any;
128
+ default: string | number | boolean | import('../../_utils/props').Events | {
129
+ [key: string]: any;
130
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
131
+ };
132
+ isShow: {
133
+ type?: undefined;
134
+ default?: undefined;
135
+ } | {
136
+ type: any;
137
+ default: string | number | boolean | import('../../_utils/props').Events | {
138
+ [key: string]: any;
139
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
140
+ };
141
+ isRender: {
142
+ type?: undefined;
143
+ default?: undefined;
144
+ } | {
145
+ type: any;
146
+ default: string | number | boolean | import('../../_utils/props').Events | {
147
+ [key: string]: any;
148
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
149
+ };
150
+ events: {
151
+ type?: undefined;
152
+ default?: undefined;
153
+ } | {
154
+ type: any;
155
+ default: string | number | boolean | import('../../_utils/props').Events | {
156
+ [key: string]: any;
157
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
158
+ };
159
+ requestUrl: {
160
+ type?: undefined;
161
+ default?: undefined;
162
+ } | {
163
+ type: any;
164
+ default: string | number | boolean | import('../../_utils/props').Events | {
165
+ [key: string]: any;
166
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
167
+ };
168
+ requestMethod: {
169
+ type?: undefined;
170
+ default?: undefined;
171
+ } | {
172
+ type: any;
173
+ default: string | number | boolean | import('../../_utils/props').Events | {
174
+ [key: string]: any;
175
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
176
+ };
177
+ requestHeaders: {
178
+ type?: undefined;
179
+ default?: undefined;
180
+ } | {
181
+ type: any;
182
+ default: string | number | boolean | import('../../_utils/props').Events | {
183
+ [key: string]: any;
184
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
185
+ };
186
+ isOpenRequestTimer: {
187
+ type?: undefined;
188
+ default?: undefined;
189
+ } | {
190
+ type: any;
191
+ default: string | number | boolean | import('../../_utils/props').Events | {
192
+ [key: string]: any;
193
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
194
+ };
195
+ requestInterval: {
196
+ type?: undefined;
197
+ default?: undefined;
198
+ } | {
199
+ type: any;
200
+ default: string | number | boolean | import('../../_utils/props').Events | {
201
+ [key: string]: any;
202
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
203
+ };
204
+ requestParams: {
205
+ type?: undefined;
206
+ default?: undefined;
207
+ } | {
208
+ type: any;
209
+ default: string | number | boolean | import('../../_utils/props').Events | {
210
+ [key: string]: any;
211
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
212
+ };
213
+ requestSort: {
214
+ type?: undefined;
215
+ default?: undefined;
216
+ } | {
217
+ type: any;
218
+ default: string | number | boolean | import('../../_utils/props').Events | {
219
+ [key: string]: any;
220
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
221
+ };
222
+ dataType: {
223
+ type?: undefined;
224
+ default?: undefined;
225
+ } | {
226
+ type: any;
227
+ default: string | number | boolean | import('../../_utils/props').Events | {
228
+ [key: string]: any;
229
+ } | import('../../_utils/props').RequestParams | CheckboxOptions;
230
+ };
231
+ };
232
+ export declare const checkboxEvents: string[];
@@ -3,3 +3,4 @@ export * from './date-picker';
3
3
  export * from './select';
4
4
  export * from './range-picker';
5
5
  export * from './button';
6
+ export * from './checkbox';
@@ -217,6 +217,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
217
217
  };
218
218
  }, {
219
219
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
220
+ myValue: import("vue").Ref<string>;
221
+ inputBlur: () => void;
222
+ inputChange: import("lodash").DebouncedFunc<() => void>;
220
223
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
221
224
  value: {
222
225
  type?: undefined;