vft 0.0.302 → 0.0.304
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 +4 -4
- package/es/components/affix/index.d.ts +8 -8
- package/es/components/autocomplete/autocomplete.vue.d.ts +13 -13
- package/es/components/autocomplete/index.d.ts +36 -36
- package/es/components/avatar/index.d.ts +3 -3
- package/es/components/button/index.d.ts +18 -18
- package/es/components/carousel/use-carousel.js +1 -1
- package/es/components/cascader/cascader.d.ts +2 -2
- package/es/components/cascader/cascader.vue.d.ts +10 -10
- package/es/components/cascader-panel/index.vue.d.ts +2 -2
- package/es/components/checkbox/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +61 -61
- 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/collapse/collapse.vue.d.ts +1 -1
- package/es/components/color-picker/color-picker.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +8 -8
- package/es/components/date-picker/composables/use-basic-date-table.d.ts +2 -2
- package/es/components/date-picker/composables/use-range-picker.d.ts +2 -2
- 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/dialog/dialog.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +5 -5
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/drawer/drawer.vue.d.ts +2 -2
- package/es/components/drawer/index.d.ts +5 -5
- package/es/components/dropdown/dropdown.vue.d.ts +1 -1
- 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 +13 -13
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input/input.vue2.js +4 -4
- package/es/components/input-number/index.d.ts +6 -6
- package/es/components/input-number/input-number.vue.d.ts +4 -4
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +8 -8
- package/es/components/md-container/md-container.vue2.js +17 -16
- package/es/components/multiple-tabs/tab-content.vue2.js +1 -1
- package/es/components/multiple-tabs/use/use-multiple-tabs.js +1 -1
- package/es/components/notification/notification.vue.d.ts +1 -1
- 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/popper/index.d.ts +3 -3
- package/es/components/radio/index.d.ts +52 -52
- package/es/components/radio/radio-group.vue.d.ts +2 -2
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/rate/rate.vue.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/search/index.d.ts +6 -6
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/segmented/index.d.ts +9 -9
- package/es/components/segmented/segmented.d.ts +1 -1
- package/es/components/segmented/segmented.vue.d.ts +4 -4
- package/es/components/select/index.d.ts +22 -22
- package/es/components/select/select.vue.d.ts +22 -22
- package/es/components/select/useSelect.d.ts +16 -16
- package/es/components/side-menu/side-menu.vue2.js +1 -1
- 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/table/index.d.ts +31 -31
- package/es/components/table/table.vue.d.ts +5 -5
- 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 +10 -10
- package/es/components/time-picker/common/props.d.ts +2 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +4 -4
- 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 +5 -5
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/tooltip/index.d.ts +3 -3
- package/es/components/transfer/transfer.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +42 -42
- package/es/components/upload/index.d.ts +9 -9
- package/es/components/virtual-list/builders/build-list.d.ts +1 -1
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +1 -1
- package/es/components/virtual-list/components/fixed-size-list.d.ts +1 -1
- 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/es/utils/vue/vnode.js +1 -1
- package/lib/components/affix/affix.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +4 -4
- package/lib/components/affix/index.d.ts +8 -8
- package/lib/components/autocomplete/autocomplete.vue.d.ts +13 -13
- package/lib/components/autocomplete/index.d.ts +36 -36
- package/lib/components/avatar/index.d.ts +3 -3
- package/lib/components/button/index.d.ts +18 -18
- package/lib/components/cascader/cascader.d.ts +2 -2
- package/lib/components/cascader/cascader.vue.d.ts +10 -10
- package/lib/components/cascader-panel/index.vue.d.ts +2 -2
- package/lib/components/checkbox/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +61 -61
- 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/collapse/collapse.vue.d.ts +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +8 -8
- package/lib/components/date-picker/composables/use-basic-date-table.d.ts +2 -2
- package/lib/components/date-picker/composables/use-range-picker.d.ts +2 -2
- 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/dialog/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +5 -5
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/drawer/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/index.d.ts +5 -5
- package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
- 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 +13 -13
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +6 -6
- package/lib/components/input-number/input-number.vue.d.ts +4 -4
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +8 -8
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-multiple-tabs.cjs +1 -1
- package/lib/components/notification/notification.vue.d.ts +1 -1
- 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/popper/index.d.ts +3 -3
- package/lib/components/radio/index.d.ts +52 -52
- package/lib/components/radio/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/rate/rate.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/search/index.d.ts +6 -6
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/segmented/index.d.ts +9 -9
- package/lib/components/segmented/segmented.d.ts +1 -1
- package/lib/components/segmented/segmented.vue.d.ts +4 -4
- package/lib/components/select/index.d.ts +22 -22
- package/lib/components/select/select.vue.d.ts +22 -22
- package/lib/components/select/useSelect.d.ts +16 -16
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- 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/table/index.d.ts +31 -31
- package/lib/components/table/table.vue.d.ts +5 -5
- 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 +10 -10
- package/lib/components/time-picker/common/props.d.ts +2 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +4 -4
- 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 +5 -5
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/tooltip/index.d.ts +3 -3
- package/lib/components/transfer/transfer.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +42 -42
- package/lib/components/upload/index.d.ts +9 -9
- package/lib/components/virtual-list/builders/build-list.d.ts +1 -1
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +1 -1
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +1 -1
- 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 +5 -5
- package/web-types.json +1 -1
|
@@ -4,7 +4,7 @@ export declare const affixProps: {
|
|
|
4
4
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
5
5
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
6
6
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
7
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
8
8
|
};
|
|
9
9
|
export type AffixProps = ExtractPropTypes<typeof affixProps>;
|
|
10
10
|
export declare const affixEmits: {
|
|
@@ -5,23 +5,23 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
5
5
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
6
6
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
7
7
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
8
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
9
9
|
}>, {
|
|
10
10
|
/** @description update affix status */
|
|
11
11
|
update: () => void;
|
|
12
12
|
/** @description update rootRect info */
|
|
13
13
|
updateRoot: () => void;
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
|
+
change: (fixed: boolean) => void;
|
|
15
16
|
scroll: (args_0: {
|
|
16
17
|
scrollTop: number;
|
|
17
18
|
fixed: boolean;
|
|
18
19
|
}) => void;
|
|
19
|
-
change: (fixed: boolean) => void;
|
|
20
20
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
readonly zIndex: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 100, boolean>;
|
|
22
22
|
readonly target: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
23
23
|
readonly offset: import("vft/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
24
|
-
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "
|
|
24
|
+
readonly position: import("vft/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom", unknown, "top", boolean>;
|
|
25
25
|
}>> & Readonly<{
|
|
26
26
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
27
27
|
onScroll?: ((args_0: {
|
|
@@ -30,7 +30,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
30
30
|
}) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
readonly target: string;
|
|
33
|
-
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "
|
|
33
|
+
readonly position: import("vft/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom", unknown>;
|
|
34
34
|
readonly zIndex: number;
|
|
35
35
|
readonly offset: number;
|
|
36
36
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -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, "top" | "bottom", unknown, "top", boolean>;
|
|
7
7
|
}>> & Readonly<{
|
|
8
8
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
9
9
|
onScroll?: ((args_0: {
|
|
@@ -14,14 +14,14 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
14
14
|
update: () => void;
|
|
15
15
|
updateRoot: () => void;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
change: (fixed: boolean) => void;
|
|
17
18
|
scroll: (args_0: {
|
|
18
19
|
scrollTop: number;
|
|
19
20
|
fixed: boolean;
|
|
20
21
|
}) => void;
|
|
21
|
-
change: (fixed: boolean) => 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", 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, "top" | "bottom", unknown, "top", boolean>;
|
|
62
62
|
}>> & Readonly<{
|
|
63
63
|
onChange?: ((fixed: boolean) => any) | undefined;
|
|
64
64
|
onScroll?: ((args_0: {
|
|
@@ -69,14 +69,14 @@ export declare const VftAffix: import("vft/es/utils").SFCWithInstall<{
|
|
|
69
69
|
update: () => void;
|
|
70
70
|
updateRoot: () => void;
|
|
71
71
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
72
|
+
change: (fixed: boolean) => void;
|
|
72
73
|
scroll: (args_0: {
|
|
73
74
|
scrollTop: number;
|
|
74
75
|
fixed: boolean;
|
|
75
76
|
}) => void;
|
|
76
|
-
change: (fixed: boolean) => 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, "top" | "bottom", 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,12 +42,13 @@ 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;
|
|
45
46
|
readonly content?: string | undefined;
|
|
46
47
|
readonly zIndex?: number | undefined;
|
|
47
48
|
readonly offset?: number | undefined;
|
|
48
49
|
readonly transition?: string | undefined;
|
|
49
|
-
readonly onBlur?: Function | undefined;
|
|
50
50
|
readonly onClick?: Function | undefined;
|
|
51
|
+
readonly onBlur?: Function | undefined;
|
|
51
52
|
readonly onContextmenu?: Function | undefined;
|
|
52
53
|
readonly onFocus?: Function | undefined;
|
|
53
54
|
readonly onKeydown?: Function | undefined;
|
|
@@ -57,7 +58,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
57
58
|
readonly id?: string | undefined;
|
|
58
59
|
readonly ariaLabel?: string | undefined;
|
|
59
60
|
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;
|
|
@@ -111,7 +111,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
111
111
|
$el: any;
|
|
112
112
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
113
113
|
role: {
|
|
114
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
114
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
115
115
|
};
|
|
116
116
|
showArrow: {
|
|
117
117
|
type: import("vue").PropType<boolean>;
|
|
@@ -295,7 +295,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
295
295
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
296
296
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
297
297
|
role: {
|
|
298
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
298
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
299
299
|
};
|
|
300
300
|
showArrow: {
|
|
301
301
|
type: import("vue").PropType<boolean>;
|
|
@@ -460,12 +460,13 @@ 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;
|
|
463
464
|
readonly content?: string | undefined;
|
|
464
465
|
readonly zIndex?: number | undefined;
|
|
465
466
|
readonly offset?: number | undefined;
|
|
466
467
|
readonly transition?: string | undefined;
|
|
467
|
-
readonly onBlur?: Function | undefined;
|
|
468
468
|
readonly onClick?: Function | undefined;
|
|
469
|
+
readonly onBlur?: Function | undefined;
|
|
469
470
|
readonly onContextmenu?: Function | undefined;
|
|
470
471
|
readonly onFocus?: Function | undefined;
|
|
471
472
|
readonly onKeydown?: Function | undefined;
|
|
@@ -475,7 +476,6 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
475
476
|
readonly id?: string | undefined;
|
|
476
477
|
readonly ariaLabel?: string | undefined;
|
|
477
478
|
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;
|
|
@@ -529,7 +529,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
529
529
|
$el: any;
|
|
530
530
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
531
531
|
role: {
|
|
532
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
532
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
533
533
|
};
|
|
534
534
|
showArrow: {
|
|
535
535
|
type: import("vue").PropType<boolean>;
|
|
@@ -713,7 +713,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
713
713
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
714
714
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
715
715
|
role: {
|
|
716
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
716
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
717
717
|
};
|
|
718
718
|
showArrow: {
|
|
719
719
|
type: import("vue").PropType<boolean>;
|
|
@@ -890,20 +890,20 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
|
|
|
890
890
|
highlight: (index: number) => void;
|
|
891
891
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
892
892
|
select: (item: Record<string, any>) => void;
|
|
893
|
-
clear: () => void;
|
|
894
|
-
blur: (evt: FocusEvent) => void;
|
|
895
|
-
focus: (evt: FocusEvent) => void;
|
|
896
893
|
"update:modelValue": (value: string) => void;
|
|
897
894
|
change: (value: string) => void;
|
|
898
895
|
input: (value: string) => void;
|
|
896
|
+
clear: () => void;
|
|
897
|
+
blur: (evt: FocusEvent) => void;
|
|
898
|
+
focus: (evt: FocusEvent) => void;
|
|
899
899
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<AutocompleteProps>>> & Readonly<{
|
|
900
900
|
onInput?: ((value: string) => any) | undefined;
|
|
901
901
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
902
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
903
|
+
onChange?: ((value: string) => any) | undefined;
|
|
902
904
|
onClear?: (() => any) | undefined;
|
|
903
905
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
904
|
-
onChange?: ((value: string) => any) | undefined;
|
|
905
906
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
906
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
907
907
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
908
908
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
909
909
|
export default _default;
|
|
@@ -51,11 +51,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
51
51
|
}>> & Readonly<{
|
|
52
52
|
onInput?: ((value: string) => any) | undefined;
|
|
53
53
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
55
|
+
onChange?: ((value: string) => any) | undefined;
|
|
54
56
|
onClear?: (() => any) | undefined;
|
|
55
57
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
56
|
-
onChange?: ((value: string) => any) | undefined;
|
|
57
58
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
58
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
highlightedIndex: import("vue").Ref<number, number>;
|
|
61
61
|
activated: import("vue").Ref<boolean, boolean>;
|
|
@@ -66,12 +66,13 @@ 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;
|
|
69
70
|
readonly content?: string | undefined;
|
|
70
71
|
readonly zIndex?: number | undefined;
|
|
71
72
|
readonly offset?: number | undefined;
|
|
72
73
|
readonly transition?: string | undefined;
|
|
73
|
-
readonly onBlur?: Function | undefined;
|
|
74
74
|
readonly onClick?: Function | undefined;
|
|
75
|
+
readonly onBlur?: Function | undefined;
|
|
75
76
|
readonly onContextmenu?: Function | undefined;
|
|
76
77
|
readonly onFocus?: Function | undefined;
|
|
77
78
|
readonly onKeydown?: Function | undefined;
|
|
@@ -81,7 +82,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
81
82
|
readonly id?: string | undefined;
|
|
82
83
|
readonly ariaLabel?: string | undefined;
|
|
83
84
|
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;
|
|
@@ -135,7 +135,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
135
135
|
$el: any;
|
|
136
136
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
role: {
|
|
138
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
138
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
139
139
|
};
|
|
140
140
|
showArrow: {
|
|
141
141
|
type: import("vue").PropType<boolean>;
|
|
@@ -319,7 +319,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
319
319
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
320
320
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
321
321
|
role: {
|
|
322
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
322
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
323
323
|
};
|
|
324
324
|
showArrow: {
|
|
325
325
|
type: import("vue").PropType<boolean>;
|
|
@@ -484,12 +484,13 @@ 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;
|
|
487
488
|
readonly content?: string | undefined;
|
|
488
489
|
readonly zIndex?: number | undefined;
|
|
489
490
|
readonly offset?: number | undefined;
|
|
490
491
|
readonly transition?: string | undefined;
|
|
491
|
-
readonly onBlur?: Function | undefined;
|
|
492
492
|
readonly onClick?: Function | undefined;
|
|
493
|
+
readonly onBlur?: Function | undefined;
|
|
493
494
|
readonly onContextmenu?: Function | undefined;
|
|
494
495
|
readonly onFocus?: Function | undefined;
|
|
495
496
|
readonly onKeydown?: Function | undefined;
|
|
@@ -499,7 +500,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
499
500
|
readonly id?: string | undefined;
|
|
500
501
|
readonly ariaLabel?: string | undefined;
|
|
501
502
|
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;
|
|
@@ -553,7 +553,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
553
553
|
$el: any;
|
|
554
554
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
555
555
|
role: {
|
|
556
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
556
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
557
557
|
};
|
|
558
558
|
showArrow: {
|
|
559
559
|
type: import("vue").PropType<boolean>;
|
|
@@ -737,7 +737,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
737
737
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
738
738
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
739
739
|
role: {
|
|
740
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
740
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
741
741
|
};
|
|
742
742
|
showArrow: {
|
|
743
743
|
type: import("vue").PropType<boolean>;
|
|
@@ -907,12 +907,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
907
907
|
highlight: (index: number) => void;
|
|
908
908
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
909
909
|
select: (item: Record<string, any>) => void;
|
|
910
|
-
clear: () => void;
|
|
911
|
-
blur: (evt: FocusEvent) => void;
|
|
912
|
-
focus: (evt: FocusEvent) => void;
|
|
913
910
|
"update:modelValue": (value: string) => void;
|
|
914
911
|
change: (value: string) => void;
|
|
915
912
|
input: (value: string) => void;
|
|
913
|
+
clear: () => void;
|
|
914
|
+
blur: (evt: FocusEvent) => void;
|
|
915
|
+
focus: (evt: FocusEvent) => void;
|
|
916
916
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
917
917
|
P: {};
|
|
918
918
|
B: {};
|
|
@@ -972,11 +972,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
972
972
|
}>> & Readonly<{
|
|
973
973
|
onInput?: ((value: string) => any) | undefined;
|
|
974
974
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
975
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
976
|
+
onChange?: ((value: string) => any) | undefined;
|
|
975
977
|
onClear?: (() => any) | undefined;
|
|
976
978
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
977
|
-
onChange?: ((value: string) => any) | undefined;
|
|
978
979
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
979
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
980
980
|
}>, {
|
|
981
981
|
highlightedIndex: import("vue").Ref<number, number>;
|
|
982
982
|
activated: import("vue").Ref<boolean, boolean>;
|
|
@@ -987,12 +987,13 @@ 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;
|
|
990
991
|
readonly content?: string | undefined;
|
|
991
992
|
readonly zIndex?: number | undefined;
|
|
992
993
|
readonly offset?: number | undefined;
|
|
993
994
|
readonly transition?: string | undefined;
|
|
994
|
-
readonly onBlur?: Function | undefined;
|
|
995
995
|
readonly onClick?: Function | undefined;
|
|
996
|
+
readonly onBlur?: Function | undefined;
|
|
996
997
|
readonly onContextmenu?: Function | undefined;
|
|
997
998
|
readonly onFocus?: Function | undefined;
|
|
998
999
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1002,7 +1003,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1002
1003
|
readonly id?: string | undefined;
|
|
1003
1004
|
readonly ariaLabel?: string | undefined;
|
|
1004
1005
|
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;
|
|
@@ -1056,7 +1056,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1056
1056
|
$el: any;
|
|
1057
1057
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1058
1058
|
role: {
|
|
1059
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
1059
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
1060
1060
|
};
|
|
1061
1061
|
showArrow: {
|
|
1062
1062
|
type: import("vue").PropType<boolean>;
|
|
@@ -1240,7 +1240,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1240
1240
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1241
1241
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1242
1242
|
role: {
|
|
1243
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
1243
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
1244
1244
|
};
|
|
1245
1245
|
showArrow: {
|
|
1246
1246
|
type: import("vue").PropType<boolean>;
|
|
@@ -1405,12 +1405,13 @@ 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;
|
|
1408
1409
|
readonly content?: string | undefined;
|
|
1409
1410
|
readonly zIndex?: number | undefined;
|
|
1410
1411
|
readonly offset?: number | undefined;
|
|
1411
1412
|
readonly transition?: string | undefined;
|
|
1412
|
-
readonly onBlur?: Function | undefined;
|
|
1413
1413
|
readonly onClick?: Function | undefined;
|
|
1414
|
+
readonly onBlur?: Function | undefined;
|
|
1414
1415
|
readonly onContextmenu?: Function | undefined;
|
|
1415
1416
|
readonly onFocus?: Function | undefined;
|
|
1416
1417
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1420,7 +1421,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1420
1421
|
readonly id?: string | undefined;
|
|
1421
1422
|
readonly ariaLabel?: string | undefined;
|
|
1422
1423
|
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;
|
|
@@ -1474,7 +1474,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1474
1474
|
$el: any;
|
|
1475
1475
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1476
1476
|
role: {
|
|
1477
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
1477
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
1478
1478
|
};
|
|
1479
1479
|
showArrow: {
|
|
1480
1480
|
type: import("vue").PropType<boolean>;
|
|
@@ -1658,7 +1658,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1658
1658
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1659
1659
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1660
1660
|
role: {
|
|
1661
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
1661
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
1662
1662
|
};
|
|
1663
1663
|
showArrow: {
|
|
1664
1664
|
type: import("vue").PropType<boolean>;
|
|
@@ -1882,11 +1882,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1882
1882
|
}>> & Readonly<{
|
|
1883
1883
|
onInput?: ((value: string) => any) | undefined;
|
|
1884
1884
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
1885
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1886
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1885
1887
|
onClear?: (() => any) | undefined;
|
|
1886
1888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1887
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1888
1889
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1889
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1890
1890
|
}>, {
|
|
1891
1891
|
highlightedIndex: import("vue").Ref<number, number>;
|
|
1892
1892
|
activated: import("vue").Ref<boolean, boolean>;
|
|
@@ -1897,12 +1897,13 @@ 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;
|
|
1900
1901
|
readonly content?: string | undefined;
|
|
1901
1902
|
readonly zIndex?: number | undefined;
|
|
1902
1903
|
readonly offset?: number | undefined;
|
|
1903
1904
|
readonly transition?: string | undefined;
|
|
1904
|
-
readonly onBlur?: Function | undefined;
|
|
1905
1905
|
readonly onClick?: Function | undefined;
|
|
1906
|
+
readonly onBlur?: Function | undefined;
|
|
1906
1907
|
readonly onContextmenu?: Function | undefined;
|
|
1907
1908
|
readonly onFocus?: Function | undefined;
|
|
1908
1909
|
readonly onKeydown?: Function | undefined;
|
|
@@ -1912,7 +1913,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1912
1913
|
readonly id?: string | undefined;
|
|
1913
1914
|
readonly ariaLabel?: string | undefined;
|
|
1914
1915
|
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;
|
|
@@ -1966,7 +1966,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1966
1966
|
$el: any;
|
|
1967
1967
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1968
1968
|
role: {
|
|
1969
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
1969
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
1970
1970
|
};
|
|
1971
1971
|
showArrow: {
|
|
1972
1972
|
type: import("vue").PropType<boolean>;
|
|
@@ -2150,7 +2150,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2150
2150
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
2151
2151
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2152
2152
|
role: {
|
|
2153
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
2153
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
2154
2154
|
};
|
|
2155
2155
|
showArrow: {
|
|
2156
2156
|
type: import("vue").PropType<boolean>;
|
|
@@ -2315,12 +2315,13 @@ 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;
|
|
2318
2319
|
readonly content?: string | undefined;
|
|
2319
2320
|
readonly zIndex?: number | undefined;
|
|
2320
2321
|
readonly offset?: number | undefined;
|
|
2321
2322
|
readonly transition?: string | undefined;
|
|
2322
|
-
readonly onBlur?: Function | undefined;
|
|
2323
2323
|
readonly onClick?: Function | undefined;
|
|
2324
|
+
readonly onBlur?: Function | undefined;
|
|
2324
2325
|
readonly onContextmenu?: Function | undefined;
|
|
2325
2326
|
readonly onFocus?: Function | undefined;
|
|
2326
2327
|
readonly onKeydown?: Function | undefined;
|
|
@@ -2330,7 +2331,6 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2330
2331
|
readonly id?: string | undefined;
|
|
2331
2332
|
readonly ariaLabel?: string | undefined;
|
|
2332
2333
|
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;
|
|
@@ -2384,7 +2384,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2384
2384
|
$el: any;
|
|
2385
2385
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2386
2386
|
role: {
|
|
2387
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
2387
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
2388
2388
|
};
|
|
2389
2389
|
showArrow: {
|
|
2390
2390
|
type: import("vue").PropType<boolean>;
|
|
@@ -2568,7 +2568,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2568
2568
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
2569
2569
|
} & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2570
2570
|
role: {
|
|
2571
|
-
type: import("vue").PropType<"dialog" | "menu" | "grid" | "
|
|
2571
|
+
type: import("vue").PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "tree" | "navigation">;
|
|
2572
2572
|
};
|
|
2573
2573
|
showArrow: {
|
|
2574
2574
|
type: import("vue").PropType<boolean>;
|
|
@@ -2738,12 +2738,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2738
2738
|
highlight: (index: number) => void;
|
|
2739
2739
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2740
2740
|
select: (item: Record<string, any>) => void;
|
|
2741
|
-
clear: () => void;
|
|
2742
|
-
blur: (evt: FocusEvent) => void;
|
|
2743
|
-
focus: (evt: FocusEvent) => void;
|
|
2744
2741
|
"update:modelValue": (value: string) => void;
|
|
2745
2742
|
change: (value: string) => void;
|
|
2746
2743
|
input: (value: string) => void;
|
|
2744
|
+
clear: () => void;
|
|
2745
|
+
blur: (evt: FocusEvent) => void;
|
|
2746
|
+
focus: (evt: FocusEvent) => void;
|
|
2747
2747
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2748
2748
|
$slots: {
|
|
2749
2749
|
prepend?(_: {}): any;
|
|
@@ -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 | "small" | "default" | "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 | "small" | "default" | "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 | "small" | "default" | "large">;
|
|
60
60
|
};
|
|
61
61
|
shape: {
|
|
62
62
|
type: import("vue").PropType<"circle" | "square">;
|