vuetify 3.2.2 → 3.2.4

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 (343) hide show
  1. package/dist/json/attributes.json +549 -253
  2. package/dist/json/importMap.json +20 -20
  3. package/dist/json/tags.json +77 -2
  4. package/dist/json/web-types.json +1292 -566
  5. package/dist/vuetify-labs.css +113 -110
  6. package/dist/vuetify-labs.d.ts +2593 -11751
  7. package/dist/vuetify-labs.esm.js +2352 -2248
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +2352 -2248
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +38 -35
  12. package/dist/vuetify.d.ts +1264 -11210
  13. package/dist/vuetify.esm.js +1818 -1702
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +1818 -1702
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +652 -652
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +1 -3
  21. package/lib/blueprints/md1.d.ts +1 -3
  22. package/lib/blueprints/md2.d.ts +1 -3
  23. package/lib/blueprints/md3.d.ts +1 -3
  24. package/lib/components/VAlert/VAlert.mjs +48 -48
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +2 -2
  27. package/lib/components/VApp/VApp.mjs +9 -8
  28. package/lib/components/VApp/VApp.mjs.map +1 -1
  29. package/lib/components/VAppBar/VAppBar.mjs +23 -22
  30. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  31. package/lib/components/VAppBar/VAppBarNavIcon.mjs +9 -7
  32. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -2
  34. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  35. package/lib/components/VAppBar/index.d.ts +4 -4
  36. package/lib/components/VAutocomplete/VAutocomplete.css +0 -4
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs +33 -38
  38. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  39. package/lib/components/VAutocomplete/VAutocomplete.sass +0 -5
  40. package/lib/components/VAutocomplete/index.d.ts +76 -1183
  41. package/lib/components/VBadge/VBadge.mjs +33 -32
  42. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  43. package/lib/components/VBanner/VBanner.mjs +21 -20
  44. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  45. package/lib/components/VBanner/VBannerActions.mjs +7 -6
  46. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  47. package/lib/components/VBanner/index.d.ts +2 -2
  48. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +35 -34
  49. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  50. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +24 -23
  51. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  52. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +6 -5
  53. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  54. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +15 -14
  55. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  56. package/lib/components/VBreadcrumbs/index.d.ts +1 -0
  57. package/lib/components/VBtnToggle/VBtnToggle.mjs +6 -5
  58. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  59. package/lib/components/VCard/VCard.mjs +38 -37
  60. package/lib/components/VCard/VCard.mjs.map +1 -1
  61. package/lib/components/VCard/VCardItem.mjs +12 -11
  62. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  63. package/lib/components/VCard/index.d.ts +4 -4
  64. package/lib/components/VCarousel/VCarousel.mjs +28 -27
  65. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  66. package/lib/components/VCarousel/VCarouselItem.mjs +18 -16
  67. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  68. package/lib/components/VCarousel/index.d.ts +170 -20
  69. package/lib/components/VCheckbox/VCheckbox.mjs +6 -5
  70. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  71. package/lib/components/VCheckbox/index.d.ts +24 -12
  72. package/lib/components/VChip/VChip.css +7 -0
  73. package/lib/components/VChip/VChip.mjs +60 -57
  74. package/lib/components/VChip/VChip.mjs.map +1 -1
  75. package/lib/components/VChip/VChip.sass +9 -0
  76. package/lib/components/VChip/index.d.ts +8 -8
  77. package/lib/components/VChipGroup/VChipGroup.mjs +19 -18
  78. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  79. package/lib/components/VColorPicker/VColorPicker.mjs +44 -39
  80. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  81. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +26 -25
  82. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  83. package/lib/components/VColorPicker/VColorPickerEdit.mjs +17 -16
  84. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  85. package/lib/components/VColorPicker/VColorPickerPreview.mjs +10 -9
  86. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  87. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +12 -11
  88. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  89. package/lib/components/VColorPicker/index.d.ts +4 -4
  90. package/lib/components/VColorPicker/util/index.mjs +2 -2
  91. package/lib/components/VColorPicker/util/index.mjs.map +1 -1
  92. package/lib/components/VCombobox/VCombobox.mjs +37 -41
  93. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  94. package/lib/components/VCombobox/index.d.ts +76 -1180
  95. package/lib/components/VCounter/VCounter.mjs +16 -15
  96. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  97. package/lib/components/VCounter/index.d.ts +25 -1774
  98. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +9 -8
  99. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  100. package/lib/components/VDialog/VDialog.mjs +18 -17
  101. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  102. package/lib/components/VDialog/index.d.ts +130 -1120
  103. package/lib/components/VDivider/VDivider.mjs +11 -10
  104. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  105. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +15 -15
  106. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  107. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +6 -5
  108. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  109. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +3 -5
  110. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  111. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +15 -14
  112. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  113. package/lib/components/VExpansionPanel/index.d.ts +15 -15
  114. package/lib/components/VField/VField.mjs +6 -2
  115. package/lib/components/VField/VField.mjs.map +1 -1
  116. package/lib/components/VField/VFieldLabel.mjs +6 -5
  117. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  118. package/lib/components/VFileInput/VFileInput.mjs +35 -34
  119. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  120. package/lib/components/VFileInput/index.d.ts +3 -3
  121. package/lib/components/VFooter/VFooter.mjs +21 -20
  122. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  123. package/lib/components/VForm/VForm.mjs +6 -5
  124. package/lib/components/VForm/VForm.mjs.map +1 -1
  125. package/lib/components/VForm/index.d.ts +6 -6
  126. package/lib/components/VGrid/VCol.mjs +26 -25
  127. package/lib/components/VGrid/VCol.mjs.map +1 -1
  128. package/lib/components/VGrid/VContainer.mjs +16 -11
  129. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  130. package/lib/components/VGrid/VRow.mjs +26 -25
  131. package/lib/components/VGrid/VRow.mjs.map +1 -1
  132. package/lib/components/VHover/VHover.mjs +10 -9
  133. package/lib/components/VHover/VHover.mjs.map +1 -1
  134. package/lib/components/VImg/VImg.mjs +35 -34
  135. package/lib/components/VImg/VImg.mjs.map +1 -1
  136. package/lib/components/VImg/index.d.ts +12 -12
  137. package/lib/components/VItemGroup/VItemGroup.mjs +10 -9
  138. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  139. package/lib/components/VLabel/VLabel.mjs +8 -7
  140. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  141. package/lib/components/VLayout/VLayout.mjs +6 -5
  142. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  143. package/lib/components/VLayout/VLayoutItem.mjs +15 -14
  144. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  145. package/lib/components/VLazy/VLazy.mjs +21 -20
  146. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  147. package/lib/components/VList/VList.mjs +35 -34
  148. package/lib/components/VList/VList.mjs.map +1 -1
  149. package/lib/components/VList/VListChildren.mjs +5 -4
  150. package/lib/components/VList/VListChildren.mjs.map +1 -1
  151. package/lib/components/VList/VListGroup.mjs +2 -4
  152. package/lib/components/VList/VListGroup.mjs.map +1 -1
  153. package/lib/components/VList/VListItem.mjs +42 -41
  154. package/lib/components/VList/VListItem.mjs.map +1 -1
  155. package/lib/components/VList/VListItemAction.mjs +8 -7
  156. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  157. package/lib/components/VList/VListItemMedia.mjs +8 -7
  158. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  159. package/lib/components/VList/VListSubheader.mjs +10 -9
  160. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  161. package/lib/components/VList/index.d.ts +38 -38
  162. package/lib/components/VList/list.mjs +4 -4
  163. package/lib/components/VList/list.mjs.map +1 -1
  164. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +12 -11
  165. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  166. package/lib/components/VMain/VMain.mjs +9 -8
  167. package/lib/components/VMain/VMain.mjs.map +1 -1
  168. package/lib/components/VMenu/VMenu.mjs +21 -20
  169. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  170. package/lib/components/VMenu/index.d.ts +43 -1033
  171. package/lib/components/VMessages/VMessages.mjs +18 -17
  172. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  173. package/lib/components/VMessages/index.d.ts +25 -1774
  174. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +50 -49
  175. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  176. package/lib/components/VNavigationDrawer/index.d.ts +3 -3
  177. package/lib/components/VNavigationDrawer/sticky.mjs +14 -7
  178. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  179. package/lib/components/VNavigationDrawer/touch.mjs +4 -4
  180. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  181. package/lib/components/VOverlay/locationStrategies.mjs +5 -3
  182. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  183. package/lib/components/VPagination/VPagination.mjs +84 -83
  184. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  185. package/lib/components/VPagination/index.d.ts +8 -8
  186. package/lib/components/VParallax/VParallax.mjs +9 -8
  187. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  188. package/lib/components/VProgressCircular/VProgressCircular.mjs +25 -24
  189. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  190. package/lib/components/VProgressLinear/VProgressLinear.mjs +44 -42
  191. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  192. package/lib/components/VProgressLinear/index.d.ts +8 -8
  193. package/lib/components/VRadio/VRadio.mjs +8 -7
  194. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  195. package/lib/components/VRadio/index.d.ts +18 -12
  196. package/lib/components/VRadioGroup/VRadioGroup.mjs +22 -21
  197. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  198. package/lib/components/VRadioGroup/index.d.ts +16 -10
  199. package/lib/components/VRangeSlider/VRangeSlider.mjs +18 -13
  200. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  201. package/lib/components/VRating/VRating.mjs +49 -45
  202. package/lib/components/VRating/VRating.mjs.map +1 -1
  203. package/lib/components/VRating/index.d.ts +8 -8
  204. package/lib/components/VResponsive/VResponsive.mjs +8 -7
  205. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  206. package/lib/components/VSelect/VSelect.mjs +22 -21
  207. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  208. package/lib/components/VSelect/index.d.ts +73 -2515
  209. package/lib/components/VSelectionControl/VSelectionControl.mjs +3 -3
  210. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  211. package/lib/components/VSelectionControl/index.d.ts +45 -39
  212. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +10 -10
  213. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  214. package/lib/components/VSelectionControlGroup/index.d.ts +28 -28
  215. package/lib/components/VSheet/VSheet.mjs +1 -3
  216. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  217. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  218. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  219. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +1 -3
  220. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  221. package/lib/components/VSlideGroup/index.d.ts +3 -3
  222. package/lib/components/VSlider/VSlider.mjs +18 -13
  223. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  224. package/lib/components/VSlider/VSliderThumb.mjs +26 -25
  225. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  226. package/lib/components/VSlider/VSliderTrack.mjs +13 -12
  227. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  228. package/lib/components/VSlider/slider.mjs +3 -3
  229. package/lib/components/VSlider/slider.mjs.map +1 -1
  230. package/lib/components/VSnackbar/VSnackbar.mjs +20 -19
  231. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  232. package/lib/components/VSwitch/VSwitch.mjs +13 -12
  233. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  234. package/lib/components/VSwitch/index.d.ts +18 -12
  235. package/lib/components/VSystemBar/VSystemBar.mjs +15 -14
  236. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  237. package/lib/components/VTable/VTable.mjs +12 -11
  238. package/lib/components/VTable/VTable.mjs.map +1 -1
  239. package/lib/components/VTabs/VTab.mjs +19 -19
  240. package/lib/components/VTabs/VTab.mjs.map +1 -1
  241. package/lib/components/VTabs/VTabs.mjs +28 -27
  242. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  243. package/lib/components/VTabs/index.d.ts +12 -12
  244. package/lib/components/VTextField/index.d.ts +3 -3
  245. package/lib/components/VTextarea/VTextarea.mjs +31 -27
  246. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  247. package/lib/components/VTextarea/index.d.ts +3 -3
  248. package/lib/components/VThemeProvider/VThemeProvider.mjs +8 -7
  249. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  250. package/lib/components/VTimeline/VTimeline.mjs +46 -41
  251. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  252. package/lib/components/VTimeline/VTimelineDivider.mjs +14 -13
  253. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  254. package/lib/components/VTimeline/VTimelineItem.mjs +23 -22
  255. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  256. package/lib/components/VToolbar/VToolbar.mjs +8 -4
  257. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  258. package/lib/components/VToolbar/VToolbarItems.mjs +8 -7
  259. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  260. package/lib/components/VToolbar/index.d.ts +11 -11
  261. package/lib/components/VTooltip/VTooltip.mjs +20 -19
  262. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  263. package/lib/components/VValidation/VValidation.mjs +1 -3
  264. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  265. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +14 -13
  266. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  267. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +6 -5
  268. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  269. package/lib/components/VWindow/VWindow.mjs +3 -3
  270. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  271. package/lib/components/VWindow/VWindowItem.mjs +18 -17
  272. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  273. package/lib/components/VWindow/index.d.ts +9 -9
  274. package/lib/components/index.d.ts +1328 -11279
  275. package/lib/components/transitions/createTransition.mjs +16 -15
  276. package/lib/components/transitions/createTransition.mjs.map +1 -1
  277. package/lib/components/transitions/dialog-transition.mjs +5 -4
  278. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  279. package/lib/components/transitions/index.d.ts +143 -143
  280. package/lib/composables/display.mjs +3 -3
  281. package/lib/composables/display.mjs.map +1 -1
  282. package/lib/composables/form.mjs +4 -4
  283. package/lib/composables/form.mjs.map +1 -1
  284. package/lib/composables/forwardRefs.mjs.map +1 -1
  285. package/lib/composables/hydration.mjs +6 -6
  286. package/lib/composables/hydration.mjs.map +1 -1
  287. package/lib/composables/intersectionObserver.mjs +2 -2
  288. package/lib/composables/intersectionObserver.mjs.map +1 -1
  289. package/lib/composables/layout.mjs +3 -3
  290. package/lib/composables/layout.mjs.map +1 -1
  291. package/lib/composables/lazy.mjs +2 -2
  292. package/lib/composables/lazy.mjs.map +1 -1
  293. package/lib/composables/nested/nested.mjs +5 -4
  294. package/lib/composables/nested/nested.mjs.map +1 -1
  295. package/lib/composables/scroll.mjs +6 -6
  296. package/lib/composables/scroll.mjs.map +1 -1
  297. package/lib/composables/ssrBoot.mjs +2 -2
  298. package/lib/composables/ssrBoot.mjs.map +1 -1
  299. package/lib/composables/stack.mjs +5 -4
  300. package/lib/composables/stack.mjs.map +1 -1
  301. package/lib/composables/theme.mjs +3 -3
  302. package/lib/composables/theme.mjs.map +1 -1
  303. package/lib/composables/transition.mjs +5 -2
  304. package/lib/composables/transition.mjs.map +1 -1
  305. package/lib/composables/validation.mjs +3 -3
  306. package/lib/composables/validation.mjs.map +1 -1
  307. package/lib/directives/click-outside/index.mjs +1 -1
  308. package/lib/directives/click-outside/index.mjs.map +1 -1
  309. package/lib/entry-bundler.mjs +1 -1
  310. package/lib/framework.mjs +1 -1
  311. package/lib/index.d.ts +15 -10
  312. package/lib/labs/VDataTable/VDataTable.mjs +54 -59
  313. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  314. package/lib/labs/VDataTable/VDataTableFooter.mjs +64 -63
  315. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  316. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +8 -7
  317. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  318. package/lib/labs/VDataTable/VDataTableHeaders.mjs +16 -15
  319. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  320. package/lib/labs/VDataTable/VDataTableRow.mjs +7 -6
  321. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  322. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -19
  323. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  324. package/lib/labs/VDataTable/VDataTableServer.mjs +54 -64
  325. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  326. package/lib/labs/VDataTable/VDataTableVirtual.mjs +70 -77
  327. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  328. package/lib/labs/VDataTable/composables/virtual.mjs +3 -3
  329. package/lib/labs/VDataTable/composables/virtual.mjs.map +1 -1
  330. package/lib/labs/VDataTable/index.d.ts +991 -206
  331. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +54 -48
  332. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  333. package/lib/labs/VInfiniteScroll/index.d.ts +16 -1
  334. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +18 -17
  335. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  336. package/lib/labs/VSkeletonLoader/index.d.ts +9 -9
  337. package/lib/labs/components.d.ts +1011 -211
  338. package/lib/labs/date/date.mjs +7 -7
  339. package/lib/labs/date/date.mjs.map +1 -1
  340. package/lib/labs/date/index.d.ts +1 -3
  341. package/lib/locale/adapters/vuetify.mjs +8 -5
  342. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  343. package/package.json +2 -2
