vft 0.0.150 → 0.0.153

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 (688) hide show
  1. package/es/app-components/form/form-label-wrap.d.ts +1 -1
  2. package/es/components/affix/affix.vue.d.ts +13 -13
  3. package/es/components/affix/affix.vue2.js +33 -33
  4. package/es/components/affix/index.d.ts +61 -132
  5. package/es/components/alert/alert.vue.d.ts +11 -52
  6. package/es/components/alert/alert.vue2.js +19 -19
  7. package/es/components/alert/index.d.ts +65 -122
  8. package/es/components/autocomplete/autocomplete.vue.d.ts +188 -170
  9. package/es/components/autocomplete/autocomplete.vue2.js +69 -69
  10. package/es/components/autocomplete/index.d.ts +1006 -729
  11. package/es/components/avatar/avatar.vue.d.ts +19 -40
  12. package/es/components/avatar/avatar.vue2.js +23 -23
  13. package/es/components/avatar/index.d.ts +53 -114
  14. package/es/components/backtop/backtop.vue.d.ts +11 -40
  15. package/es/components/backtop/backtop.vue2.js +20 -20
  16. package/es/components/backtop/index.d.ts +53 -114
  17. package/es/components/button/button-group.vue.d.ts +11 -15
  18. package/es/components/button/button.vue.d.ts +29 -138
  19. package/es/components/button/button.vue2.js +19 -19
  20. package/es/components/button/index.d.ts +210 -372
  21. package/es/components/button/use-button.js +1 -1
  22. package/es/components/card/card.vue.d.ts +15 -21
  23. package/es/components/card/index.d.ts +27 -95
  24. package/es/components/carousel/carousel-item.vue.d.ts +10 -15
  25. package/es/components/carousel/carousel.vue.d.ts +43 -92
  26. package/es/components/carousel/carousel.vue2.js +37 -37
  27. package/es/components/carousel/index.d.ts +176 -344
  28. package/es/components/check-tag/check-tag.vue.d.ts +11 -10
  29. package/es/components/check-tag/check-tag.vue2.js +16 -16
  30. package/es/components/check-tag/index.d.ts +24 -95
  31. package/es/components/checkbox/checkbox-button.vue.d.ts +12 -94
  32. package/es/components/checkbox/checkbox-group.vue.d.ts +27 -82
  33. package/es/components/checkbox/checkbox-group.vue2.js +37 -37
  34. package/es/components/checkbox/checkbox.vue.d.ts +24 -96
  35. package/es/components/checkbox/index.d.ts +576 -786
  36. package/es/components/clamp/clamp.vue.d.ts +25 -48
  37. package/es/components/clamp/clamp.vue2.js +35 -35
  38. package/es/components/clamp/index.d.ts +64 -122
  39. package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  40. package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -8
  41. package/es/components/clamp-toggle/index.d.ts +1 -1
  42. package/es/components/col/col.vue.d.ts +30 -73
  43. package/es/components/col/index.d.ts +93 -136
  44. package/es/components/collapse-transition/index.d.ts +16 -166
  45. package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  46. package/es/components/collection/collection-item.vue.d.ts +1 -1
  47. package/es/components/collection/collection.vue.d.ts +1 -1
  48. package/es/components/color-picker/color-picker.vue.d.ts +25 -74
  49. package/es/components/color-picker/color-picker.vue2.js +67 -67
  50. package/es/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  51. package/es/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  52. package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
  53. package/es/components/color-picker/components/sv-panel.vue.d.ts +1 -1
  54. package/es/components/color-picker/index.d.ts +7 -7
  55. package/es/components/config-provider/config-provider.vue.d.ts +10 -69
  56. package/es/components/config-provider/index.d.ts +77 -129
  57. package/es/components/container/aside.vue.d.ts +10 -9
  58. package/es/components/container/container.vue.d.ts +10 -9
  59. package/es/components/container/footer.vue.d.ts +10 -9
  60. package/es/components/container/header.vue.d.ts +10 -9
  61. package/es/components/container/index.d.ts +121 -775
  62. package/es/components/container/main.vue.d.ts +1 -1
  63. package/es/components/context-menu/context-menu.vue.d.ts +16 -27
  64. package/es/components/context-menu/context-menu.vue2.js +16 -16
  65. package/es/components/date-picker/composables/use-range-picker.d.ts +6 -6
  66. package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  67. package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  68. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +61 -61
  69. package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  70. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +32 -32
  71. package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  72. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +29 -29
  73. package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +11 -11
  74. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +170 -170
  75. package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +9 -9
  76. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +59 -59
  77. package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  78. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +34 -34
  79. package/es/components/date-picker/date-picker.d.ts +1 -1
  80. package/es/components/date-picker/index.d.ts +2 -2
  81. package/es/components/date-picker/panel-utils.d.ts +167 -351
  82. package/es/components/date-time-select/date-time-select.vue.d.ts +11 -18
  83. package/es/components/date-time-select/date-time-select.vue2.js +27 -27
  84. package/es/components/date-time-select/index.d.ts +1 -1
  85. package/es/components/descriptions/description-item.vue.d.ts +20 -51
  86. package/es/components/descriptions/description.vue.d.ts +18 -39
  87. package/es/components/descriptions/descriptions-cell.d.ts +1 -1
  88. package/es/components/descriptions/descriptions-row.vue.d.ts +13 -9
  89. package/es/components/descriptions/index.d.ts +161 -339
  90. package/es/components/dialog/dialog-content.vue.d.ts +11 -52
  91. package/es/components/dialog/dialog.vue.d.ts +12 -144
  92. package/es/components/dialog/dialog.vue2.js +0 -1
  93. package/es/components/dialog/index.d.ts +178 -205
  94. package/es/components/divider/divider.vue.d.ts +10 -39
  95. package/es/components/divider/index.d.ts +47 -109
  96. package/es/components/drawer/drawer.vue.d.ts +12 -167
  97. package/es/components/drawer/index.d.ts +201 -220
  98. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  99. package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
  100. package/es/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  101. package/es/components/dropdown/dropdown.vue.d.ts +47 -144
  102. package/es/components/dropdown/dropdown.vue2.js +65 -65
  103. package/es/components/dropdown/index.d.ts +207 -215
  104. package/es/components/empty/empty.vue.d.ts +10 -27
  105. package/es/components/empty/index.d.ts +31 -97
  106. package/es/components/exception/exception.vue.d.ts +15 -21
  107. package/es/components/exception/index.d.ts +1 -1
  108. package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
  109. package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
  110. package/es/components/footer-layout/index.d.ts +8 -83
  111. package/es/components/form/form-item.vue.d.ts +29 -78
  112. package/es/components/form/form-item.vue2.js +58 -58
  113. package/es/components/form/form-label-wrap.d.ts +1 -1
  114. package/es/components/form/form.vue.d.ts +11 -94
  115. package/es/components/form/form.vue2.js +47 -47
  116. package/es/components/form/index.d.ts +338 -465
  117. package/es/components/full-screen/full-screen.vue.d.ts +11 -63
  118. package/es/components/full-screen/index.d.ts +1 -1
  119. package/es/components/header-layout/header-layout.vue.d.ts +10 -11
  120. package/es/components/header-layout/index.d.ts +17 -88
  121. package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  122. package/es/components/horizontal-menu/horizontal-menu.vue2.js +40 -40
  123. package/es/components/horizontal-menu/index.d.ts +1 -1
  124. package/es/components/icon/icon.vue.d.ts +9 -46
  125. package/es/components/icon/index.d.ts +1 -1
  126. package/es/components/icon-text/icon-text.vue.d.ts +9 -64
  127. package/es/components/icon-text/index.d.ts +1 -1
  128. package/es/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  129. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  130. package/es/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  131. package/es/components/iframe-layout/index.d.ts +1 -1
  132. package/es/components/image/image.vue.d.ts +14 -79
  133. package/es/components/image/image.vue2.js +53 -52
  134. package/es/components/image/index.d.ts +106 -155
  135. package/es/components/image/p-image.vue.d.ts +21 -47
  136. package/es/components/image/p-image.vue2.js +18 -18
  137. package/es/components/image-viewer/image-viewer.vue.d.ts +11 -52
  138. package/es/components/image-viewer/image-viewer.vue2.js +60 -60
  139. package/es/components/image-viewer/index.d.ts +71 -128
  140. package/es/components/input/index.d.ts +228 -253
  141. package/es/components/input/input.vue.d.ts +14 -157
  142. package/es/components/input/input.vue2.js +124 -124
  143. package/es/components/input-number/index.d.ts +3 -3
  144. package/es/components/input-number/input-number.vue.d.ts +13 -108
  145. package/es/components/input-number/input-number.vue2.js +86 -86
  146. package/es/components/link/index.d.ts +53 -114
  147. package/es/components/link/link.vue.d.ts +19 -40
  148. package/es/components/link/link.vue2.js +26 -26
  149. package/es/components/list-cell/index.d.ts +1 -1
  150. package/es/components/list-cell/list-cell.vue.d.ts +11 -30
  151. package/es/components/list-cell/list-cell.vue2.js +37 -37
  152. package/es/components/logo/index.d.ts +1 -1
  153. package/es/components/logo/logo.vue.d.ts +9 -24
  154. package/es/components/md-code-demo/index.d.ts +1 -1
  155. package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
  156. package/es/components/md-code-tabs/index.d.ts +1 -1
  157. package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  158. package/es/components/md-comment/index.d.ts +1 -1
  159. package/es/components/md-comment/md-comment.vue.d.ts +1 -1
  160. package/es/components/md-container/index.d.ts +11 -86
  161. package/es/components/md-container/md-container.vue.d.ts +1 -1
  162. package/es/components/md-container/toc.d.ts +1 -1
  163. package/es/components/md-tabs/index.d.ts +1 -1
  164. package/es/components/md-tabs/md-tabs.d.ts +1 -1
  165. package/es/components/md-vue-playground/index.d.ts +1 -1
  166. package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  167. package/es/components/menu/index.d.ts +203 -343
  168. package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  169. package/es/components/menu/menu-item-group.vue.d.ts +13 -9
  170. package/es/components/menu/menu-item.vue.d.ts +11 -64
  171. package/es/components/menu/menu-item.vue2.js +31 -31
  172. package/es/components/menu/menu.vue.d.ts +11 -64
  173. package/es/components/menu/menu.vue2.js +60 -60
  174. package/es/components/menu/sub-menu.vue.d.ts +11 -90
  175. package/es/components/menu/sub-menu.vue2.js +41 -41
  176. package/es/components/message/message.vue.d.ts +11 -104
  177. package/es/components/message/message.vue2.js +31 -31
  178. package/es/components/modal/index.d.ts +280 -253
  179. package/es/components/modal/modal-footer-action.vue.d.ts +11 -33
  180. package/es/components/modal/modal.vue.d.ts +63 -225
  181. package/es/components/modal/modal.vue2.js +32 -32
  182. package/es/components/multiple-tabs/index.d.ts +1 -1
  183. package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  184. package/es/components/multiple-tabs/multiple-tabs.vue2.js +70 -100
  185. package/es/components/multiple-tabs/multiple-tabs.vue3.js +1 -4
  186. package/es/components/multiple-tabs/tab-content.vue.d.ts +17 -33
  187. package/es/components/multiple-tabs/tab-content.vue2.js +6 -6
  188. package/es/components/overlay/index.d.ts +1 -1
  189. package/es/components/overlay/overlay.vue.d.ts +18 -34
  190. package/es/components/overlay/overlay.vue2.js +18 -18
  191. package/es/components/page-wrapper/index.d.ts +15 -87
  192. package/es/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  193. package/es/components/pagination/components/jumper.vue.d.ts +12 -10
  194. package/es/components/pagination/components/next.vue.d.ts +17 -28
  195. package/es/components/pagination/components/pager.vue.d.ts +17 -30
  196. package/es/components/pagination/components/pager.vue2.js +29 -29
  197. package/es/components/pagination/components/prev.vue.d.ts +16 -22
  198. package/es/components/pagination/components/prev.vue2.js +9 -9
  199. package/es/components/pagination/components/sizes.vue.d.ts +18 -34
  200. package/es/components/pagination/components/sizes.vue2.js +17 -17
  201. package/es/components/pagination/components/total.vue.d.ts +12 -10
  202. package/es/components/pagination/index.d.ts +1 -1
  203. package/es/components/pagination/pagination.vue.d.ts +11 -112
  204. package/es/components/pagination/pagination.vue2.js +41 -41
  205. package/es/components/popconfirm/index.d.ts +127 -159
  206. package/es/components/popconfirm/popconfirm.vue.d.ts +52 -93
  207. package/es/components/popconfirm/popconfirm.vue2.js +26 -26
  208. package/es/components/popover/index.d.ts +161 -192
  209. package/es/components/popover/popover.vue2.js +31 -31
  210. package/es/components/popper/arrow.vue.d.ts +14 -10
  211. package/es/components/popper/content.vue2.js +55 -55
  212. package/es/components/popper/index.d.ts +22 -94
  213. package/es/components/popper/popper.vue.d.ts +14 -10
  214. package/es/components/popper/trigger.vue.d.ts +24 -70
  215. package/es/components/progress/index.d.ts +95 -141
  216. package/es/components/progress/progress.vue.d.ts +10 -87
  217. package/es/components/progress-i/index.d.ts +1 -1
  218. package/es/components/progress-i/progress-i.vue.d.ts +1 -1
  219. package/es/components/qrcode/index.d.ts +1 -1
  220. package/es/components/qrcode/qrcode.vue.d.ts +24 -35
  221. package/es/components/qrcode/qrcode.vue2.js +33 -33
  222. package/es/components/radio/index.d.ts +328 -611
  223. package/es/components/radio/radio-button.vue.d.ts +10 -33
  224. package/es/components/radio/radio-button.vue2.js +1 -1
  225. package/es/components/radio/radio-group.vue.d.ts +23 -72
  226. package/es/components/radio/radio-group.vue2.js +33 -33
  227. package/es/components/radio/radio.vue.d.ts +11 -46
  228. package/es/components/radio/radio.vue2.js +30 -30
  229. package/es/components/result/index.d.ts +1 -1
  230. package/es/components/result/result.vue.d.ts +15 -21
  231. package/es/components/router-view-content/index.d.ts +1 -1
  232. package/es/components/router-view-content/router-view-content.vue.d.ts +17 -42
  233. package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  234. package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  235. package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  236. package/es/components/row/index.d.ts +31 -97
  237. package/es/components/row/row.vue.d.ts +10 -27
  238. package/es/components/scrollbar/bar.vue.d.ts +11 -34
  239. package/es/components/scrollbar/index.d.ts +104 -158
  240. package/es/components/scrollbar/scrollbar.vue.d.ts +11 -70
  241. package/es/components/scrollbar/scrollbar.vue2.js +53 -52
  242. package/es/components/scrollbar/thumb.vue.d.ts +9 -34
  243. package/es/components/search/index.d.ts +116 -169
  244. package/es/components/search/search.vue.d.ts +15 -66
  245. package/es/components/search/search.vue2.js +78 -78
  246. package/es/components/select/group-item.vue.d.ts +1 -1
  247. package/es/components/select/index.d.ts +356 -144
  248. package/es/components/select/option-item.vue.d.ts +1 -1
  249. package/es/components/select/select-dropdown.d.ts +1 -1
  250. package/es/components/select/select.vue.d.ts +178 -72
  251. package/es/components/select/useSelect.d.ts +175 -69
  252. package/es/components/side-menu/index.d.ts +1 -1
  253. package/es/components/side-menu/side-menu.vue.d.ts +47 -156
  254. package/es/components/side-menu/side-menu.vue2.js +76 -76
  255. package/es/components/skeleton/index.d.ts +44 -108
  256. package/es/components/skeleton/skeleton-item.vue.d.ts +13 -9
  257. package/es/components/skeleton/skeleton.vue.d.ts +18 -34
  258. package/es/components/slider/button.vue.d.ts +11 -28
  259. package/es/components/slider/button.vue2.js +33 -33
  260. package/es/components/slider/composables/use-slide.d.ts +88 -219
  261. package/es/components/slider/index.d.ts +1 -1
  262. package/es/components/slider/marker.d.ts +1 -1
  263. package/es/components/slider/slider.vue.d.ts +11 -160
  264. package/es/components/slider/slider.vue2.js +60 -60
  265. package/es/components/slot/only-child.d.ts +1 -1
  266. package/es/components/space/index.d.ts +3 -3
  267. package/es/components/space/item.d.ts +1 -1
  268. package/es/components/space/space.d.ts +4 -4
  269. package/es/components/super-form/index.d.ts +372 -322
  270. package/es/components/super-form/super-form-action.vue.d.ts +11 -46
  271. package/es/components/super-form/super-form-item.vue.d.ts +9 -54
  272. package/es/components/super-form/super-form.vue.d.ts +63 -294
  273. package/es/components/super-form/super-form.vue2.js +89 -89
  274. package/es/components/super-form/types.d.ts +2 -2
  275. package/es/components/switch/index.d.ts +7 -7
  276. package/es/components/switch/switch.vue.d.ts +37 -146
  277. package/es/components/switch/switch.vue2.js +86 -86
  278. package/es/components/table/field.d.ts +2 -2
  279. package/es/components/table/index.d.ts +1127 -945
  280. package/es/components/table/table.vue.d.ts +77 -686
  281. package/es/components/table/table.vue2.js +79 -79
  282. package/es/components/table/use/use-columns.d.ts +30 -30
  283. package/es/components/table/use/use-data-source.js +3 -3
  284. package/es/components/tabs/index.d.ts +77 -205
  285. package/es/components/tabs/tab-bar.vue.d.ts +14 -45
  286. package/es/components/tabs/tab-nav.vue.d.ts +29 -106
  287. package/es/components/tabs/tab-nav.vue2.js +32 -32
  288. package/es/components/tabs/tab-pane.vue.d.ts +22 -33
  289. package/es/components/tabs/tabs.vue.d.ts +13 -90
  290. package/es/components/tabs/tabs.vue2.js +47 -47
  291. package/es/components/tag/index.d.ts +1 -1
  292. package/es/components/tag/tag.vue.d.ts +11 -52
  293. package/es/components/tag/tag.vue2.js +18 -18
  294. package/es/components/time-picker/common/picker.vue.d.ts +89 -89
  295. package/es/components/time-picker/common/picker.vue2.js +83 -83
  296. package/es/components/time-picker/composables/use-time-picker.d.ts +12 -12
  297. package/es/components/time-picker/index.d.ts +2 -2
  298. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  299. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +44 -44
  300. package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  301. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +55 -55
  302. package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  303. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +93 -93
  304. package/es/components/time-picker/time-picker.d.ts +1 -1
  305. package/es/components/time-select/time-select.vue.d.ts +43 -43
  306. package/es/components/time-select/time-select.vue2.js +1 -2
  307. package/es/components/tooltip/content.vue2.js +22 -22
  308. package/es/components/tooltip/index.d.ts +329 -307
  309. package/es/components/tooltip/tooltip.vue.d.ts +13 -288
  310. package/es/components/tooltip/tooltip.vue2.js +43 -42
  311. package/es/components/tooltip/trigger.vue.d.ts +18 -34
  312. package/es/components/tree/index.d.ts +538 -546
  313. package/es/components/tree/tree-node-content.vue.d.ts +1 -1
  314. package/es/components/tree/tree-node.vue.d.ts +3 -3
  315. package/es/components/tree/tree.vue.d.ts +37 -176
  316. package/es/components/tree/tree.vue2.js +72 -72
  317. package/es/components/upload/index.d.ts +236 -233
  318. package/es/components/upload/upload-content.vue.d.ts +46 -173
  319. package/es/components/upload/upload-dragger.vue.d.ts +12 -10
  320. package/es/components/upload/upload-dragger.vue2.js +26 -26
  321. package/es/components/upload/upload-list.vue.d.ts +29 -36
  322. package/es/components/upload/upload-list.vue2.js +34 -34
  323. package/es/components/upload/upload.vue.d.ts +47 -185
  324. package/es/components/upload/use-handlers.d.ts +14 -3
  325. package/es/components/verify-code/index.d.ts +1 -1
  326. package/es/components/verify-code/useImageVerify.js +1 -1
  327. package/es/components/verify-code/verify-code.vue.d.ts +16 -22
  328. package/es/components/verify-code/verify-code.vue2.js +16 -16
  329. package/es/components/virtual-list/builders/build-grid.d.ts +3 -3
  330. package/es/components/virtual-list/builders/build-list.d.ts +5 -5
  331. package/es/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  332. package/es/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  333. package/es/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  334. package/es/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  335. package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
  336. package/es/components/virtual-list/props.d.ts +3 -3
  337. package/es/package.json.d.ts +11 -11
  338. package/es/package.json.js +1 -1
  339. package/lib/app-components/form/form-label-wrap.d.ts +1 -1
  340. package/lib/components/affix/affix.vue.d.ts +13 -13
  341. package/lib/components/affix/affix.vue2.cjs +1 -1
  342. package/lib/components/affix/index.d.ts +61 -132
  343. package/lib/components/alert/alert.vue.d.ts +11 -52
  344. package/lib/components/alert/alert.vue2.cjs +1 -1
  345. package/lib/components/alert/index.d.ts +65 -122
  346. package/lib/components/autocomplete/autocomplete.vue.d.ts +188 -170
  347. package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
  348. package/lib/components/autocomplete/index.d.ts +1006 -729
  349. package/lib/components/avatar/avatar.vue.d.ts +19 -40
  350. package/lib/components/avatar/avatar.vue2.cjs +1 -1
  351. package/lib/components/avatar/index.d.ts +53 -114
  352. package/lib/components/backtop/backtop.vue.d.ts +11 -40
  353. package/lib/components/backtop/backtop.vue2.cjs +1 -1
  354. package/lib/components/backtop/index.d.ts +53 -114
  355. package/lib/components/button/button-group.vue.d.ts +11 -15
  356. package/lib/components/button/button.vue.d.ts +29 -138
  357. package/lib/components/button/button.vue2.cjs +1 -1
  358. package/lib/components/button/index.d.ts +210 -372
  359. package/lib/components/button/use-button.cjs +1 -1
  360. package/lib/components/card/card.vue.d.ts +15 -21
  361. package/lib/components/card/index.d.ts +27 -95
  362. package/lib/components/carousel/carousel-item.vue.d.ts +10 -15
  363. package/lib/components/carousel/carousel.vue.d.ts +43 -92
  364. package/lib/components/carousel/carousel.vue2.cjs +1 -1
  365. package/lib/components/carousel/index.d.ts +176 -344
  366. package/lib/components/check-tag/check-tag.vue.d.ts +11 -10
  367. package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
  368. package/lib/components/check-tag/index.d.ts +24 -95
  369. package/lib/components/checkbox/checkbox-button.vue.d.ts +12 -94
  370. package/lib/components/checkbox/checkbox-group.vue.d.ts +27 -82
  371. package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
  372. package/lib/components/checkbox/checkbox.vue.d.ts +24 -96
  373. package/lib/components/checkbox/index.d.ts +576 -786
  374. package/lib/components/clamp/clamp.vue.d.ts +25 -48
  375. package/lib/components/clamp/clamp.vue2.cjs +1 -1
  376. package/lib/components/clamp/index.d.ts +64 -122
  377. package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
  378. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  379. package/lib/components/clamp-toggle/index.d.ts +1 -1
  380. package/lib/components/col/col.vue.d.ts +30 -73
  381. package/lib/components/col/index.d.ts +93 -136
  382. package/lib/components/collapse-transition/index.d.ts +16 -166
  383. package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
  384. package/lib/components/collection/collection-item.vue.d.ts +1 -1
  385. package/lib/components/collection/collection.vue.d.ts +1 -1
  386. package/lib/components/color-picker/color-picker.vue.d.ts +25 -74
  387. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  388. package/lib/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
  389. package/lib/components/color-picker/components/hue-slider.vue.d.ts +1 -1
  390. package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
  391. package/lib/components/color-picker/components/sv-panel.vue.d.ts +1 -1
  392. package/lib/components/color-picker/index.d.ts +7 -7
  393. package/lib/components/config-provider/config-provider.vue.d.ts +10 -69
  394. package/lib/components/config-provider/index.d.ts +77 -129
  395. package/lib/components/container/aside.vue.d.ts +10 -9
  396. package/lib/components/container/container.vue.d.ts +10 -9
  397. package/lib/components/container/footer.vue.d.ts +10 -9
  398. package/lib/components/container/header.vue.d.ts +10 -9
  399. package/lib/components/container/index.d.ts +121 -775
  400. package/lib/components/container/main.vue.d.ts +1 -1
  401. package/lib/components/context-menu/context-menu.vue.d.ts +16 -27
  402. package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
  403. package/lib/components/date-picker/composables/use-range-picker.d.ts +6 -6
  404. package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
  405. package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
  406. package/lib/components/date-picker/date-picker-com/basic-date-table.vue2.cjs +1 -1
  407. package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
  408. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  409. package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
  410. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  411. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +11 -11
  412. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  413. package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +9 -9
  414. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  415. package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
  416. package/lib/components/date-picker/date-picker-com/panel-month-range.vue2.cjs +1 -1
  417. package/lib/components/date-picker/date-picker.d.ts +1 -1
  418. package/lib/components/date-picker/index.d.ts +2 -2
  419. package/lib/components/date-picker/panel-utils.d.ts +167 -351
  420. package/lib/components/date-time-select/date-time-select.vue.d.ts +11 -18
  421. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  422. package/lib/components/date-time-select/index.d.ts +1 -1
  423. package/lib/components/descriptions/description-item.vue.d.ts +20 -51
  424. package/lib/components/descriptions/description.vue.d.ts +18 -39
  425. package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
  426. package/lib/components/descriptions/descriptions-row.vue.d.ts +13 -9
  427. package/lib/components/descriptions/index.d.ts +161 -339
  428. package/lib/components/dialog/dialog-content.vue.d.ts +11 -52
  429. package/lib/components/dialog/dialog.vue.d.ts +12 -144
  430. package/lib/components/dialog/index.d.ts +178 -205
  431. package/lib/components/divider/divider.vue.d.ts +10 -39
  432. package/lib/components/divider/index.d.ts +47 -109
  433. package/lib/components/drawer/drawer.vue.d.ts +12 -167
  434. package/lib/components/drawer/index.d.ts +201 -220
  435. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
  436. package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
  437. package/lib/components/dropdown/dropdown-menu.vue.d.ts +1 -1
  438. package/lib/components/dropdown/dropdown.vue.d.ts +47 -144
  439. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  440. package/lib/components/dropdown/index.d.ts +207 -215
  441. package/lib/components/empty/empty.vue.d.ts +10 -27
  442. package/lib/components/empty/index.d.ts +31 -97
  443. package/lib/components/exception/exception.vue.d.ts +15 -21
  444. package/lib/components/exception/index.d.ts +1 -1
  445. package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
  446. package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
  447. package/lib/components/footer-layout/index.d.ts +8 -83
  448. package/lib/components/form/form-item.vue.d.ts +29 -78
  449. package/lib/components/form/form-item.vue2.cjs +1 -1
  450. package/lib/components/form/form-label-wrap.d.ts +1 -1
  451. package/lib/components/form/form.vue.d.ts +11 -94
  452. package/lib/components/form/form.vue2.cjs +1 -1
  453. package/lib/components/form/index.d.ts +338 -465
  454. package/lib/components/full-screen/full-screen.vue.d.ts +11 -63
  455. package/lib/components/full-screen/index.d.ts +1 -1
  456. package/lib/components/header-layout/header-layout.vue.d.ts +10 -11
  457. package/lib/components/header-layout/index.d.ts +17 -88
  458. package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
  459. package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
  460. package/lib/components/horizontal-menu/index.d.ts +1 -1
  461. package/lib/components/icon/icon.vue.d.ts +9 -46
  462. package/lib/components/icon/index.d.ts +1 -1
  463. package/lib/components/icon-text/icon-text.vue.d.ts +9 -64
  464. package/lib/components/icon-text/index.d.ts +1 -1
  465. package/lib/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
  466. package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
  467. package/lib/components/iframe-layout/iframe-page.vue.d.ts +12 -10
  468. package/lib/components/iframe-layout/index.d.ts +1 -1
  469. package/lib/components/image/image.vue.d.ts +14 -79
  470. package/lib/components/image/image.vue2.cjs +1 -1
  471. package/lib/components/image/index.d.ts +106 -155
  472. package/lib/components/image/p-image.vue.d.ts +21 -47
  473. package/lib/components/image/p-image.vue2.cjs +1 -1
  474. package/lib/components/image-viewer/image-viewer.vue.d.ts +11 -52
  475. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  476. package/lib/components/image-viewer/index.d.ts +71 -128
  477. package/lib/components/input/index.d.ts +228 -253
  478. package/lib/components/input/input.vue.d.ts +14 -157
  479. package/lib/components/input/input.vue2.cjs +1 -1
  480. package/lib/components/input-number/index.d.ts +3 -3
  481. package/lib/components/input-number/input-number.vue.d.ts +13 -108
  482. package/lib/components/input-number/input-number.vue2.cjs +1 -1
  483. package/lib/components/link/index.d.ts +53 -114
  484. package/lib/components/link/link.vue.d.ts +19 -40
  485. package/lib/components/link/link.vue2.cjs +1 -1
  486. package/lib/components/list-cell/index.d.ts +1 -1
  487. package/lib/components/list-cell/list-cell.vue.d.ts +11 -30
  488. package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
  489. package/lib/components/logo/index.d.ts +1 -1
  490. package/lib/components/logo/logo.vue.d.ts +9 -24
  491. package/lib/components/md-code-demo/index.d.ts +1 -1
  492. package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
  493. package/lib/components/md-code-tabs/index.d.ts +1 -1
  494. package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
  495. package/lib/components/md-comment/index.d.ts +1 -1
  496. package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
  497. package/lib/components/md-container/index.d.ts +11 -86
  498. package/lib/components/md-container/md-container.vue.d.ts +1 -1
  499. package/lib/components/md-container/toc.d.ts +1 -1
  500. package/lib/components/md-tabs/index.d.ts +1 -1
  501. package/lib/components/md-tabs/md-tabs.d.ts +1 -1
  502. package/lib/components/md-vue-playground/index.d.ts +1 -1
  503. package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
  504. package/lib/components/menu/index.d.ts +203 -343
  505. package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
  506. package/lib/components/menu/menu-item-group.vue.d.ts +13 -9
  507. package/lib/components/menu/menu-item.vue.d.ts +11 -64
  508. package/lib/components/menu/menu-item.vue2.cjs +1 -1
  509. package/lib/components/menu/menu.vue.d.ts +11 -64
  510. package/lib/components/menu/menu.vue2.cjs +1 -1
  511. package/lib/components/menu/sub-menu.vue.d.ts +11 -90
  512. package/lib/components/menu/sub-menu.vue2.cjs +1 -1
  513. package/lib/components/message/message.vue.d.ts +11 -104
  514. package/lib/components/message/message.vue2.cjs +1 -1
  515. package/lib/components/modal/index.d.ts +280 -253
  516. package/lib/components/modal/modal-footer-action.vue.d.ts +11 -33
  517. package/lib/components/modal/modal.vue.d.ts +63 -225
  518. package/lib/components/modal/modal.vue2.cjs +1 -1
  519. package/lib/components/multiple-tabs/index.d.ts +1 -1
  520. package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
  521. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  522. package/lib/components/multiple-tabs/multiple-tabs.vue3.cjs +1 -1
  523. package/lib/components/multiple-tabs/tab-content.vue.d.ts +17 -33
  524. package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
  525. package/lib/components/overlay/index.d.ts +1 -1
  526. package/lib/components/overlay/overlay.vue.d.ts +18 -34
  527. package/lib/components/overlay/overlay.vue2.cjs +1 -1
  528. package/lib/components/page-wrapper/index.d.ts +15 -87
  529. package/lib/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
  530. package/lib/components/pagination/components/jumper.vue.d.ts +12 -10
  531. package/lib/components/pagination/components/next.vue.d.ts +17 -28
  532. package/lib/components/pagination/components/pager.vue.d.ts +17 -30
  533. package/lib/components/pagination/components/pager.vue2.cjs +1 -1
  534. package/lib/components/pagination/components/prev.vue.d.ts +16 -22
  535. package/lib/components/pagination/components/prev.vue2.cjs +1 -1
  536. package/lib/components/pagination/components/sizes.vue.d.ts +18 -34
  537. package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
  538. package/lib/components/pagination/components/total.vue.d.ts +12 -10
  539. package/lib/components/pagination/index.d.ts +1 -1
  540. package/lib/components/pagination/pagination.vue.d.ts +11 -112
  541. package/lib/components/pagination/pagination.vue2.cjs +1 -1
  542. package/lib/components/popconfirm/index.d.ts +127 -159
  543. package/lib/components/popconfirm/popconfirm.vue.d.ts +52 -93
  544. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  545. package/lib/components/popover/index.d.ts +161 -192
  546. package/lib/components/popover/popover.vue2.cjs +1 -1
  547. package/lib/components/popper/arrow.vue.d.ts +14 -10
  548. package/lib/components/popper/content.vue2.cjs +1 -1
  549. package/lib/components/popper/index.d.ts +22 -94
  550. package/lib/components/popper/popper.vue.d.ts +14 -10
  551. package/lib/components/popper/trigger.vue.d.ts +24 -70
  552. package/lib/components/progress/index.d.ts +95 -141
  553. package/lib/components/progress/progress.vue.d.ts +10 -87
  554. package/lib/components/progress-i/index.d.ts +1 -1
  555. package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
  556. package/lib/components/qrcode/index.d.ts +1 -1
  557. package/lib/components/qrcode/qrcode.vue.d.ts +24 -35
  558. package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
  559. package/lib/components/radio/index.d.ts +328 -611
  560. package/lib/components/radio/radio-button.vue.d.ts +10 -33
  561. package/lib/components/radio/radio-button.vue2.cjs +1 -1
  562. package/lib/components/radio/radio-group.vue.d.ts +23 -72
  563. package/lib/components/radio/radio-group.vue2.cjs +1 -1
  564. package/lib/components/radio/radio.vue.d.ts +11 -46
  565. package/lib/components/radio/radio.vue2.cjs +1 -1
  566. package/lib/components/result/index.d.ts +1 -1
  567. package/lib/components/result/result.vue.d.ts +15 -21
  568. package/lib/components/router-view-content/index.d.ts +1 -1
  569. package/lib/components/router-view-content/router-view-content.vue.d.ts +17 -42
  570. package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
  571. package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
  572. package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +1 -1
  573. package/lib/components/row/index.d.ts +31 -97
  574. package/lib/components/row/row.vue.d.ts +10 -27
  575. package/lib/components/scrollbar/bar.vue.d.ts +11 -34
  576. package/lib/components/scrollbar/index.d.ts +104 -158
  577. package/lib/components/scrollbar/scrollbar.vue.d.ts +11 -70
  578. package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
  579. package/lib/components/scrollbar/thumb.vue.d.ts +9 -34
  580. package/lib/components/search/index.d.ts +116 -169
  581. package/lib/components/search/search.vue.d.ts +15 -66
  582. package/lib/components/search/search.vue2.cjs +1 -1
  583. package/lib/components/select/group-item.vue.d.ts +1 -1
  584. package/lib/components/select/index.d.ts +356 -144
  585. package/lib/components/select/option-item.vue.d.ts +1 -1
  586. package/lib/components/select/select-dropdown.d.ts +1 -1
  587. package/lib/components/select/select.vue.d.ts +178 -72
  588. package/lib/components/select/useSelect.d.ts +175 -69
  589. package/lib/components/side-menu/index.d.ts +1 -1
  590. package/lib/components/side-menu/side-menu.vue.d.ts +47 -156
  591. package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
  592. package/lib/components/skeleton/index.d.ts +44 -108
  593. package/lib/components/skeleton/skeleton-item.vue.d.ts +13 -9
  594. package/lib/components/skeleton/skeleton.vue.d.ts +18 -34
  595. package/lib/components/slider/button.vue.d.ts +11 -28
  596. package/lib/components/slider/button.vue2.cjs +1 -1
  597. package/lib/components/slider/composables/use-slide.d.ts +88 -219
  598. package/lib/components/slider/index.d.ts +1 -1
  599. package/lib/components/slider/marker.d.ts +1 -1
  600. package/lib/components/slider/slider.vue.d.ts +11 -160
  601. package/lib/components/slider/slider.vue2.cjs +1 -1
  602. package/lib/components/slot/only-child.d.ts +1 -1
  603. package/lib/components/space/index.d.ts +3 -3
  604. package/lib/components/space/item.d.ts +1 -1
  605. package/lib/components/space/space.d.ts +4 -4
  606. package/lib/components/super-form/index.d.ts +372 -322
  607. package/lib/components/super-form/super-form-action.vue.d.ts +11 -46
  608. package/lib/components/super-form/super-form-item.vue.d.ts +9 -54
  609. package/lib/components/super-form/super-form.vue.d.ts +63 -294
  610. package/lib/components/super-form/super-form.vue2.cjs +1 -1
  611. package/lib/components/super-form/types.d.ts +2 -2
  612. package/lib/components/switch/index.d.ts +7 -7
  613. package/lib/components/switch/switch.vue.d.ts +37 -146
  614. package/lib/components/switch/switch.vue2.cjs +1 -1
  615. package/lib/components/table/field.d.ts +2 -2
  616. package/lib/components/table/index.d.ts +1127 -945
  617. package/lib/components/table/table.vue.d.ts +77 -686
  618. package/lib/components/table/table.vue2.cjs +1 -1
  619. package/lib/components/table/use/use-columns.d.ts +30 -30
  620. package/lib/components/tabs/index.d.ts +77 -205
  621. package/lib/components/tabs/tab-bar.vue.d.ts +14 -45
  622. package/lib/components/tabs/tab-nav.vue.d.ts +29 -106
  623. package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
  624. package/lib/components/tabs/tab-pane.vue.d.ts +22 -33
  625. package/lib/components/tabs/tabs.vue.d.ts +13 -90
  626. package/lib/components/tabs/tabs.vue2.cjs +1 -1
  627. package/lib/components/tag/index.d.ts +1 -1
  628. package/lib/components/tag/tag.vue.d.ts +11 -52
  629. package/lib/components/tag/tag.vue2.cjs +1 -1
  630. package/lib/components/time-picker/common/picker.vue.d.ts +89 -89
  631. package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
  632. package/lib/components/time-picker/composables/use-time-picker.d.ts +12 -12
  633. package/lib/components/time-picker/index.d.ts +2 -2
  634. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
  635. package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
  636. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
  637. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  638. package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
  639. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  640. package/lib/components/time-picker/time-picker.d.ts +1 -1
  641. package/lib/components/time-select/time-select.vue.d.ts +43 -43
  642. package/lib/components/time-select/time-select.vue2.cjs +1 -1
  643. package/lib/components/tooltip/content.vue2.cjs +1 -1
  644. package/lib/components/tooltip/index.d.ts +329 -307
  645. package/lib/components/tooltip/tooltip.vue.d.ts +13 -288
  646. package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
  647. package/lib/components/tooltip/trigger.vue.d.ts +18 -34
  648. package/lib/components/tree/index.d.ts +538 -546
  649. package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
  650. package/lib/components/tree/tree-node.vue.d.ts +3 -3
  651. package/lib/components/tree/tree.vue.d.ts +37 -176
  652. package/lib/components/tree/tree.vue2.cjs +1 -1
  653. package/lib/components/upload/index.d.ts +236 -233
  654. package/lib/components/upload/upload-content.vue.d.ts +46 -173
  655. package/lib/components/upload/upload-dragger.vue.d.ts +12 -10
  656. package/lib/components/upload/upload-dragger.vue2.cjs +1 -1
  657. package/lib/components/upload/upload-list.vue.d.ts +29 -36
  658. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  659. package/lib/components/upload/upload.vue.d.ts +47 -185
  660. package/lib/components/upload/use-handlers.d.ts +14 -3
  661. package/lib/components/verify-code/index.d.ts +1 -1
  662. package/lib/components/verify-code/useImageVerify.cjs +1 -1
  663. package/lib/components/verify-code/verify-code.vue.d.ts +16 -22
  664. package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
  665. package/lib/components/virtual-list/builders/build-grid.d.ts +3 -3
  666. package/lib/components/virtual-list/builders/build-list.d.ts +5 -5
  667. package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
  668. package/lib/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
  669. package/lib/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
  670. package/lib/components/virtual-list/components/fixed-size-list.d.ts +5 -5
  671. package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
  672. package/lib/components/virtual-list/props.d.ts +3 -3
  673. package/lib/package.json.cjs +1 -1
  674. package/lib/package.json.d.ts +11 -11
  675. package/package.json +14 -14
  676. package/web-types.json +1 -1
  677. package/es/app-components/super-form/types.d.ts +0 -177
  678. package/es/components/collection/collection.d.ts +0 -243
  679. package/es/components/popover/popover.vue.d.ts +0 -158
  680. package/es/components/popper/content.vue.d.ts +0 -184
  681. package/es/components/roving-focus-group/types.d.ts +0 -236
  682. package/es/components/tooltip/content.vue.d.ts +0 -210
  683. package/lib/app-components/super-form/types.d.ts +0 -177
  684. package/lib/components/collection/collection.d.ts +0 -243
  685. package/lib/components/popover/popover.vue.d.ts +0 -158
  686. package/lib/components/popper/content.vue.d.ts +0 -184
  687. package/lib/components/roving-focus-group/types.d.ts +0 -236
  688. package/lib/components/tooltip/content.vue.d.ts +0 -210
