vuetify 3.1.4 → 3.1.5

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 (463) hide show
  1. package/dist/json/attributes.json +2734 -2738
  2. package/dist/json/importMap.json +58 -58
  3. package/dist/json/tags.json +0 -1
  4. package/dist/json/web-types.json +9073 -6416
  5. package/dist/vuetify-labs.css +3038 -5928
  6. package/dist/vuetify-labs.d.ts +12865 -20825
  7. package/dist/vuetify-labs.esm.js +1580 -1859
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +1579 -1858
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +120 -3019
  12. package/dist/vuetify.d.ts +12208 -20176
  13. package/dist/vuetify.esm.js +1406 -1686
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1405 -1685
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1099 -1323
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +9 -9
  21. package/lib/blueprints/md1.d.ts +9 -9
  22. package/lib/blueprints/md2.d.ts +9 -9
  23. package/lib/blueprints/md3.d.ts +9 -9
  24. package/lib/blueprints/md3.mjs.map +1 -1
  25. package/lib/components/VAlert/VAlert.mjs +5 -6
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/index.d.ts +135 -157
  28. package/lib/components/VApp/VApp.mjs +9 -12
  29. package/lib/components/VApp/VApp.mjs.map +1 -1
  30. package/lib/components/VApp/index.d.ts +27 -13
  31. package/lib/components/VAppBar/VAppBar.mjs +9 -5
  32. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarNavIcon.mjs +2 -2
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  35. package/lib/components/VAppBar/VAppBarTitle.mjs +2 -2
  36. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  37. package/lib/components/VAppBar/index.d.ts +169 -350
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs +100 -104
  39. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  40. package/lib/components/VAutocomplete/index.d.ts +494 -636
  41. package/lib/components/VAvatar/VAvatar.mjs +19 -22
  42. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  43. package/lib/components/VAvatar/index.d.ts +46 -66
  44. package/lib/components/VBadge/VBadge.mjs +7 -5
  45. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  46. package/lib/components/VBadge/index.d.ts +74 -100
  47. package/lib/components/VBanner/VBanner.mjs +3 -4
  48. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  49. package/lib/components/VBanner/VBannerActions.mjs +5 -8
  50. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  51. package/lib/components/VBanner/index.d.ts +134 -98
  52. package/lib/components/VBottomNavigation/VBottomNavigation.css +2 -1
  53. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -4
  54. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  55. package/lib/components/VBottomNavigation/VBottomNavigation.sass +2 -1
  56. package/lib/components/VBottomNavigation/_variables.scss +1 -1
  57. package/lib/components/VBottomNavigation/index.d.ts +67 -131
  58. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +9 -16
  59. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  60. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +5 -8
  61. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  62. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +4 -8
  63. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  64. package/lib/components/VBreadcrumbs/index.d.ts +87 -61
  65. package/lib/components/VBtn/VBtn.mjs +14 -17
  66. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  67. package/lib/components/VBtn/index.d.ts +118 -179
  68. package/lib/components/VBtnGroup/VBtnGroup.mjs +5 -2
  69. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  70. package/lib/components/VBtnGroup/index.d.ts +42 -57
  71. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -2
  72. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  73. package/lib/components/VBtnToggle/index.d.ts +60 -247
  74. package/lib/components/VCalendar/mixins/mouse.mjs +2 -3
  75. package/lib/components/VCalendar/mixins/mouse.mjs.map +1 -1
  76. package/lib/components/VCard/VCard.mjs +5 -6
  77. package/lib/components/VCard/VCard.mjs.map +1 -1
  78. package/lib/components/VCard/VCardActions.mjs +5 -8
  79. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  80. package/lib/components/VCard/VCardItem.mjs +7 -8
  81. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  82. package/lib/components/VCard/index.d.ts +286 -186
  83. package/lib/components/VCarousel/VCarousel.mjs +2 -2
  84. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  85. package/lib/components/VCarousel/VCarouselItem.mjs +2 -2
  86. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  87. package/lib/components/VCarousel/index.d.ts +238 -61
  88. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  89. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  90. package/lib/components/VCheckbox/VCheckboxBtn.mjs +2 -2
  91. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  92. package/lib/components/VCheckbox/index.d.ts +277 -254
  93. package/lib/components/VChip/VChip.mjs +15 -14
  94. package/lib/components/VChip/VChip.mjs.map +1 -1
  95. package/lib/components/VChip/index.d.ts +118 -168
  96. package/lib/components/VChipGroup/VChipGroup.css +1 -0
  97. package/lib/components/VChipGroup/VChipGroup.mjs +15 -18
  98. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  99. package/lib/components/VChipGroup/VChipGroup.sass +1 -0
  100. package/lib/components/VChipGroup/index.d.ts +49 -68
  101. package/lib/components/VCode/index.d.ts +21 -9
  102. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +4 -9
  103. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  104. package/lib/components/VColorPicker/VColorPickerEdit.mjs +12 -16
  105. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  106. package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
  107. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  108. package/lib/components/VColorPicker/index.d.ts +1 -1
  109. package/lib/components/VColorPicker/util/index.mjs +1 -2
  110. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  111. package/lib/components/VCombobox/VCombobox.mjs +104 -113
  112. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  113. package/lib/components/VCombobox/index.d.ts +496 -638
  114. package/lib/components/VCounter/VCounter.mjs +2 -2
  115. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  116. package/lib/components/VCounter/index.d.ts +139 -197
  117. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
  118. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  119. package/lib/components/VDefaultsProvider/index.d.ts +33 -14
  120. package/lib/components/VDialog/VDialog.mjs +6 -9
  121. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  122. package/lib/components/VDialog/index.d.ts +430 -1610
  123. package/lib/components/VDivider/VDivider.mjs +2 -2
  124. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  125. package/lib/components/VDivider/index.d.ts +35 -15
  126. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
  127. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  128. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
  129. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  130. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
  131. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  132. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
  133. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  134. package/lib/components/VExpansionPanel/index.d.ts +180 -158
  135. package/lib/components/VField/VField.mjs +3 -6
  136. package/lib/components/VField/VField.mjs.map +1 -1
  137. package/lib/components/VField/VFieldLabel.mjs +2 -2
  138. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  139. package/lib/components/VField/index.d.ts +46 -34
  140. package/lib/components/VFileInput/VFileInput.mjs +16 -18
  141. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  142. package/lib/components/VFileInput/index.d.ts +330 -355
  143. package/lib/components/VFooter/VFooter.mjs +2 -2
  144. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  145. package/lib/components/VFooter/index.d.ts +45 -65
  146. package/lib/components/VForm/VForm.mjs +10 -14
  147. package/lib/components/VForm/VForm.mjs.map +1 -1
  148. package/lib/components/VForm/index.d.ts +29 -23
  149. package/lib/components/VGrid/VCol.mjs +5 -8
  150. package/lib/components/VGrid/VCol.mjs.map +1 -1
  151. package/lib/components/VGrid/VContainer.mjs +2 -2
  152. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  153. package/lib/components/VGrid/VGrid.css +0 -125
  154. package/lib/components/VGrid/VRow.mjs +5 -8
  155. package/lib/components/VGrid/VRow.mjs.map +1 -1
  156. package/lib/components/VGrid/index.d.ts +112 -121
  157. package/lib/components/VHover/VHover.mjs +9 -12
  158. package/lib/components/VHover/VHover.mjs.map +1 -1
  159. package/lib/components/VHover/index.d.ts +53 -15
  160. package/lib/components/VIcon/VIcon.mjs +22 -26
  161. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  162. package/lib/components/VIcon/index.d.ts +68 -56
  163. package/lib/components/VImg/VImg.mjs +7 -11
  164. package/lib/components/VImg/VImg.mjs.map +1 -1
  165. package/lib/components/VImg/index.d.ts +67 -58
  166. package/lib/components/VInput/VInput.mjs +5 -6
  167. package/lib/components/VInput/VInput.mjs.map +1 -1
  168. package/lib/components/VInput/index.d.ts +94 -283
  169. package/lib/components/VItemGroup/VItem.mjs +8 -11
  170. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  171. package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
  172. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  173. package/lib/components/VItemGroup/index.d.ts +76 -149
  174. package/lib/components/VKbd/index.d.ts +21 -9
  175. package/lib/components/VLabel/VLabel.mjs +7 -10
  176. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  177. package/lib/components/VLabel/index.d.ts +29 -9
  178. package/lib/components/VLayout/VLayout.mjs +9 -12
  179. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  180. package/lib/components/VLayout/VLayoutItem.mjs +6 -9
  181. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  182. package/lib/components/VLayout/index.d.ts +60 -43
  183. package/lib/components/VLazy/VLazy.mjs +12 -15
  184. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  185. package/lib/components/VLazy/index.d.ts +48 -71
  186. package/lib/components/VList/VList.mjs +4 -8
  187. package/lib/components/VList/VList.mjs.map +1 -1
  188. package/lib/components/VList/VListChildren.mjs +59 -77
  189. package/lib/components/VList/VListChildren.mjs.map +1 -1
  190. package/lib/components/VList/VListGroup.mjs +33 -39
  191. package/lib/components/VList/VListGroup.mjs.map +1 -1
  192. package/lib/components/VList/VListItem.css +2 -2
  193. package/lib/components/VList/VListItem.mjs +10 -18
  194. package/lib/components/VList/VListItem.mjs.map +1 -1
  195. package/lib/components/VList/VListItem.sass +0 -2
  196. package/lib/components/VList/VListItemAction.mjs +2 -2
  197. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  198. package/lib/components/VList/VListItemMedia.mjs +2 -2
  199. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  200. package/lib/components/VList/VListSubheader.mjs +3 -4
  201. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  202. package/lib/components/VList/index.d.ts +418 -686
  203. package/lib/components/VList/list.mjs +1 -1
  204. package/lib/components/VList/list.mjs.map +1 -1
  205. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
  206. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  207. package/lib/components/VLocaleProvider/index.d.ts +28 -16
  208. package/lib/components/VMain/VMain.mjs +12 -15
  209. package/lib/components/VMain/VMain.mjs.map +1 -1
  210. package/lib/components/VMain/index.d.ts +23 -17
  211. package/lib/components/VMenu/VMenu.mjs +10 -10
  212. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  213. package/lib/components/VMenu/index.d.ts +428 -1641
  214. package/lib/components/VMessages/VMessages.mjs +2 -2
  215. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  216. package/lib/components/VMessages/index.d.ts +144 -204
  217. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
  218. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  219. package/lib/components/VNavigationDrawer/index.d.ts +92 -124
  220. package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
  221. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  222. package/lib/components/VNoSsr/index.d.ts +20 -4
  223. package/lib/components/VOtpInput/VOtpInput.mjs +5 -6
  224. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  225. package/lib/components/VOverlay/VOverlay.mjs +44 -47
  226. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  227. package/lib/components/VOverlay/index.d.ts +150 -468
  228. package/lib/components/VOverlay/locationStrategies.mjs +3 -6
  229. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  230. package/lib/components/VOverlay/scrollStrategies.mjs +7 -12
  231. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  232. package/lib/components/VOverlay/useActivator.mjs +4 -7
  233. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  234. package/lib/components/VPagination/VPagination.mjs +4 -5
  235. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  236. package/lib/components/VPagination/index.d.ts +107 -207
  237. package/lib/components/VParallax/VParallax.mjs +12 -15
  238. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  239. package/lib/components/VParallax/index.d.ts +39 -9
  240. package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
  241. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  242. package/lib/components/VProgressCircular/index.d.ts +41 -58
  243. package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
  244. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  245. package/lib/components/VProgressLinear/index.d.ts +91 -95
  246. package/lib/components/VRadio/VRadio.mjs +2 -2
  247. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  248. package/lib/components/VRadio/index.d.ts +108 -85
  249. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  250. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  251. package/lib/components/VRadioGroup/index.d.ts +164 -147
  252. package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
  253. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  254. package/lib/components/VRangeSlider/index.d.ts +154 -210
  255. package/lib/components/VRating/VRating.mjs +28 -34
  256. package/lib/components/VRating/VRating.mjs.map +1 -1
  257. package/lib/components/VRating/index.d.ts +77 -311
  258. package/lib/components/VResponsive/VResponsive.mjs +11 -14
  259. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  260. package/lib/components/VResponsive/index.d.ts +44 -20
  261. package/lib/components/VSelect/VSelect.mjs +100 -102
  262. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  263. package/lib/components/VSelect/index.d.ts +729 -673
  264. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
  265. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  266. package/lib/components/VSelectionControl/index.d.ts +31 -19
  267. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
  268. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  269. package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
  270. package/lib/components/VSheet/VSheet.mjs +2 -2
  271. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  272. package/lib/components/VSheet/index.d.ts +52 -56
  273. package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
  274. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  275. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
  276. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  277. package/lib/components/VSlideGroup/index.d.ts +144 -366
  278. package/lib/components/VSlider/VSlider.mjs +8 -14
  279. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  280. package/lib/components/VSlider/VSliderThumb.css +0 -1
  281. package/lib/components/VSlider/VSliderThumb.mjs +4 -5
  282. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  283. package/lib/components/VSlider/VSliderTrack.mjs +4 -5
  284. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  285. package/lib/components/VSlider/index.d.ts +151 -207
  286. package/lib/components/VSlider/slider.mjs +3 -6
  287. package/lib/components/VSlider/slider.mjs.map +1 -1
  288. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  289. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  290. package/lib/components/VSnackbar/index.d.ts +358 -1519
  291. package/lib/components/VSwitch/VSwitch.mjs +3 -4
  292. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  293. package/lib/components/VSwitch/index.d.ts +180 -151
  294. package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
  295. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  296. package/lib/components/VSystemBar/index.d.ts +43 -51
  297. package/lib/components/VTable/VTable.mjs +19 -22
  298. package/lib/components/VTable/VTable.mjs.map +1 -1
  299. package/lib/components/VTable/index.d.ts +54 -30
  300. package/lib/components/VTabs/VTab.mjs +3 -4
  301. package/lib/components/VTabs/VTab.mjs.map +1 -1
  302. package/lib/components/VTabs/VTabs.mjs +2 -2
  303. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  304. package/lib/components/VTabs/index.d.ts +122 -150
  305. package/lib/components/VTextField/VTextField.mjs +16 -19
  306. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  307. package/lib/components/VTextField/index.d.ts +331 -1489
  308. package/lib/components/VTextarea/VTextarea.mjs +17 -19
  309. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  310. package/lib/components/VTextarea/index.d.ts +320 -334
  311. package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
  312. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  313. package/lib/components/VThemeProvider/index.d.ts +27 -13
  314. package/lib/components/VTimeline/VTimeline.mjs +2 -2
  315. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  316. package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
  317. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  318. package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
  319. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  320. package/lib/components/VTimeline/index.d.ts +123 -135
  321. package/lib/components/VToolbar/VToolbar.css +1 -0
  322. package/lib/components/VToolbar/VToolbar.mjs +7 -9
  323. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  324. package/lib/components/VToolbar/VToolbar.sass +1 -0
  325. package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
  326. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  327. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -2
  328. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  329. package/lib/components/VToolbar/index.d.ts +146 -351
  330. package/lib/components/VTooltip/VTooltip.mjs +1 -2
  331. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  332. package/lib/components/VTooltip/index.d.ts +361 -1619
  333. package/lib/components/VValidation/VValidation.mjs +3 -6
  334. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  335. package/lib/components/VValidation/index.d.ts +48 -46
  336. package/lib/components/VWindow/VWindow.mjs +19 -22
  337. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  338. package/lib/components/VWindow/VWindowItem.mjs +10 -14
  339. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  340. package/lib/components/VWindow/index.d.ts +152 -284
  341. package/lib/components/index.d.ts +13684 -21652
  342. package/lib/components/transitions/createTransition.mjs +4 -4
  343. package/lib/components/transitions/createTransition.mjs.map +1 -1
  344. package/lib/components/transitions/dialog-transition.mjs +8 -8
  345. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  346. package/lib/components/transitions/index.d.ts +477 -342
  347. package/lib/composables/defaults.mjs +6 -4
  348. package/lib/composables/defaults.mjs.map +1 -1
  349. package/lib/composables/delay.mjs +1 -1
  350. package/lib/composables/delay.mjs.map +1 -1
  351. package/lib/composables/filter.mjs +11 -12
  352. package/lib/composables/filter.mjs.map +1 -1
  353. package/lib/composables/group.mjs +2 -2
  354. package/lib/composables/group.mjs.map +1 -1
  355. package/lib/composables/icons.mjs +4 -6
  356. package/lib/composables/icons.mjs.map +1 -1
  357. package/lib/composables/intersectionObserver.mjs +1 -1
  358. package/lib/composables/intersectionObserver.mjs.map +1 -1
  359. package/lib/composables/layout.mjs +2 -5
  360. package/lib/composables/layout.mjs.map +1 -1
  361. package/lib/composables/loader.mjs +2 -3
  362. package/lib/composables/loader.mjs.map +1 -1
  363. package/lib/composables/locale.mjs +2 -2
  364. package/lib/composables/locale.mjs.map +1 -1
  365. package/lib/composables/mutationObserver.mjs +8 -8
  366. package/lib/composables/mutationObserver.mjs.map +1 -1
  367. package/lib/composables/nested/selectStrategies.mjs +1 -1
  368. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  369. package/lib/composables/proxiedModel.mjs +9 -10
  370. package/lib/composables/proxiedModel.mjs.map +1 -1
  371. package/lib/composables/resizeObserver.mjs +1 -1
  372. package/lib/composables/resizeObserver.mjs.map +1 -1
  373. package/lib/composables/router.mjs +12 -21
  374. package/lib/composables/router.mjs.map +1 -1
  375. package/lib/composables/scroll.mjs +2 -4
  376. package/lib/composables/scroll.mjs.map +1 -1
  377. package/lib/composables/selectLink.mjs +1 -4
  378. package/lib/composables/selectLink.mjs.map +1 -1
  379. package/lib/composables/stack.mjs +6 -8
  380. package/lib/composables/stack.mjs.map +1 -1
  381. package/lib/composables/teleport.mjs +1 -1
  382. package/lib/composables/teleport.mjs.map +1 -1
  383. package/lib/composables/theme.mjs +2 -3
  384. package/lib/composables/theme.mjs.map +1 -1
  385. package/lib/composables/toggleScope.mjs +3 -6
  386. package/lib/composables/toggleScope.mjs.map +1 -1
  387. package/lib/composables/touch.mjs +1 -2
  388. package/lib/composables/touch.mjs.map +1 -1
  389. package/lib/composables/validation.mjs +7 -7
  390. package/lib/composables/validation.mjs.map +1 -1
  391. package/lib/directives/click-outside/index.mjs +2 -3
  392. package/lib/directives/click-outside/index.mjs.map +1 -1
  393. package/lib/directives/index.d.ts +1 -1
  394. package/lib/directives/intersect/index.mjs +2 -4
  395. package/lib/directives/intersect/index.mjs.map +1 -1
  396. package/lib/directives/mutate/index.mjs +7 -8
  397. package/lib/directives/mutate/index.mjs.map +1 -1
  398. package/lib/directives/resize/index.mjs +3 -5
  399. package/lib/directives/resize/index.mjs.map +1 -1
  400. package/lib/directives/ripple/index.mjs +8 -13
  401. package/lib/directives/ripple/index.mjs.map +1 -1
  402. package/lib/directives/scroll/index.mjs +1 -2
  403. package/lib/directives/scroll/index.mjs.map +1 -1
  404. package/lib/directives/touch/index.mjs +9 -14
  405. package/lib/directives/touch/index.mjs.map +1 -1
  406. package/lib/entry-bundler.mjs +1 -1
  407. package/lib/framework.mjs +2 -3
  408. package/lib/framework.mjs.map +1 -1
  409. package/lib/iconsets/fa-svg.d.ts +2 -2
  410. package/lib/iconsets/fa.d.ts +2 -2
  411. package/lib/iconsets/fa4.d.ts +2 -2
  412. package/lib/iconsets/md.d.ts +2 -2
  413. package/lib/iconsets/mdi-svg.d.ts +2 -2
  414. package/lib/iconsets/mdi.d.ts +2 -2
  415. package/lib/index.d.ts +27 -27
  416. package/lib/labs/VDataTable/VDataTable.mjs +11 -14
  417. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  418. package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
  419. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  420. package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
  421. package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
  422. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  423. package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
  424. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
  425. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  426. package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
  427. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  428. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  429. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  430. package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
  431. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  432. package/lib/labs/VDataTable/VDataTableServer.mjs +16 -19
  433. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  434. package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -2
  435. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  436. package/lib/labs/VDataTable/composables/headers.mjs +3 -4
  437. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  438. package/lib/labs/VDataTable/composables/paginate.mjs +1 -6
  439. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  440. package/lib/labs/VDataTable/composables/sort.mjs +1 -1
  441. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  442. package/lib/labs/VDataTable/index.d.ts +583 -575
  443. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +11 -15
  444. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  445. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +7 -13
  446. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  447. package/lib/labs/VVirtualScroll/index.d.ts +18 -18
  448. package/lib/labs/components.d.ts +601 -593
  449. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  450. package/lib/locale/adapters/vuetify.mjs +3 -3
  451. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  452. package/lib/styles/main.css +40 -2816
  453. package/lib/util/console.mjs +1 -1
  454. package/lib/util/console.mjs.map +1 -1
  455. package/lib/util/createSimpleFunctional.mjs +5 -8
  456. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  457. package/lib/util/defineComponent.mjs +6 -8
  458. package/lib/util/defineComponent.mjs.map +1 -1
  459. package/lib/util/getCurrentInstance.mjs +1 -1
  460. package/lib/util/getCurrentInstance.mjs.map +1 -1
  461. package/lib/util/helpers.mjs +2 -3
  462. package/lib/util/helpers.mjs.map +1 -1
  463. package/package.json +19 -19
