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