vuetify 3.2.4 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (335) hide show
  1. package/dist/_component-variables-labs.sass +1 -0
  2. package/dist/json/attributes.json +2503 -2151
  3. package/dist/json/importMap-labs.json +12 -4
  4. package/dist/json/importMap.json +28 -28
  5. package/dist/json/tags.json +107 -9
  6. package/dist/json/web-types.json +10785 -7110
  7. package/dist/vuetify-labs.css +263 -153
  8. package/dist/vuetify-labs.d.ts +35870 -16257
  9. package/dist/vuetify-labs.esm.js +1466 -934
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +1465 -933
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +246 -168
  14. package/dist/vuetify.d.ts +27883 -14061
  15. package/dist/vuetify.esm.js +477 -300
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +476 -299
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +811 -806
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/blueprints/{index.d.ts → index.d.mts} +5 -1
  23. package/lib/blueprints/{md1.d.ts → md1.d.mts} +5 -1
  24. package/lib/blueprints/{md2.d.ts → md2.d.mts} +5 -1
  25. package/lib/blueprints/{md3.d.ts → md3.d.mts} +5 -1
  26. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  27. package/lib/components/VAlert/{index.d.ts → index.d.mts} +284 -69
  28. package/lib/components/VApp/{index.d.ts → index.d.mts} +80 -19
  29. package/lib/components/VAppBar/{index.d.ts → index.d.mts} +391 -119
  30. package/lib/components/VAutocomplete/VAutocomplete.css +15 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -34
  32. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  33. package/lib/components/VAutocomplete/VAutocomplete.sass +15 -11
  34. package/lib/components/VAutocomplete/index.d.mts +2048 -0
  35. package/lib/components/VAvatar/{index.d.ts → index.d.mts} +85 -30
  36. package/lib/components/VBadge/_variables.scss +1 -1
  37. package/lib/components/VBadge/{index.d.ts → index.d.mts} +105 -42
  38. package/lib/components/VBanner/{index.d.ts → index.d.mts} +282 -63
  39. package/lib/components/VBottomNavigation/{index.d.ts → index.d.mts} +93 -45
  40. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  41. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  42. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +1 -1
  43. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/{index.d.ts → index.d.mts} +348 -212
  45. package/lib/components/VBtn/{index.d.ts → index.d.mts} +139 -53
  46. package/lib/components/VBtnGroup/{index.d.ts → index.d.mts} +84 -27
  47. package/lib/components/VBtnToggle/{index.d.ts → index.d.mts} +88 -35
  48. package/lib/components/VCalendar/util/props.mjs.map +1 -1
  49. package/lib/components/VCard/VCard.mjs.map +1 -1
  50. package/lib/components/VCard/{index.d.ts → index.d.mts} +957 -419
  51. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  52. package/lib/components/VCarousel/{index.d.ts → index.d.mts} +616 -111
  53. package/lib/components/VCheckbox/VCheckboxBtn.mjs +3 -3
  54. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  55. package/lib/components/VCheckbox/{index.d.ts → index.d.mts} +408 -141
  56. package/lib/components/VChip/VChip.css +4 -2
  57. package/lib/components/VChip/VChip.mjs.map +1 -1
  58. package/lib/components/VChip/VChip.sass +3 -2
  59. package/lib/components/VChip/{index.d.ts → index.d.mts} +376 -85
  60. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  61. package/lib/components/VChipGroup/index.d.mts +470 -0
  62. package/lib/components/VCode/{index.d.ts → index.d.mts} +78 -17
  63. package/lib/components/VColorPicker/VColorPicker.mjs +9 -4
  64. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  65. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  66. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +5 -4
  67. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  68. package/lib/components/VColorPicker/{index.d.ts → index.d.mts} +241 -109
  69. package/lib/components/VColorPicker/util/index.mjs +2 -22
  70. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  71. package/lib/components/VCombobox/VCombobox.css +15 -9
  72. package/lib/components/VCombobox/VCombobox.mjs +82 -37
  73. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  74. package/lib/components/VCombobox/VCombobox.sass +15 -11
  75. package/lib/components/VCombobox/index.d.mts +2060 -0
  76. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  77. package/lib/components/VCounter/{index.d.ts → index.d.mts} +105 -45
  78. package/lib/components/VDefaultsProvider/{index.d.ts → index.d.mts} +82 -20
  79. package/lib/components/VDialog/{index.d.ts → index.d.mts} +571 -305
  80. package/lib/components/VDivider/{index.d.ts → index.d.mts} +81 -21
  81. package/lib/components/VExpansionPanel/{index.d.ts → index.d.mts} +374 -110
  82. package/lib/components/VField/VField.css +49 -16
  83. package/lib/components/VField/VField.mjs +12 -2
  84. package/lib/components/VField/VField.mjs.map +1 -1
  85. package/lib/components/VField/VField.sass +40 -11
  86. package/lib/components/VField/_variables.scss +8 -2
  87. package/lib/components/VField/index.d.mts +682 -0
  88. package/lib/components/VFileInput/VFileInput.css +3 -0
  89. package/lib/components/VFileInput/VFileInput.mjs +7 -1
  90. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  91. package/lib/components/VFileInput/VFileInput.sass +6 -1
  92. package/lib/components/VFileInput/{index.d.ts → index.d.mts} +1033 -399
  93. package/lib/components/VFooter/{index.d.ts → index.d.mts} +85 -29
  94. package/lib/components/VForm/VForm.mjs.map +1 -1
  95. package/lib/components/VForm/index.d.mts +993 -0
  96. package/lib/components/VGrid/{index.d.ts → index.d.mts} +334 -100
  97. package/lib/components/VHover/VHover.mjs.map +1 -1
  98. package/lib/components/VHover/{index.d.ts → index.d.mts} +120 -37
  99. package/lib/components/VIcon/{index.d.ts → index.d.mts} +322 -81
  100. package/lib/components/VImg/VImg.css +2 -4
  101. package/lib/components/VImg/VImg.mjs +25 -24
  102. package/lib/components/VImg/VImg.mjs.map +1 -1
  103. package/lib/components/VImg/VImg.sass +4 -3
  104. package/lib/components/VImg/{index.d.ts → index.d.mts} +177 -40
  105. package/lib/components/VInput/VInput.css +10 -4
  106. package/lib/components/VInput/VInput.mjs +9 -3
  107. package/lib/components/VInput/VInput.mjs.map +1 -1
  108. package/lib/components/VInput/VInput.sass +7 -2
  109. package/lib/components/VInput/_variables.scss +1 -0
  110. package/lib/components/VInput/{index.d.ts → index.d.mts} +237 -93
  111. package/lib/components/VItemGroup/VItem.mjs +1 -1
  112. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  113. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  114. package/lib/components/VItemGroup/index.d.mts +781 -0
  115. package/lib/components/VKbd/{index.d.ts → index.d.mts} +78 -17
  116. package/lib/components/VLabel/{index.d.ts → index.d.mts} +79 -18
  117. package/lib/components/VLayout/{index.d.ts → index.d.mts} +161 -42
  118. package/lib/components/VLazy/{index.d.ts → index.d.mts} +82 -27
  119. package/lib/components/VList/VList.mjs +6 -1
  120. package/lib/components/VList/VList.mjs.map +1 -1
  121. package/lib/components/VList/VListChildren.mjs +4 -8
  122. package/lib/components/VList/VListChildren.mjs.map +1 -1
  123. package/lib/components/VList/VListGroup.mjs +3 -0
  124. package/lib/components/VList/VListGroup.mjs.map +1 -1
  125. package/lib/components/VList/VListItem.mjs +11 -6
  126. package/lib/components/VList/VListItem.mjs.map +1 -1
  127. package/lib/components/VList/{index.d.ts → index.d.mts} +1245 -619
  128. package/lib/components/VLocaleProvider/{index.d.ts → index.d.mts} +80 -19
  129. package/lib/components/VMain/{index.d.ts → index.d.mts} +79 -19
  130. package/lib/components/VMenu/{index.d.ts → index.d.mts} +567 -299
  131. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  132. package/lib/components/VMessages/{index.d.ts → index.d.mts} +87 -34
  133. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +2 -0
  134. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  135. package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -0
  136. package/lib/components/VNavigationDrawer/{index.d.ts → index.d.mts} +139 -57
  137. package/lib/components/VOverlay/{index.d.ts → index.d.mts} +159 -75
  138. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  139. package/lib/components/VPagination/{index.d.ts → index.d.mts} +229 -125
  140. package/lib/components/VParallax/{index.d.ts → index.d.mts} +118 -18
  141. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  142. package/lib/components/VProgressCircular/{index.d.ts → index.d.mts} +148 -45
  143. package/lib/components/VProgressLinear/{index.d.ts → index.d.mts} +119 -52
  144. package/lib/components/VRadio/{index.d.ts → index.d.mts} +139 -40
  145. package/lib/components/VRadioGroup/{index.d.ts → index.d.mts} +265 -93
  146. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  147. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  148. package/lib/components/VRangeSlider/{index.d.ts → index.d.mts} +313 -132
  149. package/lib/components/VRating/{index.d.ts → index.d.mts} +108 -49
  150. package/lib/components/VResponsive/VResponsive.css +13 -5
  151. package/lib/components/VResponsive/VResponsive.mjs +4 -1
  152. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  153. package/lib/components/VResponsive/VResponsive.sass +12 -4
  154. package/lib/components/VResponsive/{index.d.ts → index.d.mts} +99 -16
  155. package/lib/components/VSelect/VSelect.css +15 -9
  156. package/lib/components/VSelect/VSelect.mjs +23 -18
  157. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  158. package/lib/components/VSelect/VSelect.sass +14 -11
  159. package/lib/components/VSelect/index.d.mts +1986 -0
  160. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  161. package/lib/components/VSelectionControl/index.d.mts +403 -0
  162. package/lib/components/VSelectionControlGroup/{index.d.ts → index.d.mts} +90 -38
  163. package/lib/components/VSheet/{index.d.ts → index.d.mts} +81 -21
  164. package/lib/components/VSlideGroup/{index.d.ts → index.d.mts} +236 -61
  165. package/lib/components/VSlider/VSlider.mjs +2 -2
  166. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  167. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  168. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  169. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  170. package/lib/components/VSlider/{index.d.ts → index.d.mts} +308 -126
  171. package/lib/components/VSlider/slider.mjs +8 -2
  172. package/lib/components/VSlider/slider.mjs.map +1 -1
  173. package/lib/components/VSnackbar/{index.d.ts → index.d.mts} +566 -297
  174. package/lib/components/VSwitch/VSwitch.css +3 -3
  175. package/lib/components/VSwitch/VSwitch.sass +4 -3
  176. package/lib/components/VSwitch/{index.d.ts → index.d.mts} +284 -101
  177. package/lib/components/VSystemBar/{index.d.ts → index.d.mts} +84 -27
  178. package/lib/components/VTable/{index.d.ts → index.d.mts} +122 -26
  179. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  180. package/lib/components/VTabs/{index.d.ts → index.d.mts} +203 -113
  181. package/lib/components/VTextField/VTextField.css +9 -1
  182. package/lib/components/VTextField/VTextField.mjs +4 -2
  183. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  184. package/lib/components/VTextField/VTextField.sass +8 -1
  185. package/lib/components/VTextField/index.d.mts +2735 -0
  186. package/lib/components/VTextarea/VTextarea.mjs +13 -4
  187. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  188. package/lib/components/VTextarea/{index.d.ts → index.d.mts} +933 -393
  189. package/lib/components/VThemeProvider/{index.d.ts → index.d.mts} +80 -20
  190. package/lib/components/VTimeline/{index.d.ts → index.d.mts} +201 -62
  191. package/lib/components/VToolbar/{index.d.ts → index.d.mts} +325 -73
  192. package/lib/components/VTooltip/{index.d.ts → index.d.mts} +568 -297
  193. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  194. package/lib/components/VValidation/index.d.mts +634 -0
  195. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  196. package/lib/components/VVirtualScroll/index.d.mts +229 -0
  197. package/lib/components/VWindow/{index.d.ts → index.d.mts} +271 -68
  198. package/lib/components/{index.d.ts → index.d.mts} +27847 -14031
  199. package/lib/components/index.mjs +2 -3
  200. package/lib/components/index.mjs.map +1 -1
  201. package/lib/components/transitions/{index.d.ts → index.d.mts} +1330 -355
  202. package/lib/composables/display.mjs +6 -6
  203. package/lib/composables/display.mjs.map +1 -1
  204. package/lib/composables/filter.mjs +5 -4
  205. package/lib/composables/filter.mjs.map +1 -1
  206. package/lib/composables/form.mjs +2 -3
  207. package/lib/composables/form.mjs.map +1 -1
  208. package/lib/composables/forwardRefs.mjs.map +1 -1
  209. package/lib/composables/group.mjs +13 -13
  210. package/lib/composables/group.mjs.map +1 -1
  211. package/lib/composables/icons.mjs.map +1 -1
  212. package/lib/composables/{items.mjs → list-items.mjs} +9 -6
  213. package/lib/composables/list-items.mjs.map +1 -0
  214. package/lib/composables/nested/nested.mjs.map +1 -1
  215. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  216. package/lib/composables/scroll.mjs +2 -2
  217. package/lib/composables/scroll.mjs.map +1 -1
  218. package/lib/composables/validation.mjs +44 -16
  219. package/lib/composables/validation.mjs.map +1 -1
  220. package/lib/entry-bundler.mjs +1 -1
  221. package/lib/framework.mjs +1 -1
  222. package/lib/framework.mjs.map +1 -1
  223. package/lib/{index.d.ts → index.d.mts} +16 -10
  224. package/lib/labs/VBottomSheet/VBottomSheet.css +33 -0
  225. package/lib/labs/VBottomSheet/VBottomSheet.mjs +40 -0
  226. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -0
  227. package/lib/labs/VBottomSheet/VBottomSheet.sass +37 -0
  228. package/lib/labs/VBottomSheet/_variables.scss +5 -0
  229. package/lib/labs/VBottomSheet/index.d.mts +871 -0
  230. package/lib/labs/VBottomSheet/index.mjs +2 -0
  231. package/lib/labs/VBottomSheet/index.mjs.map +1 -0
  232. package/lib/labs/VDataIterator/VDataIterator.mjs +160 -0
  233. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -0
  234. package/lib/labs/VDataIterator/composables/items.mjs +37 -0
  235. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -0
  236. package/lib/labs/VDataIterator/index.d.mts +704 -0
  237. package/lib/labs/VDataIterator/index.mjs +2 -0
  238. package/lib/labs/VDataIterator/index.mjs.map +1 -0
  239. package/lib/labs/VDataTable/VDataTable.mjs +58 -20
  240. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  241. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  242. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  243. package/lib/labs/VDataTable/VDataTableHeaders.mjs +17 -10
  244. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  245. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -1
  246. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  247. package/lib/labs/VDataTable/VDataTableServer.mjs +50 -14
  248. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  249. package/lib/labs/VDataTable/VDataTableVirtual.mjs +50 -13
  250. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  251. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  252. package/lib/labs/VDataTable/composables/group.mjs +8 -6
  253. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  254. package/lib/labs/VDataTable/composables/headers.mjs +2 -3
  255. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  256. package/lib/labs/VDataTable/composables/items.mjs +31 -32
  257. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  258. package/lib/labs/VDataTable/composables/paginate.mjs +14 -2
  259. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  260. package/lib/labs/VDataTable/composables/select.mjs +3 -3
  261. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  262. package/lib/labs/VDataTable/composables/sort.mjs +17 -17
  263. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  264. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  265. package/lib/labs/VDataTable/index.d.mts +9681 -0
  266. package/lib/labs/VDataTable/index.mjs +1 -1
  267. package/lib/labs/VDataTable/index.mjs.map +1 -1
  268. package/lib/labs/VDataTable/types.mjs.map +1 -1
  269. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  270. package/lib/labs/VInfiniteScroll/{index.d.ts → index.d.mts} +161 -54
  271. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  272. package/lib/labs/VSkeletonLoader/{index.d.ts → index.d.mts} +92 -31
  273. package/lib/labs/components.d.mts +11806 -0
  274. package/lib/labs/components.mjs +2 -0
  275. package/lib/labs/components.mjs.map +1 -1
  276. package/lib/labs/date/date.mjs.map +1 -1
  277. package/lib/labs/date/index.d.mts +70 -0
  278. package/lib/labs/date/index.mjs +1 -1
  279. package/lib/labs/date/index.mjs.map +1 -1
  280. package/lib/styles/settings/_variables.scss +3 -3
  281. package/lib/util/colorUtils.mjs +68 -3
  282. package/lib/util/colorUtils.mjs.map +1 -1
  283. package/lib/util/console.mjs +12 -81
  284. package/lib/util/console.mjs.map +1 -1
  285. package/lib/util/defineComponent.mjs.map +1 -1
  286. package/lib/util/helpers.mjs +4 -18
  287. package/lib/util/helpers.mjs.map +1 -1
  288. package/lib/util/propsFactory.mjs +2 -0
  289. package/lib/util/propsFactory.mjs.map +1 -1
  290. package/package.json +13 -9
  291. package/lib/components/VAutocomplete/index.d.ts +0 -2050
  292. package/lib/components/VBottomSheet/VBottomSheet.mjs +0 -29
  293. package/lib/components/VBottomSheet/VBottomSheet.mjs.map +0 -1
  294. package/lib/components/VBottomSheet/VBottomSheet.sass +0 -23
  295. package/lib/components/VBottomSheet/_variables.scss +0 -3
  296. package/lib/components/VBottomSheet/index.mjs +0 -4
  297. package/lib/components/VBottomSheet/index.mjs.map +0 -1
  298. package/lib/components/VChipGroup/index.d.ts +0 -280
  299. package/lib/components/VCombobox/index.d.ts +0 -2086
  300. package/lib/components/VData/VData.mjs +0 -374
  301. package/lib/components/VData/VData.mjs.map +0 -1
  302. package/lib/components/VData/index.mjs +0 -4
  303. package/lib/components/VData/index.mjs.map +0 -1
  304. package/lib/components/VDataIterator/VDataFooter.mjs +0 -194
  305. package/lib/components/VDataIterator/VDataFooter.mjs.map +0 -1
  306. package/lib/components/VDataIterator/VDataFooter.sass +0 -71
  307. package/lib/components/VDataIterator/VDataIterator.mjs +0 -316
  308. package/lib/components/VDataIterator/VDataIterator.mjs.map +0 -1
  309. package/lib/components/VDataIterator/_variables.scss +0 -13
  310. package/lib/components/VDataIterator/index.mjs +0 -10
  311. package/lib/components/VDataIterator/index.mjs.map +0 -1
  312. package/lib/components/VField/index.d.ts +0 -563
  313. package/lib/components/VForm/index.d.ts +0 -284
  314. package/lib/components/VItemGroup/index.d.ts +0 -396
  315. package/lib/components/VSelect/index.d.ts +0 -1981
  316. package/lib/components/VSelectionControl/index.d.ts +0 -387
  317. package/lib/components/VTextField/index.d.ts +0 -2061
  318. package/lib/components/VValidation/index.d.ts +0 -243
  319. package/lib/components/VVirtualScroll/index.d.ts +0 -197
  320. package/lib/composables/items.mjs.map +0 -1
  321. package/lib/labs/VDataTable/index.d.ts +0 -5415
  322. package/lib/labs/components.d.ts +0 -5945
  323. package/lib/labs/date/index.d.ts +0 -38
  324. /package/lib/components/VNoSsr/{index.d.ts → index.d.mts} +0 -0
  325. /package/lib/directives/{index.d.ts → index.d.mts} +0 -0
  326. /package/lib/iconsets/{fa-svg.d.ts → fa-svg.d.mts} +0 -0
  327. /package/lib/iconsets/{fa.d.ts → fa.d.mts} +0 -0
  328. /package/lib/iconsets/{fa4.d.ts → fa4.d.mts} +0 -0
  329. /package/lib/iconsets/{md.d.ts → md.d.mts} +0 -0
  330. /package/lib/iconsets/{mdi-svg.d.ts → mdi-svg.d.mts} +0 -0
  331. /package/lib/iconsets/{mdi.d.ts → mdi.d.mts} +0 -0
  332. /package/lib/labs/date/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  333. /package/lib/locale/adapters/{vue-i18n.d.ts → vue-i18n.d.mts} +0 -0
  334. /package/lib/locale/adapters/{vuetify.d.ts → vuetify.d.mts} +0 -0
  335. /package/lib/locale/{index.d.ts → index.d.mts} +0 -0