@@ -1,450 +1,124 @@
1
1
  export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: {
6
- readonly label?: string | undefined;
7
- style?: unknown;
8
- key?: string | number | symbol | undefined;
9
- readonly name?: string | undefined;
10
- ref?: import("vue").VNodeRef | undefined;
11
- class?: unknown;
12
- readonly modelValue?: string | number | undefined;
13
- readonly placement?: import("./types").Placement | undefined;
14
- onFocus?: ((evt: FocusEvent) => any) | undefined;
15
- onBlur?: ((evt: FocusEvent) => any) | undefined;
16
- onChange?: ((value: string) => any) | undefined;
17
- onInput?: ((value: string) => any) | undefined;
18
- onSelect?: ((item: Record<string, any>) => any) | undefined;
19
- readonly disabled?: boolean | undefined;
20
- ref_for?: boolean | undefined;
21
- ref_key?: string | undefined;
22
- onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
- [key: string]: any;
24
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
- [key: string]: any;
26
- }>) => void)[] | undefined;
27
- onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
- [key: string]: any;
29
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
- [key: string]: any;
31
- }>) => void)[] | undefined;
32
- onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
- [key: string]: any;
34
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
- [key: string]: any;
36
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
- [key: string]: any;
38
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
- [key: string]: any;
40
- }>) => void)[] | undefined;
41
- onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
- [key: string]: any;
43
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
- [key: string]: any;
45
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
- [key: string]: any;
47
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
- [key: string]: any;
49
- }>) => void)[] | undefined;
50
- onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
51
- [key: string]: any;
52
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
53
- [key: string]: any;
54
- }>) => void)[] | undefined;
55
- onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
- [key: string]: any;
57
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
58
- [key: string]: any;
59
- }>) => void)[] | undefined;
60
- readonly clearable?: boolean | undefined;
61
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
62
- onClear?: (() => any) | undefined;
63
- readonly popperClass?: string | undefined;
64
- readonly teleported?: boolean | undefined;
65
- readonly valueKey?: string | undefined;
66
- readonly debounce?: number | undefined;
67
- readonly fetchSuggestions?: import("./types").AutocompleteFetchSuggestions | undefined;
68
- readonly triggerOnFocus?: boolean | undefined;
69
- readonly selectWhenUnmatched?: boolean | undefined;
70
- readonly hideLoading?: boolean | undefined;
71
- readonly highlightFirstItem?: boolean | undefined;
72
- readonly fitInputWidth?: boolean | undefined;
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<globalThis.ExtractPropTypes<{
3
+ valueKey: {
4
+ type: globalThis.PropType<string>;
73
5
  };
74
- $attrs: {
75
- [x: string]: unknown;
6
+ modelValue: {
7
+ type: globalThis.PropType<string | number>;
76
8
  };
77
- $refs: {
78
- [x: string]: unknown;
9
+ debounce: {
10
+ type: globalThis.PropType<number>;
79
11
  };
80
- $slots: Readonly<{
81
- [name: string]: import("vue").Slot<any> | undefined;
82
- }>;
83
- $root: globalThis.ComponentPublicInstance | null;
84
- $parent: globalThis.ComponentPublicInstance | null;
85
- $emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "select", item: Record<string, any>) => void) & ((event: "clear") => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void);
86
- $el: any;
87
- $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
88
- valueKey: {
89
- type: globalThis.PropType<string>;
90
- };
91
- modelValue: {
92
- type: globalThis.PropType<string | number>;
93
- };
94
- debounce: {
95
- type: globalThis.PropType<number>;
96
- };
97
- placement: {
98
- type: globalThis.PropType<import("./types").Placement>;
99
- };
100
- fetchSuggestions: {
101
- type: globalThis.PropType<import("./types").AutocompleteFetchSuggestions>;
102
- };
103
- popperClass: {
104
- type: globalThis.PropType<string>;
105
- };
106
- triggerOnFocus: {
107
- type: globalThis.PropType<boolean>;
108
- };
109
- selectWhenUnmatched: {
110
- type: globalThis.PropType<boolean>;
111
- };
112
- hideLoading: {
113
- type: globalThis.PropType<boolean>;
114
- };
115
- label: {
116
- type: globalThis.PropType<string>;
117
- };
118
- teleported: {
119
- type: globalThis.PropType<boolean>;
120
- };
121
- highlightFirstItem: {
122
- type: globalThis.PropType<boolean>;
123
- };
124
- fitInputWidth: {
125
- type: globalThis.PropType<boolean>;
126
- };
127
- clearable: {
128
- type: globalThis.PropType<boolean>;
129
- };
130
- disabled: {
131
- type: globalThis.PropType<boolean>;
132
- };
133
- name: {
134
- type: globalThis.PropType<string>;
135
- };
136
- }>> & {
137
- onFocus?: ((evt: FocusEvent) => any) | undefined;
138
- onBlur?: ((evt: FocusEvent) => any) | undefined;
139
- onChange?: ((value: string) => any) | undefined;
140
- onInput?: ((value: string) => any) | undefined;
141
- onSelect?: ((item: Record<string, any>) => any) | undefined;
142
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
143
- onClear?: (() => any) | undefined;
144
- }, {
145
- highlightedIndex: globalThis.Ref<number>;
146
- activated: globalThis.Ref<boolean>;
147
- loading: globalThis.Ref<boolean>;
148
- inputRef: globalThis.Ref<any>;
149
- popperRef: globalThis.Ref<({
150
- $: import("vue").ComponentInternalInstance;
151
- $data: {};
152
- $props: {
153
- style?: import("vue").StyleValue | undefined;
154
- readonly content?: string | undefined;
155
- readonly zIndex?: number | undefined;
156
- readonly offset?: number | undefined;
157
- readonly transition?: string | undefined;
158
- key?: string | number | symbol | undefined;
159
- ref?: import("vue").VNodeRef | undefined;
160
- class?: unknown;
161
- readonly showAfter?: number | undefined;
162
- readonly hideAfter?: number | undefined;
163
- readonly open?: boolean | undefined;
164
- onShow?: ((...args: any[]) => any) | undefined;
165
- onHide?: ((...args: any[]) => any) | undefined;
166
- readonly placement?: import("@popperjs/core").Placement | undefined;
167
- readonly strategy?: "fixed" | "absolute" | undefined;
168
- readonly effect?: "light" | "dark" | undefined;
169
- readonly id?: string | undefined;
170
- readonly onFocus?: Function | undefined;
171
- readonly onBlur?: Function | undefined;
172
- readonly onKeydown?: Function | undefined;
173
- readonly onClick?: Function | undefined;
174
- readonly onContextmenu?: Function | undefined;
175
- readonly onMouseenter?: Function | undefined;
176
- readonly onMouseleave?: Function | undefined;
177
- readonly className?: import("../types").ClassType | undefined;
178
- readonly ariaLabel?: string | undefined;
179
- readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
180
- readonly disabled?: boolean | undefined;
181
- readonly trigger?: import("..").TooltipTriggerType | undefined;
182
- ref_for?: boolean | undefined;
183
- ref_key?: string | undefined;
184
- onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
185
- [key: string]: any;
186
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
187
- [key: string]: any;
188
- }>) => void)[] | undefined;
189
- onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
190
- [key: string]: any;
191
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
192
- [key: string]: any;
193
- }>) => void)[] | undefined;
194
- onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
195
- [key: string]: any;
196
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
197
- [key: string]: any;
198
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
199
- [key: string]: any;
200
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
201
- [key: string]: any;
202
- }>) => void)[] | undefined;
203
- onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
204
- [key: string]: any;
205
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
206
- [key: string]: any;
207
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
208
- [key: string]: any;
209
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
210
- [key: string]: any;
211
- }>) => void)[] | undefined;
212
- onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
213
- [key: string]: any;
214
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
215
- [key: string]: any;
216
- }>) => void)[] | undefined;
217
- onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
218
- [key: string]: any;
219
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
220
- [key: string]: any;
221
- }>) => void)[] | undefined;
222
- onClose?: ((...args: any[]) => any) | undefined;
223
- readonly appendTo?: any;
224
- readonly visible?: boolean | undefined;
225
- readonly arrowOffset?: number | undefined;
226
- readonly gpuAcceleration?: boolean | undefined;
227
- readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
228
- readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
229
- readonly pure?: boolean | undefined;
230
- readonly boundariesPadding?: number | undefined;
231
- readonly enterable?: boolean | undefined;
232
- readonly focusOnShow?: boolean | undefined;
233
- readonly trapping?: boolean | undefined;
234
- readonly popperClass?: import("../types").ClassType | undefined;
235
- readonly popperStyle?: import("vue").StyleValue | undefined;
236
- readonly referenceEl?: HTMLElement | undefined;
237
- readonly triggerTargetEl?: HTMLElement | undefined;
238
- readonly stopPopperMouseEvent?: boolean | undefined;
239
- readonly virtualTriggering?: boolean | undefined;
240
- readonly virtualRef?: import("..").Measurable | undefined;
241
- readonly rawContent?: boolean | undefined;
242
- readonly persistent?: boolean | undefined;
243
- readonly teleported?: boolean | undefined;
244
- onOpen?: ((...args: any[]) => any) | undefined;
245
- readonly triggerKeys?: string[] | undefined;
246
- readonly showArrow?: boolean | undefined;
247
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
248
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
249
- };
250
- $attrs: {
251
- [x: string]: unknown;
252
- };
253
- $refs: {
254
- [x: string]: unknown;
255
- };
256
- $slots: Readonly<{
257
- [name: string]: import("vue").Slot<any> | undefined;
258
- }>;
259
- $root: globalThis.ComponentPublicInstance | null;
260
- $parent: globalThis.ComponentPublicInstance | null;
261
- $emit: ((event: "open", ...args: any[]) => void) & ((event: "close", ...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);
262
- $el: any;
263
- $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
264
- role: {
265
- type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
266
- };
267
- showArrow: {
268
- type: globalThis.PropType<boolean>;
269
- };
270
- arrowOffset: {
271
- type: globalThis.PropType<number>;
272
- };
273
- virtualRef: {
274
- type: globalThis.PropType<import("..").Measurable>;
275
- };
276
- virtualTriggering: {
277
- type: globalThis.PropType<boolean>;
278
- };
279
- onMouseenter: {
280
- type: globalThis.PropType<Function>;
281
- };
282
- onMouseleave: {
283
- type: globalThis.PropType<Function>;
284
- };
285
- onClick: {
286
- type: globalThis.PropType<Function>;
287
- };
288
- onKeydown: {
289
- type: globalThis.PropType<Function>;
290
- };
291
- onFocus: {
292
- type: globalThis.PropType<Function>;
293
- };
294
- onBlur: {
295
- type: globalThis.PropType<Function>;
296
- };
297
- onContextmenu: {
298
- type: globalThis.PropType<Function>;
299
- };
300
- id: {
301
- type: globalThis.PropType<string>;
302
- };
303
- open: {
304
- type: globalThis.PropType<boolean>;
305
- };
306
- boundariesPadding: {
307
- type: globalThis.PropType<number>;
308
- };
309
- fallbackPlacements: {
310
- type: globalThis.PropType<import("@popperjs/core").Placement[]>;
311
- };
312
- gpuAcceleration: {
313
- type: globalThis.PropType<boolean>;
314
- };
315
- offset: {
316
- type: globalThis.PropType<number>;
317
- };
318
- placement: {
319
- type: globalThis.PropType<import("@popperjs/core").Placement>;
320
- };
321
- popperOptions: {
322
- type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
323
- };
324
- strategy: {
325
- type: globalThis.PropType<"fixed" | "absolute">;
326
- };
327
- style: {
328
- type: globalThis.PropType<import("vue").StyleValue>;
329
- };
330
- className: {
331
- type: globalThis.PropType<import("../types").ClassType>;
332
- };
333
- effect: {
334
- type: globalThis.PropType<"light" | "dark">;
335
- };
336
- visible: {
337
- type: globalThis.PropType<boolean>;
338
- };
339
- enterable: {
340
- type: globalThis.PropType<boolean>;
341
- };
342
- pure: {
343
- type: globalThis.PropType<boolean>;
344
- };
345
- focusOnShow: {
346
- type: globalThis.PropType<boolean>;
347
- };
348
- trapping: {
349
- type: globalThis.PropType<boolean>;
350
- };
351
- popperClass: {
352
- type: globalThis.PropType<import("../types").ClassType>;
353
- };
354
- popperStyle: {
355
- type: globalThis.PropType<import("vue").StyleValue>;
356
- };
357
- referenceEl: {
358
- type: globalThis.PropType<HTMLElement>;
359
- };
360
- triggerTargetEl: {
361
- type: globalThis.PropType<HTMLElement>;
362
- };
363
- stopPopperMouseEvent: {
364
- type: globalThis.PropType<boolean>;
365
- };
366
- ariaLabel: {
367
- type: globalThis.PropType<string>;
368
- };
369
- zIndex: {
370
- type: globalThis.PropType<number>;
371
- };
372
- showAfter: {
373
- type: globalThis.PropType<number>;
374
- };
375
- hideAfter: {
376
- type: globalThis.PropType<number>;
377
- };
378
- appendTo: {
379
- type: globalThis.PropType<any>;
380
- };
381
- content: {
382
- type: globalThis.PropType<string>;
383
- };
384
- rawContent: {
385
- type: globalThis.PropType<boolean>;
386
- };
387
- persistent: {
388
- type: globalThis.PropType<boolean>;
389
- };
390
- transition: {
391
- type: globalThis.PropType<string>;
392
- };
393
- teleported: {
394
- type: globalThis.PropType<boolean>;
395
- };
396
- disabled: {
397
- type: globalThis.PropType<boolean>;
398
- };
399
- trigger: {
400
- type: globalThis.PropType<import("..").TooltipTriggerType>;
401
- };
402
- triggerKeys: {
403
- type: globalThis.PropType<string[]>;
404
- };
405
- }>> & {
406
- onShow?: ((...args: any[]) => any) | undefined;
407
- onHide?: ((...args: any[]) => any) | undefined;
408
- onClose?: ((...args: any[]) => any) | undefined;
409
- onOpen?: ((...args: any[]) => any) | undefined;
410
- "onBefore-show"?: ((...args: any[]) => any) | undefined;
411
- "onBefore-hide"?: ((...args: any[]) => any) | undefined;
412
- }, {
413
- popperRef: globalThis.Ref<any>;
414
- contentRef: globalThis.Ref<any>;
415
- isFocusInsideContent: () => boolean | undefined;
416
- updatePopper: () => void;
417
- onOpen: (event?: Event | undefined) => void;
418
- onClose: (event?: Event | undefined) => void;
419
- hide: (event?: Event | undefined) => void;
420
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
421
- open: (...args: any[]) => void;
422
- close: (...args: any[]) => void;
423
- hide: (...args: any[]) => void;
424
- show: (...args: any[]) => void;
425
- "before-show": (...args: any[]) => void;
426
- "before-hide": (...args: any[]) => void;
427
- }, string, {}, {}, string, {}> & {
428
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
429
- created?: ((() => void) | (() => void)[]) | undefined;
430
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
431
- mounted?: ((() => void) | (() => void)[]) | undefined;
432
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
433
- updated?: ((() => void) | (() => void)[]) | undefined;
434
- activated?: ((() => void) | (() => void)[]) | undefined;
435
- deactivated?: ((() => void) | (() => void)[]) | undefined;
436
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
437
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
438
- destroyed?: ((() => void) | (() => void)[]) | undefined;
439
- unmounted?: ((() => void) | (() => void)[]) | undefined;
440
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
441
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
442
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
443
- };
444
- $forceUpdate: () => void;
445
- $nextTick: typeof import("vue").nextTick;
446
- $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;
447
- } & Readonly<globalThis.ExtractPropTypes<{
12
+ placement: {
13
+ type: globalThis.PropType<import("./types").Placement>;
14
+ };
15
+ fetchSuggestions: {
16
+ type: globalThis.PropType<import("./types").AutocompleteFetchSuggestions>;
17
+ };
18
+ popperClass: {
19
+ type: globalThis.PropType<string>;
20
+ };
21
+ triggerOnFocus: {
22
+ type: globalThis.PropType<boolean>;
23
+ };
24
+ selectWhenUnmatched: {
25
+ type: globalThis.PropType<boolean>;
26
+ };
27
+ hideLoading: {
28
+ type: globalThis.PropType<boolean>;
29
+ };
30
+ label: {
31
+ type: globalThis.PropType<string>;
32
+ };
33
+ teleported: {
34
+ type: globalThis.PropType<boolean>;
35
+ };
36
+ highlightFirstItem: {
37
+ type: globalThis.PropType<boolean>;
38
+ };
39
+ fitInputWidth: {
40
+ type: globalThis.PropType<boolean>;
41
+ };
42
+ clearable: {
43
+ type: globalThis.PropType<boolean>;
44
+ };
45
+ disabled: {
46
+ type: globalThis.PropType<boolean>;
47
+ };
48
+ name: {
49
+ type: globalThis.PropType<string>;
50
+ };
51
+ }>> & {
52
+ onChange?: ((value: string) => any) | undefined;
53
+ onInput?: ((value: string) => any) | undefined;
54
+ onSelect?: ((item: Record<string, any>) => any) | undefined;
55
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
56
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
57
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
58
+ onClear?: (() => any) | undefined;
59
+ }, {
60
+ highlightedIndex: globalThis.Ref<number>;
61
+ activated: globalThis.Ref<boolean>;
62
+ loading: globalThis.Ref<boolean>;
63
+ inputRef: globalThis.Ref<any>;
64
+ popperRef: globalThis.Ref<({
65
+ $: import("vue").ComponentInternalInstance;
66
+ $data: {};
67
+ $props: Partial<{}> & Omit<{
68
+ readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
69
+ readonly content?: string | undefined;
70
+ readonly zIndex?: number | undefined;
71
+ readonly offset?: number | undefined;
72
+ readonly transition?: string | undefined;
73
+ readonly onBlur?: Function | undefined;
74
+ readonly onClick?: Function | undefined;
75
+ readonly onContextmenu?: Function | undefined;
76
+ readonly onFocus?: Function | undefined;
77
+ readonly onKeydown?: Function | undefined;
78
+ readonly onMouseenter?: Function | undefined;
79
+ readonly onMouseleave?: Function | undefined;
80
+ readonly showAfter?: number | undefined;
81
+ readonly hideAfter?: number | undefined;
82
+ readonly open?: boolean | undefined;
83
+ readonly placement?: import("@popperjs/core").Placement | undefined;
84
+ readonly strategy?: "fixed" | "absolute" | undefined;
85
+ readonly effect?: "light" | "dark" | undefined;
86
+ readonly id?: string | undefined;
87
+ readonly className?: import("../types").ClassType | undefined;
88
+ readonly ariaLabel?: string | undefined;
89
+ readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
90
+ readonly disabled?: boolean | undefined;
91
+ readonly trigger?: import("..").TooltipTriggerType | undefined;
92
+ readonly appendTo?: any;
93
+ readonly visible?: boolean | undefined;
94
+ readonly arrowOffset?: number | undefined;
95
+ readonly gpuAcceleration?: boolean | undefined;
96
+ readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
97
+ readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
98
+ readonly pure?: boolean | undefined;
99
+ readonly boundariesPadding?: number | undefined;
100
+ readonly enterable?: boolean | undefined;
101
+ readonly focusOnShow?: boolean | undefined;
102
+ readonly trapping?: boolean | undefined;
103
+ readonly popperClass?: import("../types").ClassType | undefined;
104
+ readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
105
+ readonly referenceEl?: HTMLElement | undefined;
106
+ readonly triggerTargetEl?: HTMLElement | undefined;
107
+ readonly stopPopperMouseEvent?: boolean | undefined;
108
+ readonly virtualTriggering?: boolean | undefined;
109
+ readonly virtualRef?: import("..").Measurable | undefined;
110
+ readonly rawContent?: boolean | undefined;
111
+ readonly persistent?: boolean | undefined;
112
+ readonly teleported?: boolean | undefined;
113
+ readonly triggerKeys?: string[] | undefined;
114
+ readonly showArrow?: boolean | undefined;
115
+ onClose?: ((...args: any[]) => any) | undefined;
116
+ onShow?: ((...args: any[]) => any) | undefined;
117
+ onHide?: ((...args: any[]) => any) | undefined;
118
+ onOpen?: ((...args: any[]) => any) | undefined;
119
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
120
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
121
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
448
122
  role: {
449
123
  type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
450
124
  };
@@ -509,7 +183,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
509
183
  type: globalThis.PropType<"fixed" | "absolute">;
510
184
  };
511
185
  style: {
512
- type: globalThis.PropType<import("vue").StyleValue>;
186
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
513
187
  };
514
188
  className: {
515
189
  type: globalThis.PropType<import("../types").ClassType>;
@@ -536,7 +210,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
536
210
  type: globalThis.PropType<import("../types").ClassType>;
537
211
  };
538
212
  popperStyle: {
539
- type: globalThis.PropType<import("vue").StyleValue>;
213
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
540
214
  };
541
215
  referenceEl: {
542
216
  type: globalThis.PropType<HTMLElement>;
@@ -587,224 +261,721 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
587
261
  type: globalThis.PropType<string[]>;
588
262
  };
589
263
  }>> & {
264
+ onClose?: ((...args: any[]) => any) | undefined;
590
265
  onShow?: ((...args: any[]) => any) | undefined;
591
266
  onHide?: ((...args: any[]) => any) | undefined;
592
- onClose?: ((...args: any[]) => any) | undefined;
593
267
  onOpen?: ((...args: any[]) => any) | undefined;
594
268
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
595
269
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
596
- } & import("vue").ShallowUnwrapRef<{
597
- popperRef: globalThis.Ref<any>;
598
- contentRef: globalThis.Ref<any>;
599
- isFocusInsideContent: () => boolean | undefined;
600
- updatePopper: () => void;
601
- onOpen: (event?: Event | undefined) => void;
602
- onClose: (event?: Event | undefined) => void;
603
- hide: (event?: Event | undefined) => void;
604
- }> & {} & import("vue").ComponentCustomProperties & {} & {
605
- $slots: {
606
- default?(_: {}): any;
607
- content?(_: {}): any;
608
- };
609
- }) | undefined>;
610
- suggestions: globalThis.Ref<Record<string, any>[]>;
611
- handleSelect: (item: any) => Promise<void>;
612
- handleKeyEnter: () => Promise<void>;
613
- focus: () => void;
614
- blur: () => void;
615
- close: () => void;
616
- highlight: (index: number) => void;
617
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
618
- "update:modelValue": (value: string) => void;
619
- change: (value: string) => void;
620
- input: (value: string) => void;
621
- select: (item: Record<string, any>) => void;
622
- clear: () => void;
623
- blur: (evt: FocusEvent) => void;
624
- focus: (evt: FocusEvent) => void;
625
- }, string, {}, {}, string, {}> & {
626
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
627
- created?: ((() => void) | (() => void)[]) | undefined;
628
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
629
- mounted?: ((() => void) | (() => void)[]) | undefined;
630
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
631
- updated?: ((() => void) | (() => void)[]) | undefined;
632
- activated?: ((() => void) | (() => void)[]) | undefined;
633
- deactivated?: ((() => void) | (() => void)[]) | undefined;
634
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
635
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
636
- destroyed?: ((() => void) | (() => void)[]) | undefined;
637
- unmounted?: ((() => void) | (() => void)[]) | undefined;
638
- renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
639
- renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
640
- errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
641
- };
642
- $forceUpdate: () => void;
643
- $nextTick: typeof import("vue").nextTick;
644
- $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;
645
- } & Readonly<globalThis.ExtractPropTypes<{
646
- valueKey: {
647
- type: globalThis.PropType<string>;
648
- };
649
- modelValue: {
650
- type: globalThis.PropType<string | number>;
651
- };
652
- debounce: {
653
- type: globalThis.PropType<number>;
654
- };
655
- placement: {
656
- type: globalThis.PropType<import("./types").Placement>;
657
- };
658
- fetchSuggestions: {
659
- type: globalThis.PropType<import("./types").AutocompleteFetchSuggestions>;
660
- };
661
- popperClass: {
662
- type: globalThis.PropType<string>;
663
- };
664
- triggerOnFocus: {
665
- type: globalThis.PropType<boolean>;
666
- };
667
- selectWhenUnmatched: {
668
- type: globalThis.PropType<boolean>;
669
- };
670
- hideLoading: {
671
- type: globalThis.PropType<boolean>;
672
- };
673
- label: {
674
- type: globalThis.PropType<string>;
675
- };
676
- teleported: {
677
- type: globalThis.PropType<boolean>;
678
- };
679
- highlightFirstItem: {
680
- type: globalThis.PropType<boolean>;
681
- };
682
- fitInputWidth: {
683
- type: globalThis.PropType<boolean>;
684
- };
685
- clearable: {
686
- type: globalThis.PropType<boolean>;
687
- };
688
- disabled: {
689
- type: globalThis.PropType<boolean>;
690
- };
691
- name: {
692
- type: globalThis.PropType<string>;
693
- };
694
- }>> & {
695
- onFocus?: ((evt: FocusEvent) => any) | undefined;
696
- onBlur?: ((evt: FocusEvent) => any) | undefined;
697
- onChange?: ((value: string) => any) | undefined;
698
- onInput?: ((value: string) => any) | undefined;
699
- onSelect?: ((item: Record<string, any>) => any) | undefined;
700
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
701
- onClear?: (() => any) | undefined;
702
- } & import("vue").ShallowUnwrapRef<{
703
- highlightedIndex: globalThis.Ref<number>;
704
- activated: globalThis.Ref<boolean>;
705
- loading: globalThis.Ref<boolean>;
706
- inputRef: globalThis.Ref<any>;
707
- popperRef: globalThis.Ref<({
708
- $: import("vue").ComponentInternalInstance;
709
- $data: {};
710
- $props: {
711
- style?: import("vue").StyleValue | undefined;
712
- readonly content?: string | undefined;
713
- readonly zIndex?: number | undefined;
270
+ }, never>;
271
+ $attrs: {
272
+ [x: string]: unknown;
273
+ };
274
+ $refs: {
275
+ [x: string]: unknown;
276
+ };
277
+ $slots: Readonly<{
278
+ [name: string]: import("vue").Slot<any> | undefined;
279
+ }>;
280
+ $root: globalThis.ComponentPublicInstance | null;
281
+ $parent: globalThis.ComponentPublicInstance | null;
282
+ $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);
283
+ $el: any;
284
+ $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
285
+ role: {
286
+ type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
287
+ };
288
+ showArrow: {
289
+ type: globalThis.PropType<boolean>;
290
+ };
291
+ arrowOffset: {
292
+ type: globalThis.PropType<number>;
293
+ };
294
+ virtualRef: {
295
+ type: globalThis.PropType<import("..").Measurable>;
296
+ };
297
+ virtualTriggering: {
298
+ type: globalThis.PropType<boolean>;
299
+ };
300
+ onMouseenter: {
301
+ type: globalThis.PropType<Function>;
302
+ };
303
+ onMouseleave: {
304
+ type: globalThis.PropType<Function>;
305
+ };
306
+ onClick: {
307
+ type: globalThis.PropType<Function>;
308
+ };
309
+ onKeydown: {
310
+ type: globalThis.PropType<Function>;
311
+ };
312
+ onFocus: {
313
+ type: globalThis.PropType<Function>;
314
+ };
315
+ onBlur: {
316
+ type: globalThis.PropType<Function>;
317
+ };
318
+ onContextmenu: {
319
+ type: globalThis.PropType<Function>;
320
+ };
321
+ id: {
322
+ type: globalThis.PropType<string>;
323
+ };
324
+ open: {
325
+ type: globalThis.PropType<boolean>;
326
+ };
327
+ boundariesPadding: {
328
+ type: globalThis.PropType<number>;
329
+ };
330
+ fallbackPlacements: {
331
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
332
+ };
333
+ gpuAcceleration: {
334
+ type: globalThis.PropType<boolean>;
335
+ };
336
+ offset: {
337
+ type: globalThis.PropType<number>;
338
+ };
339
+ placement: {
340
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
341
+ };
342
+ popperOptions: {
343
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
344
+ };
345
+ strategy: {
346
+ type: globalThis.PropType<"fixed" | "absolute">;
347
+ };
348
+ style: {
349
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
350
+ };
351
+ className: {
352
+ type: globalThis.PropType<import("../types").ClassType>;
353
+ };
354
+ effect: {
355
+ type: globalThis.PropType<"light" | "dark">;
356
+ };
357
+ visible: {
358
+ type: globalThis.PropType<boolean>;
359
+ };
360
+ enterable: {
361
+ type: globalThis.PropType<boolean>;
362
+ };
363
+ pure: {
364
+ type: globalThis.PropType<boolean>;
365
+ };
366
+ focusOnShow: {
367
+ type: globalThis.PropType<boolean>;
368
+ };
369
+ trapping: {
370
+ type: globalThis.PropType<boolean>;
371
+ };
372
+ popperClass: {
373
+ type: globalThis.PropType<import("../types").ClassType>;
374
+ };
375
+ popperStyle: {
376
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
377
+ };
378
+ referenceEl: {
379
+ type: globalThis.PropType<HTMLElement>;
380
+ };
381
+ triggerTargetEl: {
382
+ type: globalThis.PropType<HTMLElement>;
383
+ };
384
+ stopPopperMouseEvent: {
385
+ type: globalThis.PropType<boolean>;
386
+ };
387
+ ariaLabel: {
388
+ type: globalThis.PropType<string>;
389
+ };
390
+ zIndex: {
391
+ type: globalThis.PropType<number>;
392
+ };
393
+ showAfter: {
394
+ type: globalThis.PropType<number>;
395
+ };
396
+ hideAfter: {
397
+ type: globalThis.PropType<number>;
398
+ };
399
+ appendTo: {
400
+ type: globalThis.PropType<any>;
401
+ };
402
+ content: {
403
+ type: globalThis.PropType<string>;
404
+ };
405
+ rawContent: {
406
+ type: globalThis.PropType<boolean>;
407
+ };
408
+ persistent: {
409
+ type: globalThis.PropType<boolean>;
410
+ };
411
+ transition: {
412
+ type: globalThis.PropType<string>;
413
+ };
414
+ teleported: {
415
+ type: globalThis.PropType<boolean>;
416
+ };
417
+ disabled: {
418
+ type: globalThis.PropType<boolean>;
419
+ };
420
+ trigger: {
421
+ type: globalThis.PropType<import("..").TooltipTriggerType>;
422
+ };
423
+ triggerKeys: {
424
+ type: globalThis.PropType<string[]>;
425
+ };
426
+ }>> & {
427
+ onClose?: ((...args: any[]) => any) | undefined;
428
+ onShow?: ((...args: any[]) => any) | undefined;
429
+ onHide?: ((...args: any[]) => any) | undefined;
430
+ onOpen?: ((...args: any[]) => any) | undefined;
431
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
432
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
433
+ }, {
434
+ popperRef: globalThis.Ref<any>;
435
+ contentRef: globalThis.Ref<any>;
436
+ isFocusInsideContent: () => boolean | undefined;
437
+ updatePopper: () => void;
438
+ onOpen: (event?: Event | undefined) => void;
439
+ onClose: (event?: Event | undefined) => void;
440
+ hide: (event?: Event | undefined) => void;
441
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
442
+ close: (...args: any[]) => void;
443
+ open: (...args: any[]) => void;
444
+ hide: (...args: any[]) => void;
445
+ show: (...args: any[]) => void;
446
+ "before-show": (...args: any[]) => void;
447
+ "before-hide": (...args: any[]) => void;
448
+ }, string, {}, {}, string, {}> & {
449
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
450
+ created?: ((() => void) | (() => void)[]) | undefined;
451
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
452
+ mounted?: ((() => void) | (() => void)[]) | undefined;
453
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
454
+ updated?: ((() => void) | (() => void)[]) | undefined;
455
+ activated?: ((() => void) | (() => void)[]) | undefined;
456
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
457
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
458
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
459
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
460
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
461
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
462
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
463
+ errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance | null, info: string) => boolean | void)[]) | undefined;
464
+ };
465
+ $forceUpdate: () => void;
466
+ $nextTick: typeof import("vue").nextTick;
467
+ $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;
468
+ } & Omit<Readonly<globalThis.ExtractPropTypes<{
469
+ role: {
470
+ type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
471
+ };
472
+ showArrow: {
473
+ type: globalThis.PropType<boolean>;
474
+ };
475
+ arrowOffset: {
476
+ type: globalThis.PropType<number>;
477
+ };
478
+ virtualRef: {
479
+ type: globalThis.PropType<import("..").Measurable>;
480
+ };
481
+ virtualTriggering: {
482
+ type: globalThis.PropType<boolean>;
483
+ };
484
+ onMouseenter: {
485
+ type: globalThis.PropType<Function>;
486
+ };
487
+ onMouseleave: {
488
+ type: globalThis.PropType<Function>;
489
+ };
490
+ onClick: {
491
+ type: globalThis.PropType<Function>;
492
+ };
493
+ onKeydown: {
494
+ type: globalThis.PropType<Function>;
495
+ };
496
+ onFocus: {
497
+ type: globalThis.PropType<Function>;
498
+ };
499
+ onBlur: {
500
+ type: globalThis.PropType<Function>;
501
+ };
502
+ onContextmenu: {
503
+ type: globalThis.PropType<Function>;
504
+ };
505
+ id: {
506
+ type: globalThis.PropType<string>;
507
+ };
508
+ open: {
509
+ type: globalThis.PropType<boolean>;
510
+ };
511
+ boundariesPadding: {
512
+ type: globalThis.PropType<number>;
513
+ };
514
+ fallbackPlacements: {
515
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
516
+ };
517
+ gpuAcceleration: {
518
+ type: globalThis.PropType<boolean>;
519
+ };
520
+ offset: {
521
+ type: globalThis.PropType<number>;
522
+ };
523
+ placement: {
524
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
525
+ };
526
+ popperOptions: {
527
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
528
+ };
529
+ strategy: {
530
+ type: globalThis.PropType<"fixed" | "absolute">;
531
+ };
532
+ style: {
533
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
534
+ };
535
+ className: {
536
+ type: globalThis.PropType<import("../types").ClassType>;
537
+ };
538
+ effect: {
539
+ type: globalThis.PropType<"light" | "dark">;
540
+ };
541
+ visible: {
542
+ type: globalThis.PropType<boolean>;
543
+ };
544
+ enterable: {
545
+ type: globalThis.PropType<boolean>;
546
+ };
547
+ pure: {
548
+ type: globalThis.PropType<boolean>;
549
+ };
550
+ focusOnShow: {
551
+ type: globalThis.PropType<boolean>;
552
+ };
553
+ trapping: {
554
+ type: globalThis.PropType<boolean>;
555
+ };
556
+ popperClass: {
557
+ type: globalThis.PropType<import("../types").ClassType>;
558
+ };
559
+ popperStyle: {
560
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
561
+ };
562
+ referenceEl: {
563
+ type: globalThis.PropType<HTMLElement>;
564
+ };
565
+ triggerTargetEl: {
566
+ type: globalThis.PropType<HTMLElement>;
567
+ };
568
+ stopPopperMouseEvent: {
569
+ type: globalThis.PropType<boolean>;
570
+ };
571
+ ariaLabel: {
572
+ type: globalThis.PropType<string>;
573
+ };
574
+ zIndex: {
575
+ type: globalThis.PropType<number>;
576
+ };
577
+ showAfter: {
578
+ type: globalThis.PropType<number>;
579
+ };
580
+ hideAfter: {
581
+ type: globalThis.PropType<number>;
582
+ };
583
+ appendTo: {
584
+ type: globalThis.PropType<any>;
585
+ };
586
+ content: {
587
+ type: globalThis.PropType<string>;
588
+ };
589
+ rawContent: {
590
+ type: globalThis.PropType<boolean>;
591
+ };
592
+ persistent: {
593
+ type: globalThis.PropType<boolean>;
594
+ };
595
+ transition: {
596
+ type: globalThis.PropType<string>;
597
+ };
598
+ teleported: {
599
+ type: globalThis.PropType<boolean>;
600
+ };
601
+ disabled: {
602
+ type: globalThis.PropType<boolean>;
603
+ };
604
+ trigger: {
605
+ type: globalThis.PropType<import("..").TooltipTriggerType>;
606
+ };
607
+ triggerKeys: {
608
+ type: globalThis.PropType<string[]>;
609
+ };
610
+ }>> & {
611
+ onClose?: ((...args: any[]) => any) | undefined;
612
+ onShow?: ((...args: any[]) => any) | undefined;
613
+ onHide?: ((...args: any[]) => any) | undefined;
614
+ onOpen?: ((...args: any[]) => any) | undefined;
615
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
616
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
617
+ }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
618
+ popperRef: globalThis.Ref<any>;
619
+ contentRef: globalThis.Ref<any>;
620
+ isFocusInsideContent: () => boolean | undefined;
621
+ updatePopper: () => void;
622
+ onOpen: (event?: Event | undefined) => void;
623
+ onClose: (event?: Event | undefined) => void;
624
+ hide: (event?: Event | undefined) => void;
625
+ }> & {} & import("vue").ComponentCustomProperties & {} & {
626
+ $slots: {
627
+ default?(_: {}): any;
628
+ content?(_: {}): any;
629
+ };
630
+ }) | undefined>;
631
+ suggestions: globalThis.Ref<Record<string, any>[]>;
632
+ handleSelect: (item: any) => Promise<void>;
633
+ handleKeyEnter: () => Promise<void>;
634
+ focus: () => void;
635
+ blur: () => void;
636
+ close: () => void;
637
+ highlight: (index: number) => void;
638
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
639
+ "update:modelValue": (value: string) => void;
640
+ change: (value: string) => void;
641
+ input: (value: string) => void;
642
+ select: (item: Record<string, any>) => void;
643
+ clear: () => void;
644
+ blur: (evt: FocusEvent) => void;
645
+ focus: (evt: FocusEvent) => void;
646
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
647
+ valueKey: {
648
+ type: globalThis.PropType<string>;
649
+ };
650
+ modelValue: {
651
+ type: globalThis.PropType<string | number>;
652
+ };
653
+ debounce: {
654
+ type: globalThis.PropType<number>;
655
+ };
656
+ placement: {
657
+ type: globalThis.PropType<import("./types").Placement>;
658
+ };
659
+ fetchSuggestions: {
660
+ type: globalThis.PropType<import("./types").AutocompleteFetchSuggestions>;
661
+ };
662
+ popperClass: {
663
+ type: globalThis.PropType<string>;
664
+ };
665
+ triggerOnFocus: {
666
+ type: globalThis.PropType<boolean>;
667
+ };
668
+ selectWhenUnmatched: {
669
+ type: globalThis.PropType<boolean>;
670
+ };
671
+ hideLoading: {
672
+ type: globalThis.PropType<boolean>;
673
+ };
674
+ label: {
675
+ type: globalThis.PropType<string>;
676
+ };
677
+ teleported: {
678
+ type: globalThis.PropType<boolean>;
679
+ };
680
+ highlightFirstItem: {
681
+ type: globalThis.PropType<boolean>;
682
+ };
683
+ fitInputWidth: {
684
+ type: globalThis.PropType<boolean>;
685
+ };
686
+ clearable: {
687
+ type: globalThis.PropType<boolean>;
688
+ };
689
+ disabled: {
690
+ type: globalThis.PropType<boolean>;
691
+ };
692
+ name: {
693
+ type: globalThis.PropType<string>;
694
+ };
695
+ }>> & {
696
+ onChange?: ((value: string) => any) | undefined;
697
+ onInput?: ((value: string) => any) | undefined;
698
+ onSelect?: ((item: Record<string, any>) => any) | undefined;
699
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
700
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
701
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
702
+ onClear?: (() => any) | undefined;
703
+ }, {}, true, {}, {}, {
704
+ P: {};
705
+ B: {};
706
+ D: {};
707
+ C: {};
708
+ M: {};
709
+ Defaults: {};
710
+ }, Readonly<globalThis.ExtractPropTypes<{
711
+ valueKey: {
712
+ type: globalThis.PropType<string>;
713
+ };
714
+ modelValue: {
715
+ type: globalThis.PropType<string | number>;
716
+ };
717
+ debounce: {
718
+ type: globalThis.PropType<number>;
719
+ };
720
+ placement: {
721
+ type: globalThis.PropType<import("./types").Placement>;
722
+ };
723
+ fetchSuggestions: {
724
+ type: globalThis.PropType<import("./types").AutocompleteFetchSuggestions>;
725
+ };
726
+ popperClass: {
727
+ type: globalThis.PropType<string>;
728
+ };
729
+ triggerOnFocus: {
730
+ type: globalThis.PropType<boolean>;
731
+ };
732
+ selectWhenUnmatched: {
733
+ type: globalThis.PropType<boolean>;
734
+ };
735
+ hideLoading: {
736
+ type: globalThis.PropType<boolean>;
737
+ };
738
+ label: {
739
+ type: globalThis.PropType<string>;
740
+ };
741
+ teleported: {
742
+ type: globalThis.PropType<boolean>;
743
+ };
744
+ highlightFirstItem: {
745
+ type: globalThis.PropType<boolean>;
746
+ };
747
+ fitInputWidth: {
748
+ type: globalThis.PropType<boolean>;
749
+ };
750
+ clearable: {
751
+ type: globalThis.PropType<boolean>;
752
+ };
753
+ disabled: {
754
+ type: globalThis.PropType<boolean>;
755
+ };
756
+ name: {
757
+ type: globalThis.PropType<string>;
758
+ };
759
+ }>> & {
760
+ onChange?: ((value: string) => any) | undefined;
761
+ onInput?: ((value: string) => any) | undefined;
762
+ onSelect?: ((item: Record<string, any>) => any) | undefined;
763
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
764
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
765
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
766
+ onClear?: (() => any) | undefined;
767
+ }, {
768
+ highlightedIndex: globalThis.Ref<number>;
769
+ activated: globalThis.Ref<boolean>;
770
+ loading: globalThis.Ref<boolean>;
771
+ inputRef: globalThis.Ref<any>;
772
+ popperRef: globalThis.Ref<({
773
+ $: import("vue").ComponentInternalInstance;
774
+ $data: {};
775
+ $props: Partial<{}> & Omit<{
776
+ readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
777
+ readonly content?: string | undefined;
778
+ readonly zIndex?: number | undefined;
714
779
  readonly offset?: number | undefined;
715
780
  readonly transition?: string | undefined;
716
- key?: string | number | symbol | undefined;
717
- ref?: import("vue").VNodeRef | undefined;
718
- class?: unknown;
781
+ readonly onBlur?: Function | undefined;
782
+ readonly onClick?: Function | undefined;
783
+ readonly onContextmenu?: Function | undefined;
784
+ readonly onFocus?: Function | undefined;
785
+ readonly onKeydown?: Function | undefined;
786
+ readonly onMouseenter?: Function | undefined;
787
+ readonly onMouseleave?: Function | undefined;
719
788
  readonly showAfter?: number | undefined;
720
789
  readonly hideAfter?: number | undefined;
721
790
  readonly open?: boolean | undefined;
791
+ readonly placement?: import("@popperjs/core").Placement | undefined;
792
+ readonly strategy?: "fixed" | "absolute" | undefined;
793
+ readonly effect?: "light" | "dark" | undefined;
794
+ readonly id?: string | undefined;
795
+ readonly className?: import("../types").ClassType | undefined;
796
+ readonly ariaLabel?: string | undefined;
797
+ readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
798
+ readonly disabled?: boolean | undefined;
799
+ readonly trigger?: import("..").TooltipTriggerType | undefined;
800
+ readonly appendTo?: any;
801
+ readonly visible?: boolean | undefined;
802
+ readonly arrowOffset?: number | undefined;
803
+ readonly gpuAcceleration?: boolean | undefined;
804
+ readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
805
+ readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
806
+ readonly pure?: boolean | undefined;
807
+ readonly boundariesPadding?: number | undefined;
808
+ readonly enterable?: boolean | undefined;
809
+ readonly focusOnShow?: boolean | undefined;
810
+ readonly trapping?: boolean | undefined;
811
+ readonly popperClass?: import("../types").ClassType | undefined;
812
+ readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
813
+ readonly referenceEl?: HTMLElement | undefined;
814
+ readonly triggerTargetEl?: HTMLElement | undefined;
815
+ readonly stopPopperMouseEvent?: boolean | undefined;
816
+ readonly virtualTriggering?: boolean | undefined;
817
+ readonly virtualRef?: import("..").Measurable | undefined;
818
+ readonly rawContent?: boolean | undefined;
819
+ readonly persistent?: boolean | undefined;
820
+ readonly teleported?: boolean | undefined;
821
+ readonly triggerKeys?: string[] | undefined;
822
+ readonly showArrow?: boolean | undefined;
823
+ onClose?: ((...args: any[]) => any) | undefined;
824
+ onShow?: ((...args: any[]) => any) | undefined;
825
+ onHide?: ((...args: any[]) => any) | undefined;
826
+ onOpen?: ((...args: any[]) => any) | undefined;
827
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
828
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
829
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
830
+ role: {
831
+ type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
832
+ };
833
+ showArrow: {
834
+ type: globalThis.PropType<boolean>;
835
+ };
836
+ arrowOffset: {
837
+ type: globalThis.PropType<number>;
838
+ };
839
+ virtualRef: {
840
+ type: globalThis.PropType<import("..").Measurable>;
841
+ };
842
+ virtualTriggering: {
843
+ type: globalThis.PropType<boolean>;
844
+ };
845
+ onMouseenter: {
846
+ type: globalThis.PropType<Function>;
847
+ };
848
+ onMouseleave: {
849
+ type: globalThis.PropType<Function>;
850
+ };
851
+ onClick: {
852
+ type: globalThis.PropType<Function>;
853
+ };
854
+ onKeydown: {
855
+ type: globalThis.PropType<Function>;
856
+ };
857
+ onFocus: {
858
+ type: globalThis.PropType<Function>;
859
+ };
860
+ onBlur: {
861
+ type: globalThis.PropType<Function>;
862
+ };
863
+ onContextmenu: {
864
+ type: globalThis.PropType<Function>;
865
+ };
866
+ id: {
867
+ type: globalThis.PropType<string>;
868
+ };
869
+ open: {
870
+ type: globalThis.PropType<boolean>;
871
+ };
872
+ boundariesPadding: {
873
+ type: globalThis.PropType<number>;
874
+ };
875
+ fallbackPlacements: {
876
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
877
+ };
878
+ gpuAcceleration: {
879
+ type: globalThis.PropType<boolean>;
880
+ };
881
+ offset: {
882
+ type: globalThis.PropType<number>;
883
+ };
884
+ placement: {
885
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
886
+ };
887
+ popperOptions: {
888
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
889
+ };
890
+ strategy: {
891
+ type: globalThis.PropType<"fixed" | "absolute">;
892
+ };
893
+ style: {
894
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
895
+ };
896
+ className: {
897
+ type: globalThis.PropType<import("../types").ClassType>;
898
+ };
899
+ effect: {
900
+ type: globalThis.PropType<"light" | "dark">;
901
+ };
902
+ visible: {
903
+ type: globalThis.PropType<boolean>;
904
+ };
905
+ enterable: {
906
+ type: globalThis.PropType<boolean>;
907
+ };
908
+ pure: {
909
+ type: globalThis.PropType<boolean>;
910
+ };
911
+ focusOnShow: {
912
+ type: globalThis.PropType<boolean>;
913
+ };
914
+ trapping: {
915
+ type: globalThis.PropType<boolean>;
916
+ };
917
+ popperClass: {
918
+ type: globalThis.PropType<import("../types").ClassType>;
919
+ };
920
+ popperStyle: {
921
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
922
+ };
923
+ referenceEl: {
924
+ type: globalThis.PropType<HTMLElement>;
925
+ };
926
+ triggerTargetEl: {
927
+ type: globalThis.PropType<HTMLElement>;
928
+ };
929
+ stopPopperMouseEvent: {
930
+ type: globalThis.PropType<boolean>;
931
+ };
932
+ ariaLabel: {
933
+ type: globalThis.PropType<string>;
934
+ };
935
+ zIndex: {
936
+ type: globalThis.PropType<number>;
937
+ };
938
+ showAfter: {
939
+ type: globalThis.PropType<number>;
940
+ };
941
+ hideAfter: {
942
+ type: globalThis.PropType<number>;
943
+ };
944
+ appendTo: {
945
+ type: globalThis.PropType<any>;
946
+ };
947
+ content: {
948
+ type: globalThis.PropType<string>;
949
+ };
950
+ rawContent: {
951
+ type: globalThis.PropType<boolean>;
952
+ };
953
+ persistent: {
954
+ type: globalThis.PropType<boolean>;
955
+ };
956
+ transition: {
957
+ type: globalThis.PropType<string>;
958
+ };
959
+ teleported: {
960
+ type: globalThis.PropType<boolean>;
961
+ };
962
+ disabled: {
963
+ type: globalThis.PropType<boolean>;
964
+ };
965
+ trigger: {
966
+ type: globalThis.PropType<import("..").TooltipTriggerType>;
967
+ };
968
+ triggerKeys: {
969
+ type: globalThis.PropType<string[]>;
970
+ };
971
+ }>> & {
972
+ onClose?: ((...args: any[]) => any) | undefined;
722
973
  onShow?: ((...args: any[]) => any) | undefined;
723
974
  onHide?: ((...args: any[]) => any) | undefined;
724
- readonly placement?: import("@popperjs/core").Placement | undefined;
725
- readonly strategy?: "fixed" | "absolute" | undefined;
726
- readonly effect?: "light" | "dark" | undefined;
727
- readonly id?: string | undefined;
728
- readonly onFocus?: Function | undefined;
729
- readonly onBlur?: Function | undefined;
730
- readonly onKeydown?: Function | undefined;
731
- readonly onClick?: Function | undefined;
732
- readonly onContextmenu?: Function | undefined;
733
- readonly onMouseenter?: Function | undefined;
734
- readonly onMouseleave?: Function | undefined;
735
- readonly className?: import("../types").ClassType | undefined;
736
- readonly ariaLabel?: string | undefined;
737
- readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
738
- readonly disabled?: boolean | undefined;
739
- readonly trigger?: import("..").TooltipTriggerType | undefined;
740
- ref_for?: boolean | undefined;
741
- ref_key?: string | undefined;
742
- onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
743
- [key: string]: any;
744
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
745
- [key: string]: any;
746
- }>) => void)[] | undefined;
747
- onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
748
- [key: string]: any;
749
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
750
- [key: string]: any;
751
- }>) => void)[] | undefined;
752
- onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
753
- [key: string]: any;
754
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
755
- [key: string]: any;
756
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
757
- [key: string]: any;
758
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
759
- [key: string]: any;
760
- }>) => void)[] | undefined;
761
- onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
762
- [key: string]: any;
763
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
764
- [key: string]: any;
765
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
766
- [key: string]: any;
767
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
768
- [key: string]: any;
769
- }>) => void)[] | undefined;
770
- onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
771
- [key: string]: any;
772
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
773
- [key: string]: any;
774
- }>) => void)[] | undefined;
775
- onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
776
- [key: string]: any;
777
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
778
- [key: string]: any;
779
- }>) => void)[] | undefined;
780
- onClose?: ((...args: any[]) => any) | undefined;
781
- readonly appendTo?: any;
782
- readonly visible?: boolean | undefined;
783
- readonly arrowOffset?: number | undefined;
784
- readonly gpuAcceleration?: boolean | undefined;
785
- readonly fallbackPlacements?: import("@popperjs/core").Placement[] | undefined;
786
- readonly popperOptions?: Partial<import("@popperjs/core").Options> | undefined;
787
- readonly pure?: boolean | undefined;
788
- readonly boundariesPadding?: number | undefined;
789
- readonly enterable?: boolean | undefined;
790
- readonly focusOnShow?: boolean | undefined;
791
- readonly trapping?: boolean | undefined;
792
- readonly popperClass?: import("../types").ClassType | undefined;
793
- readonly popperStyle?: import("vue").StyleValue | undefined;
794
- readonly referenceEl?: HTMLElement | undefined;
795
- readonly triggerTargetEl?: HTMLElement | undefined;
796
- readonly stopPopperMouseEvent?: boolean | undefined;
797
- readonly virtualTriggering?: boolean | undefined;
798
- readonly virtualRef?: import("..").Measurable | undefined;
799
- readonly rawContent?: boolean | undefined;
800
- readonly persistent?: boolean | undefined;
801
- readonly teleported?: boolean | undefined;
802
975
  onOpen?: ((...args: any[]) => any) | undefined;
