vft 0.0.56 → 0.0.59

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.
Files changed (132) hide show
  1. package/attributes.json +1 -1
  2. package/es/component.js +120 -68
  3. package/es/components/avatar/avatar.vue.d.ts +2 -2
  4. package/es/components/avatar/index.d.ts +2 -2
  5. package/es/components/button/button.vue.d.ts +1 -1
  6. package/es/components/button/index.d.ts +1 -1
  7. package/es/components/button/use-button.d.ts +1 -1
  8. package/es/components/color-picker/color-picker.vue.d.ts +1 -1
  9. package/es/components/color-picker/index.d.ts +1 -1
  10. package/es/components/descriptions/description.vue.d.ts +2 -2
  11. package/es/components/descriptions/index.d.ts +2 -2
  12. package/es/components/dialog/dialog.vue.d.ts +1 -1
  13. package/es/components/dialog/index.d.ts +1 -1
  14. package/es/components/divider/divider.vue.d.ts +2 -2
  15. package/es/components/divider/index.d.ts +2 -2
  16. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +4 -4
  17. package/es/components/dropdown/dropdown-item.vue.d.ts +6 -6
  18. package/es/components/dropdown/dropdown.vue.d.ts +22 -22
  19. package/es/components/dropdown/index.d.ts +34 -34
  20. package/es/components/focus-trap/focus-trap.vue.d.ts +4 -4
  21. package/es/components/form/form-item.vue.d.ts +3 -3
  22. package/es/components/form/hooks/use-form-item.d.ts +2 -2
  23. package/es/components/form/index.d.ts +6 -6
  24. package/es/components/image/image.vue.d.ts +2 -2
  25. package/es/components/image/index.d.ts +2 -2
  26. package/es/components/input/index.d.ts +7 -7
  27. package/es/components/input/input.vue.d.ts +7 -7
  28. package/es/components/link/index.d.ts +4 -4
  29. package/es/components/link/link.vue.d.ts +4 -4
  30. package/es/components/loading/index.d.ts +1 -1
  31. package/es/components/md-code-demo/index.d.ts +1 -1
  32. package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
  33. package/es/components/menu/index.d.ts +4 -4
  34. package/es/components/menu/menu.vue.d.ts +4 -4
  35. package/es/components/popper/composables/use-focus-trap.d.ts +1 -1
  36. package/es/components/popper/content.vue.d.ts +3 -3
  37. package/es/components/popper/index.d.ts +2 -2
  38. package/es/components/popper/popper.vue.d.ts +2 -2
  39. package/es/components/qrcode/index.d.ts +3 -3
  40. package/es/components/qrcode/qrcode.vue.d.ts +3 -3
  41. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  42. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  43. package/es/components/search/index.d.ts +2 -2
  44. package/es/components/search/search.vue.d.ts +2 -2
  45. package/es/components/select-v2/defaults.d.ts +1 -1
  46. package/es/components/select-v2/index.d.ts +52 -52
  47. package/es/components/select-v2/option-item.vue.d.ts +1 -1
  48. package/es/components/select-v2/select.vue.d.ts +26 -26
  49. package/es/components/select-v2/useSelect.d.ts +12 -12
  50. package/es/components/side-menu/index.d.ts +2 -2
  51. package/es/components/side-menu/side-menu.vue.d.ts +2 -2
  52. package/es/components/tag/index.d.ts +2 -2
  53. package/es/components/tag/tag.vue.d.ts +2 -2
  54. package/es/components/tooltip/index.d.ts +5 -5
  55. package/es/components/tooltip/tooltip.vue.d.ts +5 -5
  56. package/es/components/virtual-list/builders/build-grid.d.ts +1 -1
  57. package/es/components/virtual-list/builders/build-list.d.ts +4 -4
  58. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +1 -1
  59. package/es/components/virtual-list/components/dynamic-size-list.d.ts +4 -4
  60. package/es/components/virtual-list/components/fixed-size-grid.d.ts +1 -1
  61. package/es/components/virtual-list/components/fixed-size-list.d.ts +4 -4
  62. package/es/components/virtual-list/components/scrollbar.d.ts +3 -3
  63. package/es/components/virtual-list/props.d.ts +2 -2
  64. package/es/package.json.js +1 -1
  65. package/es/utils/vue/vnode.d.ts +6 -6
  66. package/lib/component.cjs +1 -1
  67. package/lib/components/avatar/avatar.vue.d.ts +2 -2
  68. package/lib/components/avatar/index.d.ts +2 -2
  69. package/lib/components/button/button.vue.d.ts +1 -1
  70. package/lib/components/button/index.d.ts +1 -1
  71. package/lib/components/button/use-button.d.ts +1 -1
  72. package/lib/components/color-picker/color-picker.vue.d.ts +1 -1
  73. package/lib/components/color-picker/index.d.ts +1 -1
  74. package/lib/components/descriptions/description.vue.d.ts +2 -2
  75. package/lib/components/descriptions/index.d.ts +2 -2
  76. package/lib/components/dialog/dialog.vue.d.ts +1 -1
  77. package/lib/components/dialog/index.d.ts +1 -1
  78. package/lib/components/divider/divider.vue.d.ts +2 -2
  79. package/lib/components/divider/index.d.ts +2 -2
  80. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +4 -4
  81. package/lib/components/dropdown/dropdown-item.vue.d.ts +6 -6
  82. package/lib/components/dropdown/dropdown.vue.d.ts +22 -22
  83. package/lib/components/dropdown/index.d.ts +34 -34
  84. package/lib/components/focus-trap/focus-trap.vue.d.ts +4 -4
  85. package/lib/components/form/form-item.vue.d.ts +3 -3
  86. package/lib/components/form/hooks/use-form-item.d.ts +2 -2
  87. package/lib/components/form/index.d.ts +6 -6
  88. package/lib/components/image/image.vue.d.ts +2 -2
  89. package/lib/components/image/index.d.ts +2 -2
  90. package/lib/components/input/index.d.ts +7 -7
  91. package/lib/components/input/input.vue.d.ts +7 -7
  92. package/lib/components/link/index.d.ts +4 -4
  93. package/lib/components/link/link.vue.d.ts +4 -4
  94. package/lib/components/loading/index.d.ts +1 -1
  95. package/lib/components/md-code-demo/index.d.ts +1 -1
  96. package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
  97. package/lib/components/menu/index.d.ts +4 -4
  98. package/lib/components/menu/menu.vue.d.ts +4 -4
  99. package/lib/components/popper/composables/use-focus-trap.d.ts +1 -1
  100. package/lib/components/popper/content.vue.d.ts +3 -3
  101. package/lib/components/popper/index.d.ts +2 -2
  102. package/lib/components/popper/popper.vue.d.ts +2 -2
  103. package/lib/components/qrcode/index.d.ts +3 -3
  104. package/lib/components/qrcode/qrcode.vue.d.ts +3 -3
  105. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +2 -2
  106. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  107. package/lib/components/search/index.d.ts +2 -2
  108. package/lib/components/search/search.vue.d.ts +2 -2
  109. package/lib/components/select-v2/defaults.d.ts +1 -1
  110. package/lib/components/select-v2/index.d.ts +52 -52
  111. package/lib/components/select-v2/option-item.vue.d.ts +1 -1
  112. package/lib/components/select-v2/select.vue.d.ts +26 -26
  113. package/lib/components/select-v2/useSelect.d.ts +12 -12
  114. package/lib/components/side-menu/index.d.ts +2 -2
  115. package/lib/components/side-menu/side-menu.vue.d.ts +2 -2
  116. package/lib/components/tag/index.d.ts +2 -2
  117. package/lib/components/tag/tag.vue.d.ts +2 -2
  118. package/lib/components/tooltip/index.d.ts +5 -5
  119. package/lib/components/tooltip/tooltip.vue.d.ts +5 -5
  120. package/lib/components/virtual-list/builders/build-grid.d.ts +1 -1
  121. package/lib/components/virtual-list/builders/build-list.d.ts +4 -4
  122. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +1 -1
  123. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +4 -4
  124. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +1 -1
  125. package/lib/components/virtual-list/components/fixed-size-list.d.ts +4 -4
  126. package/lib/components/virtual-list/components/scrollbar.d.ts +3 -3
  127. package/lib/components/virtual-list/props.d.ts +2 -2
  128. package/lib/package.json.cjs +1 -1
  129. package/lib/utils/vue/vnode.d.ts +6 -6
  130. package/package.json +1 -1
  131. package/tags.json +1 -1
  132. package/web-types.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import type { PropType as __PropType } from 'vue';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  mode: {
4
- type: __PropType<"vertical" | "horizontal" | undefined>;
4
+ type: __PropType<"horizontal" | "vertical" | undefined>;
5
5
  required: false;
6
6
  };