@@ -88,64 +88,37 @@ declare const VMenu: {
88
88
  new (...args: any[]): {
89
89
  $: vue.ComponentInternalInstance;
90
90
  $data: {};
91
- $props: Partial<{
92
- location: Anchor;
93
- origin: "auto" | Anchor | "overlap";
94
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
91
+ $props: {
92
+ location?: Anchor | undefined;
93
+ origin?: "auto" | Anchor | "overlap" | undefined;
94
+ transition?: NonNullable<string | boolean | (vue.TransitionProps & {
95
95
  component?: Component | undefined;
96
96
  })> | {
97
97
  component: Component;
98
- };
99
- zIndex: string | number;
100
- style: vue.StyleValue;
101
- eager: boolean;
102
- disabled: boolean;
103
- modelValue: boolean;
104
- closeDelay: NonNullable<string | number>;
105
- openDelay: NonNullable<string | number>;
106
- activatorProps: Record<string, any>;
107
- openOnClick: boolean;
108
- openOnHover: boolean;
109
- openOnFocus: boolean;
110
- closeOnContentClick: boolean;
111
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
112
- updateLocation: (e: Event) => void;
113
- } | undefined)>;
114
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
115
- closeOnBack: boolean;
116
- contained: boolean;
117
- noClickAnimation: boolean;
118
- persistent: boolean;
119
- scrim: NonNullable<string | boolean>;
120
- }> & Omit<{
121
- location: Anchor;
122
- origin: "auto" | Anchor | "overlap";
123
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
124
- component?: Component | undefined;
125
- })> | {
126
- component: Component;
127
- };
128
- zIndex: string | number;
129
- style: vue.StyleValue;
130
- eager: boolean;
131
- disabled: boolean;
132
- modelValue: boolean;
133
- closeDelay: NonNullable<string | number>;
134
- openDelay: NonNullable<string | number>;
135
- activatorProps: Record<string, any>;
136
- openOnHover: boolean;
137
- closeOnContentClick: boolean;
138
- locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
98
+ } | undefined;
99
+ zIndex?: string | number | undefined;
100
+ style?: vue.StyleValue | undefined;
101
+ eager?: boolean | undefined;
102
+ disabled?: boolean | undefined;
103
+ modelValue?: boolean | undefined;
104
+ closeDelay?: NonNullable<string | number> | undefined;
105
+ openDelay?: NonNullable<string | number> | undefined;
106
+ activatorProps?: Record<string, any> | undefined;
107
+ openOnClick?: boolean | undefined;
108
+ openOnHover?: boolean | undefined;
109
+ openOnFocus?: boolean | undefined;
110
+ closeOnContentClick?: boolean | undefined;
111
+ locationStrategy?: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
139
112
  updateLocation: (e: Event) => void;