803
- readonly triggerKeys?: string[] | undefined;
804
- readonly showArrow?: boolean | undefined;
805
976
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
806
977
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
807
- };
978
+ }, never>;
808
979
  $attrs: {
809
980
  [x: string]: unknown;
810
981
  };
@@ -816,7 +987,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
816
987
  }>;
817
988
  $root: globalThis.ComponentPublicInstance | null;
818
989
  $parent: globalThis.ComponentPublicInstance | null;
819
- $emit: ((event: "open", ...args: any[]) => void) & ((event: "close", ...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);
990
+ $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);
820
991
  $el: any;
821
992
  $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
822
993
  role: {
@@ -883,7 +1054,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
883
1054
  type: globalThis.PropType<"fixed" | "absolute">;
884
1055
  };
885
1056
  style: {
886
- type: globalThis.PropType<import("vue").StyleValue>;
1057
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
887
1058
  };
888
1059
  className: {
889
1060
  type: globalThis.PropType<import("../types").ClassType>;
@@ -910,7 +1081,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
910
1081
  type: globalThis.PropType<import("../types").ClassType>;
911
1082
  };
912
1083
  popperStyle: {
913
- type: globalThis.PropType<import("vue").StyleValue>;
1084
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
914
1085
  };
915
1086
  referenceEl: {
916
1087
  type: globalThis.PropType<HTMLElement>;
@@ -961,9 +1132,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
961
1132
  type: globalThis.PropType<string[]>;
962
1133
  };