@@ -1,27 +1,11 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, nextTick } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, Ref, EffectScope, Component, nextTick } from 'vue';
3
3
 
4
- interface ScrollStrategyData {
5
- root: Ref<HTMLElement | undefined>;
6
- contentEl: Ref<HTMLElement | undefined>;
7
- activatorEl: Ref<HTMLElement | undefined>;
8
- isActive: Ref<boolean>;
9
- updateLocation: Ref<((e: Event) => void) | undefined>;
10
- }
11
- type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope) => void;
12
- declare const scrollStrategies: {
13
- none: null;
14
- close: typeof closeScrollStrategy;
15
- block: typeof blockScrollStrategy;
16
- reposition: typeof repositionScrollStrategy;
17
- };
18
- interface StrategyProps$1 {
19
- scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
20
- contained: boolean | undefined;
21
- }
22
- declare function closeScrollStrategy(data: ScrollStrategyData): void;
23
- declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
24
- declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
4
+ declare const block: readonly ["top", "bottom"];
5
+ declare const inline: readonly ["start", "end", "left", "right"];
6
+ type Tblock = typeof block[number];
7
+ type Tinline = typeof inline[number];
8
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
25
9
 
26
10
  declare class Box {
27
11
  x: number;
@@ -40,12 +24,6 @@ declare class Box {
40
24
  get right(): number;
41
25
  }
42
26
 
43
- declare const block: readonly ["top", "bottom"];
44
- declare const inline: readonly ["start", "end", "left", "right"];
45
- type Tblock = typeof block[number];
46
- type Tinline = typeof inline[number];
47
- type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
48
-
49
27
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
50
28
  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
29
  }
@@ -56,14 +34,14 @@ interface LocationStrategyData {
56
34
  isActive: Ref<boolean>;
57
35
  isRtl: Ref<boolean>;
58
36
  }
59
- type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
37
+ type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
60
38
  updateLocation: (e: Event) => void;
61
39
  };
62
40
  declare const locationStrategies: {
63
41
  static: typeof staticLocationStrategy;
64
42
  connected: typeof connectedLocationStrategy;
65
43
  };