7
7
  defaultActive: {
@@ -21,7 +21,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
21
21
  required: false;
22
22
  };
23
23
  menuTrigger: {
24
- type: __PropType<"click" | "hover" | undefined>;
24
+ type: __PropType<"hover" | "click" | undefined>;
25
25
  required: false;
26
26
  };
27
27
  collapse: {
@@ -54,7 +54,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
54
54
  handleResize: () => void;
55
55
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "select")[], "close" | "open" | "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
56
56
  mode: {
57
- type: __PropType<"vertical" | "horizontal" | undefined>;
57
+ type: __PropType<"horizontal" | "vertical" | undefined>;
58
58
  required: false;
59
59
  };
60
60
  defaultActive: {
@@ -74,7 +74,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
74
74
  required: false;
75
75
  };
76
76
  menuTrigger: {
77
- type: __PropType<"click" | "hover" | undefined>;
77
+ type: __PropType<"hover" | "click" | undefined>;
78
78
  required: false;
79
79
  };
80
80
  collapse: {
@@ -1,6 +1,6 @@
1
1
  import type { PopperContentProps } from '../types';
2
2
  export declare const usePopperContentFocusTrap: (props: PopperContentProps, emit: any) => {
3
- focusStartRef: import("vue").Ref<HTMLElement | "container" | "first" | undefined>;
3
+ focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
4
4
  trapped: import("vue").Ref<boolean>;
5
5
  onFocusAfterReleased: (event: CustomEvent) => void;
6
6
  onFocusAfterTrapped: () => void;
@@ -115,7 +115,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
115
115
  * @description content style
116
116
  */
117
117
  contentStyle: import("vue").ComputedRef<StyleValue[]>;
118
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "blur" | "focus" | "mouseenter" | "mouseleave")[], "close" | "blur" | "focus" | "mouseenter" | "mouseleave", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
118
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "focus" | "blur" | "mouseleave" | "mouseenter")[], "close" | "focus" | "blur" | "mouseleave" | "mouseenter", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
119
119
  boundariesPadding: {
120
120
  type: __PropType<number | undefined>;
121
121
  required: false;
@@ -214,9 +214,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
214
214
  };