140
- } | undefined)>;
141
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
142
- closeOnBack: boolean;
143
- contained: boolean;
144
- noClickAnimation: boolean;
145
- persistent: boolean;
146
- scrim: NonNullable<string | boolean>;
147
- } & {
113
+ } | undefined)> | undefined;
114
+ scrollStrategy?: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition"> | undefined;
115
+ closeOnBack?: boolean | undefined;
116
+ contained?: boolean | undefined;
117
+ noClickAnimation?: boolean | undefined;
118
+ persistent?: boolean | undefined;
119
+ scrim?: NonNullable<string | boolean> | undefined;
148
120
  offset?: string | number | number[] | undefined;
121
+ key?: string | number | symbol | undefined;
149
122
  id?: string | undefined;
150
123
  height?: string | number | undefined;
151
124
  width?: string | number | undefined;
@@ -154,14 +127,6 @@ declare const VMenu: {
154
127
  minHeight?: string | number | undefined;
155
128
  minWidth?: string | number | undefined;
156
129
  class?: any;
157
- theme?: string | undefined;
158
- contentClass?: any;
159
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
160
- openOnClick?: boolean | undefined;
161
- openOnFocus?: boolean | undefined;
162
- contentProps?: any;
163
- attach?: string | boolean | Element | undefined;
164
- } & {
165
130
  $children?: vue.VNodeChild | {
166
131
  default?: ((args_0: {
167
132
  isActive: vue.Ref<boolean>;
@@ -173,6 +138,13 @@ declare const VMenu: {
173
138
  } | ((args_0: {
174
139
  isActive: vue.Ref<boolean>;
175
140
  }) => vue.VNodeChild);
141
+ ref?: vue.VNodeRef | undefined;
142
+ ref_for?: boolean | undefined;
143
+ ref_key?: string | undefined;
144
+ theme?: string | undefined;
145
+ "v-slot:default"?: false | ((args_0: {
146
+ isActive: vue.Ref<boolean>;
147
+ }) => vue.VNodeChild) | undefined;
176
148
  'v-slots'?: {
177
149
  default?: false | ((args_0: {
178
150
  isActive: vue.Ref<boolean>;
@@ -182,17 +154,63 @@ declare const VMenu: {
182
154
  props: Record<string, any>;
183
155
  }) => vue.VNodeChild) | undefined;
184
156
  } | undefined;
185
- } & {
186
- "v-slot:default"?: false | ((args_0: {
187
- isActive: vue.Ref<boolean>;
188
- }) => vue.VNodeChild) | undefined;
157
+ contentClass?: any;
158
+ $slots?: {
159
+ default?: ((args_0: {
160
+ isActive: vue.Ref<boolean>;
161
+ }) => vue.VNodeChild) | undefined;
162
+ activator?: ((args_0: {
163
+ isActive: boolean;
164
+ props: Record<string, any>;
165
+ }) => vue.VNodeChild) | undefined;
166
+ } | undefined;
167
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
168
+ [key: string]: any;
169
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
170
+ [key: string]: any;
171
+ }>) => void)[] | undefined;
172
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
173
+ [key: string]: any;
174
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
175
+ [key: string]: any;
176
+ }>) => void)[] | undefined;
177
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
178
+ [key: string]: any;
179
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
180
+ [key: string]: any;
181
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
182
+ [key: string]: any;
183
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
184
+ [key: string]: any;
185
+ }>) => void)[] | undefined;
186
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
187
+ [key: string]: any;
188
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
189
+ [key: string]: any;
190
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
191
+ [key: string]: any;
192
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
193
+ [key: string]: any;
194
+ }>) => void)[] | undefined;
195
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
196
+ [key: string]: any;
197
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
198
+ [key: string]: any;
199
+ }>) => void)[] | undefined;
200
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
201
+ [key: string]: any;
202
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
203
+ [key: string]: any;
204
+ }>) => void)[] | undefined;
205
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
206
+ activator?: string | Element | vue.ComponentPublicInstance | undefined;
189
207
  "v-slot:activator"?: false | ((args_0: {
190
208
  isActive: boolean;
191
209
  props: Record<string, any>;
192
210
  }) => vue.VNodeChild) | undefined;