963
1134
  }>> & {
1135
+ onClose?: ((...args: any[]) => any) | undefined;
964
1136
  onShow?: ((...args: any[]) => any) | undefined;
965
1137
  onHide?: ((...args: any[]) => any) | undefined;
966
- onClose?: ((...args: any[]) => any) | undefined;
967
1138
  onOpen?: ((...args: any[]) => any) | undefined;
968
1139
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
969
1140
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
@@ -976,8 +1147,8 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
976
1147
  onClose: (event?: Event | undefined) => void;
977
1148
  hide: (event?: Event | undefined) => void;
978
1149
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
979
- open: (...args: any[]) => void;
980
1150
  close: (...args: any[]) => void;
1151
+ open: (...args: any[]) => void;
981
1152
  hide: (...args: any[]) => void;
982
1153
  show: (...args: any[]) => void;
983
1154
  "before-show": (...args: any[]) => void;
@@ -1002,7 +1173,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1002
1173
  $forceUpdate: () => void;
1003
1174
  $nextTick: typeof import("vue").nextTick;
1004
1175
  $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;
1005
- } & Readonly<globalThis.ExtractPropTypes<{
1176
+ } & Omit<Readonly<globalThis.ExtractPropTypes<{
1006
1177
  role: {
1007
1178
  type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1008
1179
  };
@@ -1067,7 +1238,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1067
1238
  type: globalThis.PropType<"fixed" | "absolute">;
1068
1239
  };
