@vuetify/nightly 3.2.0-dev-20230214.0 → 3.2.0-dev-20230322.0

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 (336) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +243 -59
  3. package/dist/json/tags.json +48 -2
  4. package/dist/json/web-types.json +1648 -279
  5. package/dist/vuetify-labs.css +666 -482
  6. package/dist/vuetify-labs.d.ts +59419 -13475
  7. package/dist/vuetify-labs.esm.js +797 -531
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +797 -531
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +524 -355
  12. package/dist/vuetify.d.ts +55670 -14368
  13. package/dist/vuetify.esm.js +607 -462
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +607 -462
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +793 -793
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +29 -15
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VAlert/index.d.ts +515 -65
  31. package/lib/components/VApp/VApp.css +1 -0
  32. package/lib/components/VApp/VApp.sass +1 -0
  33. package/lib/components/VApp/index.d.ts +161 -17
  34. package/lib/components/VAppBar/VAppBar.mjs +9 -4
  35. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +624 -82
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -8
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +1744 -113
  40. package/lib/components/VAvatar/index.d.ts +207 -25
  41. package/lib/components/VBadge/index.d.ts +286 -36
  42. package/lib/components/VBanner/VBanner.mjs +19 -12
  43. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  44. package/lib/components/VBanner/index.d.ts +485 -67
  45. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  47. package/lib/components/VBottomNavigation/index.d.ts +323 -36
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.ts +346 -42
  51. package/lib/components/VBtn/VBtn.css +0 -5
  52. package/lib/components/VBtn/VBtn.mjs +65 -58
  53. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  54. package/lib/components/VBtn/VBtn.sass +0 -7
  55. package/lib/components/VBtn/_variables.scss +0 -2
  56. package/lib/components/VBtn/index.d.ts +454 -59
  57. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  59. package/lib/components/VBtnGroup/index.d.ts +187 -22
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VBtnToggle/index.d.ts +248 -32
  63. package/lib/components/VCard/VCard.mjs +10 -6
  64. package/lib/components/VCard/VCard.mjs.map +1 -1
  65. package/lib/components/VCard/VCardItem.mjs +27 -23
  66. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  67. package/lib/components/VCard/index.d.ts +958 -132
  68. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  69. package/lib/components/VCarousel/index.d.ts +585 -87
  70. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  71. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  72. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  73. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  74. package/lib/components/VCheckbox/index.d.ts +841 -119
  75. package/lib/components/VChip/VChip.css +110 -90
  76. package/lib/components/VChip/VChip.mjs +70 -48
  77. package/lib/components/VChip/VChip.mjs.map +1 -1
  78. package/lib/components/VChip/_mixins.scss +27 -23
  79. package/lib/components/VChip/index.d.ts +476 -66
  80. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  81. package/lib/components/VChipGroup/index.d.ts +229 -28
  82. package/lib/components/VCode/index.d.ts +112 -13
  83. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  84. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  87. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  88. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  89. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  90. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  92. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  94. package/lib/components/VColorPicker/index.d.ts +284 -20
  95. package/lib/components/VColorPicker/util/index.mjs +2 -5
  96. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  97. package/lib/components/VCombobox/VCombobox.mjs +23 -8
  98. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  99. package/lib/components/VCombobox/index.d.ts +1756 -113
  100. package/lib/components/VCounter/index.d.ts +1909 -78
  101. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  102. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  103. package/lib/components/VDefaultsProvider/index.d.ts +136 -18
  104. package/lib/components/VDialog/VDialog.css +31 -24
  105. package/lib/components/VDialog/VDialog.mjs +2 -2
  106. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  107. package/lib/components/VDialog/VDialog.sass +19 -12
  108. package/lib/components/VDialog/index.d.ts +2403 -124
  109. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  110. package/lib/components/VDivider/index.d.ts +132 -19
  111. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  114. package/lib/components/VExpansionPanel/index.d.ts +741 -104
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/index.d.ts +179 -23
  117. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  118. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  119. package/lib/components/VFileInput/index.d.ts +1069 -93
  120. package/lib/components/VFooter/VFooter.css +2 -0
  121. package/lib/components/VFooter/VFooter.sass +2 -0
  122. package/lib/components/VFooter/_variables.scss +2 -0
  123. package/lib/components/VFooter/index.d.ts +206 -25
  124. package/lib/components/VForm/index.d.ts +207 -20
  125. package/lib/components/VGrid/VCol.mjs +6 -5
  126. package/lib/components/VGrid/VCol.mjs.map +1 -1
  127. package/lib/components/VGrid/VRow.mjs +4 -4
  128. package/lib/components/VGrid/VRow.mjs.map +1 -1
  129. package/lib/components/VGrid/index.d.ts +745 -64
  130. package/lib/components/VHover/index.d.ts +188 -29
  131. package/lib/components/VIcon/index.d.ts +500 -44
  132. package/lib/components/VImg/VImg.mjs +2 -2
  133. package/lib/components/VImg/VImg.mjs.map +1 -1
  134. package/lib/components/VImg/index.d.ts +281 -40
  135. package/lib/components/VInput/VInput.mjs.map +1 -1
  136. package/lib/components/VInput/index.d.ts +321 -47
  137. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  138. package/lib/components/VItemGroup/index.d.ts +313 -45
  139. package/lib/components/VKbd/VKbd.css +1 -0
  140. package/lib/components/VKbd/VKbd.sass +1 -0
  141. package/lib/components/VKbd/_variables.scss +1 -0
  142. package/lib/components/VKbd/index.d.ts +112 -13
  143. package/lib/components/VLabel/index.d.ts +115 -16
  144. package/lib/components/VLayout/index.d.ts +302 -35
  145. package/lib/components/VLazy/VLazy.mjs +4 -1
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VLazy/index.d.ts +222 -27
  148. package/lib/components/VList/VListChildren.mjs +2 -2
  149. package/lib/components/VList/VListChildren.mjs.map +1 -1
  150. package/lib/components/VList/VListGroup.mjs +1 -4
  151. package/lib/components/VList/VListGroup.mjs.map +1 -1
  152. package/lib/components/VList/VListItem.mjs +23 -19
  153. package/lib/components/VList/VListItem.mjs.map +1 -1
  154. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  155. package/lib/components/VList/index.d.ts +1500 -191
  156. package/lib/components/VLocaleProvider/index.d.ts +123 -16
  157. package/lib/components/VMain/index.d.ts +121 -14
  158. package/lib/components/VMenu/VMenu.css +4 -4
  159. package/lib/components/VMenu/VMenu.mjs +8 -7
  160. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  161. package/lib/components/VMenu/VMenu.sass +1 -1
  162. package/lib/components/VMenu/index.d.ts +2411 -121
  163. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  164. package/lib/components/VMessages/index.d.ts +1934 -87
  165. package/lib/components/VNavigationDrawer/index.d.ts +382 -47
  166. package/lib/components/VNoSsr/index.d.ts +6 -0
  167. package/lib/components/VOverlay/VOverlay.css +2 -2
  168. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  169. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  170. package/lib/components/VOverlay/VOverlay.sass +1 -1
  171. package/lib/components/VOverlay/_variables.scss +1 -1
  172. package/lib/components/VOverlay/index.d.ts +527 -75
  173. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  174. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  175. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  176. package/lib/components/VPagination/index.d.ts +504 -56
  177. package/lib/components/VParallax/VParallax.mjs +3 -3
  178. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  179. package/lib/components/VParallax/index.d.ts +144 -19
  180. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  181. package/lib/components/VProgressCircular/index.d.ts +189 -22
  182. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  183. package/lib/components/VProgressLinear/index.d.ts +325 -42
  184. package/lib/components/VRadio/index.d.ts +318 -46
  185. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  186. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  187. package/lib/components/VRadioGroup/index.d.ts +468 -66
  188. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  189. package/lib/components/VRangeSlider/index.d.ts +530 -66
  190. package/lib/components/VRating/VRating.css +0 -4
  191. package/lib/components/VRating/VRating.mjs +6 -35
  192. package/lib/components/VRating/VRating.mjs.map +1 -1
  193. package/lib/components/VRating/VRating.sass +0 -5
  194. package/lib/components/VRating/index.d.ts +309 -38
  195. package/lib/components/VResponsive/index.d.ts +144 -21
  196. package/lib/components/VSelect/VSelect.mjs +23 -8
  197. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  198. package/lib/components/VSelect/index.d.ts +3150 -247
  199. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  200. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  201. package/lib/components/VSelectionControl/index.d.ts +90 -10
  202. package/lib/components/VSelectionControlGroup/index.d.ts +245 -35
  203. package/lib/components/VSheet/VSheet.mjs +16 -12
  204. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  205. package/lib/components/VSheet/index.d.ts +196 -27
  206. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  207. package/lib/components/VSlideGroup/index.d.ts +488 -70
  208. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  209. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  210. package/lib/components/VSlider/index.d.ts +523 -65
  211. package/lib/components/VSlider/slider.mjs +5 -6
  212. package/lib/components/VSlider/slider.mjs.map +1 -1
  213. package/lib/components/VSnackbar/VSnackbar.css +2 -9
  214. package/lib/components/VSnackbar/VSnackbar.mjs +10 -11
  215. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  216. package/lib/components/VSnackbar/VSnackbar.sass +3 -10
  217. package/lib/components/VSnackbar/index.d.ts +1255 -74
  218. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  219. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  220. package/lib/components/VSwitch/index.d.ts +503 -75
  221. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  222. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  223. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  224. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  225. package/lib/components/VSystemBar/_variables.scss +4 -1
  226. package/lib/components/VSystemBar/index.d.ts +186 -23
  227. package/lib/components/VTable/VTable.mjs.map +1 -1
  228. package/lib/components/VTable/index.d.ts +193 -26
  229. package/lib/components/VTabs/VTab.mjs +7 -23
  230. package/lib/components/VTabs/VTab.mjs.map +1 -1
  231. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  232. package/lib/components/VTabs/index.d.ts +628 -64
  233. package/lib/components/VTextField/VTextField.mjs +9 -5
  234. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  235. package/lib/components/VTextField/index.d.ts +1447 -101
  236. package/lib/components/VTextarea/VTextarea.mjs +8 -1
  237. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  238. package/lib/components/VTextarea/index.d.ts +1043 -93
  239. package/lib/components/VThemeProvider/index.d.ts +127 -16
  240. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  241. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  242. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  243. package/lib/components/VTimeline/index.d.ts +446 -60
  244. package/lib/components/VToolbar/VToolbar.mjs +10 -9
  245. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  246. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  247. package/lib/components/VToolbar/index.d.ts +552 -73
  248. package/lib/components/VTooltip/VTooltip.css +3 -3
  249. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  250. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  251. package/lib/components/VTooltip/VTooltip.sass +1 -1
  252. package/lib/components/VTooltip/index.d.ts +1315 -73
  253. package/lib/components/VValidation/index.d.ts +204 -27
  254. package/lib/components/VWindow/index.d.ts +541 -75
  255. package/lib/components/index.d.ts +55694 -14389
  256. package/lib/components/transitions/createTransition.mjs +1 -1
  257. package/lib/components/transitions/createTransition.mjs.map +1 -1
  258. package/lib/components/transitions/index.d.ts +2144 -259
  259. package/lib/composables/defaults.mjs +5 -1
  260. package/lib/composables/defaults.mjs.map +1 -1
  261. package/lib/composables/display.mjs +15 -10
  262. package/lib/composables/display.mjs.map +1 -1
  263. package/lib/composables/form.mjs.map +1 -1
  264. package/lib/composables/loader.mjs.map +1 -1
  265. package/lib/composables/nested/nested.mjs +2 -2
  266. package/lib/composables/nested/nested.mjs.map +1 -1
  267. package/lib/composables/nested/selectStrategies.mjs +7 -1
  268. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  269. package/lib/composables/proxiedModel.mjs +1 -1
  270. package/lib/composables/proxiedModel.mjs.map +1 -1
  271. package/lib/composables/resizeObserver.mjs.map +1 -1
  272. package/lib/composables/stack.mjs +2 -2
  273. package/lib/composables/stack.mjs.map +1 -1
  274. package/lib/composables/theme.mjs +28 -23
  275. package/lib/composables/theme.mjs.map +1 -1
  276. package/lib/composables/variant.mjs.map +1 -1
  277. package/lib/entry-bundler.mjs +1 -1
  278. package/lib/framework.mjs +1 -1
  279. package/lib/index.d.ts +6 -9
  280. package/lib/labs/VDataTable/VDataTable.css +15 -0
  281. package/lib/labs/VDataTable/VDataTable.mjs +45 -19
  282. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  283. package/lib/labs/VDataTable/VDataTable.sass +9 -0
  284. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  285. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  286. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  287. package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
  288. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  289. package/lib/labs/VDataTable/VDataTableRows.mjs +6 -7
  290. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  291. package/lib/labs/VDataTable/VDataTableServer.mjs +41 -19
  292. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  293. package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
  294. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  295. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  296. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  297. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  298. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  299. package/lib/labs/VDataTable/composables/options.mjs +4 -10
  300. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  301. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  302. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  303. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  304. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  305. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  306. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  307. package/lib/labs/VDataTable/index.d.ts +4934 -317
  308. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  309. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  310. package/lib/labs/VVirtualScroll/index.d.ts +41 -7
  311. package/lib/labs/components.d.ts +4970 -324
  312. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  313. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  314. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  315. package/lib/locale/index.mjs +1 -1
  316. package/lib/locale/index.mjs.map +1 -1
  317. package/lib/styles/elements/_global.sass +0 -4
  318. package/lib/styles/generic/_index.scss +0 -1
  319. package/lib/styles/generic/_transitions.scss +111 -9
  320. package/lib/styles/main.css +316 -167
  321. package/lib/styles/settings/_utilities.scss +7 -0
  322. package/lib/styles/tools/_sheet.sass +3 -6
  323. package/lib/styles/utilities/_display.sass +6 -5
  324. package/lib/styles/utilities/_elevation.scss +13 -0
  325. package/lib/styles/utilities/_index.sass +3 -2
  326. package/lib/styles/utilities/_screenreaders.sass +13 -11
  327. package/lib/util/animation.mjs +8 -1
  328. package/lib/util/animation.mjs.map +1 -1
  329. package/lib/util/colorUtils.mjs +4 -5
  330. package/lib/util/colorUtils.mjs.map +1 -1
  331. package/lib/util/defineComponent.mjs +15 -7
  332. package/lib/util/defineComponent.mjs.map +1 -1
  333. package/lib/util/helpers.mjs +4 -0
  334. package/lib/util/helpers.mjs.map +1 -1
  335. package/package.json +15 -7
  336. package/lib/styles/generic/_elevation.scss +0 -10
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from 'vue';
3
3
 
