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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (336) hide show
  1. package/CHANGELOG.md +5 -17
  2. package/dist/json/attributes.json +243 -59
  3. package/dist/json/tags.json +48 -2
  4. package/dist/json/web-types.json +1648 -279
  5. package/dist/vuetify-labs.css +666 -482
  6. package/dist/vuetify-labs.d.ts +59419 -13475
  7. package/dist/vuetify-labs.esm.js +797 -531
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +797 -531
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +524 -355
  12. package/dist/vuetify.d.ts +55670 -14368
  13. package/dist/vuetify.esm.js +607 -462
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +607 -462
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +793 -793
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +1 -1
  27. package/lib/components/VAlert/VAlert.mjs +29 -15
  28. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  29. package/lib/components/VAlert/_variables.scss +1 -1
  30. package/lib/components/VAlert/index.d.ts +515 -65
  31. package/lib/components/VApp/VApp.css +1 -0
  32. package/lib/components/VApp/VApp.sass +1 -0
  33. package/lib/components/VApp/index.d.ts +161 -17
  34. package/lib/components/VAppBar/VAppBar.mjs +9 -4
  35. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  36. package/lib/components/VAppBar/index.d.ts +624 -82
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +23 -8
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/index.d.ts +1744 -113
  40. package/lib/components/VAvatar/index.d.ts +207 -25
  41. package/lib/components/VBadge/index.d.ts +286 -36
  42. package/lib/components/VBanner/VBanner.mjs +19 -12
  43. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  44. package/lib/components/VBanner/index.d.ts +485 -67
  45. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +6 -2
  46. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  47. package/lib/components/VBottomNavigation/index.d.ts +323 -36
  48. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +11 -7
  49. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/index.d.ts +346 -42
  51. package/lib/components/VBtn/VBtn.css +0 -5
  52. package/lib/components/VBtn/VBtn.mjs +65 -58
  53. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  54. package/lib/components/VBtn/VBtn.sass +0 -7
  55. package/lib/components/VBtn/_variables.scss +0 -2
  56. package/lib/components/VBtn/index.d.ts +454 -59
  57. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  58. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  59. package/lib/components/VBtnGroup/index.d.ts +187 -22
  60. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  61. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  62. package/lib/components/VBtnToggle/index.d.ts +248 -32
  63. package/lib/components/VCard/VCard.mjs +10 -6
  64. package/lib/components/VCard/VCard.mjs.map +1 -1
  65. package/lib/components/VCard/VCardItem.mjs +27 -23
  66. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  67. package/lib/components/VCard/index.d.ts +958 -132
  68. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  69. package/lib/components/VCarousel/index.d.ts +585 -87
  70. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  71. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  72. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  73. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  74. package/lib/components/VCheckbox/index.d.ts +841 -119
  75. package/lib/components/VChip/VChip.css +110 -90
  76. package/lib/components/VChip/VChip.mjs +70 -48
  77. package/lib/components/VChip/VChip.mjs.map +1 -1
  78. package/lib/components/VChip/_mixins.scss +27 -23
  79. package/lib/components/VChip/index.d.ts +476 -66
  80. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  81. package/lib/components/VChipGroup/index.d.ts +229 -28
  82. package/lib/components/VCode/index.d.ts +112 -13
  83. package/lib/components/VColorPicker/VColorPicker.mjs +9 -1
  84. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerCanvas.css +2 -1
  86. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +36 -18
  87. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  88. package/lib/components/VColorPicker/VColorPickerCanvas.sass +2 -1
  89. package/lib/components/VColorPicker/VColorPickerEdit.mjs +4 -4
  90. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  91. package/lib/components/VColorPicker/VColorPickerPreview.mjs +2 -2
  92. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  93. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  94. package/lib/components/VColorPicker/index.d.ts +284 -20
  95. package/lib/components/VColorPicker/util/index.mjs +2 -5
  96. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  97. package/lib/components/VCombobox/VCombobox.mjs +23 -8
  98. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  99. package/lib/components/VCombobox/index.d.ts +1756 -113
  100. package/lib/components/VCounter/index.d.ts +1909 -78
  101. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -1
  102. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  103. package/lib/components/VDefaultsProvider/index.d.ts +136 -18
  104. package/lib/components/VDialog/VDialog.css +31 -24
  105. package/lib/components/VDialog/VDialog.mjs +2 -2
  106. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  107. package/lib/components/VDialog/VDialog.sass +19 -12
  108. package/lib/components/VDialog/index.d.ts +2403 -124
  109. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  110. package/lib/components/VDivider/index.d.ts +132 -19
  111. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  112. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  114. package/lib/components/VExpansionPanel/index.d.ts +741 -104
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/index.d.ts +179 -23
  117. package/lib/components/VFileInput/VFileInput.mjs +1 -0
  118. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  119. package/lib/components/VFileInput/index.d.ts +1069 -93
  120. package/lib/components/VFooter/VFooter.css +2 -0
  121. package/lib/components/VFooter/VFooter.sass +2 -0
  122. package/lib/components/VFooter/_variables.scss +2 -0
  123. package/lib/components/VFooter/index.d.ts +206 -25
  124. package/lib/components/VForm/index.d.ts +207 -20
  125. package/lib/components/VGrid/VCol.mjs +6 -5
  126. package/lib/components/VGrid/VCol.mjs.map +1 -1
  127. package/lib/components/VGrid/VRow.mjs +4 -4
  128. package/lib/components/VGrid/VRow.mjs.map +1 -1
  129. package/lib/components/VGrid/index.d.ts +745 -64
  130. package/lib/components/VHover/index.d.ts +188 -29
  131. package/lib/components/VIcon/index.d.ts +500 -44
  132. package/lib/components/VImg/VImg.mjs +2 -2
  133. package/lib/components/VImg/VImg.mjs.map +1 -1
  134. package/lib/components/VImg/index.d.ts +281 -40
  135. package/lib/components/VInput/VInput.mjs.map +1 -1
  136. package/lib/components/VInput/index.d.ts +321 -47
  137. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  138. package/lib/components/VItemGroup/index.d.ts +313 -45
  139. package/lib/components/VKbd/VKbd.css +1 -0
  140. package/lib/components/VKbd/VKbd.sass +1 -0
  141. package/lib/components/VKbd/_variables.scss +1 -0
  142. package/lib/components/VKbd/index.d.ts +112 -13
  143. package/lib/components/VLabel/index.d.ts +115 -16
  144. package/lib/components/VLayout/index.d.ts +302 -35
  145. package/lib/components/VLazy/VLazy.mjs +4 -1
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VLazy/index.d.ts +222 -27
  148. package/lib/components/VList/VListChildren.mjs +2 -2
  149. package/lib/components/VList/VListChildren.mjs.map +1 -1
  150. package/lib/components/VList/VListGroup.mjs +1 -4
  151. package/lib/components/VList/VListGroup.mjs.map +1 -1
  152. package/lib/components/VList/VListItem.mjs +23 -19
  153. package/lib/components/VList/VListItem.mjs.map +1 -1
  154. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  155. package/lib/components/VList/index.d.ts +1500 -191
  156. package/lib/components/VLocaleProvider/index.d.ts +123 -16
  157. package/lib/components/VMain/index.d.ts +121 -14
  158. package/lib/components/VMenu/VMenu.css +4 -4
  159. package/lib/components/VMenu/VMenu.mjs +8 -7
  160. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  161. package/lib/components/VMenu/VMenu.sass +1 -1
  162. package/lib/components/VMenu/index.d.ts +2411 -121
  163. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  164. package/lib/components/VMessages/index.d.ts +1934 -87
  165. package/lib/components/VNavigationDrawer/index.d.ts +382 -47
  166. package/lib/components/VNoSsr/index.d.ts +6 -0
  167. package/lib/components/VOverlay/VOverlay.css +2 -2
  168. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  169. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  170. package/lib/components/VOverlay/VOverlay.sass +1 -1
  171. package/lib/components/VOverlay/_variables.scss +1 -1
  172. package/lib/components/VOverlay/index.d.ts +527 -75
  173. package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
  174. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  175. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  176. package/lib/components/VPagination/index.d.ts +504 -56
  177. package/lib/components/VParallax/VParallax.mjs +3 -3
  178. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  179. package/lib/components/VParallax/index.d.ts +144 -19
  180. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  181. package/lib/components/VProgressCircular/index.d.ts +189 -22
  182. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  183. package/lib/components/VProgressLinear/index.d.ts +325 -42
  184. package/lib/components/VRadio/index.d.ts +318 -46
  185. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  186. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  187. package/lib/components/VRadioGroup/index.d.ts +468 -66
  188. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  189. package/lib/components/VRangeSlider/index.d.ts +530 -66
  190. package/lib/components/VRating/VRating.css +0 -4
  191. package/lib/components/VRating/VRating.mjs +6 -35
  192. package/lib/components/VRating/VRating.mjs.map +1 -1
  193. package/lib/components/VRating/VRating.sass +0 -5
  194. package/lib/components/VRating/index.d.ts +309 -38
  195. package/lib/components/VResponsive/index.d.ts +144 -21
  196. package/lib/components/VSelect/VSelect.mjs +23 -8
  197. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  198. package/lib/components/VSelect/index.d.ts +3150 -247
  199. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  200. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  201. package/lib/components/VSelectionControl/index.d.ts +90 -10
  202. package/lib/components/VSelectionControlGroup/index.d.ts +245 -35
  203. package/lib/components/VSheet/VSheet.mjs +16 -12
  204. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  205. package/lib/components/VSheet/index.d.ts +196 -27
  206. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  207. package/lib/components/VSlideGroup/index.d.ts +488 -70
  208. package/lib/components/VSlider/VSliderTrack.mjs +1 -0
  209. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  210. package/lib/components/VSlider/index.d.ts +523 -65
  211. package/lib/components/VSlider/slider.mjs +5 -6
  212. package/lib/components/VSlider/slider.mjs.map +1 -1
  213. package/lib/components/VSnackbar/VSnackbar.css +2 -9
  214. package/lib/components/VSnackbar/VSnackbar.mjs +10 -11
  215. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  216. package/lib/components/VSnackbar/VSnackbar.sass +3 -10
  217. package/lib/components/VSnackbar/index.d.ts +1255 -74
  218. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  219. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  220. package/lib/components/VSwitch/index.d.ts +503 -75
  221. package/lib/components/VSystemBar/VSystemBar.css +5 -1
  222. package/lib/components/VSystemBar/VSystemBar.mjs +6 -2
  223. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  224. package/lib/components/VSystemBar/VSystemBar.sass +5 -1
  225. package/lib/components/VSystemBar/_variables.scss +4 -1
  226. package/lib/components/VSystemBar/index.d.ts +186 -23
  227. package/lib/components/VTable/VTable.mjs.map +1 -1
  228. package/lib/components/VTable/index.d.ts +193 -26
  229. package/lib/components/VTabs/VTab.mjs +7 -23
  230. package/lib/components/VTabs/VTab.mjs.map +1 -1
  231. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  232. package/lib/components/VTabs/index.d.ts +628 -64
  233. package/lib/components/VTextField/VTextField.mjs +9 -5
  234. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  235. package/lib/components/VTextField/index.d.ts +1447 -101
  236. package/lib/components/VTextarea/VTextarea.mjs +8 -1
  237. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  238. package/lib/components/VTextarea/index.d.ts +1043 -93
  239. package/lib/components/VThemeProvider/index.d.ts +127 -16
  240. package/lib/components/VTimeline/VTimelineDivider.mjs +18 -10
  241. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  242. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  243. package/lib/components/VTimeline/index.d.ts +446 -60
  244. package/lib/components/VToolbar/VToolbar.mjs +10 -9
  245. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  246. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  247. package/lib/components/VToolbar/index.d.ts +552 -73
  248. package/lib/components/VTooltip/VTooltip.css +3 -3
  249. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  250. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  251. package/lib/components/VTooltip/VTooltip.sass +1 -1
  252. package/lib/components/VTooltip/index.d.ts +1315 -73
  253. package/lib/components/VValidation/index.d.ts +204 -27
  254. package/lib/components/VWindow/index.d.ts +541 -75
  255. package/lib/components/index.d.ts +55694 -14389
  256. package/lib/components/transitions/createTransition.mjs +1 -1
  257. package/lib/components/transitions/createTransition.mjs.map +1 -1
  258. package/lib/components/transitions/index.d.ts +2144 -259
  259. package/lib/composables/defaults.mjs +5 -1
  260. package/lib/composables/defaults.mjs.map +1 -1
  261. package/lib/composables/display.mjs +15 -10
  262. package/lib/composables/display.mjs.map +1 -1
  263. package/lib/composables/form.mjs.map +1 -1
  264. package/lib/composables/loader.mjs.map +1 -1
  265. package/lib/composables/nested/nested.mjs +2 -2
  266. package/lib/composables/nested/nested.mjs.map +1 -1
  267. package/lib/composables/nested/selectStrategies.mjs +7 -1
  268. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  269. package/lib/composables/proxiedModel.mjs +1 -1
  270. package/lib/composables/proxiedModel.mjs.map +1 -1
  271. package/lib/composables/resizeObserver.mjs.map +1 -1
  272. package/lib/composables/stack.mjs +2 -2
  273. package/lib/composables/stack.mjs.map +1 -1
  274. package/lib/composables/theme.mjs +28 -23
  275. package/lib/composables/theme.mjs.map +1 -1
  276. package/lib/composables/variant.mjs.map +1 -1
  277. package/lib/entry-bundler.mjs +1 -1
  278. package/lib/framework.mjs +1 -1
  279. package/lib/index.d.ts +6 -9
  280. package/lib/labs/VDataTable/VDataTable.css +15 -0
  281. package/lib/labs/VDataTable/VDataTable.mjs +45 -19
  282. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  283. package/lib/labs/VDataTable/VDataTable.sass +9 -0
  284. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -2
  285. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  286. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  287. package/lib/labs/VDataTable/VDataTableRow.mjs +8 -2
  288. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  289. package/lib/labs/VDataTable/VDataTableRows.mjs +6 -7
  290. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  291. package/lib/labs/VDataTable/VDataTableServer.mjs +41 -19
  292. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  293. package/lib/labs/VDataTable/VDataTableVirtual.mjs +27 -14
  294. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  295. package/lib/labs/VDataTable/composables/expand.mjs +1 -1
  296. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  297. package/lib/labs/VDataTable/composables/group.mjs +12 -1
  298. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  299. package/lib/labs/VDataTable/composables/options.mjs +4 -10
  300. package/lib/labs/VDataTable/composables/options.mjs.map +1 -1
  301. package/lib/labs/VDataTable/composables/paginate.mjs +25 -4
  302. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  303. package/lib/labs/VDataTable/composables/select.mjs +1 -1
  304. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  305. package/lib/labs/VDataTable/composables/sort.mjs +19 -3
  306. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  307. package/lib/labs/VDataTable/index.d.ts +4934 -317
  308. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs +18 -5
  309. package/lib/labs/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  310. package/lib/labs/VVirtualScroll/index.d.ts +41 -7
  311. package/lib/labs/components.d.ts +4970 -324
  312. package/lib/locale/adapters/vue-i18n.d.ts +1 -1
  313. package/lib/locale/adapters/vue-i18n.mjs +1 -1
  314. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  315. package/lib/locale/index.mjs +1 -1
  316. package/lib/locale/index.mjs.map +1 -1
  317. package/lib/styles/elements/_global.sass +0 -4
  318. package/lib/styles/generic/_index.scss +0 -1
  319. package/lib/styles/generic/_transitions.scss +111 -9
  320. package/lib/styles/main.css +316 -167
  321. package/lib/styles/settings/_utilities.scss +7 -0
  322. package/lib/styles/tools/_sheet.sass +3 -6
  323. package/lib/styles/utilities/_display.sass +6 -5
  324. package/lib/styles/utilities/_elevation.scss +13 -0
  325. package/lib/styles/utilities/_index.sass +3 -2
  326. package/lib/styles/utilities/_screenreaders.sass +13 -11
  327. package/lib/util/animation.mjs +8 -1
  328. package/lib/util/animation.mjs.map +1 -1
  329. package/lib/util/colorUtils.mjs +4 -5
  330. package/lib/util/colorUtils.mjs.map +1 -1
  331. package/lib/util/defineComponent.mjs +15 -7
  332. package/lib/util/defineComponent.mjs.map +1 -1
  333. package/lib/util/helpers.mjs +4 -0
  334. package/lib/util/helpers.mjs.map +1 -1
  335. package/package.json +15 -7
  336. package/lib/styles/generic/_elevation.scss +0 -10
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, EffectScope } from 'vue';
2
+ import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
4
  interface ScrollStrategyData {
5
5
  root: Ref<HTMLElement | undefined>;
@@ -46,6 +46,10 @@ type Tblock = typeof block[number];
46
46
  type Tinline = typeof inline[number];
47
47
  type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
48
48
 
49
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
50
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
51
+ }
52
+
49
53
  interface LocationStrategyData {
50
54
  contentEl: Ref<HTMLElement | undefined>;
51
55
  activatorEl: Ref<HTMLElement | undefined>;
@@ -80,7 +84,1035 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
80
84
  } | undefined;
