@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, nextTick } from 'vue';
2
+ import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, nextTick } 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,36 +84,1679 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
80
84
  } | undefined;
81
85
  };
82
86
 
83
- declare const VDialog: vue.DefineComponent<{
87
+ declare const VDialog: {
88
+ new (...args: any[]): {
89
+ $: vue.ComponentInternalInstance;
90
+ $data: {};
91
+ $props: Partial<{
92
+ absolute: boolean;
93
+ location: Anchor;
94
+ origin: NonNullable<"auto" | Anchor | "overlap">;
95
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
96
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
97
+ })> | {
98
+ component: {
99
+ new (...args: any[]): {
100
+ $: vue.ComponentInternalInstance;
101
+ $data: {};
102
+ $props: Partial<{}> & Omit<{} & {
103
+ target?: HTMLElement | undefined;
104
+ } & {
105
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
106
+ default?: (() => vue.VNodeChild) | undefined;
107
+ };
108
+ $slots?: {
109
+ default?: (() => vue.VNodeChild) | undefined;
110
+ } | undefined;
111
+ 'v-slots'?: {
112
+ default?: false | (() => vue.VNodeChild) | undefined;
113
+ } | undefined;
114
+ } & {
115
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
116
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
117
+ $attrs: {
118
+ [x: string]: unknown;
119
+ };
120
+ $refs: {
121
+ [x: string]: unknown;
122
+ };
123
+ $slots: Readonly<{
124
+ [name: string]: vue.Slot | undefined;
125
+ }>;
126
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
127
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
128
+ $emit: (event: string, ...args: any[]) => void;
129
+ $el: any;
130
+ $options: vue.ComponentOptionsBase<{} & {
131
+ target?: HTMLElement | undefined;
132
+ } & {
133
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
134
+ default?: (() => vue.VNodeChild) | undefined;
135
+ };
136
+ $slots?: {
137
+ default?: (() => vue.VNodeChild) | undefined;
138
+ } | undefined;
139
+ 'v-slots'?: {
140
+ default?: false | (() => vue.VNodeChild) | undefined;
141
+ } | undefined;
142
+ } & {
143
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
144
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
145
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
146
+ created?: ((() => void) | (() => void)[]) | undefined;
147
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
148
+ mounted?: ((() => void) | (() => void)[]) | undefined;
149
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
150
+ updated?: ((() => void) | (() => void)[]) | undefined;
151
+ activated?: ((() => void) | (() => void)[]) | undefined;
152
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
153
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
154
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
155
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
156
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
157
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
158
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
159
+ 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;
160
+ };
161
+ $forceUpdate: () => void;
162
+ $nextTick: typeof nextTick;
163
+ $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;
164
+ } & {} & {
165
+ target?: HTMLElement | undefined;
166
+ } & {
167
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
168
+ default?: (() => vue.VNodeChild) | undefined;
169
+ };
170
+ $slots?: {
171
+ default?: (() => vue.VNodeChild) | undefined;
172
+ } | undefined;
173
+ 'v-slots'?: {
174
+ default?: false | (() => vue.VNodeChild) | undefined;
175
+ } | undefined;
176
+ } & {
177
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
178
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
179
+ __isFragment?: undefined;
180
+ __isTeleport?: undefined;
181
+ __isSuspense?: undefined;
182
+ } & vue.ComponentOptionsBase<{} & {
183
+ target?: HTMLElement | undefined;
184
+ } & {
185
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
186
+ default?: (() => vue.VNodeChild) | undefined;
187
+ };
188
+ $slots?: {
189
+ default?: (() => vue.VNodeChild) | undefined;
190
+ } | undefined;
191
+ 'v-slots'?: {
192
+ default?: false | (() => vue.VNodeChild) | undefined;
193
+ } | undefined;
194
+ } & {
195
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
196
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
197
+ target: vue.PropType<HTMLElement>;
198
+ }, vue.ExtractPropTypes<{
199
+ target: vue.PropType<HTMLElement>;
200
+ }>>;
201
+ };
202
+ zIndex: NonNullable<string | number>;
203
+ eager: boolean;
204
+ disabled: boolean;
205
+ modelValue: boolean;
206
+ activatorProps: Record<string, any>;
207
+ openOnClick: boolean;
208
+ openOnHover: boolean;
209
+ openOnFocus: boolean;
210
+ closeOnContentClick: boolean;
211
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
212
+ updateLocation: (e: Event) => void;
213
+ } | undefined);
214
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
215
+ closeOnBack: boolean;
216
+ contained: boolean;
217
+ noClickAnimation: boolean;
218
+ persistent: boolean;
219
+ scrim: string | boolean;
220
+ fullscreen: boolean;
221
+ scrollable: boolean;
222
+ retainFocus: boolean;
223
+ }> & Omit<{
224
+ absolute: boolean;
225
+ location: Anchor;
226
+ origin: NonNullable<"auto" | Anchor | "overlap">;
227
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
228
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
229
+ })> | {
230
+ component: {
231
+ new (...args: any[]): {
232
+ $: vue.ComponentInternalInstance;
233
+ $data: {};
234
+ $props: Partial<{}> & Omit<{} & {
235
+ target?: HTMLElement | undefined;
236
+ } & {
237
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
238
+ default?: (() => vue.VNodeChild) | undefined;
239
+ };
240
+ $slots?: {
241
+ default?: (() => vue.VNodeChild) | undefined;
242
+ } | undefined;
243
+ 'v-slots'?: {
244
+ default?: false | (() => vue.VNodeChild) | undefined;
245
+ } | undefined;
246
+ } & {
247
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
248
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
249
+ $attrs: {
250
+ [x: string]: unknown;
251
+ };
252
+ $refs: {
253
+ [x: string]: unknown;
254
+ };
255
+ $slots: Readonly<{
256
+ [name: string]: vue.Slot | undefined;
257
+ }>;
258
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
259
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
260
+ $emit: (event: string, ...args: any[]) => void;
261
+ $el: any;
262
+ $options: vue.ComponentOptionsBase<{} & {
263
+ target?: HTMLElement | undefined;
264
+ } & {
265
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
266
+ default?: (() => vue.VNodeChild) | undefined;
267
+ };
268
+ $slots?: {
269
+ default?: (() => vue.VNodeChild) | undefined;
270
+ } | undefined;
271
+ 'v-slots'?: {
272
+ default?: false | (() => vue.VNodeChild) | undefined;
273
+ } | undefined;
274
+ } & {
275
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
276
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
277
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
278
+ created?: ((() => void) | (() => void)[]) | undefined;
279
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
280
+ mounted?: ((() => void) | (() => void)[]) | undefined;
281
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
282
+ updated?: ((() => void) | (() => void)[]) | undefined;
283
+ activated?: ((() => void) | (() => void)[]) | undefined;
284
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
285
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
286
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
287
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
288
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
289
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
290
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
291
+ 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;
292
+ };
293
+ $forceUpdate: () => void;
294
+ $nextTick: typeof nextTick;
295
+ $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;
296
+ } & {} & {
297
+ target?: HTMLElement | undefined;
298
+ } & {
299
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
300
+ default?: (() => vue.VNodeChild) | undefined;
301
+ };
302
+ $slots?: {
303
+ default?: (() => vue.VNodeChild) | undefined;
304
+ } | undefined;
305
+ 'v-slots'?: {
306
+ default?: false | (() => vue.VNodeChild) | undefined;
307
+ } | undefined;
308
+ } & {
309
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
310
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
311
+ __isFragment?: undefined;
312
+ __isTeleport?: undefined;
313
+ __isSuspense?: undefined;
314
+ } & vue.ComponentOptionsBase<{} & {
315
+ target?: HTMLElement | undefined;
316
+ } & {
317
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
318
+ default?: (() => vue.VNodeChild) | undefined;
319
+ };
320
+ $slots?: {
321
+ default?: (() => vue.VNodeChild) | undefined;
322
+ } | undefined;
323
+ 'v-slots'?: {
324
+ default?: false | (() => vue.VNodeChild) | undefined;
325
+ } | undefined;
326
+ } & {
327
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
328
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
329
+ target: vue.PropType<HTMLElement>;
330
+ }, vue.ExtractPropTypes<{
331
+ target: vue.PropType<HTMLElement>;
332
+ }>>;
333
+ };
334
+ zIndex: NonNullable<string | number>;
335
+ eager: boolean;
336
+ disabled: boolean;
337
+ modelValue: boolean;
338
+ activatorProps: Record<string, any>;
339
+ openOnHover: boolean;
340
+ closeOnContentClick: boolean;
341
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
342
+ updateLocation: (e: Event) => void;
343
+ } | undefined);
344
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
345
+ closeOnBack: boolean;
346
+ contained: boolean;
347
+ noClickAnimation: boolean;
348
+ persistent: boolean;
349
+ scrim: string | boolean;
350
+ fullscreen: boolean;
351
+ scrollable: boolean;
352
+ retainFocus: boolean;
353
+ } & {
354
+ offset?: string | number | number[] | undefined;
355
+ height?: string | number | undefined;
356
+ width?: string | number | undefined;
357
+ maxHeight?: string | number | undefined;
358
+ maxWidth?: string | number | undefined;
359
+ minHeight?: string | number | undefined;
360
+ minWidth?: string | number | undefined;
361
+ theme?: string | undefined;
362
+ contentClass?: any;
363
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
364
+ closeDelay?: string | number | undefined;
365
+ openDelay?: string | number | undefined;
366
+ openOnClick?: boolean | undefined;
367
+ openOnFocus?: boolean | undefined;
368
+ contentProps?: any;
369
+ attach?: string | boolean | Element | undefined;
370
+ } & {
371
+ $children?: {} | vue.VNodeChild | {
372
+ default?: ((args_0: {
373
+ isActive: vue.Ref<boolean>;
374
+ }) => vue.VNodeChild) | undefined;
375
+ activator?: ((args_0: {
376
+ isActive: boolean;
377
+ props: Record<string, any>;
378
+ }) => vue.VNodeChild) | undefined;
379
+ };
380
+ $slots?: {
381
+ default?: ((args_0: {
382
+ isActive: vue.Ref<boolean>;
383
+ }) => vue.VNodeChild) | undefined;
384
+ activator?: ((args_0: {
385
+ isActive: boolean;
386
+ props: Record<string, any>;
387
+ }) => vue.VNodeChild) | undefined;
388
+ } | undefined;
389
+ 'v-slots'?: {
390
+ default?: false | ((args_0: {
391
+ isActive: vue.Ref<boolean>;
392
+ }) => vue.VNodeChild) | undefined;
393
+ activator?: false | ((args_0: {
394
+ isActive: boolean;
395
+ props: Record<string, any>;
396
+ }) => vue.VNodeChild) | undefined;
397
+ } | undefined;
398
+ } & {
399
+ "v-slot:default"?: false | ((args_0: {
400
+ isActive: vue.Ref<boolean>;
401
+ }) => vue.VNodeChild) | undefined;
402
+ "v-slot:activator"?: false | ((args_0: {
403
+ isActive: boolean;
404
+ props: Record<string, any>;
405
+ }) => vue.VNodeChild) | undefined;
406
+ } & {
407
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
408
+ } & 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" | "fullscreen" | "scrollable" | "retainFocus">;
409
+ $attrs: {
410
+ [x: string]: unknown;
411
+ };
412
+ $refs: {
413
+ [x: string]: unknown;
414
+ };
415
+ $slots: Readonly<{
416
+ [name: string]: vue.Slot | undefined;
417
+ }>;
418
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
419
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
420
+ $emit: (event: "update:modelValue", value: boolean) => void;
421
+ $el: any;
422
+ $options: vue.ComponentOptionsBase<{
423
+ absolute: boolean;
424
+ location: Anchor;
425
+ origin: NonNullable<"auto" | Anchor | "overlap">;
426
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
427
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
428
+ })> | {
429
+ component: {
430
+ new (...args: any[]): {
431
+ $: vue.ComponentInternalInstance;
432
+ $data: {};
433
+ $props: Partial<{}> & Omit<{} & {
434
+ target?: HTMLElement | undefined;
435
+ } & {
436
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
437
+ default?: (() => vue.VNodeChild) | undefined;
438
+ };
439
+ $slots?: {
440
+ default?: (() => vue.VNodeChild) | undefined;
441
+ } | undefined;
442
+ 'v-slots'?: {
443
+ default?: false | (() => vue.VNodeChild) | undefined;
444
+ } | undefined;
445
+ } & {
446
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
447
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
448
+ $attrs: {
449
+ [x: string]: unknown;
450
+ };
451
+ $refs: {
452
+ [x: string]: unknown;
453
+ };
454
+ $slots: Readonly<{
455
+ [name: string]: vue.Slot | undefined;
456
+ }>;
457
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
458
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
459
+ $emit: (event: string, ...args: any[]) => void;
460
+ $el: any;
461
+ $options: vue.ComponentOptionsBase<{} & {
462
+ target?: HTMLElement | undefined;
463
+ } & {
464
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
465
+ default?: (() => vue.VNodeChild) | undefined;
466
+ };
467
+ $slots?: {
468
+ default?: (() => vue.VNodeChild) | undefined;
469
+ } | undefined;
470
+ 'v-slots'?: {
471
+ default?: false | (() => vue.VNodeChild) | undefined;
472
+ } | undefined;
473
+ } & {
474
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
475
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
476
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
477
+ created?: ((() => void) | (() => void)[]) | undefined;
478
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
479
+ mounted?: ((() => void) | (() => void)[]) | undefined;
480
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
481
+ updated?: ((() => void) | (() => void)[]) | undefined;
482
+ activated?: ((() => void) | (() => void)[]) | undefined;
483
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
484
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
485
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
486
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
487
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
488
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
489
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
490
+ 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;
491
+ };
492
+ $forceUpdate: () => void;
493
+ $nextTick: typeof nextTick;
494
+ $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;
495
+ } & {} & {
496
+ target?: HTMLElement | undefined;
497
+ } & {
498
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
499
+ default?: (() => vue.VNodeChild) | undefined;
500
+ };
501
+ $slots?: {
502
+ default?: (() => vue.VNodeChild) | undefined;
503
+ } | undefined;
504
+ 'v-slots'?: {
505
+ default?: false | (() => vue.VNodeChild) | undefined;
506
+ } | undefined;
507
+ } & {
508
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
509
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
510
+ __isFragment?: undefined;
511
+ __isTeleport?: undefined;
512
+ __isSuspense?: undefined;
513
+ } & vue.ComponentOptionsBase<{} & {
514
+ target?: HTMLElement | undefined;
515
+ } & {
516
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
517
+ default?: (() => vue.VNodeChild) | undefined;
518
+ };
519
+ $slots?: {
520
+ default?: (() => vue.VNodeChild) | undefined;
521
+ } | undefined;
522
+ 'v-slots'?: {
523
+ default?: false | (() => vue.VNodeChild) | undefined;
524
+ } | undefined;
525
+ } & {
526
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
527
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
528
+ target: vue.PropType<HTMLElement>;
529
+ }, vue.ExtractPropTypes<{
530
+ target: vue.PropType<HTMLElement>;
531
+ }>>;
532
+ };
533
+ zIndex: NonNullable<string | number>;
534
+ eager: boolean;
535
+ disabled: boolean;
536
+ modelValue: boolean;
537
+ activatorProps: Record<string, any>;
538
+ openOnHover: boolean;
539
+ closeOnContentClick: boolean;
540
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
541
+ updateLocation: (e: Event) => void;
542
+ } | undefined);
543
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
544
+ closeOnBack: boolean;
545
+ contained: boolean;
546
+ noClickAnimation: boolean;
547
+ persistent: boolean;
548
+ scrim: string | boolean;
549
+ fullscreen: boolean;
550
+ scrollable: boolean;
551
+ retainFocus: boolean;
552
+ } & {
553
+ offset?: string | number | number[] | undefined;
554
+ height?: string | number | undefined;
555
+ width?: string | number | undefined;
556
+ maxHeight?: string | number | undefined;
557
+ maxWidth?: string | number | undefined;
558
+ minHeight?: string | number | undefined;
559
+ minWidth?: string | number | undefined;
560
+ theme?: string | undefined;
561
+ contentClass?: any;
562
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
563
+ closeDelay?: string | number | undefined;
564
+ openDelay?: string | number | undefined;
565
+ openOnClick?: boolean | undefined;
566
+ openOnFocus?: boolean | undefined;
567
+ contentProps?: any;
568
+ attach?: string | boolean | Element | undefined;
569
+ } & {
570
+ $children?: {} | vue.VNodeChild | {
571
+ default?: ((args_0: {
572
+ isActive: vue.Ref<boolean>;
573
+ }) => vue.VNodeChild) | undefined;
574
+ activator?: ((args_0: {
575
+ isActive: boolean;
576
+ props: Record<string, any>;
577
+ }) => vue.VNodeChild) | undefined;
578
+ };
579
+ $slots?: {
580
+ default?: ((args_0: {
581
+ isActive: vue.Ref<boolean>;
582
+ }) => vue.VNodeChild) | undefined;
583
+ activator?: ((args_0: {
584
+ isActive: boolean;
585
+ props: Record<string, any>;
586
+ }) => vue.VNodeChild) | undefined;
587
+ } | undefined;
588
+ 'v-slots'?: {
589
+ default?: false | ((args_0: {
590
+ isActive: vue.Ref<boolean>;
591
+ }) => vue.VNodeChild) | undefined;
592
+ activator?: false | ((args_0: {
593
+ isActive: boolean;
594
+ props: Record<string, any>;
595
+ }) => vue.VNodeChild) | undefined;
596
+ } | undefined;
597
+ } & {
598
+ "v-slot:default"?: false | ((args_0: {
599
+ isActive: vue.Ref<boolean>;
600
+ }) => vue.VNodeChild) | undefined;
601
+ "v-slot:activator"?: false | ((args_0: {
602
+ isActive: boolean;
603
+ props: Record<string, any>;
604
+ }) => vue.VNodeChild) | undefined;
605
+ } & {
606
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
607
+ }, Omit<Omit<{
608
+ $: vue.ComponentInternalInstance;
609
+ $data: {};
610
+ $props: Partial<{
611
+ absolute: boolean;
612
+ location: Anchor;
613
+ origin: "auto" | Anchor | "overlap";
614
+ transition: string | boolean | (vue.TransitionProps & {
615
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
616
+ });
617
+ zIndex: string | number;
618
+ eager: boolean;
619
+ disabled: boolean;
620
+ modelValue: boolean;
621
+ activatorProps: Record<string, any>;
622
+ openOnClick: boolean;
623
+ openOnHover: boolean;
624
+ openOnFocus: boolean;
625
+ closeOnContentClick: boolean;
626
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
627
+ updateLocation: (e: Event) => void;
628
+ } | undefined);
629
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
630
+ closeOnBack: boolean;
631
+ contained: boolean;
632
+ noClickAnimation: boolean;
633
+ persistent: boolean;
634
+ scrim: string | boolean;
635
+ _disableGlobalStack: boolean;
636
+ }> & Omit<{
637
+ absolute: boolean;
638
+ location: Anchor;
639
+ origin: "auto" | Anchor | "overlap";
640
+ transition: string | boolean | (vue.TransitionProps & {
641
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
642
+ });
643
+ zIndex: string | number;
644
+ eager: boolean;
645
+ disabled: boolean;
646
+ modelValue: boolean;
647
+ activatorProps: Record<string, any>;
648
+ openOnHover: boolean;
649
+ closeOnContentClick: boolean;
650
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
651
+ updateLocation: (e: Event) => void;
652
+ } | undefined);
653
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
654
+ closeOnBack: boolean;
655
+ contained: boolean;
656
+ noClickAnimation: boolean;
657
+ persistent: boolean;
658
+ scrim: string | boolean;
659
+ _disableGlobalStack: boolean;
660
+ } & {
661
+ offset?: string | number | number[] | undefined;
662
+ height?: string | number | undefined;
663
+ width?: string | number | undefined;
664
+ maxHeight?: string | number | undefined;
665
+ maxWidth?: string | number | undefined;
666
+ minHeight?: string | number | undefined;
667
+ minWidth?: string | number | undefined;
668
+ theme?: string | undefined;
669
+ contentClass?: any;
670
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
671
+ closeDelay?: string | number | undefined;
672
+ openDelay?: string | number | undefined;
673
+ openOnClick?: boolean | undefined;
674
+ openOnFocus?: boolean | undefined;
675
+ contentProps?: any;
676
+ attach?: string | boolean | Element | undefined;
677
+ } & {
678
+ $children?: {} | vue.VNodeChild | {
679
+ default?: ((args_0: {
680
+ isActive: vue.Ref<boolean>;
681
+ }) => vue.VNodeChild) | undefined;
682
+ activator?: ((args_0: {
683
+ isActive: boolean;
684
+ props: Record<string, any>;
685
+ }) => vue.VNodeChild) | undefined;
686
+ };
687
+ $slots?: {
688
+ default?: ((args_0: {
689
+ isActive: vue.Ref<boolean>;
690
+ }) => vue.VNodeChild) | undefined;
691
+ activator?: ((args_0: {
692
+ isActive: boolean;
693
+ props: Record<string, any>;
694
+ }) => vue.VNodeChild) | undefined;
695
+ } | undefined;
696
+ 'v-slots'?: {
697
+ default?: false | ((args_0: {
698
+ isActive: vue.Ref<boolean>;
699
+ }) => vue.VNodeChild) | undefined;
700
+ activator?: false | ((args_0: {
701
+ isActive: boolean;
702
+ props: Record<string, any>;
703
+ }) => vue.VNodeChild) | undefined;
704
+ } | undefined;
705
+ } & {
706
+ "v-slot:default"?: false | ((args_0: {
707
+ isActive: vue.Ref<boolean>;
708
+ }) => vue.VNodeChild) | undefined;
709
+ "v-slot:activator"?: false | ((args_0: {
710
+ isActive: boolean;
711
+ props: Record<string, any>;
712
+ }) => vue.VNodeChild) | undefined;
713
+ } & {
714
+ onAfterLeave?: (() => any) | undefined;
715
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
716
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
717
+ } & 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">;
718
+ $attrs: {
719
+ [x: string]: unknown;
720
+ };
721
+ $refs: {
722
+ [x: string]: unknown;
723
+ };
724
+ $slots: Readonly<{
725
+ [name: string]: vue.Slot | undefined;
726
+ }>;
727
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
728
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
729
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
730
+ $el: any;
731
+ $options: vue.ComponentOptionsBase<{
732
+ absolute: boolean;
733
+ location: Anchor;
734
+ origin: "auto" | Anchor | "overlap";
735
+ transition: string | boolean | (vue.TransitionProps & {
736
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
737
+ });
738
+ zIndex: string | number;
739
+ eager: boolean;
740
+ disabled: boolean;
741
+ modelValue: boolean;
742
+ activatorProps: Record<string, any>;
743
+ openOnHover: boolean;
744
+ closeOnContentClick: boolean;
745
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
746
+ updateLocation: (e: Event) => void;
747
+ } | undefined);
748
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
749
+ closeOnBack: boolean;
750
+ contained: boolean;
751
+ noClickAnimation: boolean;
752
+ persistent: boolean;
753
+ scrim: string | boolean;
754
+ _disableGlobalStack: boolean;
755
+ } & {
756
+ offset?: string | number | number[] | undefined;
757
+ height?: string | number | undefined;
758
+ width?: string | number | undefined;
759
+ maxHeight?: string | number | undefined;
760
+ maxWidth?: string | number | undefined;
761
+ minHeight?: string | number | undefined;
762
+ minWidth?: string | number | undefined;
763
+ theme?: string | undefined;
764
+ contentClass?: any;
765
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
766
+ closeDelay?: string | number | undefined;
767
+ openDelay?: string | number | undefined;
768
+ openOnClick?: boolean | undefined;
769
+ openOnFocus?: boolean | undefined;
770
+ contentProps?: any;
771
+ attach?: string | boolean | Element | undefined;
772
+ } & {
773
+ $children?: {} | vue.VNodeChild | {
774
+ default?: ((args_0: {
775
+ isActive: vue.Ref<boolean>;
776
+ }) => vue.VNodeChild) | undefined;
777
+ activator?: ((args_0: {
778
+ isActive: boolean;
779
+ props: Record<string, any>;
780
+ }) => vue.VNodeChild) | undefined;
781
+ };
782
+ $slots?: {
783
+ default?: ((args_0: {
784
+ isActive: vue.Ref<boolean>;
785
+ }) => vue.VNodeChild) | undefined;
786
+ activator?: ((args_0: {
787
+ isActive: boolean;
788
+ props: Record<string, any>;
789
+ }) => vue.VNodeChild) | undefined;
790
+ } | undefined;
791
+ 'v-slots'?: {
792
+ default?: false | ((args_0: {
793
+ isActive: vue.Ref<boolean>;
794
+ }) => vue.VNodeChild) | undefined;
795
+ activator?: false | ((args_0: {
796
+ isActive: boolean;
797
+ props: Record<string, any>;
798
+ }) => vue.VNodeChild) | undefined;
799
+ } | undefined;
800
+ } & {
801
+ "v-slot:default"?: false | ((args_0: {
802
+ isActive: vue.Ref<boolean>;
803
+ }) => vue.VNodeChild) | undefined;
804
+ "v-slot:activator"?: false | ((args_0: {
805
+ isActive: boolean;
806
+ props: Record<string, any>;
807
+ }) => vue.VNodeChild) | undefined;
808
+ } & {
809
+ onAfterLeave?: (() => any) | undefined;
810
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
811
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
812
+ }, {
813
+ activatorEl: vue.Ref<HTMLElement | undefined>;
814
+ animateClick: () => void;
815
+ contentEl: vue.Ref<HTMLElement | undefined>;
816
+ globalTop: Readonly<vue.Ref<boolean>>;
817
+ localTop: vue.ComputedRef<boolean>;
818
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
819
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
820
+ 'click:outside': (e: MouseEvent) => true;
821
+ 'update:modelValue': (value: boolean) => true;
822
+ afterLeave: () => true;
823
+ }, string, {
824
+ absolute: boolean;
825
+ location: Anchor;
826
+ origin: "auto" | Anchor | "overlap";
827
+ transition: string | boolean | (vue.TransitionProps & {
828
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
829
+ });
830
+ zIndex: string | number;
831
+ eager: boolean;
832
+ disabled: boolean;
833
+ modelValue: boolean;
834
+ activatorProps: Record<string, any>;
835
+ openOnClick: boolean;
836
+ openOnHover: boolean;
837
+ openOnFocus: boolean;
838
+ closeOnContentClick: boolean;
839
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
840
+ updateLocation: (e: Event) => void;
841
+ } | undefined);
842
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
843
+ closeOnBack: boolean;
844
+ contained: boolean;
845
+ noClickAnimation: boolean;
846
+ persistent: boolean;
847
+ scrim: string | boolean;
848
+ _disableGlobalStack: boolean;
849
+ }, {}, string> & {
850
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
851
+ created?: ((() => void) | (() => void)[]) | undefined;
852
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
853
+ mounted?: ((() => void) | (() => void)[]) | undefined;
854
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
855
+ updated?: ((() => void) | (() => void)[]) | undefined;
856
+ activated?: ((() => void) | (() => void)[]) | undefined;
857
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
858
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
859
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
860
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
861
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
862
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
863
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
864
+ 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;
865
+ };
866
+ $forceUpdate: () => void;
867
+ $nextTick: typeof nextTick;
868
+ $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;
869
+ } & {
870
+ absolute: boolean;
871
+ location: Anchor;
872
+ origin: "auto" | Anchor | "overlap";
873
+ transition: string | boolean | (vue.TransitionProps & {
874
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
875
+ });
876
+ zIndex: string | number;
877
+ eager: boolean;
878
+ disabled: boolean;
879
+ modelValue: boolean;
880
+ activatorProps: Record<string, any>;
881
+ openOnHover: boolean;
882
+ closeOnContentClick: boolean;
883
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
884
+ updateLocation: (e: Event) => void;
885
+ } | undefined);
886
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
887
+ closeOnBack: boolean;
888
+ contained: boolean;
889
+ noClickAnimation: boolean;
890
+ persistent: boolean;
891
+ scrim: string | boolean;
892
+ _disableGlobalStack: boolean;
893
+ } & {
894
+ offset?: string | number | number[] | undefined;
895
+ height?: string | number | undefined;
896
+ width?: string | number | undefined;
897
+ maxHeight?: string | number | undefined;
898
+ maxWidth?: string | number | undefined;
899
+ minHeight?: string | number | undefined;
900
+ minWidth?: string | number | undefined;
901
+ theme?: string | undefined;
902
+ contentClass?: any;
903
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
904
+ closeDelay?: string | number | undefined;
905
+ openDelay?: string | number | undefined;
906
+ openOnClick?: boolean | undefined;
907
+ openOnFocus?: boolean | undefined;
908
+ contentProps?: any;
909
+ attach?: string | boolean | Element | undefined;
910
+ } & {
911
+ $children?: {} | vue.VNodeChild | {
912
+ default?: ((args_0: {
913
+ isActive: vue.Ref<boolean>;
914
+ }) => vue.VNodeChild) | undefined;
915
+ activator?: ((args_0: {
916
+ isActive: boolean;
917
+ props: Record<string, any>;
918
+ }) => vue.VNodeChild) | undefined;
919
+ };
920
+ $slots?: {
921
+ default?: ((args_0: {
922
+ isActive: vue.Ref<boolean>;
923
+ }) => vue.VNodeChild) | undefined;
924
+ activator?: ((args_0: {
925
+ isActive: boolean;
926
+ props: Record<string, any>;
927
+ }) => vue.VNodeChild) | undefined;
928
+ } | undefined;
929
+ 'v-slots'?: {
930
+ default?: false | ((args_0: {
931
+ isActive: vue.Ref<boolean>;
932
+ }) => vue.VNodeChild) | undefined;
933
+ activator?: false | ((args_0: {
934
+ isActive: boolean;
935
+ props: Record<string, any>;
936
+ }) => vue.VNodeChild) | undefined;
937
+ } | undefined;
938
+ } & {
939
+ "v-slot:default"?: false | ((args_0: {
940
+ isActive: vue.Ref<boolean>;
941
+ }) => vue.VNodeChild) | undefined;
942
+ "v-slot:activator"?: false | ((args_0: {
943
+ isActive: boolean;
944
+ props: Record<string, any>;
945
+ }) => vue.VNodeChild) | undefined;
946
+ } & {
947
+ onAfterLeave?: (() => any) | undefined;
948
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
949
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
950
+ } & vue.ShallowUnwrapRef<{
951
+ activatorEl: vue.Ref<HTMLElement | undefined>;
952
+ animateClick: () => void;
953
+ contentEl: vue.Ref<HTMLElement | undefined>;
954
+ globalTop: Readonly<vue.Ref<boolean>>;
955
+ localTop: vue.ComputedRef<boolean>;
956
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
957
+ }> & {} & 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, {
958
+ 'update:modelValue': (value: boolean) => boolean;
959
+ }, string, {
960
+ absolute: boolean;
961
+ location: Anchor;
962
+ origin: NonNullable<"auto" | Anchor | "overlap">;
963
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
964
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
965
+ })> | {
966
+ component: {
967
+ new (...args: any[]): {
968
+ $: vue.ComponentInternalInstance;
969
+ $data: {};
970
+ $props: Partial<{}> & Omit<{} & {
971
+ target?: HTMLElement | undefined;
972
+ } & {
973
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
974
+ default?: (() => vue.VNodeChild) | undefined;
975
+ };
976
+ $slots?: {
977
+ default?: (() => vue.VNodeChild) | undefined;
978
+ } | undefined;
979
+ 'v-slots'?: {
980
+ default?: false | (() => vue.VNodeChild) | undefined;
981
+ } | undefined;
982
+ } & {
983
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
984
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
985
+ $attrs: {
986
+ [x: string]: unknown;
987
+ };
988
+ $refs: {
989
+ [x: string]: unknown;
990
+ };
991
+ $slots: Readonly<{
992
+ [name: string]: vue.Slot | undefined;
993
+ }>;
994
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
995
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
996
+ $emit: (event: string, ...args: any[]) => void;
997
+ $el: any;
998
+ $options: vue.ComponentOptionsBase<{} & {
999
+ target?: HTMLElement | undefined;
1000
+ } & {
1001
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1002
+ default?: (() => vue.VNodeChild) | undefined;
1003
+ };
1004
+ $slots?: {
1005
+ default?: (() => vue.VNodeChild) | undefined;
1006
+ } | undefined;
1007
+ 'v-slots'?: {
1008
+ default?: false | (() => vue.VNodeChild) | undefined;
1009
+ } | undefined;
1010
+ } & {
1011
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1012
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1013
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1014
+ created?: ((() => void) | (() => void)[]) | undefined;
1015
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1016
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1017
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1018
+ updated?: ((() => void) | (() => void)[]) | undefined;
1019
+ activated?: ((() => void) | (() => void)[]) | undefined;
1020
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1021
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1022
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1023
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1024
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1025
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1026
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1027
+ 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;
1028
+ };
1029
+ $forceUpdate: () => void;
1030
+ $nextTick: typeof nextTick;
1031
+ $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;
1032
+ } & {} & {
1033
+ target?: HTMLElement | undefined;
1034
+ } & {
1035
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1036
+ default?: (() => vue.VNodeChild) | undefined;
1037
+ };
1038
+ $slots?: {
1039
+ default?: (() => vue.VNodeChild) | undefined;
1040
+ } | undefined;
1041
+ 'v-slots'?: {
1042
+ default?: false | (() => vue.VNodeChild) | undefined;
1043
+ } | undefined;
1044
+ } & {
1045
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1046
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1047
+ __isFragment?: undefined;
1048
+ __isTeleport?: undefined;
1049
+ __isSuspense?: undefined;
1050
+ } & vue.ComponentOptionsBase<{} & {
1051
+ target?: HTMLElement | undefined;
1052
+ } & {
1053
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1054
+ default?: (() => vue.VNodeChild) | undefined;
1055
+ };
1056
+ $slots?: {
1057
+ default?: (() => vue.VNodeChild) | undefined;
1058
+ } | undefined;
1059
+ 'v-slots'?: {
1060
+ default?: false | (() => vue.VNodeChild) | undefined;
1061
+ } | undefined;
1062
+ } & {
1063
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1064
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1065
+ target: vue.PropType<HTMLElement>;
1066
+ }, vue.ExtractPropTypes<{
1067
+ target: vue.PropType<HTMLElement>;
1068
+ }>>;
1069
+ };
1070
+ zIndex: NonNullable<string | number>;
1071
+ eager: boolean;
1072
+ disabled: boolean;
1073
+ modelValue: boolean;
1074
+ activatorProps: Record<string, any>;
1075
+ openOnClick: boolean;
1076
+ openOnHover: boolean;
1077
+ openOnFocus: boolean;
1078
+ closeOnContentClick: boolean;
1079
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1080
+ updateLocation: (e: Event) => void;
1081
+ } | undefined);
1082
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1083
+ closeOnBack: boolean;
1084
+ contained: boolean;
1085
+ noClickAnimation: boolean;
1086
+ persistent: boolean;
1087
+ scrim: string | boolean;
1088
+ fullscreen: boolean;
1089
+ scrollable: boolean;
1090
+ retainFocus: boolean;
1091
+ }, {}, string> & {
1092
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1093
+ created?: ((() => void) | (() => void)[]) | undefined;
1094
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1095
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1096
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1097
+ updated?: ((() => void) | (() => void)[]) | undefined;
1098
+ activated?: ((() => void) | (() => void)[]) | undefined;
1099
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1100
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1101
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1102
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1103
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1104
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1105
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1106
+ 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;
1107
+ };
1108
+ $forceUpdate: () => void;
1109
+ $nextTick: typeof nextTick;
1110
+ $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;
1111
+ } & {
1112
+ absolute: boolean;
1113
+ location: Anchor;
1114
+ origin: NonNullable<"auto" | Anchor | "overlap">;
1115
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1116
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1117
+ })> | {
1118
+ component: {
1119
+ new (...args: any[]): {
1120
+ $: vue.ComponentInternalInstance;
1121
+ $data: {};
1122
+ $props: Partial<{}> & Omit<{} & {
1123
+ target?: HTMLElement | undefined;
1124
+ } & {
1125
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1126
+ default?: (() => vue.VNodeChild) | undefined;
1127
+ };
1128
+ $slots?: {
1129
+ default?: (() => vue.VNodeChild) | undefined;
1130
+ } | undefined;
1131
+ 'v-slots'?: {
1132
+ default?: false | (() => vue.VNodeChild) | undefined;
1133
+ } | undefined;
1134
+ } & {
1135
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1136
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1137
+ $attrs: {
1138
+ [x: string]: unknown;
1139
+ };
1140
+ $refs: {
1141
+ [x: string]: unknown;
1142
+ };
1143
+ $slots: Readonly<{
1144
+ [name: string]: vue.Slot | undefined;
1145
+ }>;
1146
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1147
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1148
+ $emit: (event: string, ...args: any[]) => void;
1149
+ $el: any;
1150
+ $options: vue.ComponentOptionsBase<{} & {
1151
+ target?: HTMLElement | undefined;
1152
+ } & {
1153
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1154
+ default?: (() => vue.VNodeChild) | undefined;
1155
+ };
1156
+ $slots?: {
1157
+ default?: (() => vue.VNodeChild) | undefined;
1158
+ } | undefined;
1159
+ 'v-slots'?: {
1160
+ default?: false | (() => vue.VNodeChild) | undefined;
1161
+ } | undefined;
1162
+ } & {
1163
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1164
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1165
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1166
+ created?: ((() => void) | (() => void)[]) | undefined;
1167
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1168
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1169
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1170
+ updated?: ((() => void) | (() => void)[]) | undefined;
1171
+ activated?: ((() => void) | (() => void)[]) | undefined;
1172
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1173
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1174
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1175
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1176
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1177
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1178
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1179
+ 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;
1180
+ };
1181
+ $forceUpdate: () => void;
1182
+ $nextTick: typeof nextTick;
1183
+ $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;
1184
+ } & {} & {
1185
+ target?: HTMLElement | undefined;
1186
+ } & {
1187
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1188
+ default?: (() => vue.VNodeChild) | undefined;
1189
+ };
1190
+ $slots?: {
1191
+ default?: (() => vue.VNodeChild) | undefined;
1192
+ } | undefined;
1193
+ 'v-slots'?: {
1194
+ default?: false | (() => vue.VNodeChild) | undefined;
1195
+ } | undefined;
1196
+ } & {
1197
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1198
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1199
+ __isFragment?: undefined;
1200
+ __isTeleport?: undefined;
1201
+ __isSuspense?: undefined;
1202
+ } & vue.ComponentOptionsBase<{} & {
1203
+ target?: HTMLElement | undefined;
1204
+ } & {
1205
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1206
+ default?: (() => vue.VNodeChild) | undefined;
1207
+ };
1208
+ $slots?: {
1209
+ default?: (() => vue.VNodeChild) | undefined;
1210
+ } | undefined;
1211
+ 'v-slots'?: {
1212
+ default?: false | (() => vue.VNodeChild) | undefined;
1213
+ } | undefined;
1214
+ } & {
1215
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1216
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1217
+ target: vue.PropType<HTMLElement>;
1218
+ }, vue.ExtractPropTypes<{
1219
+ target: vue.PropType<HTMLElement>;
1220
+ }>>;
1221
+ };
1222
+ zIndex: NonNullable<string | number>;
1223
+ eager: boolean;
1224
+ disabled: boolean;
1225
+ modelValue: boolean;
1226
+ activatorProps: Record<string, any>;
1227
+ openOnHover: boolean;
1228
+ closeOnContentClick: boolean;
1229
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1230
+ updateLocation: (e: Event) => void;
1231
+ } | undefined);
1232
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1233
+ closeOnBack: boolean;
1234
+ contained: boolean;
1235
+ noClickAnimation: boolean;
1236
+ persistent: boolean;
1237
+ scrim: string | boolean;
1238
+ fullscreen: boolean;
1239
+ scrollable: boolean;
1240
+ retainFocus: boolean;
1241
+ } & {
1242
+ offset?: string | number | number[] | undefined;
1243
+ height?: string | number | undefined;
1244
+ width?: string | number | undefined;
1245
+ maxHeight?: string | number | undefined;
1246
+ maxWidth?: string | number | undefined;
1247
+ minHeight?: string | number | undefined;
1248
+ minWidth?: string | number | undefined;
1249
+ theme?: string | undefined;
1250
+ contentClass?: any;
1251
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1252
+ closeDelay?: string | number | undefined;
1253
+ openDelay?: string | number | undefined;
1254
+ openOnClick?: boolean | undefined;
1255
+ openOnFocus?: boolean | undefined;
1256
+ contentProps?: any;
1257
+ attach?: string | boolean | Element | undefined;
1258
+ } & {
1259
+ $children?: {} | vue.VNodeChild | {
1260
+ default?: ((args_0: {
1261
+ isActive: vue.Ref<boolean>;
1262
+ }) => vue.VNodeChild) | undefined;
1263
+ activator?: ((args_0: {
1264
+ isActive: boolean;
1265
+ props: Record<string, any>;
1266
+ }) => vue.VNodeChild) | undefined;
1267
+ };
1268
+ $slots?: {
1269
+ default?: ((args_0: {
1270
+ isActive: vue.Ref<boolean>;
1271
+ }) => vue.VNodeChild) | undefined;
1272
+ activator?: ((args_0: {
1273
+ isActive: boolean;
1274
+ props: Record<string, any>;
1275
+ }) => vue.VNodeChild) | undefined;
1276
+ } | undefined;
1277
+ 'v-slots'?: {
1278
+ default?: false | ((args_0: {
1279
+ isActive: vue.Ref<boolean>;
1280
+ }) => vue.VNodeChild) | undefined;
1281
+ activator?: false | ((args_0: {
1282
+ isActive: boolean;
1283
+ props: Record<string, any>;
1284
+ }) => vue.VNodeChild) | undefined;
1285
+ } | undefined;
1286
+ } & {
1287
+ "v-slot:default"?: false | ((args_0: {
1288
+ isActive: vue.Ref<boolean>;
1289
+ }) => vue.VNodeChild) | undefined;
1290
+ "v-slot:activator"?: false | ((args_0: {
1291
+ isActive: boolean;
1292
+ props: Record<string, any>;
1293
+ }) => vue.VNodeChild) | undefined;
1294
+ } & {
1295
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1296
+ } & vue.ShallowUnwrapRef<Omit<Omit<{
1297
+ $: vue.ComponentInternalInstance;
1298
+ $data: {};
1299
+ $props: Partial<{
1300
+ absolute: boolean;
1301
+ location: Anchor;
1302
+ origin: "auto" | Anchor | "overlap";
1303
+ transition: string | boolean | (vue.TransitionProps & {
1304
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1305
+ });
1306
+ zIndex: string | number;
1307
+ eager: boolean;
1308
+ disabled: boolean;
1309
+ modelValue: boolean;
1310
+ activatorProps: Record<string, any>;
1311
+ openOnClick: boolean;
1312
+ openOnHover: boolean;
1313
+ openOnFocus: boolean;
1314
+ closeOnContentClick: boolean;
1315
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1316
+ updateLocation: (e: Event) => void;
1317
+ } | undefined);
1318
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1319
+ closeOnBack: boolean;
1320
+ contained: boolean;
1321
+ noClickAnimation: boolean;
1322
+ persistent: boolean;
1323
+ scrim: string | boolean;
1324
+ _disableGlobalStack: boolean;
1325
+ }> & Omit<{
1326
+ absolute: boolean;
1327
+ location: Anchor;
1328
+ origin: "auto" | Anchor | "overlap";
1329
+ transition: string | boolean | (vue.TransitionProps & {
1330
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1331
+ });
1332
+ zIndex: string | number;
1333
+ eager: boolean;
1334
+ disabled: boolean;
1335
+ modelValue: boolean;
1336
+ activatorProps: Record<string, any>;
1337
+ openOnHover: boolean;
1338
+ closeOnContentClick: boolean;
1339
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1340
+ updateLocation: (e: Event) => void;
1341
+ } | undefined);
1342
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1343
+ closeOnBack: boolean;
1344
+ contained: boolean;
1345
+ noClickAnimation: boolean;
1346
+ persistent: boolean;
1347
+ scrim: string | boolean;
1348
+ _disableGlobalStack: boolean;
1349
+ } & {
1350
+ offset?: string | number | number[] | undefined;
1351
+ height?: string | number | undefined;
1352
+ width?: string | number | undefined;
1353
+ maxHeight?: string | number | undefined;
1354
+ maxWidth?: string | number | undefined;
1355
+ minHeight?: string | number | undefined;
1356
+ minWidth?: string | number | undefined;
1357
+ theme?: string | undefined;
1358
+ contentClass?: any;
1359
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1360
+ closeDelay?: string | number | undefined;
1361
+ openDelay?: string | number | undefined;
1362
+ openOnClick?: boolean | undefined;
1363
+ openOnFocus?: boolean | undefined;
1364
+ contentProps?: any;
1365
+ attach?: string | boolean | Element | undefined;
1366
+ } & {
1367
+ $children?: {} | vue.VNodeChild | {
1368
+ default?: ((args_0: {
1369
+ isActive: vue.Ref<boolean>;
1370
+ }) => vue.VNodeChild) | undefined;
1371
+ activator?: ((args_0: {
1372
+ isActive: boolean;
1373
+ props: Record<string, any>;
1374
+ }) => vue.VNodeChild) | undefined;
1375
+ };
1376
+ $slots?: {
1377
+ default?: ((args_0: {
1378
+ isActive: vue.Ref<boolean>;
1379
+ }) => vue.VNodeChild) | undefined;
1380
+ activator?: ((args_0: {
1381
+ isActive: boolean;
1382
+ props: Record<string, any>;
1383
+ }) => vue.VNodeChild) | undefined;
1384
+ } | undefined;
1385
+ 'v-slots'?: {
1386
+ default?: false | ((args_0: {
1387
+ isActive: vue.Ref<boolean>;
1388
+ }) => vue.VNodeChild) | undefined;
1389
+ activator?: false | ((args_0: {
1390
+ isActive: boolean;
1391
+ props: Record<string, any>;
1392
+ }) => vue.VNodeChild) | undefined;
1393
+ } | undefined;
1394
+ } & {
1395
+ "v-slot:default"?: false | ((args_0: {
1396
+ isActive: vue.Ref<boolean>;
1397
+ }) => vue.VNodeChild) | undefined;
1398
+ "v-slot:activator"?: false | ((args_0: {
1399
+ isActive: boolean;
1400
+ props: Record<string, any>;
1401
+ }) => vue.VNodeChild) | undefined;
1402
+ } & {
1403
+ onAfterLeave?: (() => any) | undefined;
1404
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1405
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1406
+ } & 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">;
1407
+ $attrs: {
1408
+ [x: string]: unknown;
1409
+ };
1410
+ $refs: {
1411
+ [x: string]: unknown;
1412
+ };
1413
+ $slots: Readonly<{
1414
+ [name: string]: vue.Slot | undefined;
1415
+ }>;
1416
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1417
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1418
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1419
+ $el: any;
1420
+ $options: vue.ComponentOptionsBase<{
1421
+ absolute: boolean;
1422
+ location: Anchor;
1423
+ origin: "auto" | Anchor | "overlap";
1424
+ transition: string | boolean | (vue.TransitionProps & {
1425
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1426
+ });
1427
+ zIndex: string | number;
1428
+ eager: boolean;
1429
+ disabled: boolean;
1430
+ modelValue: boolean;
1431
+ activatorProps: Record<string, any>;
1432
+ openOnHover: boolean;
1433
+ closeOnContentClick: boolean;
1434
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1435
+ updateLocation: (e: Event) => void;
1436
+ } | undefined);
1437
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1438
+ closeOnBack: boolean;
1439
+ contained: boolean;
1440
+ noClickAnimation: boolean;
1441
+ persistent: boolean;
1442
+ scrim: string | boolean;
1443
+ _disableGlobalStack: boolean;
1444
+ } & {
1445
+ offset?: string | number | number[] | undefined;
1446
+ height?: string | number | undefined;
1447
+ width?: string | number | undefined;
1448
+ maxHeight?: string | number | undefined;
1449
+ maxWidth?: string | number | undefined;
1450
+ minHeight?: string | number | undefined;
1451
+ minWidth?: string | number | undefined;
1452
+ theme?: string | undefined;
1453
+ contentClass?: any;
1454
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1455
+ closeDelay?: string | number | undefined;
1456
+ openDelay?: string | number | undefined;
1457
+ openOnClick?: boolean | undefined;
1458
+ openOnFocus?: boolean | undefined;
1459
+ contentProps?: any;
1460
+ attach?: string | boolean | Element | undefined;
1461
+ } & {
1462
+ $children?: {} | vue.VNodeChild | {
1463
+ default?: ((args_0: {
1464
+ isActive: vue.Ref<boolean>;
1465
+ }) => vue.VNodeChild) | undefined;
1466
+ activator?: ((args_0: {
1467
+ isActive: boolean;
1468
+ props: Record<string, any>;
1469
+ }) => vue.VNodeChild) | undefined;
1470
+ };
1471
+ $slots?: {
1472
+ default?: ((args_0: {
1473
+ isActive: vue.Ref<boolean>;
1474
+ }) => vue.VNodeChild) | undefined;
1475
+ activator?: ((args_0: {
1476
+ isActive: boolean;
1477
+ props: Record<string, any>;
1478
+ }) => vue.VNodeChild) | undefined;
1479
+ } | undefined;
1480
+ 'v-slots'?: {
1481
+ default?: false | ((args_0: {
1482
+ isActive: vue.Ref<boolean>;
1483
+ }) => vue.VNodeChild) | undefined;
1484
+ activator?: false | ((args_0: {
1485
+ isActive: boolean;
1486
+ props: Record<string, any>;
1487
+ }) => vue.VNodeChild) | undefined;
1488
+ } | undefined;
1489
+ } & {
1490
+ "v-slot:default"?: false | ((args_0: {
1491
+ isActive: vue.Ref<boolean>;
1492
+ }) => vue.VNodeChild) | undefined;
1493
+ "v-slot:activator"?: false | ((args_0: {
1494
+ isActive: boolean;
1495
+ props: Record<string, any>;
1496
+ }) => vue.VNodeChild) | undefined;
1497
+ } & {
1498
+ onAfterLeave?: (() => any) | undefined;
1499
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1500
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1501
+ }, {
1502
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1503
+ animateClick: () => void;
1504
+ contentEl: vue.Ref<HTMLElement | undefined>;
1505
+ globalTop: Readonly<vue.Ref<boolean>>;
1506
+ localTop: vue.ComputedRef<boolean>;
1507
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1508
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1509
+ 'click:outside': (e: MouseEvent) => true;
1510
+ 'update:modelValue': (value: boolean) => true;
1511
+ afterLeave: () => true;
1512
+ }, string, {
1513
+ absolute: boolean;
1514
+ location: Anchor;
1515
+ origin: "auto" | Anchor | "overlap";
1516
+ transition: string | boolean | (vue.TransitionProps & {
1517
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1518
+ });
1519
+ zIndex: string | number;
1520
+ eager: boolean;
1521
+ disabled: boolean;
1522
+ modelValue: boolean;
1523
+ activatorProps: Record<string, any>;
1524
+ openOnClick: boolean;
1525
+ openOnHover: boolean;
1526
+ openOnFocus: boolean;
1527
+ closeOnContentClick: boolean;
1528
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1529
+ updateLocation: (e: Event) => void;
1530
+ } | undefined);
1531
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1532
+ closeOnBack: boolean;
1533
+ contained: boolean;
1534
+ noClickAnimation: boolean;
1535
+ persistent: boolean;
1536
+ scrim: string | boolean;
1537
+ _disableGlobalStack: boolean;
1538
+ }, {}, string> & {
1539
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1540
+ created?: ((() => void) | (() => void)[]) | undefined;
1541
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1542
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1543
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1544
+ updated?: ((() => void) | (() => void)[]) | undefined;
1545
+ activated?: ((() => void) | (() => void)[]) | undefined;
1546
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1547
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1548
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1549
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1550
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1551
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1552
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1553
+ 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;
1554
+ };
1555
+ $forceUpdate: () => void;
1556
+ $nextTick: typeof nextTick;
1557
+ $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;
1558
+ } & {
1559
+ absolute: boolean;
1560
+ location: Anchor;
1561
+ origin: "auto" | Anchor | "overlap";
1562
+ transition: string | boolean | (vue.TransitionProps & {
1563
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1564
+ });
1565
+ zIndex: string | number;
1566
+ eager: boolean;
1567
+ disabled: boolean;
1568
+ modelValue: boolean;
1569
+ activatorProps: Record<string, any>;
1570
+ openOnHover: boolean;
1571
+ closeOnContentClick: boolean;
1572
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1573
+ updateLocation: (e: Event) => void;
1574
+ } | undefined);
1575
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1576
+ closeOnBack: boolean;
1577
+ contained: boolean;
1578
+ noClickAnimation: boolean;
1579
+ persistent: boolean;
1580
+ scrim: string | boolean;
1581
+ _disableGlobalStack: boolean;
1582
+ } & {
1583
+ offset?: string | number | number[] | undefined;
1584
+ height?: string | number | undefined;
1585
+ width?: string | number | undefined;
1586
+ maxHeight?: string | number | undefined;
1587
+ maxWidth?: string | number | undefined;
1588
+ minHeight?: string | number | undefined;
1589
+ minWidth?: string | number | undefined;
1590
+ theme?: string | undefined;
1591
+ contentClass?: any;
1592
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1593
+ closeDelay?: string | number | undefined;
1594
+ openDelay?: string | number | undefined;
1595
+ openOnClick?: boolean | undefined;
1596
+ openOnFocus?: boolean | undefined;
1597
+ contentProps?: any;
1598
+ attach?: string | boolean | Element | undefined;
1599
+ } & {
1600
+ $children?: {} | vue.VNodeChild | {
1601
+ default?: ((args_0: {
1602
+ isActive: vue.Ref<boolean>;
1603
+ }) => vue.VNodeChild) | undefined;
1604
+ activator?: ((args_0: {
1605
+ isActive: boolean;
1606
+ props: Record<string, any>;
1607
+ }) => vue.VNodeChild) | undefined;
1608
+ };
1609
+ $slots?: {
1610
+ default?: ((args_0: {
1611
+ isActive: vue.Ref<boolean>;
1612
+ }) => vue.VNodeChild) | undefined;
1613
+ activator?: ((args_0: {
1614
+ isActive: boolean;
1615
+ props: Record<string, any>;
1616
+ }) => vue.VNodeChild) | undefined;
1617
+ } | undefined;
1618
+ 'v-slots'?: {
1619
+ default?: false | ((args_0: {
1620
+ isActive: vue.Ref<boolean>;
1621
+ }) => vue.VNodeChild) | undefined;
1622
+ activator?: false | ((args_0: {
1623
+ isActive: boolean;
1624
+ props: Record<string, any>;
1625
+ }) => vue.VNodeChild) | undefined;
1626
+ } | undefined;
1627
+ } & {
1628
+ "v-slot:default"?: false | ((args_0: {
1629
+ isActive: vue.Ref<boolean>;
1630
+ }) => vue.VNodeChild) | undefined;
1631
+ "v-slot:activator"?: false | ((args_0: {
1632
+ isActive: boolean;
1633
+ props: Record<string, any>;
1634
+ }) => vue.VNodeChild) | undefined;
1635
+ } & {
1636
+ onAfterLeave?: (() => any) | undefined;
1637
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1638
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1639
+ } & vue.ShallowUnwrapRef<{
1640
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1641
+ animateClick: () => void;
1642
+ contentEl: vue.Ref<HTMLElement | undefined>;
1643
+ globalTop: Readonly<vue.Ref<boolean>>;
1644
+ localTop: vue.ComputedRef<boolean>;
1645
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1646
+ }> & {} & 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 & {};
1647
+ __isFragment?: undefined;
1648
+ __isTeleport?: undefined;
1649
+ __isSuspense?: undefined;
1650
+ } & vue.ComponentOptionsBase<{
84
1651
  absolute: boolean;
85
1652
  location: Anchor;
86
1653
  origin: NonNullable<"auto" | Anchor | "overlap">;
87
1654
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
88
1655
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
89
1656
  })> | {
90
- component: vue.DefineComponent<{} & {
1657
+ component: {
1658
+ new (...args: any[]): {
1659
+ $: vue.ComponentInternalInstance;
1660
+ $data: {};
1661
+ $props: Partial<{}> & Omit<{} & {
1662
+ target?: HTMLElement | undefined;
1663
+ } & {
1664
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1665
+ default?: (() => vue.VNodeChild) | undefined;
1666
+ };
1667
+ $slots?: {
1668
+ default?: (() => vue.VNodeChild) | undefined;
1669
+ } | undefined;
1670
+ 'v-slots'?: {
1671
+ default?: false | (() => vue.VNodeChild) | undefined;
1672
+ } | undefined;
1673
+ } & {
1674
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1675
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1676
+ $attrs: {
1677
+ [x: string]: unknown;
1678
+ };
1679
+ $refs: {
1680
+ [x: string]: unknown;
1681
+ };
1682
+ $slots: Readonly<{
1683
+ [name: string]: vue.Slot | undefined;
1684
+ }>;
1685
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1686
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1687
+ $emit: (event: string, ...args: any[]) => void;
1688
+ $el: any;
1689
+ $options: vue.ComponentOptionsBase<{} & {
1690
+ target?: HTMLElement | undefined;
1691
+ } & {
1692
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1693
+ default?: (() => vue.VNodeChild) | undefined;
1694
+ };
1695
+ $slots?: {
1696
+ default?: (() => vue.VNodeChild) | undefined;
1697
+ } | undefined;
1698
+ 'v-slots'?: {
1699
+ default?: false | (() => vue.VNodeChild) | undefined;
1700
+ } | undefined;
1701
+ } & {
1702
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1703
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1704
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1705
+ created?: ((() => void) | (() => void)[]) | undefined;
1706
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1707
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1708
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1709
+ updated?: ((() => void) | (() => void)[]) | undefined;
1710
+ activated?: ((() => void) | (() => void)[]) | undefined;
1711
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1712
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1713
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1714
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1715
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1716
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1717
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1718
+ 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;
1719
+ };
1720
+ $forceUpdate: () => void;
1721
+ $nextTick: typeof nextTick;
1722
+ $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;
1723
+ } & {} & {
1724
+ target?: HTMLElement | undefined;
1725
+ } & {
1726
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1727
+ default?: (() => vue.VNodeChild) | undefined;
1728
+ };
1729
+ $slots?: {
1730
+ default?: (() => vue.VNodeChild) | undefined;
1731
+ } | undefined;
1732
+ 'v-slots'?: {
1733
+ default?: false | (() => vue.VNodeChild) | undefined;
1734
+ } | undefined;
1735
+ } & {
1736
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1737
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1738
+ __isFragment?: undefined;
1739
+ __isTeleport?: undefined;
1740
+ __isSuspense?: undefined;
1741
+ } & vue.ComponentOptionsBase<{} & {
91
1742
  target?: HTMLElement | undefined;
92
1743
  } & {
93
1744
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
94
1745
  default?: (() => vue.VNodeChild) | undefined;
95
1746
  };
96
- 'v-slots'?: {
97
- default?: false | (() => vue.VNodeChild) | undefined;
98
- } | undefined;
99
- } & {
100
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
101
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
102
- target?: HTMLElement | undefined;
103
- } & {
104
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1747
+ $slots?: {
105
1748
  default?: (() => vue.VNodeChild) | undefined;
106
- };
1749
+ } | undefined;
107
1750
  'v-slots'?: {
108
1751
  default?: false | (() => vue.VNodeChild) | undefined;
109
1752
  } | undefined;