4
4
  declare const block: readonly ["top", "bottom"];
5
5
  declare const inline: readonly ["start", "end", "left", "right"];
@@ -24,6 +24,10 @@ declare class Box {
24
24
  get right(): number;
25
25
  }
26
26
 
27
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
28
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
29
+ }
30
+
27
31
  declare function deepEqual(a: any, b: any): boolean;
28
32
  type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
29
33
  type EventProp<T = (...args: any[]) => any> = T | T[];
@@ -335,29 +339,109 @@ declare const VCombobox: {
335
339
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
336
340
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
337
341
  })> | {
338
- component: vue.DefineComponent<{} & {
342
+ component: {
343
+ new (...args: any[]): {
344
+ $: vue.ComponentInternalInstance;
345
+ $data: {};
346
+ $props: Partial<{}> & Omit<{} & {
347
+ target?: HTMLElement | undefined;
348
+ } & {
349
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
350
+ default?: (() => vue.VNodeChild) | undefined;
351
+ };
352
+ $slots?: {
353
+ default?: (() => vue.VNodeChild) | undefined;
354
+ } | undefined;
355
+ 'v-slots'?: {
356
+ default?: false | (() => vue.VNodeChild) | undefined;
357
+ } | undefined;
358
+ } & {
359
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
360
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
361
+ $attrs: {
362
+ [x: string]: unknown;
363
+ };
364
+ $refs: {
365
+ [x: string]: unknown;
366
+ };
367
+ $slots: Readonly<{
368
+ [name: string]: vue.Slot | undefined;
369
+ }>;
370
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
371
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
372
+ $emit: (event: string, ...args: any[]) => void;
373
+ $el: any;
374
+ $options: vue.ComponentOptionsBase<{} & {
375
+ target?: HTMLElement | undefined;
376
+ } & {
377
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
378
+ default?: (() => vue.VNodeChild) | undefined;
379
+ };
380
+ $slots?: {
381
+ default?: (() => vue.VNodeChild) | undefined;
382
+ } | undefined;
383
+ 'v-slots'?: {
384
+ default?: false | (() => vue.VNodeChild) | undefined;
385
+ } | undefined;
386
+ } & {
387
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
388
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
389
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
390
+ created?: ((() => void) | (() => void)[]) | undefined;
391
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
392
+ mounted?: ((() => void) | (() => void)[]) | undefined;
393
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
394
+ updated?: ((() => void) | (() => void)[]) | undefined;
395
+ activated?: ((() => void) | (() => void)[]) | undefined;
396
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
397
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
398
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
399
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
400
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
401
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
402
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
403
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
404
+ };
405
+ $forceUpdate: () => void;
406
+ $nextTick: typeof nextTick;
407
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
408
+ } & {} & {
409
+ target?: HTMLElement | undefined;
410
+ } & {
411
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
412
+ default?: (() => vue.VNodeChild) | undefined;
413
+ };
414
+ $slots?: {
415
+ default?: (() => vue.VNodeChild) | undefined;
416
+ } | undefined;
417
+ 'v-slots'?: {
418
+ default?: false | (() => vue.VNodeChild) | undefined;
419
+ } | undefined;
420
+ } & {
421
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
422
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
423
+ __isFragment?: undefined;
424
+ __isTeleport?: undefined;
425
+ __isSuspense?: undefined;
426
+ } & vue.ComponentOptionsBase<{} & {
339
427
  target?: HTMLElement | undefined;
340
428
  } & {
341
429
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
342
430
  default?: (() => vue.VNodeChild) | undefined;
343
431
  };
344
- 'v-slots'?: {
345
- default?: false | (() => vue.VNodeChild) | undefined;
346
- } | undefined;
347
- } & {
348
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
349
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
350
- target?: HTMLElement | undefined;
351
- } & {
352
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
432
+ $slots?: {
353
433
  default?: (() => vue.VNodeChild) | undefined;
354
- };
434
+ } | undefined;
355
435
  'v-slots'?: {
356
436
  default?: false | (() => vue.VNodeChild) | undefined;
357
437
  } | undefined;
358
438
  } & {
359
439
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
360
- }, {}>;
440
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
441
+ target: PropType<HTMLElement>;
442
+ }, vue.ExtractPropTypes<{
443
+ target: PropType<HTMLElement>;
444
+ }>>;
361
445
  };
362
446
  zIndex: string | number;
363
447
  eager: boolean;
@@ -385,29 +469,109 @@ declare const VCombobox: {
385
469
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
386
470
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
387
471
  })> | {
388
- component: vue.DefineComponent<{} & {
472
+ component: {
473
+ new (...args: any[]): {
474
+ $: vue.ComponentInternalInstance;
475
+ $data: {};
476
+ $props: Partial<{}> & Omit<{} & {
477
+ target?: HTMLElement | undefined;
478
+ } & {
479
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
480
+ default?: (() => vue.VNodeChild) | undefined;
481
+ };
482
+ $slots?: {
483
+ default?: (() => vue.VNodeChild) | undefined;
484
+ } | undefined;
485
+ 'v-slots'?: {
486
+ default?: false | (() => vue.VNodeChild) | undefined;
487
+ } | undefined;
488
+ } & {
489
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
490
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
491
+ $attrs: {
492
+ [x: string]: unknown;
493
+ };
494
+ $refs: {
495
+ [x: string]: unknown;
496
+ };
497
+ $slots: Readonly<{
498
+ [name: string]: vue.Slot | undefined;
499
+ }>;
500
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
501
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
502
+ $emit: (event: string, ...args: any[]) => void;
503
+ $el: any;
504
+ $options: vue.ComponentOptionsBase<{} & {
505
+ target?: HTMLElement | undefined;
506
+ } & {
507
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
508
+ default?: (() => vue.VNodeChild) | undefined;
509
+ };
510
+ $slots?: {
511
+ default?: (() => vue.VNodeChild) | undefined;
512
+ } | undefined;
513
+ 'v-slots'?: {
514
+ default?: false | (() => vue.VNodeChild) | undefined;
515
+ } | undefined;
516
+ } & {
517
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
518
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
519
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
520
+ created?: ((() => void) | (() => void)[]) | undefined;
521
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
522
+ mounted?: ((() => void) | (() => void)[]) | undefined;
523
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
524
+ updated?: ((() => void) | (() => void)[]) | undefined;
525
+ activated?: ((() => void) | (() => void)[]) | undefined;
526
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
527
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
528
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
529
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
530
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
531
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
532
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
533
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
534
+ };
535
+ $forceUpdate: () => void;
536
+ $nextTick: typeof nextTick;
537
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
538
+ } & {} & {
539
+ target?: HTMLElement | undefined;
540
+ } & {
541
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
542
+ default?: (() => vue.VNodeChild) | undefined;
543
+ };
544
+ $slots?: {
545
+ default?: (() => vue.VNodeChild) | undefined;
546
+ } | undefined;
547
+ 'v-slots'?: {
548
+ default?: false | (() => vue.VNodeChild) | undefined;
549
+ } | undefined;
550
+ } & {
551
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
552
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
553
+ __isFragment?: undefined;
554
+ __isTeleport?: undefined;
555
+ __isSuspense?: undefined;
556
+ } & vue.ComponentOptionsBase<{} & {
389
557
  target?: HTMLElement | undefined;
390
558
  } & {
391
559
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
392
560
  default?: (() => vue.VNodeChild) | undefined;
393
561
  };
394
- 'v-slots'?: {
395
- default?: false | (() => vue.VNodeChild) | undefined;
396
- } | undefined;
397
- } & {
398
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
399
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
400
- target?: HTMLElement | undefined;
401
- } & {
402
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
562
+ $slots?: {
403
563
  default?: (() => vue.VNodeChild) | undefined;
404
- };
564
+ } | undefined;
405
565
  'v-slots'?: {
406
566
  default?: false | (() => vue.VNodeChild) | undefined;
407
567
  } | undefined;