@@ -3,9 +3,9 @@ import { PropType, JSXComponent, ComputedRef, Ref, EffectScope, nextTick } from
3
3
 
4
4
  declare const block: readonly ["top", "bottom"];
5
5
  declare const inline: readonly ["start", "end", "left", "right"];
6
- declare type Tblock = typeof block[number];
7
- declare type Tinline = typeof inline[number];
8
- declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
6
+ type Tblock = typeof block[number];
7
+ type Tinline = typeof inline[number];
8
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
9
9
 
10
10
  declare class Box {
11
11
  x: number;
@@ -25,8 +25,8 @@ declare class Box {
25
25
  }
26
26
 
27
27
  declare function deepEqual(a: any, b: any): boolean;
28
- declare type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
29
- declare type EventProp<T = (...args: any[]) => any> = T | T[];
28
+ type SelectItemKey = boolean | string | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
29
+ type EventProp<T = (...args: any[]) => any> = T | T[];
30
30
  declare const EventProp: PropType<EventProp<(...args: any[]) => any>>;
31
31
 
32
32
  interface LoaderSlotProps {
@@ -34,13 +34,13 @@ interface LoaderSlotProps {
34
34
  isActive: boolean;
35
35
  }
36
36
 
37
- declare type IconValue = string | JSXComponent;
37
+ type IconValue = string | JSXComponent;
38
38
  declare const IconValue: PropType<IconValue>;
39
39
 
40
- declare type Density = null | 'default' | 'comfortable' | 'compact';
40
+ type Density = null | 'default' | 'comfortable' | 'compact';
41
41
 
42
- declare type ValidationResult = string | boolean;
43
- declare type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
42
+ type ValidationResult = string | boolean;
43
+ type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
44
44
 
45
45
  interface VInputSlot {
46
46
  id: ComputedRef<string>;
@@ -71,7 +71,7 @@ interface ScrollStrategyData {
71
71
  isActive: Ref<boolean>;
72
72
  updateLocation: Ref<((e: Event) => void) | undefined>;
73
73
  }
74
- declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
74
+ type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
75
75
  declare const scrollStrategies: {
76
76
  none: null;
77
77
  close: typeof closeScrollStrategy;
@@ -92,7 +92,7 @@ interface LocationStrategyData {
92
92
  isActive: Ref<boolean>;
93
93
  isRtl: Ref<boolean>;
94
94
  }
95
- declare type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
95
+ type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
96
96
  updateLocation: (e: Event) => void;
97
97
  };
98
98
  declare const locationStrategies: {
@@ -138,15 +138,15 @@ interface InternalItem<T = any> {
138
138
  * - single match (start, end)
139
139
  * - multiple matches (start, end), probably shouldn't overlap
140
140
  */
141
- declare type FilterMatch = boolean | number | [number, number] | [number, number][];
142
- declare type FilterFunction = (value: string, query: string, item?: any) => FilterMatch;
143
- declare type FilterKeyFunctions = Record<string, FilterFunction>;
144
- declare type FilterKeys = string | string[];
145
- declare type FilterMode = 'some' | 'every' | 'union' | 'intersection';
141
+ type FilterMatch = boolean | number | [number, number] | [number, number][];
142
+ type FilterFunction = (value: string, query: string, item?: any) => FilterMatch;
143
+ type FilterKeyFunctions = Record<string, FilterFunction>;
144
+ type FilterKeys = string | string[];
145
+ type FilterMode = 'some' | 'every' | 'union' | 'intersection';
146
146
 
147
- declare type Primitive = string | number | boolean | symbol;
148
- declare type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
149
- declare type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject>;
147
+ type Primitive = string | number | boolean | symbol;
148
+ type Val<T, ReturnObject extends boolean> = T extends Primitive ? T : (ReturnObject extends true ? T : any);
149
+ type Value<T, ReturnObject extends boolean, Multiple extends boolean> = Multiple extends true ? readonly Val<T, ReturnObject>[] : Val<T, ReturnObject>;
150
150
  declare const VAutocomplete: {
151
151
  new (...args: any[]): {
152
152
  $: vue.ComponentInternalInstance;
@@ -157,16 +157,16 @@ declare const VAutocomplete: {
157
157
  error: boolean;
158
158
  active: boolean;
159
159
  direction: "horizontal" | "vertical";
160
- transition: string | boolean | (vue.TransitionProps & {
160
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
161
161
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
162
- });
162
+ })>;
163
163
  menu: boolean;
164
164
  autofocus: boolean;
165
165
  eager: boolean;
166
166
  disabled: boolean;
167
167
  readonly: boolean;
168
- messages: string | string[];
169
168
  noDataText: string;
169
+ messages: string | string[];
170
170
  density: Density;
171
171
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
172
172
  clearIcon: IconValue;
@@ -183,7 +183,7 @@ declare const VAutocomplete: {
183
183
  valueComparator: typeof deepEqual;
184
184
  itemTitle: SelectItemKey;
185
185
  itemValue: SelectItemKey;
186
- itemChildren: SelectItemKey;
186
+ itemChildren: NonNullable<SelectItemKey>;
187
187
  itemProps: SelectItemKey;
188
188
  chips: boolean;
189
189
  closableChips: boolean;
@@ -193,7 +193,7 @@ declare const VAutocomplete: {
193
193
  openOnClear: boolean;
194
194
  filterMode: FilterMode;
195
195
  noFilter: boolean;
196
- filterKeys: (string & {}) | FilterKeys;
196
+ filterKeys: NonNullable<FilterKeys>;
197
197
  }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
198
198
  transition: Omit<{
199
199
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
@@ -202,12 +202,12 @@ declare const VAutocomplete: {
202
202
  default: string;
203
203
  validator: (val: unknown) => boolean;
204
204
  }, "type" | "default"> & {
205
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
205
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
206
206
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
207
- })>;
208
- default: string | boolean | (vue.TransitionProps & {
207
+ })>>;
208
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
209
209
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
210
- });
210
+ })>;
211
211
  };
212
212
  reverse: BooleanConstructor;
213
213
  type: {
@@ -232,11 +232,11 @@ declare const VAutocomplete: {
232
232
  readonly: BooleanConstructor;
233
233
  placeholder: StringConstructor;
234
234
  theme: StringConstructor;
235
+ counter: vue.PropType<string | number | true>;
235
236
  messages: {
236
237
  type: vue.PropType<string | string[]>;
237
238
  default: () => never[];
238
239
  };
239
- counter: vue.PropType<string | number | true>;
240
240
  density: {
241
241
  type: vue.PropType<Density>;
242
242
  default: string;
@@ -304,8 +304,8 @@ declare const VAutocomplete: {
304
304
  type: vue.PropType<SelectItemKey>;
305
305
  default: string;
306
306
  }, "type" | "default"> & {
307
- type: vue.PropType<SelectItemKey>;
308
- default: SelectItemKey;
307
+ type: vue.PropType<NonNullable<SelectItemKey>>;
308
+ default: NonNullable<SelectItemKey>;
309
309
  };
310
310
  itemProps: {
311
311
  type: vue.PropType<SelectItemKey>;
@@ -326,154 +326,118 @@ declare const VAutocomplete: {
326
326
  type: vue.PropType<Partial<{
327
327
  location: Anchor;
328
328
  origin: "auto" | Anchor | "overlap";
329
- transition: string | boolean | (vue.TransitionProps & {
329
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
330
330
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
331
- }) | {
332
- component: vue.DefineComponent<{
333
- target: vue.PropType<HTMLElement>;
334
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
335
- target: vue.PropType<HTMLElement>;
336
- }>>, {}>;
331
+ })> | {
332
+ component: vue.DefineComponent<{} & {
333
+ target?: HTMLElement | undefined;
334
+ } & {
335
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
336
+ default?: (() => vue.VNodeChild) | undefined;
337
+ };
338
+ 'v-slots'?: {
339
+ default?: false | (() => vue.VNodeChild) | undefined;
340
+ } | undefined;
341
+ } & {
342
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
343
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
344
+ target?: HTMLElement | undefined;
345
+ } & {
346
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
347
+ default?: (() => vue.VNodeChild) | undefined;
348
+ };
349
+ 'v-slots'?: {
350
+ default?: false | (() => vue.VNodeChild) | undefined;
351
+ } | undefined;
352
+ } & {
353
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
354
+ }, {}>;
337
355
  };
338
356
  zIndex: string | number;
339
357
  eager: boolean;
340
358
  disabled: boolean;
341
359
  modelValue: boolean;
342
- closeDelay: string | number;
343
- openDelay: string | number;
360
+ closeDelay: NonNullable<string | number>;
361
+ openDelay: NonNullable<string | number>;
344
362
  activatorProps: Record<string, any>;
345
363
  openOnClick: boolean;
346
364
  openOnHover: boolean;
347
365
  openOnFocus: boolean;
348
366
  closeOnContentClick: boolean;
349
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
367
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
350
368
  updateLocation: (e: Event) => void;
351
- } | undefined);
352
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
369
+ } | undefined)>;
370
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
353
371
  closeOnBack: boolean;
354
372
  contained: boolean;
355
373
  noClickAnimation: boolean;
356
374
  persistent: boolean;
357
- scrim: string | boolean;
358
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
359
- offset: vue.PropType<string | number | number[] | undefined>;
360
- location: {
361
- type: vue.PropType<Anchor>;
362
- default: string;
363
- };
364
- origin: {
365
- type: vue.PropType<"auto" | Anchor | "overlap">;
366
- default: string;
367
- };
368
- height: (StringConstructor | NumberConstructor)[];
369
- width: (StringConstructor | NumberConstructor)[];
370
- maxHeight: (StringConstructor | NumberConstructor)[];
371
- maxWidth: (StringConstructor | NumberConstructor)[];
372
- minHeight: (StringConstructor | NumberConstructor)[];
373
- minWidth: (StringConstructor | NumberConstructor)[];
374
- transition: Omit<{
375
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
376
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
377
- })>;
378
- default: string;
379
- validator: (val: unknown) => boolean;
380
- }, "type" | "default"> & {
381
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
382
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
383
- }) | {
384
- component: vue.DefineComponent<{
385
- target: vue.PropType<HTMLElement>;
386
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
387
- target: vue.PropType<HTMLElement>;
388
- }>>, {}>;
389
- }>;
390
- default: string | boolean | (vue.TransitionProps & {
391
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
392
- }) | {
393
- component: vue.DefineComponent<{
394
- target: vue.PropType<HTMLElement>;
395
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
396
- target: vue.PropType<HTMLElement>;
397
- }>>, {}>;
398
- };
399
- };
400
- zIndex: {
401
- type: (StringConstructor | NumberConstructor)[];
402
- default: number;
403
- };
404
- eager: BooleanConstructor;
405
- disabled: BooleanConstructor;
406
- theme: StringConstructor;
407
- contentClass: null;
408
- modelValue: BooleanConstructor;
409
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
410
- closeDelay: {
411
- type: vue.PropType<string | number>;
412
- default: string | number;
413
- };
414
- openDelay: {
415
- type: vue.PropType<string | number>;
416
- default: string | number;
417
- };
418
- activatorProps: {
419
- type: vue.PropType<Record<string, any>>;
420
- default: () => {};
421
- };
422
- openOnClick: {
423
- type: BooleanConstructor;
424
- default: undefined;
425
- };
426
- openOnHover: BooleanConstructor;
427
- openOnFocus: {
428
- type: BooleanConstructor;
429
- default: undefined;
430
- };
431
- closeOnContentClick: {
432
- type: vue.PropType<boolean>;
433
- default: boolean;
434
- };
435
- locationStrategy: Omit<{
436
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
437
- updateLocation: (e: Event) => void;
438
- } | undefined)>;
439
- default: string;
440
- validator: (val: any) => boolean;
441
- }, "type" | "default"> & {
442
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
443
- updateLocation: (e: Event) => void;
444
- } | undefined)>;
445
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
446
- updateLocation: (e: Event) => void;
447
- } | undefined);
448
- };
449
- scrollStrategy: Omit<{
450
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
451
- default: string;
452
- validator: (val: any) => boolean;
453
- }, "type" | "default"> & {
454
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
455
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
456
- };
457
- closeOnBack: {
458
- type: BooleanConstructor;
459
- default: boolean;
460
- };
461
- contained: BooleanConstructor;
462
- contentProps: null;
463
- noClickAnimation: BooleanConstructor;
464
- persistent: BooleanConstructor;
465
- scrim: Omit<{
466
- type: (StringConstructor | BooleanConstructor)[];
467
- default: boolean;
468
- }, "type" | "default"> & {
469
- type: vue.PropType<string | boolean>;
470
- default: string | boolean;
375
+ scrim: NonNullable<string | boolean>;
376
+ }> & Omit<{
377
+ location: Anchor;
378
+ origin: "auto" | Anchor | "overlap";
379
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
380
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
381
+ })> | {
382
+ component: vue.DefineComponent<{} & {
383
+ target?: HTMLElement | undefined;
384
+ } & {
385
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
386
+ default?: (() => vue.VNodeChild) | undefined;
387
+ };
388
+ 'v-slots'?: {
389
+ default?: false | (() => vue.VNodeChild) | undefined;
390
+ } | undefined;
391
+ } & {
392
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
393
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
394
+ target?: HTMLElement | undefined;
395
+ } & {
396
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
397
+ default?: (() => vue.VNodeChild) | undefined;
398
+ };
399
+ 'v-slots'?: {
400
+ default?: false | (() => vue.VNodeChild) | undefined;
401
+ } | undefined;
402
+ } & {
403
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
404
+ }, {}>;
471
405
  };