1069
1240
  style: {
1070
- type: globalThis.PropType<import("vue").StyleValue>;
1241
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1071
1242
  };
1072
1243
  className: {
1073
1244
  type: globalThis.PropType<import("../types").ClassType>;
@@ -1094,7 +1265,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1094
1265
  type: globalThis.PropType<import("../types").ClassType>;
1095
1266
  };
1096
1267
  popperStyle: {
1097
- type: globalThis.PropType<import("vue").StyleValue>;
1268
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1098
1269
  };
1099
1270
  referenceEl: {
1100
1271
  type: globalThis.PropType<HTMLElement>;
@@ -1145,13 +1316,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1145
1316
  type: globalThis.PropType<string[]>;
1146
1317
  };
1147
1318
  }>> & {
1319
+ onClose?: ((...args: any[]) => any) | undefined;
1148
1320
  onShow?: ((...args: any[]) => any) | undefined;
1149
1321
  onHide?: ((...args: any[]) => any) | undefined;
1150
- onClose?: ((...args: any[]) => any) | undefined;
1151
1322
  onOpen?: ((...args: any[]) => any) | undefined;
1152
1323
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1153
1324
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1154
- } & import("vue").ShallowUnwrapRef<{
1325
+ }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
1155
1326
  popperRef: globalThis.Ref<any>;
