vft 0.0.445 → 0.0.448
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/dist/index.css +2 -2
- 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 +22 -22
- package/es/components/autocomplete/index.d.ts +64 -64
- 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 +33 -33
- 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 +9 -9
- package/es/components/checkbox/index.d.ts +54 -54
- 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 +12 -12
- package/es/components/config-provider/hooks/use-global-config.js +3 -3
- package/es/components/date-picker/date-picker.d.ts +6 -6
- package/es/components/date-picker/index.d.ts +12 -12
- package/es/components/date-picker/props/date-picker.d.ts +2 -2
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/dropdown/dropdown.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +39 -39
- package/es/components/form/index.d.ts +27 -27
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +4 -4
- package/es/components/input-number/input-number.vue.d.ts +2 -2
- package/es/components/input-tag/input-tag.d.ts +1 -1
- package/es/components/input-tag/input-tag.vue.d.ts +9 -9
- package/es/components/modal/index.d.ts +15 -15
- package/es/components/modal/modal.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/radio/index.d.ts +60 -60
- package/es/components/radio/radio.d.ts +1 -1
- package/es/components/radio/radio.vue.d.ts +5 -5
- package/es/components/search/index.d.ts +9 -9
- package/es/components/search/search.vue.d.ts +2 -2
- 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 +45 -45
- package/es/components/select/select.vue.d.ts +45 -45
- package/es/components/select/useSelect.d.ts +36 -36
- package/es/components/slider/index.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +2 -2
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/space.d.ts +4 -4
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/super-form/index.d.ts +3 -3
- package/es/components/switch/index.d.ts +21 -21
- package/es/components/switch/switch.vue.d.ts +3 -3
- package/es/components/tabs/index.d.ts +4 -4
- package/es/components/tabs/tabs.vue.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 +8 -8
- 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/tooltip/index.d.ts +5 -5
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tree/tree-node.vue.d.ts +39 -39
- package/es/components/upload/index.d.ts +18 -18
- package/es/hooks/use-popper/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.js +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 +22 -22
- package/lib/components/autocomplete/index.d.ts +64 -64
- 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 +33 -33
- 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 +9 -9
- package/lib/components/checkbox/index.d.ts +54 -54
- 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 +12 -12
- package/lib/components/date-picker/date-picker.d.ts +6 -6
- package/lib/components/date-picker/index.d.ts +12 -12
- package/lib/components/date-picker/props/date-picker.d.ts +2 -2
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +39 -39
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +4 -4
- package/lib/components/input-number/input-number.vue.d.ts +2 -2
- package/lib/components/input-tag/input-tag.d.ts +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
- package/lib/components/modal/index.d.ts +15 -15
- package/lib/components/modal/modal.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/radio/index.d.ts +60 -60
- package/lib/components/radio/radio.d.ts +1 -1
- package/lib/components/radio/radio.vue.d.ts +5 -5
- package/lib/components/search/index.d.ts +9 -9
- package/lib/components/search/search.vue.d.ts +2 -2
- 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 +45 -45
- package/lib/components/select/select.vue.d.ts +45 -45
- package/lib/components/select/useSelect.d.ts +36 -36
- package/lib/components/slider/index.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +2 -2
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/space.d.ts +4 -4
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/super-form/index.d.ts +3 -3
- package/lib/components/switch/index.d.ts +21 -21
- package/lib/components/switch/switch.vue.d.ts +3 -3
- package/lib/components/tabs/index.d.ts +4 -4
- package/lib/components/tabs/tabs.vue.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 +8 -8
- 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/tooltip/index.d.ts +5 -5
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tree/tree-node.vue.d.ts +39 -39
- 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 +5 -5
- package/theme-style/base.css +1 -1
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +2 -2
- package/theme-style/src/dark/css-vars.scss +1 -0
- package/theme-style/src/form.scss +3 -2
- package/theme-style/src/super-form.scss +0 -7
- package/theme-style/src/var.scss +1 -0
- package/theme-style/vft-form.css +1 -1
- package/theme-style/vft-super-form.css +1 -1
- package/theme-style/vft-var.css +1 -1
- package/web-types.json +1 -1
|
@@ -49,11 +49,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
49
49
|
type: import("vue").PropType<string>;
|
|
50
50
|
};
|
|
51
51
|
}>> & Readonly<{
|
|
52
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
53
|
-
onChange?: ((value: string) => any) | undefined;
|
|
54
52
|
onInput?: ((value: string) => any) | undefined;
|
|
55
53
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
56
54
|
onClear?: (() => any) | undefined;
|
|
55
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
56
|
+
onChange?: ((value: string) => any) | undefined;
|
|
57
57
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
58
58
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
59
59
|
}>, {
|
|
@@ -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,13 +82,13 @@ 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;
|
|
88
88
|
readonly visible?: boolean | null | undefined;
|
|
89
|
-
readonly
|
|
89
|
+
readonly teleported?: boolean | undefined;
|
|
90
90
|
readonly open?: boolean | undefined;
|
|
91
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
91
92
|
readonly arrowOffset?: number | undefined;
|
|
92
93
|
readonly gpuAcceleration?: boolean | undefined;
|
|
93
94
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -109,13 +110,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
109
110
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
110
111
|
readonly rawContent?: boolean | undefined;
|
|
111
112
|
readonly persistent?: boolean | undefined;
|
|
112
|
-
readonly teleported?: boolean | undefined;
|
|
113
113
|
readonly triggerKeys?: string[] | undefined;
|
|
114
114
|
readonly showArrow?: boolean | undefined;
|
|
115
115
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
116
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
116
117
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
117
118
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
118
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
119
119
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
120
120
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
121
121
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -131,7 +131,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
131
131
|
$root: import("vue").ComponentPublicInstance | null;
|
|
132
132
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
133
133
|
$host: Element | null;
|
|
134
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
134
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
135
135
|
$el: any;
|
|
136
136
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
role: {
|
|
@@ -277,9 +277,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
277
277
|
};
|
|
278
278
|
}>> & Readonly<{
|
|
279
279
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
280
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
280
281
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
281
282
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
282
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
283
283
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
284
284
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
285
285
|
}>, {
|
|
@@ -292,9 +292,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
292
292
|
hide: (event?: Event) => void;
|
|
293
293
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
294
294
|
close: (...args: any[]) => void;
|
|
295
|
+
open: (...args: any[]) => void;
|
|
295
296
|
hide: (...args: any[]) => void;
|
|
296
297
|
show: (...args: any[]) => void;
|
|
297
|
-
open: (...args: any[]) => void;
|
|
298
298
|
"before-show": (...args: any[]) => void;
|
|
299
299
|
"before-hide": (...args: any[]) => void;
|
|
300
300
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -461,9 +461,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
461
461
|
};
|
|
462
462
|
}>> & Readonly<{
|
|
463
463
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
464
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
464
465
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
465
466
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
466
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
467
467
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
468
468
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
469
469
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -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,13 +500,13 @@ 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;
|
|
506
506
|
readonly visible?: boolean | null | undefined;
|
|
507
|
-
readonly
|
|
507
|
+
readonly teleported?: boolean | undefined;
|
|
508
508
|
readonly open?: boolean | undefined;
|
|
509
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
509
510
|
readonly arrowOffset?: number | undefined;
|
|
510
511
|
readonly gpuAcceleration?: boolean | undefined;
|
|
511
512
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -527,13 +528,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
527
528
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
528
529
|
readonly rawContent?: boolean | undefined;
|
|
529
530
|
readonly persistent?: boolean | undefined;
|
|
530
|
-
readonly teleported?: boolean | undefined;
|
|
531
531
|
readonly triggerKeys?: string[] | undefined;
|
|
532
532
|
readonly showArrow?: boolean | undefined;
|
|
533
533
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
534
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
534
535
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
535
536
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
536
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
537
537
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
538
538
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
539
539
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -549,7 +549,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
549
549
|
$root: import("vue").ComponentPublicInstance | null;
|
|
550
550
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
551
551
|
$host: Element | null;
|
|
552
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
552
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
553
553
|
$el: any;
|
|
554
554
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
555
555
|
role: {
|
|
@@ -695,9 +695,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
695
695
|
};
|
|
696
696
|
}>> & Readonly<{
|
|
697
697
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
698
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
698
699
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
699
700
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
700
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
701
701
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
702
702
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
703
703
|
}>, {
|
|
@@ -710,9 +710,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
710
710
|
hide: (event?: Event) => void;
|
|
711
711
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
712
712
|
close: (...args: any[]) => void;
|
|
713
|
+
open: (...args: any[]) => void;
|
|
713
714
|
hide: (...args: any[]) => void;
|
|
714
715
|
show: (...args: any[]) => void;
|
|
715
|
-
open: (...args: any[]) => void;
|
|
716
716
|
"before-show": (...args: any[]) => void;
|
|
717
717
|
"before-hide": (...args: any[]) => void;
|
|
718
718
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -879,9 +879,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
879
879
|
};
|
|
880
880
|
}>> & Readonly<{
|
|
881
881
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
882
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
882
883
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
883
884
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
884
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
885
885
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
886
886
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
887
887
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -906,11 +906,11 @@ 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
|
-
"update:modelValue": (value: string) => void;
|
|
910
|
-
change: (value: string) => void;
|
|
911
909
|
input: (value: string) => void;
|
|
912
910
|
select: (item: Record<string, any>) => void;
|
|
913
911
|
clear: () => void;
|
|
912
|
+
"update:modelValue": (value: string) => void;
|
|
913
|
+
change: (value: string) => void;
|
|
914
914
|
blur: (evt: FocusEvent) => void;
|
|
915
915
|
focus: (evt: FocusEvent) => void;
|
|
916
916
|
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -970,11 +970,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
970
970
|
type: import("vue").PropType<string>;
|
|
971
971
|
};
|
|
972
972
|
}>> & Readonly<{
|
|
973
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
974
|
-
onChange?: ((value: string) => any) | undefined;
|
|
975
973
|
onInput?: ((value: string) => any) | undefined;
|
|
976
974
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
977
975
|
onClear?: (() => any) | undefined;
|
|
976
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
977
|
+
onChange?: ((value: string) => any) | undefined;
|
|
978
978
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
979
979
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
980
980
|
}>, {
|
|
@@ -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,13 +1003,13 @@ 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;
|
|
1009
1009
|
readonly visible?: boolean | null | undefined;
|
|
1010
|
-
readonly
|
|
1010
|
+
readonly teleported?: boolean | undefined;
|
|
1011
1011
|
readonly open?: boolean | undefined;
|
|
1012
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1012
1013
|
readonly arrowOffset?: number | undefined;
|
|
1013
1014
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1014
1015
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1030,13 +1031,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1030
1031
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1031
1032
|
readonly rawContent?: boolean | undefined;
|
|
1032
1033
|
readonly persistent?: boolean | undefined;
|
|
1033
|
-
readonly teleported?: boolean | undefined;
|
|
1034
1034
|
readonly triggerKeys?: string[] | undefined;
|
|
1035
1035
|
readonly showArrow?: boolean | undefined;
|
|
1036
1036
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1037
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1037
1038
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1038
1039
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1039
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1040
1040
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1041
1041
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1042
1042
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1052,7 +1052,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1052
1052
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1053
1053
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1054
1054
|
$host: Element | null;
|
|
1055
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1055
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1056
1056
|
$el: any;
|
|
1057
1057
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1058
1058
|
role: {
|
|
@@ -1198,9 +1198,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1198
1198
|
};
|
|
1199
1199
|
}>> & Readonly<{
|
|
1200
1200
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1201
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1201
1202
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1202
1203
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1203
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1204
1204
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1205
1205
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1206
1206
|
}>, {
|
|
@@ -1213,9 +1213,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1213
1213
|
hide: (event?: Event) => void;
|
|
1214
1214
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1215
1215
|
close: (...args: any[]) => void;
|
|
1216
|
+
open: (...args: any[]) => void;
|
|
1216
1217
|
hide: (...args: any[]) => void;
|
|
1217
1218
|
show: (...args: any[]) => void;
|
|
1218
|
-
open: (...args: any[]) => void;
|
|
1219
1219
|
"before-show": (...args: any[]) => void;
|
|
1220
1220
|
"before-hide": (...args: any[]) => void;
|
|
1221
1221
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1382,9 +1382,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1382
1382
|
};
|
|
1383
1383
|
}>> & Readonly<{
|
|
1384
1384
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1385
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1385
1386
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1386
1387
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1387
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1388
1388
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1389
1389
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1390
1390
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -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,13 +1421,13 @@ 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;
|
|
1427
1427
|
readonly visible?: boolean | null | undefined;
|
|
1428
|
-
readonly
|
|
1428
|
+
readonly teleported?: boolean | undefined;
|
|
1429
1429
|
readonly open?: boolean | undefined;
|
|
1430
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1430
1431
|
readonly arrowOffset?: number | undefined;
|
|
1431
1432
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1432
1433
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1448,13 +1449,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1448
1449
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1449
1450
|
readonly rawContent?: boolean | undefined;
|
|
1450
1451
|
readonly persistent?: boolean | undefined;
|
|
1451
|
-
readonly teleported?: boolean | undefined;
|
|
1452
1452
|
readonly triggerKeys?: string[] | undefined;
|
|
1453
1453
|
readonly showArrow?: boolean | undefined;
|
|
1454
1454
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1455
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1455
1456
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1456
1457
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1457
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1458
1458
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1459
1459
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1460
1460
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1470,7 +1470,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1470
1470
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1471
1471
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1472
1472
|
$host: Element | null;
|
|
1473
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1473
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1474
1474
|
$el: any;
|
|
1475
1475
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1476
1476
|
role: {
|
|
@@ -1616,9 +1616,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1616
1616
|
};
|
|
1617
1617
|
}>> & Readonly<{
|
|
1618
1618
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1619
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1619
1620
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1620
1621
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1621
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1622
1622
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1623
1623
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1624
1624
|
}>, {
|
|
@@ -1631,9 +1631,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1631
1631
|
hide: (event?: Event) => void;
|
|
1632
1632
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1633
1633
|
close: (...args: any[]) => void;
|
|
1634
|
+
open: (...args: any[]) => void;
|
|
1634
1635
|
hide: (...args: any[]) => void;
|
|
1635
1636
|
show: (...args: any[]) => void;
|
|
1636
|
-
open: (...args: any[]) => void;
|
|
1637
1637
|
"before-show": (...args: any[]) => void;
|
|
1638
1638
|
"before-hide": (...args: any[]) => void;
|
|
1639
1639
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -1800,9 +1800,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1800
1800
|
};
|
|
1801
1801
|
}>> & Readonly<{
|
|
1802
1802
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1803
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1803
1804
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
1804
1805
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
1805
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1806
1806
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1807
1807
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1808
1808
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -1880,11 +1880,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1880
1880
|
type: import("vue").PropType<string>;
|
|
1881
1881
|
};
|
|
1882
1882
|
}>> & Readonly<{
|
|
1883
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1884
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1885
1883
|
onInput?: ((value: string) => any) | undefined;
|
|
1886
1884
|
onSelect?: ((item: Record<string, any>) => any) | undefined;
|
|
1887
1885
|
onClear?: (() => any) | undefined;
|
|
1886
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1887
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1888
1888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1889
1889
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1890
1890
|
}>, {
|
|
@@ -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,13 +1913,13 @@ 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;
|
|
1919
1919
|
readonly visible?: boolean | null | undefined;
|
|
1920
|
-
readonly
|
|
1920
|
+
readonly teleported?: boolean | undefined;
|
|
1921
1921
|
readonly open?: boolean | undefined;
|
|
1922
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1922
1923
|
readonly arrowOffset?: number | undefined;
|
|
1923
1924
|
readonly gpuAcceleration?: boolean | undefined;
|
|
1924
1925
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -1940,13 +1941,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1940
1941
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
1941
1942
|
readonly rawContent?: boolean | undefined;
|
|
1942
1943
|
readonly persistent?: boolean | undefined;
|
|
1943
|
-
readonly teleported?: boolean | undefined;
|
|
1944
1944
|
readonly triggerKeys?: string[] | undefined;
|
|
1945
1945
|
readonly showArrow?: boolean | undefined;
|
|
1946
1946
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
1947
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1947
1948
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
1948
1949
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
1949
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
1950
1950
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1951
1951
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1952
1952
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -1962,7 +1962,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
1962
1962
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1963
1963
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1964
1964
|
$host: Element | null;
|
|
1965
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
1965
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
1966
1966
|
$el: any;
|
|
1967
1967
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1968
1968
|
role: {
|
|
@@ -2108,9 +2108,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2108
2108
|
};
|
|
2109
2109
|
}>> & Readonly<{
|
|
2110
2110
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2111
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2111
2112
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2112
2113
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2113
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2114
2114
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2115
2115
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2116
2116
|
}>, {
|
|
@@ -2123,9 +2123,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2123
2123
|
hide: (event?: Event) => void;
|
|
2124
2124
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2125
2125
|
close: (...args: any[]) => void;
|
|
2126
|
+
open: (...args: any[]) => void;
|
|
2126
2127
|
hide: (...args: any[]) => void;
|
|
2127
2128
|
show: (...args: any[]) => void;
|
|
2128
|
-
open: (...args: any[]) => void;
|
|
2129
2129
|
"before-show": (...args: any[]) => void;
|
|
2130
2130
|
"before-hide": (...args: any[]) => void;
|
|
2131
2131
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -2292,9 +2292,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2292
2292
|
};
|
|
2293
2293
|
}>> & Readonly<{
|
|
2294
2294
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2295
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2295
2296
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2296
2297
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2297
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2298
2298
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2299
2299
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2300
2300
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -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,13 +2331,13 @@ 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;
|
|
2337
2337
|
readonly visible?: boolean | null | undefined;
|
|
2338
|
-
readonly
|
|
2338
|
+
readonly teleported?: boolean | undefined;
|
|
2339
2339
|
readonly open?: boolean | undefined;
|
|
2340
|
+
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
2340
2341
|
readonly arrowOffset?: number | undefined;
|
|
2341
2342
|
readonly gpuAcceleration?: boolean | undefined;
|
|
2342
2343
|
readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
|
|
@@ -2358,13 +2359,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2358
2359
|
readonly appendTo?: (HTMLElement | string) | undefined;
|
|
2359
2360
|
readonly rawContent?: boolean | undefined;
|
|
2360
2361
|
readonly persistent?: boolean | undefined;
|
|
2361
|
-
readonly teleported?: boolean | undefined;
|
|
2362
2362
|
readonly triggerKeys?: string[] | undefined;
|
|
2363
2363
|
readonly showArrow?: boolean | undefined;
|
|
2364
2364
|
readonly onClose?: ((...args: any[]) => any) | undefined;
|
|
2365
|
+
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
2365
2366
|
readonly onHide?: ((...args: any[]) => any) | undefined;
|
|
2366
2367
|
readonly onShow?: ((...args: any[]) => any) | undefined;
|
|
2367
|
-
readonly onOpen?: ((...args: any[]) => any) | undefined;
|
|
2368
2368
|
readonly "onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2369
2369
|
readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2370
2370
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
@@ -2380,7 +2380,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2380
2380
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2381
2381
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2382
2382
|
$host: Element | null;
|
|
2383
|
-
$emit: ((event: "close", ...args: any[]) => void) & ((event: "
|
|
2383
|
+
$emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
|
|
2384
2384
|
$el: any;
|
|
2385
2385
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2386
2386
|
role: {
|
|
@@ -2526,9 +2526,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2526
2526
|
};
|
|
2527
2527
|
}>> & Readonly<{
|
|
2528
2528
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2529
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2529
2530
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2530
2531
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2531
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2532
2532
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2533
2533
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2534
2534
|
}>, {
|
|
@@ -2541,9 +2541,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2541
2541
|
hide: (event?: Event) => void;
|
|
2542
2542
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2543
2543
|
close: (...args: any[]) => void;
|
|
2544
|
+
open: (...args: any[]) => void;
|
|
2544
2545
|
hide: (...args: any[]) => void;
|
|
2545
2546
|
show: (...args: any[]) => void;
|
|
2546
|
-
open: (...args: any[]) => void;
|
|
2547
2547
|
"before-show": (...args: any[]) => void;
|
|
2548
2548
|
"before-hide": (...args: any[]) => void;
|
|
2549
2549
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
@@ -2710,9 +2710,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
|
|
|
2710
2710
|
};
|
|
2711
2711
|
}>> & Readonly<{
|
|
2712
2712
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
2713
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2713
2714
|
onHide?: ((...args: any[]) => any) | undefined;
|
|
2714
2715
|
onShow?: ((...args: any[]) => any) | undefined;
|
|
2715
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
2716
2716
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
2717
2717
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
2718
2718
|
}>, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "isFocusInsideContent" | "popperRef"> & import("vue").ShallowUnwrapRef<{
|
|
@@ -2737,11 +2737,11 @@ 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
|
-
"update:modelValue": (value: string) => void;
|
|
2741
|
-
change: (value: string) => void;
|
|
2742
2740
|
input: (value: string) => void;
|
|
2743
2741
|
select: (item: Record<string, any>) => void;
|
|
2744
2742
|
clear: () => void;
|
|
2743
|
+
"update:modelValue": (value: string) => void;
|
|
2744
|
+
change: (value: string) => void;
|
|
2745
2745
|
blur: (evt: FocusEvent) => void;
|
|
2746
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 () => {
|
|
@@ -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">;
|
|
@@ -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<"" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
15
15
|
disabled: import("vue").ComputedRef<boolean>;
|
|
16
16
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
17
17
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|