215
215
  }>> & {
216
216
  onClose?: ((...args: any[]) => any) | undefined;
217
- onMouseenter?: ((...args: any[]) => any) | undefined;
218
- onMouseleave?: ((...args: any[]) => any) | undefined;
219
217
  onFocus?: ((...args: any[]) => any) | undefined;
220
218
  onBlur?: ((...args: any[]) => any) | undefined;
219
+ onMouseenter?: ((...args: any[]) => any) | undefined;
220
+ onMouseleave?: ((...args: any[]) => any) | undefined;
221
221
  }, {}>;
222
222
  export default _sfc_main;
@@ -4,12 +4,12 @@ import VftPopperContent from './content.vue';
4
4
  export { VftPopperArrow, VftPopperTrigger, VftPopperContent };
5
5
  export declare const VftPopper: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
6
6
  role: {
7
- type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
7
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined>;
8
8
  required: false;
9
9
  };
10
10
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11
11
  role: {
12
- type: import("vue").PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
12
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined>;
13
13
  required: false;
14
14
  };
15
15
  }>>, {}>> & Record<string, any>;
@@ -1,12 +1,12 @@
1
1
  import type { PropType as __PropType } from 'vue';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
3
  role: {
4
- type: __PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
4
+ type: __PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined>;
5
5
  required: false;
6
6
  };