408
568
  } & {
409
569
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
410
- }, {}>;
570
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
571
+ target: PropType<HTMLElement>;
572
+ }, vue.ExtractPropTypes<{
573
+ target: PropType<HTMLElement>;
574
+ }>>;
411
575
  };
412
576
  zIndex: string | number;
413
577
  eager: boolean;
@@ -453,6 +617,15 @@ declare const VCombobox: {
453
617
  props: Record<string, any>;
454
618
  }) => vue.VNodeChild) | undefined;
455
619
  };
620
+ $slots?: {
621
+ default?: ((args_0: {
622
+ isActive: vue.Ref<boolean>;
623
+ }) => vue.VNodeChild) | undefined;
624
+ activator?: ((args_0: {
625
+ isActive: boolean;
626
+ props: Record<string, any>;
627
+ }) => vue.VNodeChild) | undefined;
628
+ } | undefined;
456
629
  'v-slots'?: {
457
630
  default?: false | ((args_0: {
458
631
  isActive: vue.Ref<boolean>;
@@ -496,7 +669,7 @@ declare const VCombobox: {
496
669
  };
497
670
  noFilter: BooleanConstructor;
498
671
  delimiters: PropType<string[]>;
499
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
672
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
500
673
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
501
674
  "onUpdate:search"?: ((val: string) => any) | undefined;
502
675
  } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "noDataText" | "messages" | "density" | "variant" | "clearIcon" | "focused" | "errorMessages" | "maxErrors" | "rules" | "clearable" | "persistentClear" | "singleLine" | "persistentHint" | "persistentPlaceholder" | "persistentCounter" | "valueComparator" | "itemTitle" | "itemValue" | "itemChildren" | "itemProps" | "chips" | "closableChips" | "hideNoData" | "hideSelected" | "menuIcon" | "openOnClear" | "filterMode" | "noFilter" | "filterKeys">;
@@ -654,29 +827,109 @@ declare const VCombobox: {
654
827
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
655
828
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
656
829
  })> | {
657
- component: vue.DefineComponent<{} & {
830
+ component: {
831
+ new (...args: any[]): {
832
+ $: vue.ComponentInternalInstance;
833
+ $data: {};
834
+ $props: Partial<{}> & Omit<{} & {
835
+ target?: HTMLElement | undefined;
836
+ } & {
837
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
838
+ default?: (() => vue.VNodeChild) | undefined;
839
+ };
840
+ $slots?: {
841
+ default?: (() => vue.VNodeChild) | undefined;
842
+ } | undefined;
843
+ 'v-slots'?: {
844
+ default?: false | (() => vue.VNodeChild) | undefined;
845
+ } | undefined;
846
+ } & {
847
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
848
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
849
+ $attrs: {
850
+ [x: string]: unknown;
851
+ };
852
+ $refs: {
853
+ [x: string]: unknown;
854
+ };
855
+ $slots: Readonly<{
856
+ [name: string]: vue.Slot | undefined;
857
+ }>;
858
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
859
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
860
+ $emit: (event: string, ...args: any[]) => void;
861
+ $el: any;
862
+ $options: vue.ComponentOptionsBase<{} & {
863
+ target?: HTMLElement | undefined;
864
+ } & {
865
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
866
+ default?: (() => vue.VNodeChild) | undefined;
867
+ };
868
+ $slots?: {
869
+ default?: (() => vue.VNodeChild) | undefined;
870
+ } | undefined;
871
+ 'v-slots'?: {
872
+ default?: false | (() => vue.VNodeChild) | undefined;
873
+ } | undefined;
874
+ } & {
875
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
876
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
877
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
878
+ created?: ((() => void) | (() => void)[]) | undefined;
879
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
880
+ mounted?: ((() => void) | (() => void)[]) | undefined;
881
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
882
+ updated?: ((() => void) | (() => void)[]) | undefined;
883
+ activated?: ((() => void) | (() => void)[]) | undefined;
884
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
885
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
886
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
887
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
888
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
889
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
890
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
891
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
892
+ };
893
+ $forceUpdate: () => void;
894
+ $nextTick: typeof nextTick;
895
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
896
+ } & {} & {
897
+ target?: HTMLElement | undefined;
898
+ } & {
899
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
900
+ default?: (() => vue.VNodeChild) | undefined;
901
+ };
902
+ $slots?: {
903
+ default?: (() => vue.VNodeChild) | undefined;
904
+ } | undefined;
905
+ 'v-slots'?: {
906
+ default?: false | (() => vue.VNodeChild) | undefined;
907
+ } | undefined;
908
+ } & {
909
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
910
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
911
+ __isFragment?: undefined;
912
+ __isTeleport?: undefined;
913
+ __isSuspense?: undefined;
914
+ } & vue.ComponentOptionsBase<{} & {
658
915
  target?: HTMLElement | undefined;
659
916
  } & {
660
917
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
661
918
  default?: (() => vue.VNodeChild) | undefined;
662
919
  };
663
- 'v-slots'?: {
664
- default?: false | (() => vue.VNodeChild) | undefined;
665
- } | undefined;
666
- } & {
667
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
668
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
669
- target?: HTMLElement | undefined;
670
- } & {
671
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
920
+ $slots?: {
672
921
  default?: (() => vue.VNodeChild) | undefined;
673
- };
922
+ } | undefined;
674
923
  'v-slots'?: {
675
924
  default?: false | (() => vue.VNodeChild) | undefined;
676
925
  } | undefined;
677
926
  } & {
678
927
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
679
- }, {}>;
928
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
929
+ target: PropType<HTMLElement>;
930
+ }, vue.ExtractPropTypes<{
931
+ target: PropType<HTMLElement>;
932
+ }>>;
680
933
  };
681
934
  zIndex: string | number;
682
935
  eager: boolean;
@@ -704,29 +957,109 @@ declare const VCombobox: {
704
957
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
705
958
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
706
959
  })> | {
707
- component: vue.DefineComponent<{} & {
960
+ component: {
961
+ new (...args: any[]): {
962
+ $: vue.ComponentInternalInstance;
963
+ $data: {};
964
+ $props: Partial<{}> & Omit<{} & {
965
+ target?: HTMLElement | undefined;
966
+ } & {
967
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
968
+ default?: (() => vue.VNodeChild) | undefined;
969
+ };
970
+ $slots?: {
971
+ default?: (() => vue.VNodeChild) | undefined;
972
+ } | undefined;
973
+ 'v-slots'?: {
974
+ default?: false | (() => vue.VNodeChild) | undefined;
975
+ } | undefined;
976
+ } & {
977
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
978
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
979
+ $attrs: {
980
+ [x: string]: unknown;
981
+ };
982
+ $refs: {
983
+ [x: string]: unknown;
984
+ };
985
+ $slots: Readonly<{
986
+ [name: string]: vue.Slot | undefined;
987
+ }>;
988
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
989
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
990
+ $emit: (event: string, ...args: any[]) => void;
991
+ $el: any;
992
+ $options: vue.ComponentOptionsBase<{} & {
993
+ target?: HTMLElement | undefined;
994
+ } & {
995
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
996
+ default?: (() => vue.VNodeChild) | undefined;
997
+ };
998
+ $slots?: {
999
+ default?: (() => vue.VNodeChild) | undefined;
1000
+ } | undefined;
1001
+ 'v-slots'?: {
1002
+ default?: false | (() => vue.VNodeChild) | undefined;
1003
+ } | undefined;
1004
+ } & {
1005
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1006
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1007
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1008
+ created?: ((() => void) | (() => void)[]) | undefined;
1009
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1010
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1011
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1012
+ updated?: ((() => void) | (() => void)[]) | undefined;
1013
+ activated?: ((() => void) | (() => void)[]) | undefined;
1014
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1015
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1016
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1017
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1018
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1019
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1020
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1021
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1022
+ };
1023
+ $forceUpdate: () => void;
1024
+ $nextTick: typeof nextTick;
1025
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1026
+ } & {} & {
1027
+ target?: HTMLElement | undefined;
1028
+ } & {
1029
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1030
+ default?: (() => vue.VNodeChild) | undefined;
1031
+ };
1032
+ $slots?: {
1033
+ default?: (() => vue.VNodeChild) | undefined;
1034
+ } | undefined;
1035
+ 'v-slots'?: {
1036
+ default?: false | (() => vue.VNodeChild) | undefined;
1037
+ } | undefined;
1038
+ } & {
1039
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1040
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1041
+ __isFragment?: undefined;
1042
+ __isTeleport?: undefined;
1043
+ __isSuspense?: undefined;
1044
+ } & vue.ComponentOptionsBase<{} & {
708
1045
  target?: HTMLElement | undefined;
709
1046
  } & {
710
1047
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
711
1048
  default?: (() => vue.VNodeChild) | undefined;
712
1049
  };
713
- 'v-slots'?: {
714
- default?: false | (() => vue.VNodeChild) | undefined;
715
- } | undefined;
716
- } & {
717
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
718
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
719
- target?: HTMLElement | undefined;
720
- } & {
721
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1050
+ $slots?: {
722
1051
  default?: (() => vue.VNodeChild) | undefined;
723
- };
1052
+ } | undefined;
724
1053
  'v-slots'?: {
725
1054
  default?: false | (() => vue.VNodeChild) | undefined;
726
1055
  } | undefined;
727
1056
  } & {
728
1057
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
729
- }, {}>;
1058
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1059
+ target: PropType<HTMLElement>;
1060
+ }, vue.ExtractPropTypes<{
1061
+ target: PropType<HTMLElement>;
1062
+ }>>;
730
1063
  };
731
1064
  zIndex: string | number;
732
1065
  eager: boolean;
@@ -772,6 +1105,15 @@ declare const VCombobox: {
772
1105
  props: Record<string, any>;
773
1106
  }) => vue.VNodeChild) | undefined;
774
1107
  };