110
1753
  } & {
111
1754
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
112
- }, {}>;
1755
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1756
+ target: vue.PropType<HTMLElement>;
1757
+ }, vue.ExtractPropTypes<{
1758
+ target: vue.PropType<HTMLElement>;
1759
+ }>>;
113
1760
  };
114
1761
  zIndex: NonNullable<string | number>;
115
1762
  eager: boolean;
@@ -157,6 +1804,15 @@ declare const VDialog: vue.DefineComponent<{
157
1804
  props: Record<string, any>;
158
1805
  }) => vue.VNodeChild) | undefined;
159
1806
  };
1807
+ $slots?: {
1808
+ default?: ((args_0: {
1809
+ isActive: vue.Ref<boolean>;
1810
+ }) => vue.VNodeChild) | undefined;
1811
+ activator?: ((args_0: {
1812
+ isActive: boolean;
1813
+ props: Record<string, any>;
1814
+ }) => vue.VNodeChild) | undefined;
1815
+ } | undefined;
160
1816
  'v-slots'?: {
161
1817
  default?: false | ((args_0: {
162
1818
  isActive: vue.Ref<boolean>;
@@ -174,6 +1830,8 @@ declare const VDialog: vue.DefineComponent<{
174
1830
  isActive: boolean;
175
1831
  props: Record<string, any>;
176
1832
  }) => vue.VNodeChild) | undefined;
1833
+ } & {
1834
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
177
1835
  }, Omit<Omit<{
178
1836
  $: vue.ComponentInternalInstance;
179
1837
  $data: {};
@@ -254,6 +1912,15 @@ declare const VDialog: vue.DefineComponent<{
254
1912
  props: Record<string, any>;
255
1913
  }) => vue.VNodeChild) | undefined;