66
- interface StrategyProps {
44
+ interface StrategyProps$1 {
67
45
  locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
68
46
  location: Anchor;
69
47
  origin: Anchor | 'auto' | 'overlap';
@@ -74,7 +52,7 @@ interface StrategyProps {
74
52
  minWidth?: number | string;
75
53
  }
76
54
  declare function staticLocationStrategy(): void;
77
- declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>): {
55
+ declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>): {
78
56
  updateLocation: () => {
79
57
  available: {
80
58
  x: number;
@@ -84,6 +62,28 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
84
62
  } | undefined;
85
63
  };
86
64
 
65
+ interface ScrollStrategyData {
66
+ root: Ref<HTMLElement | undefined>;
67
+ contentEl: Ref<HTMLElement | undefined>;
68
+ activatorEl: Ref<HTMLElement | undefined>;
69
+ isActive: Ref<boolean>;
70
+ updateLocation: Ref<((e: Event) => void) | undefined>;
71
+ }
72
+ type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps, scope: EffectScope) => void;
73
+ declare const scrollStrategies: {
74
+ none: null;
75
+ close: typeof closeScrollStrategy;
76
+ block: typeof blockScrollStrategy;
77
+ reposition: typeof repositionScrollStrategy;
78
+ };
79
+ interface StrategyProps {
80
+ scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
81
+ contained: boolean | undefined;
82
+ }
83
+ declare function closeScrollStrategy(data: ScrollStrategyData): void;
84
+ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
85
+ declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
86
+
87
87
  declare const VDialog: {
88
88
  new (...args: any[]): {
89
89
  $: vue.ComponentInternalInstance;
@@ -93,99 +93,9 @@ declare const VDialog: {
93
93
  location: Anchor;
94
94
  origin: NonNullable<"auto" | Anchor | "overlap">;
95
95
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
96
- component?: vue.Component | undefined;
96
+ component?: Component | undefined;
97
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
- 'v-slots'?: {
109
- default?: false | (() => vue.VNodeChild) | undefined;
110
- } | undefined;
111
- } & {
112
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
113
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
114
- $attrs: {
115
- [x: string]: unknown;
116
- };
117
- $refs: {
118
- [x: string]: unknown;
119
- };
120
- $slots: Readonly<{
121
- [name: string]: vue.Slot | undefined;
122
- }>;
123
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
124
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
125
- $emit: (event: string, ...args: any[]) => void;
126
- $el: any;
127
- $options: vue.ComponentOptionsBase<{} & {
128
- target?: HTMLElement | undefined;
129
- } & {
130
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
131
- default?: (() => vue.VNodeChild) | undefined;
132
- };
133
- 'v-slots'?: {
134
- default?: false | (() => vue.VNodeChild) | undefined;
135
- } | undefined;
136
- } & {
137
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
138
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
139
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
140
- created?: ((() => void) | (() => void)[]) | undefined;
141
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
142
- mounted?: ((() => void) | (() => void)[]) | undefined;
143
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
144
- updated?: ((() => void) | (() => void)[]) | undefined;
145
- activated?: ((() => void) | (() => void)[]) | undefined;
146
- deactivated?: ((() => void) | (() => void)[]) | undefined;
147
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
148
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
149
- destroyed?: ((() => void) | (() => void)[]) | undefined;
150
- unmounted?: ((() => void) | (() => void)[]) | undefined;
151
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
152
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
153
- 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;
154
- };
155
- $forceUpdate: () => void;
156
- $nextTick: typeof nextTick;
157
- $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;
158
- } & {} & {
159
- target?: HTMLElement | undefined;
160
- } & {
161
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
162
- default?: (() => vue.VNodeChild) | undefined;
163
- };
164
- 'v-slots'?: {
165
- default?: false | (() => vue.VNodeChild) | undefined;
166
- } | undefined;
167
- } & {
168
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
169
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
170
- __isFragment?: undefined;
171
- __isTeleport?: undefined;
172
- __isSuspense?: undefined;
173
- } & vue.ComponentOptionsBase<{} & {
174
- target?: HTMLElement | undefined;
175
- } & {
176
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
177
- default?: (() => vue.VNodeChild) | undefined;
178
- };
179
- 'v-slots'?: {
180
- default?: false | (() => vue.VNodeChild) | undefined;
181
- } | undefined;
182
- } & {
183
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
184
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
185
- target: vue.PropType<HTMLElement>;
186
- }, vue.ExtractPropTypes<{
187
- target: vue.PropType<HTMLElement>;
188
- }>>;
98
+ component: Component;
189
99
  };
190
100
  zIndex: NonNullable<string | number>;
191
101
  style: vue.StyleValue;
@@ -197,116 +107,26 @@ declare const VDialog: {
197
107
  openOnHover: boolean;
198
108
  openOnFocus: boolean;
199
109
  closeOnContentClick: boolean;
200
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
110
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
201
111
  updateLocation: (e: Event) => void;
202
112
  } | undefined);
203
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
113
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
204
114
  closeOnBack: boolean;
205
115
  contained: boolean;
206
116
  noClickAnimation: boolean;
207
117
  persistent: boolean;
208
118
  scrim: string | boolean;
209
119
  fullscreen: boolean;
210
- scrollable: boolean;
211
120
  retainFocus: boolean;
121
+ scrollable: boolean;
212
122
  }> & Omit<{
213
123
  absolute: boolean;
214
124
  location: Anchor;
215
125
  origin: NonNullable<"auto" | Anchor | "overlap">;
216
126
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
217
- component?: vue.Component | undefined;
127
+ component?: Component | undefined;
218
128
  })> | {
219
- component: {
220
- new (...args: any[]): {
221
- $: vue.ComponentInternalInstance;
222
- $data: {};
223
- $props: Partial<{}> & Omit<{} & {
224
- target?: HTMLElement | undefined;
225
- } & {
226
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
227
- default?: (() => vue.VNodeChild) | undefined;
228
- };
229
- 'v-slots'?: {
230
- default?: false | (() => vue.VNodeChild) | undefined;
231
- } | undefined;
232
- } & {
233
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
234
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
235
- $attrs: {
236
- [x: string]: unknown;
237
- };
238
- $refs: {
239
- [x: string]: unknown;
240
- };
241
- $slots: Readonly<{
242
- [name: string]: vue.Slot | undefined;
243
- }>;
244
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
245
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
246
- $emit: (event: string, ...args: any[]) => void;
247
- $el: any;
248
- $options: vue.ComponentOptionsBase<{} & {
249
- target?: HTMLElement | undefined;
250
- } & {
251
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
252
- default?: (() => vue.VNodeChild) | undefined;
253
- };
254
- 'v-slots'?: {
255
- default?: false | (() => vue.VNodeChild) | undefined;
256
- } | undefined;
257
- } & {
258
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
259
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
260
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
261
- created?: ((() => void) | (() => void)[]) | undefined;
262
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
263
- mounted?: ((() => void) | (() => void)[]) | undefined;
264
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
265
- updated?: ((() => void) | (() => void)[]) | undefined;
266
- activated?: ((() => void) | (() => void)[]) | undefined;
267
- deactivated?: ((() => void) | (() => void)[]) | undefined;
268
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
269
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
270
- destroyed?: ((() => void) | (() => void)[]) | undefined;
271
- unmounted?: ((() => void) | (() => void)[]) | undefined;
272
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
273
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
274
- 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;
275
- };
276
- $forceUpdate: () => void;
277
- $nextTick: typeof nextTick;
278
- $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;
279
- } & {} & {
280
- target?: HTMLElement | undefined;
281
- } & {
282
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
283
- default?: (() => vue.VNodeChild) | undefined;
284
- };
285
- 'v-slots'?: {
286
- default?: false | (() => vue.VNodeChild) | undefined;
287
- } | undefined;
288
- } & {
289
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
290
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
291
- __isFragment?: undefined;
292
- __isTeleport?: undefined;
293
- __isSuspense?: undefined;
294
- } & vue.ComponentOptionsBase<{} & {
295
- target?: HTMLElement | undefined;
296
- } & {
297
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
298
- default?: (() => vue.VNodeChild) | undefined;
299
- };
300
- 'v-slots'?: {
301
- default?: false | (() => vue.VNodeChild) | undefined;
302
- } | undefined;
303
- } & {
304
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
305
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
306
- target: vue.PropType<HTMLElement>;
307
- }, vue.ExtractPropTypes<{
308
- target: vue.PropType<HTMLElement>;
309
- }>>;
129
+ component: Component;
310
130
  };
311
131
  zIndex: NonNullable<string | number>;
312
132
  style: vue.StyleValue;
@@ -316,18 +136,18 @@ declare const VDialog: {
316
136
  activatorProps: Record<string, any>;
317
137
  openOnHover: boolean;
318
138
  closeOnContentClick: boolean;
319
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
139
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
320
140
  updateLocation: (e: Event) => void;
321
141
  } | undefined);
322
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
142
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
323
143
  closeOnBack: boolean;
324
144
  contained: boolean;
325
145
  noClickAnimation: boolean;
326
146
  persistent: boolean;
327
147
  scrim: string | boolean;
328
148
  fullscreen: boolean;
329
- scrollable: boolean;
330
149
  retainFocus: boolean;
150
+ scrollable: boolean;
331
151
  } & {
332
152
  offset?: string | number | number[] | undefined;
333
153
  height?: string | number | undefined;
@@ -377,7 +197,7 @@ declare const VDialog: {
377
197
  }) => vue.VNodeChild) | undefined;