193
- } & {
194
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
195
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "closeDelay" | "openDelay" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim">;
211
+ contentProps?: any;
212
+ attach?: string | boolean | Element | undefined;
213
+ };
196
214
  $attrs: {
197
215
  [x: string]: unknown;
198
216
  };
@@ -200,10 +218,20 @@ declare const VMenu: {
200
218
  [x: string]: unknown;
201
219
  };
202
220
  $slots: Readonly<{
203
- [name: string]: vue.Slot | undefined;
221
+ default?: ((args_0: {
222
+ isActive: vue.Ref<boolean>;
223
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
224
+ [key: string]: any;
225
+ }>[]) | undefined;
226
+ activator?: ((args_0: {
227
+ isActive: boolean;
228
+ props: Record<string, any>;
229
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
230
+ [key: string]: any;
231
+ }>[]) | undefined;
204
232
  }>;
205
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
206
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
233
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
234
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
207
235
  $emit: (event: "update:modelValue", value: boolean) => void;
208
236
  $el: any;
209
237
  $options: vue.ComponentOptionsBase<{
@@ -279,6 +307,16 @@ declare const VMenu: {
279
307
  isActive: boolean;
280
308
  props: Record<string, any>;
281
309
  }) => vue.VNodeChild) | undefined;
310
+ } & {
311
+ $slots?: {
312
+ default?: ((args_0: {
313
+ isActive: vue.Ref<boolean>;
314
+ }) => vue.VNodeChild) | undefined;
315
+ activator?: ((args_0: {
316
+ isActive: boolean;
317
+ props: Record<string, any>;
318
+ }) => vue.VNodeChild) | undefined;
319
+ } | undefined;
282
320
  } & {
283
321
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
284
322
  }, {
@@ -287,60 +325,35 @@ declare const VMenu: {
287
325
  } & Omit<Omit<{
288
326
  $: vue.ComponentInternalInstance;
289
327
  $data: {};
290
- $props: Partial<{
291
- absolute: boolean;
292
- location: Anchor;
293
- origin: "auto" | Anchor | "overlap";
294
- transition: string | boolean | (vue.TransitionProps & {
328
+ $props: {
329
+ absolute?: boolean | undefined;
330
+ location?: Anchor | undefined;
331
+ origin?: "auto" | Anchor | "overlap" | undefined;
332
+ transition?: string | boolean | (vue.TransitionProps & {
295
333
  component?: Component | undefined;
296
- });
297
- zIndex: string | number;
298
- style: vue.StyleValue;
299
- eager: boolean;
300
- disabled: boolean;
301
- modelValue: boolean;
302
- activatorProps: Record<string, any>;
303
- openOnClick: boolean;
304
- openOnHover: boolean;
305
- openOnFocus: boolean;
306
- closeOnContentClick: boolean;
307
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
308
- updateLocation: (e: Event) => void;
309
- } | undefined);
310
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
311
- closeOnBack: boolean;
312
- contained: boolean;
313
- noClickAnimation: boolean;
314
- persistent: boolean;
315
- scrim: string | boolean;
316
- _disableGlobalStack: boolean;
317
- }> & Omit<{
318
- absolute: boolean;
319
- location: Anchor;
320
- origin: "auto" | Anchor | "overlap";
321
- transition: string | boolean | (vue.TransitionProps & {
322
- component?: Component | undefined;
323
- });
324
- zIndex: string | number;
325
- style: vue.StyleValue;
326
- eager: boolean;
327
- disabled: boolean;
328
- modelValue: boolean;
329
- activatorProps: Record<string, any>;
330
- openOnHover: boolean;
331
- closeOnContentClick: boolean;
332
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
334
+ }) | undefined;
335
+ zIndex?: string | number | undefined;
336
+ style?: vue.StyleValue | undefined;
337
+ eager?: boolean | undefined;
338
+ disabled?: boolean | undefined;
339
+ modelValue?: boolean | undefined;
340
+ activatorProps?: Record<string, any> | undefined;
341
+ openOnClick?: boolean | undefined;
342
+ openOnHover?: boolean | undefined;
343
+ openOnFocus?: boolean | undefined;
344
+ closeOnContentClick?: boolean | undefined;
345
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
333
346
  updateLocation: (e: Event) => void;
334
- } | undefined);
335
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
336
- closeOnBack: boolean;
337
- contained: boolean;
338
- noClickAnimation: boolean;
339
- persistent: boolean;
340
- scrim: string | boolean;
341
- _disableGlobalStack: boolean;
342
- } & {
347
+ } | undefined) | undefined;
348
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
349
+ closeOnBack?: boolean | undefined;
350
+ contained?: boolean | undefined;
351
+ noClickAnimation?: boolean | undefined;
352
+ persistent?: boolean | undefined;
353
+ scrim?: string | boolean | undefined;
354
+ _disableGlobalStack?: boolean | undefined;
343
355
  offset?: string | number | number[] | undefined;
356
+ key?: string | number | symbol | undefined;
344
357
  height?: string | number | undefined;
345
358
  width?: string | number | undefined;
346
359
  maxHeight?: string | number | undefined;
