vft 0.0.261 → 0.0.264
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/es/components/affix/affix.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +3 -3
- package/es/components/affix/index.d.ts +6 -6
- package/es/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/es/components/autocomplete/index.d.ts +12 -12
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +24 -24
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +51 -51
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/color-picker/index.d.ts +8 -8
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/form/form-item.vue.d.ts +2 -2
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/index.d.ts +54 -54
- package/es/components/input/index.d.ts +3 -3
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +2 -2
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +3 -3
- package/es/components/radio/index.d.ts +48 -48
- package/es/components/radio/radio.vue.d.ts +1 -1
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +10 -10
- package/es/components/select/select.vue.d.ts +10 -10
- package/es/components/select/useSelect.d.ts +9 -9
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/super-form/index.d.ts +15 -0
- package/es/components/super-form/super-form.vue.d.ts +1 -0
- package/es/components/super-form/super-form.vue2.js +4 -4
- package/es/components/super-form/types.d.ts +2 -0
- package/es/components/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +1 -1
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue.d.ts +6 -6
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/index.d.ts +12 -12
- package/es/components/time-picker/time-picker.d.ts +6 -6
- package/es/components/time-select/time-select.vue.d.ts +1 -1
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tree/tree-node.vue.d.ts +36 -36
- package/es/components/upload/index.d.ts +9 -9
- package/es/constants/size.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/hooks/use-size/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/vue/vnode.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +3 -3
- package/lib/components/affix/index.d.ts +6 -6
- package/lib/components/autocomplete/autocomplete.vue.d.ts +4 -4
- package/lib/components/autocomplete/index.d.ts +12 -12
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +24 -24
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +51 -51
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/color-picker/index.d.ts +8 -8
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/form/form-item.vue.d.ts +2 -2
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/index.d.ts +54 -54
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +2 -2
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +3 -3
- package/lib/components/radio/index.d.ts +48 -48
- package/lib/components/radio/radio.vue.d.ts +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +10 -10
- package/lib/components/select/select.vue.d.ts +10 -10
- package/lib/components/select/useSelect.d.ts +9 -9
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/super-form/index.d.ts +15 -0
- package/lib/components/super-form/super-form.vue.d.ts +1 -0
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/super-form/types.d.ts +2 -0
- package/lib/components/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue.d.ts +6 -6
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/index.d.ts +12 -12
- package/lib/components/time-picker/time-picker.d.ts +6 -6
- package/lib/components/time-select/time-select.vue.d.ts +1 -1
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tree/tree-node.vue.d.ts +36 -36
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/constants/size.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/hooks/use-size/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +5 -5
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
4
4
|
type: import("vue").PropType<boolean>;
|
|
5
5
|
};
|
|
6
6
|
size: {
|
|
7
|
-
type: import("vue").PropType<""
|
|
7
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
8
8
|
};
|
|
9
9
|
disabled: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
@@ -22,8 +22,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
22
22
|
type: import("vue").PropType<string>;
|
|
23
23
|
};
|
|
24
24
|
}>> & Readonly<{
|
|
25
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
26
25
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
26
|
+
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
27
27
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
29
29
|
click: (data: import("./types").RadioProps) => void;
|
|
@@ -41,7 +41,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
41
41
|
type: import("vue").PropType<boolean>;
|
|
42
42
|
};
|
|
43
43
|
size: {
|
|
44
|
-
type: import("vue").PropType<""
|
|
44
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
45
45
|
};
|
|
46
46
|
disabled: {
|
|
47
47
|
type: import("vue").PropType<boolean>;
|
|
@@ -59,8 +59,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
59
59
|
type: import("vue").PropType<string>;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{
|
|
62
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
63
62
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
63
|
+
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
64
64
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
65
65
|
}>, {}, {}, {}, {}, {}>;
|
|
66
66
|
__isFragment?: never;
|
|
@@ -71,7 +71,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
71
71
|
type: import("vue").PropType<boolean>;
|
|
72
72
|
};
|
|
73
73
|
size: {
|
|
74
|
-
type: import("vue").PropType<""
|
|
74
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
75
75
|
};
|
|
76
76
|
disabled: {
|
|
77
77
|
type: import("vue").PropType<boolean>;
|
|
@@ -89,8 +89,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
89
89
|
type: import("vue").PropType<string>;
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{
|
|
92
|
-
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
93
92
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
93
|
+
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
94
94
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
95
95
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
96
96
|
click: (data: import("./types").RadioProps) => void;
|
|
@@ -104,7 +104,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
104
104
|
RadioButton: {
|
|
105
105
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
106
106
|
size: {
|
|
107
|
-
type: import("vue").PropType<""
|
|
107
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
108
108
|
};
|
|
109
109
|
disabled: {
|
|
110
110
|
type: import("vue").PropType<boolean>;
|
|
@@ -137,7 +137,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
137
137
|
Defaults: {};
|
|
138
138
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
139
139
|
size: {
|
|
140
|
-
type: import("vue").PropType<""
|
|
140
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
141
141
|
};
|
|
142
142
|
disabled: {
|
|
143
143
|
type: import("vue").PropType<boolean>;
|
|
@@ -165,7 +165,7 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
165
165
|
__isSuspense?: never;
|
|
166
166
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
167
167
|
size: {
|
|
168
|
-
type: import("vue").PropType<""
|
|
168
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
169
169
|
};
|
|
170
170
|
disabled: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
|
@@ -196,13 +196,10 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
196
196
|
});
|
|
197
197
|
RadioGroup: {
|
|
198
198
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
199
|
-
|
|
199
|
+
fill: {
|
|
200
200
|
type: import("vue").PropType<string>;
|
|
201
201
|
};
|
|
202
|
-
|
|
203
|
-
type: import("vue").PropType<boolean>;
|
|
204
|
-
};
|
|
205
|
-
fill: {
|
|
202
|
+
label: {
|
|
206
203
|
type: import("vue").PropType<string>;
|
|
207
204
|
};
|
|
208
205
|
name: {
|
|
@@ -211,8 +208,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
211
208
|
id: {
|
|
212
209
|
type: import("vue").PropType<string>;
|
|
213
210
|
};
|
|
211
|
+
disabled: {
|
|
212
|
+
type: import("vue").PropType<boolean>;
|
|
213
|
+
};
|
|
214
214
|
size: {
|
|
215
|
-
type: import("vue").PropType<""
|
|
215
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
216
216
|
};
|
|
217
217
|
modelValue: {
|
|
218
218
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -246,13 +246,10 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
M: {};
|
|
247
247
|
Defaults: {};
|
|
248
248
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
-
|
|
249
|
+
fill: {
|
|
250
250
|
type: import("vue").PropType<string>;
|
|
251
251
|
};
|
|
252
|
-
|
|
253
|
-
type: import("vue").PropType<boolean>;
|
|
254
|
-
};
|
|
255
|
-
fill: {
|
|
252
|
+
label: {
|
|
256
253
|
type: import("vue").PropType<string>;
|
|
257
254
|
};
|
|
258
255
|
name: {
|
|
@@ -261,8 +258,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
261
258
|
id: {
|
|
262
259
|
type: import("vue").PropType<string>;
|
|
263
260
|
};
|
|
261
|
+
disabled: {
|
|
262
|
+
type: import("vue").PropType<boolean>;
|
|
263
|
+
};
|
|
264
264
|
size: {
|
|
265
|
-
type: import("vue").PropType<""
|
|
265
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
266
266
|
};
|
|
267
267
|
modelValue: {
|
|
268
268
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -290,13 +290,10 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
290
290
|
__isTeleport?: never;
|
|
291
291
|
__isSuspense?: never;
|
|
292
292
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
293
|
-
|
|
293
|
+
fill: {
|
|
294
294
|
type: import("vue").PropType<string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
297
|
-
type: import("vue").PropType<boolean>;
|
|
298
|
-
};
|
|
299
|
-
fill: {
|
|
296
|
+
label: {
|
|
300
297
|
type: import("vue").PropType<string>;
|
|
301
298
|
};
|
|
302
299
|
name: {
|
|
@@ -305,8 +302,11 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
305
302
|
id: {
|
|
306
303
|
type: import("vue").PropType<string>;
|
|
307
304
|
};
|
|
305
|
+
disabled: {
|
|
306
|
+
type: import("vue").PropType<boolean>;
|
|
307
|
+
};
|
|
308
308
|
size: {
|
|
309
|
-
type: import("vue").PropType<""
|
|
309
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
310
310
|
};
|
|
311
311
|
modelValue: {
|
|
312
312
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -340,13 +340,10 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
340
340
|
};
|
|
341
341
|
export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
342
342
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
343
|
-
|
|
343
|
+
fill: {
|
|
344
344
|
type: import("vue").PropType<string>;
|
|
345
345
|
};
|
|
346
|
-
|
|
347
|
-
type: import("vue").PropType<boolean>;
|
|
348
|
-
};
|
|
349
|
-
fill: {
|
|
346
|
+
label: {
|
|
350
347
|
type: import("vue").PropType<string>;
|
|
351
348
|
};
|
|
352
349
|
name: {
|
|
@@ -355,8 +352,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
355
352
|
id: {
|
|
356
353
|
type: import("vue").PropType<string>;
|
|
357
354
|
};
|
|
355
|
+
disabled: {
|
|
356
|
+
type: import("vue").PropType<boolean>;
|
|
357
|
+
};
|
|
358
358
|
size: {
|
|
359
|
-
type: import("vue").PropType<""
|
|
359
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
360
360
|
};
|
|
361
361
|
modelValue: {
|
|
362
362
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -390,13 +390,10 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
390
390
|
M: {};
|
|
391
391
|
Defaults: {};
|
|
392
392
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
-
|
|
393
|
+
fill: {
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
395
395
|
};
|
|
396
|
-
|
|
397
|
-
type: import("vue").PropType<boolean>;
|
|
398
|
-
};
|
|
399
|
-
fill: {
|
|
396
|
+
label: {
|
|
400
397
|
type: import("vue").PropType<string>;
|
|
401
398
|
};
|
|
402
399
|
name: {
|
|
@@ -405,8 +402,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
405
402
|
id: {
|
|
406
403
|
type: import("vue").PropType<string>;
|
|
407
404
|
};
|
|
405
|
+
disabled: {
|
|
406
|
+
type: import("vue").PropType<boolean>;
|
|
407
|
+
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<""
|
|
409
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
410
410
|
};
|
|
411
411
|
modelValue: {
|
|
412
412
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -434,13 +434,10 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
434
434
|
__isTeleport?: never;
|
|
435
435
|
__isSuspense?: never;
|
|
436
436
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
437
|
-
|
|
437
|
+
fill: {
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
|
|
441
|
-
type: import("vue").PropType<boolean>;
|
|
442
|
-
};
|
|
443
|
-
fill: {
|
|
440
|
+
label: {
|
|
444
441
|
type: import("vue").PropType<string>;
|
|
445
442
|
};
|
|
446
443
|
name: {
|
|
@@ -449,8 +446,11 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
449
446
|
id: {
|
|
450
447
|
type: import("vue").PropType<string>;
|
|
451
448
|
};
|
|
449
|
+
disabled: {
|
|
450
|
+
type: import("vue").PropType<boolean>;
|
|
451
|
+
};
|
|
452
452
|
size: {
|
|
453
|
-
type: import("vue").PropType<""
|
|
453
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
454
454
|
};
|
|
455
455
|
modelValue: {
|
|
456
456
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -484,7 +484,7 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
484
484
|
export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
485
485
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
486
486
|
size: {
|
|
487
|
-
type: import("vue").PropType<""
|
|
487
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
488
488
|
};
|
|
489
489
|
disabled: {
|
|
490
490
|
type: import("vue").PropType<boolean>;
|
|
@@ -517,7 +517,7 @@ export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
517
517
|
Defaults: {};
|
|
518
518
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
519
519
|
size: {
|
|
520
|
-
type: import("vue").PropType<""
|
|
520
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
521
521
|
};
|
|
522
522
|
disabled: {
|
|
523
523
|
type: import("vue").PropType<boolean>;
|
|
@@ -545,7 +545,7 @@ export declare const VftRadioButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
545
545
|
__isSuspense?: never;
|
|
546
546
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
547
547
|
size: {
|
|
548
|
-
type: import("vue").PropType<""
|
|
548
|
+
type: import("vue").PropType<import("vft/es/constants").ComponentSize>;
|
|
549
549
|
};
|
|
550
550
|
disabled: {
|
|
551
551
|
type: import("vue").PropType<boolean>;
|
|
@@ -7,8 +7,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
7
7
|
change: (data: string | number | boolean | undefined) => void;
|
|
8
8
|
"update:modelValue": (data: string | number | boolean | undefined) => void;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<RadioProps>>> & Readonly<{
|
|
10
|
-
onClick?: ((data: RadioProps) => any) | undefined;
|
|
11
10
|
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
11
|
+
onClick?: ((data: RadioProps) => any) | undefined;
|
|
12
12
|
"onUpdate:modelValue"?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
@@ -4,7 +4,7 @@ export declare const useRadio: (props: RadioProps | RadioButtonProps, emit?: Rad
|
|
|
4
4
|
isGroup: import("vue").ComputedRef<boolean>;
|
|
5
5
|
radioGroup: import("./constants").RadioGroupContext | undefined;
|
|
6
6
|
focus: import("vue").Ref<boolean, boolean>;
|
|
7
|
-
size: import("vue").ComputedRef<""
|
|
7
|
+
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
8
8
|
disabled: import("vue").ComputedRef<boolean>;
|
|
9
9
|
tabIndex: import("vue").ComputedRef<0 | -1>;
|
|
10
10
|
modelValue: import("vue").WritableComputedRef<string | number | boolean | undefined, string | number | boolean | undefined>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
style: {
|
|
3
|
-
type: (
|
|
3
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
4
4
|
};
|
|
5
5
|
currentTabId: {
|
|
6
6
|
type: StringConstructor;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
20
20
|
onMousedown: FunctionConstructor;
|
|
21
21
|
}>, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
style: {
|
|
23
|
-
type: (
|
|
23
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
24
24
|
};
|
|
25
25
|
currentTabId: {
|
|
26
26
|
type: StringConstructor;
|
|
@@ -190,7 +190,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
190
190
|
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
191
191
|
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
192
192
|
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
193
|
-
selectSize: import("vue").ComputedRef<""
|
|
193
|
+
selectSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
194
194
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
195
195
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
196
196
|
states: import("./select.types").SelectStates;
|
|
@@ -239,13 +239,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
239
239
|
$data: {};
|
|
240
240
|
$props: Partial<{}> & Omit<{
|
|
241
241
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
242
|
-
readonly disabled?: boolean | undefined;
|
|
243
242
|
readonly content?: string | undefined;
|
|
244
243
|
readonly zIndex?: number | undefined;
|
|
245
244
|
readonly offset?: number | undefined;
|
|
246
245
|
readonly transition?: string | undefined;
|
|
247
|
-
readonly onClick?: Function | undefined;
|
|
248
246
|
readonly onBlur?: Function | undefined;
|
|
247
|
+
readonly onClick?: Function | undefined;
|
|
249
248
|
readonly onContextmenu?: Function | undefined;
|
|
250
249
|
readonly onFocus?: Function | undefined;
|
|
251
250
|
readonly onKeydown?: Function | undefined;
|
|
@@ -255,6 +254,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
255
254
|
readonly id?: string | undefined;
|
|
256
255
|
readonly ariaLabel?: string | undefined;
|
|
257
256
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
257
|
+
readonly disabled?: boolean | undefined;
|
|
258
258
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
259
259
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
260
260
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -657,13 +657,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
657
657
|
$data: {};
|
|
658
658
|
$props: Partial<{}> & Omit<{
|
|
659
659
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
660
|
-
readonly disabled?: boolean | undefined;
|
|
661
660
|
readonly content?: string | undefined;
|
|
662
661
|
readonly zIndex?: number | undefined;
|
|
663
662
|
readonly offset?: number | undefined;
|
|
664
663
|
readonly transition?: string | undefined;
|
|
665
|
-
readonly onClick?: Function | undefined;
|
|
666
664
|
readonly onBlur?: Function | undefined;
|
|
665
|
+
readonly onClick?: Function | undefined;
|
|
667
666
|
readonly onContextmenu?: Function | undefined;
|
|
668
667
|
readonly onFocus?: Function | undefined;
|
|
669
668
|
readonly onKeydown?: Function | undefined;
|
|
@@ -673,6 +672,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
673
672
|
readonly id?: string | undefined;
|
|
674
673
|
readonly ariaLabel?: string | undefined;
|
|
675
674
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
675
|
+
readonly disabled?: boolean | undefined;
|
|
676
676
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
677
677
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
678
678
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1076,13 +1076,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1076
1076
|
$data: {};
|
|
1077
1077
|
$props: Partial<{}> & Omit<{
|
|
1078
1078
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1079
|
-
readonly disabled?: boolean | undefined;
|
|
1080
1079
|
readonly content?: string | undefined;
|
|
1081
1080
|
readonly zIndex?: number | undefined;
|
|
1082
1081
|
readonly offset?: number | undefined;
|
|
1083
1082
|
readonly transition?: string | undefined;
|
|
1084
|
-
readonly onClick?: Function | undefined;
|
|
1085
1083
|
readonly onBlur?: Function | undefined;
|
|
1084
|
+
readonly onClick?: Function | undefined;
|
|
1086
1085
|
readonly onContextmenu?: Function | undefined;
|
|
1087
1086
|
readonly onFocus?: Function | undefined;
|
|
1088
1087
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1092,6 +1091,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1092
1091
|
readonly id?: string | undefined;
|
|
1093
1092
|
readonly ariaLabel?: string | undefined;
|
|
1094
1093
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1094
|
+
readonly disabled?: boolean | undefined;
|
|
1095
1095
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1096
1096
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1097
1097
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1494,13 +1494,12 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1494
1494
|
$data: {};
|
|
1495
1495
|
$props: Partial<{}> & Omit<{
|
|
1496
1496
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1497
|
-
readonly disabled?: boolean | undefined;
|
|
1498
1497
|
readonly content?: string | undefined;
|
|
1499
1498
|
readonly zIndex?: number | undefined;
|
|
1500
1499
|
readonly offset?: number | undefined;
|
|
1501
1500
|
readonly transition?: string | undefined;
|
|
1502
|
-
readonly onClick?: Function | undefined;
|
|
1503
1501
|
readonly onBlur?: Function | undefined;
|
|
1502
|
+
readonly onClick?: Function | undefined;
|
|
1504
1503
|
readonly onContextmenu?: Function | undefined;
|
|
1505
1504
|
readonly onFocus?: Function | undefined;
|
|
1506
1505
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1510,6 +1509,7 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1510
1509
|
readonly id?: string | undefined;
|
|
1511
1510
|
readonly ariaLabel?: string | undefined;
|
|
1512
1511
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1512
|
+
readonly disabled?: boolean | undefined;
|
|
1513
1513
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1514
1514
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1515
1515
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2113,10 +2113,10 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
2113
2113
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2114
2114
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2115
2115
|
}>, {
|
|
2116
|
-
disabled: boolean;
|
|
2117
2116
|
height: number;
|
|
2118
2117
|
offset: number;
|
|
2119
2118
|
props: import("./useProps").Props;
|
|
2119
|
+
disabled: boolean;
|
|
2120
2120
|
placement: import("@popperjs/core").Placement;
|
|
2121
2121
|
effect: string;
|
|
2122
2122
|
tabindex: string | number;
|
|
@@ -186,7 +186,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
186
186
|
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
187
187
|
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
188
188
|
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
189
|
-
selectSize: import("vue").ComputedRef<""
|
|
189
|
+
selectSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
190
190
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
191
191
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
192
192
|
states: import("./select.types").SelectStates;
|
|
@@ -235,13 +235,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
235
|
$data: {};
|
|
236
236
|
$props: Partial<{}> & Omit<{
|
|
237
237
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
238
|
-
readonly disabled?: boolean | undefined;
|
|
239
238
|
readonly content?: string | undefined;
|
|
240
239
|
readonly zIndex?: number | undefined;
|
|
241
240
|
readonly offset?: number | undefined;
|
|
242
241
|
readonly transition?: string | undefined;
|
|
243
|
-
readonly onClick?: Function | undefined;
|
|
244
242
|
readonly onBlur?: Function | undefined;
|
|
243
|
+
readonly onClick?: Function | undefined;
|
|
245
244
|
readonly onContextmenu?: Function | undefined;
|
|
246
245
|
readonly onFocus?: Function | undefined;
|
|
247
246
|
readonly onKeydown?: Function | undefined;
|
|
@@ -251,6 +250,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
251
250
|
readonly id?: string | undefined;
|
|
252
251
|
readonly ariaLabel?: string | undefined;
|
|
253
252
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
253
|
+
readonly disabled?: boolean | undefined;
|
|
254
254
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
255
255
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
256
256
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -653,13 +653,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
653
653
|
$data: {};
|
|
654
654
|
$props: Partial<{}> & Omit<{
|
|
655
655
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
656
|
-
readonly disabled?: boolean | undefined;
|
|
657
656
|
readonly content?: string | undefined;
|
|
658
657
|
readonly zIndex?: number | undefined;
|
|
659
658
|
readonly offset?: number | undefined;
|
|
660
659
|
readonly transition?: string | undefined;
|
|
661
|
-
readonly onClick?: Function | undefined;
|
|
662
660
|
readonly onBlur?: Function | undefined;
|
|
661
|
+
readonly onClick?: Function | undefined;
|
|
663
662
|
readonly onContextmenu?: Function | undefined;
|
|
664
663
|
readonly onFocus?: Function | undefined;
|
|
665
664
|
readonly onKeydown?: Function | undefined;
|
|
@@ -669,6 +668,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
669
668
|
readonly id?: string | undefined;
|
|
670
669
|
readonly ariaLabel?: string | undefined;
|
|
671
670
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
671
|
+
readonly disabled?: boolean | undefined;
|
|
672
672
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
673
673
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
674
674
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1072,13 +1072,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1072
1072
|
$data: {};
|
|
1073
1073
|
$props: Partial<{}> & Omit<{
|
|
1074
1074
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1075
|
-
readonly disabled?: boolean | undefined;
|
|
1076
1075
|
readonly content?: string | undefined;
|
|
1077
1076
|
readonly zIndex?: number | undefined;
|
|
1078
1077
|
readonly offset?: number | undefined;
|
|
1079
1078
|
readonly transition?: string | undefined;
|
|
1080
|
-
readonly onClick?: Function | undefined;
|
|
1081
1079
|
readonly onBlur?: Function | undefined;
|
|
1080
|
+
readonly onClick?: Function | undefined;
|
|
1082
1081
|
readonly onContextmenu?: Function | undefined;
|
|
1083
1082
|
readonly onFocus?: Function | undefined;
|
|
1084
1083
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1088,6 +1087,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1088
1087
|
readonly id?: string | undefined;
|
|
1089
1088
|
readonly ariaLabel?: string | undefined;
|
|
1090
1089
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1090
|
+
readonly disabled?: boolean | undefined;
|
|
1091
1091
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1092
1092
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1093
1093
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1490,13 +1490,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1490
1490
|
$data: {};
|
|
1491
1491
|
$props: Partial<{}> & Omit<{
|
|
1492
1492
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1493
|
-
readonly disabled?: boolean | undefined;
|
|
1494
1493
|
readonly content?: string | undefined;
|
|
1495
1494
|
readonly zIndex?: number | undefined;
|
|
1496
1495
|
readonly offset?: number | undefined;
|
|
1497
1496
|
readonly transition?: string | undefined;
|
|
1498
|
-
readonly onClick?: Function | undefined;
|
|
1499
1497
|
readonly onBlur?: Function | undefined;
|
|
1498
|
+
readonly onClick?: Function | undefined;
|
|
1500
1499
|
readonly onContextmenu?: Function | undefined;
|
|
1501
1500
|
readonly onFocus?: Function | undefined;
|
|
1502
1501
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1506,6 +1505,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1506
1505
|
readonly id?: string | undefined;
|
|
1507
1506
|
readonly ariaLabel?: string | undefined;
|
|
1508
1507
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1508
|
+
readonly disabled?: boolean | undefined;
|
|
1509
1509
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1510
1510
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1511
1511
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2109,10 +2109,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2109
2109
|
"onVisible-change"?: ((visible: boolean) => any) | undefined;
|
|
2110
2110
|
"onRemove-tag"?: ((val: unknown) => any) | undefined;
|
|
2111
2111
|
}>, {
|
|
2112
|
-
disabled: boolean;
|
|
2113
2112
|
height: number;
|
|
2114
2113
|
offset: number;
|
|
2115
2114
|
props: import("./useProps").Props;
|
|
2115
|
+
disabled: boolean;
|
|
2116
2116
|
placement: import("@popperjs/core").Placement;
|
|
2117
2117
|
effect: string;
|
|
2118
2118
|
tabindex: string | number;
|
|
@@ -35,7 +35,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
35
35
|
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
36
36
|
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
37
37
|
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
38
|
-
selectSize: import("vue").ComputedRef<""
|
|
38
|
+
selectSize: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
39
39
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
40
40
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
41
41
|
states: SelectStates;
|
|
@@ -84,13 +84,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
84
84
|
$data: {};
|
|
85
85
|
$props: Partial<{}> & Omit<{
|
|
86
86
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
87
|
-
readonly disabled?: boolean | undefined;
|
|
88
87
|
readonly content?: string | undefined;
|
|
89
88
|
readonly zIndex?: number | undefined;
|
|
90
89
|
readonly offset?: number | undefined;
|
|
91
90
|
readonly transition?: string | undefined;
|
|
92
|
-
readonly onClick?: Function | undefined;
|
|
93
91
|
readonly onBlur?: Function | undefined;
|
|
92
|
+
readonly onClick?: Function | undefined;
|
|
94
93
|
readonly onContextmenu?: Function | undefined;
|
|
95
94
|
readonly onFocus?: Function | undefined;
|
|
96
95
|
readonly onKeydown?: Function | undefined;
|
|
@@ -100,6 +99,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
100
99
|
readonly id?: string | undefined;
|
|
101
100
|
readonly ariaLabel?: string | undefined;
|
|
102
101
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
102
|
+
readonly disabled?: boolean | undefined;
|
|
103
103
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
104
104
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
105
105
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -502,13 +502,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
502
502
|
$data: {};
|
|
503
503
|
$props: Partial<{}> & Omit<{
|
|
504
504
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
505
|
-
readonly disabled?: boolean | undefined;
|
|
506
505
|
readonly content?: string | undefined;
|
|
507
506
|
readonly zIndex?: number | undefined;
|
|
508
507
|
readonly offset?: number | undefined;
|
|
509
508
|
readonly transition?: string | undefined;
|
|
510
|
-
readonly onClick?: Function | undefined;
|
|
511
509
|
readonly onBlur?: Function | undefined;
|
|
510
|
+
readonly onClick?: Function | undefined;
|
|
512
511
|
readonly onContextmenu?: Function | undefined;
|
|
513
512
|
readonly onFocus?: Function | undefined;
|
|
514
513
|
readonly onKeydown?: Function | undefined;
|
|
@@ -518,6 +517,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
518
517
|
readonly id?: string | undefined;
|
|
519
518
|
readonly ariaLabel?: string | undefined;
|
|
520
519
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
520
|
+
readonly disabled?: boolean | undefined;
|
|
521
521
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
522
522
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
523
523
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -921,13 +921,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
921
921
|
$data: {};
|
|
922
922
|
$props: Partial<{}> & Omit<{
|
|
923
923
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
924
|
-
readonly disabled?: boolean | undefined;
|
|
925
924
|
readonly content?: string | undefined;
|
|
926
925
|
readonly zIndex?: number | undefined;
|
|
927
926
|
readonly offset?: number | undefined;
|
|
928
927
|
readonly transition?: string | undefined;
|
|
929
|
-
readonly onClick?: Function | undefined;
|
|
930
928
|
readonly onBlur?: Function | undefined;
|
|
929
|
+
readonly onClick?: Function | undefined;
|
|
931
930
|
readonly onContextmenu?: Function | undefined;
|
|
932
931
|
readonly onFocus?: Function | undefined;
|
|
933
932
|
readonly onKeydown?: Function | undefined;
|
|
@@ -937,6 +936,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
937
936
|
readonly id?: string | undefined;
|
|
938
937
|
readonly ariaLabel?: string | undefined;
|
|
939
938
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
939
|
+
readonly disabled?: boolean | undefined;
|
|
940
940
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
941
941
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
942
942
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1339,13 +1339,12 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1339
1339
|
$data: {};
|
|
1340
1340
|
$props: Partial<{}> & Omit<{
|
|
1341
1341
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1342
|
-
readonly disabled?: boolean | undefined;
|
|
1343
1342
|
readonly content?: string | undefined;
|
|
1344
1343
|
readonly zIndex?: number | undefined;
|
|
1345
1344
|
readonly offset?: number | undefined;
|
|
1346
1345
|
readonly transition?: string | undefined;
|
|
1347
|
-
readonly onClick?: Function | undefined;
|
|
1348
1346
|
readonly onBlur?: Function | undefined;
|
|
1347
|
+
readonly onClick?: Function | undefined;
|
|
1349
1348
|
readonly onContextmenu?: Function | undefined;
|
|
1350
1349
|
readonly onFocus?: Function | undefined;
|
|
1351
1350
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1355,6 +1354,7 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1355
1354
|
readonly id?: string | undefined;
|
|
1356
1355
|
readonly ariaLabel?: string | undefined;
|
|
1357
1356
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1357
|
+
readonly disabled?: boolean | undefined;
|
|
1358
1358
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1359
1359
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1360
1360
|
readonly effect?: "light" | "dark" | undefined;
|