vuetify 3.1.4 → 3.1.6

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 (474) hide show
  1. package/dist/json/attributes.json +2734 -2738
  2. package/dist/json/importMap.json +32 -32
  3. package/dist/json/tags.json +0 -1
  4. package/dist/json/web-types.json +9073 -6416
  5. package/dist/vuetify-labs.css +3119 -6004
  6. package/dist/vuetify-labs.d.ts +12865 -20825
  7. package/dist/vuetify-labs.esm.js +1674 -1914
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +1673 -1913
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +54 -2948
  12. package/dist/vuetify.d.ts +12215 -20183
  13. package/dist/vuetify.esm.js +1495 -1736
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1494 -1735
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +1134 -1353
  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/VColorPicker.mjs +9 -1
  103. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  104. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  105. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +40 -27
  106. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  107. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  108. package/lib/components/VColorPicker/VColorPickerEdit.mjs +16 -20
  109. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  110. package/lib/components/VColorPicker/VColorPickerPreview.mjs +43 -46
  111. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  112. package/lib/components/VColorPicker/index.d.ts +1 -1
  113. package/lib/components/VColorPicker/util/index.mjs +3 -7
  114. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  115. package/lib/components/VCombobox/VCombobox.mjs +104 -113
  116. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  117. package/lib/components/VCombobox/index.d.ts +496 -638
  118. package/lib/components/VCounter/VCounter.mjs +2 -2
  119. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  120. package/lib/components/VCounter/index.d.ts +139 -197
  121. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -9
  122. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  123. package/lib/components/VDefaultsProvider/index.d.ts +33 -14
  124. package/lib/components/VDialog/VDialog.mjs +6 -9
  125. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  126. package/lib/components/VDialog/index.d.ts +430 -1610
  127. package/lib/components/VDivider/VDivider.mjs +2 -2
  128. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  129. package/lib/components/VDivider/index.d.ts +35 -15
  130. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +4 -5
  131. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  132. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +11 -14
  133. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  134. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +19 -22
  135. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  136. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +2 -2
  137. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  138. package/lib/components/VExpansionPanel/index.d.ts +180 -158
  139. package/lib/components/VField/VField.mjs +3 -6
  140. package/lib/components/VField/VField.mjs.map +1 -1
  141. package/lib/components/VField/VFieldLabel.mjs +2 -2
  142. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  143. package/lib/components/VField/index.d.ts +46 -34
  144. package/lib/components/VFileInput/VFileInput.mjs +16 -18
  145. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  146. package/lib/components/VFileInput/index.d.ts +330 -355
  147. package/lib/components/VFooter/VFooter.mjs +2 -2
  148. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  149. package/lib/components/VFooter/index.d.ts +46 -66
  150. package/lib/components/VForm/VForm.mjs +10 -14
  151. package/lib/components/VForm/VForm.mjs.map +1 -1
  152. package/lib/components/VForm/index.d.ts +29 -23
  153. package/lib/components/VGrid/VCol.mjs +5 -8
  154. package/lib/components/VGrid/VCol.mjs.map +1 -1
  155. package/lib/components/VGrid/VContainer.mjs +2 -2
  156. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  157. package/lib/components/VGrid/VGrid.css +0 -125
  158. package/lib/components/VGrid/VRow.mjs +5 -8
  159. package/lib/components/VGrid/VRow.mjs.map +1 -1
  160. package/lib/components/VGrid/index.d.ts +112 -121
  161. package/lib/components/VHover/VHover.mjs +9 -12
  162. package/lib/components/VHover/VHover.mjs.map +1 -1
  163. package/lib/components/VHover/index.d.ts +53 -15
  164. package/lib/components/VIcon/VIcon.mjs +22 -26
  165. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  166. package/lib/components/VIcon/index.d.ts +68 -56
  167. package/lib/components/VImg/VImg.mjs +7 -11
  168. package/lib/components/VImg/VImg.mjs.map +1 -1
  169. package/lib/components/VImg/index.d.ts +67 -58
  170. package/lib/components/VInput/VInput.mjs +5 -6
  171. package/lib/components/VInput/VInput.mjs.map +1 -1
  172. package/lib/components/VInput/index.d.ts +94 -283
  173. package/lib/components/VItemGroup/VItem.mjs +8 -11
  174. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  175. package/lib/components/VItemGroup/VItemGroup.mjs +13 -16
  176. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  177. package/lib/components/VItemGroup/index.d.ts +76 -149
  178. package/lib/components/VKbd/index.d.ts +21 -9
  179. package/lib/components/VLabel/VLabel.mjs +7 -10
  180. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  181. package/lib/components/VLabel/index.d.ts +29 -9
  182. package/lib/components/VLayout/VLayout.mjs +9 -12
  183. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  184. package/lib/components/VLayout/VLayoutItem.mjs +6 -9
  185. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  186. package/lib/components/VLayout/index.d.ts +60 -43
  187. package/lib/components/VLazy/VLazy.mjs +12 -15
  188. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  189. package/lib/components/VLazy/index.d.ts +48 -71
  190. package/lib/components/VList/VList.mjs +4 -8
  191. package/lib/components/VList/VList.mjs.map +1 -1
  192. package/lib/components/VList/VListChildren.mjs +59 -77
  193. package/lib/components/VList/VListChildren.mjs.map +1 -1
  194. package/lib/components/VList/VListGroup.mjs +33 -39
  195. package/lib/components/VList/VListGroup.mjs.map +1 -1
  196. package/lib/components/VList/VListItem.css +2 -2
  197. package/lib/components/VList/VListItem.mjs +10 -18
  198. package/lib/components/VList/VListItem.mjs.map +1 -1
  199. package/lib/components/VList/VListItem.sass +0 -2
  200. package/lib/components/VList/VListItemAction.mjs +2 -2
  201. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  202. package/lib/components/VList/VListItemMedia.mjs +2 -2
  203. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  204. package/lib/components/VList/VListSubheader.mjs +3 -4
  205. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  206. package/lib/components/VList/index.d.ts +418 -686
  207. package/lib/components/VList/list.mjs +1 -1
  208. package/lib/components/VList/list.mjs.map +1 -1
  209. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +5 -8
  210. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  211. package/lib/components/VLocaleProvider/index.d.ts +28 -16
  212. package/lib/components/VMain/VMain.mjs +12 -15
  213. package/lib/components/VMain/VMain.mjs.map +1 -1
  214. package/lib/components/VMain/index.d.ts +23 -17
  215. package/lib/components/VMenu/VMenu.mjs +10 -10
  216. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  217. package/lib/components/VMenu/index.d.ts +428 -1641
  218. package/lib/components/VMessages/VMessages.mjs +2 -2
  219. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  220. package/lib/components/VMessages/index.d.ts +144 -204
  221. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +6 -7
  222. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  223. package/lib/components/VNavigationDrawer/index.d.ts +92 -124
  224. package/lib/components/VNoSsr/VNoSsr.mjs +1 -4
  225. package/lib/components/VNoSsr/VNoSsr.mjs.map +1 -1
  226. package/lib/components/VNoSsr/index.d.ts +20 -4
  227. package/lib/components/VOtpInput/VOtpInput.mjs +5 -6
  228. package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
  229. package/lib/components/VOverlay/VOverlay.mjs +44 -47
  230. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  231. package/lib/components/VOverlay/index.d.ts +150 -468
  232. package/lib/components/VOverlay/locationStrategies.mjs +3 -6
  233. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  234. package/lib/components/VOverlay/scrollStrategies.mjs +8 -13
  235. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  236. package/lib/components/VOverlay/useActivator.mjs +4 -7
  237. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  238. package/lib/components/VPagination/VPagination.mjs +4 -5
  239. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  240. package/lib/components/VPagination/index.d.ts +107 -207
  241. package/lib/components/VParallax/VParallax.mjs +12 -15
  242. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  243. package/lib/components/VParallax/index.d.ts +39 -9
  244. package/lib/components/VProgressCircular/VProgressCircular.mjs +2 -2
  245. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  246. package/lib/components/VProgressCircular/index.d.ts +41 -58
  247. package/lib/components/VProgressLinear/VProgressLinear.mjs +2 -2
  248. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  249. package/lib/components/VProgressLinear/index.d.ts +91 -95
  250. package/lib/components/VRadio/VRadio.mjs +2 -2
  251. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  252. package/lib/components/VRadio/index.d.ts +108 -85
  253. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  254. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  255. package/lib/components/VRadioGroup/index.d.ts +164 -147
  256. package/lib/components/VRangeSlider/VRangeSlider.mjs +21 -31
  257. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  258. package/lib/components/VRangeSlider/index.d.ts +154 -210
  259. package/lib/components/VRating/VRating.mjs +28 -34
  260. package/lib/components/VRating/VRating.mjs.map +1 -1
  261. package/lib/components/VRating/index.d.ts +77 -311
  262. package/lib/components/VResponsive/VResponsive.mjs +11 -14
  263. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  264. package/lib/components/VResponsive/index.d.ts +44 -20
  265. package/lib/components/VSelect/VSelect.mjs +100 -102
  266. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  267. package/lib/components/VSelect/index.d.ts +729 -673
  268. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -4
  269. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  270. package/lib/components/VSelectionControl/index.d.ts +31 -19
  271. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +8 -11
  272. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  273. package/lib/components/VSelectionControlGroup/index.d.ts +58 -70
  274. package/lib/components/VSheet/VSheet.mjs +23 -13
  275. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  276. package/lib/components/VSheet/index.d.ts +52 -56
  277. package/lib/components/VSlideGroup/VSlideGroup.mjs +51 -60
  278. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  279. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +6 -9
  280. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  281. package/lib/components/VSlideGroup/index.d.ts +144 -366
  282. package/lib/components/VSlider/VSlider.mjs +8 -14
  283. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  284. package/lib/components/VSlider/VSliderThumb.css +0 -1
  285. package/lib/components/VSlider/VSliderThumb.mjs +4 -5
  286. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  287. package/lib/components/VSlider/VSliderTrack.mjs +4 -5
  288. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  289. package/lib/components/VSlider/index.d.ts +151 -207
  290. package/lib/components/VSlider/slider.mjs +3 -6
  291. package/lib/components/VSlider/slider.mjs.map +1 -1
  292. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  293. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  294. package/lib/components/VSnackbar/index.d.ts +358 -1519
  295. package/lib/components/VSwitch/VSwitch.mjs +3 -4
  296. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  297. package/lib/components/VSwitch/index.d.ts +180 -151
  298. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  299. package/lib/components/VSystemBar/VSystemBar.mjs +8 -4
  300. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  301. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  302. package/lib/components/VSystemBar/_variables.scss +4 -1
  303. package/lib/components/VSystemBar/index.d.ts +43 -51
  304. package/lib/components/VTable/VTable.mjs +19 -22
  305. package/lib/components/VTable/VTable.mjs.map +1 -1
  306. package/lib/components/VTable/index.d.ts +54 -30
  307. package/lib/components/VTabs/VTab.mjs +3 -4
  308. package/lib/components/VTabs/VTab.mjs.map +1 -1
  309. package/lib/components/VTabs/VTabs.mjs +2 -2
  310. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  311. package/lib/components/VTabs/index.d.ts +122 -150
  312. package/lib/components/VTextField/VTextField.mjs +16 -19
  313. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  314. package/lib/components/VTextField/index.d.ts +331 -1489
  315. package/lib/components/VTextarea/VTextarea.mjs +17 -19
  316. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  317. package/lib/components/VTextarea/index.d.ts +320 -334
  318. package/lib/components/VThemeProvider/VThemeProvider.mjs +4 -5
  319. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  320. package/lib/components/VThemeProvider/index.d.ts +27 -13
  321. package/lib/components/VTimeline/VTimeline.mjs +2 -2
  322. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  323. package/lib/components/VTimeline/VTimelineDivider.mjs +20 -23
  324. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  325. package/lib/components/VTimeline/VTimelineItem.mjs +33 -34
  326. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  327. package/lib/components/VTimeline/index.d.ts +123 -135
  328. package/lib/components/VToolbar/VToolbar.css +1 -0
  329. package/lib/components/VToolbar/VToolbar.mjs +7 -9
  330. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  331. package/lib/components/VToolbar/VToolbar.sass +1 -0
  332. package/lib/components/VToolbar/VToolbarItems.mjs +5 -8
  333. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  334. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -2
  335. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  336. package/lib/components/VToolbar/index.d.ts +146 -351
  337. package/lib/components/VTooltip/VTooltip.mjs +1 -2
  338. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  339. package/lib/components/VTooltip/index.d.ts +361 -1619
  340. package/lib/components/VValidation/VValidation.mjs +3 -6
  341. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  342. package/lib/components/VValidation/index.d.ts +48 -46
  343. package/lib/components/VWindow/VWindow.mjs +19 -22
  344. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  345. package/lib/components/VWindow/VWindowItem.mjs +10 -14
  346. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  347. package/lib/components/VWindow/index.d.ts +152 -284
  348. package/lib/components/index.d.ts +13684 -21652
  349. package/lib/components/transitions/createTransition.mjs +4 -4
  350. package/lib/components/transitions/createTransition.mjs.map +1 -1
  351. package/lib/components/transitions/dialog-transition.mjs +8 -8
  352. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  353. package/lib/components/transitions/index.d.ts +477 -342
  354. package/lib/composables/defaults.mjs +6 -4
  355. package/lib/composables/defaults.mjs.map +1 -1
  356. package/lib/composables/delay.mjs +1 -1
  357. package/lib/composables/delay.mjs.map +1 -1
  358. package/lib/composables/filter.mjs +11 -12
  359. package/lib/composables/filter.mjs.map +1 -1
  360. package/lib/composables/group.mjs +2 -2
  361. package/lib/composables/group.mjs.map +1 -1
  362. package/lib/composables/icons.mjs +4 -6
  363. package/lib/composables/icons.mjs.map +1 -1
  364. package/lib/composables/intersectionObserver.mjs +1 -1
  365. package/lib/composables/intersectionObserver.mjs.map +1 -1
  366. package/lib/composables/layout.mjs +2 -5
  367. package/lib/composables/layout.mjs.map +1 -1
  368. package/lib/composables/loader.mjs +2 -3
  369. package/lib/composables/loader.mjs.map +1 -1
  370. package/lib/composables/locale.mjs +2 -2
  371. package/lib/composables/locale.mjs.map +1 -1
  372. package/lib/composables/mutationObserver.mjs +8 -8
  373. package/lib/composables/mutationObserver.mjs.map +1 -1
  374. package/lib/composables/nested/nested.mjs +2 -2
  375. package/lib/composables/nested/nested.mjs.map +1 -1
  376. package/lib/composables/nested/selectStrategies.mjs +8 -2
  377. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  378. package/lib/composables/proxiedModel.mjs +8 -9
  379. package/lib/composables/proxiedModel.mjs.map +1 -1
  380. package/lib/composables/resizeObserver.mjs +1 -1
  381. package/lib/composables/resizeObserver.mjs.map +1 -1
  382. package/lib/composables/router.mjs +12 -21
  383. package/lib/composables/router.mjs.map +1 -1
  384. package/lib/composables/scroll.mjs +2 -4
  385. package/lib/composables/scroll.mjs.map +1 -1
  386. package/lib/composables/selectLink.mjs +1 -4
  387. package/lib/composables/selectLink.mjs.map +1 -1
  388. package/lib/composables/stack.mjs +6 -8
  389. package/lib/composables/stack.mjs.map +1 -1
  390. package/lib/composables/teleport.mjs +1 -1
  391. package/lib/composables/teleport.mjs.map +1 -1
  392. package/lib/composables/theme.mjs +23 -16
  393. package/lib/composables/theme.mjs.map +1 -1
  394. package/lib/composables/toggleScope.mjs +3 -6
  395. package/lib/composables/toggleScope.mjs.map +1 -1
  396. package/lib/composables/touch.mjs +1 -2
  397. package/lib/composables/touch.mjs.map +1 -1
  398. package/lib/composables/validation.mjs +7 -7
  399. package/lib/composables/validation.mjs.map +1 -1
  400. package/lib/directives/click-outside/index.mjs +2 -3
  401. package/lib/directives/click-outside/index.mjs.map +1 -1
  402. package/lib/directives/index.d.ts +1 -1
  403. package/lib/directives/intersect/index.mjs +2 -4
  404. package/lib/directives/intersect/index.mjs.map +1 -1
  405. package/lib/directives/mutate/index.mjs +7 -8
  406. package/lib/directives/mutate/index.mjs.map +1 -1
  407. package/lib/directives/resize/index.mjs +3 -5
  408. package/lib/directives/resize/index.mjs.map +1 -1
  409. package/lib/directives/ripple/index.mjs +8 -13
  410. package/lib/directives/ripple/index.mjs.map +1 -1
  411. package/lib/directives/scroll/index.mjs +1 -2
  412. package/lib/directives/scroll/index.mjs.map +1 -1
  413. package/lib/directives/touch/index.mjs +9 -14
  414. package/lib/directives/touch/index.mjs.map +1 -1
  415. package/lib/entry-bundler.mjs +1 -1
  416. package/lib/framework.mjs +2 -3
  417. package/lib/framework.mjs.map +1 -1
  418. package/lib/iconsets/fa-svg.d.ts +2 -2
  419. package/lib/iconsets/fa.d.ts +2 -2
  420. package/lib/iconsets/fa4.d.ts +2 -2
  421. package/lib/iconsets/md.d.ts +2 -2
  422. package/lib/iconsets/mdi-svg.d.ts +2 -2
  423. package/lib/iconsets/mdi.d.ts +2 -2
  424. package/lib/index.d.ts +18 -18
  425. package/lib/labs/VDataTable/VDataTable.mjs +11 -14
  426. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  427. package/lib/labs/VDataTable/VDataTableColumn.mjs +1 -2
  428. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  429. package/lib/labs/VDataTable/VDataTableFooter.css +9 -0
  430. package/lib/labs/VDataTable/VDataTableFooter.mjs +80 -45
  431. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  432. package/lib/labs/VDataTable/VDataTableFooter.sass +7 -0
  433. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +6 -8
  434. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  435. package/lib/labs/VDataTable/VDataTableHeaders.mjs +3 -4
  436. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  437. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -4
  438. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  439. package/lib/labs/VDataTable/VDataTableRows.mjs +45 -49
  440. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  441. package/lib/labs/VDataTable/VDataTableServer.mjs +17 -20
  442. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  443. package/lib/labs/VDataTable/VDataTableVirtual.mjs +2 -2
  444. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  445. package/lib/labs/VDataTable/composables/headers.mjs +3 -4
  446. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  447. package/lib/labs/VDataTable/composables/paginate.mjs +1 -6
  448. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  449. package/lib/labs/VDataTable/composables/sort.mjs +1 -1
  450. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  451. package/lib/labs/VDataTable/index.d.ts +583 -575
  452. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +14 -18
  453. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  454. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs +7 -13
  455. package/lib/labs/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  456. package/lib/labs/VVirtualScroll/index.d.ts +18 -18
  457. package/lib/labs/components.d.ts +601 -593
  458. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  459. package/lib/locale/adapters/vuetify.mjs +3 -3
  460. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  461. package/lib/styles/main.css +40 -2816
  462. package/lib/util/colorUtils.mjs +4 -5
  463. package/lib/util/colorUtils.mjs.map +1 -1
  464. package/lib/util/console.mjs +1 -1
  465. package/lib/util/console.mjs.map +1 -1
  466. package/lib/util/createSimpleFunctional.mjs +5 -8
  467. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  468. package/lib/util/defineComponent.mjs +6 -8
  469. package/lib/util/defineComponent.mjs.map +1 -1
  470. package/lib/util/getCurrentInstance.mjs +1 -1
  471. package/lib/util/getCurrentInstance.mjs.map +1 -1
  472. package/lib/util/helpers.mjs +2 -3
  473. package/lib/util/helpers.mjs.map +1 -1
  474. package/package.json +19 -20
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, EffectScope, VNodeChild } from 'vue';
2
+ import { Ref, EffectScope } from 'vue';
3
3
 