@@ -348,16 +361,7 @@ declare const VMenu: {
348
361
  minHeight?: string | number | undefined;
349
362
  minWidth?: string | number | undefined;
350
363
  class?: any;
351
- theme?: string | undefined;
352
- contentClass?: any;
353
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
354
- closeDelay?: string | number | undefined;
355
- openDelay?: string | number | undefined;
356
- openOnClick?: boolean | undefined;
357
- openOnFocus?: boolean | undefined;
358
- contentProps?: any;
359
- attach?: string | boolean | Element | undefined;
360
- } & {
364
+ onAfterLeave?: (() => any) | undefined;
361
365
  $children?: vue.VNodeChild | {
362
366
  default?: ((args_0: {
363
367
  isActive: vue.Ref<boolean>;
@@ -369,6 +373,13 @@ declare const VMenu: {
369
373
  } | ((args_0: {
370
374
  isActive: vue.Ref<boolean>;
371
375
  }) => vue.VNodeChild);
376
+ ref?: vue.VNodeRef | undefined;
377
+ ref_for?: boolean | undefined;
378
+ ref_key?: string | undefined;
379
+ theme?: string | undefined;
380
+ "v-slot:default"?: false | ((args_0: {
381
+ isActive: vue.Ref<boolean>;
382
+ }) => vue.VNodeChild) | undefined;
372
383
  'v-slots'?: {
373
384
  default?: false | ((args_0: {
374
385
  isActive: vue.Ref<boolean>;
@@ -378,19 +389,66 @@ declare const VMenu: {
378
389
  props: Record<string, any>;
379
390
  }) => vue.VNodeChild) | undefined;
380
391
  } | undefined;
381
- } & {
382
- "v-slot:default"?: false | ((args_0: {
383
- isActive: vue.Ref<boolean>;
384
- }) => vue.VNodeChild) | undefined;
392
+ contentClass?: any;
393
+ $slots?: {
394
+ default?: ((args_0: {
395
+ isActive: vue.Ref<boolean>;
396
+ }) => vue.VNodeChild) | undefined;
397
+ activator?: ((args_0: {
398
+ isActive: boolean;
399
+ props: Record<string, any>;
400
+ }) => vue.VNodeChild) | undefined;
401
+ } | undefined;
402
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
403
+ [key: string]: any;
404
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
405
+ [key: string]: any;
406
+ }>) => void)[] | undefined;
407
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
408
+ [key: string]: any;
409
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
410
+ [key: string]: any;
411
+ }>) => void)[] | undefined;
412
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
413
+ [key: string]: any;
414
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
415
+ [key: string]: any;
416
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
417
+ [key: string]: any;
418
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
419
+ [key: string]: any;
420
+ }>) => void)[] | undefined;
421
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
422
+ [key: string]: any;
423
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
424
+ [key: string]: any;
425
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
426
+ [key: string]: any;
427
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
428
+ [key: string]: any;
429
+ }>) => void)[] | undefined;
430
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
431
+ [key: string]: any;
432
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
433
+ [key: string]: any;
434
+ }>) => void)[] | undefined;
435
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
436
+ [key: string]: any;
437
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
438
+ [key: string]: any;
439
+ }>) => void)[] | undefined;
440
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
441
+ activator?: string | Element | vue.ComponentPublicInstance | undefined;
385
442
  "v-slot:activator"?: false | ((args_0: {
386
443
  isActive: boolean;
387
444
  props: Record<string, any>;
388
445
  }) => vue.VNodeChild) | undefined;
389
- } & {
390
- onAfterLeave?: (() => any) | undefined;
391
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
446
+ closeDelay?: string | number | undefined;
447
+ openDelay?: string | number | undefined;
448
+ contentProps?: any;
449
+ attach?: string | boolean | Element | undefined;
392
450
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
393
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
451
+ };
394
452
  $attrs: {
395
453
  [x: string]: unknown;
396
454
  };
@@ -398,10 +456,20 @@ declare const VMenu: {
398
456
  [x: string]: unknown;
399
457
  };