1156
1327
  contentRef: globalThis.Ref<any>;
1157
1328
  isFocusInsideContent: () => boolean | undefined;
@@ -1172,7 +1343,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1172
1343
  blur: () => void;
1173
1344
  close: () => void;
1174
1345
  highlight: (index: number) => void;
1175
- }> & {} & import("vue").ComponentCustomProperties & {};
1346
+ }, {}, {}, {}, {}>;
1176
1347
  __isFragment?: undefined;
1177
1348
  __isTeleport?: undefined;
1178
1349
  __isSuspense?: undefined;
@@ -1226,11 +1397,11 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1226
1397
  type: globalThis.PropType<string>;
1227
1398
  };
1228
1399
  }>> & {
1229
- onFocus?: ((evt: FocusEvent) => any) | undefined;
1230
- onBlur?: ((evt: FocusEvent) => any) | undefined;
1231
1400
  onChange?: ((value: string) => any) | undefined;
1232
1401
  onInput?: ((value: string) => any) | undefined;
1233
1402
  onSelect?: ((item: Record<string, any>) => any) | undefined;
1403
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
1404
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
1234
1405
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1235
1406
  onClear?: (() => any) | undefined;
1236
1407
  }, {
@@ -1241,77 +1412,31 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1241
1412
  popperRef: globalThis.Ref<({
1242
1413
  $: import("vue").ComponentInternalInstance;
1243
1414
  $data: {};
1244
- $props: {
1245
- style?: import("vue").StyleValue | undefined;
1415
+ $props: Partial<{}> & Omit<{
1416
+ readonly style?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1246
1417
  readonly content?: string | undefined;
1247
1418
  readonly zIndex?: number | undefined;
1248
1419
  readonly offset?: number | undefined;
1249
1420
  readonly transition?: string | undefined;
1250
- key?: string | number | symbol | undefined;
1251
- ref?: import("vue").VNodeRef | undefined;
1252
- class?: unknown;
1421
+ readonly onBlur?: Function | undefined;
1422
+ readonly onClick?: Function | undefined;
1423
+ readonly onContextmenu?: Function | undefined;
1424
+ readonly onFocus?: Function | undefined;
1425
+ readonly onKeydown?: Function | undefined;
1426
+ readonly onMouseenter?: Function | undefined;
1427
+ readonly onMouseleave?: Function | undefined;
1253
1428
  readonly showAfter?: number | undefined;
1254
1429
  readonly hideAfter?: number | undefined;
1255
1430
  readonly open?: boolean | undefined;
1256
- onShow?: ((...args: any[]) => any) | undefined;
1257
- onHide?: ((...args: any[]) => any) | undefined;
1258
1431
  readonly placement?: import("@popperjs/core").Placement | undefined;
1259
1432
  readonly strategy?: "fixed" | "absolute" | undefined;
1260
1433
  readonly effect?: "light" | "dark" | undefined;
1261
1434
  readonly id?: string | undefined;
1262
- readonly onFocus?: Function | undefined;
1263
- readonly onBlur?: Function | undefined;
1264
- readonly onKeydown?: Function | undefined;
1265
- readonly onClick?: Function | undefined;
1266
- readonly onContextmenu?: Function | undefined;
1267
- readonly onMouseenter?: Function | undefined;
1268
- readonly onMouseleave?: Function | undefined;
1269
1435
  readonly className?: import("../types").ClassType | undefined;
1270
1436
  readonly ariaLabel?: string | undefined;
1271
1437
  readonly role?: "dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree" | undefined;
1272
1438
  readonly disabled?: boolean | undefined;
1273
1439
  readonly trigger?: import("..").TooltipTriggerType | undefined;
1274
- ref_for?: boolean | undefined;
1275
- ref_key?: string | undefined;
1276
- onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1277
- [key: string]: any;
1278
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1279
- [key: string]: any;
1280
- }>) => void)[] | undefined;
1281
- onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1282
- [key: string]: any;
1283
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1284
- [key: string]: any;
1285
- }>) => void)[] | undefined;
1286
- onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1287
- [key: string]: any;
1288
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1289
- [key: string]: any;
1290
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1291
- [key: string]: any;
1292
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1293
- [key: string]: any;
1294
- }>) => void)[] | undefined;
1295
- onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1296
- [key: string]: any;
1297
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1298
- [key: string]: any;
1299
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1300
- [key: string]: any;
1301
- }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1302
- [key: string]: any;
1303
- }>) => void)[] | undefined;
1304
- onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1305
- [key: string]: any;
1306
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1307
- [key: string]: any;
1308
- }>) => void)[] | undefined;
1309
- onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1310
- [key: string]: any;
1311
- }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
1312
- [key: string]: any;
1313
- }>) => void)[] | undefined;
1314
- onClose?: ((...args: any[]) => any) | undefined;
1315
1440
  readonly appendTo?: any;