1108
+ $slots?: {
1109
+ default?: ((args_0: {
1110
+ isActive: vue.Ref<boolean>;
1111
+ }) => vue.VNodeChild) | undefined;
1112
+ activator?: ((args_0: {
1113
+ isActive: boolean;
1114
+ props: Record<string, any>;
1115
+ }) => vue.VNodeChild) | undefined;
1116
+ } | undefined;
775
1117
  'v-slots'?: {
776
1118
  default?: false | ((args_0: {
777
1119
  isActive: vue.Ref<boolean>;
@@ -815,15 +1157,13 @@ declare const VCombobox: {
815
1157
  };
816
1158
  noFilter: BooleanConstructor;
817
1159
  delimiters: PropType<string[]>;
818
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1160
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
819
1161
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
820
1162
  "onUpdate:search"?: ((val: string) => any) | undefined;
821
1163
  }, {
822
1164
  isFocused: vue.Ref<boolean>;
823
1165
  isPristine: vue.Ref<boolean>;
824
- menu: vue.Ref<boolean> & {
825
- readonly externalValue: boolean;
826
- };
1166
+ menu: vue.WritableComputedRef<boolean>;
827
1167
  search: vue.WritableComputedRef<string>;
828
1168
  selectionIndex: vue.Ref<number>;
829
1169
  filteredItems: vue.Ref<InternalItem<any>[]>;
@@ -832,7 +1172,7 @@ declare const VCombobox: {
832
1172
  'update:modelValue': (val: any) => true;
833
1173
  'update:search': (val: string) => true;
834
1174
  'update:menu': (val: boolean) => true;
835
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1175
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
836
1176
  reverse: boolean;
837
1177
  type: string;
838
1178
  error: boolean;
@@ -1036,29 +1376,109 @@ declare const VCombobox: {
1036
1376
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1037
1377
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1038
1378
  })> | {
1039
- component: vue.DefineComponent<{} & {
1379
+ component: {
1380
+ new (...args: any[]): {
1381
+ $: vue.ComponentInternalInstance;
1382
+ $data: {};
1383
+ $props: Partial<{}> & Omit<{} & {
1384
+ target?: HTMLElement | undefined;
1385
+ } & {
1386
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1387
+ default?: (() => vue.VNodeChild) | undefined;
1388
+ };
1389
+ $slots?: {
1390
+ default?: (() => vue.VNodeChild) | undefined;
1391
+ } | undefined;
1392
+ 'v-slots'?: {
1393
+ default?: false | (() => vue.VNodeChild) | undefined;
1394
+ } | undefined;
1395
+ } & {
1396
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1397
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1398
+ $attrs: {
1399
+ [x: string]: unknown;
1400
+ };
1401
+ $refs: {
1402
+ [x: string]: unknown;
1403
+ };
1404
+ $slots: Readonly<{
1405
+ [name: string]: vue.Slot | undefined;
1406
+ }>;
1407
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1408
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1409
+ $emit: (event: string, ...args: any[]) => void;
1410
+ $el: any;
1411
+ $options: vue.ComponentOptionsBase<{} & {
1412
+ target?: HTMLElement | undefined;
1413
+ } & {
1414
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1415
+ default?: (() => vue.VNodeChild) | undefined;
1416
+ };
1417
+ $slots?: {
1418
+ default?: (() => vue.VNodeChild) | undefined;
1419
+ } | undefined;
1420
+ 'v-slots'?: {
1421
+ default?: false | (() => vue.VNodeChild) | undefined;
1422
+ } | undefined;
1423
+ } & {
1424
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1425
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1426
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1427
+ created?: ((() => void) | (() => void)[]) | undefined;
1428
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1429
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1430
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1431
+ updated?: ((() => void) | (() => void)[]) | undefined;
1432
+ activated?: ((() => void) | (() => void)[]) | undefined;
1433
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1434
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1435
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1436
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1437
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1438
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1439
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1440
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1441
+ };
1442
+ $forceUpdate: () => void;
1443
+ $nextTick: typeof nextTick;
1444
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1445
+ } & {} & {
1446
+ target?: HTMLElement | undefined;
1447
+ } & {
1448
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1449
+ default?: (() => vue.VNodeChild) | undefined;
1450
+ };
1451
+ $slots?: {
1452
+ default?: (() => vue.VNodeChild) | undefined;
1453
+ } | undefined;
1454
+ 'v-slots'?: {
1455
+ default?: false | (() => vue.VNodeChild) | undefined;
1456
+ } | undefined;
1457
+ } & {
1458
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1459
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1460
+ __isFragment?: undefined;
1461
+ __isTeleport?: undefined;
1462
+ __isSuspense?: undefined;
1463
+ } & vue.ComponentOptionsBase<{} & {
1040
1464
  target?: HTMLElement | undefined;
1041
1465
  } & {
1042
1466
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1043
1467
  default?: (() => vue.VNodeChild) | undefined;
1044
1468
  };
1045
- 'v-slots'?: {
1046
- default?: false | (() => vue.VNodeChild) | undefined;
1047
- } | undefined;
1048
- } & {
1049
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1050
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1051
- target?: HTMLElement | undefined;
1052
- } & {
1053
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1469
+ $slots?: {
1054
1470
  default?: (() => vue.VNodeChild) | undefined;
1055
- };
1471
+ } | undefined;
1056
1472
  'v-slots'?: {
1057
1473
  default?: false | (() => vue.VNodeChild) | undefined;
1058
1474
  } | undefined;
1059
1475
  } & {
1060
1476
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1061
- }, {}>;
1477
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1478
+ target: PropType<HTMLElement>;
1479
+ }, vue.ExtractPropTypes<{
1480
+ target: PropType<HTMLElement>;
1481
+ }>>;
1062
1482
  };
1063
1483
  zIndex: string | number;
1064
1484
  eager: boolean;
@@ -1086,29 +1506,109 @@ declare const VCombobox: {
1086
1506
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1087
1507
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1088
1508
  })> | {
1089
- component: vue.DefineComponent<{} & {
1509
+ component: {
1510
+ new (...args: any[]): {
1511
+ $: vue.ComponentInternalInstance;
1512
+ $data: {};
1513
+ $props: Partial<{}> & Omit<{} & {
1514
+ target?: HTMLElement | undefined;
1515
+ } & {
1516
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1517
+ default?: (() => vue.VNodeChild) | undefined;
1518
+ };
1519
+ $slots?: {
1520
+ default?: (() => vue.VNodeChild) | undefined;
1521
+ } | undefined;
1522
+ 'v-slots'?: {
1523
+ default?: false | (() => vue.VNodeChild) | undefined;
1524
+ } | undefined;
1525
+ } & {
1526
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1527
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1528
+ $attrs: {
1529
+ [x: string]: unknown;
1530
+ };
1531
+ $refs: {
1532
+ [x: string]: unknown;
1533
+ };
1534
+ $slots: Readonly<{
1535
+ [name: string]: vue.Slot | undefined;
1536
+ }>;
1537
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1538
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1539
+ $emit: (event: string, ...args: any[]) => void;
1540
+ $el: any;
1541
+ $options: vue.ComponentOptionsBase<{} & {
1542
+ target?: HTMLElement | undefined;
1543
+ } & {
1544
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1545
+ default?: (() => vue.VNodeChild) | undefined;
1546
+ };
1547
+ $slots?: {
1548
+ default?: (() => vue.VNodeChild) | undefined;
1549
+ } | undefined;
1550
+ 'v-slots'?: {
1551
+ default?: false | (() => vue.VNodeChild) | undefined;
1552
+ } | undefined;
1553
+ } & {
1554
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1555
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1556
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1557
+ created?: ((() => void) | (() => void)[]) | undefined;
1558
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1559
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1560
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1561
+ updated?: ((() => void) | (() => void)[]) | undefined;
1562
+ activated?: ((() => void) | (() => void)[]) | undefined;
1563
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1564
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1565
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1566
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1567
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1568
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1569
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1570
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1571
+ };
1572
+ $forceUpdate: () => void;
1573
+ $nextTick: typeof nextTick;
1574
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1575
+ } & {} & {
1576
+ target?: HTMLElement | undefined;
1577
+ } & {
1578
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1579
+ default?: (() => vue.VNodeChild) | undefined;
1580
+ };
1581
+ $slots?: {
1582
+ default?: (() => vue.VNodeChild) | undefined;
1583
+ } | undefined;
1584
+ 'v-slots'?: {
1585
+ default?: false | (() => vue.VNodeChild) | undefined;
1586
+ } | undefined;
1587
+ } & {
1588
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1589
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1590
+ __isFragment?: undefined;
1591
+ __isTeleport?: undefined;
1592
+ __isSuspense?: undefined;
1593
+ } & vue.ComponentOptionsBase<{} & {
1090
1594
  target?: HTMLElement | undefined;
1091
1595
  } & {
1092
1596
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1093
1597
  default?: (() => vue.VNodeChild) | undefined;
1094
1598
  };
1095
- 'v-slots'?: {
1096
- default?: false | (() => vue.VNodeChild) | undefined;
1097
- } | undefined;
1098
- } & {
1099
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1100
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1101
- target?: HTMLElement | undefined;
1102
- } & {
1103
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1599
+ $slots?: {
1104
1600
  default?: (() => vue.VNodeChild) | undefined;
1105
- };
1601
+ } | undefined;
1106
1602
  'v-slots'?: {
1107
1603
  default?: false | (() => vue.VNodeChild) | undefined;
1108
1604
  } | undefined;
1109
1605
  } & {
1110
1606
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1111
- }, {}>;
1607
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1608
+ target: PropType<HTMLElement>;
1609
+ }, vue.ExtractPropTypes<{
1610
+ target: PropType<HTMLElement>;
1611
+ }>>;
1112
1612
  };
1113
1613
  zIndex: string | number;
1114
1614
  eager: boolean;
@@ -1154,6 +1654,15 @@ declare const VCombobox: {
1154
1654
  props: Record<string, any>;
1155
1655
  }) => vue.VNodeChild) | undefined;
1156
1656
  };
1657
+ $slots?: {
1658
+ default?: ((args_0: {
1659
+ isActive: vue.Ref<boolean>;
1660
+ }) => vue.VNodeChild) | undefined;
1661
+ activator?: ((args_0: {
1662
+ isActive: boolean;
1663
+ props: Record<string, any>;
1664
+ }) => vue.VNodeChild) | undefined;
1665
+ } | undefined;
1157
1666
  'v-slots'?: {
1158
1667
  default?: false | ((args_0: {
1159
1668
  isActive: vue.Ref<boolean>;
@@ -1197,15 +1706,13 @@ declare const VCombobox: {
1197
1706
  };
1198
1707
  noFilter: BooleanConstructor;
1199
1708
  delimiters: PropType<string[]>;
1200
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1709
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1201
1710
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1202
1711
  "onUpdate:search"?: ((val: string) => any) | undefined;
1203
1712
  } & vue.ShallowUnwrapRef<{
1204
1713
  isFocused: vue.Ref<boolean>;
1205
1714
  isPristine: vue.Ref<boolean>;
1206
- menu: vue.Ref<boolean> & {
1207
- readonly externalValue: boolean;
1208
- };
1715
+ menu: vue.WritableComputedRef<boolean>;
1209
1716
  search: vue.WritableComputedRef<string>;
1210
1717
  selectionIndex: vue.Ref<number>;
1211
1718
  filteredItems: vue.Ref<InternalItem<any>[]>;
@@ -1355,29 +1862,109 @@ declare const VCombobox: {
1355
1862
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1356
1863
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1357
1864
  })> | {
1358
- component: vue.DefineComponent<{} & {
1865
+ component: {
1866
+ new (...args: any[]): {
1867
+ $: vue.ComponentInternalInstance;
1868
+ $data: {};
1869
+ $props: Partial<{}> & Omit<{} & {
1870
+ target?: HTMLElement | undefined;
1871
+ } & {
1872
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1873
+ default?: (() => vue.VNodeChild) | undefined;
1874
+ };
1875
+ $slots?: {
1876
+ default?: (() => vue.VNodeChild) | undefined;
1877
+ } | undefined;
1878
+ 'v-slots'?: {
1879
+ default?: false | (() => vue.VNodeChild) | undefined;
1880
+ } | undefined;
1881
+ } & {
1882
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1883
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1884
+ $attrs: {
1885
+ [x: string]: unknown;
1886
+ };
1887
+ $refs: {
1888
+ [x: string]: unknown;
1889
+ };
1890
+ $slots: Readonly<{
1891
+ [name: string]: vue.Slot | undefined;
1892
+ }>;
1893
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1894
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1895
+ $emit: (event: string, ...args: any[]) => void;
1896
+ $el: any;
1897
+ $options: vue.ComponentOptionsBase<{} & {
1898
+ target?: HTMLElement | undefined;
1899
+ } & {
1900
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1901
+ default?: (() => vue.VNodeChild) | undefined;
1902
+ };
1903
+ $slots?: {
1904
+ default?: (() => vue.VNodeChild) | undefined;
1905
+ } | undefined;
1906
+ 'v-slots'?: {
1907
+ default?: false | (() => vue.VNodeChild) | undefined;
1908
+ } | undefined;
1909
+ } & {
1910
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1911
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1912
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1913
+ created?: ((() => void) | (() => void)[]) | undefined;
1914
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1915
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1916
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1917
+ updated?: ((() => void) | (() => void)[]) | undefined;
1918
+ activated?: ((() => void) | (() => void)[]) | undefined;
1919
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1920
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1921
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1922
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1923
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1924
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1925
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1926
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1927
+ };
1928
+ $forceUpdate: () => void;
1929
+ $nextTick: typeof nextTick;
1930
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1931
+ } & {} & {
1932
+ target?: HTMLElement | undefined;
1933
+ } & {
1934
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1935
+ default?: (() => vue.VNodeChild) | undefined;
1936
+ };
1937
+ $slots?: {
1938
+ default?: (() => vue.VNodeChild) | undefined;
1939
+ } | undefined;
1940
+ 'v-slots'?: {
1941
+ default?: false | (() => vue.VNodeChild) | undefined;
1942
+ } | undefined;
1943
+ } & {
1944
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1945
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1946
+ __isFragment?: undefined;
1947
+ __isTeleport?: undefined;
1948
+ __isSuspense?: undefined;
1949
+ } & vue.ComponentOptionsBase<{} & {
1359
1950
  target?: HTMLElement | undefined;
1360
1951
  } & {
1361
1952
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1362
1953
  default?: (() => vue.VNodeChild) | undefined;
1363
1954
  };
1364
- 'v-slots'?: {
1365
- default?: false | (() => vue.VNodeChild) | undefined;
1366
- } | undefined;
1367
- } & {
1368
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1369
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1370
- target?: HTMLElement | undefined;
1371
- } & {
1372
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1955
+ $slots?: {
1373
1956
  default?: (() => vue.VNodeChild) | undefined;
1374
- };
1957
+ } | undefined;
1375
1958
  'v-slots'?: {
1376
1959
  default?: false | (() => vue.VNodeChild) | undefined;
1377
1960
  } | undefined;
1378
1961
  } & {
1379
1962
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1380
- }, {}>;
1963
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1964
+ target: PropType<HTMLElement>;
1965
+ }, vue.ExtractPropTypes<{
1966
+ target: PropType<HTMLElement>;
1967
+ }>>;
1381
1968
  };