400
458
  $slots: Readonly<{
401
- [name: string]: vue.Slot | undefined;
459
+ default?: ((args_0: {
460
+ isActive: vue.Ref<boolean>;
461
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
462
+ [key: string]: any;
463
+ }>[]) | undefined;
464
+ activator?: ((args_0: {
465
+ isActive: boolean;
466
+ props: Record<string, any>;
467
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
468
+ [key: string]: any;
469
+ }>[]) | undefined;
402
470
  }>;
403
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
404
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
471
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
472
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
405
473
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
406
474
  $el: any;
407
475
  $options: vue.ComponentOptionsBase<{
@@ -476,6 +544,16 @@ declare const VMenu: {
476
544
  isActive: boolean;
477
545
  props: Record<string, any>;
478
546
  }) => vue.VNodeChild) | undefined;
547
+ } & {
548
+ $slots?: {
549
+ default?: ((args_0: {
550
+ isActive: vue.Ref<boolean>;
551
+ }) => vue.VNodeChild) | undefined;
552
+ activator?: ((args_0: {
553
+ isActive: boolean;
554
+ props: Record<string, any>;
555
+ }) => vue.VNodeChild) | undefined;
556
+ } | undefined;
479
557
  } & {
480
558
  onAfterLeave?: (() => any) | undefined;
481
559
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -518,7 +596,19 @@ declare const VMenu: {
518
596
  persistent: boolean;
519
597
  scrim: string | boolean;
520
598
  _disableGlobalStack: boolean;
521
- }, {}, string> & {
599
+ }, {}, string, vue.SlotsType<Partial<{
600
+ default: (args_0: {
601
+ isActive: vue.Ref<boolean>;
602
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
603
+ [key: string]: any;
604
+ }>[];
605
+ activator: (args_0: {
606
+ isActive: boolean;
607
+ props: Record<string, any>;
608
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
609
+ [key: string]: any;
610
+ }>[];
611
+ }>>> & {
522
612
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
523
613
  created?: ((() => void) | (() => void)[]) | undefined;
524
614
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -533,7 +623,7 @@ declare const VMenu: {
533
623
  unmounted?: ((() => void) | (() => void)[]) | undefined;
534
624
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
535
625
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
536
- 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;
626
+ 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;
537
627
  };
538
628
  $forceUpdate: () => void;
539
629
  $nextTick: typeof vue.nextTick;
@@ -610,6 +700,16 @@ declare const VMenu: {
610
700
  isActive: boolean;
611
701
  props: Record<string, any>;
612
702
  }) => vue.VNodeChild) | undefined;
703
+ } & {
704
+ $slots?: {
705
+ default?: ((args_0: {
706
+ isActive: vue.Ref<boolean>;
707
+ }) => vue.VNodeChild) | undefined;
708
+ activator?: ((args_0: {
709
+ isActive: boolean;
710
+ props: Record<string, any>;
711
+ }) => vue.VNodeChild) | undefined;
712
+ } | undefined;
613
713
  } & {
614
714
  onAfterLeave?: (() => any) | undefined;
615
715
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -621,7 +721,7 @@ declare const VMenu: {
621
721
  globalTop: Readonly<vue.Ref<boolean>>;
622
722
  localTop: vue.ComputedRef<boolean>;
623
723
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
624
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
724
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
625
725
  'update:modelValue': (value: boolean) => boolean;
626
726
  }, string, {
627
727
  location: Anchor;
@@ -652,7 +752,19 @@ declare const VMenu: {
652
752
  noClickAnimation: boolean;
653
753
  persistent: boolean;
654
754
  scrim: NonNullable<string | boolean>;
655
- }, {}, string> & {
755
+ }, {}, string, vue.SlotsType<Partial<{
756
+ default: (args_0: {
757
+ isActive: vue.Ref<boolean>;
758
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
759
+ [key: string]: any;
760
+ }>[];
761
+ activator: (args_0: {
762
+ isActive: boolean;
763
+ props: Record<string, any>;
764
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
765
+ [key: string]: any;
766
+ }>[];
767
+ }>>> & {
656
768
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
657
769
  created?: ((() => void) | (() => void)[]) | undefined;
658
770
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -667,7 +779,7 @@ declare const VMenu: {
667
779
  unmounted?: ((() => void) | (() => void)[]) | undefined;
668
780
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
669
781
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
670
- 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;
782
+ 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;
671
783
  };
672
784
  $forceUpdate: () => void;
673
785
  $nextTick: typeof vue.nextTick;
@@ -745,6 +857,16 @@ declare const VMenu: {
745
857
  isActive: boolean;
746
858
  props: Record<string, any>;
747
859
  }) => vue.VNodeChild) | undefined;
860
+ } & {
861
+ $slots?: {
862
+ default?: ((args_0: {
863
+ isActive: vue.Ref<boolean>;
864
+ }) => vue.VNodeChild) | undefined;
865
+ activator?: ((args_0: {
866
+ isActive: boolean;
867
+ props: Record<string, any>;
868
+ }) => vue.VNodeChild) | undefined;
869
+ } | undefined;
748
870
  } & {
749
871
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
750
872
  } & vue.ShallowUnwrapRef<{
@@ -753,60 +875,35 @@ declare const VMenu: {
753
875
  } & Omit<Omit<{
754
876
  $: vue.ComponentInternalInstance;
755
877
  $data: {};
756
- $props: Partial<{
757
- absolute: boolean;
758
- location: Anchor;
759
- origin: "auto" | Anchor | "overlap";
760
- transition: string | boolean | (vue.TransitionProps & {
878
+ $props: {
879
+ absolute?: boolean | undefined;
880
+ location?: Anchor | undefined;
881
+ origin?: "auto" | Anchor | "overlap" | undefined;
882
+ transition?: string | boolean | (vue.TransitionProps & {
761
883
  component?: Component | undefined;
762
- });
763
- zIndex: string | number;
764
- style: vue.StyleValue;
765
- eager: boolean;
766
- disabled: boolean;
767
- modelValue: boolean;
768
- activatorProps: Record<string, any>;
769
- openOnClick: boolean;
770
- openOnHover: boolean;
771
- openOnFocus: boolean;
772
- closeOnContentClick: boolean;
773
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
774
- updateLocation: (e: Event) => void;
775
- } | undefined);
776
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
777
- closeOnBack: boolean;
778
- contained: boolean;
779
- noClickAnimation: boolean;
780
- persistent: boolean;
781
- scrim: string | boolean;
782
- _disableGlobalStack: boolean;
783
- }> & Omit<{
784
- absolute: boolean;
785
- location: Anchor;
786
- origin: "auto" | Anchor | "overlap";
787
- transition: string | boolean | (vue.TransitionProps & {
788
- component?: Component | undefined;
789
- });
790
- zIndex: string | number;
791
- style: vue.StyleValue;
792
- eager: boolean;
793
- disabled: boolean;
794
- modelValue: boolean;
795
- activatorProps: Record<string, any>;
796
- openOnHover: boolean;
797
- closeOnContentClick: boolean;
798
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
884
+ }) | undefined;
885
+ zIndex?: string | number | undefined;
886
+ style?: vue.StyleValue | undefined;
887
+ eager?: boolean | undefined;
888
+ disabled?: boolean | undefined;
889
+ modelValue?: boolean | undefined;
890
+ activatorProps?: Record<string, any> | undefined;
891
+ openOnClick?: boolean | undefined;
892
+ openOnHover?: boolean | undefined;
893
+ openOnFocus?: boolean | undefined;
894
+ closeOnContentClick?: boolean | undefined;
895
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
799
896
  updateLocation: (e: Event) => void;
800
- } | undefined);
801
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
802
- closeOnBack: boolean;
803
- contained: boolean;
804
- noClickAnimation: boolean;
805
- persistent: boolean;
806
- scrim: string | boolean;
807
- _disableGlobalStack: boolean;
808
- } & {
897
+ } | undefined) | undefined;
898
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
899
+ closeOnBack?: boolean | undefined;
900
+ contained?: boolean | undefined;
901
+ noClickAnimation?: boolean | undefined;
902
+ persistent?: boolean | undefined;
903
+ scrim?: string | boolean | undefined;
904
+ _disableGlobalStack?: boolean | undefined;
809
905
  offset?: string | number | number[] | undefined;
906
+ key?: string | number | symbol | undefined;
810
907
  height?: string | number | undefined;
811
908
  width?: string | number | undefined;
812
909
  maxHeight?: string | number | undefined;
@@ -814,16 +911,7 @@ declare const VMenu: {
814
911
  minHeight?: string | number | undefined;
815
912
  minWidth?: string | number | undefined;
816
913
  class?: any;
817
- theme?: string | undefined;
818
- contentClass?: any;
819
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
820
- closeDelay?: string | number | undefined;
821
- openDelay?: string | number | undefined;
822
- openOnClick?: boolean | undefined;
823
- openOnFocus?: boolean | undefined;
824
- contentProps?: any;
825
- attach?: string | boolean | Element | undefined;
826
- } & {
914
+ onAfterLeave?: (() => any) | undefined;
827
915
  $children?: vue.VNodeChild | {
828
916
  default?: ((args_0: {
829
917
  isActive: vue.Ref<boolean>;
@@ -835,6 +923,13 @@ declare const VMenu: {
835
923
  } | ((args_0: {
836
924
  isActive: vue.Ref<boolean>;
837
925
  }) => vue.VNodeChild);
926
+ ref?: vue.VNodeRef | undefined;
927
+ ref_for?: boolean | undefined;
928
+ ref_key?: string | undefined;
929
+ theme?: string | undefined;
930
+ "v-slot:default"?: false | ((args_0: {
931
+ isActive: vue.Ref<boolean>;
932
+ }) => vue.VNodeChild) | undefined;
838
933
  'v-slots'?: {
839
934
  default?: false | ((args_0: {
840
935
  isActive: vue.Ref<boolean>;
@@ -844,19 +939,66 @@ declare const VMenu: {
844
939
  props: Record<string, any>;
845
940
  }) => vue.VNodeChild) | undefined;
846
941
  } | undefined;
847
- } & {
848
- "v-slot:default"?: false | ((args_0: {
849
- isActive: vue.Ref<boolean>;
850
- }) => vue.VNodeChild) | undefined;
942
+ contentClass?: any;
943
+ $slots?: {
944
+ default?: ((args_0: {
945
+ isActive: vue.Ref<boolean>;
946
+ }) => vue.VNodeChild) | undefined;
947
+ activator?: ((args_0: {
948
+ isActive: boolean;
949
+ props: Record<string, any>;
950
+ }) => vue.VNodeChild) | undefined;
951
+ } | undefined;
952
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
953
+ [key: string]: any;
954
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
955
+ [key: string]: any;
956
+ }>) => void)[] | undefined;
957
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
958
+ [key: string]: any;
959
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
960
+ [key: string]: any;
961
+ }>) => void)[] | undefined;
962
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
963
+ [key: string]: any;
964
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
965
+ [key: string]: any;
966
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
967
+ [key: string]: any;
968
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
969
+ [key: string]: any;
970
+ }>) => void)[] | undefined;
971
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
972
+ [key: string]: any;
973
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
974
+ [key: string]: any;
975
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
976
+ [key: string]: any;
977
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
978
+ [key: string]: any;
979
+ }>) => void)[] | undefined;
980
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
981
+ [key: string]: any;
982
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
983
+ [key: string]: any;
984
+ }>) => void)[] | undefined;
985
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
986
+ [key: string]: any;
987
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
988
+ [key: string]: any;
989
+ }>) => void)[] | undefined;
990
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
991
+ activator?: string | Element | vue.ComponentPublicInstance | undefined;
851
992
  "v-slot:activator"?: false | ((args_0: {
852
993
  isActive: boolean;
853
994
  props: Record<string, any>;
854
995
  }) => vue.VNodeChild) | undefined;
855
- } & {
856
- onAfterLeave?: (() => any) | undefined;
857
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
996
+ closeDelay?: string | number | undefined;
997
+ openDelay?: string | number | undefined;
998
+ contentProps?: any;
999
+ attach?: string | boolean | Element | undefined;
858
1000
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
859
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1001
+ };
860
1002
  $attrs: {
861
1003
  [x: string]: unknown;
862
1004
  };
@@ -864,10 +1006,20 @@ declare const VMenu: {
864
1006
  [x: string]: unknown;
865
1007
  };