256
1914
  };
1915
+ $slots?: {
1916
+ default?: ((args_0: {
1917
+ isActive: vue.Ref<boolean>;
1918
+ }) => vue.VNodeChild) | undefined;
1919
+ activator?: ((args_0: {
1920
+ isActive: boolean;
1921
+ props: Record<string, any>;
1922
+ }) => vue.VNodeChild) | undefined;
1923
+ } | undefined;
257
1924
  'v-slots'?: {
258
1925
  default?: false | ((args_0: {
259
1926
  isActive: vue.Ref<boolean>;
@@ -340,6 +2007,15 @@ declare const VDialog: vue.DefineComponent<{
340
2007
  props: Record<string, any>;
341
2008
  }) => vue.VNodeChild) | undefined;
342
2009
  };
2010
+ $slots?: {
2011
+ default?: ((args_0: {
2012
+ isActive: vue.Ref<boolean>;
2013
+ }) => vue.VNodeChild) | undefined;
2014
+ activator?: ((args_0: {
2015
+ isActive: boolean;
2016
+ props: Record<string, any>;
2017
+ }) => vue.VNodeChild) | undefined;
2018
+ } | undefined;
343
2019
  'v-slots'?: {
344
2020
  default?: false | ((args_0: {
345
2021
  isActive: vue.Ref<boolean>;
@@ -469,6 +2145,15 @@ declare const VDialog: vue.DefineComponent<{
469
2145
  props: Record<string, any>;
470
2146
  }) => vue.VNodeChild) | undefined;
471
2147
  };
2148
+ $slots?: {
2149
+ default?: ((args_0: {
2150
+ isActive: vue.Ref<boolean>;
2151
+ }) => vue.VNodeChild) | undefined;
2152
+ activator?: ((args_0: {
2153
+ isActive: boolean;
2154
+ props: Record<string, any>;
2155
+ }) => vue.VNodeChild) | undefined;
2156
+ } | undefined;
472
2157
  'v-slots'?: {
473
2158
  default?: false | ((args_0: {
474
2159
  isActive: vue.Ref<boolean>;
@@ -497,134 +2182,118 @@ declare const VDialog: vue.DefineComponent<{
497
2182
  globalTop: Readonly<vue.Ref<boolean>>;
498
2183
  localTop: vue.ComputedRef<boolean>;
499
2184
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
500
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
2185
+ }> & {} & 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, {
501
2186
  'update:modelValue': (value: boolean) => boolean;
502
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
2187
+ }, string, {
503
2188
  absolute: boolean;
504
2189
  location: Anchor;
505
2190
  origin: NonNullable<"auto" | Anchor | "overlap">;
506
2191
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
507
2192
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
508
2193
  })> | {
509
- component: vue.DefineComponent<{} & {
2194
+ component: {
2195
+ new (...args: any[]): {
2196
+ $: vue.ComponentInternalInstance;
2197
+ $data: {};
2198
+ $props: Partial<{}> & Omit<{} & {
2199
+ target?: HTMLElement | undefined;
2200
+ } & {
2201
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2202
+ default?: (() => vue.VNodeChild) | undefined;
2203
+ };
2204
+ $slots?: {
2205
+ default?: (() => vue.VNodeChild) | undefined;
2206
+ } | undefined;
2207
+ 'v-slots'?: {
2208
+ default?: false | (() => vue.VNodeChild) | undefined;
2209
+ } | undefined;
2210
+ } & {
2211
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2212
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2213
+ $attrs: {
2214
+ [x: string]: unknown;
2215
+ };
2216
+ $refs: {
2217
+ [x: string]: unknown;
2218
+ };
2219
+ $slots: Readonly<{
2220
+ [name: string]: vue.Slot | undefined;
2221
+ }>;
2222
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2223
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2224
+ $emit: (event: string, ...args: any[]) => void;
2225
+ $el: any;
2226
+ $options: vue.ComponentOptionsBase<{} & {
2227
+ target?: HTMLElement | undefined;
2228
+ } & {
2229
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2230
+ default?: (() => vue.VNodeChild) | undefined;
2231
+ };
2232
+ $slots?: {
2233
+ default?: (() => vue.VNodeChild) | undefined;
2234
+ } | undefined;
2235
+ 'v-slots'?: {
2236
+ default?: false | (() => vue.VNodeChild) | undefined;
2237
+ } | undefined;
2238
+ } & {
2239
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2240
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2241
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2242
+ created?: ((() => void) | (() => void)[]) | undefined;
2243
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2244
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2245
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2246
+ updated?: ((() => void) | (() => void)[]) | undefined;
2247
+ activated?: ((() => void) | (() => void)[]) | undefined;
2248
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2249
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2250
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2251
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2252
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2253
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2254
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2255
+ 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;
2256
+ };
2257
+ $forceUpdate: () => void;
2258
+ $nextTick: typeof nextTick;
2259
+ $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;
2260
+ } & {} & {
2261
+ target?: HTMLElement | undefined;
2262
+ } & {
2263
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2264
+ default?: (() => vue.VNodeChild) | undefined;
2265
+ };
2266
+ $slots?: {
2267
+ default?: (() => vue.VNodeChild) | undefined;
2268
+ } | undefined;
2269
+ 'v-slots'?: {
2270
+ default?: false | (() => vue.VNodeChild) | undefined;
2271
+ } | undefined;
2272
+ } & {
2273
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2274
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2275
+ __isFragment?: undefined;
2276
+ __isTeleport?: undefined;
2277
+ __isSuspense?: undefined;
2278
+ } & vue.ComponentOptionsBase<{} & {
510
2279
  target?: HTMLElement | undefined;
511
2280
  } & {
512
2281
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
513
2282
  default?: (() => vue.VNodeChild) | undefined;
514
2283
  };
515
- 'v-slots'?: {
516
- default?: false | (() => vue.VNodeChild) | undefined;
517
- } | undefined;
518
- } & {
519
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
520
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
521
- target?: HTMLElement | undefined;
522
- } & {
523
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2284
+ $slots?: {
524
2285
  default?: (() => vue.VNodeChild) | undefined;
525
- };
526
- 'v-slots'?: {
527
- default?: false | (() => vue.VNodeChild) | undefined;
528
2286
  } | undefined;
529
- } & {
530
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
531
- }, {}>;
532
- };
533
- zIndex: NonNullable<string | number>;
534
- eager: boolean;
535
- disabled: boolean;
536
- modelValue: boolean;
537
- activatorProps: Record<string, any>;
538
- openOnHover: boolean;
539
- closeOnContentClick: boolean;
540
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
541
- updateLocation: (e: Event) => void;
542
- } | undefined);
543
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
544
- closeOnBack: boolean;
545
- contained: boolean;
546
- noClickAnimation: boolean;
547
- persistent: boolean;
548
- scrim: string | boolean;
549
- fullscreen: boolean;
550
- scrollable: boolean;
551
- retainFocus: boolean;
552
- } & {
553
- offset?: string | number | number[] | undefined;
554
- height?: string | number | undefined;
555
- width?: string | number | undefined;
556
- maxHeight?: string | number | undefined;
557
- maxWidth?: string | number | undefined;
558
- minHeight?: string | number | undefined;
559
- minWidth?: string | number | undefined;
560
- theme?: string | undefined;
561
- contentClass?: any;
562
- activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
563
- closeDelay?: string | number | undefined;
564
- openDelay?: string | number | undefined;
565
- openOnClick?: boolean | undefined;
566
- openOnFocus?: boolean | undefined;
567
- contentProps?: any;
568
- attach?: string | boolean | Element | undefined;
569
- } & {
570
- $children?: {} | vue.VNodeChild | {
571
- default?: ((args_0: {
572
- isActive: vue.Ref<boolean>;
573
- }) => vue.VNodeChild) | undefined;
574
- activator?: ((args_0: {
575
- isActive: boolean;
576
- props: Record<string, any>;
577
- }) => vue.VNodeChild) | undefined;
578
- };
579
- 'v-slots'?: {
580
- default?: false | ((args_0: {
581
- isActive: vue.Ref<boolean>;
582
- }) => vue.VNodeChild) | undefined;
583
- activator?: false | ((args_0: {
584
- isActive: boolean;
585
- props: Record<string, any>;
586
- }) => vue.VNodeChild) | undefined;
587
- } | undefined;
588
- } & {
589
- "v-slot:default"?: false | ((args_0: {
590
- isActive: vue.Ref<boolean>;
591
- }) => vue.VNodeChild) | undefined;
592
- "v-slot:activator"?: false | ((args_0: {
593
- isActive: boolean;
594
- props: Record<string, any>;
595
- }) => vue.VNodeChild) | undefined;
596
- } & {
597
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
598
- }, {
599
- absolute: boolean;
600
- location: Anchor;
601
- origin: NonNullable<"auto" | Anchor | "overlap">;
602
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
603
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
604
- })> | {
605
- component: vue.DefineComponent<{} & {
606
- target?: HTMLElement | undefined;
607
- } & {
608
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
609
- default?: (() => vue.VNodeChild) | undefined;
610
- };
611
- 'v-slots'?: {
612
- default?: false | (() => vue.VNodeChild) | undefined;
613
- } | undefined;
614
- } & {
615
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
616
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {} & {
617
- target?: HTMLElement | undefined;
618
- } & {
619
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
620
- default?: (() => vue.VNodeChild) | undefined;
621
- };
622
2287
  'v-slots'?: {
623
2288
  default?: false | (() => vue.VNodeChild) | undefined;
624
2289
  } | undefined;
625
2290
  } & {
626
2291
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
627
- }, {}>;
2292
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2293
+ target: vue.PropType<HTMLElement>;
2294
+ }, vue.ExtractPropTypes<{
2295
+ target: vue.PropType<HTMLElement>;
2296
+ }>>;
628
2297
  };