472
- attach: vue.PropType<string | boolean | Element>;
473
- id: StringConstructor;
474
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
475
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
476
- } & 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"> & {
406
+ zIndex: string | number;
407
+ eager: boolean;
408
+ disabled: boolean;
409
+ modelValue: boolean;
410
+ closeDelay: NonNullable<string | number>;
411
+ openDelay: NonNullable<string | number>;
412
+ activatorProps: Record<string, any>;
413
+ openOnHover: boolean;
414
+ closeOnContentClick: boolean;
415
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
416
+ updateLocation: (e: Event) => void;
417
+ } | undefined)>;
418
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
419
+ closeOnBack: boolean;
420
+ contained: boolean;
421
+ noClickAnimation: boolean;
422
+ persistent: boolean;
423
+ scrim: NonNullable<string | boolean>;
424
+ } & {
425
+ offset?: string | number | number[] | undefined;
426
+ id?: string | undefined;
427
+ height?: string | number | undefined;
428
+ width?: string | number | undefined;
429
+ maxHeight?: string | number | undefined;
430
+ maxWidth?: string | number | undefined;
431
+ minHeight?: string | number | undefined;
432
+ minWidth?: string | number | undefined;
433
+ theme?: string | undefined;
434
+ contentClass?: any;
435
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
436
+ openOnClick?: boolean | undefined;
437
+ openOnFocus?: boolean | undefined;
438
+ contentProps?: any;
439
+ attach?: string | boolean | Element | undefined;
440
+ } & {
477
441
  $children?: {} | vue.VNodeChild | {
478
442
  default?: ((args_0: {
479
443
  isActive: vue.Ref<boolean>;
@@ -500,7 +464,9 @@ declare const VAutocomplete: {
500
464
  isActive: boolean;
501
465
  props: Record<string, any>;
502
466
  }) => vue.VNodeChild) | undefined;
503
- }>;
467
+ } & {
468
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
469
+ } & 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">>;
504
470
  };