866
1008
  $slots: Readonly<{
867
- [name: string]: vue.Slot | undefined;
1009
+ default?: ((args_0: {
1010
+ isActive: vue.Ref<boolean>;
1011
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1012
+ [key: string]: any;
1013
+ }>[]) | undefined;
1014
+ activator?: ((args_0: {
1015
+ isActive: boolean;
1016
+ props: Record<string, any>;
1017
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1018
+ [key: string]: any;
1019
+ }>[]) | undefined;
868
1020
  }>;
869
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
870
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1021
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1022
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
871
1023
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
872
1024
  $el: any;
873
1025
  $options: vue.ComponentOptionsBase<{
@@ -942,6 +1094,16 @@ declare const VMenu: {
942
1094
  isActive: boolean;
943
1095
  props: Record<string, any>;
944
1096
  }) => vue.VNodeChild) | undefined;
1097
+ } & {
1098
+ $slots?: {
1099
+ default?: ((args_0: {
1100
+ isActive: vue.Ref<boolean>;
1101
+ }) => vue.VNodeChild) | undefined;
1102
+ activator?: ((args_0: {
1103
+ isActive: boolean;
1104
+ props: Record<string, any>;
1105
+ }) => vue.VNodeChild) | undefined;
1106
+ } | undefined;
945
1107
  } & {
946
1108
  onAfterLeave?: (() => any) | undefined;
947
1109
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -984,7 +1146,19 @@ declare const VMenu: {
984
1146
  persistent: boolean;
985
1147
  scrim: string | boolean;
986
1148
  _disableGlobalStack: boolean;
987
- }, {}, string> & {
1149
+ }, {}, string, vue.SlotsType<Partial<{
1150
+ default: (args_0: {
1151
+ isActive: vue.Ref<boolean>;
1152
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1153
+ [key: string]: any;
1154
+ }>[];
1155
+ activator: (args_0: {
1156
+ isActive: boolean;
1157
+ props: Record<string, any>;
1158
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1159
+ [key: string]: any;
1160
+ }>[];
1161
+ }>>> & {
988
1162
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
989
1163
  created?: ((() => void) | (() => void)[]) | undefined;
990
1164
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -999,7 +1173,7 @@ declare const VMenu: {
999
1173
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1000
1174
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1001
1175
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1002
- 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;
1176
+ 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;
1003
1177
  };
1004
1178
  $forceUpdate: () => void;
1005
1179
  $nextTick: typeof vue.nextTick;
@@ -1076,6 +1250,16 @@ declare const VMenu: {
1076
1250
  isActive: boolean;
1077
1251
  props: Record<string, any>;
1078
1252
  }) => vue.VNodeChild) | undefined;
1253
+ } & {
1254
+ $slots?: {
1255
+ default?: ((args_0: {
1256
+ isActive: vue.Ref<boolean>;
1257
+ }) => vue.VNodeChild) | undefined;
1258
+ activator?: ((args_0: {
1259
+ isActive: boolean;
1260
+ props: Record<string, any>;
1261
+ }) => vue.VNodeChild) | undefined;
1262
+ } | undefined;
1079
1263
  } & {
1080
1264
  onAfterLeave?: (() => any) | undefined;
1081
1265
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1087,7 +1271,7 @@ declare const VMenu: {
1087
1271
  globalTop: Readonly<vue.Ref<boolean>>;
1088
1272
  localTop: vue.ComputedRef<boolean>;
1089
1273
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1090
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1274
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1091
1275
  __isFragment?: undefined;
1092
1276
  __isTeleport?: undefined;
1093
1277
  __isSuspense?: undefined;
@@ -1164,6 +1348,16 @@ declare const VMenu: {
1164
1348
  isActive: boolean;
1165
1349
  props: Record<string, any>;
1166
1350
  }) => vue.VNodeChild) | undefined;
1351
+ } & {
1352
+ $slots?: {
1353
+ default?: ((args_0: {
1354
+ isActive: vue.Ref<boolean>;
1355
+ }) => vue.VNodeChild) | undefined;
1356
+ activator?: ((args_0: {
1357
+ isActive: boolean;
1358
+ props: Record<string, any>;
1359
+ }) => vue.VNodeChild) | undefined;
1360
+ } | undefined;
1167
1361
  } & {
1168
1362
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1169
1363
  }, {
@@ -1172,60 +1366,35 @@ declare const VMenu: {
1172
1366
  } & Omit<Omit<{
1173
1367
  $: vue.ComponentInternalInstance;
1174
1368
  $data: {};
1175
- $props: Partial<{
1176
- absolute: boolean;
1177
- location: Anchor;
1178
- origin: "auto" | Anchor | "overlap";
1179
- transition: string | boolean | (vue.TransitionProps & {
1180
- component?: Component | undefined;
1181
- });
1182
- zIndex: string | number;
1183
- style: vue.StyleValue;
1184
- eager: boolean;
1185
- disabled: boolean;
1186
- modelValue: boolean;
1187
- activatorProps: Record<string, any>;
1188
- openOnClick: boolean;
1189
- openOnHover: boolean;
1190
- openOnFocus: boolean;
1191
- closeOnContentClick: boolean;
1192
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1193
- updateLocation: (e: Event) => void;
1194
- } | undefined);
1195
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1196
- closeOnBack: boolean;
1197
- contained: boolean;
1198
- noClickAnimation: boolean;
1199
- persistent: boolean;
1200
- scrim: string | boolean;
1201
- _disableGlobalStack: boolean;
1202
- }> & Omit<{
1203
- absolute: boolean;
1204
- location: Anchor;
1205
- origin: "auto" | Anchor | "overlap";
1206
- transition: string | boolean | (vue.TransitionProps & {
1369
+ $props: {
1370
+ absolute?: boolean | undefined;
1371
+ location?: Anchor | undefined;
1372
+ origin?: "auto" | Anchor | "overlap" | undefined;
1373
+ transition?: string | boolean | (vue.TransitionProps & {
1207
1374
  component?: Component | undefined;
1208
- });
1209
- zIndex: string | number;
1210
- style: vue.StyleValue;
1211
- eager: boolean;
1212
- disabled: boolean;
1213
- modelValue: boolean;
1214
- activatorProps: Record<string, any>;
1215
- openOnHover: boolean;
1216
- closeOnContentClick: boolean;
1217
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1375
+ }) | undefined;
1376
+ zIndex?: string | number | undefined;
1377
+ style?: vue.StyleValue | undefined;
1378
+ eager?: boolean | undefined;
1379
+ disabled?: boolean | undefined;
1380
+ modelValue?: boolean | undefined;
1381
+ activatorProps?: Record<string, any> | undefined;
1382
+ openOnClick?: boolean | undefined;
1383
+ openOnHover?: boolean | undefined;
1384
+ openOnFocus?: boolean | undefined;
1385
+ closeOnContentClick?: boolean | undefined;
1386
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1218
1387
  updateLocation: (e: Event) => void;
1219
- } | undefined);
1220
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1221
- closeOnBack: boolean;
1222
- contained: boolean;
1223
- noClickAnimation: boolean;
1224
- persistent: boolean;
1225
- scrim: string | boolean;
1226
- _disableGlobalStack: boolean;
1227
- } & {
1388
+ } | undefined) | undefined;
1389
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
1390
+ closeOnBack?: boolean | undefined;
1391
+ contained?: boolean | undefined;
1392
+ noClickAnimation?: boolean | undefined;
1393
+ persistent?: boolean | undefined;
1394
+ scrim?: string | boolean | undefined;
1395
+ _disableGlobalStack?: boolean | undefined;
1228
1396
  offset?: string | number | number[] | undefined;
1397
+ key?: string | number | symbol | undefined;
1229
1398
  height?: string | number | undefined;
1230
1399
  width?: string | number | undefined;
1231
1400
  maxHeight?: string | number | undefined;