7
7
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
8
  role: {
9
- type: __PropType<"grid" | "dialog" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
9
+ type: __PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined>;
10
10
  required: false;
11
11
  };
12
12
  }>>, {}>;
@@ -16,7 +16,7 @@ export declare const VftQrcode: import("vft/es/utils").SFCWithInstall<import("vu
16
16
  required: false;
17
17
  };
18
18
  tag: {
19
- type: import("vue").PropType<"img" | "canvas" | undefined>;
19
+ type: import("vue").PropType<"canvas" | "img" | undefined>;
20
20
  required: false;
21
21
  };
22
22
  }, {
@@ -39,12 +39,12 @@ export declare const VftQrcode: import("vft/es/utils").SFCWithInstall<import("vu
39
39
  required: false;
40
40
  };
41
41
  tag: {
42
- type: import("vue").PropType<"img" | "canvas" | undefined>;
42
+ type: import("vue").PropType<"canvas" | "img" | undefined>;
43
43
  required: false;
44
44
  };
45
45
  }>> & {
46
- onError?: ((...args: any[]) => any) | undefined;
47
46
  onDone?: ((...args: any[]) => any) | undefined;
47
+ onError?: ((...args: any[]) => any) | undefined;
48
48
  }, {}>> & Record<string, any>;
49
49
  export default VftQrcode;
50
50
  export * from './types';
@@ -18,7 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
18
18
  required: false;
19
19
  };
20
20
  tag: {
21
- type: __PropType<"img" | "canvas" | undefined>;
21
+ type: __PropType<"canvas" | "img" | undefined>;
22
22
  required: false;
23
23
  };
24
24
  }, {
@@ -41,11 +41,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
41
41
  required: false;
42
42
  };
43
43
  tag: {
44
- type: __PropType<"img" | "canvas" | undefined>;
44
+ type: __PropType<"canvas" | "img" | undefined>;
45
45
  required: false;
46
46
  };
47
47
  }>> & {
48
- onError?: ((...args: any[]) => any) | undefined;
49
48
  onDone?: ((...args: any[]) => any) | undefined;
49
+ onError?: ((...args: any[]) => any) | undefined;
50
50
  }, {}>;
51
51
  export default _sfc_main;
@@ -1,6 +1,6 @@
1
1
  declare const _sfc_main: import("vue").DefineComponent<{
2
2
  style: {
3
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
3
+ type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
4
4
  };
5
5
  currentTabId: {
6
6
  type: StringConstructor;
@@ -20,7 +20,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
20
20
  onMousedown: FunctionConstructor;
21
21
  }, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
22
  style: {
23
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
23
+ type: (ObjectConstructor | ArrayConstructor | StringConstructor)[];
24
24
  };
25
25
  currentTabId: {
26
26
  type: StringConstructor;
@@ -22,8 +22,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
22
22
  default: boolean;
23
23
  };
24
24
  }>> & {
25
- onKeydown?: ((...args: any[]) => any) | undefined;
26
25
  onFocus?: ((...args: any[]) => any) | undefined;
26
+ onKeydown?: ((...args: any[]) => any) | undefined;
27
27
  onMousedown?: ((...args: any[]) => any) | undefined;
28
28
  }, {
29
29
  active: boolean;
@@ -90,9 +90,9 @@ export declare const VftSearch: import("vft/es/utils").SFCWithInstall<import("vu
90
90
  };
91
91
  }>> & {
92
92
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
93
- onFocus?: ((...args: any[]) => any) | undefined;
94
93
  onClear?: ((...args: any[]) => any) | undefined;
95
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
94
+ onFocus?: ((...args: any[]) => any) | undefined;
96
95
  onEnter?: ((...args: any[]) => any) | undefined;
96
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
97
97
  }, {}>> & Record<string, any>;