505
471
  multiple: BooleanConstructor;
506
472
  noDataText: {
@@ -515,8 +481,8 @@ declare const VAutocomplete: {
515
481
  customFilter: vue.PropType<FilterFunction>;
516
482
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
517
483
  filterKeys: {
518
- type: vue.PropType<(string & {}) | FilterKeys>;
519
- default: (string & {}) | FilterKeys;
484
+ type: vue.PropType<NonNullable<FilterKeys>>;
485
+ default: NonNullable<FilterKeys>;
520
486
  };
521
487
  filterMode: {
522
488
  type: vue.PropType<FilterMode>;
@@ -524,10 +490,10 @@ declare const VAutocomplete: {
524
490
  };
525
491
  noFilter: BooleanConstructor;
526
492
  search: StringConstructor;
527
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
493
+ }, "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">>> & {
528
494
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
529
495
  "onUpdate:search"?: ((val: any) => any) | undefined;
530
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "reverse" | "type" | "error" | "active" | "direction" | "transition" | "menu" | "autofocus" | "eager" | "disabled" | "readonly" | "messages" | "noDataText" | "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">;
496
+ } & 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">;
531
497
  $attrs: {
532
498
  [x: string]: unknown;
533
499
  };
@@ -537,8 +503,8 @@ declare const VAutocomplete: {
537
503
  $slots: Readonly<{
538
504
  [name: string]: vue.Slot | undefined;
539
505
  }>;
540
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
541
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
506
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
507
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
542
508
  $emit: ((event: "update:menu", val: boolean) => void) & ((event: "update:search", val: any) => void);
543
509
  $el: any;
544
510
  $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
@@ -549,12 +515,12 @@ declare const VAutocomplete: {
549
515
  default: string;
550
516
  validator: (val: unknown) => boolean;
551
517
  }, "type" | "default"> & {
552
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
518
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
553
519
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
554
- })>;
555
- default: string | boolean | (vue.TransitionProps & {
520
+ })>>;
521
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
556
522
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
557
- });
523
+ })>;
558
524
  };
559
525
  reverse: BooleanConstructor;
560
526
  type: {
@@ -579,11 +545,11 @@ declare const VAutocomplete: {
579
545
  readonly: BooleanConstructor;
580
546
  placeholder: StringConstructor;
581
547
  theme: StringConstructor;
548
+ counter: vue.PropType<string | number | true>;
582
549
  messages: {
583
550
  type: vue.PropType<string | string[]>;
584
551
  default: () => never[];
585
552
  };
586
- counter: vue.PropType<string | number | true>;
587
553
  density: {
588
554
  type: vue.PropType<Density>;
589
555
  default: string;
@@ -651,8 +617,8 @@ declare const VAutocomplete: {
651
617
  type: vue.PropType<SelectItemKey>;
652
618
  default: string;
653
619
  }, "type" | "default"> & {
654
- type: vue.PropType<SelectItemKey>;
655
- default: SelectItemKey;
620
+ type: vue.PropType<NonNullable<SelectItemKey>>;
621
+ default: NonNullable<SelectItemKey>;
656
622
  };
657
623
  itemProps: {
658
624
  type: vue.PropType<SelectItemKey>;
@@ -673,154 +639,118 @@ declare const VAutocomplete: {
673
639
  type: vue.PropType<Partial<{
674
640
  location: Anchor;
675
641
  origin: "auto" | Anchor | "overlap";
676
- transition: string | boolean | (vue.TransitionProps & {
642
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
677
643
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
678
- }) | {
679
- component: vue.DefineComponent<{
680
- target: vue.PropType<HTMLElement>;
681
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
682
- target: vue.PropType<HTMLElement>;
683
- }>>, {}>;
644
+ })> | {
645
+ component: vue.DefineComponent<{} & {
646
+ target?: HTMLElement | undefined;
647
+ } & {
648
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
649
+ default?: (() => vue.VNodeChild) | undefined;
650
+ };
651
+ 'v-slots'?: {
652
+ default?: false | (() => vue.VNodeChild) | undefined;
653
+ } | undefined;
654
+ } & {
655
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
656
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
657
+ target?: HTMLElement | undefined;
658
+ } & {
659
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
660
+ default?: (() => vue.VNodeChild) | undefined;
661
+ };
662
+ 'v-slots'?: {
663
+ default?: false | (() => vue.VNodeChild) | undefined;
664
+ } | undefined;
665
+ } & {
666
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
667
+ }, {}>;
684
668
  };
685
669
  zIndex: string | number;
686
670
  eager: boolean;
687
671
  disabled: boolean;
688
672
  modelValue: boolean;
689
- closeDelay: string | number;
690
- openDelay: string | number;
673
+ closeDelay: NonNullable<string | number>;
674
+ openDelay: NonNullable<string | number>;
691
675
  activatorProps: Record<string, any>;
692
676
  openOnClick: boolean;
693
677
  openOnHover: boolean;
694
678
  openOnFocus: boolean;
695
679
  closeOnContentClick: boolean;
696
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
680
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
697
681
  updateLocation: (e: Event) => void;
698
- } | undefined);
699
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
682
+ } | undefined)>;
683
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
700
684
  closeOnBack: boolean;
