vft 0.0.260 → 0.0.261
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/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-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/super-form-item.vue2.js +26 -26
- 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/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/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-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/super-form-item.vue2.cjs +1 -1
- 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/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<"" | "small" | "default" | "large">;
|
|
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
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
26
25
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
26
|
+
onChange?: ((data: string | number | boolean | undefined) => 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<"" | "small" | "default" | "large">;
|
|
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
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
63
62
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
63
|
+
onChange?: ((data: string | number | boolean | undefined) => 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<"" | "small" | "default" | "large">;
|
|
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
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
93
92
|
onClick?: ((data: import("./types").RadioProps) => any) | undefined;
|
|
93
|
+
onChange?: ((data: string | number | boolean | undefined) => 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<"" | "small" | "default" | "large">;
|
|
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<"" | "small" | "default" | "large">;
|
|
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<"" | "small" | "default" | "large">;
|
|
169
169
|
};
|
|
170
170
|
disabled: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
|
@@ -196,10 +196,13 @@ 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
|
+
label: {
|
|
200
200
|
type: import("vue").PropType<string>;
|
|
201
201
|
};
|
|
202
|
-
|
|
202
|
+
disabled: {
|
|
203
|
+
type: import("vue").PropType<boolean>;
|
|
204
|
+
};
|
|
205
|
+
fill: {
|
|
203
206
|
type: import("vue").PropType<string>;
|
|
204
207
|
};
|
|
205
208
|
name: {
|
|
@@ -208,11 +211,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
208
211
|
id: {
|
|
209
212
|
type: import("vue").PropType<string>;
|
|
210
213
|
};
|
|
211
|
-
disabled: {
|
|
212
|
-
type: import("vue").PropType<boolean>;
|
|
213
|
-
};
|
|
214
214
|
size: {
|
|
215
|
-
type: import("vue").PropType<"" | "
|
|
215
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
216
216
|
};
|
|
217
217
|
modelValue: {
|
|
218
218
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -246,10 +246,13 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
246
246
|
M: {};
|
|
247
247
|
Defaults: {};
|
|
248
248
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
-
|
|
249
|
+
label: {
|
|
250
250
|
type: import("vue").PropType<string>;
|
|
251
251
|
};
|
|
252
|
-
|
|
252
|
+
disabled: {
|
|
253
|
+
type: import("vue").PropType<boolean>;
|
|
254
|
+
};
|
|
255
|
+
fill: {
|
|
253
256
|
type: import("vue").PropType<string>;
|
|
254
257
|
};
|
|
255
258
|
name: {
|
|
@@ -258,11 +261,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
258
261
|
id: {
|
|
259
262
|
type: import("vue").PropType<string>;
|
|
260
263
|
};
|
|
261
|
-
disabled: {
|
|
262
|
-
type: import("vue").PropType<boolean>;
|
|
263
|
-
};
|
|
264
264
|
size: {
|
|
265
|
-
type: import("vue").PropType<"" | "
|
|
265
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
266
266
|
};
|
|
267
267
|
modelValue: {
|
|
268
268
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -290,10 +290,13 @@ 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
|
+
label: {
|
|
294
294
|
type: import("vue").PropType<string>;
|
|
295
295
|
};
|
|
296
|
-
|
|
296
|
+
disabled: {
|
|
297
|
+
type: import("vue").PropType<boolean>;
|
|
298
|
+
};
|
|
299
|
+
fill: {
|
|
297
300
|
type: import("vue").PropType<string>;
|
|
298
301
|
};
|
|
299
302
|
name: {
|
|
@@ -302,11 +305,8 @@ export declare const VftRadio: import("vft/es/utils").SFCWithInstall<{
|
|
|
302
305
|
id: {
|
|
303
306
|
type: import("vue").PropType<string>;
|
|
304
307
|
};
|
|
305
|
-
disabled: {
|
|
306
|
-
type: import("vue").PropType<boolean>;
|
|
307
|
-
};
|
|
308
308
|
size: {
|
|
309
|
-
type: import("vue").PropType<"" | "
|
|
309
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
310
310
|
};
|
|
311
311
|
modelValue: {
|
|
312
312
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -340,10 +340,13 @@ 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
|
+
label: {
|
|
344
344
|
type: import("vue").PropType<string>;
|
|
345
345
|
};
|
|
346
|
-
|
|
346
|
+
disabled: {
|
|
347
|
+
type: import("vue").PropType<boolean>;
|
|
348
|
+
};
|
|
349
|
+
fill: {
|
|
347
350
|
type: import("vue").PropType<string>;
|
|
348
351
|
};
|
|
349
352
|
name: {
|
|
@@ -352,11 +355,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
352
355
|
id: {
|
|
353
356
|
type: import("vue").PropType<string>;
|
|
354
357
|
};
|
|
355
|
-
disabled: {
|
|
356
|
-
type: import("vue").PropType<boolean>;
|
|
357
|
-
};
|
|
358
358
|
size: {
|
|
359
|
-
type: import("vue").PropType<"" | "
|
|
359
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
360
360
|
};
|
|
361
361
|
modelValue: {
|
|
362
362
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -390,10 +390,13 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
390
390
|
M: {};
|
|
391
391
|
Defaults: {};
|
|
392
392
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
393
|
-
|
|
393
|
+
label: {
|
|
394
394
|
type: import("vue").PropType<string>;
|
|
395
395
|
};
|
|
396
|
-
|
|
396
|
+
disabled: {
|
|
397
|
+
type: import("vue").PropType<boolean>;
|
|
398
|
+
};
|
|
399
|
+
fill: {
|
|
397
400
|
type: import("vue").PropType<string>;
|
|
398
401
|
};
|
|
399
402
|
name: {
|
|
@@ -402,11 +405,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
402
405
|
id: {
|
|
403
406
|
type: import("vue").PropType<string>;
|
|
404
407
|
};
|
|
405
|
-
disabled: {
|
|
406
|
-
type: import("vue").PropType<boolean>;
|
|
407
|
-
};
|
|
408
408
|
size: {
|
|
409
|
-
type: import("vue").PropType<"" | "
|
|
409
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
410
410
|
};
|
|
411
411
|
modelValue: {
|
|
412
412
|
type: import("vue").PropType<string | number | boolean>;
|
|
@@ -434,10 +434,13 @@ 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
|
+
label: {
|
|
438
438
|
type: import("vue").PropType<string>;
|
|
439
439
|
};
|
|
440
|
-
|
|
440
|
+
disabled: {
|
|
441
|
+
type: import("vue").PropType<boolean>;
|
|
442
|
+
};
|
|
443
|
+
fill: {
|
|
441
444
|
type: import("vue").PropType<string>;
|
|
442
445
|
};
|
|
443
446
|
name: {
|
|
@@ -446,11 +449,8 @@ export declare const VftRadioGroup: import("vft/es/utils").SFCWithInstall<{
|
|
|
446
449
|
id: {
|
|
447
450
|
type: import("vue").PropType<string>;
|
|
448
451
|
};
|
|
449
|
-
disabled: {
|
|
450
|
-
type: import("vue").PropType<boolean>;
|
|
451
|
-
};
|
|
452
452
|
size: {
|
|
453
|
-
type: import("vue").PropType<"" | "
|
|
453
|
+
type: import("vue").PropType<"" | "small" | "default" | "large">;
|
|
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<"" | "small" | "default" | "large">;
|
|
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<"" | "small" | "default" | "large">;
|
|
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<"" | "small" | "default" | "large">;
|
|
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
|
-
onChange?: ((data: string | number | boolean | undefined) => any) | undefined;
|
|
11
10
|
onClick?: ((data: RadioProps) => any) | undefined;
|
|
11
|
+
onChange?: ((data: string | number | boolean | undefined) => 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<"" | "small" | "default" | "large">;
|
|
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: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
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: (ArrayConstructor | ObjectConstructor | StringConstructor)[];
|
|
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<"" | "small" | "default" | "large">;
|
|
194
194
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
195
195
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
196
196
|
states: import("./select.types").SelectStates;
|
|
@@ -239,12 +239,13 @@ 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;
|
|
242
243
|
readonly content?: string | undefined;
|
|
243
244
|
readonly zIndex?: number | undefined;
|
|
244
245
|
readonly offset?: number | undefined;
|
|
245
246
|
readonly transition?: string | undefined;
|
|
246
|
-
readonly onBlur?: Function | undefined;
|
|
247
247
|
readonly onClick?: Function | undefined;
|
|
248
|
+
readonly onBlur?: Function | undefined;
|
|
248
249
|
readonly onContextmenu?: Function | undefined;
|
|
249
250
|
readonly onFocus?: Function | undefined;
|
|
250
251
|
readonly onKeydown?: Function | undefined;
|
|
@@ -254,7 +255,6 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
254
255
|
readonly id?: string | undefined;
|
|
255
256
|
readonly ariaLabel?: string | undefined;
|
|
256
257
|
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,12 +657,13 @@ 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;
|
|
660
661
|
readonly content?: string | undefined;
|
|
661
662
|
readonly zIndex?: number | undefined;
|
|
662
663
|
readonly offset?: number | undefined;
|
|
663
664
|
readonly transition?: string | undefined;
|
|
664
|
-
readonly onBlur?: Function | undefined;
|
|
665
665
|
readonly onClick?: Function | undefined;
|
|
666
|
+
readonly onBlur?: Function | undefined;
|
|
666
667
|
readonly onContextmenu?: Function | undefined;
|
|
667
668
|
readonly onFocus?: Function | undefined;
|
|
668
669
|
readonly onKeydown?: Function | undefined;
|
|
@@ -672,7 +673,6 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
672
673
|
readonly id?: string | undefined;
|
|
673
674
|
readonly ariaLabel?: string | undefined;
|
|
674
675
|
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,12 +1076,13 @@ 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;
|
|
1079
1080
|
readonly content?: string | undefined;
|
|
1080
1081
|
readonly zIndex?: number | undefined;
|
|
1081
1082
|
readonly offset?: number | undefined;
|
|
1082
1083
|
readonly transition?: string | undefined;
|
|
1083
|
-
readonly onBlur?: Function | undefined;
|
|
1084
1084
|
readonly onClick?: Function | undefined;
|
|
1085
|
+
readonly onBlur?: Function | undefined;
|
|
1085
1086
|
readonly onContextmenu?: Function | undefined;
|
|
1086
1087
|
readonly onFocus?: Function | undefined;
|
|
1087
1088
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1091,7 +1092,6 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1091
1092
|
readonly id?: string | undefined;
|
|
1092
1093
|
readonly ariaLabel?: string | undefined;
|
|
1093
1094
|
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,12 +1494,13 @@ 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;
|
|
1497
1498
|
readonly content?: string | undefined;
|
|
1498
1499
|
readonly zIndex?: number | undefined;
|
|
1499
1500
|
readonly offset?: number | undefined;
|
|
1500
1501
|
readonly transition?: string | undefined;
|
|
1501
|
-
readonly onBlur?: Function | undefined;
|
|
1502
1502
|
readonly onClick?: Function | undefined;
|
|
1503
|
+
readonly onBlur?: Function | undefined;
|
|
1503
1504
|
readonly onContextmenu?: Function | undefined;
|
|
1504
1505
|
readonly onFocus?: Function | undefined;
|
|
1505
1506
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1509,7 +1510,6 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1509
1510
|
readonly id?: string | undefined;
|
|
1510
1511
|
readonly ariaLabel?: string | undefined;
|
|
1511
1512
|
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;
|
|
2116
2117
|
height: number;
|
|
2117
2118
|
offset: number;
|
|
2118
2119
|
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<"" | "small" | "default" | "large">;
|
|
190
190
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
191
191
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
192
192
|
states: import("./select.types").SelectStates;
|
|
@@ -235,12 +235,13 @@ 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;
|
|
238
239
|
readonly content?: string | undefined;
|
|
239
240
|
readonly zIndex?: number | undefined;
|
|
240
241
|
readonly offset?: number | undefined;
|
|
241
242
|
readonly transition?: string | undefined;
|
|
242
|
-
readonly onBlur?: Function | undefined;
|
|
243
243
|
readonly onClick?: Function | undefined;
|
|
244
|
+
readonly onBlur?: Function | undefined;
|
|
244
245
|
readonly onContextmenu?: Function | undefined;
|
|
245
246
|
readonly onFocus?: Function | undefined;
|
|
246
247
|
readonly onKeydown?: Function | undefined;
|
|
@@ -250,7 +251,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
250
251
|
readonly id?: string | undefined;
|
|
251
252
|
readonly ariaLabel?: string | undefined;
|
|
252
253
|
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,12 +653,13 @@ 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;
|
|
656
657
|
readonly content?: string | undefined;
|
|
657
658
|
readonly zIndex?: number | undefined;
|
|
658
659
|
readonly offset?: number | undefined;
|
|
659
660
|
readonly transition?: string | undefined;
|
|
660
|
-
readonly onBlur?: Function | undefined;
|
|
661
661
|
readonly onClick?: Function | undefined;
|
|
662
|
+
readonly onBlur?: Function | undefined;
|
|
662
663
|
readonly onContextmenu?: Function | undefined;
|
|
663
664
|
readonly onFocus?: Function | undefined;
|
|
664
665
|
readonly onKeydown?: Function | undefined;
|
|
@@ -668,7 +669,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
668
669
|
readonly id?: string | undefined;
|
|
669
670
|
readonly ariaLabel?: string | undefined;
|
|
670
671
|
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,12 +1072,13 @@ 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;
|
|
1075
1076
|
readonly content?: string | undefined;
|
|
1076
1077
|
readonly zIndex?: number | undefined;
|
|
1077
1078
|
readonly offset?: number | undefined;
|
|
1078
1079
|
readonly transition?: string | undefined;
|
|
1079
|
-
readonly onBlur?: Function | undefined;
|
|
1080
1080
|
readonly onClick?: Function | undefined;
|
|
1081
|
+
readonly onBlur?: Function | undefined;
|
|
1081
1082
|
readonly onContextmenu?: Function | undefined;
|
|
1082
1083
|
readonly onFocus?: Function | undefined;
|
|
1083
1084
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1087,7 +1088,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1087
1088
|
readonly id?: string | undefined;
|
|
1088
1089
|
readonly ariaLabel?: string | undefined;
|
|
1089
1090
|
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,12 +1490,13 @@ 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;
|
|
1493
1494
|
readonly content?: string | undefined;
|
|
1494
1495
|
readonly zIndex?: number | undefined;
|
|
1495
1496
|
readonly offset?: number | undefined;
|
|
1496
1497
|
readonly transition?: string | undefined;
|
|
1497
|
-
readonly onBlur?: Function | undefined;
|
|
1498
1498
|
readonly onClick?: Function | undefined;
|
|
1499
|
+
readonly onBlur?: Function | undefined;
|
|
1499
1500
|
readonly onContextmenu?: Function | undefined;
|
|
1500
1501
|
readonly onFocus?: Function | undefined;
|
|
1501
1502
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1505,7 +1506,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1505
1506
|
readonly id?: string | undefined;
|
|
1506
1507
|
readonly ariaLabel?: string | undefined;
|
|
1507
1508
|
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;
|
|
2112
2113
|
height: number;
|
|
2113
2114
|
offset: number;
|
|
2114
2115
|
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<"" | "small" | "default" | "large">;
|
|
39
39
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
40
40
|
showClearBtn: import("vue").ComputedRef<boolean>;
|
|
41
41
|
states: SelectStates;
|
|
@@ -84,12 +84,13 @@ 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;
|
|
87
88
|
readonly content?: string | undefined;
|
|
88
89
|
readonly zIndex?: number | undefined;
|
|
89
90
|
readonly offset?: number | undefined;
|
|
90
91
|
readonly transition?: string | undefined;
|
|
91
|
-
readonly onBlur?: Function | undefined;
|
|
92
92
|
readonly onClick?: Function | undefined;
|
|
93
|
+
readonly onBlur?: Function | undefined;
|
|
93
94
|
readonly onContextmenu?: Function | undefined;
|
|
94
95
|
readonly onFocus?: Function | undefined;
|
|
95
96
|
readonly onKeydown?: Function | undefined;
|
|
@@ -99,7 +100,6 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
99
100
|
readonly id?: string | undefined;
|
|
100
101
|
readonly ariaLabel?: string | undefined;
|
|
101
102
|
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,12 +502,13 @@ 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;
|
|
505
506
|
readonly content?: string | undefined;
|
|
506
507
|
readonly zIndex?: number | undefined;
|
|
507
508
|
readonly offset?: number | undefined;
|
|
508
509
|
readonly transition?: string | undefined;
|
|
509
|
-
readonly onBlur?: Function | undefined;
|
|
510
510
|
readonly onClick?: Function | undefined;
|
|
511
|
+
readonly onBlur?: Function | undefined;
|
|
511
512
|
readonly onContextmenu?: Function | undefined;
|
|
512
513
|
readonly onFocus?: Function | undefined;
|
|
513
514
|
readonly onKeydown?: Function | undefined;
|
|
@@ -517,7 +518,6 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
517
518
|
readonly id?: string | undefined;
|
|
518
519
|
readonly ariaLabel?: string | undefined;
|
|
519
520
|
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,12 +921,13 @@ 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;
|
|
924
925
|
readonly content?: string | undefined;
|
|
925
926
|
readonly zIndex?: number | undefined;
|
|
926
927
|
readonly offset?: number | undefined;
|
|
927
928
|
readonly transition?: string | undefined;
|
|
928
|
-
readonly onBlur?: Function | undefined;
|
|
929
929
|
readonly onClick?: Function | undefined;
|
|
930
|
+
readonly onBlur?: Function | undefined;
|
|
930
931
|
readonly onContextmenu?: Function | undefined;
|
|
931
932
|
readonly onFocus?: Function | undefined;
|
|
932
933
|
readonly onKeydown?: Function | undefined;
|
|
@@ -936,7 +937,6 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
936
937
|
readonly id?: string | undefined;
|
|
937
938
|
readonly ariaLabel?: string | undefined;
|
|
938
939
|
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,12 +1339,13 @@ 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;
|
|
1342
1343
|
readonly content?: string | undefined;
|
|
1343
1344
|
readonly zIndex?: number | undefined;
|
|
1344
1345
|
readonly offset?: number | undefined;
|
|
1345
1346
|
readonly transition?: string | undefined;
|
|
1346
|
-
readonly onBlur?: Function | undefined;
|
|
1347
1347
|
readonly onClick?: Function | undefined;
|
|
1348
|
+
readonly onBlur?: Function | undefined;
|
|
1348
1349
|
readonly onContextmenu?: Function | undefined;
|
|
1349
1350
|
readonly onFocus?: Function | undefined;
|
|
1350
1351
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1354,7 +1355,6 @@ declare const useSelect: (props: SelectV2Props, emit: any) => {
|
|
|
1354
1355
|
readonly id?: string | undefined;
|
|
1355
1356
|
readonly ariaLabel?: string | undefined;
|
|
1356
1357
|
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;
|