vft 0.0.443 → 0.0.445

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 (184) hide show
  1. package/attributes.json +1 -1
  2. package/dist/index.css +2 -2
  3. package/es/components/affix/affix.d.ts +1 -1
  4. package/es/components/affix/affix.vue.d.ts +3 -3
  5. package/es/components/affix/index.d.ts +6 -6
  6. package/es/components/autocomplete/autocomplete.vue.d.ts +22 -22
  7. package/es/components/autocomplete/index.d.ts +64 -64
  8. package/es/components/avatar/index.d.ts +3 -3
  9. package/es/components/button/button.vue.d.ts +1 -1
  10. package/es/components/button/index.d.ts +33 -33
  11. package/es/components/button/use-button.d.ts +1 -1
  12. package/es/components/carousel/use-carousel.js +1 -1
  13. package/es/components/cascader/cascader.d.ts +2 -2
  14. package/es/components/cascader/cascader.vue.d.ts +9 -9
  15. package/es/components/checkbox/index.d.ts +54 -54
  16. package/es/components/col/col.vue.d.ts +1 -1
  17. package/es/components/col/index.d.ts +9 -9
  18. package/es/components/collapse/collapse-item.vue.d.ts +1 -1
  19. package/es/components/color-picker/index.d.ts +12 -12
  20. package/es/components/config-provider/config-provider.vue.d.ts +1 -1
  21. package/es/components/config-provider/config-provider.vue2.js +8 -9
  22. package/es/components/config-provider/hooks/use-global-config.js +3 -3
  23. package/es/components/date-picker/date-picker.d.ts +6 -6
  24. package/es/components/date-picker/index.d.ts +12 -12
  25. package/es/components/date-picker/props/date-picker.d.ts +2 -2
  26. package/es/components/divider/index.d.ts +3 -3
  27. package/es/components/dropdown/dropdown.vue.d.ts +2 -2
  28. package/es/components/dropdown/index.d.ts +39 -39
  29. package/es/components/form/index.d.ts +27 -27
  30. package/es/components/input/index.d.ts +13 -13
  31. package/es/components/input/input.vue.d.ts +4 -4
  32. package/es/components/input/input.vue2.js +4 -4
  33. package/es/components/input-number/index.d.ts +4 -4
  34. package/es/components/input-number/input-number.vue.d.ts +2 -2
  35. package/es/components/input-tag/composables/use-input-tag.js +1 -1
  36. package/es/components/input-tag/input-tag.d.ts +1 -1
  37. package/es/components/input-tag/input-tag.vue.d.ts +9 -9
  38. package/es/components/md-container/md-container.vue2.js +15 -15
  39. package/es/components/message/message.vue.d.ts +1 -18
  40. package/es/components/message/message.vue2.js +62 -54
  41. package/es/components/message/types.d.ts +23 -7
  42. package/es/components/modal/index.d.ts +15 -15
  43. package/es/components/modal/modal.vue.d.ts +1 -1
  44. package/es/components/popconfirm/index.d.ts +15 -15
  45. package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
  46. package/es/components/popper/composables/use-content.d.ts +3 -3
  47. package/es/components/radio/index.d.ts +60 -60
  48. package/es/components/radio/radio.d.ts +1 -1
  49. package/es/components/radio/radio.vue.d.ts +5 -5
  50. package/es/components/search/index.d.ts +9 -9
  51. package/es/components/search/search.vue.d.ts +2 -2
  52. package/es/components/segmented/index.d.ts +6 -6
  53. package/es/components/segmented/segmented.d.ts +1 -1
  54. package/es/components/segmented/segmented.vue.d.ts +3 -3
  55. package/es/components/select/index.d.ts +45 -45
  56. package/es/components/select/select.vue.d.ts +45 -45
  57. package/es/components/select/useSelect.d.ts +36 -36
  58. package/es/components/slider/index.d.ts +2 -2
  59. package/es/components/slider/slider.vue.d.ts +2 -2
  60. package/es/components/space/index.d.ts +3 -3
  61. package/es/components/space/space.d.ts +4 -4
  62. package/es/components/steps/index.d.ts +3 -3
  63. package/es/components/super-form/index.d.ts +3 -3
  64. package/es/components/super-form/super-form-item.vue2.js +1 -1
  65. package/es/components/switch/index.d.ts +21 -21
  66. package/es/components/switch/switch.vue.d.ts +3 -3
  67. package/es/components/tabs/index.d.ts +4 -4
  68. package/es/components/tabs/tabs.vue.d.ts +2 -2
  69. package/es/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  70. package/es/components/time-picker/common/picker.vue.d.ts +8 -8
  71. package/es/components/time-picker/common/props.d.ts +2 -2
  72. package/es/components/time-picker/index.d.ts +12 -12
  73. package/es/components/time-picker/time-picker.d.ts +6 -6
  74. package/es/components/time-select/time-select.vue.d.ts +1 -1
  75. package/es/components/timeline/index.d.ts +6 -6
  76. package/es/components/tooltip/index.d.ts +5 -5
  77. package/es/components/tooltip/tooltip.vue.d.ts +2 -2
  78. package/es/components/tree/tree-node.vue.d.ts +39 -39
  79. package/es/components/upload/index.d.ts +18 -18
  80. package/es/components/verify-code/useImageVerify.js +1 -1
  81. package/es/components/verify-code/verify-code.vue2.js +16 -16
  82. package/es/hooks/use-popper/index.d.ts +3 -3
  83. package/es/package.json.d.ts +1 -1
  84. package/es/package.json.js +1 -1
  85. package/es/utils/vue/vnode.js +1 -1
  86. package/lib/components/affix/affix.d.ts +1 -1
  87. package/lib/components/affix/affix.vue.d.ts +3 -3
  88. package/lib/components/affix/index.d.ts +6 -6
  89. package/lib/components/autocomplete/autocomplete.vue.d.ts +22 -22
  90. package/lib/components/autocomplete/index.d.ts +64 -64
  91. package/lib/components/avatar/index.d.ts +3 -3
  92. package/lib/components/button/button.vue.d.ts +1 -1
  93. package/lib/components/button/index.d.ts +33 -33
  94. package/lib/components/button/use-button.d.ts +1 -1
  95. package/lib/components/cascader/cascader.d.ts +2 -2
  96. package/lib/components/cascader/cascader.vue.d.ts +9 -9
  97. package/lib/components/checkbox/index.d.ts +54 -54
  98. package/lib/components/col/col.vue.d.ts +1 -1
  99. package/lib/components/col/index.d.ts +9 -9
  100. package/lib/components/collapse/collapse-item.vue.d.ts +1 -1
  101. package/lib/components/color-picker/index.d.ts +12 -12
  102. package/lib/components/config-provider/config-provider.vue.d.ts +1 -1
  103. package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
  104. package/lib/components/date-picker/date-picker.d.ts +6 -6
  105. package/lib/components/date-picker/index.d.ts +12 -12
  106. package/lib/components/date-picker/props/date-picker.d.ts +2 -2
  107. package/lib/components/divider/index.d.ts +3 -3
  108. package/lib/components/dropdown/dropdown.vue.d.ts +2 -2
  109. package/lib/components/dropdown/index.d.ts +39 -39
  110. package/lib/components/form/index.d.ts +27 -27
  111. package/lib/components/input/index.d.ts +13 -13
  112. package/lib/components/input/input.vue.d.ts +4 -4
  113. package/lib/components/input/input.vue2.cjs +1 -1
  114. package/lib/components/input-number/index.d.ts +4 -4
  115. package/lib/components/input-number/input-number.vue.d.ts +2 -2
  116. package/lib/components/input-tag/input-tag.d.ts +1 -1
  117. package/lib/components/input-tag/input-tag.vue.d.ts +9 -9
  118. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  119. package/lib/components/message/message.vue.d.ts +1 -18
  120. package/lib/components/message/message.vue2.cjs +1 -1
  121. package/lib/components/message/types.d.ts +23 -7
  122. package/lib/components/modal/index.d.ts +15 -15
  123. package/lib/components/modal/modal.vue.d.ts +1 -1
  124. package/lib/components/popconfirm/index.d.ts +15 -15
  125. package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
  126. package/lib/components/popper/composables/use-content.d.ts +3 -3
  127. package/lib/components/radio/index.d.ts +60 -60
  128. package/lib/components/radio/radio.d.ts +1 -1
  129. package/lib/components/radio/radio.vue.d.ts +5 -5
  130. package/lib/components/search/index.d.ts +9 -9
  131. package/lib/components/search/search.vue.d.ts +2 -2
  132. package/lib/components/segmented/index.d.ts +6 -6
  133. package/lib/components/segmented/segmented.d.ts +1 -1
  134. package/lib/components/segmented/segmented.vue.d.ts +3 -3
  135. package/lib/components/select/index.d.ts +45 -45
  136. package/lib/components/select/select.vue.d.ts +45 -45
  137. package/lib/components/select/useSelect.d.ts +36 -36
  138. package/lib/components/slider/index.d.ts +2 -2
  139. package/lib/components/slider/slider.vue.d.ts +2 -2
  140. package/lib/components/space/index.d.ts +3 -3
  141. package/lib/components/space/space.d.ts +4 -4
  142. package/lib/components/steps/index.d.ts +3 -3
  143. package/lib/components/super-form/index.d.ts +3 -3
  144. package/lib/components/switch/index.d.ts +21 -21
  145. package/lib/components/switch/switch.vue.d.ts +3 -3
  146. package/lib/components/tabs/index.d.ts +4 -4
  147. package/lib/components/tabs/tabs.vue.d.ts +2 -2
  148. package/lib/components/time-picker/common/picker-range-trigger.vue.d.ts +2 -2
  149. package/lib/components/time-picker/common/picker.vue.d.ts +8 -8
  150. package/lib/components/time-picker/common/props.d.ts +2 -2
  151. package/lib/components/time-picker/index.d.ts +12 -12
  152. package/lib/components/time-picker/time-picker.d.ts +6 -6
  153. package/lib/components/time-select/time-select.vue.d.ts +1 -1
  154. package/lib/components/timeline/index.d.ts +6 -6
  155. package/lib/components/tooltip/index.d.ts +5 -5
  156. package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
  157. package/lib/components/tree/tree-node.vue.d.ts +39 -39
  158. package/lib/components/upload/index.d.ts +18 -18
  159. package/lib/components/verify-code/useImageVerify.cjs +1 -1
  160. package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
  161. package/lib/hooks/use-popper/index.d.ts +3 -3
  162. package/lib/package.json.cjs +1 -1
  163. package/lib/package.json.d.ts +1 -1
  164. package/package.json +4 -4
  165. package/tags.json +1 -1
  166. package/theme-style/base.css +1 -1
  167. package/theme-style/dark/css-vars.css +1 -1
  168. package/theme-style/index.css +2 -2
  169. package/theme-style/src/common/var.scss +7 -7
  170. package/theme-style/src/dark/css-vars.scss +7 -1
  171. package/theme-style/src/icon.scss +1 -0
  172. package/theme-style/src/md-container.scss +1 -1
  173. package/theme-style/src/message.scss +8 -14
  174. package/theme-style/src/mixins/_var.scss +9 -0
  175. package/theme-style/src/var.scss +2 -1
  176. package/theme-style/vft-date-picker.css +1 -1
  177. package/theme-style/vft-icon.css +1 -1
  178. package/theme-style/vft-input.css +1 -1
  179. package/theme-style/vft-md-container.css +1 -1
  180. package/theme-style/vft-message.css +1 -1
  181. package/theme-style/vft-time-picker.css +1 -1
  182. package/theme-style/vft-time-select.css +1 -1
  183. package/theme-style/vft-var.css +1 -1
  184. 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;