701
685
  contained: boolean;
702
686
  noClickAnimation: boolean;
703
687
  persistent: boolean;
704
- scrim: string | boolean;
705
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
706
- offset: vue.PropType<string | number | number[] | undefined>;
707
- location: {
708
- type: vue.PropType<Anchor>;
709
- default: string;
710
- };
711
- origin: {
712
- type: vue.PropType<"auto" | Anchor | "overlap">;
713
- default: string;
714
- };
715
- height: (StringConstructor | NumberConstructor)[];
716
- width: (StringConstructor | NumberConstructor)[];
717
- maxHeight: (StringConstructor | NumberConstructor)[];
718
- maxWidth: (StringConstructor | NumberConstructor)[];
719
- minHeight: (StringConstructor | NumberConstructor)[];
720
- minWidth: (StringConstructor | NumberConstructor)[];
721
- transition: Omit<{
722
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
723
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
724
- })>;
725
- default: string;
726
- validator: (val: unknown) => boolean;
727
- }, "type" | "default"> & {
728
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
729
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
730
- }) | {
731
- component: vue.DefineComponent<{
732
- target: vue.PropType<HTMLElement>;
733
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
734
- target: vue.PropType<HTMLElement>;
735
- }>>, {}>;
736
- }>;
737
- default: string | boolean | (vue.TransitionProps & {
738
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
739
- }) | {
740
- component: vue.DefineComponent<{
741
- target: vue.PropType<HTMLElement>;
742
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
743
- target: vue.PropType<HTMLElement>;
744
- }>>, {}>;
745
- };
746
- };
747
- zIndex: {
748
- type: (StringConstructor | NumberConstructor)[];
749
- default: number;
750
- };
751
- eager: BooleanConstructor;
752
- disabled: BooleanConstructor;
753
- theme: StringConstructor;
754
- contentClass: null;
755
- modelValue: BooleanConstructor;
756
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
757
- closeDelay: {
758
- type: vue.PropType<string | number>;
759
- default: string | number;
760
- };
761
- openDelay: {
762
- type: vue.PropType<string | number>;
763
- default: string | number;
764
- };
765
- activatorProps: {
766
- type: vue.PropType<Record<string, any>>;
767
- default: () => {};
768
- };
769
- openOnClick: {
770
- type: BooleanConstructor;
771
- default: undefined;
772
- };
773
- openOnHover: BooleanConstructor;
774
- openOnFocus: {
775
- type: BooleanConstructor;
776
- default: undefined;
777
- };
778
- closeOnContentClick: {
779
- type: vue.PropType<boolean>;
780
- default: boolean;
781
- };
782
- locationStrategy: Omit<{
783
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
784
- updateLocation: (e: Event) => void;
785
- } | undefined)>;
786
- default: string;
787
- validator: (val: any) => boolean;
788
- }, "type" | "default"> & {
789
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
790
- updateLocation: (e: Event) => void;
791
- } | undefined)>;
792
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
793
- updateLocation: (e: Event) => void;
794
- } | undefined);
795
- };
796
- scrollStrategy: Omit<{
797
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
798
- default: string;
799
- validator: (val: any) => boolean;
800
- }, "type" | "default"> & {
801
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
802
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
803
- };
804
- closeOnBack: {
805
- type: BooleanConstructor;
806
- default: boolean;
807
- };
808
- contained: BooleanConstructor;
809
- contentProps: null;
810
- noClickAnimation: BooleanConstructor;
811
- persistent: BooleanConstructor;
812
- scrim: Omit<{
813
- type: (StringConstructor | BooleanConstructor)[];
814
- default: boolean;
815
- }, "type" | "default"> & {
816
- type: vue.PropType<string | boolean>;
817
- default: string | boolean;
688
+ scrim: NonNullable<string | boolean>;
689
+ }> & Omit<{
690
+ location: Anchor;
691
+ origin: "auto" | Anchor | "overlap";
692
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
693
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
694
+ })> | {
695
+ component: vue.DefineComponent<{} & {
696
+ target?: HTMLElement | undefined;
697
+ } & {
698
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
699
+ default?: (() => vue.VNodeChild) | undefined;
700
+ };
701
+ 'v-slots'?: {
702
+ default?: false | (() => vue.VNodeChild) | undefined;
703
+ } | undefined;
704
+ } & {
705
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
706
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
707
+ target?: HTMLElement | undefined;
708
+ } & {
709
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
710
+ default?: (() => vue.VNodeChild) | undefined;
711
+ };
712
+ 'v-slots'?: {
713
+ default?: false | (() => vue.VNodeChild) | undefined;
714
+ } | undefined;
715
+ } & {
716
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
717
+ }, {}>;
818
718
  };
819
- attach: vue.PropType<string | boolean | Element>;
820
- id: StringConstructor;
821
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
822
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
823
- } & 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"> & {
719
+ zIndex: string | number;
720
+ eager: boolean;
721
+ disabled: boolean;
722
+ modelValue: boolean;
723
+ closeDelay: NonNullable<string | number>;
724
+ openDelay: NonNullable<string | number>;
725
+ activatorProps: Record<string, any>;
726
+ openOnHover: boolean;
727
+ closeOnContentClick: boolean;
728
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
729
+ updateLocation: (e: Event) => void;
730
+ } | undefined)>;
731
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
732
+ closeOnBack: boolean;
733
+ contained: boolean;
734
+ noClickAnimation: boolean;
735
+ persistent: boolean;
736
+ scrim: NonNullable<string | boolean>;
737
+ } & {
738
+ offset?: string | number | number[] | undefined;
739
+ id?: string | undefined;
740
+ height?: string | number | undefined;
741
+ width?: string | number | undefined;
742
+ maxHeight?: string | number | undefined;
743
+ maxWidth?: string | number | undefined;
744
+ minHeight?: string | number | undefined;
745
+ minWidth?: string | number | undefined;
746
+ theme?: string | undefined;
747
+ contentClass?: any;
748
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
749
+ openOnClick?: boolean | undefined;
750
+ openOnFocus?: boolean | undefined;
751
+ contentProps?: any;
752
+ attach?: string | boolean | Element | undefined;
753
+ } & {
824
754
  $children?: {} | vue.VNodeChild | {
825
755
  default?: ((args_0: {
826
756
  isActive: vue.Ref<boolean>;
@@ -847,7 +777,9 @@ declare const VAutocomplete: {
847
777
  isActive: boolean;
848
778
  props: Record<string, any>;
849
779
  }) => vue.VNodeChild) | undefined;
850
- }>;
780
+ } & {
781
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
782
+ } & 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">>;
851
783
  };
852
784
  multiple: BooleanConstructor;
853
785
  noDataText: {
@@ -862,8 +794,8 @@ declare const VAutocomplete: {
862
794
  customFilter: vue.PropType<FilterFunction>;
863
795
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
864
796
  filterKeys: {
865
- type: vue.PropType<(string & {}) | FilterKeys>;
866
- default: (string & {}) | FilterKeys;
797
+ type: vue.PropType<NonNullable<FilterKeys>>;
798
+ default: NonNullable<FilterKeys>;
867
799
  };
868
800
  filterMode: {
869
801
  type: vue.PropType<FilterMode>;
@@ -871,40 +803,38 @@ declare const VAutocomplete: {
871
803
  };
872
804
  noFilter: BooleanConstructor;
873
805
  search: StringConstructor;
874
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
806
+ }, "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">>> & {
875
807
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
876
808
  "onUpdate:search"?: ((val: any) => any) | undefined;
877
809
  }, {
878
810
  isFocused: vue.Ref<boolean>;
879
811
  isPristine: vue.Ref<boolean>;
880
- menu: vue.Ref<boolean> & {
881
- readonly externalValue: boolean;
882
- };
812
+ menu: vue.WritableComputedRef<boolean>;
883
813
  search: vue.Ref<string | undefined> & {
884
814
  readonly externalValue: string | undefined;
885
815
  };
886
816
  filteredItems: vue.Ref<InternalItem<any>[]>;
887
817
  select: (item: InternalItem) => void;
888
818
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
889
- 'update:search': (val: any) => boolean;
819
+ 'update:search': (val: any) => true;
890
820
  'update:modelValue': (val: any) => boolean;
891
- 'update:menu': (val: boolean) => boolean;
892
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
821
+ 'update:menu': (val: boolean) => true;
822
+ }, "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, {
893
823
  reverse: boolean;
894
824
  type: string;
895
825
  error: boolean;
896
826
  active: boolean;
897
827
  direction: "horizontal" | "vertical";
898
- transition: string | boolean | (vue.TransitionProps & {
828
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
899
829
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
900
- });
830
+ })>;
901
831
  menu: boolean;
902
832
  autofocus: boolean;
903
833
  eager: boolean;
904
834
  disabled: boolean;
905
835
  readonly: boolean;
906
- messages: string | string[];
907
836
  noDataText: string;
837
+ messages: string | string[];
908
838
  density: Density;
909
839
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
910
840
  clearIcon: IconValue;
@@ -921,7 +851,7 @@ declare const VAutocomplete: {
921
851
  valueComparator: typeof deepEqual;
922
852
  itemTitle: SelectItemKey;
923
853
  itemValue: SelectItemKey;
924
- itemChildren: SelectItemKey;
854
+ itemChildren: NonNullable<SelectItemKey>;
925
855
  itemProps: SelectItemKey;
926
856
  chips: boolean;
927
857
  closableChips: boolean;
@@ -931,8 +861,8 @@ declare const VAutocomplete: {
931
861
  openOnClear: boolean;
932
862
  filterMode: FilterMode;
933
863
  noFilter: boolean;
934
- filterKeys: (string & {}) | FilterKeys;
935
- }> & {
864
+ filterKeys: NonNullable<FilterKeys>;
865
+ }, {}, string> & {
936
866
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
937
867
  created?: ((() => void) | (() => void)[]) | undefined;
938
868
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -947,11 +877,11 @@ declare const VAutocomplete: {
947
877
  unmounted?: ((() => void) | (() => void)[]) | undefined;
948
878
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
949
879
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
950
- errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
880
+ 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;
951
881
  };
952
882
  $forceUpdate: () => void;
953
883
  $nextTick: typeof nextTick;
954
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
884
+ $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;
955
885
  } & Readonly<vue.ExtractPropTypes<Omit<{
956
886
  transition: Omit<{
957
887
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
@@ -960,12 +890,12 @@ declare const VAutocomplete: {
960
890
  default: string;
961
891
  validator: (val: unknown) => boolean;
962
892
  }, "type" | "default"> & {
963
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
893
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
964
894
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
965
- })>;
966
- default: string | boolean | (vue.TransitionProps & {
895
+ })>>;
896
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
967
897
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
968
- });
898
+ })>;
969
899
  };