@@ -1233,16 +1402,7 @@ declare const VMenu: {
1233
1402
  minHeight?: string | number | undefined;
1234
1403
  minWidth?: string | number | undefined;
1235
1404
  class?: any;
1236
- theme?: string | undefined;
1237
- contentClass?: any;
1238
- activator?: string | Element | vue.ComponentPublicInstance | undefined;
1239
- closeDelay?: string | number | undefined;
1240
- openDelay?: string | number | undefined;
1241
- openOnClick?: boolean | undefined;
1242
- openOnFocus?: boolean | undefined;
1243
- contentProps?: any;
1244
- attach?: string | boolean | Element | undefined;
1245
- } & {
1405
+ onAfterLeave?: (() => any) | undefined;
1246
1406
  $children?: vue.VNodeChild | {
1247
1407
  default?: ((args_0: {
1248
1408
  isActive: vue.Ref<boolean>;
@@ -1254,6 +1414,13 @@ declare const VMenu: {
1254
1414
  } | ((args_0: {
1255
1415
  isActive: vue.Ref<boolean>;
1256
1416
  }) => vue.VNodeChild);
1417
+ ref?: vue.VNodeRef | undefined;
1418
+ ref_for?: boolean | undefined;
1419
+ ref_key?: string | undefined;
1420
+ theme?: string | undefined;
1421
+ "v-slot:default"?: false | ((args_0: {
1422
+ isActive: vue.Ref<boolean>;
1423
+ }) => vue.VNodeChild) | undefined;
1257
1424
  'v-slots'?: {
1258
1425
  default?: false | ((args_0: {
1259
1426
  isActive: vue.Ref<boolean>;
@@ -1263,19 +1430,66 @@ declare const VMenu: {
1263
1430
  props: Record<string, any>;
1264
1431
  }) => vue.VNodeChild) | undefined;
1265
1432
  } | undefined;
1266
- } & {
1267
- "v-slot:default"?: false | ((args_0: {
1268
- isActive: vue.Ref<boolean>;
1269
- }) => vue.VNodeChild) | undefined;
1433
+ contentClass?: any;
1434
+ $slots?: {
1435
+ default?: ((args_0: {
1436
+ isActive: vue.Ref<boolean>;
1437
+ }) => vue.VNodeChild) | undefined;
1438
+ activator?: ((args_0: {
1439
+ isActive: boolean;
1440
+ props: Record<string, any>;
1441
+ }) => vue.VNodeChild) | undefined;
1442
+ } | undefined;
1443
+ onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1444
+ [key: string]: any;
1445
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1446
+ [key: string]: any;
1447
+ }>) => void)[] | undefined;
1448
+ onVnodeMounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1449
+ [key: string]: any;
1450
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1451
+ [key: string]: any;
1452
+ }>) => void)[] | undefined;
1453
+ onVnodeBeforeUpdate?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1454
+ [key: string]: any;
1455
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1456
+ [key: string]: any;
1457
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1458
+ [key: string]: any;
1459
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1460
+ [key: string]: any;
1461
+ }>) => void)[] | undefined;
1462
+ onVnodeUpdated?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1463
+ [key: string]: any;
1464
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1465
+ [key: string]: any;
1466
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1467
+ [key: string]: any;
1468
+ }>, oldVNode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1469
+ [key: string]: any;
1470
+ }>) => void)[] | undefined;
1471
+ onVnodeBeforeUnmount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1472
+ [key: string]: any;
1473
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1474
+ [key: string]: any;
1475
+ }>) => void)[] | undefined;
1476
+ onVnodeUnmounted?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1477
+ [key: string]: any;
1478
+ }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1479
+ [key: string]: any;
1480
+ }>) => void)[] | undefined;
1481
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1482
+ activator?: string | Element | vue.ComponentPublicInstance | undefined;
1270
1483
  "v-slot:activator"?: false | ((args_0: {
1271
1484
  isActive: boolean;
1272
1485
  props: Record<string, any>;
1273
1486
  }) => vue.VNodeChild) | undefined;
1274
- } & {
1275
- onAfterLeave?: (() => any) | undefined;
1276
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1487
+ closeDelay?: string | number | undefined;
1488
+ openDelay?: string | number | undefined;
1489
+ contentProps?: any;
1490
+ attach?: string | boolean | Element | undefined;
1277
1491
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1278
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1492
+ };
1279
1493
  $attrs: {
1280
1494
  [x: string]: unknown;
1281
1495
  };
@@ -1283,10 +1497,20 @@ declare const VMenu: {
1283
1497
  [x: string]: unknown;
1284
1498
  };
1285
1499
  $slots: Readonly<{
1286
- [name: string]: vue.Slot | undefined;
1500
+ default?: ((args_0: {
1501
+ isActive: vue.Ref<boolean>;
1502
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1503
+ [key: string]: any;
1504
+ }>[]) | undefined;
1505
+ activator?: ((args_0: {
1506
+ isActive: boolean;
1507
+ props: Record<string, any>;
1508
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1509
+ [key: string]: any;
1510
+ }>[]) | undefined;
1287
1511
  }>;
1288
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1289
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1512
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1513
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1290
1514
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1291
1515
  $el: any;
1292
1516
  $options: vue.ComponentOptionsBase<{
@@ -1361,6 +1585,16 @@ declare const VMenu: {
1361
1585
  isActive: boolean;
1362
1586
  props: Record<string, any>;
1363
1587
  }) => vue.VNodeChild) | undefined;
1588
+ } & {
1589
+ $slots?: {
1590
+ default?: ((args_0: {
1591
+ isActive: vue.Ref<boolean>;
1592
+ }) => vue.VNodeChild) | undefined;
1593
+ activator?: ((args_0: {
1594
+ isActive: boolean;
1595
+ props: Record<string, any>;
1596
+ }) => vue.VNodeChild) | undefined;
1597
+ } | undefined;
1364
1598
  } & {
1365
1599
  onAfterLeave?: (() => any) | undefined;
1366
1600
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1403,7 +1637,19 @@ declare const VMenu: {
1403
1637
  persistent: boolean;
1404
1638
  scrim: string | boolean;
1405
1639
  _disableGlobalStack: boolean;
1406
- }, {}, string> & {
1640
+ }, {}, string, vue.SlotsType<Partial<{
1641
+ default: (args_0: {
1642
+ isActive: vue.Ref<boolean>;
1643
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1644
+ [key: string]: any;
1645
+ }>[];
1646
+ activator: (args_0: {
1647
+ isActive: boolean;
1648
+ props: Record<string, any>;
1649
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1650
+ [key: string]: any;
1651
+ }>[];
1652
+ }>>> & {
1407
1653
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1408
1654
  created?: ((() => void) | (() => void)[]) | undefined;
1409
1655
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1418,7 +1664,7 @@ declare const VMenu: {
1418
1664
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1419
1665
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1420
1666
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1421
- 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;
1667
+ 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;
1422
1668
  };
1423
1669
  $forceUpdate: () => void;
1424
1670
  $nextTick: typeof vue.nextTick;
@@ -1495,6 +1741,16 @@ declare const VMenu: {
1495
1741
  isActive: boolean;
1496
1742
  props: Record<string, any>;
1497
1743
  }) => vue.VNodeChild) | undefined;
1744
+ } & {
1745
+ $slots?: {
1746
+ default?: ((args_0: {
1747
+ isActive: vue.Ref<boolean>;
1748
+ }) => vue.VNodeChild) | undefined;
1749
+ activator?: ((args_0: {
1750
+ isActive: boolean;
1751
+ props: Record<string, any>;
1752
+ }) => vue.VNodeChild) | undefined;
1753
+ } | undefined;
1498
1754
  } & {
1499
1755
  onAfterLeave?: (() => any) | undefined;
1500
1756
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1506,7 +1762,7 @@ declare const VMenu: {
1506
1762
  globalTop: Readonly<vue.Ref<boolean>>;
1507
1763
  localTop: vue.ComputedRef<boolean>;
1508
1764
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1509
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "v-slot:default" | "v-slots" | "contentClass" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1765
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1510
1766
  'update:modelValue': (value: boolean) => boolean;
1511
1767
  }, string, {
1512
1768
  location: Anchor;
@@ -1537,7 +1793,19 @@ declare const VMenu: {
1537
1793
  noClickAnimation: boolean;
1538
1794
  persistent: boolean;
1539
1795
  scrim: NonNullable<string | boolean>;
1540
- }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1796
+ }, {}, string, vue.SlotsType<Partial<{
1797
+ default: (args_0: {
1798
+ isActive: vue.Ref<boolean>;
1799
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1800
+ [key: string]: any;
1801
+ }>[];
1802
+ activator: (args_0: {
1803
+ isActive: boolean;
1804
+ props: Record<string, any>;
1805
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1806
+ [key: string]: any;
1807
+ }>[];
1808
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1541
1809
  offset: vue.PropType<string | number | number[] | undefined>;
1542
1810
  location: {
1543
1811
  type: vue.PropType<Anchor>;