1316
1441
  readonly visible?: boolean | undefined;
1317
1442
  readonly arrowOffset?: number | undefined;
@@ -1324,7 +1449,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1324
1449
  readonly focusOnShow?: boolean | undefined;
1325
1450
  readonly trapping?: boolean | undefined;
1326
1451
  readonly popperClass?: import("../types").ClassType | undefined;
1327
- readonly popperStyle?: import("vue").StyleValue | undefined;
1452
+ readonly popperStyle?: string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null | undefined;
1328
1453
  readonly referenceEl?: HTMLElement | undefined;
1329
1454
  readonly triggerTargetEl?: HTMLElement | undefined;
1330
1455
  readonly stopPopperMouseEvent?: boolean | undefined;
@@ -1333,12 +1458,164 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1333
1458
  readonly rawContent?: boolean | undefined;
1334
1459
  readonly persistent?: boolean | undefined;
1335
1460
  readonly teleported?: boolean | undefined;
1336
- onOpen?: ((...args: any[]) => any) | undefined;
1337
1461
  readonly triggerKeys?: string[] | undefined;
1338
1462
  readonly showArrow?: boolean | undefined;
1463
+ onClose?: ((...args: any[]) => any) | undefined;
1464
+ onShow?: ((...args: any[]) => any) | undefined;
1465
+ onHide?: ((...args: any[]) => any) | undefined;
1466
+ onOpen?: ((...args: any[]) => any) | undefined;
1339
1467
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1340
1468
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1341
- };
1469
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<globalThis.ExtractPropTypes<{
1470
+ role: {
1471
+ type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1472
+ };
1473
+ showArrow: {
1474
+ type: globalThis.PropType<boolean>;
1475
+ };
1476
+ arrowOffset: {
1477
+ type: globalThis.PropType<number>;
1478
+ };
1479
+ virtualRef: {
1480
+ type: globalThis.PropType<import("..").Measurable>;
1481
+ };
1482
+ virtualTriggering: {
1483
+ type: globalThis.PropType<boolean>;
1484
+ };
1485
+ onMouseenter: {
1486
+ type: globalThis.PropType<Function>;
1487
+ };
1488
+ onMouseleave: {
1489
+ type: globalThis.PropType<Function>;
1490
+ };
1491
+ onClick: {
1492
+ type: globalThis.PropType<Function>;
1493
+ };
1494
+ onKeydown: {
1495
+ type: globalThis.PropType<Function>;
1496
+ };
1497
+ onFocus: {
1498
+ type: globalThis.PropType<Function>;
1499
+ };
1500
+ onBlur: {
1501
+ type: globalThis.PropType<Function>;
1502
+ };
1503
+ onContextmenu: {
1504
+ type: globalThis.PropType<Function>;
1505
+ };
1506
+ id: {
1507
+ type: globalThis.PropType<string>;
1508
+ };
1509
+ open: {
1510
+ type: globalThis.PropType<boolean>;
1511
+ };
1512
+ boundariesPadding: {
1513
+ type: globalThis.PropType<number>;
1514
+ };
1515
+ fallbackPlacements: {
1516
+ type: globalThis.PropType<import("@popperjs/core").Placement[]>;
1517
+ };
1518
+ gpuAcceleration: {
1519
+ type: globalThis.PropType<boolean>;
1520
+ };
1521
+ offset: {
1522
+ type: globalThis.PropType<number>;
1523
+ };
1524
+ placement: {
1525
+ type: globalThis.PropType<import("@popperjs/core").Placement>;
1526
+ };
1527
+ popperOptions: {
1528
+ type: globalThis.PropType<Partial<import("@popperjs/core").Options>>;
1529
+ };
1530
+ strategy: {
1531
+ type: globalThis.PropType<"fixed" | "absolute">;
1532
+ };
1533
+ style: {
1534
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1535
+ };
1536
+ className: {
1537
+ type: globalThis.PropType<import("../types").ClassType>;
1538
+ };
1539
+ effect: {
1540
+ type: globalThis.PropType<"light" | "dark">;
1541
+ };
1542
+ visible: {
1543
+ type: globalThis.PropType<boolean>;
1544
+ };
1545
+ enterable: {
1546
+ type: globalThis.PropType<boolean>;
1547
+ };
1548
+ pure: {
1549
+ type: globalThis.PropType<boolean>;
1550
+ };
1551
+ focusOnShow: {
1552
+ type: globalThis.PropType<boolean>;
1553
+ };
1554
+ trapping: {
1555
+ type: globalThis.PropType<boolean>;
1556
+ };
1557
+ popperClass: {
1558
+ type: globalThis.PropType<import("../types").ClassType>;
1559
+ };
1560
+ popperStyle: {
1561
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1562
+ };
1563
+ referenceEl: {
1564
+ type: globalThis.PropType<HTMLElement>;
1565
+ };
1566
+ triggerTargetEl: {
1567
+ type: globalThis.PropType<HTMLElement>;
1568
+ };
1569
+ stopPopperMouseEvent: {
1570
+ type: globalThis.PropType<boolean>;
1571
+ };
1572
+ ariaLabel: {
1573
+ type: globalThis.PropType<string>;
1574
+ };
1575
+ zIndex: {
1576
+ type: globalThis.PropType<number>;
1577
+ };
1578
+ showAfter: {
1579
+ type: globalThis.PropType<number>;
1580
+ };
1581
+ hideAfter: {
1582
+ type: globalThis.PropType<number>;
1583
+ };
1584
+ appendTo: {
1585
+ type: globalThis.PropType<any>;
1586
+ };
1587
+ content: {
1588
+ type: globalThis.PropType<string>;
1589
+ };
1590
+ rawContent: {
1591
+ type: globalThis.PropType<boolean>;
1592
+ };
1593
+ persistent: {
1594
+ type: globalThis.PropType<boolean>;
1595
+ };
1596
+ transition: {
1597
+ type: globalThis.PropType<string>;
1598
+ };
1599
+ teleported: {
1600
+ type: globalThis.PropType<boolean>;
1601
+ };
1602
+ disabled: {
1603
+ type: globalThis.PropType<boolean>;
1604
+ };
1605
+ trigger: {
1606
+ type: globalThis.PropType<import("..").TooltipTriggerType>;
1607
+ };
1608
+ triggerKeys: {
1609
+ type: globalThis.PropType<string[]>;
1610
+ };
1611
+ }>> & {
1612
+ onClose?: ((...args: any[]) => any) | undefined;
1613
+ onShow?: ((...args: any[]) => any) | undefined;
1614
+ onHide?: ((...args: any[]) => any) | undefined;
1615
+ onOpen?: ((...args: any[]) => any) | undefined;
1616
+ "onBefore-show"?: ((...args: any[]) => any) | undefined;
1617
+ "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1618
+ }, never>;
1342
1619
  $attrs: {
1343
1620
  [x: string]: unknown;
1344
1621
  };
