vft 0.0.53 → 0.0.56
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/attributes.json +1 -0
- package/dist/index.css +1 -1
- package/es/component.js +68 -122
- package/es/components/avatar/avatar.vue.d.ts +2 -2
- package/es/components/avatar/index.d.ts +2 -2
- package/es/components/back-top/back-top.vue2.js +4 -3
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/color-picker/color-picker.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue2.js +46 -41
- package/es/components/descriptions/description.vue.d.ts +2 -2
- package/es/components/descriptions/index.d.ts +2 -2
- package/es/components/dialog/dialog.vue.d.ts +1 -1
- package/es/components/dialog/index.d.ts +1 -1
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +2 -2
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +4 -4
- package/es/components/dropdown/dropdown-item.vue.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +22 -22
- package/es/components/dropdown/index.d.ts +34 -34
- package/es/components/focus-trap/focus-trap.vue.d.ts +4 -4
- package/es/components/form/form-item.vue.d.ts +3 -3
- package/es/components/form/hooks/use-form-item.d.ts +2 -2
- package/es/components/form/index.d.ts +6 -6
- package/es/components/icon-text/icon-text.vue2.js +31 -24
- package/es/components/image/image.vue.d.ts +2 -2
- package/es/components/image/index.d.ts +2 -2
- package/es/components/input/index.d.ts +7 -7
- package/es/components/input/input.vue.d.ts +7 -7
- package/es/components/link/index.d.ts +4 -4
- package/es/components/link/link.vue.d.ts +4 -4
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/md-code-demo/index.d.ts +1 -1
- package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/es/components/md-container/md-container.vue2.js +74 -68
- package/es/components/md-container/use/useCopyCode.js +3 -3
- package/es/components/menu/index.d.ts +4 -4
- package/es/components/menu/menu-item.vue2.js +4 -3
- package/es/components/menu/menu.vue.d.ts +4 -4
- package/es/components/menu/sub-menu.vue2.js +4 -3
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +34 -36
- package/es/components/multiple-tabs/tab-content.vue2.js +18 -84
- package/es/components/popper/composables/use-focus-trap.d.ts +1 -1
- package/es/components/popper/content.vue.d.ts +3 -3
- package/es/components/popper/index.d.ts +2 -2
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/qrcode/index.d.ts +3 -3
- package/es/components/qrcode/qrcode.vue.d.ts +3 -3
- package/es/components/result/result.vue2.js +4 -3
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
- package/es/components/search/index.d.ts +2 -2
- package/es/components/search/search.vue.d.ts +2 -2
- package/es/components/search/search.vue2.js +4 -3
- package/es/components/select-v2/defaults.d.ts +1 -1
- package/es/components/select-v2/index.d.ts +52 -52
- package/es/components/select-v2/option-item.vue.d.ts +1 -1
- package/es/components/select-v2/select.vue.d.ts +26 -26
- package/es/components/select-v2/useSelect.d.ts +12 -12
- package/es/components/side-menu/index.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue.d.ts +2 -2
- package/es/components/side-menu/side-menu.vue2.js +3 -2
- package/es/components/table/table.vue.d.ts +3 -3
- package/es/components/tabs/index.d.ts +8 -8
- package/es/components/tabs/tab-nav.vue.d.ts +6 -7
- package/es/components/tabs/tab-nav.vue2.js +42 -38
- package/es/components/tabs/tabs.vue.d.ts +9 -9
- package/es/components/tabs/tabs.vue2.js +43 -48
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/tag/tag.vue.d.ts +2 -2
- package/es/components/tooltip/index.d.ts +5 -5
- package/es/components/tooltip/tooltip.vue.d.ts +5 -5
- package/es/components/virtual-list/builders/build-grid.d.ts +1 -1
- package/es/components/virtual-list/builders/build-list.d.ts +4 -4
- package/es/components/virtual-list/components/dynamic-size-grid.d.ts +1 -1
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +4 -4
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +1 -1
- package/es/components/virtual-list/components/fixed-size-list.d.ts +4 -4
- package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/es/components/virtual-list/props.d.ts +2 -2
- package/es/package.json.js +1 -1
- package/es/utils/vue/vnode.d.ts +6 -6
- package/global.d.ts +28 -3
- package/lib/component.cjs +1 -1
- package/lib/components/avatar/avatar.vue.d.ts +2 -2
- package/lib/components/avatar/index.d.ts +2 -2
- package/lib/components/back-top/back-top.vue2.cjs +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/descriptions/description.vue.d.ts +2 -2
- package/lib/components/descriptions/index.d.ts +2 -2
- package/lib/components/dialog/dialog.vue.d.ts +1 -1
- package/lib/components/dialog/index.d.ts +1 -1
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.d.ts +2 -2
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +4 -4
- package/lib/components/dropdown/dropdown-item.vue.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +22 -22
- package/lib/components/dropdown/index.d.ts +34 -34
- package/lib/components/focus-trap/focus-trap.vue.d.ts +4 -4
- package/lib/components/form/form-item.vue.d.ts +3 -3
- package/lib/components/form/hooks/use-form-item.d.ts +2 -2
- package/lib/components/form/index.d.ts +6 -6
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/image/image.vue.d.ts +2 -2
- package/lib/components/image/index.d.ts +2 -2
- package/lib/components/input/index.d.ts +7 -7
- package/lib/components/input/input.vue.d.ts +7 -7
- package/lib/components/link/index.d.ts +4 -4
- package/lib/components/link/link.vue.d.ts +4 -4
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/md-code-demo/index.d.ts +1 -1
- package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-container/use/useCopyCode.cjs +1 -1
- package/lib/components/menu/index.d.ts +4 -4
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue.d.ts +4 -4
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/popper/composables/use-focus-trap.d.ts +1 -1
- package/lib/components/popper/content.vue.d.ts +3 -3
- package/lib/components/popper/index.d.ts +2 -2
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/qrcode/index.d.ts +3 -3
- package/lib/components/qrcode/qrcode.vue.d.ts +3 -3
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/search/index.d.ts +2 -2
- package/lib/components/search/search.vue.d.ts +2 -2
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select-v2/defaults.d.ts +1 -1
- package/lib/components/select-v2/index.d.ts +52 -52
- package/lib/components/select-v2/option-item.vue.d.ts +1 -1
- package/lib/components/select-v2/select.vue.d.ts +26 -26
- package/lib/components/select-v2/useSelect.d.ts +12 -12
- package/lib/components/side-menu/index.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/table/table.vue.d.ts +3 -3
- package/lib/components/tabs/index.d.ts +8 -8
- package/lib/components/tabs/tab-nav.vue.d.ts +6 -7
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +9 -9
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/tag/tag.vue.d.ts +2 -2
- package/lib/components/tooltip/index.d.ts +5 -5
- package/lib/components/tooltip/tooltip.vue.d.ts +5 -5
- package/lib/components/virtual-list/builders/build-grid.d.ts +1 -1
- package/lib/components/virtual-list/builders/build-list.d.ts +4 -4
- package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +1 -1
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +4 -4
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +1 -1
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +4 -4
- package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
- package/lib/components/virtual-list/props.d.ts +2 -2
- package/lib/package.json.cjs +1 -1
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +6 -1
- package/tags.json +1 -0
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/button.scss +1 -2
- package/theme-style/src/common/var.scss +19 -20
- package/theme-style/src/context-menu.scss +12 -0
- package/theme-style/src/dark/css-vars.scss +26 -0
- package/theme-style/src/dark/var.scss +61 -17
- package/theme-style/src/icon-text.scss +2 -0
- package/theme-style/src/logo.scss +1 -1
- package/theme-style/src/md/table.scss +5 -0
- package/theme-style/src/md-container.scss +42 -2
- package/theme-style/src/menu.scss +3 -3
- package/theme-style/src/side-menu.scss +2 -2
- package/theme-style/src/tabs.scss +70 -70
- package/theme-style/vft-button.css +1 -1
- package/theme-style/vft-context-menu.css +1 -0
- package/theme-style/vft-footer-layout.css +1 -1
- package/theme-style/vft-header-layout.css +1 -1
- package/theme-style/vft-icon-text.css +1 -1
- package/theme-style/vft-logo.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-menu.css +1 -1
- package/theme-style/vft-multiple-tabs.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/web-types.json +1 -0
|
@@ -2,7 +2,7 @@ import type { SFCWithInstall } from 'vft/es/utils';
|
|
|
2
2
|
declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
3
3
|
allowCreate: BooleanConstructor;
|
|
4
4
|
autocomplete: {
|
|
5
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
5
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
6
6
|
default: string;
|
|
7
7
|
};
|
|
8
8
|
automaticDropdown: BooleanConstructor;
|
|
@@ -198,7 +198,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
198
198
|
$data: {};
|
|
199
199
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
200
200
|
role: {
|
|
201
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
201
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
202
202
|
required: false;
|
|
203
203
|
};
|
|
204
204
|
showArrow: {
|
|
@@ -387,11 +387,11 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
387
387
|
};
|
|
388
388
|
}>> & {
|
|
389
389
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
390
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
391
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
390
392
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
391
393
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
392
394
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
393
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
394
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
395
395
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
396
396
|
$attrs: {
|
|
397
397
|
[x: string]: unknown;
|
|
@@ -404,11 +404,11 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
404
404
|
}>;
|
|
405
405
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
406
406
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
407
|
-
$emit: (event: "close" | "open" | "
|
|
407
|
+
$emit: (event: "close" | "open" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
|
|
408
408
|
$el: any;
|
|
409
409
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
410
410
|
role: {
|
|
411
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
411
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
412
412
|
required: false;
|
|
413
413
|
};
|
|
414
414
|
showArrow: {
|
|
@@ -597,11 +597,11 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
597
597
|
};
|
|
598
598
|
}>> & {
|
|
599
599
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
600
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
601
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
600
602
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
601
603
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
602
604
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
603
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
604
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
605
605
|
}, {
|
|
606
606
|
popperRef: import("vue").Ref<any>;
|
|
607
607
|
contentRef: import("vue").Ref<any>;
|
|
@@ -610,7 +610,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
610
610
|
onOpen: (event?: Event | undefined) => void;
|
|
611
611
|
onClose: (event?: Event | undefined) => void;
|
|
612
612
|
hide: (event?: Event | undefined) => void;
|
|
613
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "
|
|
613
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
|
|
614
614
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
615
615
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
616
616
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -632,7 +632,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
632
632
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
633
633
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
634
634
|
role: {
|
|
635
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
635
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
636
636
|
required: false;
|
|
637
637
|
};
|
|
638
638
|
showArrow: {
|
|
@@ -821,11 +821,11 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
821
821
|
};
|
|
822
822
|
}>> & {
|
|
823
823
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
824
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
825
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
824
826
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
825
827
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
826
828
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
827
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
828
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
829
829
|
} & import("vue").ShallowUnwrapRef<{
|
|
830
830
|
popperRef: import("vue").Ref<any>;
|
|
831
831
|
contentRef: import("vue").Ref<any>;
|
|
@@ -838,7 +838,7 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
838
838
|
selectRef: import("vue").Ref<null>;
|
|
839
839
|
selectionRef: import("vue").Ref<null>;
|
|
840
840
|
popperRef: import("vue").ComputedRef<any>;
|
|
841
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
841
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
842
842
|
validateIcon: string;
|
|
843
843
|
showTagList: import("vue").ComputedRef<{
|
|
844
844
|
[x: string]: any;
|
|
@@ -875,10 +875,10 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
875
875
|
handleCompositionStart: () => void;
|
|
876
876
|
handleCompositionEnd: (event: any) => void;
|
|
877
877
|
handleCompositionUpdate: (event: any) => void;
|
|
878
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "
|
|
878
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
879
879
|
allowCreate: BooleanConstructor;
|
|
880
880
|
autocomplete: {
|
|
881
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
881
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
882
882
|
default: string;
|
|
883
883
|
};
|
|
884
884
|
automaticDropdown: BooleanConstructor;
|
|
@@ -977,22 +977,26 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
977
977
|
}>> & {
|
|
978
978
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
979
979
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
980
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
981
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
982
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
983
980
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
984
981
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
982
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
983
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
984
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
985
985
|
}, {
|
|
986
986
|
height: number;
|
|
987
987
|
loading: boolean;
|
|
988
|
-
popperClass: string;
|
|
989
988
|
disabled: boolean;
|
|
990
989
|
placement: import("@popperjs/core").Placement;
|
|
990
|
+
effect: string;
|
|
991
|
+
validateEvent: boolean;
|
|
992
|
+
popperClass: string;
|
|
993
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
994
|
+
persistent: boolean;
|
|
995
|
+
autocomplete: "none" | "both" | "inline" | "list";
|
|
996
|
+
clearable: boolean;
|
|
997
|
+
multiple: boolean;
|
|
991
998
|
allowCreate: boolean;
|
|
992
|
-
autocomplete: "none" | "both" | "list" | "inline";
|
|
993
999
|
automaticDropdown: boolean;
|
|
994
|
-
clearable: boolean;
|
|
995
|
-
effect: string;
|
|
996
1000
|
collapseTags: boolean;
|
|
997
1001
|
collapseTagsTooltip: boolean;
|
|
998
1002
|
maxCollapseTags: number;
|
|
@@ -1000,21 +1004,17 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1000
1004
|
estimatedOptionHeight: number;
|
|
1001
1005
|
filterable: boolean;
|
|
1002
1006
|
itemHeight: number;
|
|
1003
|
-
multiple: boolean;
|
|
1004
1007
|
multipleLimit: number;
|
|
1005
1008
|
reserveKeyword: boolean;
|
|
1006
|
-
persistent: boolean;
|
|
1007
|
-
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1008
1009
|
remote: boolean;
|
|
1009
1010
|
valueKey: string;
|
|
1010
1011
|
scrollbarAlwaysOn: boolean;
|
|
1011
|
-
validateEvent: boolean;
|
|
1012
1012
|
}>>;
|
|
1013
1013
|
export default _Select;
|
|
1014
1014
|
export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
1015
1015
|
allowCreate: BooleanConstructor;
|
|
1016
1016
|
autocomplete: {
|
|
1017
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
1017
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
1018
1018
|
default: string;
|
|
1019
1019
|
};
|
|
1020
1020
|
automaticDropdown: BooleanConstructor;
|
|
@@ -1210,7 +1210,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1210
1210
|
$data: {};
|
|
1211
1211
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1212
1212
|
role: {
|
|
1213
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
1213
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
1214
1214
|
required: false;
|
|
1215
1215
|
};
|
|
1216
1216
|
showArrow: {
|
|
@@ -1399,11 +1399,11 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1399
1399
|
};
|
|
1400
1400
|
}>> & {
|
|
1401
1401
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1402
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1403
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1402
1404
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1403
1405
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1404
1406
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1405
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
1406
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1407
1407
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
1408
1408
|
$attrs: {
|
|
1409
1409
|
[x: string]: unknown;
|
|
@@ -1416,11 +1416,11 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1416
1416
|
}>;
|
|
1417
1417
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1418
1418
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
1419
|
-
$emit: (event: "close" | "open" | "
|
|
1419
|
+
$emit: (event: "close" | "open" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
|
|
1420
1420
|
$el: any;
|
|
1421
1421
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1422
1422
|
role: {
|
|
1423
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
1423
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
1424
1424
|
required: false;
|
|
1425
1425
|
};
|
|
1426
1426
|
showArrow: {
|
|
@@ -1609,11 +1609,11 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1609
1609
|
};
|
|
1610
1610
|
}>> & {
|
|
1611
1611
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1612
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1613
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1612
1614
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1613
1615
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1614
1616
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1615
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
1616
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1617
1617
|
}, {
|
|
1618
1618
|
popperRef: import("vue").Ref<any>;
|
|
1619
1619
|
contentRef: import("vue").Ref<any>;
|
|
@@ -1622,7 +1622,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1622
1622
|
onOpen: (event?: Event | undefined) => void;
|
|
1623
1623
|
onClose: (event?: Event | undefined) => void;
|
|
1624
1624
|
hide: (event?: Event | undefined) => void;
|
|
1625
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "
|
|
1625
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
|
|
1626
1626
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1627
1627
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
1628
1628
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1644,7 +1644,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1644
1644
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1645
1645
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1646
1646
|
role: {
|
|
1647
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
1647
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
1648
1648
|
required: false;
|
|
1649
1649
|
};
|
|
1650
1650
|
showArrow: {
|
|
@@ -1833,11 +1833,11 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1833
1833
|
};
|
|
1834
1834
|
}>> & {
|
|
1835
1835
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
1836
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
1837
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
1836
1838
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
1837
1839
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
1838
1840
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
1839
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
1840
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
1841
1841
|
} & import("vue").ShallowUnwrapRef<{
|
|
1842
1842
|
popperRef: import("vue").Ref<any>;
|
|
1843
1843
|
contentRef: import("vue").Ref<any>;
|
|
@@ -1850,7 +1850,7 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1850
1850
|
selectRef: import("vue").Ref<null>;
|
|
1851
1851
|
selectionRef: import("vue").Ref<null>;
|
|
1852
1852
|
popperRef: import("vue").ComputedRef<any>;
|
|
1853
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
1853
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1854
1854
|
validateIcon: string;
|
|
1855
1855
|
showTagList: import("vue").ComputedRef<{
|
|
1856
1856
|
[x: string]: any;
|
|
@@ -1887,10 +1887,10 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1887
1887
|
handleCompositionStart: () => void;
|
|
1888
1888
|
handleCompositionEnd: (event: any) => void;
|
|
1889
1889
|
handleCompositionUpdate: (event: any) => void;
|
|
1890
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "
|
|
1890
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1891
1891
|
allowCreate: BooleanConstructor;
|
|
1892
1892
|
autocomplete: {
|
|
1893
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
1893
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
1894
1894
|
default: string;
|
|
1895
1895
|
};
|
|
1896
1896
|
automaticDropdown: BooleanConstructor;
|
|
@@ -1989,22 +1989,26 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1989
1989
|
}>> & {
|
|
1990
1990
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1991
1991
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1992
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1993
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1994
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1995
1992
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1996
1993
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1994
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1995
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1996
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1997
1997
|
}, {
|
|
1998
1998
|
height: number;
|
|
1999
1999
|
loading: boolean;
|
|
2000
|
-
popperClass: string;
|
|
2001
2000
|
disabled: boolean;
|
|
2002
2001
|
placement: import("@popperjs/core").Placement;
|
|
2002
|
+
effect: string;
|
|
2003
|
+
validateEvent: boolean;
|
|
2004
|
+
popperClass: string;
|
|
2005
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2006
|
+
persistent: boolean;
|
|
2007
|
+
autocomplete: "none" | "both" | "inline" | "list";
|
|
2008
|
+
clearable: boolean;
|
|
2009
|
+
multiple: boolean;
|
|
2003
2010
|
allowCreate: boolean;
|
|
2004
|
-
autocomplete: "none" | "both" | "list" | "inline";
|
|
2005
2011
|
automaticDropdown: boolean;
|
|
2006
|
-
clearable: boolean;
|
|
2007
|
-
effect: string;
|
|
2008
2012
|
collapseTags: boolean;
|
|
2009
2013
|
collapseTagsTooltip: boolean;
|
|
2010
2014
|
maxCollapseTags: number;
|
|
@@ -2012,14 +2016,10 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2012
2016
|
estimatedOptionHeight: number;
|
|
2013
2017
|
filterable: boolean;
|
|
2014
2018
|
itemHeight: number;
|
|
2015
|
-
multiple: boolean;
|
|
2016
2019
|
multipleLimit: number;
|
|
2017
2020
|
reserveKeyword: boolean;
|
|
2018
|
-
persistent: boolean;
|
|
2019
|
-
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
2020
2021
|
remote: boolean;
|
|
2021
2022
|
valueKey: string;
|
|
2022
2023
|
scrollbarAlwaysOn: boolean;
|
|
2023
|
-
validateEvent: boolean;
|
|
2024
2024
|
}>>;
|
|
2025
2025
|
export * from './token';
|
|
@@ -28,7 +28,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
28
28
|
};
|
|
29
29
|
hoverItem: () => void;
|
|
30
30
|
selectOptionClick: () => void;
|
|
31
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
31
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "hover")[], "select" | "hover", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
data: ArrayConstructor;
|
|
33
33
|
disabled: BooleanConstructor;
|
|
34
34
|
hovering: BooleanConstructor;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
allowCreate: BooleanConstructor;
|
|
3
3
|
autocomplete: {
|
|
4
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
4
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
automaticDropdown: BooleanConstructor;
|
|
@@ -197,7 +197,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
197
197
|
$data: {};
|
|
198
198
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
199
199
|
role: {
|
|
200
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
200
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
201
201
|
required: false;
|
|
202
202
|
};
|
|
203
203
|
showArrow: {
|
|
@@ -386,11 +386,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
386
386
|
};
|
|
387
387
|
}>> & {
|
|
388
388
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
389
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
390
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
389
391
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
390
392
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
391
393
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
392
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
393
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
394
394
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
395
395
|
$attrs: {
|
|
396
396
|
[x: string]: unknown;
|
|
@@ -403,11 +403,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
403
403
|
}>;
|
|
404
404
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
405
405
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
406
|
-
$emit: (event: "close" | "open" | "
|
|
406
|
+
$emit: (event: "close" | "open" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
|
|
407
407
|
$el: any;
|
|
408
408
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
409
409
|
role: {
|
|
410
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
410
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
411
411
|
required: false;
|
|
412
412
|
};
|
|
413
413
|
showArrow: {
|
|
@@ -596,11 +596,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
596
596
|
};
|
|
597
597
|
}>> & {
|
|
598
598
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
599
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
600
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
599
601
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
600
602
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
601
603
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
602
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
603
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
604
604
|
}, {
|
|
605
605
|
popperRef: import("vue").Ref<any>;
|
|
606
606
|
contentRef: import("vue").Ref<any>;
|
|
@@ -609,7 +609,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
609
609
|
onOpen: (event?: Event | undefined) => void;
|
|
610
610
|
onClose: (event?: Event | undefined) => void;
|
|
611
611
|
hide: (event?: Event | undefined) => void;
|
|
612
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "
|
|
612
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
|
|
613
613
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
614
614
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
615
615
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -631,7 +631,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
631
631
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
632
632
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
633
633
|
role: {
|
|
634
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
634
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
635
635
|
required: false;
|
|
636
636
|
};
|
|
637
637
|
showArrow: {
|
|
@@ -820,11 +820,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
820
820
|
};
|
|
821
821
|
}>> & {
|
|
822
822
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
823
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
824
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
823
825
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
824
826
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
825
827
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
826
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
827
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
828
828
|
} & import("vue").ShallowUnwrapRef<{
|
|
829
829
|
popperRef: import("vue").Ref<any>;
|
|
830
830
|
contentRef: import("vue").Ref<any>;
|
|
@@ -837,7 +837,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
837
837
|
selectRef: import("vue").Ref<null>;
|
|
838
838
|
selectionRef: import("vue").Ref<null>;
|
|
839
839
|
popperRef: import("vue").ComputedRef<any>;
|
|
840
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
840
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
841
841
|
validateIcon: string;
|
|
842
842
|
showTagList: import("vue").ComputedRef<{
|
|
843
843
|
[x: string]: any;
|
|
@@ -874,10 +874,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
874
874
|
handleCompositionStart: () => void;
|
|
875
875
|
handleCompositionEnd: (event: any) => void;
|
|
876
876
|
handleCompositionUpdate: (event: any) => void;
|
|
877
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "
|
|
877
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag")[], "update:modelValue" | "change" | "clear" | "blur" | "focus" | "visible-change" | "remove-tag", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
878
878
|
allowCreate: BooleanConstructor;
|
|
879
879
|
autocomplete: {
|
|
880
|
-
type: import("vue").PropType<"none" | "both" | "
|
|
880
|
+
type: import("vue").PropType<"none" | "both" | "inline" | "list">;
|
|
881
881
|
default: string;
|
|
882
882
|
};
|
|
883
883
|
automaticDropdown: BooleanConstructor;
|
|
@@ -976,22 +976,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
976
976
|
}>> & {
|
|
977
977
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
978
978
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
979
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
980
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
981
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
982
979
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
983
980
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
981
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
982
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
983
|
+
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
984
984
|
}, {
|
|
985
985
|
height: number;
|
|
986
986
|
loading: boolean;
|
|
987
|
-
popperClass: string;
|
|
988
987
|
disabled: boolean;
|
|
989
988
|
placement: import("@popperjs/core").Placement;
|
|
989
|
+
effect: string;
|
|
990
|
+
validateEvent: boolean;
|
|
991
|
+
popperClass: string;
|
|
992
|
+
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
993
|
+
persistent: boolean;
|
|
994
|
+
autocomplete: "none" | "both" | "inline" | "list";
|
|
995
|
+
clearable: boolean;
|
|
996
|
+
multiple: boolean;
|
|
990
997
|
allowCreate: boolean;
|
|
991
|
-
autocomplete: "none" | "both" | "list" | "inline";
|
|
992
998
|
automaticDropdown: boolean;
|
|
993
|
-
clearable: boolean;
|
|
994
|
-
effect: string;
|
|
995
999
|
collapseTags: boolean;
|
|
996
1000
|
collapseTagsTooltip: boolean;
|
|
997
1001
|
maxCollapseTags: number;
|
|
@@ -999,14 +1003,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
999
1003
|
estimatedOptionHeight: number;
|
|
1000
1004
|
filterable: boolean;
|
|
1001
1005
|
itemHeight: number;
|
|
1002
|
-
multiple: boolean;
|
|
1003
1006
|
multipleLimit: number;
|
|
1004
1007
|
reserveKeyword: boolean;
|
|
1005
|
-
persistent: boolean;
|
|
1006
|
-
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
1007
1008
|
remote: boolean;
|
|
1008
1009
|
valueKey: string;
|
|
1009
1010
|
scrollbarAlwaysOn: boolean;
|
|
1010
|
-
validateEvent: boolean;
|
|
1011
1011
|
}>;
|
|
1012
1012
|
export default _sfc_main;
|
|
@@ -101,7 +101,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
101
101
|
$data: {};
|
|
102
102
|
$props: Partial<{}> & Omit<Readonly<ExtractPropTypes<{
|
|
103
103
|
role: {
|
|
104
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
104
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
105
105
|
required: false;
|
|
106
106
|
};
|
|
107
107
|
showArrow: {
|
|
@@ -290,11 +290,11 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
290
290
|
};
|
|
291
291
|
}>> & {
|
|
292
292
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
293
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
294
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
293
295
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
294
296
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
295
297
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
296
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
297
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
298
298
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
299
299
|
$attrs: {
|
|
300
300
|
[x: string]: unknown;
|
|
@@ -307,11 +307,11 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
307
307
|
}>;
|
|
308
308
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
309
309
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
310
|
-
$emit: (event: "close" | "open" | "
|
|
310
|
+
$emit: (event: "close" | "open" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
|
|
311
311
|
$el: any;
|
|
312
312
|
$options: import("vue").ComponentOptionsBase<Readonly<ExtractPropTypes<{
|
|
313
313
|
role: {
|
|
314
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
314
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
315
315
|
required: false;
|
|
316
316
|
};
|
|
317
317
|
showArrow: {
|
|
@@ -500,11 +500,11 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
500
500
|
};
|
|
501
501
|
}>> & {
|
|
502
502
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
503
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
504
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
503
505
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
504
506
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
505
507
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
506
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
507
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
508
508
|
}, {
|
|
509
509
|
popperRef: import("vue").Ref<any>;
|
|
510
510
|
contentRef: import("vue").Ref<any>;
|
|
@@ -513,7 +513,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
513
513
|
onOpen: (event?: Event | undefined) => void;
|
|
514
514
|
onClose: (event?: Event | undefined) => void;
|
|
515
515
|
hide: (event?: Event | undefined) => void;
|
|
516
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "
|
|
516
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
|
|
517
517
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
518
518
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
519
519
|
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -535,7 +535,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
535
535
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
536
536
|
} & Readonly<ExtractPropTypes<{
|
|
537
537
|
role: {
|
|
538
|
-
type: import("vue").PropType<"grid" | "dialog" | "
|
|
538
|
+
type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
|
|
539
539
|
required: false;
|
|
540
540
|
};
|
|
541
541
|
showArrow: {
|
|
@@ -724,11 +724,11 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
724
724
|
};
|
|
725
725
|
}>> & {
|
|
726
726
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
727
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
728
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
727
729
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
728
730
|
"onBefore-show"?: ((...args: any[]) => any) | undefined;
|
|
729
731
|
"onBefore-hide"?: ((...args: any[]) => any) | undefined;
|
|
730
|
-
onShow?: ((...args: any[]) => any) | undefined;
|
|
731
|
-
onHide?: ((...args: any[]) => any) | undefined;
|
|
732
732
|
} & import("vue").ShallowUnwrapRef<{
|
|
733
733
|
popperRef: import("vue").Ref<any>;
|
|
734
734
|
contentRef: import("vue").Ref<any>;
|
|
@@ -741,7 +741,7 @@ declare const useSelect: (props: ExtractPropTypes<typeof SelectProps>, emit: any
|
|
|
741
741
|
selectRef: import("vue").Ref<null>;
|
|
742
742
|
selectionRef: import("vue").Ref<null>;
|
|
743
743
|
popperRef: import("vue").ComputedRef<any>;
|
|
744
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
744
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
745
745
|
validateIcon: string;
|
|
746
746
|
showTagList: import("vue").ComputedRef<{
|
|
747
747
|
[x: string]: any;
|
|
@@ -53,7 +53,7 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
53
53
|
type: import("vue").PropType<boolean | undefined>;
|
|
54
54
|
required: false;
|
|
55
55
|
};
|
|
56
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
56
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:collapse" | "dragEnd")[], "select" | "update:collapse" | "dragEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
57
|
menus: {
|
|
58
58
|
type: import("vue").PropType<import("@vft/router").MenuType[]>;
|
|
59
59
|
required: true;
|
|
@@ -109,9 +109,9 @@ export declare const VftSideMenu: import("vft/es/utils").SFCWithInstall<import("
|
|
|
109
109
|
required: false;
|
|
110
110
|
};
|
|
111
111
|
}>> & {
|
|
112
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
112
113
|
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
113
114
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
114
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
}, {}>> & Record<string, any>;
|
|
116
116
|
export default VftSideMenu;
|
|
117
117
|
export * from './types';
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
type: __PropType<boolean | undefined>;
|
|
56
56
|
required: false;
|
|
57
57
|
};
|
|
58
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
58
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "update:collapse" | "dragEnd")[], "select" | "update:collapse" | "dragEnd", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
59
59
|
menus: {
|
|
60
60
|
type: __PropType<MenuType[]>;
|
|
61
61
|
required: true;
|
|
@@ -111,8 +111,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
111
111
|
required: false;
|
|
112
112
|
};
|
|
113
113
|
}>> & {
|
|
114
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
114
115
|
"onUpdate:collapse"?: ((...args: any[]) => any) | undefined;
|
|
115
116
|
onDragEnd?: ((...args: any[]) => any) | undefined;
|
|
116
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
117
117
|
}, {}>;
|
|
118
118
|
export default _sfc_main;
|