378
198
  } & {
379
199
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
380
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "fullscreen" | "scrollable" | "retainFocus">;
200
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "fullscreen" | "retainFocus" | "scrollable">;
381
201
  $attrs: {
382
202
  [x: string]: unknown;
383
203
  };
@@ -396,99 +216,9 @@ declare const VDialog: {
396
216
  location: Anchor;
397
217
  origin: NonNullable<"auto" | Anchor | "overlap">;
398
218
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
399
- component?: vue.Component | undefined;
219
+ component?: Component | undefined;
400
220
  })> | {
401
- component: {
402
- new (...args: any[]): {
403
- $: vue.ComponentInternalInstance;
404
- $data: {};
405
- $props: Partial<{}> & Omit<{} & {
406
- target?: HTMLElement | undefined;
407
- } & {
408
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
409
- default?: (() => vue.VNodeChild) | undefined;
410
- };
411
- 'v-slots'?: {
412
- default?: false | (() => vue.VNodeChild) | undefined;
413
- } | undefined;
414
- } & {
415
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
416
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
417
- $attrs: {
418
- [x: string]: unknown;
419
- };
420
- $refs: {
421
- [x: string]: unknown;
422
- };
423
- $slots: Readonly<{
424
- [name: string]: vue.Slot | undefined;
425
- }>;
426
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
427
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
428
- $emit: (event: string, ...args: any[]) => void;
429
- $el: any;
430
- $options: vue.ComponentOptionsBase<{} & {
431
- target?: HTMLElement | undefined;
432
- } & {
433
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
434
- default?: (() => vue.VNodeChild) | undefined;
435
- };
436
- 'v-slots'?: {
437
- default?: false | (() => vue.VNodeChild) | undefined;
438
- } | undefined;
439
- } & {
440
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
441
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
442
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
443
- created?: ((() => void) | (() => void)[]) | undefined;
444
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
445
- mounted?: ((() => void) | (() => void)[]) | undefined;
446
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
447
- updated?: ((() => void) | (() => void)[]) | undefined;
448
- activated?: ((() => void) | (() => void)[]) | undefined;
449
- deactivated?: ((() => void) | (() => void)[]) | undefined;
450
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
451
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
452
- destroyed?: ((() => void) | (() => void)[]) | undefined;
453
- unmounted?: ((() => void) | (() => void)[]) | undefined;
454
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
455
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
456
- 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;
457
- };
458
- $forceUpdate: () => void;
459
- $nextTick: typeof nextTick;
460
- $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;
461
- } & {} & {
462
- target?: HTMLElement | undefined;
463
- } & {
464
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
465
- default?: (() => vue.VNodeChild) | undefined;
466
- };
467
- 'v-slots'?: {
468
- default?: false | (() => vue.VNodeChild) | undefined;
469
- } | undefined;
470
- } & {
471
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
472
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
473
- __isFragment?: undefined;
474
- __isTeleport?: undefined;
475
- __isSuspense?: undefined;
476
- } & vue.ComponentOptionsBase<{} & {
477
- target?: HTMLElement | undefined;
478
- } & {
479
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
480
- default?: (() => vue.VNodeChild) | undefined;
481
- };
482
- 'v-slots'?: {
483
- default?: false | (() => vue.VNodeChild) | undefined;
484
- } | undefined;
485
- } & {
486
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
487
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
488
- target: vue.PropType<HTMLElement>;
489
- }, vue.ExtractPropTypes<{
490
- target: vue.PropType<HTMLElement>;
491
- }>>;
221
+ component: Component;
492
222
  };
493
223
  zIndex: NonNullable<string | number>;
494
224
  style: vue.StyleValue;
@@ -498,18 +228,18 @@ declare const VDialog: {
498
228
  activatorProps: Record<string, any>;
499
229
  openOnHover: boolean;
500
230
  closeOnContentClick: boolean;
501
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
231
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
502
232
  updateLocation: (e: Event) => void;
503
233
  } | undefined);
504
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
234
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
505
235
  closeOnBack: boolean;
506
236
  contained: boolean;
507
237
  noClickAnimation: boolean;
508
238
  persistent: boolean;
509
239
  scrim: string | boolean;
510
240
  fullscreen: boolean;
511
- scrollable: boolean;
512
241
  retainFocus: boolean;
242
+ scrollable: boolean;
513
243
  } & {
514
244
  offset?: string | number | number[] | undefined;
515
245
  height?: string | number | undefined;
@@ -567,7 +297,7 @@ declare const VDialog: {
567
297
  location: Anchor;
568
298
  origin: "auto" | Anchor | "overlap";
569
299
  transition: string | boolean | (vue.TransitionProps & {
570
- component?: vue.Component | undefined;
300
+ component?: Component | undefined;
571
301
  });
572
302
  zIndex: string | number;
573
303
  style: vue.StyleValue;
@@ -579,10 +309,10 @@ declare const VDialog: {
579
309
  openOnHover: boolean;
580
310
  openOnFocus: boolean;
581
311
  closeOnContentClick: boolean;
582
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
312
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
583
313
  updateLocation: (e: Event) => void;
584
314
  } | undefined);
585
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
315
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
586
316
  closeOnBack: boolean;
587
317
  contained: boolean;
588
318
  noClickAnimation: boolean;
@@ -594,7 +324,7 @@ declare const VDialog: {
594
324
  location: Anchor;
595
325
  origin: "auto" | Anchor | "overlap";
596
326
  transition: string | boolean | (vue.TransitionProps & {
597
- component?: vue.Component | undefined;
327
+ component?: Component | undefined;
598
328
  });
599
329
  zIndex: string | number;
600
330
  style: vue.StyleValue;
@@ -604,10 +334,10 @@ declare const VDialog: {
604
334
  activatorProps: Record<string, any>;
605
335
  openOnHover: boolean;
606
336
  closeOnContentClick: boolean;
607
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
337
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
608
338
  updateLocation: (e: Event) => void;
609
339
  } | undefined);
610
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
340
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
611
341
  closeOnBack: boolean;
612
342
  contained: boolean;
613
343
  noClickAnimation: boolean;
@@ -684,7 +414,7 @@ declare const VDialog: {
684
414
  location: Anchor;
685
415
  origin: "auto" | Anchor | "overlap";
686
416
  transition: string | boolean | (vue.TransitionProps & {
687
- component?: vue.Component | undefined;
417
+ component?: Component | undefined;
688
418
  });
689
419
  zIndex: string | number;
690
420
  style: vue.StyleValue;
@@ -694,10 +424,10 @@ declare const VDialog: {
694
424
  activatorProps: Record<string, any>;
695
425
  openOnHover: boolean;
696
426
  closeOnContentClick: boolean;
697
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
427
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
698
428
  updateLocation: (e: Event) => void;
699
429
  } | undefined);
700
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
430
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
701
431
  closeOnBack: boolean;
702
432
  contained: boolean;
703
433
  noClickAnimation: boolean;
@@ -771,7 +501,7 @@ declare const VDialog: {
771
501
  location: Anchor;
772
502
  origin: "auto" | Anchor | "overlap";
773
503
  transition: string | boolean | (vue.TransitionProps & {
774
- component?: vue.Component | undefined;
504
+ component?: Component | undefined;
775
505
  });
776
506
  zIndex: string | number;
777
507
  style: vue.StyleValue;
@@ -783,10 +513,10 @@ declare const VDialog: {
783
513
  openOnHover: boolean;
784
514
  openOnFocus: boolean;
785
515
  closeOnContentClick: boolean;
786
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
516
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
787
517
  updateLocation: (e: Event) => void;
788
518
  } | undefined);
789
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
519
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
790
520
  closeOnBack: boolean;
791
521
  contained: boolean;
792
522
  noClickAnimation: boolean;
@@ -818,7 +548,7 @@ declare const VDialog: {
818
548
  location: Anchor;
819
549
  origin: "auto" | Anchor | "overlap";
820
550
  transition: string | boolean | (vue.TransitionProps & {
821
- component?: vue.Component | undefined;
551
+ component?: Component | undefined;
822
552
  });
823
553
  zIndex: string | number;
824
554
  style: vue.StyleValue;
@@ -828,10 +558,10 @@ declare const VDialog: {
828
558
  activatorProps: Record<string, any>;
829
559
  openOnHover: boolean;
830
560
  closeOnContentClick: boolean;
831
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
561
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
832
562
  updateLocation: (e: Event) => void;
833
563
  } | undefined);
834
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
564
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
835
565
  closeOnBack: boolean;
836
566
  contained: boolean;
837
567
  noClickAnimation: boolean;
@@ -903,99 +633,9 @@ declare const VDialog: {
903
633
  location: Anchor;
904
634
  origin: NonNullable<"auto" | Anchor | "overlap">;
905
635
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
906
- component?: vue.Component | undefined;
636
+ component?: Component | undefined;
907
637
  })> | {
908
- component: {
909
- new (...args: any[]): {
910
- $: vue.ComponentInternalInstance;
911
- $data: {};
912
- $props: Partial<{}> & Omit<{} & {
913
- target?: HTMLElement | undefined;
914
- } & {
915
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
916
- default?: (() => vue.VNodeChild) | undefined;
917
- };
918
- 'v-slots'?: {
919
- default?: false | (() => vue.VNodeChild) | undefined;
920
- } | undefined;
921
- } & {
922
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
923
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
924
- $attrs: {
925
- [x: string]: unknown;
926
- };
927
- $refs: {
928
- [x: string]: unknown;
929
- };
930
- $slots: Readonly<{
931
- [name: string]: vue.Slot | undefined;
932
- }>;
933
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
934
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
935
- $emit: (event: string, ...args: any[]) => void;
936
- $el: any;
937
- $options: vue.ComponentOptionsBase<{} & {
938
- target?: HTMLElement | undefined;
939
- } & {
940
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
941
- default?: (() => vue.VNodeChild) | undefined;
942
- };
943
- 'v-slots'?: {
944
- default?: false | (() => vue.VNodeChild) | undefined;
945
- } | undefined;
946
- } & {
947
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
948
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
949
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
950
- created?: ((() => void) | (() => void)[]) | undefined;
951
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
952
- mounted?: ((() => void) | (() => void)[]) | undefined;
953
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
954
- updated?: ((() => void) | (() => void)[]) | undefined;
955
- activated?: ((() => void) | (() => void)[]) | undefined;
956
- deactivated?: ((() => void) | (() => void)[]) | undefined;
957
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
958
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
959
- destroyed?: ((() => void) | (() => void)[]) | undefined;
960
- unmounted?: ((() => void) | (() => void)[]) | undefined;
961
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
962
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
963
- 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;
964
- };
965
- $forceUpdate: () => void;
966
- $nextTick: typeof nextTick;
967
- $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;
968
- } & {} & {
969
- target?: HTMLElement | undefined;
970
- } & {
971
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
972
- default?: (() => vue.VNodeChild) | undefined;
973
- };
974
- 'v-slots'?: {
975
- default?: false | (() => vue.VNodeChild) | undefined;
976
- } | undefined;
977
- } & {
978
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
979
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
980
- __isFragment?: undefined;
981
- __isTeleport?: undefined;
982
- __isSuspense?: undefined;
983
- } & vue.ComponentOptionsBase<{} & {
984
- target?: HTMLElement | undefined;
985
- } & {
986
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
987
- default?: (() => vue.VNodeChild) | undefined;
988
- };
989
- 'v-slots'?: {
990
- default?: false | (() => vue.VNodeChild) | undefined;
991
- } | undefined;
992
- } & {
993
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
994
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
995
- target: vue.PropType<HTMLElement>;
996
- }, vue.ExtractPropTypes<{
997
- target: vue.PropType<HTMLElement>;
998
- }>>;
638
+ component: Component;
999
639
  };