4
4
  interface ScrollStrategyData {
5
5
  root: Ref<HTMLElement | undefined>;
@@ -8,7 +8,7 @@ interface ScrollStrategyData {
8
8
  isActive: Ref<boolean>;
9
9
  updateLocation: Ref<((e: Event) => void) | undefined>;
10
10
  }
11
- declare type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
11
+ type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
12
12
  declare const scrollStrategies: {
13
13
  none: null;
14
14
  close: typeof closeScrollStrategy;
@@ -42,24 +42,9 @@ declare class Box {
42
42
 
43
43
  declare const block: readonly ["top", "bottom"];
44
44
  declare const inline: readonly ["start", "end", "left", "right"];
45
- declare type Tblock = typeof block[number];
46
- declare type Tinline = typeof inline[number];
47
- declare type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
48
-
49
- declare type SlotsToProps<T extends Record<string, any>> = T extends Record<string, Slot> ? ({
50
- $children?: (VNodeChild | (keyof T extends 'default' ? T['default'] : {}) | {
51
- [K in keyof T]?: T[K];
52
- });
53
- 'v-slots'?: {
54
- [K in keyof T]?: T[K] | false;
55
- };
56
- } & {
57
- [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
58
- }) : T extends Record<string, any[]> ? SlotsToProps<MakeSlots<T>> : never;
59
- declare type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
60
- declare type MakeSlots<T extends Record<string, any[]>> = {
61
- [K in keyof T]?: Slot<T[K]>;
62
- };
45
+ type Tblock = typeof block[number];
46
+ type Tinline = typeof inline[number];
47
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
63
48
 
64
49
  interface LocationStrategyData {
65
50
  contentEl: Ref<HTMLElement | undefined>;
@@ -67,7 +52,7 @@ interface LocationStrategyData {
67
52
  isActive: Ref<boolean>;
68
53
  isRtl: Ref<boolean>;
69
54
  }
70
- declare type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
55
+ type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
71
56
  updateLocation: (e: Event) => void;
72
57
  };
73
58
  declare const locationStrategies: {
@@ -95,1354 +80,100 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
95
80
  } | undefined;
96
81
  };
97
82
 
98
- declare type OverlaySlots = MakeSlots<{
99
- default: [{
100
- isActive: Ref<boolean>;
101
- }];
102
- activator: [{
103
- isActive: boolean;
104
- props: Record<string, any>;
105
- }];
106
- }>;
107
-
108
- declare const VMenu: {
109
- new (...args: any[]): {
110
- $: vue.ComponentInternalInstance;
111
- $data: {};
112
- $props: Partial<{
113
- location: Anchor;
114
- origin: "auto" | Anchor | "overlap";
115
- transition: string | boolean | (vue.TransitionProps & {
116
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
117
- }) | {
118
- component: vue.DefineComponent<{
119
- target: vue.PropType<HTMLElement>;
120
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
121
- target: vue.PropType<HTMLElement>;
122
- }>>, {}>;
123
- };
124
- zIndex: string | number;
125
- eager: boolean;
126
- disabled: boolean;
127
- modelValue: boolean;
128
- closeDelay: string | number;
129
- openDelay: string | number;
130
- activatorProps: Record<string, any>;
131
- openOnClick: boolean;
132
- openOnHover: boolean;
133
- openOnFocus: boolean;
134
- closeOnContentClick: boolean;
135
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
136
- updateLocation: (e: Event) => void;
137
- } | undefined);
138
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
139
- closeOnBack: boolean;
140
- contained: boolean;
141
- noClickAnimation: boolean;
142
- persistent: boolean;
143
- scrim: string | boolean;
144
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
145
- offset: vue.PropType<string | number | number[] | undefined>;
146
- location: {
147
- type: vue.PropType<Anchor>;
148
- default: string;
149
- };
150
- origin: {
151
- type: vue.PropType<"auto" | Anchor | "overlap">;
152
- default: string;
153
- };
154
- height: (StringConstructor | NumberConstructor)[];
155
- width: (StringConstructor | NumberConstructor)[];
156
- maxHeight: (StringConstructor | NumberConstructor)[];
157
- maxWidth: (StringConstructor | NumberConstructor)[];
158
- minHeight: (StringConstructor | NumberConstructor)[];
159
- minWidth: (StringConstructor | NumberConstructor)[];
160
- transition: Omit<{
161
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
162
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
163
- })>;
164
- default: string;
165
- validator: (val: unknown) => boolean;
166
- }, "type" | "default"> & {
167
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
168
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
169
- }) | {
170
- component: vue.DefineComponent<{
171
- target: vue.PropType<HTMLElement>;
172
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
173
- target: vue.PropType<HTMLElement>;
174
- }>>, {}>;
175
- }>;
176
- default: string | boolean | (vue.TransitionProps & {
177
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
178
- }) | {
179
- component: vue.DefineComponent<{
180
- target: vue.PropType<HTMLElement>;
181
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
182
- target: vue.PropType<HTMLElement>;
183
- }>>, {}>;
184
- };
185
- };
186
- zIndex: {
187
- type: (StringConstructor | NumberConstructor)[];
188
- default: number;
189
- };
190
- eager: BooleanConstructor;
191
- disabled: BooleanConstructor;
192
- theme: StringConstructor;
193
- contentClass: null;
194
- modelValue: BooleanConstructor;
195
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
196
- closeDelay: {
197
- type: vue.PropType<string | number>;
198
- default: string | number;
199
- };
200
- openDelay: {
201
- type: vue.PropType<string | number>;
202
- default: string | number;
203
- };
204
- activatorProps: {
205
- type: vue.PropType<Record<string, any>>;
206
- default: () => {};
207
- };
208
- openOnClick: {
209
- type: BooleanConstructor;
210
- default: undefined;
211
- };
212
- openOnHover: BooleanConstructor;
213
- openOnFocus: {
214
- type: BooleanConstructor;
215
- default: undefined;
216
- };
217
- closeOnContentClick: {
218
- type: vue.PropType<boolean>;
219
- default: boolean;
220
- };
221
- locationStrategy: Omit<{
222
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
223
- updateLocation: (e: Event) => void;
224
- } | undefined)>;
225
- default: string;
226
- validator: (val: any) => boolean;
227
- }, "type" | "default"> & {
228
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
229
- updateLocation: (e: Event) => void;
230
- } | undefined)>;
231
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
232
- updateLocation: (e: Event) => void;
233
- } | undefined);
234
- };
235
- scrollStrategy: Omit<{
236
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
237
- default: string;
238
- validator: (val: any) => boolean;
239
- }, "type" | "default"> & {
240
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
241
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
242
- };
243
- closeOnBack: {
244
- type: BooleanConstructor;
245
- default: boolean;
246
- };
247
- contained: BooleanConstructor;
248
- contentProps: null;
249
- noClickAnimation: BooleanConstructor;
250
- persistent: BooleanConstructor;
251
- scrim: Omit<{
252
- type: (StringConstructor | BooleanConstructor)[];
253
- default: boolean;
254
- }, "type" | "default"> & {
255
- type: vue.PropType<string | boolean>;
256
- default: string | boolean;
257
- };
258
- attach: vue.PropType<string | boolean | Element>;
259
- id: StringConstructor;
260
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
261
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
262
- } & 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">;
263
- $attrs: {
264
- [x: string]: unknown;
265
- };
266
- $refs: {
267
- [x: string]: unknown;
268
- };
269
- $slots: Readonly<{
270
- [name: string]: vue.Slot | undefined;
271
- }>;
272
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
273
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
274
- $emit: (event: "update:modelValue", value: boolean) => void;
275
- $el: any;
276
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
277
- offset: vue.PropType<string | number | number[] | undefined>;
278
- location: {
279
- type: vue.PropType<Anchor>;
280
- default: string;
281
- };
282
- origin: {
283
- type: vue.PropType<"auto" | Anchor | "overlap">;
284
- default: string;
285
- };
286
- height: (StringConstructor | NumberConstructor)[];
287
- width: (StringConstructor | NumberConstructor)[];
288
- maxHeight: (StringConstructor | NumberConstructor)[];
289
- maxWidth: (StringConstructor | NumberConstructor)[];
290
- minHeight: (StringConstructor | NumberConstructor)[];
291
- minWidth: (StringConstructor | NumberConstructor)[];
292
- transition: Omit<{
293
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
294
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
295
- })>;
296
- default: string;
297
- validator: (val: unknown) => boolean;
298
- }, "type" | "default"> & {
299
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
300
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
301
- }) | {
302
- component: vue.DefineComponent<{
303
- target: vue.PropType<HTMLElement>;
304
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
305
- target: vue.PropType<HTMLElement>;
306
- }>>, {}>;
307
- }>;
308
- default: string | boolean | (vue.TransitionProps & {
309
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
310
- }) | {
311
- component: vue.DefineComponent<{
312
- target: vue.PropType<HTMLElement>;
313
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
314
- target: vue.PropType<HTMLElement>;
315
- }>>, {}>;
316
- };
317
- };
318
- zIndex: {
319
- type: (StringConstructor | NumberConstructor)[];
320
- default: number;
321
- };
322
- eager: BooleanConstructor;
323
- disabled: BooleanConstructor;
324
- theme: StringConstructor;
325
- contentClass: null;
326
- modelValue: BooleanConstructor;
327
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
328
- closeDelay: {
329
- type: vue.PropType<string | number>;
330
- default: string | number;
331
- };
332
- openDelay: {
333
- type: vue.PropType<string | number>;
334
- default: string | number;
335
- };
336
- activatorProps: {
337
- type: vue.PropType<Record<string, any>>;
338
- default: () => {};
339
- };
340
- openOnClick: {
341
- type: BooleanConstructor;
342
- default: undefined;
343
- };
344
- openOnHover: BooleanConstructor;
345
- openOnFocus: {
346
- type: BooleanConstructor;
347
- default: undefined;
348
- };
349
- closeOnContentClick: {
350
- type: vue.PropType<boolean>;
351
- default: boolean;
352
- };
353
- locationStrategy: Omit<{
354
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
355
- updateLocation: (e: Event) => void;
356
- } | undefined)>;
357
- default: string;
358
- validator: (val: any) => boolean;
359
- }, "type" | "default"> & {
360
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
361
- updateLocation: (e: Event) => void;
362
- } | undefined)>;
363
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
364
- updateLocation: (e: Event) => void;
365
- } | undefined);
366
- };
367
- scrollStrategy: Omit<{
368
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
369
- default: string;
370
- validator: (val: any) => boolean;
371
- }, "type" | "default"> & {
372
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
373
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
374
- };
375
- closeOnBack: {
376
- type: BooleanConstructor;
377
- default: boolean;
378
- };
379
- contained: BooleanConstructor;
380
- contentProps: null;
381
- noClickAnimation: BooleanConstructor;
382
- persistent: BooleanConstructor;
383
- scrim: Omit<{
384
- type: (StringConstructor | BooleanConstructor)[];
385
- default: boolean;
386
- }, "type" | "default"> & {
387
- type: vue.PropType<string | boolean>;
388
- default: string | boolean;
389
- };
390
- attach: vue.PropType<string | boolean | Element>;
391
- id: StringConstructor;
392
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
393
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
394
- }, {
395
- id: vue.ComputedRef<string>;
396
- } & Omit<Omit<{
397
- $: vue.ComponentInternalInstance;
398
- $data: {};
399
- $props: Partial<{
400
- absolute: boolean;
401
- location: Anchor;
402
- origin: "auto" | Anchor | "overlap";
403
- transition: string | boolean | (vue.TransitionProps & {
404
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
405
- });
406
- zIndex: string | number;
407
- eager: boolean;
408
- disabled: boolean;
409
- modelValue: boolean;
410
- activatorProps: Record<string, any>;
411
- openOnClick: boolean;
412
- openOnHover: boolean;
413
- openOnFocus: boolean;
414
- closeOnContentClick: boolean;
415
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
416
- updateLocation: (e: Event) => void;
417
- } | undefined);
418
- scrollStrategy: "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: string | boolean;
424
- _disableGlobalStack: boolean;
425
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
426
- transition: {
427
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
428
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
429
- })>;
430
- default: string;
431
- validator: (val: unknown) => boolean;
432
- };
433
- theme: StringConstructor;
434
- scrollStrategy: {
435
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
436
- default: string;
437
- validator: (val: any) => boolean;
438
- };
439
- locationStrategy: {
440
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
441
- updateLocation: (e: Event) => void;
442
- } | undefined)>;
443
- default: string;
444
- validator: (val: any) => boolean;
445
- };
446
- location: {
447
- type: vue.PropType<Anchor>;
448
- default: string;
449
- };
450
- origin: {
451
- type: vue.PropType<"auto" | Anchor | "overlap">;
452
- default: string;
453
- };
454
- offset: vue.PropType<string | number | number[] | undefined>;
455
- eager: BooleanConstructor;
456
- height: (StringConstructor | NumberConstructor)[];
457
- maxHeight: (StringConstructor | NumberConstructor)[];
458
- maxWidth: (StringConstructor | NumberConstructor)[];
459
- minHeight: (StringConstructor | NumberConstructor)[];
460
- minWidth: (StringConstructor | NumberConstructor)[];
461
- width: (StringConstructor | NumberConstructor)[];
462
- closeDelay: (StringConstructor | NumberConstructor)[];
463
- openDelay: (StringConstructor | NumberConstructor)[];
464
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
465
- activatorProps: {
466
- type: vue.PropType<Record<string, any>>;
467
- default: () => {};
468
- };
469
- openOnClick: {
470
- type: BooleanConstructor;
471
- default: undefined;
472
- };
473
- openOnHover: BooleanConstructor;
474
- openOnFocus: {
475
- type: BooleanConstructor;
476
- default: undefined;
477
- };
478
- closeOnContentClick: BooleanConstructor;
479
- absolute: BooleanConstructor;
480
- attach: vue.PropType<string | boolean | Element>;
481
- closeOnBack: {
482
- type: BooleanConstructor;
483
- default: boolean;
484
- };
485
- contained: BooleanConstructor;
486
- contentClass: null;
487
- contentProps: null;
488
- disabled: BooleanConstructor;
489
- noClickAnimation: BooleanConstructor;
490
- modelValue: BooleanConstructor;
491
- persistent: BooleanConstructor;
492
- scrim: {
493
- type: (StringConstructor | BooleanConstructor)[];
494
- default: boolean;
495
- };
496
- zIndex: {
497
- type: (StringConstructor | NumberConstructor)[];
498
- default: number;
499
- };
500
- _disableGlobalStack: BooleanConstructor;
501
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
502
- onAfterLeave?: (() => any) | undefined;
503
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
504
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
505
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
506
- $attrs: {
507
- [x: string]: unknown;
508
- };
509
- $refs: {
510
- [x: string]: unknown;
511
- };
512
- $slots: Readonly<{
513
- [name: string]: vue.Slot | undefined;
514
- }>;
515
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
516
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
517
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
518
- $el: any;
519
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
520
- transition: {
521
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
522
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
523
- })>;
524
- default: string;
525
- validator: (val: unknown) => boolean;
526
- };
527
- theme: StringConstructor;
528
- scrollStrategy: {
529
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
530
- default: string;
531
- validator: (val: any) => boolean;
532
- };
533
- locationStrategy: {
534
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
535
- updateLocation: (e: Event) => void;
536
- } | undefined)>;
537
- default: string;
538
- validator: (val: any) => boolean;
539
- };
540
- location: {
541
- type: vue.PropType<Anchor>;
542
- default: string;
543
- };
544
- origin: {
545
- type: vue.PropType<"auto" | Anchor | "overlap">;
546
- default: string;
547
- };
548
- offset: vue.PropType<string | number | number[] | undefined>;
549
- eager: BooleanConstructor;
550
- height: (StringConstructor | NumberConstructor)[];
551
- maxHeight: (StringConstructor | NumberConstructor)[];
552
- maxWidth: (StringConstructor | NumberConstructor)[];
553
- minHeight: (StringConstructor | NumberConstructor)[];
554
- minWidth: (StringConstructor | NumberConstructor)[];
555
- width: (StringConstructor | NumberConstructor)[];
556
- closeDelay: (StringConstructor | NumberConstructor)[];
557
- openDelay: (StringConstructor | NumberConstructor)[];
558
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
559
- activatorProps: {
560
- type: vue.PropType<Record<string, any>>;
561
- default: () => {};
562
- };
563
- openOnClick: {
564
- type: BooleanConstructor;
565
- default: undefined;
566
- };
567
- openOnHover: BooleanConstructor;
568
- openOnFocus: {
569
- type: BooleanConstructor;
570
- default: undefined;
571
- };
572
- closeOnContentClick: BooleanConstructor;
573
- absolute: BooleanConstructor;
574
- attach: vue.PropType<string | boolean | Element>;
575
- closeOnBack: {
576
- type: BooleanConstructor;
577
- default: boolean;
578
- };
579
- contained: BooleanConstructor;
580
- contentClass: null;
581
- contentProps: null;
582
- disabled: BooleanConstructor;
583
- noClickAnimation: BooleanConstructor;
584
- modelValue: BooleanConstructor;
585
- persistent: BooleanConstructor;
586
- scrim: {
587
- type: (StringConstructor | BooleanConstructor)[];
588
- default: boolean;
589
- };
590
- zIndex: {
591
- type: (StringConstructor | NumberConstructor)[];
592
- default: number;
593
- };
594
- _disableGlobalStack: BooleanConstructor;
595
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
596
- onAfterLeave?: (() => any) | undefined;
597
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
598
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
599
- }, {
600
- activatorEl: vue.Ref<HTMLElement | undefined>;
601
- animateClick: () => void;
602
- contentEl: vue.Ref<HTMLElement | undefined>;
603
- globalTop: Readonly<vue.Ref<boolean>>;
604
- localTop: vue.ComputedRef<boolean>;
605
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
606
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
607
- 'click:outside': (e: MouseEvent) => boolean;
608
- 'update:modelValue': (value: boolean) => boolean;
609
- afterLeave: () => boolean;
610
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
611
- absolute: boolean;
612
- location: Anchor;
613
- origin: "auto" | Anchor | "overlap";
614
- transition: string | boolean | (vue.TransitionProps & {
615
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
616
- });
617
- zIndex: string | number;
618
- eager: boolean;
619
- disabled: boolean;
620
- modelValue: boolean;
621
- activatorProps: Record<string, any>;
622
- openOnClick: boolean;
623
- openOnHover: boolean;
624
- openOnFocus: boolean;
625
- closeOnContentClick: boolean;
626
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
627
- updateLocation: (e: Event) => void;
628
- } | undefined);
629
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
630
- closeOnBack: boolean;
631
- contained: boolean;
632
- noClickAnimation: boolean;
633
- persistent: boolean;
634
- scrim: string | boolean;
635
- _disableGlobalStack: boolean;
636
- }> & {
637
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
638
- created?: ((() => void) | (() => void)[]) | undefined;
639
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
640
- mounted?: ((() => void) | (() => void)[]) | undefined;
641
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
642
- updated?: ((() => void) | (() => void)[]) | undefined;
643
- activated?: ((() => void) | (() => void)[]) | undefined;
644
- deactivated?: ((() => void) | (() => void)[]) | undefined;
645
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
646
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
647
- destroyed?: ((() => void) | (() => void)[]) | undefined;
648
- unmounted?: ((() => void) | (() => void)[]) | undefined;
649
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
650
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
651
- 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;
652
- };
653
- $forceUpdate: () => void;
654
- $nextTick: typeof vue.nextTick;
655
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
656
- } & Readonly<vue.ExtractPropTypes<Omit<{
657
- transition: {
658
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
659
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
660
- })>;
661
- default: string;
662
- validator: (val: unknown) => boolean;
663
- };
664
- theme: StringConstructor;
665
- scrollStrategy: {
666
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
667
- default: string;
668
- validator: (val: any) => boolean;
669
- };
670
- locationStrategy: {
671
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
672
- updateLocation: (e: Event) => void;
673
- } | undefined)>;
674
- default: string;
675
- validator: (val: any) => boolean;
676
- };
677
- location: {
678
- type: vue.PropType<Anchor>;
679
- default: string;
680
- };
681
- origin: {
682
- type: vue.PropType<"auto" | Anchor | "overlap">;
683
- default: string;
684
- };
685
- offset: vue.PropType<string | number | number[] | undefined>;
686
- eager: BooleanConstructor;
687
- height: (StringConstructor | NumberConstructor)[];
688
- maxHeight: (StringConstructor | NumberConstructor)[];
689
- maxWidth: (StringConstructor | NumberConstructor)[];
690
- minHeight: (StringConstructor | NumberConstructor)[];
691
- minWidth: (StringConstructor | NumberConstructor)[];
692
- width: (StringConstructor | NumberConstructor)[];
693
- closeDelay: (StringConstructor | NumberConstructor)[];
694
- openDelay: (StringConstructor | NumberConstructor)[];
695
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
696
- activatorProps: {
697
- type: vue.PropType<Record<string, any>>;
698
- default: () => {};
699
- };
700
- openOnClick: {
701
- type: BooleanConstructor;
702
- default: undefined;
703
- };
704
- openOnHover: BooleanConstructor;
705
- openOnFocus: {
706
- type: BooleanConstructor;
707
- default: undefined;
708
- };
709
- closeOnContentClick: BooleanConstructor;
710
- absolute: BooleanConstructor;
711
- attach: vue.PropType<string | boolean | Element>;
712
- closeOnBack: {
713
- type: BooleanConstructor;
714
- default: boolean;
715
- };
716
- contained: BooleanConstructor;
717
- contentClass: null;
718
- contentProps: null;
719
- disabled: BooleanConstructor;
720
- noClickAnimation: BooleanConstructor;
721
- modelValue: BooleanConstructor;
722
- persistent: BooleanConstructor;
723
- scrim: {
724
- type: (StringConstructor | BooleanConstructor)[];
725
- default: boolean;
726
- };
727
- zIndex: {
728
- type: (StringConstructor | NumberConstructor)[];
729
- default: number;
730
- };
731
- _disableGlobalStack: BooleanConstructor;
732
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
733
- onAfterLeave?: (() => any) | undefined;
734
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
735
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
736
- } & vue.ShallowUnwrapRef<{
737
- activatorEl: vue.Ref<HTMLElement | undefined>;
738
- animateClick: () => void;
739
- contentEl: vue.Ref<HTMLElement | undefined>;
740
- globalTop: Readonly<vue.Ref<boolean>>;
741
- localTop: vue.ComputedRef<boolean>;
742
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
743
- }> & {} & vue.ComponentCustomProperties & {
744
- $props: {
745
- $children?: {} | vue.VNodeChild | {
746
- default?: ((args_0: {
747
- isActive: vue.Ref<boolean>;
748
- }) => vue.VNodeChild) | undefined;
749
- activator?: ((args_0: {
750
- isActive: boolean;
751
- props: Record<string, any>;
752
- }) => vue.VNodeChild) | undefined;
753
- };
754
- 'v-slots'?: {
755
- default?: false | ((args_0: {
756
- isActive: vue.Ref<boolean>;
757
- }) => vue.VNodeChild) | undefined;
758
- activator?: false | ((args_0: {
759
- isActive: boolean;
760
- props: Record<string, any>;
761
- }) => vue.VNodeChild) | undefined;
762
- } | undefined;
763
- } & {
764
- "v-slot:default"?: false | ((args_0: {
765
- isActive: vue.Ref<boolean>;
766
- }) => vue.VNodeChild) | undefined;
767
- "v-slot:activator"?: false | ((args_0: {
768
- isActive: boolean;
769
- props: Record<string, any>;
770
- }) => vue.VNodeChild) | undefined;
771
- };
772
- }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
773
- 'update:modelValue': (value: boolean) => boolean;
774
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
775
- location: Anchor;
776
- origin: "auto" | Anchor | "overlap";
777
- transition: string | boolean | (vue.TransitionProps & {
778
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
779
- }) | {
780
- component: vue.DefineComponent<{
781
- target: vue.PropType<HTMLElement>;
782
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
783
- target: vue.PropType<HTMLElement>;
784
- }>>, {}>;
785
- };
786
- zIndex: string | number;
787
- eager: boolean;
788
- disabled: boolean;
789
- modelValue: boolean;
790
- closeDelay: string | number;
791
- openDelay: string | number;
792
- activatorProps: Record<string, any>;
793
- openOnClick: boolean;
794
- openOnHover: boolean;
795
- openOnFocus: boolean;
796
- closeOnContentClick: boolean;
797
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
798
- updateLocation: (e: Event) => void;
799
- } | undefined);
800
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
801
- closeOnBack: boolean;
802
- contained: boolean;
803
- noClickAnimation: boolean;
804
- persistent: boolean;
805
- scrim: string | boolean;
806
- }> & {
807
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
808
- created?: ((() => void) | (() => void)[]) | undefined;
809
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
810
- mounted?: ((() => void) | (() => void)[]) | undefined;
811
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
812
- updated?: ((() => void) | (() => void)[]) | undefined;
813
- activated?: ((() => void) | (() => void)[]) | undefined;
814
- deactivated?: ((() => void) | (() => void)[]) | undefined;
815
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
816
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
817
- destroyed?: ((() => void) | (() => void)[]) | undefined;
818
- unmounted?: ((() => void) | (() => void)[]) | undefined;
819
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
820
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
821
- 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;
822
- };
823
- $forceUpdate: () => void;
824
- $nextTick: typeof vue.nextTick;
825
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
826
- } & Readonly<vue.ExtractPropTypes<Omit<{
827
- offset: vue.PropType<string | number | number[] | undefined>;
828
- location: {
829
- type: vue.PropType<Anchor>;
830
- default: string;
831
- };
832
- origin: {
833
- type: vue.PropType<"auto" | Anchor | "overlap">;
834
- default: string;
835
- };
836
- height: (StringConstructor | NumberConstructor)[];
837
- width: (StringConstructor | NumberConstructor)[];
838
- maxHeight: (StringConstructor | NumberConstructor)[];
839
- maxWidth: (StringConstructor | NumberConstructor)[];
840
- minHeight: (StringConstructor | NumberConstructor)[];
841
- minWidth: (StringConstructor | NumberConstructor)[];
842
- transition: Omit<{
843
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
844
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
845
- })>;
846
- default: string;
847
- validator: (val: unknown) => boolean;
848
- }, "type" | "default"> & {
849
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
850
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
851
- }) | {
852
- component: vue.DefineComponent<{
853
- target: vue.PropType<HTMLElement>;
854
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
855
- target: vue.PropType<HTMLElement>;
856
- }>>, {}>;
857
- }>;
858
- default: string | boolean | (vue.TransitionProps & {
859
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
860
- }) | {
861
- component: vue.DefineComponent<{
862
- target: vue.PropType<HTMLElement>;
863
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
864
- target: vue.PropType<HTMLElement>;
865
- }>>, {}>;
866
- };
867
- };
868
- zIndex: {
869
- type: (StringConstructor | NumberConstructor)[];
870
- default: number;
871
- };
872
- eager: BooleanConstructor;
873
- disabled: BooleanConstructor;
874
- theme: StringConstructor;
875
- contentClass: null;
876
- modelValue: BooleanConstructor;
877
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
878
- closeDelay: {
879
- type: vue.PropType<string | number>;
880
- default: string | number;
881
- };
882
- openDelay: {
883
- type: vue.PropType<string | number>;
884
- default: string | number;
885
- };
886
- activatorProps: {
887
- type: vue.PropType<Record<string, any>>;
888
- default: () => {};
889
- };
890
- openOnClick: {
891
- type: BooleanConstructor;
892
- default: undefined;
893
- };
894
- openOnHover: BooleanConstructor;
895
- openOnFocus: {
896
- type: BooleanConstructor;
897
- default: undefined;
898
- };
899
- closeOnContentClick: {
900
- type: vue.PropType<boolean>;
901
- default: boolean;
902
- };
903
- locationStrategy: Omit<{
904
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
905
- updateLocation: (e: Event) => void;
906
- } | undefined)>;
907
- default: string;
908
- validator: (val: any) => boolean;
909
- }, "type" | "default"> & {
910
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
911
- updateLocation: (e: Event) => void;
912
- } | undefined)>;
913
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
914
- updateLocation: (e: Event) => void;
915
- } | undefined);
916
- };
917
- scrollStrategy: Omit<{
918
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
919
- default: string;
920
- validator: (val: any) => boolean;
921
- }, "type" | "default"> & {
922
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
923
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
924
- };
925
- closeOnBack: {
926
- type: BooleanConstructor;
927
- default: boolean;
928
- };
929
- contained: BooleanConstructor;
930
- contentProps: null;
931
- noClickAnimation: BooleanConstructor;
932
- persistent: BooleanConstructor;
933
- scrim: Omit<{
934
- type: (StringConstructor | BooleanConstructor)[];
935
- default: boolean;
936
- }, "type" | "default"> & {
937
- type: vue.PropType<string | boolean>;
938
- default: string | boolean;
939
- };
940
- attach: vue.PropType<string | boolean | Element>;
941
- id: StringConstructor;
942
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
943
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
944
- } & vue.ShallowUnwrapRef<{
945
- id: vue.ComputedRef<string>;
946
- } & Omit<Omit<{
947
- $: vue.ComponentInternalInstance;
948
- $data: {};
949
- $props: Partial<{
950
- absolute: boolean;
951
- location: Anchor;
952
- origin: "auto" | Anchor | "overlap";
953
- transition: string | boolean | (vue.TransitionProps & {
954
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
955
- });
956
- zIndex: string | number;
957
- eager: boolean;
958
- disabled: boolean;
959
- modelValue: boolean;
960
- activatorProps: Record<string, any>;
961
- openOnClick: boolean;
962
- openOnHover: boolean;
963
- openOnFocus: boolean;
964
- closeOnContentClick: boolean;
965
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
966
- updateLocation: (e: Event) => void;
967
- } | undefined);
968
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
969
- closeOnBack: boolean;
970
- contained: boolean;
971
- noClickAnimation: boolean;
972
- persistent: boolean;
973
- scrim: string | boolean;
974
- _disableGlobalStack: boolean;
975
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
976
- transition: {
977
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
978
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
979
- })>;
980
- default: string;
981
- validator: (val: unknown) => boolean;
982
- };
983
- theme: StringConstructor;
984
- scrollStrategy: {
985
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
986
- default: string;
987
- validator: (val: any) => boolean;
988
- };
989
- locationStrategy: {
990
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
991
- updateLocation: (e: Event) => void;
992
- } | undefined)>;
993
- default: string;
994
- validator: (val: any) => boolean;
995
- };
996
- location: {
997
- type: vue.PropType<Anchor>;
998
- default: string;
999
- };
1000
- origin: {
1001
- type: vue.PropType<"auto" | Anchor | "overlap">;
1002
- default: string;
1003
- };
1004
- offset: vue.PropType<string | number | number[] | undefined>;
1005
- eager: BooleanConstructor;
1006
- height: (StringConstructor | NumberConstructor)[];
1007
- maxHeight: (StringConstructor | NumberConstructor)[];
1008
- maxWidth: (StringConstructor | NumberConstructor)[];
1009
- minHeight: (StringConstructor | NumberConstructor)[];
1010
- minWidth: (StringConstructor | NumberConstructor)[];
1011
- width: (StringConstructor | NumberConstructor)[];
1012
- closeDelay: (StringConstructor | NumberConstructor)[];
1013
- openDelay: (StringConstructor | NumberConstructor)[];
1014
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1015
- activatorProps: {
1016
- type: vue.PropType<Record<string, any>>;
1017
- default: () => {};
1018
- };
1019
- openOnClick: {
1020
- type: BooleanConstructor;
1021
- default: undefined;
1022
- };
1023
- openOnHover: BooleanConstructor;
1024
- openOnFocus: {
1025
- type: BooleanConstructor;
1026
- default: undefined;
1027
- };
1028
- closeOnContentClick: BooleanConstructor;
1029
- absolute: BooleanConstructor;
1030
- attach: vue.PropType<string | boolean | Element>;
1031
- closeOnBack: {
1032
- type: BooleanConstructor;
1033
- default: boolean;
1034
- };
1035
- contained: BooleanConstructor;
1036
- contentClass: null;
1037
- contentProps: null;
1038
- disabled: BooleanConstructor;
1039
- noClickAnimation: BooleanConstructor;
1040
- modelValue: BooleanConstructor;
1041
- persistent: BooleanConstructor;
1042
- scrim: {
1043
- type: (StringConstructor | BooleanConstructor)[];
1044
- default: boolean;
1045
- };
1046
- zIndex: {
1047
- type: (StringConstructor | NumberConstructor)[];
1048
- default: number;
1049
- };
1050
- _disableGlobalStack: BooleanConstructor;
1051
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1052
- onAfterLeave?: (() => any) | undefined;
1053
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1054
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1055
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1056
- $attrs: {
1057
- [x: string]: unknown;
1058
- };
1059
- $refs: {
1060
- [x: string]: unknown;
1061
- };
1062
- $slots: Readonly<{
1063
- [name: string]: vue.Slot | undefined;
1064
- }>;
1065
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1066
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1067
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1068
- $el: any;
1069
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1070
- transition: {
1071
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1072
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1073
- })>;
1074
- default: string;
1075
- validator: (val: unknown) => boolean;
1076
- };
1077
- theme: StringConstructor;
1078
- scrollStrategy: {
1079
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1080
- default: string;
1081
- validator: (val: any) => boolean;
1082
- };
1083
- locationStrategy: {
1084
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1085
- updateLocation: (e: Event) => void;
1086
- } | undefined)>;
1087
- default: string;
1088
- validator: (val: any) => boolean;
1089
- };
1090
- location: {
1091
- type: vue.PropType<Anchor>;
1092
- default: string;
1093
- };
1094
- origin: {
1095
- type: vue.PropType<"auto" | Anchor | "overlap">;
1096
- default: string;
1097
- };
1098
- offset: vue.PropType<string | number | number[] | undefined>;
1099
- eager: BooleanConstructor;
1100
- height: (StringConstructor | NumberConstructor)[];
1101
- maxHeight: (StringConstructor | NumberConstructor)[];
1102
- maxWidth: (StringConstructor | NumberConstructor)[];
1103
- minHeight: (StringConstructor | NumberConstructor)[];
1104
- minWidth: (StringConstructor | NumberConstructor)[];
1105
- width: (StringConstructor | NumberConstructor)[];
1106
- closeDelay: (StringConstructor | NumberConstructor)[];
1107
- openDelay: (StringConstructor | NumberConstructor)[];
1108
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1109
- activatorProps: {
1110
- type: vue.PropType<Record<string, any>>;
1111
- default: () => {};
1112
- };
1113
- openOnClick: {
1114
- type: BooleanConstructor;
1115
- default: undefined;
1116
- };
1117
- openOnHover: BooleanConstructor;
1118
- openOnFocus: {
1119
- type: BooleanConstructor;
1120
- default: undefined;
1121
- };
1122
- closeOnContentClick: BooleanConstructor;
1123
- absolute: BooleanConstructor;
1124
- attach: vue.PropType<string | boolean | Element>;
1125
- closeOnBack: {
1126
- type: BooleanConstructor;
1127
- default: boolean;
1128
- };
1129
- contained: BooleanConstructor;
1130
- contentClass: null;
1131
- contentProps: null;
1132
- disabled: BooleanConstructor;
1133
- noClickAnimation: BooleanConstructor;
1134
- modelValue: BooleanConstructor;
1135
- persistent: BooleanConstructor;
1136
- scrim: {
1137
- type: (StringConstructor | BooleanConstructor)[];
1138
- default: boolean;
1139
- };
1140
- zIndex: {
1141
- type: (StringConstructor | NumberConstructor)[];
1142
- default: number;
83
+ declare const VMenu: vue.DefineComponent<{
84
+ location: Anchor;
85
+ origin: "auto" | Anchor | "overlap";
86
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
87
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
88
+ })> | {
89
+ component: vue.DefineComponent<{} & {
90
+ target?: HTMLElement | undefined;
91
+ } & {
92
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
93
+ default?: (() => vue.VNodeChild) | undefined;
1143
94
  };
1144
- _disableGlobalStack: BooleanConstructor;
1145
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1146
- onAfterLeave?: (() => any) | undefined;
1147
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1148
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1149
- }, {
1150
- activatorEl: vue.Ref<HTMLElement | undefined>;
1151
- animateClick: () => void;
1152
- contentEl: vue.Ref<HTMLElement | undefined>;
1153
- globalTop: Readonly<vue.Ref<boolean>>;
1154
- localTop: vue.ComputedRef<boolean>;
1155
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1156
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1157
- 'click:outside': (e: MouseEvent) => boolean;
1158
- 'update:modelValue': (value: boolean) => boolean;
1159
- afterLeave: () => boolean;
1160
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
1161
- absolute: boolean;
1162
- location: Anchor;
1163
- origin: "auto" | Anchor | "overlap";
1164
- transition: string | boolean | (vue.TransitionProps & {
1165
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1166
- });
1167
- zIndex: string | number;
1168
- eager: boolean;
1169
- disabled: boolean;
1170
- modelValue: boolean;
1171
- activatorProps: Record<string, any>;
1172
- openOnClick: boolean;
1173
- openOnHover: boolean;
1174
- openOnFocus: boolean;
1175
- closeOnContentClick: boolean;
1176
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1177
- updateLocation: (e: Event) => void;
1178
- } | undefined);
1179
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1180
- closeOnBack: boolean;
1181
- contained: boolean;
1182
- noClickAnimation: boolean;
1183
- persistent: boolean;
1184
- scrim: string | boolean;
1185
- _disableGlobalStack: boolean;
1186
- }> & {
1187
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1188
- created?: ((() => void) | (() => void)[]) | undefined;
1189
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1190
- mounted?: ((() => void) | (() => void)[]) | undefined;
1191
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1192
- updated?: ((() => void) | (() => void)[]) | undefined;
1193
- activated?: ((() => void) | (() => void)[]) | undefined;
1194
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1195
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1196
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1197
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1198
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1199
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1200
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1201
- 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;
1202
- };
1203
- $forceUpdate: () => void;
1204
- $nextTick: typeof vue.nextTick;
1205
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1206
- } & Readonly<vue.ExtractPropTypes<Omit<{
1207
- transition: {
1208
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1209
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1210
- })>;
1211
- default: string;
1212
- validator: (val: unknown) => boolean;
1213
- };
1214
- theme: StringConstructor;
1215
- scrollStrategy: {
1216
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1217
- default: string;
1218
- validator: (val: any) => boolean;
1219
- };
1220
- locationStrategy: {
1221
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1222
- updateLocation: (e: Event) => void;
1223
- } | undefined)>;
1224
- default: string;
1225
- validator: (val: any) => boolean;
1226
- };
1227
- location: {
1228
- type: vue.PropType<Anchor>;
1229
- default: string;
1230
- };
1231
- origin: {
1232
- type: vue.PropType<"auto" | Anchor | "overlap">;
1233
- default: string;
1234
- };
1235
- offset: vue.PropType<string | number | number[] | undefined>;
1236
- eager: BooleanConstructor;
1237
- height: (StringConstructor | NumberConstructor)[];
1238
- maxHeight: (StringConstructor | NumberConstructor)[];
1239
- maxWidth: (StringConstructor | NumberConstructor)[];
1240
- minHeight: (StringConstructor | NumberConstructor)[];
1241
- minWidth: (StringConstructor | NumberConstructor)[];
1242
- width: (StringConstructor | NumberConstructor)[];
1243
- closeDelay: (StringConstructor | NumberConstructor)[];
1244
- openDelay: (StringConstructor | NumberConstructor)[];
1245
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1246
- activatorProps: {
1247
- type: vue.PropType<Record<string, any>>;
1248
- default: () => {};
1249
- };
1250
- openOnClick: {
1251
- type: BooleanConstructor;
1252
- default: undefined;
1253
- };
1254
- openOnHover: BooleanConstructor;
1255
- openOnFocus: {
1256
- type: BooleanConstructor;
1257
- default: undefined;
1258
- };
1259
- closeOnContentClick: BooleanConstructor;
1260
- absolute: BooleanConstructor;
1261
- attach: vue.PropType<string | boolean | Element>;
1262
- closeOnBack: {
1263
- type: BooleanConstructor;
1264
- default: boolean;
1265
- };
1266
- contained: BooleanConstructor;
1267
- contentClass: null;
1268
- contentProps: null;
1269
- disabled: BooleanConstructor;
1270
- noClickAnimation: BooleanConstructor;
1271
- modelValue: BooleanConstructor;
1272
- persistent: BooleanConstructor;
1273
- scrim: {
1274
- type: (StringConstructor | BooleanConstructor)[];
1275
- default: boolean;
1276
- };
1277
- zIndex: {
1278
- type: (StringConstructor | NumberConstructor)[];
1279
- default: number;
1280
- };
1281
- _disableGlobalStack: BooleanConstructor;
1282
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1283
- onAfterLeave?: (() => any) | undefined;
1284
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1285
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1286
- } & vue.ShallowUnwrapRef<{
1287
- activatorEl: vue.Ref<HTMLElement | undefined>;
1288
- animateClick: () => void;
1289
- contentEl: vue.Ref<HTMLElement | undefined>;
1290
- globalTop: Readonly<vue.Ref<boolean>>;
1291
- localTop: vue.ComputedRef<boolean>;
1292
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1293
- }> & {} & vue.ComponentCustomProperties & {
1294
- $props: {
1295
- $children?: {} | vue.VNodeChild | {
1296
- default?: ((args_0: {
1297
- isActive: vue.Ref<boolean>;
1298
- }) => vue.VNodeChild) | undefined;
1299
- activator?: ((args_0: {
1300
- isActive: boolean;
1301
- props: Record<string, any>;
1302
- }) => vue.VNodeChild) | undefined;
95
+ 'v-slots'?: {
96
+ default?: false | (() => vue.VNodeChild) | undefined;
97
+ } | undefined;
98
+ } & {
99
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
100
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
101
+ target?: HTMLElement | undefined;
102
+ } & {
103
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
104
+ default?: (() => vue.VNodeChild) | undefined;
1303
105
  };
1304
106
  'v-slots'?: {
1305
- default?: false | ((args_0: {
1306
- isActive: vue.Ref<boolean>;
1307
- }) => vue.VNodeChild) | undefined;
1308
- activator?: false | ((args_0: {
1309
- isActive: boolean;
1310
- props: Record<string, any>;
1311
- }) => vue.VNodeChild) | undefined;
107
+ default?: false | (() => vue.VNodeChild) | undefined;
1312
108
  } | undefined;
1313
109
  } & {
1314
- "v-slot:default"?: false | ((args_0: {
1315
- isActive: vue.Ref<boolean>;
1316
- }) => vue.VNodeChild) | undefined;
1317
- "v-slot:activator"?: false | ((args_0: {
1318
- isActive: boolean;
1319
- props: Record<string, any>;
1320
- }) => vue.VNodeChild) | undefined;
1321
- };
1322
- }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties;
1323
- __isFragment?: undefined;
1324
- __isTeleport?: undefined;
1325
- __isSuspense?: undefined;
1326
- } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1327
- offset: vue.PropType<string | number | number[] | undefined>;
1328
- location: {
1329
- type: vue.PropType<Anchor>;
1330
- default: string;
110
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
111
+ }, {}>;
1331
112
  };