52
54
  onInput?: ((value: string) => any) | undefined;
53
55
  onSelect?: ((item: Record<string, any>) => any) | undefined;
54
56
  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,13 +66,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
66
66
  $data: {};
67
67
  $props: Partial<{}> & Omit<{
68
68
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
69
- readonly disabled?: boolean | undefined;
70
69
  readonly content?: string | undefined;
71
70
  readonly zIndex?: number | undefined;
72
71
  readonly offset?: number | undefined;
73
72
  readonly transition?: string | undefined;
74
- readonly onClick?: Function | undefined;
75
73
  readonly onBlur?: Function | undefined;
74
+ readonly onClick?: Function | undefined;
76
75
  readonly onContextmenu?: Function | undefined;
77
76
  readonly onFocus?: Function | undefined;
78
77
  readonly onKeydown?: Function | undefined;
@@ -82,13 +81,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
82
81
  readonly id?: string | undefined;
83
82
  readonly ariaLabel?: string | undefined;
84
83
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
84
+ readonly disabled?: boolean | undefined;
85
85
  readonly placement?: import("@popperjs/core").Placement | undefined;
86
86
  readonly strategy?: "fixed" | "absolute" | undefined;
87
87
  readonly effect?: "light" | "dark" | undefined;
88
88
  readonly visible?: boolean | null | undefined;
89
- readonly teleported?: boolean | undefined;
90
- readonly open?: boolean | undefined;
91
89
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
90
+ readonly open?: boolean | undefined;
92
91
  readonly arrowOffset?: number | undefined;
93
92
  readonly gpuAcceleration?: boolean | undefined;
94
93
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -110,12 +109,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
110
109
  readonly appendTo?: (HTMLElement | string) | undefined;
111
110
  readonly rawContent?: boolean | undefined;
112
111
  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;
117
116
  readonly onHide?: ((...args: any[]) => any) | undefined;
118
117
  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: "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);
134
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
281
280
  onHide?: ((...args: any[]) => any) | undefined;
282
281
  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;
296
295
  hide: (...args: any[]) => void;
297
296
  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;
465
464
  onHide?: ((...args: any[]) => any) | undefined;
466
465
  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,13 +484,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
484
484
  $data: {};
485
485
  $props: Partial<{}> & Omit<{
486
486
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
487
- readonly disabled?: boolean | undefined;
488
487
  readonly content?: string | undefined;
489
488
  readonly zIndex?: number | undefined;
490
489
  readonly offset?: number | undefined;
491
490
  readonly transition?: string | undefined;
492
- readonly onClick?: Function | undefined;
493
491
  readonly onBlur?: Function | undefined;
492
+ readonly onClick?: Function | undefined;
494
493
  readonly onContextmenu?: Function | undefined;
495
494
  readonly onFocus?: Function | undefined;
496
495
  readonly onKeydown?: Function | undefined;
@@ -500,13 +499,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
500
499
  readonly id?: string | undefined;
501
500
  readonly ariaLabel?: string | undefined;
502
501
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
502
+ readonly disabled?: boolean | undefined;
503
503
  readonly placement?: import("@popperjs/core").Placement | undefined;
504
504
  readonly strategy?: "fixed" | "absolute" | undefined;
505
505
  readonly effect?: "light" | "dark" | undefined;
506
506
  readonly visible?: boolean | null | undefined;
507
- readonly teleported?: boolean | undefined;
508
- readonly open?: boolean | undefined;
509
507
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
508
+ readonly open?: boolean | undefined;
510
509
  readonly arrowOffset?: number | undefined;
511
510
  readonly gpuAcceleration?: boolean | undefined;
512
511
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -528,12 +527,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
528
527
  readonly appendTo?: (HTMLElement | string) | undefined;
529
528
  readonly rawContent?: boolean | undefined;
530
529
  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;
535
534
  readonly onHide?: ((...args: any[]) => any) | undefined;
536
535
  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: "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);
552
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
699
698
  onHide?: ((...args: any[]) => any) | undefined;
700
699
  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;
714
713
  hide: (...args: any[]) => void;
715
714
  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;
883
882
  onHide?: ((...args: any[]) => any) | undefined;
884
883
  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;
909
911
  input: (value: string) => void;
910
912
  select: (item: Record<string, any>) => void;
911
913
  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;
973
975
  onInput?: ((value: string) => any) | undefined;
974
976
  onSelect?: ((item: Record<string, any>) => any) | undefined;
975
977
  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,13 +987,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
987
987
  $data: {};
988
988
  $props: Partial<{}> & Omit<{
989
989
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
990
- readonly disabled?: boolean | undefined;
991
990
  readonly content?: string | undefined;
992
991
  readonly zIndex?: number | undefined;
993
992
  readonly offset?: number | undefined;
994
993
  readonly transition?: string | undefined;
995
- readonly onClick?: Function | undefined;
996
994
  readonly onBlur?: Function | undefined;
995
+ readonly onClick?: Function | undefined;
997
996
  readonly onContextmenu?: Function | undefined;
998
997
  readonly onFocus?: Function | undefined;
999
998
  readonly onKeydown?: Function | undefined;
@@ -1003,13 +1002,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1003
1002
  readonly id?: string | undefined;
1004
1003
  readonly ariaLabel?: string | undefined;
1005
1004
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1005
+ readonly disabled?: boolean | undefined;
1006
1006
  readonly placement?: import("@popperjs/core").Placement | undefined;
1007
1007
  readonly strategy?: "fixed" | "absolute" | undefined;
1008
1008
  readonly effect?: "light" | "dark" | undefined;
1009
1009
  readonly visible?: boolean | null | undefined;
1010
- readonly teleported?: boolean | undefined;
1011
- readonly open?: boolean | undefined;
1012
1010
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1011
+ readonly open?: boolean | undefined;
1013
1012
  readonly arrowOffset?: number | undefined;
1014
1013
  readonly gpuAcceleration?: boolean | undefined;
1015
1014
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1031,12 +1030,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1031
1030
  readonly appendTo?: (HTMLElement | string) | undefined;
1032
1031
  readonly rawContent?: boolean | undefined;
1033
1032
  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;
1038
1037
  readonly onHide?: ((...args: any[]) => any) | undefined;
1039
1038
  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: "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);
1055
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
1202
1201
  onHide?: ((...args: any[]) => any) | undefined;
1203
1202
  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;
1217
1216
  hide: (...args: any[]) => void;
1218
1217
  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;
1386
1385
  onHide?: ((...args: any[]) => any) | undefined;
1387
1386
  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,13 +1405,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1405
1405
  $data: {};
1406
1406
  $props: Partial<{}> & Omit<{
1407
1407
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1408
- readonly disabled?: boolean | undefined;
1409
1408
  readonly content?: string | undefined;
1410
1409
  readonly zIndex?: number | undefined;
1411
1410
  readonly offset?: number | undefined;
1412
1411
  readonly transition?: string | undefined;
1413
- readonly onClick?: Function | undefined;
1414
1412
  readonly onBlur?: Function | undefined;
1413
+ readonly onClick?: Function | undefined;
1415
1414
  readonly onContextmenu?: Function | undefined;
1416
1415
  readonly onFocus?: Function | undefined;
1417
1416
  readonly onKeydown?: Function | undefined;
@@ -1421,13 +1420,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1421
1420
  readonly id?: string | undefined;
1422
1421
  readonly ariaLabel?: string | undefined;
1423
1422
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1423
+ readonly disabled?: boolean | undefined;
1424
1424
  readonly placement?: import("@popperjs/core").Placement | undefined;
1425
1425
  readonly strategy?: "fixed" | "absolute" | undefined;
1426
1426
  readonly effect?: "light" | "dark" | undefined;
1427
1427
  readonly visible?: boolean | null | undefined;
1428
- readonly teleported?: boolean | undefined;
1429
- readonly open?: boolean | undefined;
1430
1428
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1429
+ readonly open?: boolean | undefined;
1431
1430
  readonly arrowOffset?: number | undefined;
1432
1431
  readonly gpuAcceleration?: boolean | undefined;
1433
1432
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1449,12 +1448,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1449
1448
  readonly appendTo?: (HTMLElement | string) | undefined;
1450
1449
  readonly rawContent?: boolean | undefined;
1451
1450
  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;
1456
1455
  readonly onHide?: ((...args: any[]) => any) | undefined;
1457
1456
  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: "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);
1473
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
1620
1619
  onHide?: ((...args: any[]) => any) | undefined;
1621
1620
  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;
1635
1634
  hide: (...args: any[]) => void;
1636
1635
  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;
1804
1803
  onHide?: ((...args: any[]) => any) | undefined;
1805
1804
  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;
1883
1885
  onInput?: ((value: string) => any) | undefined;
1884
1886
  onSelect?: ((item: Record<string, any>) => any) | undefined;
1885
1887
  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,13 +1897,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1897
1897
  $data: {};
1898
1898
  $props: Partial<{}> & Omit<{
1899
1899
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1900
- readonly disabled?: boolean | undefined;
1901
1900
  readonly content?: string | undefined;
1902
1901
  readonly zIndex?: number | undefined;
1903
1902
  readonly offset?: number | undefined;
1904
1903
  readonly transition?: string | undefined;
1905
- readonly onClick?: Function | undefined;
1906
1904
  readonly onBlur?: Function | undefined;
1905
+ readonly onClick?: Function | undefined;
1907
1906
  readonly onContextmenu?: Function | undefined;
1908
1907
  readonly onFocus?: Function | undefined;
1909
1908
  readonly onKeydown?: Function | undefined;
@@ -1913,13 +1912,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1913
1912
  readonly id?: string | undefined;
1914
1913
  readonly ariaLabel?: string | undefined;
1915
1914
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
1915
+ readonly disabled?: boolean | undefined;
1916
1916
  readonly placement?: import("@popperjs/core").Placement | undefined;
1917
1917
  readonly strategy?: "fixed" | "absolute" | undefined;
1918
1918
  readonly effect?: "light" | "dark" | undefined;
1919
1919
  readonly visible?: boolean | null | undefined;
1920
- readonly teleported?: boolean | undefined;
1921
- readonly open?: boolean | undefined;
1922
1920
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1921
+ readonly open?: boolean | undefined;
1923
1922
  readonly arrowOffset?: number | undefined;
1924
1923
  readonly gpuAcceleration?: boolean | undefined;
1925
1924
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -1941,12 +1940,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1941
1940
  readonly appendTo?: (HTMLElement | string) | undefined;
1942
1941
  readonly rawContent?: boolean | undefined;
1943
1942
  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;
1948
1947
  readonly onHide?: ((...args: any[]) => any) | undefined;
1949
1948
  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: "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);
1965
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
2112
2111
  onHide?: ((...args: any[]) => any) | undefined;
2113
2112
  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;
2127
2126
  hide: (...args: any[]) => void;
2128
2127
  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;
2296
2295
  onHide?: ((...args: any[]) => any) | undefined;
2297
2296
  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,13 +2315,12 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2315
2315
  $data: {};
2316
2316
  $props: Partial<{}> & Omit<{
2317
2317
  readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
2318
- readonly disabled?: boolean | undefined;
2319
2318
  readonly content?: string | undefined;
2320
2319
  readonly zIndex?: number | undefined;
2321
2320
  readonly offset?: number | undefined;
2322
2321
  readonly transition?: string | undefined;
2323
- readonly onClick?: Function | undefined;
2324
2322
  readonly onBlur?: Function | undefined;
2323
+ readonly onClick?: Function | undefined;
2325
2324
  readonly onContextmenu?: Function | undefined;
2326
2325
  readonly onFocus?: Function | undefined;
2327
2326
  readonly onKeydown?: Function | undefined;
@@ -2331,13 +2330,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2331
2330
  readonly id?: string | undefined;
2332
2331
  readonly ariaLabel?: string | undefined;
2333
2332
  readonly role?: "dialog" | "grid" | "group" | "listbox" | "menu" | "navigation" | "tooltip" | "tree" | undefined;
2333
+ readonly disabled?: boolean | undefined;
2334
2334
  readonly placement?: import("@popperjs/core").Placement | undefined;
2335
2335
  readonly strategy?: "fixed" | "absolute" | undefined;
2336
2336
  readonly effect?: "light" | "dark" | undefined;
2337
2337
  readonly visible?: boolean | null | undefined;
2338
- readonly teleported?: boolean | undefined;
2339
- readonly open?: boolean | undefined;
2340
2338
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
2339
+ readonly open?: boolean | undefined;
2341
2340
  readonly arrowOffset?: number | undefined;
2342
2341
  readonly gpuAcceleration?: boolean | undefined;
2343
2342
  readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
@@ -2359,12 +2358,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2359
2358
  readonly appendTo?: (HTMLElement | string) | undefined;
2360
2359
  readonly rawContent?: boolean | undefined;
2361
2360
  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;
2366
2365
  readonly onHide?: ((...args: any[]) => any) | undefined;
2367
2366
  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: "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);
2383
+ $emit: ((event: "close", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "open", ...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;
2530
2529
  onHide?: ((...args: any[]) => any) | undefined;
2531
2530
  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;
2545
2544
  hide: (...args: any[]) => void;
2546
2545
  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;
2714
2713
  onHide?: ((...args: any[]) => any) | undefined;
2715
2714
  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;
2740
2742
  input: (value: string) => void;
2741
2743
  select: (item: Record<string, any>) => void;
2742
2744
  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 | "small" | "default" | "large">;
4
+ type: import("vue").PropType<number | "default" | "small" | "large">;
5
5
  };
6
6
  shape: {
7
7
  type: import("vue").PropType<"circle" | "square">;
@@ -31,7 +31,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
31
31
  Defaults: {};
32
32
  }, Readonly<import("vue").ExtractPropTypes<{
33
33
  size: {
34
- type: import("vue").PropType<number | "small" | "default" | "large">;
34
+ type: import("vue").PropType<number | "default" | "small" | "large">;
35
35
  };
36
36
  shape: {
37
37
  type: import("vue").PropType<"circle" | "square">;
@@ -56,7 +56,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<{
56
56
  __isSuspense?: never;
57
57
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
58
58
  size: {
59
- type: import("vue").PropType<number | "small" | "default" | "large">;
59
+ type: import("vue").PropType<number | "default" | "small" | "large">;
60
60
  };
61
61
  shape: {
62
62
  type: import("vue").PropType<"circle" | "square">;
@@ -11,7 +11,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
11
11
  }>>, {
12
12
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
13
13
  size: import("vue").ComputedRef<import("vft/es/constants").ComponentSize>;
14
- type: import("vue").ComputedRef<"" | "text" | "default" | "success" | "warning" | "info" | "primary" | "danger">;
14
+ type: import("vue").ComputedRef<"" | "default" | "text" | "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, {