970
900
  reverse: BooleanConstructor;
971
901
  type: {
@@ -990,11 +920,11 @@ declare const VAutocomplete: {
990
920
  readonly: BooleanConstructor;
991
921
  placeholder: StringConstructor;
992
922
  theme: StringConstructor;
923
+ counter: vue.PropType<string | number | true>;
993
924
  messages: {
994
925
  type: vue.PropType<string | string[]>;
995
926
  default: () => never[];
996
927
  };
997
- counter: vue.PropType<string | number | true>;
998
928
  density: {
999
929
  type: vue.PropType<Density>;
1000
930
  default: string;
@@ -1062,8 +992,8 @@ declare const VAutocomplete: {
1062
992
  type: vue.PropType<SelectItemKey>;
1063
993
  default: string;
1064
994
  }, "type" | "default"> & {
1065
- type: vue.PropType<SelectItemKey>;
1066
- default: SelectItemKey;
995
+ type: vue.PropType<NonNullable<SelectItemKey>>;
996
+ default: NonNullable<SelectItemKey>;
1067
997
  };
1068
998
  itemProps: {
1069
999
  type: vue.PropType<SelectItemKey>;
@@ -1084,154 +1014,118 @@ declare const VAutocomplete: {
1084
1014
  type: vue.PropType<Partial<{
1085
1015
  location: Anchor;
1086
1016
  origin: "auto" | Anchor | "overlap";
1087
- transition: string | boolean | (vue.TransitionProps & {
1017
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1088
1018
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1089
- }) | {
1090
- component: vue.DefineComponent<{
1091
- target: vue.PropType<HTMLElement>;
1092
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1093
- target: vue.PropType<HTMLElement>;
1094
- }>>, {}>;
1019
+ })> | {
1020
+ component: vue.DefineComponent<{} & {
1021
+ target?: HTMLElement | undefined;
1022
+ } & {
1023
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1024
+ default?: (() => vue.VNodeChild) | undefined;
1025
+ };
1026
+ 'v-slots'?: {
1027
+ default?: false | (() => vue.VNodeChild) | undefined;
1028
+ } | undefined;
1029
+ } & {
1030
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1031
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1032
+ target?: HTMLElement | undefined;
1033
+ } & {
1034
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1035
+ default?: (() => vue.VNodeChild) | undefined;
1036
+ };
1037
+ 'v-slots'?: {
1038
+ default?: false | (() => vue.VNodeChild) | undefined;
1039
+ } | undefined;
1040
+ } & {
1041
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1042
+ }, {}>;
1095
1043
  };
1096
1044
  zIndex: string | number;
1097
1045
  eager: boolean;
1098
1046
  disabled: boolean;
1099
1047
  modelValue: boolean;
1100
- closeDelay: string | number;
1101
- openDelay: string | number;
1048
+ closeDelay: NonNullable<string | number>;
1049
+ openDelay: NonNullable<string | number>;
1102
1050
  activatorProps: Record<string, any>;
1103
1051
  openOnClick: boolean;
1104
1052
  openOnHover: boolean;
1105
1053
  openOnFocus: boolean;
1106
1054
  closeOnContentClick: boolean;
1107
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1055
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1108
1056
  updateLocation: (e: Event) => void;
1109
- } | undefined);
1110
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1057
+ } | undefined)>;
1058
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1111
1059
  closeOnBack: boolean;
1112
1060
  contained: boolean;
1113
1061
  noClickAnimation: boolean;
1114
1062
  persistent: boolean;
1115
- scrim: string | boolean;
1116
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1117
- offset: vue.PropType<string | number | number[] | undefined>;
1118
- location: {
1119
- type: vue.PropType<Anchor>;
1120
- default: string;
1121
- };
1122
- origin: {
1123
- type: vue.PropType<"auto" | Anchor | "overlap">;
1124
- default: string;
1125
- };
1126
- height: (StringConstructor | NumberConstructor)[];
1127
- width: (StringConstructor | NumberConstructor)[];
1128
- maxHeight: (StringConstructor | NumberConstructor)[];
1129
- maxWidth: (StringConstructor | NumberConstructor)[];
1130
- minHeight: (StringConstructor | NumberConstructor)[];
1131
- minWidth: (StringConstructor | NumberConstructor)[];
1132
- transition: Omit<{
1133
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1134
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1135
- })>;
1136
- default: string;
1137
- validator: (val: unknown) => boolean;
1138
- }, "type" | "default"> & {
1139
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1140
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1141
- }) | {
1142
- component: vue.DefineComponent<{
1143
- target: vue.PropType<HTMLElement>;
1144
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1145
- target: vue.PropType<HTMLElement>;
1146
- }>>, {}>;
1147
- }>;
1148
- default: string | boolean | (vue.TransitionProps & {
1149
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1150
- }) | {
1151
- component: vue.DefineComponent<{
1152
- target: vue.PropType<HTMLElement>;
1153
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1154
- target: vue.PropType<HTMLElement>;
1155
- }>>, {}>;
1156
- };
1157
- };
1158
- zIndex: {
1159
- type: (StringConstructor | NumberConstructor)[];
1160
- default: number;
1161
- };
1162
- eager: BooleanConstructor;
1163
- disabled: BooleanConstructor;
1164
- theme: StringConstructor;
1165
- contentClass: null;
1166
- modelValue: BooleanConstructor;
1167
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1168
- closeDelay: {
1169
- type: vue.PropType<string | number>;
1170
- default: string | number;
1171
- };
1172
- openDelay: {
1173
- type: vue.PropType<string | number>;
1174
- default: string | number;
1175
- };
1176
- activatorProps: {
1177
- type: vue.PropType<Record<string, any>>;
1178
- default: () => {};
1179
- };
1180
- openOnClick: {
1181
- type: BooleanConstructor;
1182
- default: undefined;
1183
- };
1184
- openOnHover: BooleanConstructor;
1185
- openOnFocus: {
1186
- type: BooleanConstructor;
1187
- default: undefined;
1188
- };
1189
- closeOnContentClick: {
1190
- type: vue.PropType<boolean>;
1191
- default: boolean;
1192
- };
1193
- locationStrategy: Omit<{
1194
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1195
- updateLocation: (e: Event) => void;
1196
- } | undefined)>;
1197
- default: string;
1198
- validator: (val: any) => boolean;
1199
- }, "type" | "default"> & {
1200
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1201
- updateLocation: (e: Event) => void;
1202
- } | undefined)>;
1203
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1204
- updateLocation: (e: Event) => void;
1205
- } | undefined);
1206
- };
1207
- scrollStrategy: Omit<{
1208
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1209
- default: string;
1210
- validator: (val: any) => boolean;
1211
- }, "type" | "default"> & {
1212
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1213
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1214
- };
1215
- closeOnBack: {
1216
- type: BooleanConstructor;
1217
- default: boolean;
1218
- };
1219
- contained: BooleanConstructor;
1220
- contentProps: null;
1221
- noClickAnimation: BooleanConstructor;
1222
- persistent: BooleanConstructor;
1223
- scrim: Omit<{
1224
- type: (StringConstructor | BooleanConstructor)[];
1225
- default: boolean;
1226
- }, "type" | "default"> & {
1227
- type: vue.PropType<string | boolean>;
1228
- default: string | boolean;
1063
+ scrim: NonNullable<string | boolean>;
1064
+ }> & Omit<{
1065
+ location: Anchor;
1066
+ origin: "auto" | Anchor | "overlap";
1067
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1068
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1069
+ })> | {
1070
+ component: vue.DefineComponent<{} & {
1071
+ target?: HTMLElement | undefined;
1072
+ } & {
1073
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1074
+ default?: (() => vue.VNodeChild) | undefined;
1075
+ };
1076
+ 'v-slots'?: {
1077
+ default?: false | (() => vue.VNodeChild) | undefined;
1078
+ } | undefined;
1079
+ } & {
1080
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1081
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1082
+ target?: HTMLElement | undefined;
1083
+ } & {
1084
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1085
+ default?: (() => vue.VNodeChild) | undefined;
1086
+ };
1087
+ 'v-slots'?: {
1088
+ default?: false | (() => vue.VNodeChild) | undefined;
1089
+ } | undefined;
1090
+ } & {
1091
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1092
+ }, {}>;
1229
1093
  };
1230
- attach: vue.PropType<string | boolean | Element>;
1231
- id: StringConstructor;
1232
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1233
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1234
- } & 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"> & {
1094
+ zIndex: string | number;
1095
+ eager: boolean;
1096
+ disabled: boolean;
1097
+ modelValue: boolean;
1098
+ closeDelay: NonNullable<string | number>;
1099
+ openDelay: NonNullable<string | number>;
1100
+ activatorProps: Record<string, any>;
1101
+ openOnHover: boolean;
1102
+ closeOnContentClick: boolean;
1103
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1104
+ updateLocation: (e: Event) => void;
1105
+ } | undefined)>;
1106
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1107
+ closeOnBack: boolean;
1108
+ contained: boolean;
1109
+ noClickAnimation: boolean;
1110
+ persistent: boolean;
1111
+ scrim: NonNullable<string | boolean>;
1112
+ } & {
1113
+ offset?: string | number | number[] | undefined;
1114
+ id?: string | undefined;
1115
+ height?: string | number | undefined;
1116
+ width?: string | number | undefined;
1117
+ maxHeight?: string | number | undefined;
1118
+ maxWidth?: string | number | undefined;
1119
+ minHeight?: string | number | undefined;
1120
+ minWidth?: string | number | undefined;
1121
+ theme?: string | undefined;
1122
+ contentClass?: any;
1123
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1124
+ openOnClick?: boolean | undefined;
1125
+ openOnFocus?: boolean | undefined;
1126
+ contentProps?: any;
1127
+ attach?: string | boolean | Element | undefined;
1128
+ } & {
1235
1129
  $children?: {} | vue.VNodeChild | {
1236
1130
  default?: ((args_0: {
1237
1131
  isActive: vue.Ref<boolean>;
@@ -1258,7 +1152,9 @@ declare const VAutocomplete: {
1258
1152
  isActive: boolean;
1259
1153
  props: Record<string, any>;
1260
1154
  }) => vue.VNodeChild) | undefined;
1261
- }>;
1155
+ } & {
1156
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1157
+ } & 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">>;
1262
1158
  };
1263
1159
  multiple: BooleanConstructor;