81
85
  };
82
86
 
83
- declare const VTooltip: vue.DefineComponent<{
87
+ declare const VTooltip: {
88
+ new (...args: any[]): {
89
+ $: vue.ComponentInternalInstance;
90
+ $data: {};
91
+ $props: Partial<{
92
+ offset: NonNullable<string | number | number[] | undefined>;
93
+ location: NonNullable<Anchor>;
94
+ origin: NonNullable<"auto" | Anchor | "overlap">;
95
+ minWidth: NonNullable<string | number>;
96
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
97
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
98
+ })>;
99
+ zIndex: string | number;
100
+ eager: boolean;
101
+ disabled: boolean;
102
+ modelValue: boolean;
103
+ activatorProps: Record<string, any>;
104
+ openOnClick: boolean;
105
+ openOnHover: boolean;
106
+ openOnFocus: boolean;
107
+ closeOnContentClick: boolean;
108
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
109
+ updateLocation: (e: Event) => void;
110
+ } | undefined)>;
111
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
112
+ closeOnBack: boolean;
113
+ contained: boolean;
114
+ noClickAnimation: boolean;
115
+ scrim: NonNullable<string | boolean>;
116
+ }> & Omit<{
117
+ offset: NonNullable<string | number | number[] | undefined>;
118
+ location: NonNullable<Anchor>;
119
+ origin: NonNullable<"auto" | Anchor | "overlap">;
120
+ minWidth: NonNullable<string | number>;
121
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
122
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
123
+ })>;
124
+ zIndex: string | number;
125
+ eager: boolean;
126
+ disabled: boolean;
127
+ modelValue: boolean;
128
+ activatorProps: Record<string, any>;
129
+ openOnClick: boolean;
130
+ openOnHover: boolean;
131
+ closeOnContentClick: boolean;
132
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
133
+ updateLocation: (e: Event) => void;
134
+ } | undefined)>;
135
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
136
+ closeOnBack: boolean;
137
+ contained: boolean;
138
+ noClickAnimation: boolean;
139
+ scrim: NonNullable<string | boolean>;
140
+ } & {
141
+ id?: string | undefined;
142
+ height?: string | number | undefined;
143
+ width?: string | number | undefined;
144
+ maxHeight?: string | number | undefined;
145
+ maxWidth?: string | number | undefined;
146
+ minHeight?: string | number | undefined;
147
+ text?: string | undefined;
148
+ theme?: string | undefined;
149
+ contentClass?: any;
150
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
151
+ closeDelay?: string | number | undefined;
152
+ openDelay?: string | number | undefined;
153
+ openOnFocus?: boolean | undefined;
154
+ contentProps?: any;
155
+ attach?: string | boolean | Element | undefined;
156
+ } & {
157
+ $children?: {} | vue.VNodeChild | {
158
+ default?: ((args_0: {
159
+ isActive: vue.Ref<boolean>;
160
+ }) => vue.VNodeChild) | undefined;
161
+ activator?: ((args_0: {
162
+ isActive: boolean;
163
+ props: Record<string, any>;
164
+ }) => vue.VNodeChild) | undefined;
165
+ };
166
+ $slots?: {
167
+ default?: ((args_0: {
168
+ isActive: vue.Ref<boolean>;
169
+ }) => vue.VNodeChild) | undefined;
170
+ activator?: ((args_0: {
171
+ isActive: boolean;
172
+ props: Record<string, any>;
173
+ }) => vue.VNodeChild) | undefined;
174
+ } | undefined;
175
+ 'v-slots'?: {
176
+ default?: false | ((args_0: {
177
+ isActive: vue.Ref<boolean>;
178
+ }) => vue.VNodeChild) | undefined;
179
+ activator?: false | ((args_0: {
180
+ isActive: boolean;
181
+ props: Record<string, any>;
182
+ }) => vue.VNodeChild) | undefined;
183
+ } | undefined;
184
+ } & {
185
+ "v-slot:default"?: false | ((args_0: {
186
+ isActive: vue.Ref<boolean>;
187
+ }) => vue.VNodeChild) | undefined;
188
+ "v-slot:activator"?: false | ((args_0: {
189
+ isActive: boolean;
190
+ props: Record<string, any>;
191
+ }) => vue.VNodeChild) | undefined;
192
+ } & {
193
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
194
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "offset" | "location" | "origin" | "minWidth" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim">;
195
+ $attrs: {
196
+ [x: string]: unknown;
197
+ };
198
+ $refs: {
199
+ [x: string]: unknown;
200
+ };
201
+ $slots: Readonly<{
202
+ [name: string]: vue.Slot | undefined;
203
+ }>;
204
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
205
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
206
+ $emit: (event: "update:modelValue", value: boolean) => void;
207
+ $el: any;
208
+ $options: vue.ComponentOptionsBase<{
209
+ offset: NonNullable<string | number | number[] | undefined>;
210
+ location: NonNullable<Anchor>;
211
+ origin: NonNullable<"auto" | Anchor | "overlap">;
212
+ minWidth: NonNullable<string | number>;
213
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
214
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
215
+ })>;
216
+ zIndex: string | number;
217
+ eager: boolean;
218
+ disabled: boolean;
219
+ modelValue: boolean;
220
+ activatorProps: Record<string, any>;
221
+ openOnClick: boolean;
222
+ openOnHover: boolean;
223
+ closeOnContentClick: boolean;
224
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
225
+ updateLocation: (e: Event) => void;
226
+ } | undefined)>;
227
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
228
+ closeOnBack: boolean;
229
+ contained: boolean;
230
+ noClickAnimation: boolean;
231
+ scrim: NonNullable<string | boolean>;
232
+ } & {
233
+ id?: string | undefined;
234
+ height?: string | number | undefined;
235
+ width?: string | number | undefined;
236
+ maxHeight?: string | number | undefined;
237
+ maxWidth?: string | number | undefined;
238
+ minHeight?: string | number | undefined;
239
+ text?: string | undefined;
240
+ theme?: string | undefined;
241
+ contentClass?: any;
242
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
243
+ closeDelay?: string | number | undefined;
244
+ openDelay?: string | number | undefined;
245
+ openOnFocus?: boolean | undefined;
246
+ contentProps?: any;
247
+ attach?: string | boolean | Element | undefined;
248
+ } & {
249
+ $children?: {} | vue.VNodeChild | {
250
+ default?: ((args_0: {
251
+ isActive: vue.Ref<boolean>;
252
+ }) => vue.VNodeChild) | undefined;
253
+ activator?: ((args_0: {
254
+ isActive: boolean;
255
+ props: Record<string, any>;
256
+ }) => vue.VNodeChild) | undefined;
257
+ };
258
+ $slots?: {
259
+ default?: ((args_0: {
260
+ isActive: vue.Ref<boolean>;
261
+ }) => vue.VNodeChild) | undefined;
262
+ activator?: ((args_0: {
263
+ isActive: boolean;
264
+ props: Record<string, any>;
265
+ }) => vue.VNodeChild) | undefined;
266
+ } | undefined;
267
+ 'v-slots'?: {
268
+ default?: false | ((args_0: {
269
+ isActive: vue.Ref<boolean>;
270
+ }) => vue.VNodeChild) | undefined;
271
+ activator?: false | ((args_0: {
272
+ isActive: boolean;
273
+ props: Record<string, any>;
274
+ }) => vue.VNodeChild) | undefined;
275
+ } | undefined;
276
+ } & {
277
+ "v-slot:default"?: false | ((args_0: {
278
+ isActive: vue.Ref<boolean>;
279
+ }) => vue.VNodeChild) | undefined;
280
+ "v-slot:activator"?: false | ((args_0: {
281
+ isActive: boolean;
282
+ props: Record<string, any>;
283
+ }) => vue.VNodeChild) | undefined;
284
+ } & {
285
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
286
+ }, Omit<Omit<{
287
+ $: vue.ComponentInternalInstance;
288
+ $data: {};
289
+ $props: Partial<{
290
+ absolute: boolean;
291
+ location: Anchor;
292
+ origin: "auto" | Anchor | "overlap";
293
+ transition: string | boolean | (vue.TransitionProps & {
294
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
295
+ });
296
+ zIndex: string | number;
297
+ eager: boolean;
298
+ disabled: boolean;
299
+ modelValue: boolean;
300
+ activatorProps: Record<string, any>;
301
+ openOnClick: boolean;
302
+ openOnHover: boolean;
303
+ openOnFocus: boolean;
304
+ closeOnContentClick: boolean;
305
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
306
+ updateLocation: (e: Event) => void;
307
+ } | undefined);
308
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
309
+ closeOnBack: boolean;
310
+ contained: boolean;
311
+ noClickAnimation: boolean;
312
+ persistent: boolean;
313
+ scrim: string | boolean;
314
+ _disableGlobalStack: boolean;
315
+ }> & Omit<{
316
+ absolute: boolean;
317
+ location: Anchor;
318
+ origin: "auto" | Anchor | "overlap";
319
+ transition: string | boolean | (vue.TransitionProps & {
320
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
321
+ });
322
+ zIndex: string | number;
323
+ eager: boolean;
324
+ disabled: boolean;
325
+ modelValue: boolean;
326
+ activatorProps: Record<string, any>;
327
+ openOnHover: boolean;
328
+ closeOnContentClick: boolean;
329
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
330
+ updateLocation: (e: Event) => void;
331
+ } | undefined);
332
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
333
+ closeOnBack: boolean;
334
+ contained: boolean;
335
+ noClickAnimation: boolean;
336
+ persistent: boolean;
337
+ scrim: string | boolean;
338
+ _disableGlobalStack: boolean;
339
+ } & {
340
+ offset?: string | number | number[] | undefined;
341
+ height?: string | number | undefined;
342
+ width?: string | number | undefined;
343
+ maxHeight?: string | number | undefined;
344
+ maxWidth?: string | number | undefined;
345
+ minHeight?: string | number | undefined;
346
+ minWidth?: string | number | undefined;
347
+ theme?: string | undefined;
348
+ contentClass?: any;
349
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
350
+ closeDelay?: string | number | undefined;
351
+ openDelay?: string | number | undefined;
352
+ openOnClick?: boolean | undefined;
353
+ openOnFocus?: boolean | undefined;
354
+ contentProps?: any;
355
+ attach?: string | boolean | Element | undefined;
356
+ } & {
357
+ $children?: {} | vue.VNodeChild | {
358
+ default?: ((args_0: {
359
+ isActive: vue.Ref<boolean>;
360
+ }) => vue.VNodeChild) | undefined;
361
+ activator?: ((args_0: {
362
+ isActive: boolean;
363
+ props: Record<string, any>;
364
+ }) => vue.VNodeChild) | undefined;
365
+ };
366
+ $slots?: {
367
+ default?: ((args_0: {
368
+ isActive: vue.Ref<boolean>;
369
+ }) => vue.VNodeChild) | undefined;
370
+ activator?: ((args_0: {
371
+ isActive: boolean;
372
+ props: Record<string, any>;
373
+ }) => vue.VNodeChild) | undefined;
374
+ } | undefined;
375
+ 'v-slots'?: {
376
+ default?: false | ((args_0: {
377
+ isActive: vue.Ref<boolean>;
378
+ }) => vue.VNodeChild) | undefined;
379
+ activator?: false | ((args_0: {
380
+ isActive: boolean;
381
+ props: Record<string, any>;
382
+ }) => vue.VNodeChild) | undefined;
383
+ } | undefined;
384
+ } & {
385
+ "v-slot:default"?: false | ((args_0: {
386
+ isActive: vue.Ref<boolean>;
387
+ }) => vue.VNodeChild) | undefined;
388
+ "v-slot:activator"?: false | ((args_0: {
389
+ isActive: boolean;
390
+ props: Record<string, any>;
391
+ }) => vue.VNodeChild) | undefined;
392
+ } & {
393
+ onAfterLeave?: (() => any) | undefined;
394
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
395
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
396
+ } & 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">;
397
+ $attrs: {
398
+ [x: string]: unknown;
399
+ };
400
+ $refs: {
401
+ [x: string]: unknown;
402
+ };
403
+ $slots: Readonly<{
404
+ [name: string]: vue.Slot | undefined;
405
+ }>;
406
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
407
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
408
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
409
+ $el: any;
410
+ $options: vue.ComponentOptionsBase<{
411
+ absolute: boolean;
412
+ location: Anchor;
413
+ origin: "auto" | Anchor | "overlap";
414
+ transition: string | boolean | (vue.TransitionProps & {
415
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
416
+ });
417
+ zIndex: string | number;
418
+ eager: boolean;
419
+ disabled: boolean;
420
+ modelValue: boolean;
421
+ activatorProps: Record<string, any>;
422
+ openOnHover: boolean;
423
+ closeOnContentClick: boolean;
424
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
425
+ updateLocation: (e: Event) => void;
426
+ } | undefined);
427
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
428
+ closeOnBack: boolean;
429
+ contained: boolean;
430
+ noClickAnimation: boolean;
431
+ persistent: boolean;
432
+ scrim: string | boolean;
433
+ _disableGlobalStack: boolean;
434
+ } & {
435
+ offset?: string | number | number[] | undefined;
436
+ height?: string | number | undefined;
437
+ width?: string | number | undefined;
438
+ maxHeight?: string | number | undefined;
439
+ maxWidth?: string | number | undefined;
440
+ minHeight?: string | number | undefined;
441
+ minWidth?: string | number | undefined;
442
+ theme?: string | undefined;
443
+ contentClass?: any;
444
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
445
+ closeDelay?: string | number | undefined;
446
+ openDelay?: string | number | undefined;
447
+ openOnClick?: boolean | undefined;
448
+ openOnFocus?: boolean | undefined;
449
+ contentProps?: any;
450
+ attach?: string | boolean | Element | undefined;
451
+ } & {
452
+ $children?: {} | vue.VNodeChild | {
453
+ default?: ((args_0: {
454
+ isActive: vue.Ref<boolean>;
455
+ }) => vue.VNodeChild) | undefined;
456
+ activator?: ((args_0: {
457
+ isActive: boolean;
458
+ props: Record<string, any>;
459
+ }) => vue.VNodeChild) | undefined;
460
+ };
461
+ $slots?: {
462
+ default?: ((args_0: {
463
+ isActive: vue.Ref<boolean>;
464
+ }) => vue.VNodeChild) | undefined;
465
+ activator?: ((args_0: {
466
+ isActive: boolean;
467
+ props: Record<string, any>;
468
+ }) => vue.VNodeChild) | undefined;
469
+ } | undefined;
470
+ 'v-slots'?: {
471
+ default?: false | ((args_0: {
472
+ isActive: vue.Ref<boolean>;
473
+ }) => vue.VNodeChild) | undefined;
474
+ activator?: false | ((args_0: {
475
+ isActive: boolean;
476
+ props: Record<string, any>;
477
+ }) => vue.VNodeChild) | undefined;
478
+ } | undefined;
479
+ } & {
480
+ "v-slot:default"?: false | ((args_0: {
481
+ isActive: vue.Ref<boolean>;
482
+ }) => vue.VNodeChild) | undefined;
483
+ "v-slot:activator"?: false | ((args_0: {
484
+ isActive: boolean;
485
+ props: Record<string, any>;
486
+ }) => vue.VNodeChild) | undefined;
487
+ } & {
488
+ onAfterLeave?: (() => any) | undefined;
489
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
490
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
491
+ }, {
492
+ activatorEl: vue.Ref<HTMLElement | undefined>;
493
+ animateClick: () => void;
494
+ contentEl: vue.Ref<HTMLElement | undefined>;
495
+ globalTop: Readonly<vue.Ref<boolean>>;
496
+ localTop: vue.ComputedRef<boolean>;
497
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
498
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
499
+ 'click:outside': (e: MouseEvent) => true;
500
+ 'update:modelValue': (value: boolean) => true;
501
+ afterLeave: () => true;
502
+ }, string, {
503
+ absolute: boolean;
504
+ location: Anchor;
505
+ origin: "auto" | Anchor | "overlap";
506
+ transition: string | boolean | (vue.TransitionProps & {
507
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
508
+ });
509
+ zIndex: string | number;
510
+ eager: boolean;
511
+ disabled: boolean;
512
+ modelValue: boolean;
513
+ activatorProps: Record<string, any>;
514
+ openOnClick: boolean;
515
+ openOnHover: boolean;
516
+ openOnFocus: boolean;
517
+ closeOnContentClick: boolean;
518
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
519
+ updateLocation: (e: Event) => void;
520
+ } | undefined);
521
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
522
+ closeOnBack: boolean;
523
+ contained: boolean;
524
+ noClickAnimation: boolean;
525
+ persistent: boolean;
526
+ scrim: string | boolean;
527
+ _disableGlobalStack: boolean;
528
+ }, {}, string> & {
529
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
530
+ created?: ((() => void) | (() => void)[]) | undefined;
531
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
532
+ mounted?: ((() => void) | (() => void)[]) | undefined;
533
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
534
+ updated?: ((() => void) | (() => void)[]) | undefined;
535
+ activated?: ((() => void) | (() => void)[]) | undefined;
536
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
537
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
538
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
539
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
540
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
541
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
542
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
543
+ 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;
544
+ };
545
+ $forceUpdate: () => void;
546
+ $nextTick: typeof vue.nextTick;
547
+ $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;
548
+ } & {
549
+ absolute: boolean;
550
+ location: Anchor;
551
+ origin: "auto" | Anchor | "overlap";
552
+ transition: string | boolean | (vue.TransitionProps & {
553
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
554
+ });
555
+ zIndex: string | number;
556
+ eager: boolean;
557
+ disabled: boolean;
558
+ modelValue: boolean;
559
+ activatorProps: Record<string, any>;
560
+ openOnHover: boolean;
561
+ closeOnContentClick: boolean;
562
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
563
+ updateLocation: (e: Event) => void;
564
+ } | undefined);
565
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
566
+ closeOnBack: boolean;
567
+ contained: boolean;
568
+ noClickAnimation: boolean;
569
+ persistent: boolean;
570
+ scrim: string | boolean;
571
+ _disableGlobalStack: boolean;
572
+ } & {
573
+ offset?: string | number | number[] | undefined;
574
+ height?: string | number | undefined;
575
+ width?: string | number | undefined;
576
+ maxHeight?: string | number | undefined;
577
+ maxWidth?: string | number | undefined;
578
+ minHeight?: string | number | undefined;
579
+ minWidth?: string | number | undefined;
580
+ theme?: string | undefined;
581
+ contentClass?: any;
582
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
583
+ closeDelay?: string | number | undefined;
584
+ openDelay?: string | number | undefined;
585
+ openOnClick?: boolean | undefined;
586
+ openOnFocus?: boolean | undefined;
587
+ contentProps?: any;
588
+ attach?: string | boolean | Element | undefined;
589
+ } & {
590
+ $children?: {} | vue.VNodeChild | {
591
+ default?: ((args_0: {
592
+ isActive: vue.Ref<boolean>;
593
+ }) => vue.VNodeChild) | undefined;
594
+ activator?: ((args_0: {
595
+ isActive: boolean;
596
+ props: Record<string, any>;
597
+ }) => vue.VNodeChild) | undefined;
598
+ };
599
+ $slots?: {
600
+ default?: ((args_0: {
601
+ isActive: vue.Ref<boolean>;
602
+ }) => vue.VNodeChild) | undefined;
603
+ activator?: ((args_0: {
604
+ isActive: boolean;
605
+ props: Record<string, any>;
606
+ }) => vue.VNodeChild) | undefined;
607
+ } | undefined;
608
+ 'v-slots'?: {
609
+ default?: false | ((args_0: {
610
+ isActive: vue.Ref<boolean>;
611
+ }) => vue.VNodeChild) | undefined;
612
+ activator?: false | ((args_0: {
613
+ isActive: boolean;
614
+ props: Record<string, any>;
615
+ }) => vue.VNodeChild) | undefined;
616
+ } | undefined;
617
+ } & {
618
+ "v-slot:default"?: false | ((args_0: {
619
+ isActive: vue.Ref<boolean>;
620
+ }) => vue.VNodeChild) | undefined;
621
+ "v-slot:activator"?: false | ((args_0: {
622
+ isActive: boolean;
623
+ props: Record<string, any>;
624
+ }) => vue.VNodeChild) | undefined;
625
+ } & {
626
+ onAfterLeave?: (() => any) | undefined;
627
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
628
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
629
+ } & vue.ShallowUnwrapRef<{
630
+ activatorEl: vue.Ref<HTMLElement | undefined>;
631
+ animateClick: () => void;
632
+ contentEl: vue.Ref<HTMLElement | undefined>;
633
+ globalTop: Readonly<vue.Ref<boolean>>;
634
+ localTop: vue.ComputedRef<boolean>;
635
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
636
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "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, {
637
+ 'update:modelValue': (value: boolean) => boolean;
638
+ }, string, {
639
+ offset: NonNullable<string | number | number[] | undefined>;
640
+ location: NonNullable<Anchor>;
641
+ origin: NonNullable<"auto" | Anchor | "overlap">;
642
+ minWidth: NonNullable<string | number>;
643
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
644
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
645
+ })>;
646
+ zIndex: string | number;
647
+ eager: boolean;
648
+ disabled: boolean;
649
+ modelValue: boolean;
650
+ activatorProps: Record<string, any>;
651
+ openOnClick: boolean;
652
+ openOnHover: boolean;
653
+ openOnFocus: boolean;
654
+ closeOnContentClick: boolean;
655
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
656
+ updateLocation: (e: Event) => void;
657
+ } | undefined)>;
658
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
659
+ closeOnBack: boolean;
660
+ contained: boolean;
661
+ noClickAnimation: boolean;
662
+ scrim: NonNullable<string | boolean>;
663
+ }, {}, string> & {
664
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
665
+ created?: ((() => void) | (() => void)[]) | undefined;
666
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
667
+ mounted?: ((() => void) | (() => void)[]) | undefined;
668
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
669
+ updated?: ((() => void) | (() => void)[]) | undefined;
670
+ activated?: ((() => void) | (() => void)[]) | undefined;
671
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
672
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
673
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
674
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
675
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
676
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
677
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
678
+ 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;
679
+ };
680
+ $forceUpdate: () => void;
681
+ $nextTick: typeof vue.nextTick;
682
+ $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;
683
+ } & {
684
+ offset: NonNullable<string | number | number[] | undefined>;
685
+ location: NonNullable<Anchor>;
686
+ origin: NonNullable<"auto" | Anchor | "overlap">;
687
+ minWidth: NonNullable<string | number>;
688
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
689
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
690
+ })>;
691
+ zIndex: string | number;
692
+ eager: boolean;
693
+ disabled: boolean;
694
+ modelValue: boolean;
695
+ activatorProps: Record<string, any>;
696
+ openOnClick: boolean;
697
+ openOnHover: boolean;
698
+ closeOnContentClick: boolean;
699
+ locationStrategy: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
700
+ updateLocation: (e: Event) => void;
701
+ } | undefined)>;
702
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
703
+ closeOnBack: boolean;
704
+ contained: boolean;
705
+ noClickAnimation: boolean;
706
+ scrim: NonNullable<string | boolean>;
707
+ } & {
708
+ id?: string | undefined;
709
+ height?: string | number | undefined;
710
+ width?: string | number | undefined;
711
+ maxHeight?: string | number | undefined;
712
+ maxWidth?: string | number | undefined;
713
+ minHeight?: string | number | undefined;
714
+ text?: string | undefined;
715
+ theme?: string | undefined;
716
+ contentClass?: any;
717
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
718
+ closeDelay?: string | number | undefined;
719
+ openDelay?: string | number | undefined;
720
+ openOnFocus?: boolean | undefined;
721
+ contentProps?: any;
722
+ attach?: string | boolean | Element | undefined;
723
+ } & {
724
+ $children?: {} | vue.VNodeChild | {
725
+ default?: ((args_0: {
726
+ isActive: vue.Ref<boolean>;
727
+ }) => vue.VNodeChild) | undefined;
728
+ activator?: ((args_0: {
729
+ isActive: boolean;
730
+ props: Record<string, any>;
731
+ }) => vue.VNodeChild) | undefined;
732
+ };
733
+ $slots?: {
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
+ } | undefined;
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
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
761
+ } & vue.ShallowUnwrapRef<Omit<Omit<{
762
+ $: vue.ComponentInternalInstance;
763
+ $data: {};
764
+ $props: Partial<{
765
+ absolute: boolean;
766
+ location: Anchor;
767
+ origin: "auto" | Anchor | "overlap";
768
+ transition: string | boolean | (vue.TransitionProps & {
769
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
770
+ });
771
+ zIndex: string | number;
772
+ eager: boolean;
773
+ disabled: boolean;
774
+ modelValue: boolean;
775
+ activatorProps: Record<string, any>;
776
+ openOnClick: boolean;
777
+ openOnHover: boolean;
778
+ openOnFocus: boolean;
779
+ closeOnContentClick: boolean;
780
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
781
+ updateLocation: (e: Event) => void;
782
+ } | undefined);
783
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
784
+ closeOnBack: boolean;
785
+ contained: boolean;
786
+ noClickAnimation: boolean;
787
+ persistent: boolean;
788
+ scrim: string | boolean;
789
+ _disableGlobalStack: boolean;
790
+ }> & Omit<{
791
+ absolute: boolean;
792
+ location: Anchor;
793
+ origin: "auto" | Anchor | "overlap";
794
+ transition: string | boolean | (vue.TransitionProps & {
795
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
796
+ });
797
+ zIndex: string | number;
798
+ eager: boolean;
799
+ disabled: boolean;
800
+ modelValue: boolean;
801
+ activatorProps: Record<string, any>;
802
+ openOnHover: boolean;
803
+ closeOnContentClick: boolean;
804
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
805
+ updateLocation: (e: Event) => void;
806
+ } | undefined);
807
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
808
+ closeOnBack: boolean;
809
+ contained: boolean;
810
+ noClickAnimation: boolean;
811
+ persistent: boolean;
812
+ scrim: string | boolean;
813
+ _disableGlobalStack: boolean;
814
+ } & {
815
+ offset?: string | number | number[] | undefined;
816
+ height?: string | number | undefined;
817
+ width?: string | number | undefined;
818
+ maxHeight?: string | number | undefined;
819
+ maxWidth?: string | number | undefined;
820
+ minHeight?: string | number | undefined;
821
+ minWidth?: string | number | undefined;
822
+ theme?: string | undefined;
823
+ contentClass?: any;
824
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
825
+ closeDelay?: string | number | undefined;
826
+ openDelay?: string | number | undefined;
827
+ openOnClick?: boolean | undefined;
828
+ openOnFocus?: boolean | undefined;
829
+ contentProps?: any;
830
+ attach?: string | boolean | Element | undefined;
831
+ } & {
832
+ $children?: {} | vue.VNodeChild | {
833
+ default?: ((args_0: {
834
+ isActive: vue.Ref<boolean>;
835
+ }) => vue.VNodeChild) | undefined;
836
+ activator?: ((args_0: {
837
+ isActive: boolean;
838
+ props: Record<string, any>;
839
+ }) => vue.VNodeChild) | undefined;
840
+ };
841
+ $slots?: {
842
+ default?: ((args_0: {
843
+ isActive: vue.Ref<boolean>;
844
+ }) => vue.VNodeChild) | undefined;
845
+ activator?: ((args_0: {
846
+ isActive: boolean;
847
+ props: Record<string, any>;
848
+ }) => vue.VNodeChild) | undefined;
849
+ } | undefined;
850
+ 'v-slots'?: {
851
+ default?: false | ((args_0: {
852
+ isActive: vue.Ref<boolean>;
853
+ }) => vue.VNodeChild) | undefined;
854
+ activator?: false | ((args_0: {
855
+ isActive: boolean;
856
+ props: Record<string, any>;
857
+ }) => vue.VNodeChild) | undefined;
858
+ } | undefined;
859
+ } & {
860
+ "v-slot:default"?: false | ((args_0: {
861
+ isActive: vue.Ref<boolean>;
862
+ }) => vue.VNodeChild) | undefined;
863
+ "v-slot:activator"?: false | ((args_0: {
864
+ isActive: boolean;
865
+ props: Record<string, any>;
866
+ }) => vue.VNodeChild) | undefined;
867
+ } & {
868
+ onAfterLeave?: (() => any) | undefined;
869
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
870
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
871
+ } & 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">;
872
+ $attrs: {
873
+ [x: string]: unknown;
874
+ };
875
+ $refs: {
876
+ [x: string]: unknown;
877
+ };
878
+ $slots: Readonly<{
879
+ [name: string]: vue.Slot | undefined;
880
+ }>;
881
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
882
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
883
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
884
+ $el: any;
885
+ $options: vue.ComponentOptionsBase<{
886
+ absolute: boolean;
887
+ location: Anchor;
888
+ origin: "auto" | Anchor | "overlap";
889
+ transition: string | boolean | (vue.TransitionProps & {
890
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
891
+ });
892
+ zIndex: string | number;
893
+ eager: boolean;
894
+ disabled: boolean;
895
+ modelValue: boolean;
896
+ activatorProps: Record<string, any>;
897
+ openOnHover: boolean;
898
+ closeOnContentClick: boolean;
899
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
900
+ updateLocation: (e: Event) => void;
901
+ } | undefined);
902
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
903
+ closeOnBack: boolean;
904
+ contained: boolean;
905
+ noClickAnimation: boolean;
906
+ persistent: boolean;
907
+ scrim: string | boolean;
908
+ _disableGlobalStack: boolean;
909
+ } & {
910
+ offset?: string | number | number[] | undefined;
911
+ height?: string | number | undefined;
912
+ width?: string | number | undefined;
913
+ maxHeight?: string | number | undefined;
914
+ maxWidth?: string | number | undefined;
915
+ minHeight?: string | number | undefined;
916
+ minWidth?: string | number | undefined;
917
+ theme?: string | undefined;
918
+ contentClass?: any;
919
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
920
+ closeDelay?: string | number | undefined;
921
+ openDelay?: string | number | undefined;
922
+ openOnClick?: boolean | undefined;
923
+ openOnFocus?: boolean | undefined;
924
+ contentProps?: any;
925
+ attach?: string | boolean | Element | undefined;
926
+ } & {
927
+ $children?: {} | vue.VNodeChild | {
928
+ default?: ((args_0: {
929
+ isActive: vue.Ref<boolean>;
930
+ }) => vue.VNodeChild) | undefined;
931
+ activator?: ((args_0: {
932
+ isActive: boolean;
933
+ props: Record<string, any>;
934
+ }) => vue.VNodeChild) | undefined;
935
+ };
936
+ $slots?: {
937
+ default?: ((args_0: {
938
+ isActive: vue.Ref<boolean>;
939
+ }) => vue.VNodeChild) | undefined;
940
+ activator?: ((args_0: {
941
+ isActive: boolean;
942
+ props: Record<string, any>;
943
+ }) => vue.VNodeChild) | undefined;
944
+ } | undefined;
945
+ 'v-slots'?: {
946
+ default?: false | ((args_0: {
947
+ isActive: vue.Ref<boolean>;
948
+ }) => vue.VNodeChild) | undefined;
949
+ activator?: false | ((args_0: {
950
+ isActive: boolean;
951
+ props: Record<string, any>;
952
+ }) => vue.VNodeChild) | undefined;
953
+ } | undefined;
954
+ } & {
955
+ "v-slot:default"?: false | ((args_0: {
956
+ isActive: vue.Ref<boolean>;
957
+ }) => vue.VNodeChild) | undefined;
958
+ "v-slot:activator"?: false | ((args_0: {
959
+ isActive: boolean;
960
+ props: Record<string, any>;
961
+ }) => vue.VNodeChild) | undefined;
962
+ } & {
963
+ onAfterLeave?: (() => any) | undefined;
964
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
965
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
966
+ }, {
967
+ activatorEl: vue.Ref<HTMLElement | undefined>;
968
+ animateClick: () => void;
969
+ contentEl: vue.Ref<HTMLElement | undefined>;
970
+ globalTop: Readonly<vue.Ref<boolean>>;
971
+ localTop: vue.ComputedRef<boolean>;
972
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
973
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
974
+ 'click:outside': (e: MouseEvent) => true;
975
+ 'update:modelValue': (value: boolean) => true;
976
+ afterLeave: () => true;
977
+ }, string, {
978
+ absolute: boolean;
979
+ location: Anchor;
980
+ origin: "auto" | Anchor | "overlap";
981
+ transition: string | boolean | (vue.TransitionProps & {
982
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
983
+ });
984
+ zIndex: string | number;
985
+ eager: boolean;
986
+ disabled: boolean;
987
+ modelValue: boolean;
988
+ activatorProps: Record<string, any>;
989
+ openOnClick: boolean;
990
+ openOnHover: boolean;
991
+ openOnFocus: boolean;
992
+ closeOnContentClick: boolean;
993
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
994
+ updateLocation: (e: Event) => void;
995
+ } | undefined);
996
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
997
+ closeOnBack: boolean;
998
+ contained: boolean;
999
+ noClickAnimation: boolean;
1000
+ persistent: boolean;
1001
+ scrim: string | boolean;
1002
+ _disableGlobalStack: boolean;
1003
+ }, {}, string> & {
1004
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1005
+ created?: ((() => void) | (() => void)[]) | undefined;
1006
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1007
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1008
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1009
+ updated?: ((() => void) | (() => void)[]) | undefined;
1010
+ activated?: ((() => void) | (() => void)[]) | undefined;
1011
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1012
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1013
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1014
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1015
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1016
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1017
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1018
+ 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;
1019
+ };
1020
+ $forceUpdate: () => void;
1021
+ $nextTick: typeof vue.nextTick;
1022
+ $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;
1023
+ } & {
1024
+ absolute: boolean;
1025
+ location: Anchor;
1026
+ origin: "auto" | Anchor | "overlap";
1027
+ transition: string | boolean | (vue.TransitionProps & {
1028
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1029
+ });
1030
+ zIndex: string | number;
1031
+ eager: boolean;
1032
+ disabled: boolean;
1033
+ modelValue: boolean;
1034
+ activatorProps: Record<string, any>;
1035
+ openOnHover: boolean;
1036
+ closeOnContentClick: boolean;
1037
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1038
+ updateLocation: (e: Event) => void;
1039
+ } | undefined);
1040
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1041
+ closeOnBack: boolean;
1042
+ contained: boolean;
1043
+ noClickAnimation: boolean;
1044
+ persistent: boolean;
1045
+ scrim: string | boolean;
1046
+ _disableGlobalStack: boolean;
1047
+ } & {
1048
+ offset?: string | number | number[] | undefined;
1049
+ height?: string | number | undefined;
1050
+ width?: string | number | undefined;
1051
+ maxHeight?: string | number | undefined;
1052
+ maxWidth?: string | number | undefined;
1053
+ minHeight?: string | number | undefined;
1054
+ minWidth?: string | number | undefined;
1055
+ theme?: string | undefined;
1056
+ contentClass?: any;
1057
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1058
+ closeDelay?: string | number | undefined;
1059
+ openDelay?: string | number | undefined;
1060
+ openOnClick?: boolean | undefined;
1061
+ openOnFocus?: boolean | undefined;
1062
+ contentProps?: any;
1063
+ attach?: string | boolean | Element | undefined;
1064
+ } & {
1065
+ $children?: {} | vue.VNodeChild | {
1066
+ default?: ((args_0: {
1067
+ isActive: vue.Ref<boolean>;
1068
+ }) => vue.VNodeChild) | undefined;
1069
+ activator?: ((args_0: {
1070
+ isActive: boolean;
1071
+ props: Record<string, any>;
1072
+ }) => vue.VNodeChild) | undefined;
1073
+ };
1074
+ $slots?: {
1075
+ default?: ((args_0: {
1076
+ isActive: vue.Ref<boolean>;
1077
+ }) => vue.VNodeChild) | undefined;
1078
+ activator?: ((args_0: {
1079
+ isActive: boolean;
1080
+ props: Record<string, any>;
1081
+ }) => vue.VNodeChild) | undefined;
1082
+ } | undefined;
1083
+ 'v-slots'?: {
1084
+ default?: false | ((args_0: {
1085
+ isActive: vue.Ref<boolean>;
1086
+ }) => vue.VNodeChild) | undefined;
1087
+ activator?: false | ((args_0: {
1088
+ isActive: boolean;
1089
+ props: Record<string, any>;
1090
+ }) => vue.VNodeChild) | undefined;
1091
+ } | undefined;
1092
+ } & {
1093
+ "v-slot:default"?: false | ((args_0: {
1094
+ isActive: vue.Ref<boolean>;
1095
+ }) => vue.VNodeChild) | undefined;
1096
+ "v-slot:activator"?: false | ((args_0: {
1097
+ isActive: boolean;
1098
+ props: Record<string, any>;
1099
+ }) => vue.VNodeChild) | undefined;
1100
+ } & {
1101
+ onAfterLeave?: (() => any) | undefined;
1102
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1103
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1104
+ } & vue.ShallowUnwrapRef<{
1105
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1106
+ animateClick: () => void;
1107
+ contentEl: vue.Ref<HTMLElement | undefined>;
1108
+ globalTop: Readonly<vue.Ref<boolean>>;
1109
+ localTop: vue.ComputedRef<boolean>;
1110
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1111
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "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}`>> & {} & vue.ComponentCustomProperties & {};
1112
+ __isFragment?: undefined;
1113
+ __isTeleport?: undefined;
1114
+ __isSuspense?: undefined;
1115
+ } & vue.ComponentOptionsBase<{
84
1116
  offset: NonNullable<string | number | number[] | undefined>;
85
1117
  location: NonNullable<Anchor>;
86
1118
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -89,6 +1121,7 @@ declare const VTooltip: vue.DefineComponent<{
89
1121
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
90
1122
  })>;