629
2298
  zIndex: NonNullable<string | number>;
630
2299
  eager: boolean;
@@ -647,7 +2316,617 @@ declare const VDialog: vue.DefineComponent<{
647
2316
  fullscreen: boolean;
648
2317
  scrollable: boolean;
649
2318
  retainFocus: boolean;
650
- }>;
2319
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2320
+ transition: Omit<{
2321
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2322
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2323
+ })>;
2324
+ default: string;
2325
+ validator: (val: unknown) => boolean;
2326
+ }, "type" | "default"> & {
2327
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2328
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2329
+ })> | {
2330
+ component: {
2331
+ new (...args: any[]): {
2332
+ $: vue.ComponentInternalInstance;
2333
+ $data: {};
2334
+ $props: Partial<{}> & Omit<{} & {
2335
+ target?: HTMLElement | undefined;
2336
+ } & {
2337
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2338
+ default?: (() => vue.VNodeChild) | undefined;
2339
+ };
2340
+ $slots?: {
2341
+ default?: (() => vue.VNodeChild) | undefined;
2342
+ } | undefined;
2343
+ 'v-slots'?: {
2344
+ default?: false | (() => vue.VNodeChild) | undefined;
2345
+ } | undefined;
2346
+ } & {
2347
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2348
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2349
+ $attrs: {
2350
+ [x: string]: unknown;
2351
+ };
2352
+ $refs: {
2353
+ [x: string]: unknown;
2354
+ };
2355
+ $slots: Readonly<{
2356
+ [name: string]: vue.Slot | undefined;
2357
+ }>;
2358
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2359
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2360
+ $emit: (event: string, ...args: any[]) => void;
2361
+ $el: any;
2362
+ $options: vue.ComponentOptionsBase<{} & {
2363
+ target?: HTMLElement | undefined;
2364
+ } & {
2365
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2366
+ default?: (() => vue.VNodeChild) | undefined;
2367
+ };
2368
+ $slots?: {
2369
+ default?: (() => vue.VNodeChild) | undefined;
2370
+ } | undefined;
2371
+ 'v-slots'?: {
2372
+ default?: false | (() => vue.VNodeChild) | undefined;
2373
+ } | undefined;
2374
+ } & {
2375
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2376
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2377
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2378
+ created?: ((() => void) | (() => void)[]) | undefined;
2379
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2380
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2381
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2382
+ updated?: ((() => void) | (() => void)[]) | undefined;
2383
+ activated?: ((() => void) | (() => void)[]) | undefined;
2384
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2385
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2386
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2387
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2388
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2389
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2390
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2391
+ 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;
2392
+ };
2393
+ $forceUpdate: () => void;
2394
+ $nextTick: typeof nextTick;
2395
+ $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;
2396
+ } & {} & {
2397
+ target?: HTMLElement | undefined;
2398
+ } & {
2399
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2400
+ default?: (() => vue.VNodeChild) | undefined;
2401
+ };
2402
+ $slots?: {
2403
+ default?: (() => vue.VNodeChild) | undefined;
2404
+ } | undefined;
2405
+ 'v-slots'?: {
2406
+ default?: false | (() => vue.VNodeChild) | undefined;
2407
+ } | undefined;
2408
+ } & {
2409
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2410
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2411
+ __isFragment?: undefined;
2412
+ __isTeleport?: undefined;
2413
+ __isSuspense?: undefined;
2414
+ } & vue.ComponentOptionsBase<{} & {
2415
+ target?: HTMLElement | undefined;
2416
+ } & {
2417
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2418
+ default?: (() => vue.VNodeChild) | undefined;
2419
+ };
2420
+ $slots?: {
2421
+ default?: (() => vue.VNodeChild) | undefined;
2422
+ } | undefined;
2423
+ 'v-slots'?: {
2424
+ default?: false | (() => vue.VNodeChild) | undefined;
2425
+ } | undefined;
2426
+ } & {
2427
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2428
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2429
+ target: vue.PropType<HTMLElement>;
2430
+ }, vue.ExtractPropTypes<{
2431
+ target: vue.PropType<HTMLElement>;
2432
+ }>>;
2433
+ }>;
2434
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2435
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2436
+ })> | {
2437
+ component: {
2438
+ new (...args: any[]): {
2439
+ $: vue.ComponentInternalInstance;
2440
+ $data: {};
2441
+ $props: Partial<{}> & Omit<{} & {
2442
+ target?: HTMLElement | undefined;
2443
+ } & {
2444
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2445
+ default?: (() => vue.VNodeChild) | undefined;
2446
+ };
2447
+ $slots?: {
2448
+ default?: (() => vue.VNodeChild) | undefined;
2449
+ } | undefined;
2450
+ 'v-slots'?: {
2451
+ default?: false | (() => vue.VNodeChild) | undefined;
2452
+ } | undefined;
2453
+ } & {
2454
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2455
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2456
+ $attrs: {
2457
+ [x: string]: unknown;
2458
+ };
2459
+ $refs: {
2460
+ [x: string]: unknown;
2461
+ };
2462
+ $slots: Readonly<{
2463
+ [name: string]: vue.Slot | undefined;
2464
+ }>;
2465
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2466
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2467
+ $emit: (event: string, ...args: any[]) => void;
2468
+ $el: any;
2469
+ $options: vue.ComponentOptionsBase<{} & {
2470
+ target?: HTMLElement | undefined;
2471
+ } & {
2472
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2473
+ default?: (() => vue.VNodeChild) | undefined;
2474
+ };
2475
+ $slots?: {
2476
+ default?: (() => vue.VNodeChild) | undefined;
2477
+ } | undefined;
2478
+ 'v-slots'?: {
2479
+ default?: false | (() => vue.VNodeChild) | undefined;
2480
+ } | undefined;
2481
+ } & {
2482
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2483
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2484
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2485
+ created?: ((() => void) | (() => void)[]) | undefined;
2486
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2487
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2488
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2489
+ updated?: ((() => void) | (() => void)[]) | undefined;
2490
+ activated?: ((() => void) | (() => void)[]) | undefined;
2491
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2492
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2493
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2494
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2495
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2496
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2497
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2498
+ 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;
2499
+ };
2500
+ $forceUpdate: () => void;
2501
+ $nextTick: typeof nextTick;
2502
+ $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;
2503
+ } & {} & {
2504
+ target?: HTMLElement | undefined;
2505
+ } & {
2506
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2507
+ default?: (() => vue.VNodeChild) | undefined;
2508
+ };
2509
+ $slots?: {
2510
+ default?: (() => vue.VNodeChild) | undefined;
2511
+ } | undefined;
2512
+ 'v-slots'?: {
2513
+ default?: false | (() => vue.VNodeChild) | undefined;
2514
+ } | undefined;
2515
+ } & {
2516
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2517
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2518
+ __isFragment?: undefined;
2519
+ __isTeleport?: undefined;
2520
+ __isSuspense?: undefined;
2521
+ } & vue.ComponentOptionsBase<{} & {
2522
+ target?: HTMLElement | undefined;
2523
+ } & {
2524
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2525
+ default?: (() => vue.VNodeChild) | undefined;
2526
+ };
2527
+ $slots?: {
2528
+ default?: (() => vue.VNodeChild) | undefined;
2529
+ } | undefined;
2530
+ 'v-slots'?: {
2531
+ default?: false | (() => vue.VNodeChild) | undefined;
2532
+ } | undefined;
2533
+ } & {
2534
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2535
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2536
+ target: vue.PropType<HTMLElement>;
2537
+ }, vue.ExtractPropTypes<{
2538
+ target: vue.PropType<HTMLElement>;
2539
+ }>>;
2540
+ };
2541
+ };
2542
+ theme: StringConstructor;
2543
+ scrollStrategy: Omit<{
2544
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2545
+ default: string;
2546
+ validator: (val: any) => boolean;
2547
+ }, "type" | "default"> & {
2548
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2549
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2550
+ };
2551
+ locationStrategy: {
2552
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2553
+ updateLocation: (e: Event) => void;
2554
+ } | undefined)>;
2555
+ default: string;
2556
+ validator: (val: any) => boolean;
2557
+ };
2558
+ location: {
2559
+ type: vue.PropType<Anchor>;
2560
+ default: string;
2561
+ };
2562
+ origin: Omit<{
2563
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2564
+ default: string;
2565
+ }, "type" | "default"> & {
2566
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
2567
+ default: NonNullable<"auto" | Anchor | "overlap">;
2568
+ };
2569
+ offset: vue.PropType<string | number | number[] | undefined>;
2570
+ eager: BooleanConstructor;
2571
+ height: (StringConstructor | NumberConstructor)[];
2572
+ maxHeight: (StringConstructor | NumberConstructor)[];
2573
+ maxWidth: (StringConstructor | NumberConstructor)[];
2574
+ minHeight: (StringConstructor | NumberConstructor)[];
2575
+ minWidth: (StringConstructor | NumberConstructor)[];
2576
+ width: (StringConstructor | NumberConstructor)[];
2577
+ closeDelay: (StringConstructor | NumberConstructor)[];
2578
+ openDelay: (StringConstructor | NumberConstructor)[];
2579
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
2580
+ activatorProps: {
2581
+ type: vue.PropType<Record<string, any>>;
2582
+ default: () => {};
2583
+ };
2584
+ openOnClick: {
2585
+ type: BooleanConstructor;
2586
+ default: undefined;
2587
+ };
2588
+ openOnHover: BooleanConstructor;
2589
+ openOnFocus: {
2590
+ type: BooleanConstructor;
2591
+ default: undefined;
2592
+ };
2593
+ closeOnContentClick: BooleanConstructor;
2594
+ absolute: BooleanConstructor;
2595
+ attach: vue.PropType<string | boolean | Element>;
2596
+ closeOnBack: {
2597
+ type: BooleanConstructor;
2598
+ default: boolean;
2599
+ };
2600
+ contained: BooleanConstructor;
2601
+ contentClass: null;
2602
+ contentProps: null;
2603
+ disabled: BooleanConstructor;
2604
+ noClickAnimation: BooleanConstructor;
2605
+ modelValue: BooleanConstructor;
2606
+ persistent: BooleanConstructor;
2607
+ scrim: {
2608
+ type: (StringConstructor | BooleanConstructor)[];
2609
+ default: boolean;
2610
+ };
2611
+ zIndex: Omit<{
2612
+ type: (StringConstructor | NumberConstructor)[];
2613
+ default: number;
2614
+ }, "type" | "default"> & {
2615
+ type: vue.PropType<NonNullable<string | number>>;
2616
+ default: NonNullable<string | number>;
2617
+ };
2618
+ fullscreen: BooleanConstructor;
2619
+ retainFocus: {
2620
+ type: BooleanConstructor;
2621
+ default: boolean;
2622
+ };
2623
+ scrollable: BooleanConstructor;
2624
+ }, vue.ExtractPropTypes<{
2625
+ transition: Omit<{
2626
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2627
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2628
+ })>;
2629
+ default: string;
2630
+ validator: (val: unknown) => boolean;
2631
+ }, "type" | "default"> & {
2632
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2633
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2634
+ })> | {
2635
+ component: {
2636
+ new (...args: any[]): {
2637
+ $: vue.ComponentInternalInstance;
2638
+ $data: {};
2639
+ $props: Partial<{}> & Omit<{} & {
2640
+ target?: HTMLElement | undefined;
2641
+ } & {
2642
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2643
+ default?: (() => vue.VNodeChild) | undefined;
2644
+ };
2645
+ $slots?: {
2646
+ default?: (() => vue.VNodeChild) | undefined;
2647
+ } | undefined;
2648
+ 'v-slots'?: {
2649
+ default?: false | (() => vue.VNodeChild) | undefined;
2650
+ } | undefined;
2651
+ } & {
2652
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2653
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2654
+ $attrs: {
2655
+ [x: string]: unknown;
2656
+ };
2657
+ $refs: {
2658
+ [x: string]: unknown;
2659
+ };
2660
+ $slots: Readonly<{
2661
+ [name: string]: vue.Slot | undefined;
2662
+ }>;
2663
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2664
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2665
+ $emit: (event: string, ...args: any[]) => void;
2666
+ $el: any;
2667
+ $options: vue.ComponentOptionsBase<{} & {
2668
+ target?: HTMLElement | undefined;
2669
+ } & {
2670
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2671
+ default?: (() => vue.VNodeChild) | undefined;
2672
+ };
2673
+ $slots?: {
2674
+ default?: (() => vue.VNodeChild) | undefined;
2675
+ } | undefined;
2676
+ 'v-slots'?: {
2677
+ default?: false | (() => vue.VNodeChild) | undefined;
2678
+ } | undefined;
2679
+ } & {
2680
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2681
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2682
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2683
+ created?: ((() => void) | (() => void)[]) | undefined;
2684
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2685
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2686
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2687
+ updated?: ((() => void) | (() => void)[]) | undefined;
2688
+ activated?: ((() => void) | (() => void)[]) | undefined;
2689
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2690
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2691
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2692
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2693
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2694
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2695
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2696
+ 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;
2697
+ };
2698
+ $forceUpdate: () => void;
2699
+ $nextTick: typeof nextTick;
2700
+ $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;
2701
+ } & {} & {
2702
+ target?: HTMLElement | undefined;
2703
+ } & {
2704
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2705
+ default?: (() => vue.VNodeChild) | undefined;
2706
+ };
2707
+ $slots?: {
2708
+ default?: (() => vue.VNodeChild) | undefined;
2709
+ } | undefined;
2710
+ 'v-slots'?: {
2711
+ default?: false | (() => vue.VNodeChild) | undefined;
2712
+ } | undefined;
2713
+ } & {
2714
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2715
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2716
+ __isFragment?: undefined;
2717
+ __isTeleport?: undefined;
2718
+ __isSuspense?: undefined;
2719
+ } & vue.ComponentOptionsBase<{} & {
2720
+ target?: HTMLElement | undefined;
2721
+ } & {
2722
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2723
+ default?: (() => vue.VNodeChild) | undefined;
2724
+ };
2725
+ $slots?: {
2726
+ default?: (() => vue.VNodeChild) | undefined;
2727
+ } | undefined;
2728
+ 'v-slots'?: {
2729
+ default?: false | (() => vue.VNodeChild) | undefined;
2730
+ } | undefined;
2731
+ } & {
2732
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2733
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2734
+ target: vue.PropType<HTMLElement>;
2735
+ }, vue.ExtractPropTypes<{
2736
+ target: vue.PropType<HTMLElement>;
2737
+ }>>;
2738
+ }>;
2739
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2740
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
2741
+ })> | {
2742
+ component: {
2743
+ new (...args: any[]): {
2744
+ $: vue.ComponentInternalInstance;
2745
+ $data: {};
2746
+ $props: Partial<{}> & Omit<{} & {
2747
+ target?: HTMLElement | undefined;
2748
+ } & {
2749
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2750
+ default?: (() => vue.VNodeChild) | undefined;
2751
+ };
2752
+ $slots?: {
2753
+ default?: (() => vue.VNodeChild) | undefined;
2754
+ } | undefined;
2755
+ 'v-slots'?: {
2756
+ default?: false | (() => vue.VNodeChild) | undefined;
2757
+ } | undefined;
2758
+ } & {
2759
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2760
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2761
+ $attrs: {
2762
+ [x: string]: unknown;
2763
+ };
2764
+ $refs: {
2765
+ [x: string]: unknown;
2766
+ };
2767
+ $slots: Readonly<{
2768
+ [name: string]: vue.Slot | undefined;
2769
+ }>;
2770
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2771
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2772
+ $emit: (event: string, ...args: any[]) => void;
2773
+ $el: any;
2774
+ $options: vue.ComponentOptionsBase<{} & {
2775
+ target?: HTMLElement | undefined;
2776
+ } & {
2777
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2778
+ default?: (() => vue.VNodeChild) | undefined;
2779
+ };
2780
+ $slots?: {
2781
+ default?: (() => vue.VNodeChild) | undefined;
2782
+ } | undefined;
2783
+ 'v-slots'?: {
2784
+ default?: false | (() => vue.VNodeChild) | undefined;
2785
+ } | undefined;
2786
+ } & {
2787
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2788
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2789
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2790
+ created?: ((() => void) | (() => void)[]) | undefined;
2791
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
2792
+ mounted?: ((() => void) | (() => void)[]) | undefined;
2793
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2794
+ updated?: ((() => void) | (() => void)[]) | undefined;
2795
+ activated?: ((() => void) | (() => void)[]) | undefined;
2796
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
2797
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2798
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2799
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
2800
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
2801
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2802
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2803
+ 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;
2804
+ };
2805
+ $forceUpdate: () => void;
2806
+ $nextTick: typeof nextTick;
2807
+ $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;
2808
+ } & {} & {
2809
+ target?: HTMLElement | undefined;
2810
+ } & {
2811
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2812
+ default?: (() => vue.VNodeChild) | undefined;
2813
+ };
2814
+ $slots?: {
2815
+ default?: (() => vue.VNodeChild) | undefined;
2816
+ } | undefined;
2817
+ 'v-slots'?: {
2818
+ default?: false | (() => vue.VNodeChild) | undefined;
2819
+ } | undefined;
2820
+ } & {
2821
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2822
+ } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2823
+ __isFragment?: undefined;
2824
+ __isTeleport?: undefined;
2825
+ __isSuspense?: undefined;
2826
+ } & vue.ComponentOptionsBase<{} & {
2827
+ target?: HTMLElement | undefined;
2828
+ } & {
2829
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2830
+ default?: (() => vue.VNodeChild) | undefined;
2831
+ };
2832
+ $slots?: {
2833
+ default?: (() => vue.VNodeChild) | undefined;
2834
+ } | undefined;
2835
+ 'v-slots'?: {
2836
+ default?: false | (() => vue.VNodeChild) | undefined;
2837
+ } | undefined;
2838
+ } & {
2839
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2840
+ }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2841
+ target: vue.PropType<HTMLElement>;
2842
+ }, vue.ExtractPropTypes<{
2843
+ target: vue.PropType<HTMLElement>;
2844
+ }>>;
2845
+ };
2846
+ };
2847
+ theme: StringConstructor;
2848
+ scrollStrategy: Omit<{
2849
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2850
+ default: string;
2851
+ validator: (val: any) => boolean;
2852
+ }, "type" | "default"> & {
2853
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2854
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
2855
+ };
2856
+ locationStrategy: {
2857
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
2858
+ updateLocation: (e: Event) => void;
2859
+ } | undefined)>;
2860
+ default: string;
2861
+ validator: (val: any) => boolean;
2862
+ };
2863
+ location: {
2864
+ type: vue.PropType<Anchor>;
2865
+ default: string;
2866
+ };
2867
+ origin: Omit<{
2868
+ type: vue.PropType<"auto" | Anchor | "overlap">;
2869
+ default: string;
2870
+ }, "type" | "default"> & {
2871
+ type: vue.PropType<NonNullable<"auto" | Anchor | "overlap">>;
2872
+ default: NonNullable<"auto" | Anchor | "overlap">;
2873
+ };
2874
+ offset: vue.PropType<string | number | number[] | undefined>;
2875
+ eager: BooleanConstructor;
2876
+ height: (StringConstructor | NumberConstructor)[];
2877
+ maxHeight: (StringConstructor | NumberConstructor)[];
2878
+ maxWidth: (StringConstructor | NumberConstructor)[];
2879
+ minHeight: (StringConstructor | NumberConstructor)[];
2880
+ minWidth: (StringConstructor | NumberConstructor)[];
2881
+ width: (StringConstructor | NumberConstructor)[];
2882
+ closeDelay: (StringConstructor | NumberConstructor)[];
2883
+ openDelay: (StringConstructor | NumberConstructor)[];
2884
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
2885
+ activatorProps: {
2886
+ type: vue.PropType<Record<string, any>>;
2887
+ default: () => {};
2888
+ };
2889
+ openOnClick: {
2890
+ type: BooleanConstructor;
2891
+ default: undefined;
2892
+ };
2893
+ openOnHover: BooleanConstructor;
2894
+ openOnFocus: {
2895
+ type: BooleanConstructor;
2896
+ default: undefined;
2897
+ };
2898
+ closeOnContentClick: BooleanConstructor;
2899
+ absolute: BooleanConstructor;
2900
+ attach: vue.PropType<string | boolean | Element>;
2901
+ closeOnBack: {
2902
+ type: BooleanConstructor;
2903
+ default: boolean;
2904
+ };
2905
+ contained: BooleanConstructor;
2906
+ contentClass: null;
2907
+ contentProps: null;
2908
+ disabled: BooleanConstructor;
2909
+ noClickAnimation: BooleanConstructor;
2910
+ modelValue: BooleanConstructor;
2911
+ persistent: BooleanConstructor;
2912
+ scrim: {
2913
+ type: (StringConstructor | BooleanConstructor)[];
2914
+ default: boolean;
2915
+ };
2916
+ zIndex: Omit<{
2917
+ type: (StringConstructor | NumberConstructor)[];
2918
+ default: number;
2919
+ }, "type" | "default"> & {
2920
+ type: vue.PropType<NonNullable<string | number>>;
2921
+ default: NonNullable<string | number>;
2922
+ };
2923
+ fullscreen: BooleanConstructor;
2924
+ retainFocus: {
2925
+ type: BooleanConstructor;
2926
+ default: boolean;
2927
+ };
2928
+ scrollable: BooleanConstructor;
2929
+ }>>;
651
2930
  type VDialog = InstanceType<typeof VDialog>;
652
2931
 
653
2932
  export { VDialog };