98
98
  export default VftSearch;
@@ -92,9 +92,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
92
92
  };
93
93
  }>> & {
94
94
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
95
- onFocus?: ((...args: any[]) => any) | undefined;
96
95
  onClear?: ((...args: any[]) => any) | undefined;
97
- "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
96
+ onFocus?: ((...args: any[]) => any) | undefined;
98
97
  onEnter?: ((...args: any[]) => any) | undefined;
98
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
99
99
  }, {}>;
100
100
  export default _sfc_main;
@@ -4,7 +4,7 @@ import type { Options, Placement } from 'vft/es/components/popper';
4
4
  export declare const SelectProps: {
5
5
  allowCreate: BooleanConstructor;
6
6
  autocomplete: {
7
- type: PropType<"none" | "both" | "inline" | "list">;
7
+ type: PropType<"none" | "both" | "list" | "inline">;
8
8
  default: string;
9
9
  };
10
10
  automaticDropdown: BooleanConstructor;
@@ -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" | "inline" | "list">;
5
+ type: import("vue").PropType<"none" | "both" | "list" | "inline">;
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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
201
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
392
390
  onOpen?: ((...args: any[]) => any) | undefined;
393
391
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
394
392
  "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" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
407
+ $emit: (event: "close" | "open" | "before-show" | "before-hide" | "show" | "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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
411
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
602
600
  onOpen?: ((...args: any[]) => any) | undefined;
603
601
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
604
602
  "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" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
613
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "before-show" | "before-hide" | "show" | "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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
635
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
826
824
  onOpen?: ((...args: any[]) => any) | undefined;
827
825
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
828
826
  "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<"" | "success" | "error" | "validating">;
841
+ validateState: import("vue").ComputedRef<"" | "error" | "validating" | "success">;
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" | "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
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "remove-tag" | "visible-change" | "focus" | "blur")[], "update:modelValue" | "change" | "clear" | "remove-tag" | "visible-change" | "focus" | "blur", 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" | "inline" | "list">;
881
+ type: import("vue").PropType<"none" | "both" | "list" | "inline">;
882
882
  default: string;
883
883
  };
884
884
  automaticDropdown: BooleanConstructor;
@@ -977,26 +977,22 @@ 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
- onFocus?: ((...args: any[]) => any) | undefined;
981
- onBlur?: ((...args: any[]) => any) | undefined;
982
980
  onClear?: ((...args: any[]) => any) | undefined;
983
- "onVisible-change"?: ((...args: any[]) => any) | undefined;
984
981
  "onRemove-tag"?: ((...args: any[]) => any) | undefined;