1000
640
  zIndex: NonNullable<string | number>;
1001
641
  style: vue.StyleValue;
@@ -1007,18 +647,18 @@ declare const VDialog: {
1007
647
  openOnHover: boolean;
1008
648
  openOnFocus: boolean;
1009
649
  closeOnContentClick: boolean;
1010
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
650
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1011
651
  updateLocation: (e: Event) => void;
1012
652
  } | undefined);
1013
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
653
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
1014
654
  closeOnBack: boolean;
1015
655
  contained: boolean;
1016
656
  noClickAnimation: boolean;
1017
657
  persistent: boolean;
1018
658
  scrim: string | boolean;
1019
659
  fullscreen: boolean;
1020
- scrollable: boolean;
1021
660
  retainFocus: boolean;
661
+ scrollable: boolean;
1022
662
  }, {}, string> & {
1023
663
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1024
664
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -1044,99 +684,9 @@ declare const VDialog: {
1044
684
  location: Anchor;
1045
685
  origin: NonNullable<"auto" | Anchor | "overlap">;
1046
686
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1047
- component?: vue.Component | undefined;
687
+ component?: Component | undefined;
1048
688
  })> | {
1049
- component: {
1050
- new (...args: any[]): {
1051
- $: vue.ComponentInternalInstance;
1052
- $data: {};
1053
- $props: Partial<{}> & Omit<{} & {
1054
- target?: HTMLElement | undefined;
1055
- } & {
1056
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1057
- default?: (() => vue.VNodeChild) | undefined;
1058
- };
1059
- 'v-slots'?: {
1060
- default?: false | (() => vue.VNodeChild) | undefined;
1061
- } | undefined;
1062
- } & {
1063
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1064
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1065
- $attrs: {
1066
- [x: string]: unknown;
1067
- };
1068
- $refs: {
1069
- [x: string]: unknown;
1070
- };
1071
- $slots: Readonly<{
1072
- [name: string]: vue.Slot | undefined;
1073
- }>;
1074
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1075
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1076
- $emit: (event: string, ...args: any[]) => void;
1077
- $el: any;
1078
- $options: vue.ComponentOptionsBase<{} & {
1079
- target?: HTMLElement | undefined;
1080
- } & {
1081
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1082
- default?: (() => vue.VNodeChild) | undefined;
1083
- };
1084
- 'v-slots'?: {
1085
- default?: false | (() => vue.VNodeChild) | undefined;
1086
- } | undefined;
1087
- } & {
1088
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1089
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1090
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1091
- created?: ((() => void) | (() => void)[]) | undefined;
1092
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1093
- mounted?: ((() => void) | (() => void)[]) | undefined;
1094
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1095
- updated?: ((() => void) | (() => void)[]) | undefined;
1096
- activated?: ((() => void) | (() => void)[]) | undefined;
1097
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1098
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1099
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1100
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1101
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1102
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1103
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1104
- 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;
1105
- };
1106
- $forceUpdate: () => void;
1107
- $nextTick: typeof nextTick;
1108
- $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;
1109
- } & {} & {
1110
- target?: HTMLElement | undefined;
1111
- } & {
1112
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1113
- default?: (() => vue.VNodeChild) | undefined;
1114
- };
1115
- 'v-slots'?: {
1116
- default?: false | (() => vue.VNodeChild) | undefined;
1117
- } | undefined;
1118
- } & {
1119
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1120
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1121
- __isFragment?: undefined;
1122
- __isTeleport?: undefined;
1123
- __isSuspense?: undefined;
1124
- } & vue.ComponentOptionsBase<{} & {
1125
- target?: HTMLElement | undefined;
1126
- } & {
1127
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1128
- default?: (() => vue.VNodeChild) | undefined;
1129
- };
1130
- 'v-slots'?: {
1131
- default?: false | (() => vue.VNodeChild) | undefined;
1132
- } | undefined;
1133
- } & {
1134
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1135
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1136
- target: vue.PropType<HTMLElement>;
1137
- }, vue.ExtractPropTypes<{
1138
- target: vue.PropType<HTMLElement>;
1139
- }>>;
689
+ component: Component;
1140
690
  };
1141
691
  zIndex: NonNullable<string | number>;
1142
692
  style: vue.StyleValue;
@@ -1146,18 +696,18 @@ declare const VDialog: {
1146
696
  activatorProps: Record<string, any>;
1147
697
  openOnHover: boolean;
1148
698
  closeOnContentClick: boolean;
1149
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
699
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1150
700
  updateLocation: (e: Event) => void;
1151
701
  } | undefined);
1152
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
702
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
1153
703
  closeOnBack: boolean;
1154
704
  contained: boolean;
1155
705
  noClickAnimation: boolean;
1156
706
  persistent: boolean;
1157
707
  scrim: string | boolean;
1158
708
  fullscreen: boolean;
1159
- scrollable: boolean;
1160
709
  retainFocus: boolean;