1382
1969
  zIndex: string | number;
1383
1970
  eager: boolean;
@@ -1405,29 +1992,109 @@ declare const VCombobox: {
1405
1992
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1406
1993
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1407
1994
  })> | {
1408
- component: vue.DefineComponent<{} & {
1995
+ component: {
1996
+ new (...args: any[]): {
1997
+ $: vue.ComponentInternalInstance;
1998
+ $data: {};
1999
+ $props: Partial<{}> & Omit<{} & {
2000
+ target?: HTMLElement | undefined;
2001
+ } & {
2002
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2003
+ default?: (() => vue.VNodeChild) | undefined;
2004
+ };
2005
+ $slots?: {
2006
+ default?: (() => vue.VNodeChild) | undefined;
2007
+ } | undefined;
2008
+ 'v-slots'?: {
2009
+ default?: false | (() => vue.VNodeChild) | undefined;
2010
+ } | undefined;
2011
+ } & {
2012
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2013
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2014
+ $attrs: {
2015
+ [x: string]: unknown;
2016
+ };
2017
+ $refs: {
2018
+ [x: string]: unknown;
2019
+ };
2020
+ $slots: Readonly<{
2021
+ [name: string]: vue.Slot | undefined;
2022
+ }>;
2023
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2024
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2025
+ $emit: (event: string, ...args: any[]) => void;
2026
+ $el: any;
2027
+ $options: vue.ComponentOptionsBase<{} & {
2028
+ target?: HTMLElement | undefined;
2029
+ } & {
2030
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2031
+ default?: (() => vue.VNodeChild) | undefined;
2032
+ };
2033
+ $slots?: {
2034
+ default?: (() => vue.VNodeChild) | undefined;
2035
+ } | undefined;
2036
+ 'v-slots'?: {
2037
+ default?: false | (() => vue.VNodeChild) | undefined;
2038
+ } | undefined;
2039
+ } & {
2040
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2041
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2042
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2043
+ created?: ((() => void) | (() => void)[]) | undefined;
2044
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2045
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2046
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2047
+ updated?: ((() => void) | (() => void)[]) | undefined;
2048
+ activated?: ((() => void) | (() => void)[]) | undefined;
2049
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2050
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2051
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2052
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2053
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2054
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2055
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2056
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2057
+ };
2058
+ $forceUpdate: () => void;
2059
+ $nextTick: typeof nextTick;
2060
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2061
+ } & {} & {
2062
+ target?: HTMLElement | undefined;
2063
+ } & {
2064
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2065
+ default?: (() => vue.VNodeChild) | undefined;
2066
+ };
2067
+ $slots?: {
2068
+ default?: (() => vue.VNodeChild) | undefined;
2069
+ } | undefined;
2070
+ 'v-slots'?: {
2071
+ default?: false | (() => vue.VNodeChild) | undefined;
2072
+ } | undefined;
2073
+ } & {
2074
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2075
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2076
+ __isFragment?: undefined;
2077
+ __isTeleport?: undefined;
2078
+ __isSuspense?: undefined;
2079
+ } & vue.ComponentOptionsBase<{} & {
1409
2080
  target?: HTMLElement | undefined;
1410
2081
  } & {
1411
2082
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1412
2083
  default?: (() => vue.VNodeChild) | undefined;
1413
2084
  };
1414
- 'v-slots'?: {
1415
- default?: false | (() => vue.VNodeChild) | undefined;
1416
- } | undefined;
1417
- } & {
1418
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1419
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1420
- target?: HTMLElement | undefined;
1421
- } & {
1422
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2085
+ $slots?: {
1423
2086
  default?: (() => vue.VNodeChild) | undefined;
1424
- };
2087
+ } | undefined;
1425
2088
  'v-slots'?: {
1426
2089
  default?: false | (() => vue.VNodeChild) | undefined;
1427
2090
  } | undefined;
1428
2091
  } & {
1429
2092
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1430
- }, {}>;
2093
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2094
+ target: PropType<HTMLElement>;
2095
+ }, vue.ExtractPropTypes<{
2096
+ target: PropType<HTMLElement>;
2097
+ }>>;
1431
2098
  };
1432
2099
  zIndex: string | number;
1433
2100
  eager: boolean;
@@ -1473,6 +2140,15 @@ declare const VCombobox: {
1473
2140
  props: Record<string, any>;
1474
2141
  }) => vue.VNodeChild) | undefined;
1475
2142
  };