1332
- origin: {
1333
- type: vue.PropType<"auto" | Anchor | "overlap">;
1334
- default: string;
1335
- };
1336
- height: (StringConstructor | NumberConstructor)[];
1337
- width: (StringConstructor | NumberConstructor)[];
1338
- maxHeight: (StringConstructor | NumberConstructor)[];
1339
- maxWidth: (StringConstructor | NumberConstructor)[];
1340
- minHeight: (StringConstructor | NumberConstructor)[];
1341
- minWidth: (StringConstructor | NumberConstructor)[];
1342
- transition: Omit<{
1343
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1344
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1345
- })>;
1346
- default: string;
1347
- validator: (val: unknown) => boolean;
1348
- }, "type" | "default"> & {
1349
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1350
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1351
- }) | {
1352
- component: vue.DefineComponent<{
1353
- target: vue.PropType<HTMLElement>;
1354
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1355
- target: vue.PropType<HTMLElement>;
1356
- }>>, {}>;
1357
- }>;
1358
- default: string | boolean | (vue.TransitionProps & {
1359
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1360
- }) | {
1361
- component: vue.DefineComponent<{
1362
- target: vue.PropType<HTMLElement>;
1363
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1364
- target: vue.PropType<HTMLElement>;
1365
- }>>, {}>;
1366
- };
1367
- };
1368
- zIndex: {
1369
- type: (StringConstructor | NumberConstructor)[];
1370
- default: number;
1371
- };
1372
- eager: BooleanConstructor;
1373
- disabled: BooleanConstructor;
1374
- theme: StringConstructor;
1375
- contentClass: null;
1376
- modelValue: BooleanConstructor;
1377
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1378
- closeDelay: {
1379
- type: vue.PropType<string | number>;
1380
- default: string | number;
1381
- };
1382
- openDelay: {
1383
- type: vue.PropType<string | number>;
1384
- default: string | number;
1385
- };
1386
- activatorProps: {
1387
- type: vue.PropType<Record<string, any>>;
1388
- default: () => {};
1389
- };
1390
- openOnClick: {
1391
- type: BooleanConstructor;
1392
- default: undefined;
1393
- };
1394
- openOnHover: BooleanConstructor;
1395
- openOnFocus: {
1396
- type: BooleanConstructor;
1397
- default: undefined;
1398
- };
1399
- closeOnContentClick: {
1400
- type: vue.PropType<boolean>;
1401
- default: boolean;
1402
- };
1403
- locationStrategy: Omit<{
1404
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1405
- updateLocation: (e: Event) => void;
1406
- } | undefined)>;
1407
- default: string;
1408
- validator: (val: any) => boolean;
1409
- }, "type" | "default"> & {
1410
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1411
- updateLocation: (e: Event) => void;
1412
- } | undefined)>;
1413
- default: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1414
- updateLocation: (e: Event) => void;
1415
- } | undefined);
1416
- };
1417
- scrollStrategy: Omit<{
1418
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1419
- default: string;
1420
- validator: (val: any) => boolean;
1421
- }, "type" | "default"> & {
1422
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1423
- default: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1424
- };
1425
- closeOnBack: {
1426
- type: BooleanConstructor;
1427
- default: boolean;
1428
- };
1429
- contained: BooleanConstructor;
1430
- contentProps: null;
1431
- noClickAnimation: BooleanConstructor;
1432
- persistent: BooleanConstructor;
1433
- scrim: Omit<{
1434
- type: (StringConstructor | BooleanConstructor)[];
1435
- default: boolean;
1436
- }, "type" | "default"> & {
1437
- type: vue.PropType<string | boolean>;
1438
- default: string | boolean;
113
+ zIndex: string | number;
114
+ eager: boolean;
115
+ disabled: boolean;
116
+ modelValue: boolean;
117
+ closeDelay: NonNullable<string | number>;
118
+ openDelay: NonNullable<string | number>;
119
+ activatorProps: Record<string, any>;
120
+ openOnHover: boolean;
121
+ closeOnContentClick: boolean;
122
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
123
+ updateLocation: (e: Event) => void;
124
+ } | undefined)>;
125
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
126
+ closeOnBack: boolean;
127
+ contained: boolean;
128
+ noClickAnimation: boolean;
129
+ persistent: boolean;
130
+ scrim: NonNullable<string | boolean>;
131
+ } & {
132
+ offset?: string | number | number[] | undefined;
133
+ id?: string | undefined;
134
+ height?: string | number | undefined;
135
+ width?: string | number | undefined;
136
+ maxHeight?: string | number | undefined;
137
+ maxWidth?: string | number | undefined;
138
+ minHeight?: string | number | undefined;
139
+ minWidth?: string | number | undefined;
140
+ theme?: string | undefined;
141
+ contentClass?: any;
142
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
143
+ openOnClick?: boolean | undefined;
144
+ openOnFocus?: boolean | undefined;
145
+ contentProps?: any;
146
+ attach?: string | boolean | Element | undefined;
147
+ } & {
148
+ $children?: {} | vue.VNodeChild | {
149
+ default?: ((args_0: {
150
+ isActive: vue.Ref<boolean>;
151
+ }) => vue.VNodeChild) | undefined;
152
+ activator?: ((args_0: {
153
+ isActive: boolean;
154
+ props: Record<string, any>;
155
+ }) => vue.VNodeChild) | undefined;
1439
156
  };
1440
- attach: vue.PropType<string | boolean | Element>;
1441
- id: StringConstructor;
1442
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1443
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
157
+ 'v-slots'?: {
158
+ default?: false | ((args_0: {
159
+ isActive: vue.Ref<boolean>;
160
+ }) => vue.VNodeChild) | undefined;
161
+ activator?: false | ((args_0: {
162
+ isActive: boolean;
163
+ props: Record<string, any>;
164
+ }) => vue.VNodeChild) | undefined;
165
+ } | undefined;
166
+ } & {
167
+ "v-slot:default"?: false | ((args_0: {
168
+ isActive: vue.Ref<boolean>;
169
+ }) => vue.VNodeChild) | undefined;
170
+ "v-slot:activator"?: false | ((args_0: {
171
+ isActive: boolean;
172
+ props: Record<string, any>;
173
+ }) => vue.VNodeChild) | undefined;
1444
174
  }, {
1445
175
  id: vue.ComputedRef<string>;
176
+ ΨopenChildren: vue.Ref<number>;
1446
177
  } & Omit<Omit<{
1447
178
  $: vue.ComponentInternalInstance;
1448
179
  $data: {};
@@ -1472,83 +203,75 @@ declare const VMenu: {
1472
203
  persistent: boolean;
1473
204
  scrim: string | boolean;
1474
205
  _disableGlobalStack: boolean;
1475
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1476
- transition: {
1477
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1478
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1479
- })>;
1480
- default: string;
1481
- validator: (val: unknown) => boolean;
1482
- };
1483
- theme: StringConstructor;
1484
- scrollStrategy: {
1485
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1486
- default: string;
1487
- validator: (val: any) => boolean;
1488
- };
1489
- locationStrategy: {
1490
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1491
- updateLocation: (e: Event) => void;
1492
- } | undefined)>;
1493
- default: string;
1494
- validator: (val: any) => boolean;
1495
- };
1496
- location: {
1497
- type: vue.PropType<Anchor>;
1498
- default: string;
1499
- };
1500
- origin: {
1501
- type: vue.PropType<"auto" | Anchor | "overlap">;
1502
- default: string;
1503
- };
1504
- offset: vue.PropType<string | number | number[] | undefined>;
1505
- eager: BooleanConstructor;
1506
- height: (StringConstructor | NumberConstructor)[];
1507
- maxHeight: (StringConstructor | NumberConstructor)[];
1508
- maxWidth: (StringConstructor | NumberConstructor)[];
1509
- minHeight: (StringConstructor | NumberConstructor)[];
1510
- minWidth: (StringConstructor | NumberConstructor)[];
1511
- width: (StringConstructor | NumberConstructor)[];
1512
- closeDelay: (StringConstructor | NumberConstructor)[];
1513
- openDelay: (StringConstructor | NumberConstructor)[];
1514
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1515
- activatorProps: {
1516
- type: vue.PropType<Record<string, any>>;
1517
- default: () => {};
1518
- };
1519
- openOnClick: {
1520
- type: BooleanConstructor;
1521
- default: undefined;
1522
- };
1523
- openOnHover: BooleanConstructor;
1524
- openOnFocus: {
1525
- type: BooleanConstructor;
1526
- default: undefined;
1527
- };
1528
- closeOnContentClick: BooleanConstructor;
1529
- absolute: BooleanConstructor;
1530
- attach: vue.PropType<string | boolean | Element>;
1531
- closeOnBack: {
1532
- type: BooleanConstructor;
1533
- default: boolean;
1534
- };
1535
- contained: BooleanConstructor;
1536
- contentClass: null;
1537
- contentProps: null;
1538
- disabled: BooleanConstructor;
1539
- noClickAnimation: BooleanConstructor;
1540
- modelValue: BooleanConstructor;
1541
- persistent: BooleanConstructor;
1542
- scrim: {
1543
- type: (StringConstructor | BooleanConstructor)[];
1544
- default: boolean;
1545
- };
1546
- zIndex: {
1547
- type: (StringConstructor | NumberConstructor)[];
1548
- default: number;
206
+ }> & Omit<{
207
+ absolute: boolean;
208
+ location: Anchor;
209
+ origin: "auto" | Anchor | "overlap";
210
+ transition: string | boolean | (vue.TransitionProps & {
211
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
212
+ });
213
+ zIndex: string | number;
214
+ eager: boolean;
215
+ disabled: boolean;
216
+ modelValue: boolean;
217
+ activatorProps: Record<string, any>;
218
+ openOnHover: boolean;
219
+ closeOnContentClick: boolean;
220
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
221
+ updateLocation: (e: Event) => void;
222
+ } | undefined);
223
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
224
+ closeOnBack: boolean;
225
+ contained: boolean;
226
+ noClickAnimation: boolean;
227
+ persistent: boolean;
228
+ scrim: string | boolean;
229
+ _disableGlobalStack: boolean;
230
+ } & {
231
+ offset?: string | number | number[] | undefined;
232
+ height?: string | number | undefined;
233
+ width?: string | number | undefined;
234
+ maxHeight?: string | number | undefined;
235
+ maxWidth?: string | number | undefined;
236
+ minHeight?: string | number | undefined;
237
+ minWidth?: string | number | undefined;
238
+ theme?: string | undefined;
239
+ contentClass?: any;
240
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
241
+ closeDelay?: string | number | undefined;
242
+ openDelay?: string | number | undefined;
243
+ openOnClick?: boolean | undefined;
244
+ openOnFocus?: boolean | undefined;
245
+ contentProps?: any;
246
+ attach?: string | boolean | Element | undefined;
247
+ } & {
248
+ $children?: {} | vue.VNodeChild | {
249
+ default?: ((args_0: {
250
+ isActive: vue.Ref<boolean>;
251
+ }) => vue.VNodeChild) | undefined;
252
+ activator?: ((args_0: {
253
+ isActive: boolean;
254
+ props: Record<string, any>;
255
+ }) => vue.VNodeChild) | undefined;
1549
256
  };
1550
- _disableGlobalStack: BooleanConstructor;
1551
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
257
+ 'v-slots'?: {
258
+ default?: false | ((args_0: {
259
+ isActive: vue.Ref<boolean>;
260
+ }) => vue.VNodeChild) | undefined;
261
+ activator?: false | ((args_0: {
262
+ isActive: boolean;
263
+ props: Record<string, any>;
264
+ }) => vue.VNodeChild) | undefined;
265
+ } | undefined;
266
+ } & {
267
+ "v-slot:default"?: false | ((args_0: {
268
+ isActive: vue.Ref<boolean>;
269
+ }) => vue.VNodeChild) | undefined;
270
+ "v-slot:activator"?: false | ((args_0: {
271
+ isActive: boolean;
272
+ props: Record<string, any>;
273
+ }) => vue.VNodeChild) | undefined;
274
+ } & {
1552
275
  onAfterLeave?: (() => any) | undefined;
1553
276
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1554
277
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1562,87 +285,79 @@ declare const VMenu: {
1562
285
  $slots: Readonly<{
1563
286
  [name: string]: vue.Slot | undefined;
1564
287
  }>;
1565
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1566
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
288
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
289
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1567
290
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1568
291
  $el: any;
1569
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1570
- transition: {
1571
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1572
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1573
- })>;
1574
- default: string;
1575
- validator: (val: unknown) => boolean;
1576
- };
1577
- theme: StringConstructor;
1578
- scrollStrategy: {
1579
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1580
- default: string;
1581
- validator: (val: any) => boolean;
1582
- };
1583
- locationStrategy: {
1584
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1585
- updateLocation: (e: Event) => void;
1586
- } | undefined)>;
1587
- default: string;
1588
- validator: (val: any) => boolean;
1589
- };
1590
- location: {
1591
- type: vue.PropType<Anchor>;
1592
- default: string;
1593
- };
1594
- origin: {
1595
- type: vue.PropType<"auto" | Anchor | "overlap">;
1596
- default: string;
1597
- };
1598
- offset: vue.PropType<string | number | number[] | undefined>;
1599
- eager: BooleanConstructor;
1600
- height: (StringConstructor | NumberConstructor)[];
1601
- maxHeight: (StringConstructor | NumberConstructor)[];
1602
- maxWidth: (StringConstructor | NumberConstructor)[];
1603
- minHeight: (StringConstructor | NumberConstructor)[];
1604
- minWidth: (StringConstructor | NumberConstructor)[];
1605
- width: (StringConstructor | NumberConstructor)[];
1606
- closeDelay: (StringConstructor | NumberConstructor)[];
1607
- openDelay: (StringConstructor | NumberConstructor)[];
1608
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1609
- activatorProps: {
1610
- type: vue.PropType<Record<string, any>>;
1611
- default: () => {};
1612
- };
1613
- openOnClick: {
1614
- type: BooleanConstructor;
1615
- default: undefined;
1616
- };
1617
- openOnHover: BooleanConstructor;
1618
- openOnFocus: {
1619
- type: BooleanConstructor;
1620
- default: undefined;
1621
- };
1622
- closeOnContentClick: BooleanConstructor;
1623
- absolute: BooleanConstructor;
1624
- attach: vue.PropType<string | boolean | Element>;
1625
- closeOnBack: {
1626
- type: BooleanConstructor;
1627
- default: boolean;
1628
- };
1629
- contained: BooleanConstructor;
1630
- contentClass: null;
1631
- contentProps: null;
1632
- disabled: BooleanConstructor;
1633
- noClickAnimation: BooleanConstructor;
1634
- modelValue: BooleanConstructor;
1635
- persistent: BooleanConstructor;
1636
- scrim: {
1637
- type: (StringConstructor | BooleanConstructor)[];
1638
- default: boolean;
1639
- };
1640
- zIndex: {
1641
- type: (StringConstructor | NumberConstructor)[];
1642
- default: number;
292
+ $options: vue.ComponentOptionsBase<{
293
+ absolute: boolean;
294
+ location: Anchor;
295
+ origin: "auto" | Anchor | "overlap";
296
+ transition: string | boolean | (vue.TransitionProps & {
297
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
298
+ });
299
+ zIndex: string | number;
300
+ eager: boolean;
301
+ disabled: boolean;
302
+ modelValue: boolean;
303
+ activatorProps: Record<string, any>;
304
+ openOnHover: boolean;
305
+ closeOnContentClick: boolean;
306
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
307
+ updateLocation: (e: Event) => void;
308
+ } | undefined);
309
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
310
+ closeOnBack: boolean;
311
+ contained: boolean;
312
+ noClickAnimation: boolean;
313
+ persistent: boolean;
314
+ scrim: string | boolean;
315
+ _disableGlobalStack: boolean;
316
+ } & {
317
+ offset?: string | number | number[] | undefined;
318
+ height?: string | number | undefined;
319
+ width?: string | number | undefined;
320
+ maxHeight?: string | number | undefined;
321
+ maxWidth?: string | number | undefined;
322
+ minHeight?: string | number | undefined;
323
+ minWidth?: string | number | undefined;
324
+ theme?: string | undefined;
325
+ contentClass?: any;
326
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
327
+ closeDelay?: string | number | undefined;
328
+ openDelay?: string | number | undefined;
329
+ openOnClick?: boolean | undefined;
330
+ openOnFocus?: boolean | undefined;
331
+ contentProps?: any;
332
+ attach?: string | boolean | Element | undefined;
333
+ } & {
334
+ $children?: {} | vue.VNodeChild | {
335
+ default?: ((args_0: {
336
+ isActive: vue.Ref<boolean>;
337
+ }) => vue.VNodeChild) | undefined;
338
+ activator?: ((args_0: {
339
+ isActive: boolean;
340
+ props: Record<string, any>;
341
+ }) => vue.VNodeChild) | undefined;
1643
342
  };
1644
- _disableGlobalStack: BooleanConstructor;
1645
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
343
+ 'v-slots'?: {
344
+ default?: false | ((args_0: {
345
+ isActive: vue.Ref<boolean>;
346
+ }) => vue.VNodeChild) | undefined;
347
+ activator?: false | ((args_0: {
348
+ isActive: boolean;
349
+ props: Record<string, any>;
350
+ }) => vue.VNodeChild) | undefined;
351
+ } | undefined;
352
+ } & {
353
+ "v-slot:default"?: false | ((args_0: {
354
+ isActive: vue.Ref<boolean>;
355
+ }) => vue.VNodeChild) | undefined;
356
+ "v-slot:activator"?: false | ((args_0: {
357
+ isActive: boolean;
358
+ props: Record<string, any>;
359
+ }) => vue.VNodeChild) | undefined;
360
+ } & {
1646
361
  onAfterLeave?: (() => any) | undefined;
1647
362
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1648
363
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1653,11 +368,11 @@ declare const VMenu: {
1653
368
  globalTop: Readonly<vue.Ref<boolean>>;
1654
369
  localTop: vue.ComputedRef<boolean>;
1655
370
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1656
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1657
- 'click:outside': (e: MouseEvent) => boolean;
1658
- 'update:modelValue': (value: boolean) => boolean;
1659
- afterLeave: () => boolean;
1660
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
371
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
372
+ 'click:outside': (e: MouseEvent) => true;
373
+ 'update:modelValue': (value: boolean) => true;
374
+ afterLeave: () => true;
375
+ }, string, {
1661
376
  absolute: boolean;
1662
377
  location: Anchor;
1663
378
  origin: "auto" | Anchor | "overlap";
@@ -1683,7 +398,7 @@ declare const VMenu: {
1683
398
  persistent: boolean;
1684
399
  scrim: string | boolean;
1685
400
  _disableGlobalStack: boolean;
1686
- }> & {
401
+ }, {}, string> & {
1687
402
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1688
403
  created?: ((() => void) | (() => void)[]) | undefined;
1689
404
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1698,88 +413,80 @@ declare const VMenu: {
1698
413
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1699
414
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1700
415
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1701
- 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;
416
+ 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;
1702
417
  };
1703
418
  $forceUpdate: () => void;
1704
419
  $nextTick: typeof vue.nextTick;
1705
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1706
- } & Readonly<vue.ExtractPropTypes<Omit<{
1707
- transition: {
1708
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1709
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1710
- })>;
1711
- default: string;
1712
- validator: (val: unknown) => boolean;
1713
- };
1714
- theme: StringConstructor;
1715
- scrollStrategy: {
1716
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1717
- default: string;
1718
- validator: (val: any) => boolean;
1719
- };
1720
- locationStrategy: {
1721
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1722
- updateLocation: (e: Event) => void;
1723
- } | undefined)>;
1724
- default: string;
1725
- validator: (val: any) => boolean;
1726
- };
1727
- location: {
1728
- type: vue.PropType<Anchor>;
1729
- default: string;
1730
- };
1731
- origin: {
1732
- type: vue.PropType<"auto" | Anchor | "overlap">;
1733
- default: string;
1734
- };
1735
- offset: vue.PropType<string | number | number[] | undefined>;
1736
- eager: BooleanConstructor;
1737
- height: (StringConstructor | NumberConstructor)[];
1738
- maxHeight: (StringConstructor | NumberConstructor)[];
1739
- maxWidth: (StringConstructor | NumberConstructor)[];
1740
- minHeight: (StringConstructor | NumberConstructor)[];
1741
- minWidth: (StringConstructor | NumberConstructor)[];
1742
- width: (StringConstructor | NumberConstructor)[];
1743
- closeDelay: (StringConstructor | NumberConstructor)[];
1744
- openDelay: (StringConstructor | NumberConstructor)[];
1745
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1746
- activatorProps: {
1747
- type: vue.PropType<Record<string, any>>;
1748
- default: () => {};
1749
- };
1750
- openOnClick: {
1751
- type: BooleanConstructor;
1752
- default: undefined;
1753
- };
1754
- openOnHover: BooleanConstructor;
1755
- openOnFocus: {
1756
- type: BooleanConstructor;
1757
- default: undefined;
1758
- };
1759
- closeOnContentClick: BooleanConstructor;
1760
- absolute: BooleanConstructor;
1761
- attach: vue.PropType<string | boolean | Element>;
1762
- closeOnBack: {
1763
- type: BooleanConstructor;
1764
- default: boolean;
1765
- };
1766
- contained: BooleanConstructor;
1767
- contentClass: null;
1768
- contentProps: null;
1769
- disabled: BooleanConstructor;
1770
- noClickAnimation: BooleanConstructor;
1771
- modelValue: BooleanConstructor;
1772
- persistent: BooleanConstructor;
1773
- scrim: {
1774
- type: (StringConstructor | BooleanConstructor)[];
1775
- default: boolean;
1776
- };
1777
- zIndex: {
1778
- type: (StringConstructor | NumberConstructor)[];
1779
- default: number;
420
+ $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;
421
+ } & {
422
+ absolute: boolean;
423
+ location: Anchor;
424
+ origin: "auto" | Anchor | "overlap";
425
+ transition: string | boolean | (vue.TransitionProps & {
426
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
427
+ });
428
+ zIndex: string | number;
429
+ eager: boolean;
430
+ disabled: boolean;
431
+ modelValue: boolean;
432
+ activatorProps: Record<string, any>;
433
+ openOnHover: boolean;
434
+ closeOnContentClick: boolean;
435
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
436
+ updateLocation: (e: Event) => void;
437
+ } | undefined);
438
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
439
+ closeOnBack: boolean;
440
+ contained: boolean;
441
+ noClickAnimation: boolean;
442
+ persistent: boolean;
443
+ scrim: string | boolean;
444
+ _disableGlobalStack: boolean;
445
+ } & {
446
+ offset?: string | number | number[] | undefined;
447
+ height?: string | number | undefined;
448
+ width?: string | number | undefined;
449
+ maxHeight?: string | number | undefined;
450
+ maxWidth?: string | number | undefined;
451
+ minHeight?: string | number | undefined;
452
+ minWidth?: string | number | undefined;
453
+ theme?: string | undefined;
454
+ contentClass?: any;
455
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
456
+ closeDelay?: string | number | undefined;
457
+ openDelay?: string | number | undefined;
458
+ openOnClick?: boolean | undefined;
459
+ openOnFocus?: boolean | undefined;
460
+ contentProps?: any;
461
+ attach?: string | boolean | Element | undefined;
462
+ } & {
463
+ $children?: {} | vue.VNodeChild | {
464
+ default?: ((args_0: {
465
+ isActive: vue.Ref<boolean>;
466
+ }) => vue.VNodeChild) | undefined;
467
+ activator?: ((args_0: {
468
+ isActive: boolean;
469
+ props: Record<string, any>;
470
+ }) => vue.VNodeChild) | undefined;
1780
471
  };
1781
- _disableGlobalStack: BooleanConstructor;
1782
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
472
+ 'v-slots'?: {
473
+ default?: false | ((args_0: {
474
+ isActive: vue.Ref<boolean>;
475
+ }) => vue.VNodeChild) | undefined;
476
+ activator?: false | ((args_0: {
477
+ isActive: boolean;
478
+ props: Record<string, any>;
479
+ }) => vue.VNodeChild) | undefined;
480
+ } | undefined;
481
+ } & {
482
+ "v-slot:default"?: false | ((args_0: {
483
+ isActive: vue.Ref<boolean>;
484
+ }) => vue.VNodeChild) | undefined;
485
+ "v-slot:activator"?: false | ((args_0: {
486
+ isActive: boolean;
487
+ props: Record<string, any>;
488
+ }) => vue.VNodeChild) | undefined;
489
+ } & {
1783
490
  onAfterLeave?: (() => any) | undefined;
1784
491
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1785
492
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1790,72 +497,152 @@ declare const VMenu: {
1790
497
  globalTop: Readonly<vue.Ref<boolean>>;
1791
498
  localTop: vue.ComputedRef<boolean>;
1792
499
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1793
- }> & {} & vue.ComponentCustomProperties & {
1794
- $props: {
1795
- $children?: {} | vue.VNodeChild | {
1796
- default?: ((args_0: {
1797
- isActive: vue.Ref<boolean>;
1798
- }) => vue.VNodeChild) | undefined;
1799
- activator?: ((args_0: {
1800
- isActive: boolean;
1801
- props: Record<string, any>;
1802
- }) => vue.VNodeChild) | undefined;
1803
- };
1804
- 'v-slots'?: {
1805
- default?: false | ((args_0: {
1806
- isActive: vue.Ref<boolean>;
1807
- }) => vue.VNodeChild) | undefined;
1808
- activator?: false | ((args_0: {
1809
- isActive: boolean;
1810
- props: Record<string, any>;
1811
- }) => vue.VNodeChild) | undefined;
1812
- } | undefined;
1813
- } & {
1814
- "v-slot:default"?: false | ((args_0: {
500
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
501
+ 'update:modelValue': (value: boolean) => boolean;
502
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
503
+ location: Anchor;
504
+ origin: "auto" | Anchor | "overlap";
505
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
506
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
507
+ })> | {
508
+ component: vue.DefineComponent<{} & {
509
+ target?: HTMLElement | undefined;
510
+ } & {
511
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
512
+ default?: (() => vue.VNodeChild) | undefined;
513
+ };
514
+ 'v-slots'?: {
515
+ default?: false | (() => vue.VNodeChild) | undefined;
516
+ } | undefined;
517
+ } & {
518
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
519
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
520
+ target?: HTMLElement | undefined;
521
+ } & {
522
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
523
+ default?: (() => vue.VNodeChild) | undefined;
524
+ };
525
+ 'v-slots'?: {
526
+ default?: false | (() => vue.VNodeChild) | undefined;
527
+ } | undefined;
528
+ } & {
529
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
530
+ }, {}>;
531
+ };
532
+ zIndex: string | number;
533
+ eager: boolean;
534
+ disabled: boolean;
535
+ modelValue: boolean;
536
+ closeDelay: NonNullable<string | number>;
537
+ openDelay: NonNullable<string | number>;
538
+ activatorProps: Record<string, any>;
539
+ openOnHover: boolean;
540
+ closeOnContentClick: boolean;
541
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
542
+ updateLocation: (e: Event) => void;
543
+ } | undefined)>;
544
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
545
+ closeOnBack: boolean;
546
+ contained: boolean;
547
+ noClickAnimation: boolean;
548
+ persistent: boolean;
549
+ scrim: NonNullable<string | boolean>;
550
+ } & {
551
+ offset?: string | number | number[] | undefined;
552
+ id?: string | undefined;
553
+ height?: string | number | undefined;
554
+ width?: string | number | undefined;
555
+ maxHeight?: string | number | undefined;
556
+ maxWidth?: string | number | undefined;
557
+ minHeight?: string | number | undefined;
558
+ minWidth?: string | number | undefined;
559
+ theme?: string | undefined;
560
+ contentClass?: any;
561
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
562
+ openOnClick?: boolean | undefined;
563
+ openOnFocus?: boolean | undefined;
564
+ contentProps?: any;
565
+ attach?: string | boolean | Element | undefined;
566
+ } & {
567
+ $children?: {} | vue.VNodeChild | {
568
+ default?: ((args_0: {
1815
569
  isActive: vue.Ref<boolean>;
1816
570
  }) => vue.VNodeChild) | undefined;
1817
- "v-slot:activator"?: false | ((args_0: {
571
+ activator?: ((args_0: {
1818
572
  isActive: boolean;
1819
573
  props: Record<string, any>;
1820
574
  }) => vue.VNodeChild) | undefined;
1821
575
  };
1822
- }, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "v-slot:default" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1823
- 'update:modelValue': (value: boolean) => boolean;
1824
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
576
+ 'v-slots'?: {
577
+ default?: false | ((args_0: {
578
+ isActive: vue.Ref<boolean>;
579
+ }) => vue.VNodeChild) | undefined;
580
+ activator?: false | ((args_0: {
581
+ isActive: boolean;
582
+ props: Record<string, any>;
583
+ }) => vue.VNodeChild) | undefined;
584
+ } | undefined;
585
+ } & {
586
+ "v-slot:default"?: false | ((args_0: {
587
+ isActive: vue.Ref<boolean>;
588
+ }) => vue.VNodeChild) | undefined;
589
+ "v-slot:activator"?: false | ((args_0: {
590
+ isActive: boolean;
591
+ props: Record<string, any>;
592
+ }) => vue.VNodeChild) | undefined;
593
+ } & {
594
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
595
+ }, {
1825
596
  location: Anchor;
1826
597
  origin: "auto" | Anchor | "overlap";
1827
- transition: string | boolean | (vue.TransitionProps & {
598
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1828
599
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1829
- }) | {
1830
- component: vue.DefineComponent<{
1831
- target: vue.PropType<HTMLElement>;
1832
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
1833
- target: vue.PropType<HTMLElement>;
1834
- }>>, {}>;
600
+ })> | {
601
+ component: vue.DefineComponent<{} & {
602
+ target?: HTMLElement | undefined;
603
+ } & {
604
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
605
+ default?: (() => vue.VNodeChild) | undefined;
606
+ };
607
+ 'v-slots'?: {
608
+ default?: false | (() => vue.VNodeChild) | undefined;
609
+ } | undefined;
610
+ } & {
611
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
612
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
613
+ target?: HTMLElement | undefined;
614
+ } & {
615
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
616
+ default?: (() => vue.VNodeChild) | undefined;
617
+ };
618
+ 'v-slots'?: {
619
+ default?: false | (() => vue.VNodeChild) | undefined;
620
+ } | undefined;
621
+ } & {
622
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
623
+ }, {}>;
1835
624
  };
1836
625
  zIndex: string | number;
1837
626
  eager: boolean;
1838
627
  disabled: boolean;
1839
628
  modelValue: boolean;
1840
- closeDelay: string | number;
1841
- openDelay: string | number;
629
+ closeDelay: NonNullable<string | number>;
630
+ openDelay: NonNullable<string | number>;
1842
631
  activatorProps: Record<string, any>;
1843
632
  openOnClick: boolean;
1844
633
  openOnHover: boolean;
1845
634
  openOnFocus: boolean;
1846
635
  closeOnContentClick: boolean;
1847
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
636
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1848
637
  updateLocation: (e: Event) => void;
1849
- } | undefined);
1850
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
638
+ } | undefined)>;
639
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1851
640
  closeOnBack: boolean;
1852
641
  contained: boolean;
1853
642
  noClickAnimation: boolean;
1854
643
  persistent: boolean;
1855
- scrim: string | boolean;
1856
- }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1857
- $props: SlotsToProps<OverlaySlots>;
1858
- });
1859
- declare type VMenu = InstanceType<typeof VMenu>;
644
+ scrim: NonNullable<string | boolean>;
645
+ }>;
646
+ type VMenu = InstanceType<typeof VMenu>;
1860
647
 
1861
648
  export { VMenu };