710
+ scrollable: boolean;
1161
711
  } & {
1162
712
  offset?: string | number | number[] | undefined;
1163
713
  height?: string | number | undefined;
@@ -1215,7 +765,7 @@ declare const VDialog: {
1215
765
  location: Anchor;
1216
766
  origin: "auto" | Anchor | "overlap";
1217
767
  transition: string | boolean | (vue.TransitionProps & {
1218
- component?: vue.Component | undefined;
768
+ component?: Component | undefined;
1219
769
  });
1220
770
  zIndex: string | number;
1221
771
  style: vue.StyleValue;
@@ -1227,10 +777,10 @@ declare const VDialog: {
1227
777
  openOnHover: boolean;
1228
778
  openOnFocus: boolean;
1229
779
  closeOnContentClick: boolean;
1230
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
780
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1231
781
  updateLocation: (e: Event) => void;
1232
782
  } | undefined);
1233
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
783
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1234
784
  closeOnBack: boolean;
1235
785
  contained: boolean;
1236
786
  noClickAnimation: boolean;
@@ -1242,7 +792,7 @@ declare const VDialog: {
1242
792
  location: Anchor;
1243
793
  origin: "auto" | Anchor | "overlap";
1244
794
  transition: string | boolean | (vue.TransitionProps & {
1245
- component?: vue.Component | undefined;
795
+ component?: Component | undefined;
1246
796
  });
1247
797
  zIndex: string | number;
1248
798
  style: vue.StyleValue;
@@ -1252,10 +802,10 @@ declare const VDialog: {
1252
802
  activatorProps: Record<string, any>;
1253
803
  openOnHover: boolean;
1254
804
  closeOnContentClick: boolean;
1255
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
805
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1256
806
  updateLocation: (e: Event) => void;
1257
807
  } | undefined);
1258
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
808
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1259
809
  closeOnBack: boolean;
1260
810
  contained: boolean;
1261
811
  noClickAnimation: boolean;
@@ -1332,7 +882,7 @@ declare const VDialog: {
1332
882
  location: Anchor;
1333
883
  origin: "auto" | Anchor | "overlap";
1334
884
  transition: string | boolean | (vue.TransitionProps & {
1335
- component?: vue.Component | undefined;
885
+ component?: Component | undefined;
1336
886
  });
1337
887
  zIndex: string | number;
1338
888
  style: vue.StyleValue;
@@ -1342,10 +892,10 @@ declare const VDialog: {
1342
892
  activatorProps: Record<string, any>;
1343
893
  openOnHover: boolean;
1344
894
  closeOnContentClick: boolean;
1345
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
895
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1346
896
  updateLocation: (e: Event) => void;
1347
897
  } | undefined);
1348
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
898
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1349
899
  closeOnBack: boolean;
1350
900
  contained: boolean;
1351
901
  noClickAnimation: boolean;
@@ -1419,7 +969,7 @@ declare const VDialog: {
1419
969
  location: Anchor;
1420
970
  origin: "auto" | Anchor | "overlap";
1421
971
  transition: string | boolean | (vue.TransitionProps & {
1422
- component?: vue.Component | undefined;
972
+ component?: Component | undefined;
1423
973
  });
1424
974
  zIndex: string | number;
1425
975
  style: vue.StyleValue;
@@ -1431,10 +981,10 @@ declare const VDialog: {
1431
981
  openOnHover: boolean;
1432
982
  openOnFocus: boolean;
1433
983
  closeOnContentClick: boolean;
1434
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
984
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1435
985
  updateLocation: (e: Event) => void;
1436
986
  } | undefined);
1437
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
987
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1438
988
  closeOnBack: boolean;
1439
989
  contained: boolean;
1440
990
  noClickAnimation: boolean;
@@ -1466,7 +1016,7 @@ declare const VDialog: {
1466
1016
  location: Anchor;
1467
1017
  origin: "auto" | Anchor | "overlap";
1468
1018
  transition: string | boolean | (vue.TransitionProps & {
1469
- component?: vue.Component | undefined;
1019
+ component?: Component | undefined;
1470
1020
  });
1471
1021
  zIndex: string | number;
1472
1022
  style: vue.StyleValue;
@@ -1476,10 +1026,10 @@ declare const VDialog: {
1476
1026
  activatorProps: Record<string, any>;
1477
1027
  openOnHover: boolean;
1478
1028
  closeOnContentClick: boolean;
1479
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1029
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1480
1030
  updateLocation: (e: Event) => void;
1481
1031
  } | undefined);
1482
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1032
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1483
1033
  closeOnBack: boolean;
1484
1034
  contained: boolean;
1485
1035
  noClickAnimation: boolean;
@@ -1553,99 +1103,9 @@ declare const VDialog: {
1553
1103
  location: Anchor;
1554
1104
  origin: NonNullable<"auto" | Anchor | "overlap">;
1555
1105
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
1556
- component?: vue.Component | undefined;
1106
+ component?: Component | undefined;
1557
1107
  })> | {
1558
- component: {
1559
- new (...args: any[]): {
1560
- $: vue.ComponentInternalInstance;
1561
- $data: {};
1562
- $props: Partial<{}> & Omit<{} & {
1563
- target?: HTMLElement | undefined;
1564
- } & {
1565
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1566
- default?: (() => vue.VNodeChild) | undefined;
1567
- };
1568
- 'v-slots'?: {
1569
- default?: false | (() => vue.VNodeChild) | undefined;
1570
- } | undefined;
1571
- } & {
1572
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1573
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
1574
- $attrs: {
1575
- [x: string]: unknown;
1576
- };
1577
- $refs: {
1578
- [x: string]: unknown;
1579
- };
1580
- $slots: Readonly<{
1581
- [name: string]: vue.Slot | undefined;
1582
- }>;
1583
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1584
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1585
- $emit: (event: string, ...args: any[]) => void;
1586
- $el: any;
1587
- $options: vue.ComponentOptionsBase<{} & {
1588
- target?: HTMLElement | undefined;
1589
- } & {
1590
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1591
- default?: (() => vue.VNodeChild) | undefined;
1592
- };
1593
- 'v-slots'?: {
1594
- default?: false | (() => vue.VNodeChild) | undefined;
1595
- } | undefined;
1596
- } & {
1597
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1598
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
1599
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1600
- created?: ((() => void) | (() => void)[]) | undefined;
1601
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1602
- mounted?: ((() => void) | (() => void)[]) | undefined;
1603
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1604
- updated?: ((() => void) | (() => void)[]) | undefined;
1605
- activated?: ((() => void) | (() => void)[]) | undefined;
1606
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1607
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1608
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1609
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1610
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1611
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1612
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1613
- 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;
1614
- };
1615
- $forceUpdate: () => void;
1616
- $nextTick: typeof nextTick;
1617
- $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;
1618
- } & {} & {
1619
- target?: HTMLElement | undefined;
1620
- } & {
1621
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1622
- default?: (() => vue.VNodeChild) | undefined;
1623
- };
1624
- 'v-slots'?: {
1625
- default?: false | (() => vue.VNodeChild) | undefined;
1626
- } | undefined;
1627
- } & {
1628
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1629
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
1630
- __isFragment?: undefined;
1631
- __isTeleport?: undefined;
1632
- __isSuspense?: undefined;
1633
- } & vue.ComponentOptionsBase<{} & {
1634
- target?: HTMLElement | undefined;
1635
- } & {
1636
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1637
- default?: (() => vue.VNodeChild) | undefined;
1638
- };
1639
- 'v-slots'?: {
1640
- default?: false | (() => vue.VNodeChild) | undefined;
1641
- } | undefined;
1642
- } & {
1643
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1644
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1645
- target: vue.PropType<HTMLElement>;
1646
- }, vue.ExtractPropTypes<{
1647
- target: vue.PropType<HTMLElement>;
1648
- }>>;
1108
+ component: Component;
1649
1109
  };
1650
1110
  zIndex: NonNullable<string | number>;
1651
1111
  style: vue.StyleValue;
@@ -1655,18 +1115,18 @@ declare const VDialog: {
1655
1115
  activatorProps: Record<string, any>;
1656
1116
  openOnHover: boolean;
1657
1117
  closeOnContentClick: boolean;
1658
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1118
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1659
1119
  updateLocation: (e: Event) => void;
1660
1120
  } | undefined);
1661
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1121
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
1662
1122
  closeOnBack: boolean;
1663
1123
  contained: boolean;
1664
1124
  noClickAnimation: boolean;
1665
1125
  persistent: boolean;
1666
1126
  scrim: string | boolean;
1667
1127
  fullscreen: boolean;
1668
- scrollable: boolean;
1669
1128
  retainFocus: boolean;
1129
+ scrollable: boolean;
1670
1130
  } & {
1671
1131
  offset?: string | number | number[] | undefined;
1672
1132
  height?: string | number | undefined;
@@ -1724,7 +1184,7 @@ declare const VDialog: {
1724
1184
  location: Anchor;
1725
1185
  origin: "auto" | Anchor | "overlap";
1726
1186
  transition: string | boolean | (vue.TransitionProps & {
1727
- component?: vue.Component | undefined;
1187
+ component?: Component | undefined;
1728
1188
  });
1729
1189
  zIndex: string | number;
1730
1190
  style: vue.StyleValue;
@@ -1736,10 +1196,10 @@ declare const VDialog: {
1736
1196
  openOnHover: boolean;
1737
1197
  openOnFocus: boolean;
1738
1198
  closeOnContentClick: boolean;
1739
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1199
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1740
1200
  updateLocation: (e: Event) => void;
1741
1201
  } | undefined);
1742
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1202
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1743
1203
  closeOnBack: boolean;
1744
1204
  contained: boolean;
1745
1205
  noClickAnimation: boolean;
@@ -1751,7 +1211,7 @@ declare const VDialog: {
1751
1211
  location: Anchor;
1752
1212
  origin: "auto" | Anchor | "overlap";
1753
1213
  transition: string | boolean | (vue.TransitionProps & {
1754
- component?: vue.Component | undefined;
1214
+ component?: Component | undefined;
1755
1215
  });
1756
1216
  zIndex: string | number;
1757
1217
  style: vue.StyleValue;
@@ -1761,10 +1221,10 @@ declare const VDialog: {
1761
1221
  activatorProps: Record<string, any>;
1762
1222
  openOnHover: boolean;
1763
1223
  closeOnContentClick: boolean;
1764
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1224
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1765
1225
  updateLocation: (e: Event) => void;
1766
1226
  } | undefined);
1767
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1227
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1768
1228
  closeOnBack: boolean;
1769
1229
  contained: boolean;
1770
1230
  noClickAnimation: boolean;
@@ -1841,7 +1301,7 @@ declare const VDialog: {
1841
1301
  location: Anchor;
1842
1302
  origin: "auto" | Anchor | "overlap";
1843
1303
  transition: string | boolean | (vue.TransitionProps & {
1844
- component?: vue.Component | undefined;
1304
+ component?: Component | undefined;
1845
1305
  });
1846
1306
  zIndex: string | number;
1847
1307
  style: vue.StyleValue;
@@ -1851,10 +1311,10 @@ declare const VDialog: {
1851
1311
  activatorProps: Record<string, any>;
1852
1312
  openOnHover: boolean;
1853
1313
  closeOnContentClick: boolean;
1854
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1314
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1855
1315
  updateLocation: (e: Event) => void;
1856
1316
  } | undefined);
1857
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1317
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1858
1318
  closeOnBack: boolean;
1859
1319
  contained: boolean;
1860
1320
  noClickAnimation: boolean;
@@ -1928,7 +1388,7 @@ declare const VDialog: {
1928
1388
  location: Anchor;
1929
1389
  origin: "auto" | Anchor | "overlap";
1930
1390
  transition: string | boolean | (vue.TransitionProps & {
1931
- component?: vue.Component | undefined;
1391
+ component?: Component | undefined;
1932
1392
  });
1933
1393
  zIndex: string | number;
1934
1394
  style: vue.StyleValue;
@@ -1940,10 +1400,10 @@ declare const VDialog: {
1940
1400
  openOnHover: boolean;
1941
1401
  openOnFocus: boolean;
1942
1402
  closeOnContentClick: boolean;
1943
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1403
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1944
1404
  updateLocation: (e: Event) => void;
1945
1405
  } | undefined);
1946
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1406
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1947
1407
  closeOnBack: boolean;
1948
1408
  contained: boolean;
1949
1409
  noClickAnimation: boolean;
@@ -1975,7 +1435,7 @@ declare const VDialog: {
1975
1435
  location: Anchor;
1976
1436
  origin: "auto" | Anchor | "overlap";
1977
1437
  transition: string | boolean | (vue.TransitionProps & {
1978
- component?: vue.Component | undefined;
1438
+ component?: Component | undefined;
1979
1439
  });
1980
1440
  zIndex: string | number;
1981
1441
  style: vue.StyleValue;
@@ -1985,10 +1445,10 @@ declare const VDialog: {
1985
1445
  activatorProps: Record<string, any>;
1986
1446
  openOnHover: boolean;
1987
1447
  closeOnContentClick: boolean;
1988
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1448
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1989
1449
  updateLocation: (e: Event) => void;
1990
1450
  } | undefined);
1991
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1451
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1992
1452
  closeOnBack: boolean;
1993
1453
  contained: boolean;
1994
1454
  noClickAnimation: boolean;
@@ -2060,99 +1520,9 @@ declare const VDialog: {
2060
1520
  location: Anchor;
2061
1521
  origin: NonNullable<"auto" | Anchor | "overlap">;
2062
1522
  transition: NonNullable<string | boolean | (vue.TransitionProps & {
2063
- component?: vue.Component | undefined;
1523
+ component?: Component | undefined;
2064
1524
  })> | {
2065
- component: {
2066
- new (...args: any[]): {
2067
- $: vue.ComponentInternalInstance;
2068
- $data: {};
2069
- $props: Partial<{}> & Omit<{} & {
2070
- target?: HTMLElement | undefined;
2071
- } & {
2072
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2073
- default?: (() => vue.VNodeChild) | undefined;
2074
- };
2075
- 'v-slots'?: {
2076
- default?: false | (() => vue.VNodeChild) | undefined;
2077
- } | undefined;
2078
- } & {
2079
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2080
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2081
- $attrs: {
2082
- [x: string]: unknown;
2083
- };
2084
- $refs: {
2085
- [x: string]: unknown;
2086
- };
2087
- $slots: Readonly<{
2088
- [name: string]: vue.Slot | undefined;
2089
- }>;
2090
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2091
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2092
- $emit: (event: string, ...args: any[]) => void;
2093
- $el: any;
2094
- $options: vue.ComponentOptionsBase<{} & {
2095
- target?: HTMLElement | undefined;
2096
- } & {
2097
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2098
- default?: (() => vue.VNodeChild) | undefined;
2099
- };
2100
- 'v-slots'?: {
2101
- default?: false | (() => vue.VNodeChild) | undefined;
2102
- } | undefined;
2103
- } & {
2104
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2105
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2106
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2107
- created?: ((() => void) | (() => void)[]) | undefined;
2108
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2109
- mounted?: ((() => void) | (() => void)[]) | undefined;
2110
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2111
- updated?: ((() => void) | (() => void)[]) | undefined;
2112
- activated?: ((() => void) | (() => void)[]) | undefined;
2113
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2114
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2115
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2116
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2117
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2118
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2119
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2120
- 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;
2121
- };
2122
- $forceUpdate: () => void;
2123
- $nextTick: typeof nextTick;
2124
- $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;
2125
- } & {} & {
2126
- target?: HTMLElement | undefined;
2127
- } & {
2128
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2129
- default?: (() => vue.VNodeChild) | undefined;
2130
- };
2131
- 'v-slots'?: {
2132
- default?: false | (() => vue.VNodeChild) | undefined;
2133
- } | undefined;
2134
- } & {
2135
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2136
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2137
- __isFragment?: undefined;
2138
- __isTeleport?: undefined;
2139
- __isSuspense?: undefined;
2140
- } & vue.ComponentOptionsBase<{} & {
2141
- target?: HTMLElement | undefined;
2142
- } & {
2143
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2144
- default?: (() => vue.VNodeChild) | undefined;
2145
- };
2146
- 'v-slots'?: {
2147
- default?: false | (() => vue.VNodeChild) | undefined;
2148
- } | undefined;
2149
- } & {
2150
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2151
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2152
- target: vue.PropType<HTMLElement>;
2153
- }, vue.ExtractPropTypes<{
2154
- target: vue.PropType<HTMLElement>;
2155
- }>>;
1525
+ component: Component;
2156
1526
  };
