vuetify 3.1.4 → 3.1.6

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