@@ -1350,7 +1627,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1350
1627
  }>;
1351
1628
  $root: globalThis.ComponentPublicInstance | null;
1352
1629
  $parent: globalThis.ComponentPublicInstance | null;
1353
- $emit: ((event: "open", ...args: any[]) => void) & ((event: "close", ...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);
1630
+ $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);
1354
1631
  $el: any;
1355
1632
  $options: import("vue").ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
1356
1633
  role: {
@@ -1417,7 +1694,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1417
1694
  type: globalThis.PropType<"fixed" | "absolute">;
1418
1695
  };
1419
1696
  style: {
1420
- type: globalThis.PropType<import("vue").StyleValue>;
1697
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1421
1698
  };
1422
1699
  className: {
1423
1700
  type: globalThis.PropType<import("../types").ClassType>;
@@ -1444,7 +1721,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1444
1721
  type: globalThis.PropType<import("../types").ClassType>;
1445
1722
  };
1446
1723
  popperStyle: {
1447
- type: globalThis.PropType<import("vue").StyleValue>;
1724
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1448
1725
  };
1449
1726
  referenceEl: {
1450
1727
  type: globalThis.PropType<HTMLElement>;
@@ -1495,9 +1772,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1495
1772
  type: globalThis.PropType<string[]>;
1496
1773
  };
1497
1774
  }>> & {
1775
+ onClose?: ((...args: any[]) => any) | undefined;
1498
1776
  onShow?: ((...args: any[]) => any) | undefined;
1499
1777
  onHide?: ((...args: any[]) => any) | undefined;
1500
- onClose?: ((...args: any[]) => any) | undefined;
1501
1778
  onOpen?: ((...args: any[]) => any) | undefined;
1502
1779
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1503
1780
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
@@ -1510,8 +1787,8 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1510
1787
  onClose: (event?: Event | undefined) => void;
1511
1788
  hide: (event?: Event | undefined) => void;
1512
1789
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1513
- open: (...args: any[]) => void;
1514
1790
  close: (...args: any[]) => void;
1791
+ open: (...args: any[]) => void;
1515
1792
  hide: (...args: any[]) => void;
1516
1793
  show: (...args: any[]) => void;
1517
1794
  "before-show": (...args: any[]) => void;
@@ -1536,7 +1813,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1536
1813
  $forceUpdate: () => void;
1537
1814
  $nextTick: typeof import("vue").nextTick;
1538
1815
  $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;
1539
- } & Readonly<globalThis.ExtractPropTypes<{
1816
+ } & Omit<Readonly<globalThis.ExtractPropTypes<{
1540
1817
  role: {
1541
1818
  type: globalThis.PropType<"dialog" | "menu" | "grid" | "group" | "listbox" | "tooltip" | "navigation" | "tree">;
1542
1819
  };
@@ -1601,7 +1878,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1601
1878
  type: globalThis.PropType<"fixed" | "absolute">;
1602
1879
  };
1603
1880
  style: {
1604
- type: globalThis.PropType<import("vue").StyleValue>;
1881
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1605
1882
  };
1606
1883
  className: {
1607
1884
  type: globalThis.PropType<import("../types").ClassType>;
@@ -1628,7 +1905,7 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1628
1905
  type: globalThis.PropType<import("../types").ClassType>;
1629
1906
  };
1630
1907
  popperStyle: {
1631
- type: globalThis.PropType<import("vue").StyleValue>;
1908
+ type: globalThis.PropType<string | false | import("vue").CSSProperties | import("vue").StyleValue[] | null>;
1632
1909
  };
1633
1910
  referenceEl: {
1634
1911
  type: globalThis.PropType<HTMLElement>;
@@ -1679,13 +1956,13 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1679
1956
  type: globalThis.PropType<string[]>;
1680
1957
  };
1681
1958
  }>> & {
1959
+ onClose?: ((...args: any[]) => any) | undefined;
1682
1960
  onShow?: ((...args: any[]) => any) | undefined;
1683
1961
  onHide?: ((...args: any[]) => any) | undefined;
1684
- onClose?: ((...args: any[]) => any) | undefined;
1685
1962
  onOpen?: ((...args: any[]) => any) | undefined;
1686
1963
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
1687
1964
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
1688
- } & import("vue").ShallowUnwrapRef<{
1965
+ }, "onClose" | "hide" | "contentRef" | "updatePopper" | "onOpen" | "popperRef" | "isFocusInsideContent"> & import("vue").ShallowUnwrapRef<{
1689
1966
  popperRef: globalThis.Ref<any>;
1690
1967
  contentRef: globalThis.Ref<any>;
1691
1968
  isFocusInsideContent: () => boolean | undefined;