2143
+ $slots?: {
2144
+ default?: ((args_0: {
2145
+ isActive: vue.Ref<boolean>;
2146
+ }) => vue.VNodeChild) | undefined;
2147
+ activator?: ((args_0: {
2148
+ isActive: boolean;
2149
+ props: Record<string, any>;
2150
+ }) => vue.VNodeChild) | undefined;
2151
+ } | undefined;
1476
2152
  'v-slots'?: {
1477
2153
  default?: false | ((args_0: {
1478
2154
  isActive: vue.Ref<boolean>;
@@ -1516,15 +2192,13 @@ declare const VCombobox: {
1516
2192
  };
1517
2193
  noFilter: BooleanConstructor;
1518
2194
  delimiters: PropType<string[]>;
1519
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
2195
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "onUpdate:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1520
2196
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1521
2197
  "onUpdate:search"?: ((val: string) => any) | undefined;
1522
2198
  }, {
1523
2199
  isFocused: vue.Ref<boolean>;
1524
2200
  isPristine: vue.Ref<boolean>;
1525
- menu: vue.Ref<boolean> & {
1526
- readonly externalValue: boolean;
1527
- };
2201
+ menu: vue.WritableComputedRef<boolean>;
1528
2202
  search: vue.WritableComputedRef<string>;
1529
2203
  selectionIndex: vue.Ref<number>;
1530
2204
  filteredItems: vue.Ref<InternalItem<any>[]>;
@@ -1533,7 +2207,7 @@ declare const VCombobox: {
1533
2207
  'update:modelValue': (val: any) => true;
1534
2208
  'update:search': (val: string) => true;
1535
2209
  'update:menu': (val: boolean) => true;
1536
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
2210
+ }, "multiple" | "$children" | "$slots" | "v-slots" | "items" | "v-slot:append" | "v-slot:prepend" | "modelValue" | "update:modelValue" | "v-slot:loader" | "v-slot:details" | "v-slot:clear" | "v-slot:label" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1537
2211
  reverse: boolean;
1538
2212
  type: string;
1539
2213
  error: boolean;
@@ -1611,6 +2285,33 @@ declare const VCombobox: {
1611
2285
  'append-item'?: (() => vue.VNodeChild) | undefined;
1612
2286
  'no-data'?: (() => vue.VNodeChild) | undefined;
1613
2287
  };
2288
+ $slots?: {
2289
+ clear?: (() => vue.VNodeChild) | undefined;
2290
+ details?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
2291
+ label?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
2292
+ append?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
2293
+ prepend?: ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
2294
+ loader?: ((args_0: LoaderSlotProps) => vue.VNodeChild) | undefined;
2295
+ 'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
2296
+ 'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
2297
+ item?: ((args_0: {
2298
+ item: InternalItem<T_1>;
2299
+ index: number;
2300
+ props: Record<string, unknown>;
2301
+ }) => vue.VNodeChild) | undefined;
2302
+ chip?: ((args_0: {
2303
+ item: InternalItem<T_1>;
2304
+ index: number;
2305
+ props: Record<string, unknown>;
2306
+ }) => vue.VNodeChild) | undefined;
2307
+ selection?: ((args_0: {
2308
+ item: InternalItem<T_1>;
2309
+ index: number;
2310
+ }) => vue.VNodeChild) | undefined;
2311
+ 'prepend-item'?: (() => vue.VNodeChild) | undefined;
2312
+ 'append-item'?: (() => vue.VNodeChild) | undefined;
2313
+ 'no-data'?: (() => vue.VNodeChild) | undefined;
2314
+ } | undefined;
1614
2315
  'v-slots'?: {
1615
2316
  clear?: false | (() => vue.VNodeChild) | undefined;
1616
2317
  details?: false | ((args_0: VInputSlot) => vue.VNodeChild) | undefined;
@@ -1665,7 +2366,949 @@ declare const VCombobox: {
1665
2366
  "v-slot:append-item"?: false | (() => vue.VNodeChild) | undefined;
1666
2367
  "v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
1667
2368
  };
1668
- });
2369
+ }) & FilterPropsOptions<{
2370
+ transition: Omit<{
2371
+ type: PropType<string | boolean | (vue.TransitionProps & {
2372
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2373
+ })>;
2374
+ default: string;
2375
+ validator: (val: unknown) => boolean;
2376
+ }, "type" | "default"> & {
2377
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2378
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2379
+ })>>;
2380
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2381
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2382
+ })>;
2383
+ };
2384
+ reverse: BooleanConstructor;
2385
+ type: {
2386
+ type: StringConstructor;
2387
+ default: string;
2388
+ };
2389
+ error: BooleanConstructor;
2390
+ id: StringConstructor;
2391
+ active: BooleanConstructor;
2392
+ name: StringConstructor;
2393
+ color: StringConstructor;
2394
+ direction: {
2395
+ type: PropType<"horizontal" | "vertical">;
2396
+ default: string;
2397
+ validator: (v: any) => boolean;
2398
+ };
2399
+ loading: (StringConstructor | BooleanConstructor)[];
2400
+ label: StringConstructor;
2401
+ prefix: StringConstructor;
2402
+ autofocus: BooleanConstructor;
2403
+ disabled: BooleanConstructor;
2404
+ readonly: BooleanConstructor;
2405
+ placeholder: StringConstructor;
2406
+ theme: StringConstructor;
2407
+ counter: PropType<string | number | true>;
2408
+ messages: {
2409
+ type: PropType<string | string[]>;
2410
+ default: () => never[];
2411
+ };
2412
+ density: {
2413
+ type: PropType<Density>;
2414
+ default: string;
2415
+ validator: (v: any) => boolean;
2416
+ };
2417
+ variant: {
2418
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2419
+ default: string;
2420
+ validator: (v: any) => boolean;
2421
+ };
2422
+ modelValue: {
2423
+ type: PropType<any>;
2424
+ default: any;
2425
+ };
2426
+ bgColor: StringConstructor;
2427
+ prependIcon: PropType<IconValue>;
2428
+ appendIcon: PropType<IconValue>;
2429
+ clearIcon: {
2430
+ type: PropType<IconValue>;
2431
+ default: string;
2432
+ };
2433
+ prependInnerIcon: PropType<IconValue>;
2434
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2435
+ 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
2436
+ 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
2437
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2438
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2439
+ focused: BooleanConstructor;
2440
+ validateOn: PropType<"input" | "blur" | "submit" | undefined>;
2441
+ errorMessages: {
2442
+ type: PropType<string | string[]>;
2443
+ default: () => never[];
2444
+ };
2445
+ maxErrors: {
2446
+ type: (StringConstructor | NumberConstructor)[];
2447
+ default: number;
2448
+ };
2449
+ rules: {
2450
+ type: PropType<ValidationRule[]>;
2451
+ default: () => never[];
2452
+ };
2453
+ hideDetails: PropType<boolean | "auto">;
2454
+ clearable: BooleanConstructor;
2455
+ persistentClear: BooleanConstructor;
2456
+ singleLine: BooleanConstructor;
2457
+ hint: StringConstructor;
2458
+ persistentHint: BooleanConstructor;
2459
+ persistentPlaceholder: BooleanConstructor;
2460
+ persistentCounter: BooleanConstructor;
2461
+ suffix: StringConstructor;
2462
+ counterValue: PropType<(value: any) => number>;
2463
+ items: {
2464
+ type: PropType<any[]>;
2465
+ default: () => never[];
2466
+ };
2467
+ itemTitle: {
2468
+ type: PropType<SelectItemKey>;
2469
+ default: string;
2470
+ };
2471
+ itemValue: {
2472
+ type: PropType<SelectItemKey>;
2473
+ default: string;
2474
+ };
2475
+ itemChildren: Omit<{
2476
+ type: PropType<SelectItemKey>;
2477
+ default: string;
2478
+ }, "type" | "default"> & {
2479
+ type: PropType<NonNullable<SelectItemKey>>;
2480
+ default: NonNullable<SelectItemKey>;
2481
+ };
2482
+ itemProps: {
2483
+ type: PropType<SelectItemKey>;
2484
+ default: string;
2485
+ };
2486
+ returnObject: {
2487
+ type: PropType<boolean>;
2488
+ default: boolean;
2489
+ };
2490
+ chips: BooleanConstructor;
2491
+ closableChips: BooleanConstructor;
2492
+ eager: BooleanConstructor;
2493
+ hideNoData: {
2494
+ type: PropType<boolean>;
2495
+ default: boolean;
2496
+ };
2497
+ hideSelected: BooleanConstructor;
2498
+ menu: BooleanConstructor;
2499
+ menuIcon: {
2500
+ type: PropType<IconValue>;
2501
+ default: string;
2502
+ };
2503
+ menuProps: {
2504
+ type: PropType<Partial<{
2505
+ location: Anchor;
2506
+ origin: "auto" | Anchor | "overlap";
2507
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2508
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2509
+ })> | {
2510
+ component: {
2511
+ new (...args: any[]): {
2512
+ $: vue.ComponentInternalInstance;
2513
+ $data: {};
2514
+ $props: Partial<{}> & Omit<{} & {
2515
+ target?: HTMLElement | undefined;
2516
+ } & {
2517
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2518
+ default?: (() => vue.VNodeChild) | undefined;
2519
+ };
2520
+ $slots?: {
2521
+ default?: (() => vue.VNodeChild) | undefined;
2522
+ } | undefined;
2523
+ 'v-slots'?: {
2524
+ default?: false | (() => vue.VNodeChild) | undefined;
2525
+ } | undefined;
2526
+ } & {
2527
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2528
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2529
+ $attrs: {
2530
+ [x: string]: unknown;
2531
+ };
2532
+ $refs: {
2533
+ [x: string]: unknown;
2534
+ };
2535
+ $slots: Readonly<{
2536
+ [name: string]: vue.Slot | undefined;
2537
+ }>;
2538
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2539
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2540
+ $emit: (event: string, ...args: any[]) => void;
2541
+ $el: any;
2542
+ $options: vue.ComponentOptionsBase<{} & {
2543
+ target?: HTMLElement | undefined;
2544
+ } & {
2545
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2546
+ default?: (() => vue.VNodeChild) | undefined;
2547
+ };
2548
+ $slots?: {
2549
+ default?: (() => vue.VNodeChild) | undefined;
2550
+ } | undefined;
2551
+ 'v-slots'?: {
2552
+ default?: false | (() => vue.VNodeChild) | undefined;
2553
+ } | undefined;
2554
+ } & {
2555
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2556
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2557
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2558
+ created?: ((() => void) | (() => void)[]) | undefined;
2559
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2560
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2561
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2562
+ updated?: ((() => void) | (() => void)[]) | undefined;
2563
+ activated?: ((() => void) | (() => void)[]) | undefined;
2564
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2565
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2566
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2567
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2568
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2569
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2570
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2571
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2572
+ };
2573
+ $forceUpdate: () => void;
2574
+ $nextTick: typeof nextTick;
2575
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2576
+ } & {} & {
2577
+ target?: HTMLElement | undefined;
2578
+ } & {
2579
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2580
+ default?: (() => vue.VNodeChild) | undefined;
2581
+ };
2582
+ $slots?: {
2583
+ default?: (() => vue.VNodeChild) | undefined;
2584
+ } | undefined;
2585
+ 'v-slots'?: {
2586
+ default?: false | (() => vue.VNodeChild) | undefined;
2587
+ } | undefined;
2588
+ } & {
2589
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2590
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2591
+ __isFragment?: undefined;
2592
+ __isTeleport?: undefined;
2593
+ __isSuspense?: undefined;
2594
+ } & vue.ComponentOptionsBase<{} & {
2595
+ target?: HTMLElement | undefined;
2596
+ } & {
2597
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2598
+ default?: (() => vue.VNodeChild) | undefined;
2599
+ };
2600
+ $slots?: {
2601
+ default?: (() => vue.VNodeChild) | undefined;
2602
+ } | undefined;
2603
+ 'v-slots'?: {
2604
+ default?: false | (() => vue.VNodeChild) | undefined;
2605
+ } | undefined;
2606
+ } & {
2607
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2608
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2609
+ target: PropType<HTMLElement>;
2610
+ }, vue.ExtractPropTypes<{
2611
+ target: PropType<HTMLElement>;
2612
+ }>>;
2613
+ };
2614
+ zIndex: string | number;
2615
+ eager: boolean;
2616
+ disabled: boolean;
2617
+ modelValue: boolean;
2618
+ closeDelay: NonNullable<string | number>;
2619
+ openDelay: NonNullable<string | number>;
2620
+ activatorProps: Record<string, any>;
2621
+ openOnClick: boolean;
2622
+ openOnHover: boolean;
2623
+ openOnFocus: boolean;
2624
+ closeOnContentClick: boolean;
2625
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2626
+ updateLocation: (e: Event) => void;
2627
+ } | undefined)>;
2628
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2629
+ closeOnBack: boolean;
2630
+ contained: boolean;
2631
+ noClickAnimation: boolean;
2632
+ persistent: boolean;
2633
+ scrim: NonNullable<string | boolean>;
2634
+ }> & Omit<{
2635
+ location: Anchor;
2636
+ origin: "auto" | Anchor | "overlap";
2637
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2638
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2639
+ })> | {
2640
+ component: {
2641
+ new (...args: any[]): {
2642
+ $: vue.ComponentInternalInstance;
2643
+ $data: {};
2644
+ $props: Partial<{}> & Omit<{} & {
2645
+ target?: HTMLElement | undefined;
2646
+ } & {
2647
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2648
+ default?: (() => vue.VNodeChild) | undefined;
2649
+ };
2650
+ $slots?: {
2651
+ default?: (() => vue.VNodeChild) | undefined;
2652
+ } | undefined;
2653
+ 'v-slots'?: {
2654
+ default?: false | (() => vue.VNodeChild) | undefined;
2655
+ } | undefined;
2656
+ } & {
2657
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2658
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2659
+ $attrs: {
2660
+ [x: string]: unknown;
2661
+ };
2662
+ $refs: {
2663
+ [x: string]: unknown;
2664
+ };
2665
+ $slots: Readonly<{
2666
+ [name: string]: vue.Slot | undefined;
2667
+ }>;
2668
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2669
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2670
+ $emit: (event: string, ...args: any[]) => void;
2671
+ $el: any;
2672
+ $options: vue.ComponentOptionsBase<{} & {
2673
+ target?: HTMLElement | undefined;
2674
+ } & {
2675
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2676
+ default?: (() => vue.VNodeChild) | undefined;
2677
+ };
2678
+ $slots?: {
2679
+ default?: (() => vue.VNodeChild) | undefined;
2680
+ } | undefined;
2681
+ 'v-slots'?: {
2682
+ default?: false | (() => vue.VNodeChild) | undefined;
2683
+ } | undefined;
2684
+ } & {
2685
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2686
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2687
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2688
+ created?: ((() => void) | (() => void)[]) | undefined;
2689
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2690
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2691
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2692
+ updated?: ((() => void) | (() => void)[]) | undefined;
2693
+ activated?: ((() => void) | (() => void)[]) | undefined;
2694
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2695
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2696
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2697
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2698
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2699
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2700
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2701
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
2702
+ };
2703
+ $forceUpdate: () => void;
2704
+ $nextTick: typeof nextTick;
2705
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
2706
+ } & {} & {
2707
+ target?: HTMLElement | undefined;
2708
+ } & {
2709
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2710
+ default?: (() => vue.VNodeChild) | undefined;
2711
+ };
2712
+ $slots?: {
2713
+ default?: (() => vue.VNodeChild) | undefined;
2714
+ } | undefined;
2715
+ 'v-slots'?: {
2716
+ default?: false | (() => vue.VNodeChild) | undefined;
2717
+ } | undefined;
2718
+ } & {
2719
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2720
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2721
+ __isFragment?: undefined;
2722
+ __isTeleport?: undefined;
2723
+ __isSuspense?: undefined;
2724
+ } & vue.ComponentOptionsBase<{} & {
2725
+ target?: HTMLElement | undefined;
2726
+ } & {
2727
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2728
+ default?: (() => vue.VNodeChild) | undefined;
2729
+ };
2730
+ $slots?: {
2731
+ default?: (() => vue.VNodeChild) | undefined;
2732
+ } | undefined;
2733
+ 'v-slots'?: {
2734
+ default?: false | (() => vue.VNodeChild) | undefined;
2735
+ } | undefined;
2736
+ } & {
2737
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2738
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2739
+ target: PropType<HTMLElement>;
2740
+ }, vue.ExtractPropTypes<{
2741
+ target: PropType<HTMLElement>;
2742
+ }>>;
2743
+ };
2744
+ zIndex: string | number;
2745
+ eager: boolean;
2746
+ disabled: boolean;
2747
+ modelValue: boolean;
2748
+ closeDelay: NonNullable<string | number>;
2749
+ openDelay: NonNullable<string | number>;
2750
+ activatorProps: Record<string, any>;
2751
+ openOnHover: boolean;
2752
+ closeOnContentClick: boolean;
2753
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2754
+ updateLocation: (e: Event) => void;
2755
+ } | undefined)>;
2756
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2757
+ closeOnBack: boolean;
2758
+ contained: boolean;
2759
+ noClickAnimation: boolean;
2760
+ persistent: boolean;
2761
+ scrim: NonNullable<string | boolean>;
2762
+ } & {
2763
+ offset?: string | number | number[] | undefined;
2764
+ id?: string | undefined;
2765
+ height?: string | number | undefined;
2766
+ width?: string | number | undefined;
2767
+ maxHeight?: string | number | undefined;
2768
+ maxWidth?: string | number | undefined;
2769
+ minHeight?: string | number | undefined;
2770
+ minWidth?: string | number | undefined;
2771
+ theme?: string | undefined;
2772
+ contentClass?: any;
2773
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
2774
+ openOnClick?: boolean | undefined;
2775
+ openOnFocus?: boolean | undefined;
2776
+ contentProps?: any;
2777
+ attach?: string | boolean | Element | undefined;
2778
+ } & {
2779
+ $children?: {} | vue.VNodeChild | {
2780
+ default?: ((args_0: {
2781
+ isActive: vue.Ref<boolean>;
2782
+ }) => vue.VNodeChild) | undefined;
2783
+ activator?: ((args_0: {
2784
+ isActive: boolean;
2785
+ props: Record<string, any>;
2786
+ }) => vue.VNodeChild) | undefined;
2787
+ };
2788
+ $slots?: {
2789
+ default?: ((args_0: {
2790
+ isActive: vue.Ref<boolean>;
2791
+ }) => vue.VNodeChild) | undefined;
2792
+ activator?: ((args_0: {
2793
+ isActive: boolean;
2794
+ props: Record<string, any>;
2795
+ }) => vue.VNodeChild) | undefined;
2796
+ } | undefined;
2797
+ 'v-slots'?: {
2798
+ default?: false | ((args_0: {
2799
+ isActive: vue.Ref<boolean>;
2800
+ }) => vue.VNodeChild) | undefined;
2801
+ activator?: false | ((args_0: {
2802
+ isActive: boolean;
2803
+ props: Record<string, any>;
2804
+ }) => vue.VNodeChild) | undefined;
2805
+ } | undefined;
2806
+ } & {
2807
+ "v-slot:default"?: false | ((args_0: {
2808
+ isActive: vue.Ref<boolean>;
2809
+ }) => vue.VNodeChild) | undefined;
2810
+ "v-slot:activator"?: false | ((args_0: {
2811
+ isActive: boolean;
2812
+ props: Record<string, any>;
2813
+ }) => vue.VNodeChild) | undefined;
2814
+ } & {
2815
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
2816
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
2817
+ };
2818
+ multiple: BooleanConstructor;
2819
+ noDataText: {
2820
+ type: StringConstructor;
2821
+ default: string;
2822
+ };
2823
+ openOnClear: BooleanConstructor;
2824
+ valueComparator: {
2825
+ type: PropType<typeof deepEqual>;
2826
+ default: typeof deepEqual;
2827
+ };
2828
+ customFilter: PropType<FilterFunction>;
2829
+ customKeyFilter: PropType<FilterKeyFunctions>;
2830
+ filterKeys: {
2831
+ type: PropType<NonNullable<FilterKeys>>;
2832
+ default: NonNullable<FilterKeys>;
2833
+ };
2834
+ filterMode: {
2835
+ type: PropType<FilterMode>;
2836
+ default: string;
2837
+ };
2838
+ noFilter: BooleanConstructor;
2839
+ delimiters: PropType<string[]>;
2840
+ }, vue.ExtractPropTypes<{
2841
+ transition: Omit<{
2842
+ type: PropType<string | boolean | (vue.TransitionProps & {
2843
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2844
+ })>;
2845
+ default: string;
2846
+ validator: (val: unknown) => boolean;
2847
+ }, "type" | "default"> & {
2848
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2849
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2850
+ })>>;
2851
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2852
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2853
+ })>;
2854
+ };
2855
+ reverse: BooleanConstructor;
2856
+ type: {
2857
+ type: StringConstructor;
2858
+ default: string;
2859
+ };
2860
+ error: BooleanConstructor;
2861
+ id: StringConstructor;
2862
+ active: BooleanConstructor;
2863
+ name: StringConstructor;
2864
+ color: StringConstructor;
2865
+ direction: {
2866
+ type: PropType<"horizontal" | "vertical">;
2867
+ default: string;
2868
+ validator: (v: any) => boolean;
2869
+ };
2870
+ loading: (StringConstructor | BooleanConstructor)[];
2871
+ label: StringConstructor;
2872
+ prefix: StringConstructor;
2873
+ autofocus: BooleanConstructor;
2874
+ disabled: BooleanConstructor;
2875
+ readonly: BooleanConstructor;
2876
+ placeholder: StringConstructor;
2877
+ theme: StringConstructor;
2878
+ counter: PropType<string | number | true>;
2879
+ messages: {
2880
+ type: PropType<string | string[]>;
2881
+ default: () => never[];
2882
+ };
2883
+ density: {
2884
+ type: PropType<Density>;
2885
+ default: string;
2886
+ validator: (v: any) => boolean;
2887
+ };
2888
+ variant: {
2889
+ type: PropType<"filled" | "outlined" | "plain" | "underlined" | "solo">;
2890
+ default: string;
2891
+ validator: (v: any) => boolean;
2892
+ };
2893
+ modelValue: {
2894
+ type: PropType<any>;
2895
+ default: any;
2896
+ };
2897
+ bgColor: StringConstructor;
2898
+ prependIcon: PropType<IconValue>;
2899
+ appendIcon: PropType<IconValue>;
2900
+ clearIcon: {
2901
+ type: PropType<IconValue>;
2902
+ default: string;
2903
+ };
2904
+ prependInnerIcon: PropType<IconValue>;
2905
+ 'onClick:clear': PropType<EventProp<(...args: any[]) => any>>;
2906
+ 'onClick:append': PropType<EventProp<(...args: any[]) => any>>;
2907
+ 'onClick:prepend': PropType<EventProp<(...args: any[]) => any>>;
2908
+ 'onClick:appendInner': PropType<EventProp<(...args: any[]) => any>>;
2909
+ 'onClick:prependInner': PropType<EventProp<(...args: any[]) => any>>;
2910
+ focused: BooleanConstructor;
2911
+ validateOn: PropType<"input" | "blur" | "submit" | undefined>;
2912
+ errorMessages: {
2913
+ type: PropType<string | string[]>;
2914
+ default: () => never[];
2915
+ };
2916
+ maxErrors: {
2917
+ type: (StringConstructor | NumberConstructor)[];
2918
+ default: number;
2919
+ };
2920
+ rules: {
2921
+ type: PropType<ValidationRule[]>;
2922
+ default: () => never[];
2923
+ };
2924
+ hideDetails: PropType<boolean | "auto">;
2925
+ clearable: BooleanConstructor;
2926
+ persistentClear: BooleanConstructor;
2927
+ singleLine: BooleanConstructor;
2928
+ hint: StringConstructor;
2929
+ persistentHint: BooleanConstructor;
2930
+ persistentPlaceholder: BooleanConstructor;
2931
+ persistentCounter: BooleanConstructor;
2932
+ suffix: StringConstructor;
2933
+ counterValue: PropType<(value: any) => number>;
2934
+ items: {
2935
+ type: PropType<any[]>;
2936
+ default: () => never[];
2937
+ };
2938
+ itemTitle: {
2939
+ type: PropType<SelectItemKey>;
2940
+ default: string;
2941
+ };
2942
+ itemValue: {
2943
+ type: PropType<SelectItemKey>;
2944
+ default: string;
2945
+ };
2946
+ itemChildren: Omit<{
2947
+ type: PropType<SelectItemKey>;
2948
+ default: string;
2949
+ }, "type" | "default"> & {
2950
+ type: PropType<NonNullable<SelectItemKey>>;
2951
+ default: NonNullable<SelectItemKey>;
2952
+ };
2953
+ itemProps: {
2954
+ type: PropType<SelectItemKey>;
2955
+ default: string;
2956
+ };
2957
+ returnObject: {
2958
+ type: PropType<boolean>;
2959
+ default: boolean;
2960
+ };
2961
+ chips: BooleanConstructor;
2962
+ closableChips: BooleanConstructor;
2963
+ eager: BooleanConstructor;
2964
+ hideNoData: {
2965
+ type: PropType<boolean>;
2966
+ default: boolean;
2967
+ };
2968
+ hideSelected: BooleanConstructor;
2969
+ menu: BooleanConstructor;
2970
+ menuIcon: {
2971
+ type: PropType<IconValue>;
2972
+ default: string;
2973
+ };
2974
+ menuProps: {
2975
+ type: PropType<Partial<{
2976
+ location: Anchor;
2977
+ origin: "auto" | Anchor | "overlap";
2978
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2979
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2980
+ })> | {
2981
+ component: {
2982
+ new (...args: any[]): {
2983
+ $: vue.ComponentInternalInstance;
2984
+ $data: {};
2985
+ $props: Partial<{}> & Omit<{} & {
2986
+ target?: HTMLElement | undefined;
2987
+ } & {
2988
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2989
+ default?: (() => vue.VNodeChild) | undefined;
2990
+ };
2991
+ $slots?: {
2992
+ default?: (() => vue.VNodeChild) | undefined;
2993
+ } | undefined;
2994
+ 'v-slots'?: {
2995
+ default?: false | (() => vue.VNodeChild) | undefined;
2996
+ } | undefined;
2997
+ } & {
2998
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2999
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
3000
+ $attrs: {
3001
+ [x: string]: unknown;
3002
+ };
3003
+ $refs: {
3004
+ [x: string]: unknown;
3005
+ };
3006
+ $slots: Readonly<{
3007
+ [name: string]: vue.Slot | undefined;
3008
+ }>;
3009
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3010
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3011
+ $emit: (event: string, ...args: any[]) => void;
3012
+ $el: any;
3013
+ $options: vue.ComponentOptionsBase<{} & {
3014
+ target?: HTMLElement | undefined;
3015
+ } & {
3016
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3017
+ default?: (() => vue.VNodeChild) | undefined;
3018
+ };
3019
+ $slots?: {
3020
+ default?: (() => vue.VNodeChild) | undefined;
3021
+ } | undefined;
3022
+ 'v-slots'?: {
3023
+ default?: false | (() => vue.VNodeChild) | undefined;
3024
+ } | undefined;
3025
+ } & {
3026
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3027
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
3028
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3029
+ created?: ((() => void) | (() => void)[]) | undefined;
3030
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
3031
+ mounted?: ((() => void) | (() => void)[]) | undefined;
3032
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
3033
+ updated?: ((() => void) | (() => void)[]) | undefined;
3034
+ activated?: ((() => void) | (() => void)[]) | undefined;
3035
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
3036
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
3037
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
3038
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
3039
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
3040
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3041
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3042
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3043
+ };
3044
+ $forceUpdate: () => void;
3045
+ $nextTick: typeof nextTick;
3046
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
3047
+ } & {} & {
3048
+ target?: HTMLElement | undefined;
3049
+ } & {
3050
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3051
+ default?: (() => vue.VNodeChild) | undefined;
3052
+ };
3053
+ $slots?: {
3054
+ default?: (() => vue.VNodeChild) | undefined;
3055
+ } | undefined;
3056
+ 'v-slots'?: {
3057
+ default?: false | (() => vue.VNodeChild) | undefined;
3058
+ } | undefined;
3059
+ } & {
3060
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3061
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
3062
+ __isFragment?: undefined;
3063
+ __isTeleport?: undefined;
3064
+ __isSuspense?: undefined;
3065
+ } & vue.ComponentOptionsBase<{} & {
3066
+ target?: HTMLElement | undefined;
3067
+ } & {
3068
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3069
+ default?: (() => vue.VNodeChild) | undefined;
3070
+ };
3071
+ $slots?: {
3072
+ default?: (() => vue.VNodeChild) | undefined;
3073
+ } | undefined;
3074
+ 'v-slots'?: {
3075
+ default?: false | (() => vue.VNodeChild) | undefined;
3076
+ } | undefined;
3077
+ } & {
3078
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3079
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3080
+ target: PropType<HTMLElement>;
3081
+ }, vue.ExtractPropTypes<{
3082
+ target: PropType<HTMLElement>;
3083
+ }>>;
3084
+ };
3085
+ zIndex: string | number;
3086
+ eager: boolean;
3087
+ disabled: boolean;
3088
+ modelValue: boolean;
3089
+ closeDelay: NonNullable<string | number>;
3090
+ openDelay: NonNullable<string | number>;
3091
+ activatorProps: Record<string, any>;
3092
+ openOnClick: boolean;
3093
+ openOnHover: boolean;
3094
+ openOnFocus: boolean;
3095
+ closeOnContentClick: boolean;
3096
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3097
+ updateLocation: (e: Event) => void;
3098
+ } | undefined)>;
3099
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3100
+ closeOnBack: boolean;
3101
+ contained: boolean;
3102
+ noClickAnimation: boolean;
3103
+ persistent: boolean;
3104
+ scrim: NonNullable<string | boolean>;
3105
+ }> & Omit<{
3106
+ location: Anchor;
3107
+ origin: "auto" | Anchor | "overlap";
3108
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
3109
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
3110
+ })> | {
3111
+ component: {
3112
+ new (...args: any[]): {
3113
+ $: vue.ComponentInternalInstance;
3114
+ $data: {};
3115
+ $props: Partial<{}> & Omit<{} & {
3116
+ target?: HTMLElement | undefined;
3117
+ } & {
3118
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3119
+ default?: (() => vue.VNodeChild) | undefined;
3120
+ };
3121
+ $slots?: {
3122
+ default?: (() => vue.VNodeChild) | undefined;
3123
+ } | undefined;
3124
+ 'v-slots'?: {
3125
+ default?: false | (() => vue.VNodeChild) | undefined;
3126
+ } | undefined;
3127
+ } & {
3128
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3129
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
3130
+ $attrs: {
3131
+ [x: string]: unknown;
3132
+ };
3133
+ $refs: {
3134
+ [x: string]: unknown;
3135
+ };
3136
+ $slots: Readonly<{
3137
+ [name: string]: vue.Slot | undefined;
3138
+ }>;
3139
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3140
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
3141
+ $emit: (event: string, ...args: any[]) => void;
3142
+ $el: any;
3143
+ $options: vue.ComponentOptionsBase<{} & {
3144
+ target?: HTMLElement | undefined;
3145
+ } & {
3146
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3147
+ default?: (() => vue.VNodeChild) | undefined;
3148
+ };
3149
+ $slots?: {
3150
+ default?: (() => vue.VNodeChild) | undefined;
3151
+ } | undefined;
3152
+ 'v-slots'?: {
3153
+ default?: false | (() => vue.VNodeChild) | undefined;
3154
+ } | undefined;
3155
+ } & {
3156
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3157
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
3158
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
3159
+ created?: ((() => void) | (() => void)[]) | undefined;
3160
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
3161
+ mounted?: ((() => void) | (() => void)[]) | undefined;
3162
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
3163
+ updated?: ((() => void) | (() => void)[]) | undefined;
3164
+ activated?: ((() => void) | (() => void)[]) | undefined;
3165
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
3166
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
3167
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
3168
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
3169
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
3170
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3171
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
3172
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
3173
+ };
3174
+ $forceUpdate: () => void;
3175
+ $nextTick: typeof nextTick;
3176
+ $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?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
3177
+ } & {} & {
3178
+ target?: HTMLElement | undefined;
3179
+ } & {
3180
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3181
+ default?: (() => vue.VNodeChild) | undefined;
3182
+ };
3183
+ $slots?: {
3184
+ default?: (() => vue.VNodeChild) | undefined;
3185
+ } | undefined;
3186
+ 'v-slots'?: {
3187
+ default?: false | (() => vue.VNodeChild) | undefined;
3188
+ } | undefined;
3189
+ } & {
3190
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3191
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
3192
+ __isFragment?: undefined;
3193
+ __isTeleport?: undefined;
3194
+ __isSuspense?: undefined;
3195
+ } & vue.ComponentOptionsBase<{} & {
3196
+ target?: HTMLElement | undefined;
3197
+ } & {
3198
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
3199
+ default?: (() => vue.VNodeChild) | undefined;
3200
+ };
3201
+ $slots?: {
3202
+ default?: (() => vue.VNodeChild) | undefined;
3203
+ } | undefined;
3204
+ 'v-slots'?: {
3205
+ default?: false | (() => vue.VNodeChild) | undefined;
3206
+ } | undefined;
3207
+ } & {
3208
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
3209
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
3210
+ target: PropType<HTMLElement>;
3211
+ }, vue.ExtractPropTypes<{
3212
+ target: PropType<HTMLElement>;
3213
+ }>>;
3214
+ };
3215
+ zIndex: string | number;
3216
+ eager: boolean;
3217
+ disabled: boolean;
3218
+ modelValue: boolean;
3219
+ closeDelay: NonNullable<string | number>;
3220
+ openDelay: NonNullable<string | number>;
3221
+ activatorProps: Record<string, any>;
3222
+ openOnHover: boolean;
3223
+ closeOnContentClick: boolean;
3224
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
3225
+ updateLocation: (e: Event) => void;
3226
+ } | undefined)>;
3227
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
3228
+ closeOnBack: boolean;
3229
+ contained: boolean;
3230
+ noClickAnimation: boolean;
3231
+ persistent: boolean;
3232
+ scrim: NonNullable<string | boolean>;
3233
+ } & {
3234
+ offset?: string | number | number[] | undefined;
3235
+ id?: string | undefined;
3236
+ height?: string | number | undefined;
3237
+ width?: string | number | undefined;
3238
+ maxHeight?: string | number | undefined;
3239
+ maxWidth?: string | number | undefined;
3240
+ minHeight?: string | number | undefined;
3241
+ minWidth?: string | number | undefined;
3242
+ theme?: string | undefined;
3243
+ contentClass?: any;
3244
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
3245
+ openOnClick?: boolean | undefined;
3246
+ openOnFocus?: boolean | undefined;
3247
+ contentProps?: any;
3248
+ attach?: string | boolean | Element | undefined;
3249
+ } & {
3250
+ $children?: {} | vue.VNodeChild | {
3251
+ default?: ((args_0: {
3252
+ isActive: vue.Ref<boolean>;
3253
+ }) => vue.VNodeChild) | undefined;
3254
+ activator?: ((args_0: {
3255
+ isActive: boolean;
3256
+ props: Record<string, any>;
3257
+ }) => vue.VNodeChild) | undefined;
3258
+ };
3259
+ $slots?: {
3260
+ default?: ((args_0: {
3261
+ isActive: vue.Ref<boolean>;
3262
+ }) => vue.VNodeChild) | undefined;
3263
+ activator?: ((args_0: {
3264
+ isActive: boolean;
3265
+ props: Record<string, any>;
3266
+ }) => vue.VNodeChild) | undefined;
3267
+ } | undefined;
3268
+ 'v-slots'?: {
3269
+ default?: false | ((args_0: {
3270
+ isActive: vue.Ref<boolean>;
3271
+ }) => vue.VNodeChild) | undefined;
3272
+ activator?: false | ((args_0: {
3273
+ isActive: boolean;
3274
+ props: Record<string, any>;
3275
+ }) => vue.VNodeChild) | undefined;
3276
+ } | undefined;
3277
+ } & {
3278
+ "v-slot:default"?: false | ((args_0: {
3279
+ isActive: vue.Ref<boolean>;
3280
+ }) => vue.VNodeChild) | undefined;
3281
+ "v-slot:activator"?: false | ((args_0: {
3282
+ isActive: boolean;
3283
+ props: Record<string, any>;
3284
+ }) => vue.VNodeChild) | undefined;
3285
+ } & {
3286
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
3287
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">>;
3288
+ };
3289
+ multiple: BooleanConstructor;
3290
+ noDataText: {
3291
+ type: StringConstructor;
3292
+ default: string;
3293
+ };
3294
+ openOnClear: BooleanConstructor;
3295
+ valueComparator: {
3296
+ type: PropType<typeof deepEqual>;
3297
+ default: typeof deepEqual;
3298
+ };
3299
+ customFilter: PropType<FilterFunction>;
3300
+ customKeyFilter: PropType<FilterKeyFunctions>;
3301
+ filterKeys: {
3302
+ type: PropType<NonNullable<FilterKeys>>;
3303
+ default: NonNullable<FilterKeys>;
3304
+ };
3305
+ filterMode: {
3306
+ type: PropType<FilterMode>;
3307
+ default: string;
3308
+ };
3309
+ noFilter: BooleanConstructor;
3310
+ delimiters: PropType<string[]>;
3311
+ }>>;
1669
3312
  type VCombobox = InstanceType<typeof VCombobox>;
1670
3313
 
1671
3314
  export { VCombobox };