982
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
983
+ onFocus?: ((...args: any[]) => any) | undefined;
984
+ onBlur?: ((...args: any[]) => any) | undefined;
985
985
  }, {
986
986
  height: number;
987
987
  loading: boolean;
988
+ popperClass: string;
988
989
  disabled: boolean;
989
990
  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;
998
991
  allowCreate: boolean;
992
+ autocomplete: "none" | "both" | "list" | "inline";
999
993
  automaticDropdown: boolean;
994
+ clearable: boolean;
995
+ effect: string;
1000
996
  collapseTags: boolean;
1001
997
  collapseTagsTooltip: boolean;
1002
998
  maxCollapseTags: number;
@@ -1004,17 +1000,21 @@ declare const _Select: SFCWithInstall<import("vue").DefineComponent<{
1004
1000
  estimatedOptionHeight: number;
1005
1001
  filterable: boolean;
1006
1002
  itemHeight: number;
1003
+ multiple: boolean;
1007
1004
  multipleLimit: number;
1008
1005
  reserveKeyword: boolean;
1006
+ persistent: boolean;
1007
+ popperOptions: Partial<import("@popperjs/core").Options>;
1009
1008
  remote: boolean;
1010
1009
  valueKey: string;
1011
1010
  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" | "inline" | "list">;
1017
+ type: import("vue").PropType<"none" | "both" | "list" | "inline">;
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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
1213
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
1404
1402
  onOpen?: ((...args: any[]) => any) | undefined;
1405
1403
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1406
1404
  "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" | "show" | "before-show" | "before-hide" | "hide", ...args: any[]) => void;
1419
+ $emit: (event: "close" | "open" | "before-show" | "before-hide" | "show" | "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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
1423
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
1614
1612
  onOpen?: ((...args: any[]) => any) | undefined;
1615
1613
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1616
1614
  "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" | "show" | "before-show" | "before-hide" | "hide")[], string, {}, {}, string> & {
1625
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "open" | "before-show" | "before-hide" | "show" | "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" | "menu" | "group" | "listbox" | "navigation" | "tooltip" | "tree" | undefined>;
1647
+ type: import("vue").PropType<"grid" | "dialog" | "group" | "listbox" | "menu" | "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;
1838
1836
  onOpen?: ((...args: any[]) => any) | undefined;
1839
1837
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1840
1838
  "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<"" | "success" | "error" | "validating">;
1853
+ validateState: import("vue").ComputedRef<"" | "error" | "validating" | "success">;
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" | "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<{
1890
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "clear" | "remove-tag" | "visible-change" | "focus" | "blur")[], "update:modelValue" | "change" | "clear" | "remove-tag" | "visible-change" | "focus" | "blur", 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" | "inline" | "list">;
1893
+ type: import("vue").PropType<"none" | "both" | "list" | "inline">;
1894
1894
  default: string;
1895
1895
  };
1896
1896
  automaticDropdown: BooleanConstructor;
@@ -1989,26 +1989,22 @@ 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
- onFocus?: ((...args: any[]) => any) | undefined;
1993
- onBlur?: ((...args: any[]) => any) | undefined;
1994
1992
  onClear?: ((...args: any[]) => any) | undefined;
1995
- "onVisible-change"?: ((...args: any[]) => any) | undefined;
1996
1993
  "onRemove-tag"?: ((...args: any[]) => any) | undefined;
1994
+ "onVisible-change"?: ((...args: any[]) => any) | undefined;
1995
+ onFocus?: ((...args: any[]) => any) | undefined;
1996
+ onBlur?: ((...args: any[]) => any) | undefined;
1997
1997
  }, {
1998
1998
  height: number;
1999
1999
  loading: boolean;
2000
+ popperClass: string;
2000
2001
  disabled: boolean;
2001
2002
  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;
2010
2003
  allowCreate: boolean;
2004
+ autocomplete: "none" | "both" | "list" | "inline";
2011
2005
  automaticDropdown: boolean;
2006
+ clearable: boolean;
2007
+ effect: string;
2012
2008
  collapseTags: boolean;
2013
2009
  collapseTagsTooltip: boolean;
2014
2010
  maxCollapseTags: number;
@@ -2016,10 +2012,14 @@ export declare const VftSelectV2: SFCWithInstall<import("vue").DefineComponent<{
2016
2012
  estimatedOptionHeight: number;
2017
2013
  filterable: boolean;
2018
2014
  itemHeight: number;
2015
+ multiple: boolean;
2019
2016
  multipleLimit: number;
2020
2017
  reserveKeyword: boolean;
2018
+ persistent: boolean;
2019
+ popperOptions: Partial<import("@popperjs/core").Options>;
2021
2020
  remote: boolean;
2022
2021
  valueKey: string;
2023
2022
  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, ("select" | "hover")[], "select" | "hover", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
31
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hover" | "select")[], "hover" | "select", 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;