2157
1527
  zIndex: NonNullable<string | number>;
2158
1528
  style: vue.StyleValue;
@@ -2164,228 +1534,48 @@ declare const VDialog: {
2164
1534
  openOnHover: boolean;
2165
1535
  openOnFocus: boolean;
2166
1536
  closeOnContentClick: boolean;
2167
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1537
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2168
1538
  updateLocation: (e: Event) => void;
2169
1539
  } | undefined);
2170
- scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1540
+ scrollStrategy: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
2171
1541
  closeOnBack: boolean;
2172
1542
  contained: boolean;
2173
1543
  noClickAnimation: boolean;
2174
1544
  persistent: boolean;
2175
1545
  scrim: string | boolean;
2176
1546
  fullscreen: boolean;
2177
- scrollable: boolean;
2178
1547
  retainFocus: boolean;
1548
+ scrollable: boolean;
2179
1549
  }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2180
1550
  transition: Omit<{
2181
1551
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
2182
- component?: vue.Component | undefined;
1552
+ component?: Component | undefined;
2183
1553
  })>;
2184
1554
  default: string;
2185
1555
  validator: (val: unknown) => boolean;
2186
1556
  }, "type" | "default"> & {
2187
1557
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2188
- component?: vue.Component | undefined;
1558
+ component?: Component | undefined;
2189
1559
  })> | {
2190
- component: {
2191
- new (...args: any[]): {
2192
- $: vue.ComponentInternalInstance;
2193
- $data: {};
2194
- $props: Partial<{}> & Omit<{} & {
2195
- target?: HTMLElement | undefined;
2196
- } & {
2197
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2198
- default?: (() => vue.VNodeChild) | undefined;
2199
- };
2200
- 'v-slots'?: {
2201
- default?: false | (() => vue.VNodeChild) | undefined;
2202
- } | undefined;
2203
- } & {
2204
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2205
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2206
- $attrs: {
2207
- [x: string]: unknown;
2208
- };
2209
- $refs: {
2210
- [x: string]: unknown;
2211
- };
2212
- $slots: Readonly<{
2213
- [name: string]: vue.Slot | undefined;
2214
- }>;
2215
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2216
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2217
- $emit: (event: string, ...args: any[]) => void;
2218
- $el: any;
2219
- $options: vue.ComponentOptionsBase<{} & {
2220
- target?: HTMLElement | undefined;
2221
- } & {
2222
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2223
- default?: (() => vue.VNodeChild) | undefined;
2224
- };
2225
- 'v-slots'?: {
2226
- default?: false | (() => vue.VNodeChild) | undefined;
2227
- } | undefined;
2228
- } & {
2229
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2230
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2231
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2232
- created?: ((() => void) | (() => void)[]) | undefined;
2233
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2234
- mounted?: ((() => void) | (() => void)[]) | undefined;
2235
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2236
- updated?: ((() => void) | (() => void)[]) | undefined;
2237
- activated?: ((() => void) | (() => void)[]) | undefined;
2238
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2239
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2240
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2241
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2242
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2243
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2244
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2245
- 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;
2246
- };
2247
- $forceUpdate: () => void;
2248
- $nextTick: typeof nextTick;
2249
- $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;
2250
- } & {} & {
2251
- target?: HTMLElement | undefined;
2252
- } & {
2253
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2254
- default?: (() => vue.VNodeChild) | undefined;
2255
- };
2256
- 'v-slots'?: {
2257
- default?: false | (() => vue.VNodeChild) | undefined;
2258
- } | undefined;
2259
- } & {
2260
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2261
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2262
- __isFragment?: undefined;
2263
- __isTeleport?: undefined;
2264
- __isSuspense?: undefined;
2265
- } & vue.ComponentOptionsBase<{} & {
2266
- target?: HTMLElement | undefined;
2267
- } & {
2268
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2269
- default?: (() => vue.VNodeChild) | undefined;
2270
- };
2271
- 'v-slots'?: {
2272
- default?: false | (() => vue.VNodeChild) | undefined;
2273
- } | undefined;
2274
- } & {
2275
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2276
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2277
- target: vue.PropType<HTMLElement>;
2278
- }, vue.ExtractPropTypes<{
2279
- target: vue.PropType<HTMLElement>;
2280
- }>>;
1560
+ component: Component;
2281
1561
  }>;
2282
1562
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2283
- component?: vue.Component | undefined;
1563
+ component?: Component | undefined;
2284
1564
  })> | {
2285
- component: {
2286
- new (...args: any[]): {
2287
- $: vue.ComponentInternalInstance;
2288
- $data: {};
2289
- $props: Partial<{}> & Omit<{} & {
2290
- target?: HTMLElement | undefined;
2291
- } & {
2292
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2293
- default?: (() => vue.VNodeChild) | undefined;
2294
- };
2295
- 'v-slots'?: {
2296
- default?: false | (() => vue.VNodeChild) | undefined;
2297
- } | undefined;
2298
- } & {
2299
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2300
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2301
- $attrs: {
2302
- [x: string]: unknown;
2303
- };
2304
- $refs: {
2305
- [x: string]: unknown;
2306
- };
2307
- $slots: Readonly<{
2308
- [name: string]: vue.Slot | undefined;
2309
- }>;
2310
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2311
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2312
- $emit: (event: string, ...args: any[]) => void;
2313
- $el: any;
2314
- $options: vue.ComponentOptionsBase<{} & {
2315
- target?: HTMLElement | undefined;
2316
- } & {
2317
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2318
- default?: (() => vue.VNodeChild) | undefined;
2319
- };
2320
- 'v-slots'?: {
2321
- default?: false | (() => vue.VNodeChild) | undefined;
2322
- } | undefined;
2323
- } & {
2324
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2325
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2326
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2327
- created?: ((() => void) | (() => void)[]) | undefined;
2328
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2329
- mounted?: ((() => void) | (() => void)[]) | undefined;
2330
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2331
- updated?: ((() => void) | (() => void)[]) | undefined;
2332
- activated?: ((() => void) | (() => void)[]) | undefined;
2333
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2334
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2335
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2336
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2337
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2338
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2339
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2340
- 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;
2341
- };
2342
- $forceUpdate: () => void;
2343
- $nextTick: typeof nextTick;
2344
- $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;
2345
- } & {} & {
2346
- target?: HTMLElement | undefined;
2347
- } & {
2348
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2349
- default?: (() => vue.VNodeChild) | undefined;
2350
- };
2351
- 'v-slots'?: {
2352
- default?: false | (() => vue.VNodeChild) | undefined;
2353
- } | undefined;
2354
- } & {
2355
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2356
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2357
- __isFragment?: undefined;
2358
- __isTeleport?: undefined;
2359
- __isSuspense?: undefined;
2360
- } & vue.ComponentOptionsBase<{} & {
2361
- target?: HTMLElement | undefined;
2362
- } & {
2363
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2364
- default?: (() => vue.VNodeChild) | undefined;
2365
- };
2366
- 'v-slots'?: {
2367
- default?: false | (() => vue.VNodeChild) | undefined;
2368
- } | undefined;
2369
- } & {
2370
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2371
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2372
- target: vue.PropType<HTMLElement>;
2373
- }, vue.ExtractPropTypes<{
2374
- target: vue.PropType<HTMLElement>;
2375
- }>>;
1565
+ component: Component;
2376
1566
  };