1264
1160
  noDataText: {
@@ -1273,8 +1169,8 @@ declare const VAutocomplete: {
1273
1169
  customFilter: vue.PropType<FilterFunction>;
1274
1170
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
1275
1171
  filterKeys: {
1276
- type: vue.PropType<(string & {}) | FilterKeys>;
1277
- default: (string & {}) | FilterKeys;
1172
+ type: vue.PropType<NonNullable<FilterKeys>>;
1173
+ default: NonNullable<FilterKeys>;
1278
1174
  };
1279
1175
  filterMode: {
1280
1176
  type: vue.PropType<FilterMode>;
@@ -1282,21 +1178,19 @@ declare const VAutocomplete: {
1282
1178
  };
1283
1179
  noFilter: BooleanConstructor;
1284
1180
  search: StringConstructor;
1285
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1181
+ }, "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">>> & {
1286
1182
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1287
1183
  "onUpdate:search"?: ((val: any) => any) | undefined;
1288
1184
  } & vue.ShallowUnwrapRef<{
1289
1185
  isFocused: vue.Ref<boolean>;
1290
1186
  isPristine: vue.Ref<boolean>;
1291
- menu: vue.Ref<boolean> & {
1292
- readonly externalValue: boolean;
1293
- };
1187
+ menu: vue.WritableComputedRef<boolean>;
1294
1188
  search: vue.Ref<string | undefined> & {
1295
1189
  readonly externalValue: string | undefined;
1296
1190
  };
1297
1191
  filteredItems: vue.Ref<InternalItem<any>[]>;
1298
1192
  select: (item: InternalItem) => void;
1299
- } & Omit<any, string | number | symbol>> & {} & vue.ComponentCustomProperties;
1193
+ } & Omit<any, string | number | symbol>> & {} & vue.ComponentCustomProperties & {};
1300
1194
  __isFragment?: undefined;
1301
1195
  __isTeleport?: undefined;
1302
1196
  __isSuspense?: undefined;
@@ -1308,12 +1202,12 @@ declare const VAutocomplete: {
1308
1202
  default: string;
1309
1203
  validator: (val: unknown) => boolean;
1310
1204
  }, "type" | "default"> & {
1311
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1205
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1312
1206
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1313
- })>;
1314
- default: string | boolean | (vue.TransitionProps & {
1207
+ })>>;
1208
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1315
1209
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1316
- });
1210
+ })>;
1317
1211
  };
1318
1212
  reverse: BooleanConstructor;
1319
1213
  type: {
@@ -1338,11 +1232,11 @@ declare const VAutocomplete: {
1338
1232
  readonly: BooleanConstructor;
1339
1233
  placeholder: StringConstructor;
1340
1234
  theme: StringConstructor;
1235
+ counter: vue.PropType<string | number | true>;
1341
1236
  messages: {
1342
1237
  type: vue.PropType<string | string[]>;
1343
1238
  default: () => never[];
1344
1239
  };
1345
- counter: vue.PropType<string | number | true>;
1346
1240
  density: {
1347
1241
  type: vue.PropType<Density>;
1348
1242
  default: string;
@@ -1410,8 +1304,8 @@ declare const VAutocomplete: {
1410
1304
  type: vue.PropType<SelectItemKey>;
1411
1305
  default: string;
1412
1306
  }, "type" | "default"> & {
1413
- type: vue.PropType<SelectItemKey>;
1414
- default: SelectItemKey;
1307
+ type: vue.PropType<NonNullable<SelectItemKey>>;
1308
+ default: NonNullable<SelectItemKey>;
1415
1309
  };
1416
1310
  itemProps: {
1417
1311
  type: vue.PropType<SelectItemKey>;
@@ -1432,154 +1326,118 @@ declare const VAutocomplete: {
1432
1326
  type: vue.PropType<Partial<{
1433
1327
  location: Anchor;
1434
1328
  origin: "auto" | Anchor | "overlap";
1435
- transition: string | boolean | (vue.TransitionProps & {
1329
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1436
1330
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1437
- }) | {
1438
- component: vue.DefineComponent<{
1439
- target: vue.PropType<HTMLElement>;
1440
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1441
- target: vue.PropType<HTMLElement>;
1442
- }>>, {}>;
1331
+ })> | {
1332
+ component: vue.DefineComponent<{} & {
1333
+ target?: HTMLElement | undefined;
1334
+ } & {
1335
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1336
+ default?: (() => vue.VNodeChild) | undefined;
1337
+ };
1338
+ 'v-slots'?: {
1339
+ default?: false | (() => vue.VNodeChild) | undefined;
1340
+ } | undefined;
1341
+ } & {
1342
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1343
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1344
+ target?: HTMLElement | undefined;
1345
+ } & {
1346
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1347
+ default?: (() => vue.VNodeChild) | undefined;
1348
+ };
1349
+ 'v-slots'?: {
1350
+ default?: false | (() => vue.VNodeChild) | undefined;
1351
+ } | undefined;
1352
+ } & {
1353
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1354
+ }, {}>;
1443
1355
  };
1444
1356
  zIndex: string | number;
1445
1357
  eager: boolean;
1446
1358
  disabled: boolean;
1447
1359
  modelValue: boolean;
1448
- closeDelay: string | number;
1449
- openDelay: string | number;
1360
+ closeDelay: NonNullable<string | number>;
1361
+ openDelay: NonNullable<string | number>;
1450
1362
  activatorProps: Record<string, any>;
1451
1363
  openOnClick: boolean;
1452
1364
  openOnHover: boolean;
1453
1365
  openOnFocus: boolean;
1454
1366
  closeOnContentClick: boolean;
1455
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1367
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1456
1368
  updateLocation: (e: Event) => void;
1457
- } | undefined);
1458
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1369
+ } | undefined)>;
1370
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1459
1371
  closeOnBack: boolean;
1460
1372
  contained: boolean;
1461
1373
  noClickAnimation: boolean;
1462
1374
  persistent: boolean;
1463
- scrim: string | boolean;
1464
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1465
- offset: vue.PropType<string | number | number[] | undefined>;
1466
- location: {
1467
- type: vue.PropType<Anchor>;
1468
- default: string;
1469
- };
1470
- origin: {
1471
- type: vue.PropType<"auto" | Anchor | "overlap">;
1472
- default: string;
1473
- };
1474
- height: (StringConstructor | NumberConstructor)[];
1475
- width: (StringConstructor | NumberConstructor)[];
1476
- maxHeight: (StringConstructor | NumberConstructor)[];
1477
- maxWidth: (StringConstructor | NumberConstructor)[];
1478
- minHeight: (StringConstructor | NumberConstructor)[];
1479
- minWidth: (StringConstructor | NumberConstructor)[];
1480
- transition: Omit<{
1481
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1482
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1483
- })>;
1484
- default: string;
1485
- validator: (val: unknown) => boolean;
1486
- }, "type" | "default"> & {
1487
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1488
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1489
- }) | {
1490
- component: vue.DefineComponent<{
1491
- target: vue.PropType<HTMLElement>;
1492
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1493
- target: vue.PropType<HTMLElement>;
1494
- }>>, {}>;
1495
- }>;
1496
- default: string | boolean | (vue.TransitionProps & {
1497
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1498
- }) | {
1499
- component: vue.DefineComponent<{
1500
- target: vue.PropType<HTMLElement>;
1501
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1502
- target: vue.PropType<HTMLElement>;
1503
- }>>, {}>;
1504
- };
1505
- };
1506
- zIndex: {
1507
- type: (StringConstructor | NumberConstructor)[];
1508
- default: number;
1509
- };
1510
- eager: BooleanConstructor;
1511
- disabled: BooleanConstructor;
1512
- theme: StringConstructor;
1513
- contentClass: null;
1514
- modelValue: BooleanConstructor;
1515
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1516
- closeDelay: {
1517
- type: vue.PropType<string | number>;
1518
- default: string | number;
1519
- };
1520
- openDelay: {
1521
- type: vue.PropType<string | number>;
1522
- default: string | number;
1523
- };
1524
- activatorProps: {
1525
- type: vue.PropType<Record<string, any>>;
1526
- default: () => {};
1527
- };
1528
- openOnClick: {
1529
- type: BooleanConstructor;
1530
- default: undefined;
1531
- };
1532
- openOnHover: BooleanConstructor;
1533
- openOnFocus: {
1534
- type: BooleanConstructor;
1535
- default: undefined;
1536
- };
1537
- closeOnContentClick: {
1538
- type: vue.PropType<boolean>;
1539
- default: boolean;
1540
- };
1541
- locationStrategy: Omit<{
1542
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1543
- updateLocation: (e: Event) => void;
1544
- } | undefined)>;
1545
- default: string;
1546
- validator: (val: any) => boolean;
1547
- }, "type" | "default"> & {
1548
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1549
- updateLocation: (e: Event) => void;
1550
- } | undefined)>;
1551
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1552
- updateLocation: (e: Event) => void;
1553
- } | undefined);
1554
- };
1555
- scrollStrategy: Omit<{
1556
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1557
- default: string;
1558
- validator: (val: any) => boolean;
1559
- }, "type" | "default"> & {
1560
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1561
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1562
- };
1563
- closeOnBack: {
1564
- type: BooleanConstructor;
1565
- default: boolean;
1566
- };
1567
- contained: BooleanConstructor;
1568
- contentProps: null;
1569
- noClickAnimation: BooleanConstructor;
1570
- persistent: BooleanConstructor;
1571
- scrim: Omit<{
1572
- type: (StringConstructor | BooleanConstructor)[];
1573
- default: boolean;
1574
- }, "type" | "default"> & {
1575
- type: vue.PropType<string | boolean>;
1576
- default: string | boolean;
1375
+ scrim: NonNullable<string | boolean>;
1376
+ }> & Omit<{
1377
+ location: Anchor;
1378
+ origin: "auto" | Anchor | "overlap";
1379
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1380
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1381
+ })> | {
1382
+ component: vue.DefineComponent<{} & {
1383
+ target?: HTMLElement | undefined;
1384
+ } & {
1385
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1386
+ default?: (() => vue.VNodeChild) | undefined;
1387
+ };
1388
+ 'v-slots'?: {
1389
+ default?: false | (() => vue.VNodeChild) | undefined;
1390
+ } | undefined;
1391
+ } & {
1392
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1393
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
1394
+ target?: HTMLElement | undefined;
1395
+ } & {
1396
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1397
+ default?: (() => vue.VNodeChild) | undefined;
1398
+ };
1399
+ 'v-slots'?: {
1400
+ default?: false | (() => vue.VNodeChild) | undefined;
1401
+ } | undefined;
1402
+ } & {
1403
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1404
+ }, {}>;
1577
1405
  };