91
1123
  zIndex: string | number;
1124
+ eager: boolean;
92
1125
  disabled: boolean;
93
1126
  modelValue: boolean;
94
1127
  activatorProps: Record<string, any>;
@@ -129,6 +1162,15 @@ declare const VTooltip: vue.DefineComponent<{
129
1162
  props: Record<string, any>;
130
1163
  }) => vue.VNodeChild) | undefined;
131
1164
  };
1165
+ $slots?: {
1166
+ default?: ((args_0: {
1167
+ isActive: vue.Ref<boolean>;
1168
+ }) => vue.VNodeChild) | undefined;
1169
+ activator?: ((args_0: {
1170
+ isActive: boolean;
1171
+ props: Record<string, any>;
1172
+ }) => vue.VNodeChild) | undefined;
1173
+ } | undefined;
132
1174
  'v-slots'?: {
133
1175
  default?: false | ((args_0: {
134
1176
  isActive: vue.Ref<boolean>;
@@ -146,6 +1188,8 @@ declare const VTooltip: vue.DefineComponent<{
146
1188
  isActive: boolean;
147
1189
  props: Record<string, any>;
148
1190
  }) => vue.VNodeChild) | undefined;
1191
+ } & {
1192
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
149
1193
  }, Omit<Omit<{
150
1194
  $: vue.ComponentInternalInstance;
151
1195
  $data: {};
@@ -226,6 +1270,15 @@ declare const VTooltip: vue.DefineComponent<{
226
1270
  props: Record<string, any>;
227
1271
  }) => vue.VNodeChild) | undefined;