2377
1567
  };
2378
1568
  theme: StringConstructor;
2379
1569
  scrollStrategy: Omit<{
2380
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1570
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
2381
1571
  default: string;
2382
1572
  validator: (val: any) => boolean;
2383
1573
  }, "type" | "default"> & {
2384
- type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2385
- default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1574
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
1575
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
2386
1576
  };
2387
1577
  locationStrategy: {
2388
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1578
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2389
1579
  updateLocation: (e: Event) => void;
2390
1580
  } | undefined)>;
2391
1581
  default: string;
@@ -2465,213 +1655,33 @@ declare const VDialog: {
2465
1655
  }, vue.ExtractPropTypes<{
2466
1656
  transition: Omit<{
2467
1657
  type: vue.PropType<string | boolean | (vue.TransitionProps & {
2468
- component?: vue.Component | undefined;
1658
+ component?: Component | undefined;
2469
1659
  })>;
2470
1660
  default: string;
2471
1661
  validator: (val: unknown) => boolean;
2472
1662
  }, "type" | "default"> & {
2473
1663
  type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2474
- component?: vue.Component | undefined;
1664
+ component?: Component | undefined;
2475
1665
  })> | {
2476
- component: {
2477
- new (...args: any[]): {
2478
- $: vue.ComponentInternalInstance;
2479
- $data: {};
2480
- $props: Partial<{}> & Omit<{} & {
2481
- target?: HTMLElement | undefined;
2482
- } & {
2483
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2484
- default?: (() => vue.VNodeChild) | undefined;
2485
- };
2486
- 'v-slots'?: {
2487
- default?: false | (() => vue.VNodeChild) | undefined;
2488
- } | undefined;
2489
- } & {
2490
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2491
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2492
- $attrs: {
2493
- [x: string]: unknown;
2494
- };
2495
- $refs: {
2496
- [x: string]: unknown;
2497
- };
2498
- $slots: Readonly<{
2499
- [name: string]: vue.Slot | undefined;
2500
- }>;
2501
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2502
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2503
- $emit: (event: string, ...args: any[]) => void;
2504
- $el: any;
2505
- $options: vue.ComponentOptionsBase<{} & {
2506
- target?: HTMLElement | undefined;
2507
- } & {
2508
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2509
- default?: (() => vue.VNodeChild) | undefined;
2510
- };
2511
- 'v-slots'?: {
2512
- default?: false | (() => vue.VNodeChild) | undefined;
2513
- } | undefined;
2514
- } & {
2515
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2516
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2517
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2518
- created?: ((() => void) | (() => void)[]) | undefined;
2519
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2520
- mounted?: ((() => void) | (() => void)[]) | undefined;
2521
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2522
- updated?: ((() => void) | (() => void)[]) | undefined;
2523
- activated?: ((() => void) | (() => void)[]) | undefined;
2524
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2525
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2526
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2527
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2528
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2529
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2530
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2531
- 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;
2532
- };
2533
- $forceUpdate: () => void;
2534
- $nextTick: typeof nextTick;
2535
- $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;
2536
- } & {} & {
2537
- target?: HTMLElement | undefined;
2538
- } & {
2539
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2540
- default?: (() => vue.VNodeChild) | undefined;
2541
- };
2542
- 'v-slots'?: {
2543
- default?: false | (() => vue.VNodeChild) | undefined;
2544
- } | undefined;
2545
- } & {
2546
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2547
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2548
- __isFragment?: undefined;
2549
- __isTeleport?: undefined;
2550
- __isSuspense?: undefined;
2551
- } & vue.ComponentOptionsBase<{} & {
2552
- target?: HTMLElement | undefined;
2553
- } & {
2554
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2555
- default?: (() => vue.VNodeChild) | undefined;
2556
- };
2557
- 'v-slots'?: {
2558
- default?: false | (() => vue.VNodeChild) | undefined;
2559
- } | undefined;
2560
- } & {
2561
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2562
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2563
- target: vue.PropType<HTMLElement>;
2564
- }, vue.ExtractPropTypes<{
2565
- target: vue.PropType<HTMLElement>;
2566
- }>>;
1666
+ component: Component;
2567
1667
  }>;
2568
1668
  default: NonNullable<string | boolean | (vue.TransitionProps & {
2569
- component?: vue.Component | undefined;
1669
+ component?: Component | undefined;
2570
1670
  })> | {
2571
- component: {
2572
- new (...args: any[]): {
2573
- $: vue.ComponentInternalInstance;
2574
- $data: {};
2575
- $props: Partial<{}> & Omit<{} & {
2576
- target?: HTMLElement | undefined;
2577
- } & {
2578
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2579
- default?: (() => vue.VNodeChild) | undefined;
2580
- };
2581
- 'v-slots'?: {
2582
- default?: false | (() => vue.VNodeChild) | undefined;
2583
- } | undefined;
2584
- } & {
2585
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2586
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, never>;
2587
- $attrs: {
2588
- [x: string]: unknown;
2589
- };
2590
- $refs: {
2591
- [x: string]: unknown;
2592
- };
2593
- $slots: Readonly<{
2594
- [name: string]: vue.Slot | undefined;
2595
- }>;
2596
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2597
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
2598
- $emit: (event: string, ...args: any[]) => void;
2599
- $el: any;
2600
- $options: vue.ComponentOptionsBase<{} & {
2601
- target?: HTMLElement | undefined;
2602
- } & {
2603
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2604
- default?: (() => vue.VNodeChild) | undefined;
2605
- };
2606
- 'v-slots'?: {
2607
- default?: false | (() => vue.VNodeChild) | undefined;
2608
- } | undefined;
2609
- } & {
2610
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2611
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & {
2612
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
2613
- created?: ((() => void) | (() => void)[]) | undefined;
2614
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
2615
- mounted?: ((() => void) | (() => void)[]) | undefined;
2616
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
2617
- updated?: ((() => void) | (() => void)[]) | undefined;
2618
- activated?: ((() => void) | (() => void)[]) | undefined;
2619
- deactivated?: ((() => void) | (() => void)[]) | undefined;
2620
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
2621
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
2622
- destroyed?: ((() => void) | (() => void)[]) | undefined;
2623
- unmounted?: ((() => void) | (() => void)[]) | undefined;
2624
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2625
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
2626
- 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;
2627
- };
2628
- $forceUpdate: () => void;
2629
- $nextTick: typeof nextTick;
2630
- $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;
2631
- } & {} & {
2632
- target?: HTMLElement | undefined;
2633
- } & {
2634
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2635
- default?: (() => vue.VNodeChild) | undefined;
2636
- };
2637
- 'v-slots'?: {
2638
- default?: false | (() => vue.VNodeChild) | undefined;
2639
- } | undefined;
2640
- } & {
2641
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2642
- } & vue.ShallowUnwrapRef<() => JSX.Element> & {} & vue.ComponentCustomProperties & {};
2643
- __isFragment?: undefined;
2644
- __isTeleport?: undefined;
2645
- __isSuspense?: undefined;
2646
- } & vue.ComponentOptionsBase<{} & {
2647
- target?: HTMLElement | undefined;
2648
- } & {
2649
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
2650
- default?: (() => vue.VNodeChild) | undefined;
2651
- };
2652
- 'v-slots'?: {
2653
- default?: false | (() => vue.VNodeChild) | undefined;
2654
- } | undefined;
2655
- } & {
2656
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
2657
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {}, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
2658
- target: vue.PropType<HTMLElement>;
2659
- }, vue.ExtractPropTypes<{
2660
- target: vue.PropType<HTMLElement>;
2661
- }>>;
1671
+ component: Component;
2662
1672
  };
2663
1673
  };
2664
1674
  theme: StringConstructor;
2665
1675
  scrollStrategy: Omit<{
2666
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1676
+ type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
2667
1677
  default: string;
2668
1678
  validator: (val: any) => boolean;
2669
1679
  }, "type" | "default"> & {
2670
- type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">>;
2671
- default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1680
+ type: vue.PropType<NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">>;
1681
+ default: NonNullable<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition">;
2672
1682
  };
2673
1683
  locationStrategy: {
2674
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1684
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2675
1685
  updateLocation: (e: Event) => void;
2676
1686
  } | undefined)>;
2677
1687
  default: string;