1578
- attach: vue.PropType<string | boolean | Element>;
1579
- id: StringConstructor;
1580
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1581
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1582
- } & 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"> & {
1406
+ zIndex: string | number;
1407
+ eager: boolean;
1408
+ disabled: boolean;
1409
+ modelValue: boolean;
1410
+ closeDelay: NonNullable<string | number>;
1411
+ openDelay: NonNullable<string | number>;
1412
+ activatorProps: Record<string, any>;
1413
+ openOnHover: boolean;
1414
+ closeOnContentClick: boolean;
1415
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1416
+ updateLocation: (e: Event) => void;
1417
+ } | undefined)>;
1418
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1419
+ closeOnBack: boolean;
1420
+ contained: boolean;
1421
+ noClickAnimation: boolean;
1422
+ persistent: boolean;
1423
+ scrim: NonNullable<string | boolean>;
1424
+ } & {
1425
+ offset?: string | number | number[] | undefined;
1426
+ id?: string | undefined;
1427
+ height?: string | number | undefined;
1428
+ width?: string | number | undefined;
1429
+ maxHeight?: string | number | undefined;
1430
+ maxWidth?: string | number | undefined;
1431
+ minHeight?: string | number | undefined;
1432
+ minWidth?: string | number | undefined;
1433
+ theme?: string | undefined;
1434
+ contentClass?: any;
1435
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1436
+ openOnClick?: boolean | undefined;
1437
+ openOnFocus?: boolean | undefined;
1438
+ contentProps?: any;
1439
+ attach?: string | boolean | Element | undefined;
1440
+ } & {
1583
1441
  $children?: {} | vue.VNodeChild | {
1584
1442
  default?: ((args_0: {
1585
1443
  isActive: vue.Ref<boolean>;
@@ -1606,7 +1464,9 @@ declare const VAutocomplete: {
1606
1464
  isActive: boolean;
1607
1465
  props: Record<string, any>;
1608
1466
  }) => vue.VNodeChild) | undefined;
1609
- }>;
1467
+ } & {
1468
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1469
+ } & 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">>;
1610
1470
  };
1611
1471
  multiple: BooleanConstructor;
1612
1472
  noDataText: {
@@ -1621,8 +1481,8 @@ declare const VAutocomplete: {
1621
1481
  customFilter: vue.PropType<FilterFunction>;
1622
1482
  customKeyFilter: vue.PropType<FilterKeyFunctions>;
1623
1483
  filterKeys: {
1624
- type: vue.PropType<(string & {}) | FilterKeys>;
1625
- default: (string & {}) | FilterKeys;
1484
+ type: vue.PropType<NonNullable<FilterKeys>>;
1485
+ default: NonNullable<FilterKeys>;
1626
1486
  };
1627
1487
  filterMode: {
1628
1488
  type: vue.PropType<FilterMode>;
@@ -1630,40 +1490,38 @@ declare const VAutocomplete: {
1630
1490
  };
1631
1491
  noFilter: BooleanConstructor;
1632
1492
  search: StringConstructor;
1633
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "onUpdate:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">>> & {
1493
+ }, "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">>> & {
1634
1494
  "onUpdate:menu"?: ((val: boolean) => any) | undefined;
1635
1495
  "onUpdate:search"?: ((val: any) => any) | undefined;
1636
1496
  }, {
1637
1497
  isFocused: vue.Ref<boolean>;
1638
1498
  isPristine: vue.Ref<boolean>;
1639
- menu: vue.Ref<boolean> & {
1640
- readonly externalValue: boolean;
1641
- };
1499
+ menu: vue.WritableComputedRef<boolean>;
1642
1500
  search: vue.Ref<string | undefined> & {
1643
1501
  readonly externalValue: string | undefined;
1644
1502
  };
1645
1503
  filteredItems: vue.Ref<InternalItem<any>[]>;
1646
1504
  select: (item: InternalItem) => void;
1647
1505
  } & Omit<any, string | number | symbol>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1648
- 'update:search': (val: any) => boolean;
1506
+ 'update:search': (val: any) => true;
1649
1507
  'update:modelValue': (val: any) => boolean;
1650
- 'update:menu': (val: boolean) => boolean;
1651
- }, "multiple" | "$children" | "items" | "v-slots" | "v-slot:prepend" | "v-slot:append" | "modelValue" | "update:modelValue" | "v-slot:details" | "v-slot:clear" | "v-slot:prepend-inner" | "v-slot:append-inner" | "v-slot:label" | "v-slot:loader" | "v-slot:item" | "returnObject" | "v-slot:chip" | "v-slot:selection" | "v-slot:prepend-item" | "v-slot:append-item" | "v-slot:no-data">, string, {
1508
+ 'update:menu': (val: boolean) => true;
1509
+ }, "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, {
1652
1510
  reverse: boolean;
1653
1511
  type: string;
1654
1512
  error: boolean;
1655
1513
  active: boolean;
1656
1514
  direction: "horizontal" | "vertical";
1657
- transition: string | boolean | (vue.TransitionProps & {
1515
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1658
1516
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1659
- });
1517
+ })>;
1660
1518
  menu: boolean;
1661
1519
  autofocus: boolean;
1662
1520
  eager: boolean;
1663
1521
  disabled: boolean;
1664
1522
  readonly: boolean;
1665
- messages: string | string[];
1666
1523
  noDataText: string;
1524
+ messages: string | string[];
1667
1525
  density: Density;
1668
1526
  variant: "filled" | "outlined" | "plain" | "underlined" | "solo";
1669
1527
  clearIcon: IconValue;
@@ -1680,7 +1538,7 @@ declare const VAutocomplete: {
1680
1538
  valueComparator: typeof deepEqual;
1681
1539
  itemTitle: SelectItemKey;
1682
1540
  itemValue: SelectItemKey;
1683
- itemChildren: SelectItemKey;
1541
+ itemChildren: NonNullable<SelectItemKey>;
1684
1542
  itemProps: SelectItemKey;
1685
1543
  chips: boolean;
1686
1544
  closableChips: boolean;
@@ -1690,10 +1548,10 @@ declare const VAutocomplete: {
1690
1548
  openOnClear: boolean;
1691
1549
  filterMode: FilterMode;
1692
1550
  noFilter: boolean;
1693
- filterKeys: (string & {}) | FilterKeys;
1694
- }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<T, ReturnObject, Multiple> = Value<T, ReturnObject, Multiple>>() => {
1551
+ filterKeys: NonNullable<FilterKeys>;
1552
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T_1, ReturnObject extends boolean = false, Multiple extends boolean = false, V extends Value<T_1, ReturnObject, Multiple> = Value<T_1, ReturnObject, Multiple>>() => {
1695
1553
  $props: {
1696
- items?: readonly T[] | undefined;
1554
+ items?: readonly T_1[] | undefined;
1697
1555
  returnObject?: ReturnObject | undefined;
1698
1556
  multiple?: Multiple | undefined;
1699
1557
  modelValue?: V | undefined;
@@ -1709,17 +1567,17 @@ declare const VAutocomplete: {
1709
1567
  'prepend-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1710
1568
  'append-inner'?: ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1711
1569
  item?: ((args_0: {
1712
- item: InternalItem<T>;
1570
+ item: InternalItem<T_1>;
1713
1571
  index: number;
1714
1572
  props: Record<string, unknown>;
1715
1573
  }) => vue.VNodeChild) | undefined;
1716
1574
  chip?: ((args_0: {
1717
- item: InternalItem<T>;
1575
+ item: InternalItem<T_1>;
1718
1576
  index: number;
1719
1577
  props: Record<string, unknown>;
1720
1578
  }) => vue.VNodeChild) | undefined;
1721
1579
  selection?: ((args_0: {
1722
- item: InternalItem<T>;
1580
+ item: InternalItem<T_1>;
1723
1581
  index: number;
1724
1582
  }) => vue.VNodeChild) | undefined;
1725
1583
  'prepend-item'?: (() => vue.VNodeChild) | undefined;
@@ -1736,17 +1594,17 @@ declare const VAutocomplete: {
1736
1594
  'prepend-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1737
1595
  'append-inner'?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1738
1596
  item?: false | ((args_0: {
1739
- item: InternalItem<T>;
1597
+ item: InternalItem<T_1>;
1740
1598
  index: number;
1741
1599
  props: Record<string, unknown>;
1742
1600
  }) => vue.VNodeChild) | undefined;
1743
1601
  chip?: false | ((args_0: {
1744
- item: InternalItem<T>;
1602
+ item: InternalItem<T_1>;
1745
1603
  index: number;
1746
1604
  props: Record<string, unknown>;
1747
1605
  }) => vue.VNodeChild) | undefined;
1748
1606
  selection?: false | ((args_0: {
1749
- item: InternalItem<T>;
1607
+ item: InternalItem<T_1>;
1750
1608
  index: number;
1751
1609
  }) => vue.VNodeChild) | undefined;
1752
1610
  'prepend-item'?: false | (() => vue.VNodeChild) | undefined;
@@ -1763,17 +1621,17 @@ declare const VAutocomplete: {
1763
1621
  "v-slot:prepend-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1764
1622
  "v-slot:append-inner"?: false | ((args_0: DefaultInputSlot & VInputSlot) => vue.VNodeChild) | undefined;
1765
1623
  "v-slot:item"?: false | ((args_0: {
1766
- item: InternalItem<T>;
1624
+ item: InternalItem<T_1>;
1767
1625
  index: number;
1768
1626
  props: Record<string, unknown>;
1769
1627
  }) => vue.VNodeChild) | undefined;
1770
1628
  "v-slot:chip"?: false | ((args_0: {
1771
- item: InternalItem<T>;
1629
+ item: InternalItem<T_1>;
1772
1630
  index: number;
1773
1631
  props: Record<string, unknown>;
1774
1632
  }) => vue.VNodeChild) | undefined;
1775
1633
  "v-slot:selection"?: false | ((args_0: {
1776
- item: InternalItem<T>;
1634
+ item: InternalItem<T_1>;
1777
1635
  index: number;
1778
1636
  }) => vue.VNodeChild) | undefined;
1779
1637
  "v-slot:prepend-item"?: false | (() => vue.VNodeChild) | undefined;
@@ -1781,6 +1639,6 @@ declare const VAutocomplete: {
1781
1639
  "v-slot:no-data"?: false | (() => vue.VNodeChild) | undefined;
1782
1640
  };
1783
1641
  });
1784
- declare type VAutocomplete = InstanceType<typeof VAutocomplete>;
1642
+ type VAutocomplete = InstanceType<typeof VAutocomplete>;
1785
1643
 
1786
1644
  export { VAutocomplete };