228
1272
  };
1273
+ $slots?: {
1274
+ default?: ((args_0: {
1275
+ isActive: vue.Ref<boolean>;
1276
+ }) => vue.VNodeChild) | undefined;
1277
+ activator?: ((args_0: {
1278
+ isActive: boolean;
1279
+ props: Record<string, any>;
1280
+ }) => vue.VNodeChild) | undefined;
1281
+ } | undefined;
229
1282
  'v-slots'?: {
230
1283
  default?: false | ((args_0: {
231
1284
  isActive: vue.Ref<boolean>;
@@ -312,6 +1365,15 @@ declare const VTooltip: vue.DefineComponent<{
312
1365
  props: Record<string, any>;
313
1366
  }) => vue.VNodeChild) | undefined;
314
1367
  };
1368
+ $slots?: {
1369
+ default?: ((args_0: {
1370
+ isActive: vue.Ref<boolean>;
1371
+ }) => vue.VNodeChild) | undefined;
1372
+ activator?: ((args_0: {
1373
+ isActive: boolean;
1374
+ props: Record<string, any>;
1375
+ }) => vue.VNodeChild) | undefined;
1376
+ } | undefined;
315
1377
  'v-slots'?: {
316
1378
  default?: false | ((args_0: {
317
1379
  isActive: vue.Ref<boolean>;
@@ -441,6 +1503,15 @@ declare const VTooltip: vue.DefineComponent<{
441
1503
  props: Record<string, any>;
442
1504
  }) => vue.VNodeChild) | undefined;
443
1505
  };
1506
+ $slots?: {
1507
+ default?: ((args_0: {
1508
+ isActive: vue.Ref<boolean>;
1509
+ }) => vue.VNodeChild) | undefined;
1510
+ activator?: ((args_0: {
1511
+ isActive: boolean;
1512
+ props: Record<string, any>;
1513
+ }) => vue.VNodeChild) | undefined;
1514
+ } | undefined;
444
1515
  'v-slots'?: {
445
1516
  default?: false | ((args_0: {
446
1517
  isActive: vue.Ref<boolean>;
@@ -469,77 +1540,9 @@ declare const VTooltip: vue.DefineComponent<{
469
1540
  globalTop: Readonly<vue.Ref<boolean>>;
470
1541
  localTop: vue.ComputedRef<boolean>;
471
1542
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
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, {
1543
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "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
1544
  '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: {
516
- isActive: vue.Ref<boolean>;
517
- }) => vue.VNodeChild) | undefined;
518
- activator?: ((args_0: {
519
- isActive: boolean;
520
- props: Record<string, any>;
521
- }) => vue.VNodeChild) | undefined;
522
- };
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
- }, {
1545
+ }, string, {
543
1546
  offset: NonNullable<string | number | number[] | undefined>;
544
1547
  location: NonNullable<Anchor>;
545
1548
  origin: NonNullable<"auto" | Anchor | "overlap">;
@@ -548,6 +1551,7 @@ declare const VTooltip: vue.DefineComponent<{
548
1551
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
549
1552
  })>;
550
1553
  zIndex: string | number;
1554
+ eager: boolean;
551
1555
  disabled: boolean;
552
1556
  modelValue: boolean;
553
1557
  activatorProps: Record<string, any>;
@@ -563,7 +1567,245 @@ declare const VTooltip: vue.DefineComponent<{
563
1567
  contained: boolean;
564
1568
  noClickAnimation: boolean;
565
1569
  scrim: NonNullable<string | boolean>;
566
- }>;
1570
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1571
+ offset: {
1572
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
1573
+ default: NonNullable<string | number | number[] | undefined>;
1574
+ };
1575
+ location: Omit<{
1576
+ type: vue.PropType<Anchor>;
1577
+ default: string;
1578
+ }, "type" | "default"> & {
1579
+ type: vue.PropType<NonNullable<Anchor>>;
1580
+ default: NonNullable<Anchor>;
1581
+ };
1582
+ origin: Omit<{
1583
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1584
+ default: string;
1585
+ }, "type" | "default"> & {
1586
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
1587
+ default: NonNullable<"auto" | Anchor | "overlap">;
1588
+ };
1589
+ height: (StringConstructor | NumberConstructor)[];
1590
+ width: (StringConstructor | NumberConstructor)[];
1591
+ maxHeight: (StringConstructor | NumberConstructor)[];
1592
+ maxWidth: (StringConstructor | NumberConstructor)[];
1593
+ minHeight: (StringConstructor | NumberConstructor)[];
1594
+ minWidth: {
1595
+ type: vue.PropType<NonNullable<string | number>>;
1596
+ default: NonNullable<string | number>;
1597
+ };
1598
+ transition: Omit<{
1599
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1600
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1601
+ })>;
1602
+ default: string;
1603
+ validator: (val: unknown) => boolean;
1604
+ }, "type" | "default"> & {
1605
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1606
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1607
+ })>>;
1608
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1609
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1610
+ })>;
1611
+ };
1612
+ zIndex: {
1613
+ type: (StringConstructor | NumberConstructor)[];
1614
+ default: number;
1615
+ };
1616
+ eager: {
1617
+ type: vue.PropType<boolean>;
1618
+ default: boolean;
1619
+ };
1620
+ disabled: BooleanConstructor;
1621
+ theme: StringConstructor;
1622
+ contentClass: null;
1623
+ modelValue: BooleanConstructor;
1624
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1625
+ closeDelay: (StringConstructor | NumberConstructor)[];
1626
+ openDelay: (StringConstructor | NumberConstructor)[];
1627
+ activatorProps: {
1628
+ type: vue.PropType<Record<string, any>>;
1629
+ default: () => {};
1630
+ };
1631
+ openOnClick: Omit<{
1632
+ type: BooleanConstructor;
1633
+ default: undefined;
1634
+ }, "type" | "default"> & {
1635
+ type: vue.PropType<boolean>;
1636
+ default: boolean;
1637
+ };
1638
+ openOnHover: {
1639
+ type: vue.PropType<boolean>;
1640
+ default: boolean;
1641
+ };
1642
+ openOnFocus: {
1643
+ type: BooleanConstructor;
1644
+ default: undefined;
1645
+ };
1646
+ closeOnContentClick: BooleanConstructor;
1647
+ locationStrategy: Omit<{
1648
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1649
+ updateLocation: (e: Event) => void;
1650
+ } | undefined)>;
1651
+ default: string;
1652
+ validator: (val: any) => boolean;
1653
+ }, "type" | "default"> & {
1654
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1655
+ updateLocation: (e: Event) => void;
1656
+ } | undefined)>>;
1657
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1658
+ updateLocation: (e: Event) => void;
1659
+ } | undefined)>;
1660
+ };
1661
+ scrollStrategy: Omit<{
1662
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1663
+ default: string;
1664
+ validator: (val: any) => boolean;
1665
+ }, "type" | "default"> & {
1666
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
1667
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1668
+ };
1669
+ closeOnBack: Omit<{
1670
+ type: BooleanConstructor;
1671
+ default: boolean;
1672
+ }, "type" | "default"> & {
1673
+ type: vue.PropType<boolean>;
1674
+ default: boolean;
1675
+ };
1676
+ contained: BooleanConstructor;
1677
+ contentProps: null;
1678
+ noClickAnimation: BooleanConstructor;
1679
+ scrim: Omit<{
1680
+ type: (StringConstructor | BooleanConstructor)[];
1681
+ default: boolean;
1682
+ }, "type" | "default"> & {
1683
+ type: vue.PropType<NonNullable<string | boolean>>;
1684
+ default: NonNullable<string | boolean>;
1685
+ };
1686
+ attach: vue.PropType<string | boolean | Element>;
1687
+ id: StringConstructor;
1688
+ text: StringConstructor;
1689
+ }, vue.ExtractPropTypes<{
1690
+ offset: {
1691
+ type: vue.PropType<NonNullable<string | number | number[] | undefined>>;
1692
+ default: NonNullable<string | number | number[] | undefined>;
1693
+ };
1694
+ location: Omit<{
1695
+ type: vue.PropType<Anchor>;
1696
+ default: string;
1697
+ }, "type" | "default"> & {
1698
+ type: vue.PropType<NonNullable<Anchor>>;
1699
+ default: NonNullable<Anchor>;
1700
+ };
1701
+ origin: Omit<{
1702
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1703
+ default: string;
1704
+ }, "type" | "default"> & {
1705
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
1706
+ default: NonNullable<"auto" | Anchor | "overlap">;
1707
+ };
1708
+ height: (StringConstructor | NumberConstructor)[];
1709
+ width: (StringConstructor | NumberConstructor)[];
1710
+ maxHeight: (StringConstructor | NumberConstructor)[];
1711
+ maxWidth: (StringConstructor | NumberConstructor)[];
1712
+ minHeight: (StringConstructor | NumberConstructor)[];
1713
+ minWidth: {
1714
+ type: vue.PropType<NonNullable<string | number>>;
1715
+ default: NonNullable<string | number>;
1716
+ };
1717
+ transition: Omit<{
1718
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1719
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1720
+ })>;
1721
+ default: string;
1722
+ validator: (val: unknown) => boolean;
1723
+ }, "type" | "default"> & {
1724
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1725
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1726
+ })>>;
1727
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1728
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1729
+ })>;
1730
+ };
1731
+ zIndex: {
1732
+ type: (StringConstructor | NumberConstructor)[];
1733
+ default: number;
1734
+ };
1735
+ eager: {
1736
+ type: vue.PropType<boolean>;
1737
+ default: boolean;
1738
+ };
1739
+ disabled: BooleanConstructor;
1740
+ theme: StringConstructor;
1741
+ contentClass: null;
1742
+ modelValue: BooleanConstructor;
1743
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1744
+ closeDelay: (StringConstructor | NumberConstructor)[];
1745
+ openDelay: (StringConstructor | NumberConstructor)[];
1746
+ activatorProps: {
1747
+ type: vue.PropType<Record<string, any>>;
1748
+ default: () => {};
1749
+ };
1750
+ openOnClick: Omit<{
1751
+ type: BooleanConstructor;
1752
+ default: undefined;
1753
+ }, "type" | "default"> & {
1754
+ type: vue.PropType<boolean>;
1755
+ default: boolean;
1756
+ };
1757
+ openOnHover: {
1758
+ type: vue.PropType<boolean>;
1759
+ default: boolean;
1760
+ };
1761
+ openOnFocus: {
1762
+ type: BooleanConstructor;
1763
+ default: undefined;
1764
+ };
1765
+ closeOnContentClick: BooleanConstructor;
1766
+ locationStrategy: Omit<{
1767
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1768
+ updateLocation: (e: Event) => void;
1769
+ } | undefined)>;
1770
+ default: string;
1771
+ validator: (val: any) => boolean;
1772
+ }, "type" | "default"> & {
1773
+ type: vue.PropType<NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1774
+ updateLocation: (e: Event) => void;
1775
+ } | undefined)>>;
1776
+ default: NonNullable<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1777
+ updateLocation: (e: Event) => void;
1778
+ } | undefined)>;
1779
+ };
1780
+ scrollStrategy: Omit<{
1781
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1782
+ default: string;
1783
+ validator: (val: any) => boolean;
1784
+ }, "type" | "default"> & {
1785
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
1786
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1787
+ };
1788
+ closeOnBack: Omit<{
1789
+ type: BooleanConstructor;
1790
+ default: boolean;
1791
+ }, "type" | "default"> & {
1792
+ type: vue.PropType<boolean>;
1793
+ default: boolean;
1794
+ };
1795
+ contained: BooleanConstructor;
1796
+ contentProps: null;
1797
+ noClickAnimation: BooleanConstructor;
1798
+ scrim: Omit<{
1799
+ type: (StringConstructor | BooleanConstructor)[];
1800
+ default: boolean;
1801
+ }, "type" | "default"> & {
1802
+ type: vue.PropType<NonNullable<string | boolean>>;
1803
+ default: NonNullable<string | boolean>;
1804
+ };
1805
+ attach: vue.PropType<string | boolean | Element>;
1806
+ id: StringConstructor;
1807
+ text: StringConstructor;
1808
+ }>>;
567
1809
  type VTooltip = InstanceType<typeof VTooltip>;
568
1810
 
569
1811
  export { VTooltip };