vft 0.0.310 → 0.0.312
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 +7 -7
- package/es/components/autocomplete/index.d.ts +20 -20
- 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 +21 -21
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +6 -6
- package/es/components/checkbox/index.d.ts +36 -36
- package/es/components/col/col.vue.d.ts +1 -1
- package/es/components/col/index.d.ts +9 -9
- package/es/components/collapse/collapse-item.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +6 -6
- 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-item-impl.vue.d.ts +59 -101
- package/es/components/dropdown/dropdown-item-impl.vue.js +2 -31
- package/es/components/dropdown/dropdown-item-impl.vue2.js +71 -57
- package/es/components/dropdown/dropdown-item.vue.d.ts +61 -0
- package/es/components/dropdown/dropdown-item.vue.js +2 -33
- package/es/components/dropdown/dropdown-item.vue2.js +60 -51
- package/es/components/dropdown/dropdown-menu.vue.d.ts +21 -20
- package/es/components/dropdown/dropdown-menu.vue.js +2 -22
- package/es/components/dropdown/dropdown-menu.vue2.js +70 -65
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- package/es/components/dropdown/index.d.ts +596 -0
- package/es/components/dropdown/index.js +8 -8
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +39 -39
- package/es/components/input/index.d.ts +8 -8
- package/es/components/input/input.vue.d.ts +2 -2
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/input-number.vue.d.ts +1 -1
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +4 -4
- 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 +42 -42
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/segmented/index.d.ts +6 -6
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +3 -3
- package/es/components/select/index.d.ts +9 -9
- package/es/components/select/select.vue.d.ts +9 -9
- package/es/components/select/useSelect.d.ts +8 -8
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/switch/index.d.ts +15 -15
- package/es/components/switch/switch.vue.d.ts +3 -3
- 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 +27 -27
- package/es/components/upload/index.d.ts +18 -18
- package/es/hooks/use-popper/index.d.ts +3 -3
- 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 +7 -7
- package/lib/components/autocomplete/index.d.ts +20 -20
- 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 +21 -21
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +6 -6
- package/lib/components/checkbox/index.d.ts +36 -36
- package/lib/components/col/col.vue.d.ts +1 -1
- package/lib/components/col/index.d.ts +9 -9
- package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +6 -6
- 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-item-impl.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +59 -101
- package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue.d.ts +61 -0
- package/lib/components/dropdown/dropdown-item.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +21 -20
- package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- package/lib/components/dropdown/index.cjs +1 -1
- package/lib/components/dropdown/index.d.ts +596 -0
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +39 -39
- package/lib/components/input/index.d.ts +8 -8
- package/lib/components/input/input.vue.d.ts +2 -2
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/input-number.vue.d.ts +1 -1
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
- 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 +42 -42
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/segmented/index.d.ts +6 -6
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +3 -3
- package/lib/components/select/index.d.ts +9 -9
- package/lib/components/select/select.vue.d.ts +9 -9
- package/lib/components/select/useSelect.d.ts +8 -8
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/switch/index.d.ts +15 -15
- package/lib/components/switch/switch.vue.d.ts +3 -3
- 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 +27 -27
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/hooks/use-popper/index.d.ts +3 -3
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +4 -4
- package/web-types.json +1 -1
|
@@ -3,7 +3,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
3
3
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
4
4
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
5
5
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
6
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
7
7
|
}>> & Readonly<{
|
|
8
8
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
9
9
|
onScroll?: ((args_0: {
|
|
@@ -21,7 +21,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
21
21
|
}) => void;
|
|
22
22
|
}, import("vue").PublicProps, {
|
|
23
23
|
readonly target: string;
|
|
24
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
24
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
25
25
|
readonly zIndex: number;
|
|
26
26
|
readonly offset: number;
|
|
27
27
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -35,7 +35,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
35
35
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
36
36
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
37
37
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
38
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
38
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
39
39
|
}>> & Readonly<{
|
|
40
40
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
41
41
|
onScroll?: ((args_0: {
|
|
@@ -47,7 +47,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
47
47
|
updateRoot: () => void;
|
|
48
48
|
}, {}, {}, {}, {
|
|
49
49
|
readonly target: string;
|
|
50
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
50
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
51
51
|
readonly zIndex: number;
|
|
52
52
|
readonly offset: number;
|
|
53
53
|
}>;
|
|
@@ -58,7 +58,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
58
58
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
59
59
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
60
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
61
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
61
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "bottom" | "top", unknown, "top", boolean>;
|
|
62
62
|
}>> & Readonly<{
|
|
63
63
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
64
64
|
onScroll?: ((args_0: {
|
|
@@ -76,7 +76,7 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
76
76
|
}) => void;
|
|
77
77
|
}, string, {
|
|
78
78
|
readonly target: string;
|
|
79
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
79
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "bottom" | "top", unknown>;
|
|
80
80
|
readonly zIndex: number;
|
|
81
81
|
readonly offset: number;
|
|
82
82
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
@@ -42,13 +42,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
42
42
|
$data: {};
|
|
43
43
|
$props: Partial<{}> & Omit<{
|
|
44
44
|
readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
|
|
45
|
-
readonly disabled?: boolean | undefined;
|
|
46
45
|
readonly content?: string | undefined;
|
|
47
46
|
readonly zIndex?: number | undefined;
|
|
48
47
|
readonly offset?: number | undefined;
|
|
49
48
|
readonly transition?: string | undefined;
|
|
50
|
-
readonly onClick?: Function | undefined;
|
|
51
49
|
readonly onBlur?: Function | undefined;
|
|
50
|
+
readonly onClick?: Function | undefined;
|
|
52
51
|
readonly onContextmenu?: Function | undefined;
|
|
53
52
|
readonly onFocus?: Function | undefined;
|
|
54
53
|
readonly onKeydown?: Function | undefined;
|
|
@@ -58,6 +57,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
58
57
|
readonly id?: string | undefined;
|
|
59
58
|
readonly ariaLabel?: string | undefined;
|
|
60
59
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
60
|
+
readonly disabled?: boolean | undefined;
|
|
61
61
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
62
62
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
63
63
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -460,13 +460,12 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
460
460
|
$data: {};
|
|
461
461
|
$props: Partial<{}> & Omit<{
|
|
462
462
|
readonly style?: string | false | import("vue").CSSProperties | StyleValue[] | null | undefined;
|
|
463
|
-
readonly disabled?: boolean | undefined;
|
|
464
463
|
readonly content?: string | undefined;
|
|
465
464
|
readonly zIndex?: number | undefined;
|
|
466
465
|
readonly offset?: number | undefined;
|
|
467
466
|
readonly transition?: string | undefined;
|
|
468
|
-
readonly onClick?: Function | undefined;
|
|
469
467
|
readonly onBlur?: Function | undefined;
|
|
468
|
+
readonly onClick?: Function | undefined;
|
|
470
469
|
readonly onContextmenu?: Function | undefined;
|
|
471
470
|
readonly onFocus?: Function | undefined;
|
|
472
471
|
readonly onKeydown?: Function | undefined;
|
|
@@ -476,6 +475,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
476
475
|
readonly id?: string | undefined;
|
|
477
476
|
readonly ariaLabel?: string | undefined;
|
|
478
477
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
478
|
+
readonly disabled?: boolean | undefined;
|
|
479
479
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
480
480
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
481
481
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -889,18 +889,18 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
889
889
|
/** @description highlight an item in a suggestion */
|
|
890
890
|
highlight: (index: number) => void;
|
|
891
891
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
892
|
-
select: (item: Record<string, any>) => void;
|
|
893
892
|
"update:modelValue": (value: string) => void;
|
|
894
893
|
change: (value: string) => void;
|
|
895
894
|
input: (value: string) => void;
|
|
895
|
+
select: (item: Record<string, any>) => void;
|
|
896
896
|
clear: () => void;
|
|
897
897
|
blur: (evt: FocusEvent) => void;
|
|
898
898
|
focus: (evt: FocusEvent) => void;
|
|
899
899
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AutocompleteProps>>> & Readonly<{
|
|
900
|
-
onInput?: ((value: string) => any) | undefined;
|
|
901
|
-
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
902
900
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
903
901
|
onChange?: ((value: string) => any) | undefined;
|
|
902
|
+
onInput?: ((value: string) => any) | undefined;
|
|
903
|
+
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
904
904
|
onClear?: (() => any) | undefined;
|
|
905
905
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
906
906
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -49,10 +49,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
49
49
|
type: import("vue").PropType<string>;
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{
|
|
52
|
-
onInput?: ((value: string) => any) | undefined;
|
|
53
|
-
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
54
52
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
55
53
|
onChange?: ((value: string) => any) | undefined;
|
|
54
|
+
onInput?: ((value: string) => any) | undefined;
|
|
55
|
+
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
56
56
|
onClear?: (() => any) | undefined;
|
|
57
57
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
58
58
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -66,13 +66,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
66
66
|
$data: {};
|
|
67
67
|
$props: Partial<{}> & Omit<{
|
|
68
68
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
69
|
-
readonly disabled?: boolean | undefined;
|
|
70
69
|
readonly content?: string | undefined;
|
|
71
70
|
readonly zIndex?: number | undefined;
|
|
72
71
|
readonly offset?: number | undefined;
|
|
73
72
|
readonly transition?: string | undefined;
|
|
74
|
-
readonly onClick?: Function | undefined;
|
|
75
73
|
readonly onBlur?: Function | undefined;
|
|
74
|
+
readonly onClick?: Function | undefined;
|
|
76
75
|
readonly onContextmenu?: Function | undefined;
|
|
77
76
|
readonly onFocus?: Function | undefined;
|
|
78
77
|
readonly onKeydown?: Function | undefined;
|
|
@@ -82,6 +81,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
82
81
|
readonly id?: string | undefined;
|
|
83
82
|
readonly ariaLabel?: string | undefined;
|
|
84
83
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
84
|
+
readonly disabled?: boolean | undefined;
|
|
85
85
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
86
86
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
87
87
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -484,13 +484,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
484
484
|
$data: {};
|
|
485
485
|
$props: Partial<{}> & Omit<{
|
|
486
486
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
487
|
-
readonly disabled?: boolean | undefined;
|
|
488
487
|
readonly content?: string | undefined;
|
|
489
488
|
readonly zIndex?: number | undefined;
|
|
490
489
|
readonly offset?: number | undefined;
|
|
491
490
|
readonly transition?: string | undefined;
|
|
492
|
-
readonly onClick?: Function | undefined;
|
|
493
491
|
readonly onBlur?: Function | undefined;
|
|
492
|
+
readonly onClick?: Function | undefined;
|
|
494
493
|
readonly onContextmenu?: Function | undefined;
|
|
495
494
|
readonly onFocus?: Function | undefined;
|
|
496
495
|
readonly onKeydown?: Function | undefined;
|
|
@@ -500,6 +499,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
500
499
|
readonly id?: string | undefined;
|
|
501
500
|
readonly ariaLabel?: string | undefined;
|
|
502
501
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
502
|
+
readonly disabled?: boolean | undefined;
|
|
503
503
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
504
504
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
505
505
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -906,10 +906,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
906
906
|
close: () => void;
|
|
907
907
|
highlight: (index: number) => void;
|
|
908
908
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
909
|
-
select: (item: Record<string, any>) => void;
|
|
910
909
|
"update:modelValue": (value: string) => void;
|
|
911
910
|
change: (value: string) => void;
|
|
912
911
|
input: (value: string) => void;
|
|
912
|
+
select: (item: Record<string, any>) => void;
|
|
913
913
|
clear: () => void;
|
|
914
914
|
blur: (evt: FocusEvent) => void;
|
|
915
915
|
focus: (evt: FocusEvent) => void;
|
|
@@ -970,10 +970,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
970
970
|
type: import("vue").PropType<string>;
|
|
971
971
|
};
|
|
972
972
|
}>> & Readonly<{
|
|
973
|
-
onInput?: ((value: string) => any) | undefined;
|
|
974
|
-
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
975
973
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
976
974
|
onChange?: ((value: string) => any) | undefined;
|
|
975
|
+
onInput?: ((value: string) => any) | undefined;
|
|
976
|
+
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
977
977
|
onClear?: (() => any) | undefined;
|
|
978
978
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
979
979
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -987,13 +987,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
987
987
|
$data: {};
|
|
988
988
|
$props: Partial<{}> & Omit<{
|
|
989
989
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
990
|
-
readonly disabled?: boolean | undefined;
|
|
991
990
|
readonly content?: string | undefined;
|
|
992
991
|
readonly zIndex?: number | undefined;
|
|
993
992
|
readonly offset?: number | undefined;
|
|
994
993
|
readonly transition?: string | undefined;
|
|
995
|
-
readonly onClick?: Function | undefined;
|
|
996
994
|
readonly onBlur?: Function | undefined;
|
|
995
|
+
readonly onClick?: Function | undefined;
|
|
997
996
|
readonly onContextmenu?: Function | undefined;
|
|
998
997
|
readonly onFocus?: Function | undefined;
|
|
999
998
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1003,6 +1002,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1003
1002
|
readonly id?: string | undefined;
|
|
1004
1003
|
readonly ariaLabel?: string | undefined;
|
|
1005
1004
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1005
|
+
readonly disabled?: boolean | undefined;
|
|
1006
1006
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1007
1007
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1008
1008
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1405,13 +1405,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1405
1405
|
$data: {};
|
|
1406
1406
|
$props: Partial<{}> & Omit<{
|
|
1407
1407
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1408
|
-
readonly disabled?: boolean | undefined;
|
|
1409
1408
|
readonly content?: string | undefined;
|
|
1410
1409
|
readonly zIndex?: number | undefined;
|
|
1411
1410
|
readonly offset?: number | undefined;
|
|
1412
1411
|
readonly transition?: string | undefined;
|
|
1413
|
-
readonly onClick?: Function | undefined;
|
|
1414
1412
|
readonly onBlur?: Function | undefined;
|
|
1413
|
+
readonly onClick?: Function | undefined;
|
|
1415
1414
|
readonly onContextmenu?: Function | undefined;
|
|
1416
1415
|
readonly onFocus?: Function | undefined;
|
|
1417
1416
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1421,6 +1420,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1421
1420
|
readonly id?: string | undefined;
|
|
1422
1421
|
readonly ariaLabel?: string | undefined;
|
|
1423
1422
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1423
|
+
readonly disabled?: boolean | undefined;
|
|
1424
1424
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1425
1425
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1426
1426
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -1880,10 +1880,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1880
1880
|
type: import("vue").PropType<string>;
|
|
1881
1881
|
};
|
|
1882
1882
|
}>> & Readonly<{
|
|
1883
|
-
onInput?: ((value: string) => any) | undefined;
|
|
1884
|
-
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
1885
1883
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1886
1884
|
onChange?: ((value: string) => any) | undefined;
|
|
1885
|
+
onInput?: ((value: string) => any) | undefined;
|
|
1886
|
+
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
1887
1887
|
onClear?: (() => any) | undefined;
|
|
1888
1888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1889
1889
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1897,13 +1897,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1897
1897
|
$data: {};
|
|
1898
1898
|
$props: Partial<{}> & Omit<{
|
|
1899
1899
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
1900
|
-
readonly disabled?: boolean | undefined;
|
|
1901
1900
|
readonly content?: string | undefined;
|
|
1902
1901
|
readonly zIndex?: number | undefined;
|
|
1903
1902
|
readonly offset?: number | undefined;
|
|
1904
1903
|
readonly transition?: string | undefined;
|
|
1905
|
-
readonly onClick?: Function | undefined;
|
|
1906
1904
|
readonly onBlur?: Function | undefined;
|
|
1905
|
+
readonly onClick?: Function | undefined;
|
|
1907
1906
|
readonly onContextmenu?: Function | undefined;
|
|
1908
1907
|
readonly onFocus?: Function | undefined;
|
|
1909
1908
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1913,6 +1912,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1913
1912
|
readonly id?: string | undefined;
|
|
1914
1913
|
readonly ariaLabel?: string | undefined;
|
|
1915
1914
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
1915
|
+
readonly disabled?: boolean | undefined;
|
|
1916
1916
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1917
1917
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1918
1918
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2315,13 +2315,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2315
2315
|
$data: {};
|
|
2316
2316
|
$props: Partial<{}> & Omit<{
|
|
2317
2317
|
readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
|
|
2318
|
-
readonly disabled?: boolean | undefined;
|
|
2319
2318
|
readonly content?: string | undefined;
|
|
2320
2319
|
readonly zIndex?: number | undefined;
|
|
2321
2320
|
readonly offset?: number | undefined;
|
|
2322
2321
|
readonly transition?: string | undefined;
|
|
2323
|
-
readonly onClick?: Function | undefined;
|
|
2324
2322
|
readonly onBlur?: Function | undefined;
|
|
2323
|
+
readonly onClick?: Function | undefined;
|
|
2325
2324
|
readonly onContextmenu?: Function | undefined;
|
|
2326
2325
|
readonly onFocus?: Function | undefined;
|
|
2327
2326
|
readonly onKeydown?: Function | undefined;
|
|
@@ -2331,6 +2330,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2331
2330
|
readonly id?: string | undefined;
|
|
2332
2331
|
readonly ariaLabel?: string | undefined;
|
|
2333
2332
|
readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
|
|
2333
|
+
readonly disabled?: boolean | undefined;
|
|
2334
2334
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
2335
2335
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
2336
2336
|
readonly effect?: "light" | "dark" | undefined;
|
|
@@ -2737,10 +2737,10 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2737
2737
|
close: () => void;
|
|
2738
2738
|
highlight: (index: number) => void;
|
|
2739
2739
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2740
|
-
select: (item: Record<string, any>) => void;
|
|
2741
2740
|
"update:modelValue": (value: string) => void;
|
|
2742
2741
|
change: (value: string) => void;
|
|
2743
2742
|
input: (value: string) => void;
|
|
2743
|
+
select: (item: Record<string, any>) => void;
|
|
2744
2744
|
clear: () => void;
|
|
2745
2745
|
blur: (evt: FocusEvent) => void;
|
|
2746
2746
|
focus: (evt: FocusEvent) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3
3
|
size: {
|
|
4
|
-
type: import("vue").PropType<number | "
|
|
4
|
+
type: import("vue").PropType<number | "default" | "small" | "large">;
|
|
5
5
|
};
|
|
6
6
|
shape: {
|
|
7
7
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -31,7 +31,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
31
31
|
Defaults: {};
|
|
32
32
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
size: {
|
|
34
|
-
type: import("vue").PropType<number | "
|
|
34
|
+
type: import("vue").PropType<number | "default" | "small" | "large">;
|
|
35
35
|
};
|
|
36
36
|
shape: {
|
|
37
37
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -56,7 +56,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
|
|
|
56
56
|
__isSuspense?: never;
|
|
57
57
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
58
58
|
size: {
|
|
59
|
-
type: import("vue").PropType<number | "
|
|
59
|
+
type: import("vue").PropType<number | "default" | "small" | "large">;
|
|
60
60
|
};
|
|
61
61
|
shape: {
|
|
62
62
|
type: import("vue").PropType<"circle" | "square">;
|
|
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
11
11
|
}>>, {
|
|
12
12
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
13
13
|
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
14
|
-
type: import("vue").ComputedRef<"
|
|
14
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "danger" | "primary">;
|
|
15
15
|
disabled: import("vue").ComputedRef<boolean>;
|
|
16
16
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
17
17
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9,9 +9,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
9
9
|
text: {
|
|
10
10
|
type: import("vue").PropType<boolean>;
|
|
11
11
|
};
|
|
12
|
-
disabled: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
};
|
|
15
12
|
color: {
|
|
16
13
|
type: import("vue").PropType<string>;
|
|
17
14
|
};
|
|
@@ -21,15 +18,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
21
18
|
autofocus: {
|
|
22
19
|
type: import("vue").PropType<boolean>;
|
|
23
20
|
};
|
|
21
|
+
disabled: {
|
|
22
|
+
type: import("vue").PropType<boolean>;
|
|
23
|
+
};
|
|
24
24
|
size: {
|
|
25
25
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
26
26
|
};
|
|
27
|
-
dark: {
|
|
28
|
-
type: import("vue").PropType<boolean>;
|
|
29
|
-
};
|
|
30
27
|
icon: {
|
|
31
28
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
32
29
|
};
|
|
30
|
+
dark: {
|
|
31
|
+
type: import("vue").PropType<boolean>;
|
|
32
|
+
};
|
|
33
33
|
loading: {
|
|
34
34
|
type: import("vue").PropType<boolean>;
|
|
35
35
|
};
|
|
@@ -72,7 +72,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
72
72
|
}>, {
|
|
73
73
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
74
74
|
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
75
|
-
type: import("vue").ComputedRef<"
|
|
75
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "danger" | "primary">;
|
|
76
76
|
disabled: import("vue").ComputedRef<boolean>;
|
|
77
77
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
78
78
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -99,9 +99,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
99
99
|
text: {
|
|
100
100
|
type: import("vue").PropType<boolean>;
|
|
101
101
|
};
|
|
102
|
-
disabled: {
|
|
103
|
-
type: import("vue").PropType<boolean>;
|
|
104
|
-
};
|
|
105
102
|
color: {
|
|
106
103
|
type: import("vue").PropType<string>;
|
|
107
104
|
};
|
|
@@ -111,15 +108,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
111
108
|
autofocus: {
|
|
112
109
|
type: import("vue").PropType<boolean>;
|
|
113
110
|
};
|
|
111
|
+
disabled: {
|
|
112
|
+
type: import("vue").PropType<boolean>;
|
|
113
|
+
};
|
|
114
114
|
size: {
|
|
115
115
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
116
116
|
};
|
|
117
|
-
dark: {
|
|
118
|
-
type: import("vue").PropType<boolean>;
|
|
119
|
-
};
|
|
120
117
|
icon: {
|
|
121
118
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
122
119
|
};
|
|
120
|
+
dark: {
|
|
121
|
+
type: import("vue").PropType<boolean>;
|
|
122
|
+
};
|
|
123
123
|
loading: {
|
|
124
124
|
type: import("vue").PropType<boolean>;
|
|
125
125
|
};
|
|
@@ -162,7 +162,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
162
162
|
}>, {
|
|
163
163
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
164
164
|
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
165
|
-
type: import("vue").ComputedRef<"
|
|
165
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "danger" | "primary">;
|
|
166
166
|
disabled: import("vue").ComputedRef<boolean>;
|
|
167
167
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
168
168
|
}, {}, {}, {}, {
|
|
@@ -184,9 +184,6 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
184
184
|
text: {
|
|
185
185
|
type: import("vue").PropType<boolean>;
|
|
186
186
|
};
|
|
187
|
-
disabled: {
|
|
188
|
-
type: import("vue").PropType<boolean>;
|
|
189
|
-
};
|
|
190
187
|
color: {
|
|
191
188
|
type: import("vue").PropType<string>;
|
|
192
189
|
};
|
|
@@ -196,15 +193,18 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
196
193
|
autofocus: {
|
|
197
194
|
type: import("vue").PropType<boolean>;
|
|
198
195
|
};
|
|
196
|
+
disabled: {
|
|
197
|
+
type: import("vue").PropType<boolean>;
|
|
198
|
+
};
|
|
199
199
|
size: {
|
|
200
200
|
type: import("vue").PropType<import("../types").ComponentSize>;
|
|
201
201
|
};
|
|
202
|
-
dark: {
|
|
203
|
-
type: import("vue").PropType<boolean>;
|
|
204
|
-
};
|
|
205
202
|
icon: {
|
|
206
203
|
type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
|
|
207
204
|
};
|
|
205
|
+
dark: {
|
|
206
|
+
type: import("vue").PropType<boolean>;
|
|
207
|
+
};
|
|
208
208
|
loading: {
|
|
209
209
|
type: import("vue").PropType<boolean>;
|
|
210
210
|
};
|
|
@@ -247,7 +247,7 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
|
|
|
247
247
|
}>, {
|
|
248
248
|
ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
249
249
|
size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
250
|
-
type: import("vue").ComputedRef<"
|
|
250
|
+
type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "danger" | "primary">;
|
|
251
251
|
disabled: import("vue").ComputedRef<boolean>;
|
|
252
252
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
253
253
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -13,7 +13,7 @@ export declare const useButton: (props: ButtonProps, emit: any) => {
|
|
|
13
13
|
}>;
|
|
14
14
|
_disabled: import("vue").ComputedRef<boolean>;
|
|
15
15
|
_size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
|
|
16
|
-
_type: import("vue").ComputedRef<"
|
|
16
|
+
_type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "danger" | "primary">;
|
|
17
17
|
_ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
|
|
18
18
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
19
19
|
handleClick: (evt: MouseEvent) => void;
|
|
@@ -5,7 +5,7 @@ export declare const cascaderProps: {
|
|
|
5
5
|
emptyValues: ArrayConstructor;
|
|
6
6
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
7
7
|
size: {
|
|
8
|
-
readonly type: PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
8
|
+
readonly type: PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
9
9
|
readonly required: false;
|
|
10
10
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
11
|
__epPropKey: true;
|
|
@@ -44,7 +44,7 @@ export declare const cascaderProps: {
|
|
|
44
44
|
new (): any;
|
|
45
45
|
readonly prototype: any;
|
|
46
46
|
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
47
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
47
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, string, boolean>;
|
|
48
48
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
49
49
|
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
50
50
|
teleported: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -17,7 +17,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
17
17
|
emptyValues: ArrayConstructor;
|
|
18
18
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
19
19
|
size: {
|
|
20
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
20
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -56,7 +56,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
56
56
|
new (): any;
|
|
57
57
|
readonly prototype: any;
|
|
58
58
|
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
59
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
59
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement)) | null)[], import("vft/es/components/popper").Placement, unknown, string, boolean>;
|
|
60
60
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("vft/es/components/popper").Placement[]) | (() => import("vft/es/components/popper").Placement[]) | (((new (...args: any[]) => import("vft/es/components/popper").Placement[]) | (() => import("vft/es/components/popper").Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
61
61
|
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
62
62
|
teleported: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -110,7 +110,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
110
110
|
emptyValues: ArrayConstructor;
|
|
111
111
|
valueOnClear: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
112
112
|
size: {
|
|
113
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "
|
|
113
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|
|
@@ -149,7 +149,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
149
149
|
new (): any;
|
|
150
150
|
readonly prototype: any;
|
|
151
151
|
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
152
|
-
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
152
|
+
placement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement)) | null)[], import("vft/es/components/popper").Placement, unknown, string, boolean>;
|
|
153
153
|
fallbackPlacements: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => import("vft/es/components/popper").Placement[]) | (() => import("vft/es/components/popper").Placement[]) | (((new (...args: any[]) => import("vft/es/components/popper").Placement[]) | (() => import("vft/es/components/popper").Placement[])) | null)[], unknown, unknown, string[], boolean>;
|
|
154
154
|
popperClass: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
155
155
|
teleported: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -179,9 +179,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
179
179
|
onExpandChange?: ((val: CascaderValue) => any) | undefined;
|
|
180
180
|
onRemoveTag?: ((val: import("../cascader-panel/node").CascaderNodeValue | import("../cascader-panel/node").CascaderNodePathValue) => any) | undefined;
|
|
181
181
|
}>, {
|
|
182
|
-
disabled: boolean;
|
|
183
182
|
props: import("vft/es/components/cascader-panel").CascaderProps;
|
|
184
|
-
|
|
183
|
+
disabled: boolean;
|
|
184
|
+
placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("vft/es/components/popper").Placement)) | null)[], import("vft/es/components/popper").Placement, unknown>;
|
|
185
185
|
options: import("vft/es/components/cascader-panel").CascaderOption[];
|
|
186
186
|
effect: string;
|
|
187
187
|
teleported: import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|