vuetify 3.3.0 → 3.3.2

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 (536) hide show
  1. package/dist/json/attributes.json +88 -60
  2. package/dist/json/importMap.json +26 -26
  3. package/dist/json/tags.json +8 -1
  4. package/dist/json/web-types.json +836 -899
  5. package/dist/vuetify-labs.css +136 -114
  6. package/dist/vuetify-labs.d.ts +6688 -11806
  7. package/dist/vuetify-labs.esm.js +8271 -8060
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +8270 -8059
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +133 -112
  12. package/dist/vuetify.d.ts +4441 -8286
  13. package/dist/vuetify.esm.js +6686 -6548
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +6685 -6547
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +979 -975
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.mts +31 -31
  21. package/lib/blueprints/md1.d.mts +31 -31
  22. package/lib/blueprints/md2.d.mts +31 -31
  23. package/lib/blueprints/md3.d.mts +31 -31
  24. package/lib/components/VAlert/VAlert.mjs +6 -6
  25. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  26. package/lib/components/VAlert/_variables.scss +2 -2
  27. package/lib/components/VAlert/index.d.mts +16 -74
  28. package/lib/components/VApp/VApp.mjs +4 -4
  29. package/lib/components/VApp/VApp.mjs.map +1 -1
  30. package/lib/components/VApp/index.d.mts +0 -15
  31. package/lib/components/VAppBar/VAppBar.mjs +9 -6
  32. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  33. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  34. package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
  35. package/lib/components/VAppBar/index.d.mts +1 -82
  36. package/lib/components/VAutocomplete/VAutocomplete.mjs +11 -11
  37. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  38. package/lib/components/VAutocomplete/index.d.mts +205 -259
  39. package/lib/components/VAvatar/VAvatar.mjs +4 -4
  40. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  41. package/lib/components/VAvatar/_variables.scss +1 -1
  42. package/lib/components/VAvatar/index.d.mts +0 -15
  43. package/lib/components/VBadge/VBadge.mjs +6 -6
  44. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  45. package/lib/components/VBadge/index.d.mts +0 -19
  46. package/lib/components/VBanner/VBanner.mjs +7 -10
  47. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  48. package/lib/components/VBanner/VBannerActions.mjs +2 -2
  49. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  50. package/lib/components/VBanner/VBannerText.mjs +1 -0
  51. package/lib/components/VBanner/VBannerText.mjs.map +1 -1
  52. package/lib/components/VBanner/index.d.mts +1 -58
  53. package/lib/components/VBottomNavigation/VBottomNavigation.mjs +8 -8
  54. package/lib/components/VBottomNavigation/VBottomNavigation.mjs.map +1 -1
  55. package/lib/components/VBottomNavigation/index.d.mts +0 -15
  56. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +6 -9
  57. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  58. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs +2 -2
  59. package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.mjs.map +1 -1
  60. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -3
  61. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  62. package/lib/components/VBreadcrumbs/index.d.mts +30 -60
  63. package/lib/components/VBtn/VBtn.mjs +6 -6
  64. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  65. package/lib/components/VBtn/_variables.scss +15 -15
  66. package/lib/components/VBtn/index.d.mts +0 -27
  67. package/lib/components/VBtnGroup/VBtnGroup.mjs +4 -4
  68. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  69. package/lib/components/VBtnGroup/index.d.mts +0 -15
  70. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  71. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  72. package/lib/components/VBtnToggle/index.d.mts +19 -34
  73. package/lib/components/VCard/VCard.mjs +7 -7
  74. package/lib/components/VCard/VCard.mjs.map +1 -1
  75. package/lib/components/VCard/VCard.sass +2 -2
  76. package/lib/components/VCard/VCardItem.mjs +4 -4
  77. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  78. package/lib/components/VCard/VCardSubtitle.mjs +1 -0
  79. package/lib/components/VCard/VCardSubtitle.mjs.map +1 -1
  80. package/lib/components/VCard/VCardText.mjs +1 -0
  81. package/lib/components/VCard/VCardText.mjs.map +1 -1
  82. package/lib/components/VCard/VCardTitle.mjs +1 -0
  83. package/lib/components/VCard/VCardTitle.mjs.map +1 -1
  84. package/lib/components/VCard/_variables.scss +10 -11
  85. package/lib/components/VCard/index.d.mts +16 -158
  86. package/lib/components/VCarousel/VCarousel.mjs +4 -7
  87. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  88. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  89. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  90. package/lib/components/VCarousel/index.d.mts +79 -237
  91. package/lib/components/VCheckbox/VCheckbox.mjs +3 -3
  92. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  93. package/lib/components/VCheckbox/VCheckboxBtn.mjs +4 -4
  94. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  95. package/lib/components/VCheckbox/index.d.mts +191 -277
  96. package/lib/components/VChip/VChip.mjs +7 -7
  97. package/lib/components/VChip/VChip.mjs.map +1 -1
  98. package/lib/components/VChip/index.d.mts +19 -82
  99. package/lib/components/VChipGroup/VChipGroup.mjs +4 -7
  100. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  101. package/lib/components/VChipGroup/index.d.mts +19 -58
  102. package/lib/components/VCode/index.d.mts +0 -15
  103. package/lib/components/VCode/index.mjs +3 -0
  104. package/lib/components/VCode/index.mjs.map +1 -1
  105. package/lib/components/VColorPicker/VColorPicker.mjs +10 -12
  106. package/lib/components/VColorPicker/VColorPicker.mjs.map +1 -1
  107. package/lib/components/VColorPicker/VColorPickerCanvas.mjs +2 -5
  108. package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
  109. package/lib/components/VColorPicker/VColorPickerEdit.mjs +3 -3
  110. package/lib/components/VColorPicker/VColorPickerEdit.mjs.map +1 -1
  111. package/lib/components/VColorPicker/VColorPickerPreview.mjs +3 -3
  112. package/lib/components/VColorPicker/VColorPickerPreview.mjs.map +1 -1
  113. package/lib/components/VColorPicker/VColorPickerSwatches.mjs +1 -1
  114. package/lib/components/VColorPicker/VColorPickerSwatches.mjs.map +1 -1
  115. package/lib/components/VCombobox/VCombobox.mjs +13 -12
  116. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  117. package/lib/components/VCombobox/index.d.mts +205 -259
  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.mts +19 -34
  121. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +4 -4
  122. package/lib/components/VDefaultsProvider/VDefaultsProvider.mjs.map +1 -1
  123. package/lib/components/VDefaultsProvider/index.d.mts +7 -24
  124. package/lib/components/VDialog/VDialog.mjs +7 -7
  125. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  126. package/lib/components/VDialog/index.d.mts +175 -301
  127. package/lib/components/VDivider/VDivider.mjs +3 -3
  128. package/lib/components/VDivider/VDivider.mjs.map +1 -1
  129. package/lib/components/VDivider/index.d.mts +0 -15
  130. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +5 -5
  131. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  132. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +3 -3
  133. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs.map +1 -1
  134. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -5
  135. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  136. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +3 -3
  137. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  138. package/lib/components/VExpansionPanel/index.d.mts +35 -107
  139. package/lib/components/VField/VField.mjs +8 -8
  140. package/lib/components/VField/VField.mjs.map +1 -1
  141. package/lib/components/VField/VField.sass +0 -1
  142. package/lib/components/VField/VFieldLabel.mjs +1 -1
  143. package/lib/components/VField/VFieldLabel.mjs.map +1 -1
  144. package/lib/components/VField/_variables.scss +1 -0
  145. package/lib/components/VField/index.d.mts +39 -54
  146. package/lib/components/VFileInput/VFileInput.mjs +5 -5
  147. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  148. package/lib/components/VFileInput/index.d.mts +381 -537
  149. package/lib/components/VFooter/VFooter.mjs +4 -4
  150. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  151. package/lib/components/VFooter/_variables.scss +1 -1
  152. package/lib/components/VFooter/index.d.mts +0 -15
  153. package/lib/components/VForm/VForm.mjs +3 -3
  154. package/lib/components/VForm/VForm.mjs.map +1 -1
  155. package/lib/components/VForm/index.d.mts +19 -146
  156. package/lib/components/VGrid/VCol.mjs +2 -2
  157. package/lib/components/VGrid/VCol.mjs.map +1 -1
  158. package/lib/components/VGrid/VContainer.mjs +3 -3
  159. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  160. package/lib/components/VGrid/VRow.mjs +2 -2
  161. package/lib/components/VGrid/VRow.mjs.map +1 -1
  162. package/lib/components/VGrid/VSpacer.mjs +1 -0
  163. package/lib/components/VGrid/VSpacer.mjs.map +1 -1
  164. package/lib/components/VGrid/index.d.mts +0 -60
  165. package/lib/components/VHover/VHover.mjs +1 -1
  166. package/lib/components/VHover/VHover.mjs.map +1 -1
  167. package/lib/components/VHover/index.d.mts +19 -46
  168. package/lib/components/VIcon/VIcon.mjs +4 -4
  169. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  170. package/lib/components/VIcon/index.d.mts +0 -30
  171. package/lib/components/VImg/VImg.mjs +5 -4
  172. package/lib/components/VImg/VImg.mjs.map +1 -1
  173. package/lib/components/VImg/index.d.mts +0 -27
  174. package/lib/components/VInput/InputIcon.mjs +3 -2
  175. package/lib/components/VInput/InputIcon.mjs.map +1 -1
  176. package/lib/components/VInput/VInput.mjs +9 -5
  177. package/lib/components/VInput/VInput.mjs.map +1 -1
  178. package/lib/components/VInput/_variables.scss +1 -1
  179. package/lib/components/VInput/index.d.mts +88 -119
  180. package/lib/components/VItemGroup/VItem.mjs +2 -2
  181. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  182. package/lib/components/VItemGroup/VItemGroup.mjs +1 -1
  183. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  184. package/lib/components/VItemGroup/index.d.mts +38 -120
  185. package/lib/components/VKbd/index.d.mts +0 -15
  186. package/lib/components/VKbd/index.mjs +3 -0
  187. package/lib/components/VKbd/index.mjs.map +1 -1
  188. package/lib/components/VLabel/VLabel.mjs +1 -1
  189. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  190. package/lib/components/VLabel/index.d.mts +0 -15
  191. package/lib/components/VLayout/VLayout.mjs +3 -3
  192. package/lib/components/VLayout/VLayout.mjs.map +1 -1
  193. package/lib/components/VLayout/VLayoutItem.mjs +1 -1
  194. package/lib/components/VLayout/VLayoutItem.mjs.map +1 -1
  195. package/lib/components/VLayout/index.d.mts +0 -30
  196. package/lib/components/VLazy/VLazy.mjs +3 -3
  197. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  198. package/lib/components/VLazy/index.d.mts +0 -15
  199. package/lib/components/VList/VList.css +1 -0
  200. package/lib/components/VList/VList.mjs +5 -4
  201. package/lib/components/VList/VList.mjs.map +1 -1
  202. package/lib/components/VList/VList.sass +1 -0
  203. package/lib/components/VList/VListChildren.mjs +3 -3
  204. package/lib/components/VList/VListChildren.mjs.map +1 -1
  205. package/lib/components/VList/VListGroup.mjs +8 -8
  206. package/lib/components/VList/VListGroup.mjs.map +1 -1
  207. package/lib/components/VList/VListImg.mjs +1 -0
  208. package/lib/components/VList/VListImg.mjs.map +1 -1
  209. package/lib/components/VList/VListItem.css +18 -0
  210. package/lib/components/VList/VListItem.mjs +9 -9
  211. package/lib/components/VList/VListItem.mjs.map +1 -1
  212. package/lib/components/VList/VListItem.sass +12 -0
  213. package/lib/components/VList/VListItemAction.mjs +1 -1
  214. package/lib/components/VList/VListItemAction.mjs.map +1 -1
  215. package/lib/components/VList/VListItemMedia.mjs +1 -1
  216. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  217. package/lib/components/VList/VListItemSubtitle.mjs +1 -0
  218. package/lib/components/VList/VListItemSubtitle.mjs.map +1 -1
  219. package/lib/components/VList/VListItemTitle.mjs +1 -0
  220. package/lib/components/VList/VListItemTitle.mjs.map +1 -1
  221. package/lib/components/VList/VListSubheader.mjs +3 -3
  222. package/lib/components/VList/VListSubheader.mjs.map +1 -1
  223. package/lib/components/VList/_variables.scss +6 -6
  224. package/lib/components/VList/index.d.mts +185 -337
  225. package/lib/components/VLocaleProvider/VLocaleProvider.mjs +1 -1
  226. package/lib/components/VLocaleProvider/VLocaleProvider.mjs.map +1 -1
  227. package/lib/components/VLocaleProvider/index.d.mts +0 -15
  228. package/lib/components/VMain/VMain.mjs +3 -3
  229. package/lib/components/VMain/VMain.mjs.map +1 -1
  230. package/lib/components/VMain/index.d.mts +0 -15
  231. package/lib/components/VMenu/VMenu.mjs +7 -7
  232. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  233. package/lib/components/VMenu/index.d.mts +222 -348
  234. package/lib/components/VMenu/shared.mjs +2 -0
  235. package/lib/components/VMenu/shared.mjs.map +1 -1
  236. package/lib/components/VMessages/VMessages.mjs +3 -3
  237. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  238. package/lib/components/VMessages/index.d.mts +15 -30
  239. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +17 -13
  240. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  241. package/lib/components/VNavigationDrawer/index.d.mts +15 -42
  242. package/lib/components/VOverlay/VOverlay.mjs +11 -14
  243. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  244. package/lib/components/VOverlay/index.d.mts +55 -94
  245. package/lib/components/VOverlay/locationStrategies.mjs +5 -5
  246. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  247. package/lib/components/VOverlay/scrollStrategies.mjs +3 -3
  248. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  249. package/lib/components/VOverlay/useActivator.mjs +6 -10
  250. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  251. package/lib/components/VOverlay/util/point.mjs +2 -0
  252. package/lib/components/VOverlay/util/point.mjs.map +1 -1
  253. package/lib/components/VPagination/VPagination.mjs +9 -9
  254. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  255. package/lib/components/VPagination/index.d.mts +75 -106
  256. package/lib/components/VParallax/VParallax.mjs +3 -6
  257. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  258. package/lib/components/VParallax/index.d.mts +0 -27
  259. package/lib/components/VProgressCircular/VProgressCircular.mjs +5 -5
  260. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  261. package/lib/components/VProgressCircular/index.d.mts +19 -42
  262. package/lib/components/VProgressLinear/VProgressLinear.mjs +6 -6
  263. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  264. package/lib/components/VProgressLinear/index.d.mts +19 -46
  265. package/lib/components/VRadio/VRadio.mjs +3 -3
  266. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  267. package/lib/components/VRadio/index.d.mts +33 -68
  268. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  269. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  270. package/lib/components/VRadioGroup/index.d.mts +140 -191
  271. package/lib/components/VRangeSlider/VRangeSlider.mjs +4 -4
  272. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  273. package/lib/components/VRangeSlider/index.d.mts +100 -143
  274. package/lib/components/VRating/VRating.mjs +6 -9
  275. package/lib/components/VRating/VRating.mjs.map +1 -1
  276. package/lib/components/VRating/index.d.mts +30 -49
  277. package/lib/components/VResponsive/VResponsive.css +1 -0
  278. package/lib/components/VResponsive/VResponsive.mjs +1 -1
  279. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  280. package/lib/components/VResponsive/VResponsive.sass +1 -0
  281. package/lib/components/VResponsive/index.d.mts +0 -19
  282. package/lib/components/VSelect/VSelect.mjs +9 -9
  283. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  284. package/lib/components/VSelect/index.d.mts +205 -259
  285. package/lib/components/VSelectionControl/VSelectionControl.mjs +7 -7
  286. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  287. package/lib/components/VSelectionControl/index.d.mts +24 -24
  288. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +6 -6
  289. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  290. package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
  291. package/lib/components/VSheet/VSheet.mjs +4 -4
  292. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  293. package/lib/components/VSheet/index.d.mts +0 -15
  294. package/lib/components/VSlideGroup/VSlideGroup.mjs +7 -7
  295. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  296. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +2 -2
  297. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  298. package/lib/components/VSlideGroup/index.d.mts +68 -126
  299. package/lib/components/VSlider/VSlider.css +5 -4
  300. package/lib/components/VSlider/VSlider.mjs +6 -6
  301. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  302. package/lib/components/VSlider/VSlider.sass +5 -4
  303. package/lib/components/VSlider/VSliderThumb.mjs +6 -6
  304. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  305. package/lib/components/VSlider/VSliderTrack.mjs +3 -3
  306. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  307. package/lib/components/VSlider/index.d.mts +100 -143
  308. package/lib/components/VSlider/slider.mjs +4 -7
  309. package/lib/components/VSlider/slider.mjs.map +1 -1
  310. package/lib/components/VSnackbar/VSnackbar.mjs +7 -7
  311. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  312. package/lib/components/VSnackbar/_variables.scss +1 -1
  313. package/lib/components/VSnackbar/index.d.mts +167 -289
  314. package/lib/components/VStepper/index.mjs +3 -2
  315. package/lib/components/VStepper/index.mjs.map +1 -1
  316. package/lib/components/VSwitch/VSwitch.mjs +6 -6
  317. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  318. package/lib/components/VSwitch/index.d.mts +164 -219
  319. package/lib/components/VSystemBar/VSystemBar.mjs +4 -4
  320. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  321. package/lib/components/VSystemBar/_variables.scss +2 -2
  322. package/lib/components/VSystemBar/index.d.mts +0 -15
  323. package/lib/components/VTable/VTable.mjs +1 -1
  324. package/lib/components/VTable/VTable.mjs.map +1 -1
  325. package/lib/components/VTable/_variables.scss +1 -1
  326. package/lib/components/VTable/index.d.mts +0 -27
  327. package/lib/components/VTabs/VTab.mjs +3 -3
  328. package/lib/components/VTabs/VTab.mjs.map +1 -1
  329. package/lib/components/VTabs/VTabs.mjs +7 -7
  330. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  331. package/lib/components/VTabs/index.d.mts +0 -30
  332. package/lib/components/VTabs/shared.mjs +2 -0
  333. package/lib/components/VTabs/shared.mjs.map +1 -1
  334. package/lib/components/VTextField/VTextField.mjs +6 -6
  335. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  336. package/lib/components/VTextField/index.d.mts +423 -559
  337. package/lib/components/VTextarea/VTextarea.mjs +8 -11
  338. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  339. package/lib/components/VTextarea/index.d.mts +362 -494
  340. package/lib/components/VThemeProvider/VThemeProvider.mjs +1 -1
  341. package/lib/components/VThemeProvider/VThemeProvider.mjs.map +1 -1
  342. package/lib/components/VThemeProvider/index.d.mts +0 -15
  343. package/lib/components/VTimeline/VTimeline.mjs +4 -4
  344. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  345. package/lib/components/VTimeline/VTimelineDivider.mjs +5 -5
  346. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  347. package/lib/components/VTimeline/VTimelineItem.mjs +4 -7
  348. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  349. package/lib/components/VTimeline/index.d.mts +0 -38
  350. package/lib/components/VToolbar/VToolbar.mjs +8 -8
  351. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  352. package/lib/components/VToolbar/VToolbarItems.mjs +4 -4
  353. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  354. package/lib/components/VToolbar/VToolbarTitle.mjs +1 -1
  355. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  356. package/lib/components/VToolbar/_variables.scss +2 -2
  357. package/lib/components/VToolbar/index.d.mts +1 -70
  358. package/lib/components/VTooltip/VTooltip.mjs +6 -6
  359. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  360. package/lib/components/VTooltip/index.d.mts +222 -348
  361. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  362. package/lib/components/VValidation/index.d.mts +19 -90
  363. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +15 -93
  364. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  365. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +9 -4
  366. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
  367. package/lib/components/VVirtualScroll/index.d.mts +25 -25
  368. package/lib/components/VWindow/VWindow.mjs +6 -6
  369. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  370. package/lib/components/VWindow/VWindowItem.mjs +5 -5
  371. package/lib/components/VWindow/VWindowItem.mjs.map +1 -1
  372. package/lib/components/VWindow/index.d.mts +64 -138
  373. package/lib/components/index.d.mts +4688 -8535
  374. package/lib/components/transitions/createTransition.mjs +5 -8
  375. package/lib/components/transitions/createTransition.mjs.map +1 -1
  376. package/lib/components/transitions/dialog-transition.mjs +1 -3
  377. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  378. package/lib/components/transitions/index.d.mts +117 -357
  379. package/lib/composables/defaults.mjs +5 -0
  380. package/lib/composables/defaults.mjs.map +1 -1
  381. package/lib/composables/display.mjs +1 -1
  382. package/lib/composables/display.mjs.map +1 -1
  383. package/lib/composables/filter.mjs +2 -4
  384. package/lib/composables/filter.mjs.map +1 -1
  385. package/lib/composables/focus.mjs +1 -1
  386. package/lib/composables/focus.mjs.map +1 -1
  387. package/lib/composables/forwardRefs.mjs +2 -0
  388. package/lib/composables/forwardRefs.mjs.map +1 -1
  389. package/lib/composables/hydration.mjs +1 -1
  390. package/lib/composables/hydration.mjs.map +1 -1
  391. package/lib/composables/icons.mjs +7 -1
  392. package/lib/composables/icons.mjs.map +1 -1
  393. package/lib/composables/lazy.mjs +1 -3
  394. package/lib/composables/lazy.mjs.map +1 -1
  395. package/lib/composables/loader.mjs.map +1 -1
  396. package/lib/composables/locale.mjs +2 -1
  397. package/lib/composables/locale.mjs.map +1 -1
  398. package/lib/composables/mutationObserver.mjs +2 -5
  399. package/lib/composables/mutationObserver.mjs.map +1 -1
  400. package/lib/composables/nested/nested.mjs +2 -2
  401. package/lib/composables/nested/nested.mjs.map +1 -1
  402. package/lib/composables/nested/selectStrategies.mjs +1 -0
  403. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  404. package/lib/composables/proxiedModel.mjs +3 -3
  405. package/lib/composables/proxiedModel.mjs.map +1 -1
  406. package/lib/composables/refs.mjs +4 -1
  407. package/lib/composables/refs.mjs.map +1 -1
  408. package/lib/composables/resizeObserver.mjs +4 -4
  409. package/lib/composables/resizeObserver.mjs.map +1 -1
  410. package/lib/composables/router.mjs +1 -4
  411. package/lib/composables/router.mjs.map +1 -1
  412. package/lib/composables/scopeId.mjs +1 -0
  413. package/lib/composables/scopeId.mjs.map +1 -1
  414. package/lib/composables/theme.mjs.map +1 -1
  415. package/lib/composables/toggleScope.mjs +4 -0
  416. package/lib/composables/toggleScope.mjs.map +1 -1
  417. package/lib/composables/touch.mjs +1 -0
  418. package/lib/composables/touch.mjs.map +1 -1
  419. package/lib/composables/validation.mjs +2 -2
  420. package/lib/composables/validation.mjs.map +1 -1
  421. package/lib/composables/virtual.mjs +108 -0
  422. package/lib/composables/virtual.mjs.map +1 -0
  423. package/lib/directives/click-outside/index.mjs +2 -1
  424. package/lib/directives/click-outside/index.mjs.map +1 -1
  425. package/lib/directives/intersect/index.mjs +1 -1
  426. package/lib/directives/intersect/index.mjs.map +1 -1
  427. package/lib/directives/resize/index.mjs +2 -0
  428. package/lib/directives/resize/index.mjs.map +1 -1
  429. package/lib/directives/scroll/index.mjs +2 -0
  430. package/lib/directives/scroll/index.mjs.map +1 -1
  431. package/lib/directives/touch/index.mjs +1 -2
  432. package/lib/directives/touch/index.mjs.map +1 -1
  433. package/lib/entry-bundler.mjs +7 -2
  434. package/lib/entry-bundler.mjs.map +1 -1
  435. package/lib/framework.mjs +4 -6
  436. package/lib/framework.mjs.map +1 -1
  437. package/lib/iconsets/fa.mjs +1 -1
  438. package/lib/iconsets/fa.mjs.map +1 -1
  439. package/lib/iconsets/fa4.mjs +4 -3
  440. package/lib/iconsets/fa4.mjs.map +1 -1
  441. package/lib/iconsets/md.mjs +4 -3
  442. package/lib/iconsets/md.mjs.map +1 -1
  443. package/lib/iconsets/mdi-svg.mjs +1 -1
  444. package/lib/iconsets/mdi-svg.mjs.map +1 -1
  445. package/lib/iconsets/mdi.mjs +4 -3
  446. package/lib/iconsets/mdi.mjs.map +1 -1
  447. package/lib/index.d.mts +40 -38
  448. package/lib/labs/VBottomSheet/VBottomSheet.mjs +1 -1
  449. package/lib/labs/VBottomSheet/VBottomSheet.mjs.map +1 -1
  450. package/lib/labs/VBottomSheet/index.d.mts +55 -94
  451. package/lib/labs/VDataIterator/VDataIterator.mjs +13 -10
  452. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
  453. package/lib/labs/VDataIterator/composables/items.mjs +9 -3
  454. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
  455. package/lib/labs/VDataIterator/index.d.mts +143 -132
  456. package/lib/labs/VDataTable/VDataTable.css +1 -0
  457. package/lib/labs/VDataTable/VDataTable.mjs +14 -11
  458. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  459. package/lib/labs/VDataTable/VDataTable.sass +1 -0
  460. package/lib/labs/VDataTable/VDataTableColumn.mjs +2 -1
  461. package/lib/labs/VDataTable/VDataTableColumn.mjs.map +1 -1
  462. package/lib/labs/VDataTable/VDataTableFooter.mjs +3 -3
  463. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  464. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +5 -5
  465. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  466. package/lib/labs/VDataTable/VDataTableHeaders.mjs +10 -9
  467. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  468. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -1
  469. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  470. package/lib/labs/VDataTable/VDataTableRows.mjs +20 -16
  471. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  472. package/lib/labs/VDataTable/VDataTableServer.mjs +15 -10
  473. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  474. package/lib/labs/VDataTable/VDataTableVirtual.mjs +40 -25
  475. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  476. package/lib/labs/VDataTable/composables/expand.mjs +4 -4
  477. package/lib/labs/VDataTable/composables/expand.mjs.map +1 -1
  478. package/lib/labs/VDataTable/composables/group.mjs +1 -1
  479. package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
  480. package/lib/labs/VDataTable/composables/headers.mjs +2 -2
  481. package/lib/labs/VDataTable/composables/headers.mjs.map +1 -1
  482. package/lib/labs/VDataTable/composables/items.mjs +12 -9
  483. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  484. package/lib/labs/VDataTable/composables/paginate.mjs +1 -1
  485. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  486. package/lib/labs/VDataTable/composables/select.mjs +125 -9
  487. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  488. package/lib/labs/VDataTable/composables/sort.mjs +4 -9
  489. package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
  490. package/lib/labs/VDataTable/index.d.mts +1792 -2979
  491. package/lib/labs/VDataTable/types.mjs.map +1 -1
  492. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  493. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  494. package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
  495. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs +4 -4
  496. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  497. package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
  498. package/lib/labs/components.d.mts +2049 -3320
  499. package/lib/labs/date/date.mjs.map +1 -1
  500. package/lib/labs/entry-bundler.mjs +3 -1
  501. package/lib/labs/entry-bundler.mjs.map +1 -1
  502. package/lib/locale/adapters/vue-i18n.d.mts +1 -1
  503. package/lib/locale/adapters/vue-i18n.mjs +5 -1
  504. package/lib/locale/adapters/vue-i18n.mjs.map +1 -1
  505. package/lib/locale/adapters/vuetify.mjs +1 -3
  506. package/lib/locale/adapters/vuetify.mjs.map +1 -1
  507. package/lib/styles/settings/_colors.scss +18 -15
  508. package/lib/util/anchor.mjs +1 -0
  509. package/lib/util/anchor.mjs.map +1 -1
  510. package/lib/util/animation.mjs +1 -0
  511. package/lib/util/animation.mjs.map +1 -1
  512. package/lib/util/color/APCA.mjs +1 -0
  513. package/lib/util/color/APCA.mjs.map +1 -1
  514. package/lib/util/color/transformCIELAB.mjs +2 -0
  515. package/lib/util/color/transformCIELAB.mjs.map +1 -1
  516. package/lib/util/color/transformSRGB.mjs +3 -1
  517. package/lib/util/color/transformSRGB.mjs.map +1 -1
  518. package/lib/util/colorUtils.mjs +2 -2
  519. package/lib/util/colorUtils.mjs.map +1 -1
  520. package/lib/util/console.mjs +1 -0
  521. package/lib/util/console.mjs.map +1 -1
  522. package/lib/util/createSimpleFunctional.mjs +2 -1
  523. package/lib/util/createSimpleFunctional.mjs.map +1 -1
  524. package/lib/util/defineComponent.mjs +5 -5
  525. package/lib/util/defineComponent.mjs.map +1 -1
  526. package/lib/util/getCurrentInstance.mjs +1 -2
  527. package/lib/util/getCurrentInstance.mjs.map +1 -1
  528. package/lib/util/helpers.mjs +3 -3
  529. package/lib/util/helpers.mjs.map +1 -1
  530. package/lib/util/injectSelf.mjs +2 -1
  531. package/lib/util/injectSelf.mjs.map +1 -1
  532. package/lib/util/propsFactory.mjs +1 -0
  533. package/lib/util/propsFactory.mjs.map +1 -1
  534. package/package.json +3 -2
  535. package/lib/labs/VDataTable/composables/virtual.mjs +0 -77
  536. package/lib/labs/VDataTable/composables/virtual.mjs.map +0 -1
@@ -104,14 +104,14 @@ declare const VSnackbar: {
104
104
  rounded?: string | number | boolean | undefined;
105
105
  variant?: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain" | undefined;
106
106
  modelValue?: boolean | undefined;
107
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
108
+ updateLocation: (e: Event) => void;
109
+ } | undefined) | undefined;
107
110
  activatorProps?: Record<string, any> | undefined;
108
111
  openOnClick?: boolean | undefined;
109
112
  openOnHover?: boolean | undefined;
110
113
  openOnFocus?: boolean | undefined;
111
114
  closeOnContentClick?: boolean | undefined;
112
- locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
113
- updateLocation: (e: Event) => void;
114
- } | undefined) | undefined;
115
115
  closeOnBack?: boolean | undefined;
116
116
  contained?: boolean | undefined;
117
117
  multiLine?: boolean | undefined;
@@ -127,7 +127,7 @@ declare const VSnackbar: {
127
127
  position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
128
128
  class?: any;
129
129
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
130
- activator?: ((args_0: {
130
+ activator?: ((arg: {
131
131
  isActive: boolean;
132
132
  props: Record<string, any>;
133
133
  }) => vue.VNodeChild) | undefined;
@@ -140,7 +140,7 @@ declare const VSnackbar: {
140
140
  theme?: string | undefined;
141
141
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
142
142
  'v-slots'?: {
143
- activator?: false | ((args_0: {
143
+ activator?: false | ((arg: {
144
144
  isActive: boolean;
145
145
  props: Record<string, any>;
146
146
  }) => vue.VNodeChild) | undefined;
@@ -148,14 +148,6 @@ declare const VSnackbar: {
148
148
  actions?: false | (() => vue.VNodeChild) | undefined;
149
149
  } | undefined;
150
150
  contentClass?: any;
151
- $slots?: {
152
- activator?: ((args_0: {
153
- isActive: boolean;
154
- props: Record<string, any>;
155
- }) => vue.VNodeChild) | undefined;
156
- default?: (() => vue.VNodeChild) | undefined;
157
- actions?: (() => vue.VNodeChild) | undefined;
158
- } | undefined;
159
151
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
160
152
  [key: string]: any;
161
153
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -196,7 +188,7 @@ declare const VSnackbar: {
196
188
  }>) => void)[] | undefined;
197
189
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
198
190
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
199
- "v-slot:activator"?: false | ((args_0: {
191
+ "v-slot:activator"?: false | ((arg: {
200
192
  isActive: boolean;
201
193
  props: Record<string, any>;
202
194
  }) => vue.VNodeChild) | undefined;
@@ -213,7 +205,7 @@ declare const VSnackbar: {
213
205
  [x: string]: unknown;
214
206
  };
215
207
  $slots: Readonly<{
216
- activator?: ((args_0: {
208
+ activator?: ((arg: {
217
209
  isActive: boolean;
218
210
  props: Record<string, any>;
219
211
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -245,12 +237,12 @@ declare const VSnackbar: {
245
237
  vertical: boolean;
246
238
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
247
239
  modelValue: boolean;
248
- activatorProps: Record<string, any>;
249
- openOnHover: boolean;
250
- closeOnContentClick: boolean;
251
240
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
252
241
  updateLocation: (e: Event) => void;
253
242
  } | undefined);
243
+ activatorProps: Record<string, any>;
244
+ openOnHover: boolean;
245
+ closeOnContentClick: boolean;
254
246
  closeOnBack: boolean;
255
247
  contained: boolean;
256
248
  multiLine: boolean;
@@ -277,7 +269,7 @@ declare const VSnackbar: {
277
269
  attach?: string | boolean | Element | undefined;
278
270
  } & {
279
271
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
280
- activator?: ((args_0: {
272
+ activator?: ((arg: {
281
273
  isActive: boolean;
282
274
  props: Record<string, any>;
283
275
  }) => vue.VNodeChild) | undefined;
@@ -285,7 +277,7 @@ declare const VSnackbar: {
285
277
  actions?: (() => vue.VNodeChild) | undefined;
286
278
  };
287
279
  'v-slots'?: {
288
- activator?: false | ((args_0: {
280
+ activator?: false | ((arg: {
289
281
  isActive: boolean;
290
282
  props: Record<string, any>;
291
283
  }) => vue.VNodeChild) | undefined;
@@ -293,21 +285,12 @@ declare const VSnackbar: {
293
285
  actions?: false | (() => vue.VNodeChild) | undefined;
294
286
  } | undefined;
295
287
  } & {
296
- "v-slot:activator"?: false | ((args_0: {
288
+ "v-slot:activator"?: false | ((arg: {
297
289
  isActive: boolean;
298
290
  props: Record<string, any>;
299
291
  }) => vue.VNodeChild) | undefined;
300
292
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
301
293
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
302
- } & {
303
- $slots?: {
304
- activator?: ((args_0: {
305
- isActive: boolean;
306
- props: Record<string, any>;
307
- }) => vue.VNodeChild) | undefined;
308
- default?: (() => vue.VNodeChild) | undefined;
309
- actions?: (() => vue.VNodeChild) | undefined;
310
- } | undefined;
311
294
  } & {
312
295
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
313
296
  }, Omit<Omit<{
@@ -325,15 +308,15 @@ declare const VSnackbar: {
325
308
  eager?: boolean | undefined;
326
309
  disabled?: boolean | undefined;
327
310
  modelValue?: boolean | undefined;
311
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
312
+ updateLocation: (e: Event) => void;
313
+ } | undefined) | undefined;
314
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
328
315
  activatorProps?: Record<string, any> | undefined;
329
316
  openOnClick?: boolean | undefined;
330
317
  openOnHover?: boolean | undefined;
331
318
  openOnFocus?: boolean | undefined;
332
319
  closeOnContentClick?: boolean | undefined;
333
- locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
334
- updateLocation: (e: Event) => void;
335
- } | undefined) | undefined;
336
- scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
337
320
  closeOnBack?: boolean | undefined;
338
321
  contained?: boolean | undefined;
339
322
  noClickAnimation?: boolean | undefined;
@@ -351,42 +334,33 @@ declare const VSnackbar: {
351
334
  class?: any;
352
335
  onAfterLeave?: (() => any) | undefined;
353
336
  $children?: vue.VNodeChild | {
354
- default?: ((args_0: {
337
+ default?: ((arg: {
355
338
  isActive: vue.Ref<boolean>;
356
339
  }) => vue.VNodeChild) | undefined;
357
- activator?: ((args_0: {
340
+ activator?: ((arg: {
358
341
  isActive: boolean;
359
342
  props: Record<string, any>;
360
343
  }) => vue.VNodeChild) | undefined;
361
- } | ((args_0: {
344
+ } | ((arg: {
362
345
  isActive: vue.Ref<boolean>;
363
346
  }) => vue.VNodeChild);
364
347
  ref?: vue.VNodeRef | undefined;
365
348
  ref_for?: boolean | undefined;
366
349
  ref_key?: string | undefined;
367
350
  theme?: string | undefined;
368
- "v-slot:default"?: false | ((args_0: {
351
+ "v-slot:default"?: false | ((arg: {
369
352
  isActive: vue.Ref<boolean>;
370
353
  }) => vue.VNodeChild) | undefined;
371
354
  'v-slots'?: {
372
- default?: false | ((args_0: {
355
+ default?: false | ((arg: {
373
356
  isActive: vue.Ref<boolean>;
374
357
  }) => vue.VNodeChild) | undefined;
375
- activator?: false | ((args_0: {
358
+ activator?: false | ((arg: {
376
359
  isActive: boolean;
377
360
  props: Record<string, any>;
378
361
  }) => vue.VNodeChild) | undefined;
379
362
  } | undefined;
380
363
  contentClass?: any;
381
- $slots?: {
382
- default?: ((args_0: {
383
- isActive: vue.Ref<boolean>;
384
- }) => vue.VNodeChild) | undefined;
385
- activator?: ((args_0: {
386
- isActive: boolean;
387
- props: Record<string, any>;
388
- }) => vue.VNodeChild) | undefined;
389
- } | undefined;
390
364
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
391
365
  [key: string]: any;
392
366
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -427,7 +401,7 @@ declare const VSnackbar: {
427
401
  }>) => void)[] | undefined;
428
402
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
429
403
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
430
- "v-slot:activator"?: false | ((args_0: {
404
+ "v-slot:activator"?: false | ((arg: {
431
405
  isActive: boolean;
432
406
  props: Record<string, any>;
433
407
  }) => vue.VNodeChild) | undefined;
@@ -444,12 +418,12 @@ declare const VSnackbar: {
444
418
  [x: string]: unknown;
445
419
  };
446
420
  $slots: Readonly<{
447
- default?: ((args_0: {
421
+ default?: ((arg: {
448
422
  isActive: vue.Ref<boolean>;
449
423
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
450
424
  [key: string]: any;
451
425
  }>[]) | undefined;
452
- activator?: ((args_0: {
426
+ activator?: ((arg: {
453
427
  isActive: boolean;
454
428
  props: Record<string, any>;
455
429
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -472,13 +446,13 @@ declare const VSnackbar: {
472
446
  eager: boolean;
473
447
  disabled: boolean;
474
448
  modelValue: boolean;
475
- activatorProps: Record<string, any>;
476
- openOnHover: boolean;
477
- closeOnContentClick: boolean;
478
449
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
479
450
  updateLocation: (e: Event) => void;
480
451
  } | undefined);
481
452
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
453
+ activatorProps: Record<string, any>;
454
+ openOnHover: boolean;
455
+ closeOnContentClick: boolean;
482
456
  closeOnBack: boolean;
483
457
  contained: boolean;
484
458
  noClickAnimation: boolean;
@@ -505,43 +479,33 @@ declare const VSnackbar: {
505
479
  attach?: string | boolean | Element | undefined;
506
480
  } & {
507
481
  $children?: vue.VNodeChild | {
508
- default?: ((args_0: {
482
+ default?: ((arg: {
509
483
  isActive: vue.Ref<boolean>;
510
484
  }) => vue.VNodeChild) | undefined;
511
- activator?: ((args_0: {
485
+ activator?: ((arg: {
512
486
  isActive: boolean;
513
487
  props: Record<string, any>;
514
488
  }) => vue.VNodeChild) | undefined;
515
- } | ((args_0: {
489
+ } | ((arg: {
516
490
  isActive: vue.Ref<boolean>;
517
491
  }) => vue.VNodeChild);
518
492
  'v-slots'?: {
519
- default?: false | ((args_0: {
493
+ default?: false | ((arg: {
520
494
  isActive: vue.Ref<boolean>;
521
495
  }) => vue.VNodeChild) | undefined;
522
- activator?: false | ((args_0: {
496
+ activator?: false | ((arg: {
523
497
  isActive: boolean;
524
498
  props: Record<string, any>;
525
499
  }) => vue.VNodeChild) | undefined;
526
500
  } | undefined;
527
501
  } & {
528
- "v-slot:default"?: false | ((args_0: {
502
+ "v-slot:default"?: false | ((arg: {
529
503
  isActive: vue.Ref<boolean>;
530
504
  }) => vue.VNodeChild) | undefined;
531
- "v-slot:activator"?: false | ((args_0: {
505
+ "v-slot:activator"?: false | ((arg: {
532
506
  isActive: boolean;
533
507
  props: Record<string, any>;
534
508
  }) => vue.VNodeChild) | undefined;
535
- } & {
536
- $slots?: {
537
- default?: ((args_0: {
538
- isActive: vue.Ref<boolean>;
539
- }) => vue.VNodeChild) | undefined;
540
- activator?: ((args_0: {
541
- isActive: boolean;
542
- props: Record<string, any>;
543
- }) => vue.VNodeChild) | undefined;
544
- } | undefined;
545
509
  } & {
546
510
  onAfterLeave?: (() => any) | undefined;
547
511
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -569,15 +533,15 @@ declare const VSnackbar: {
569
533
  eager: boolean;
570
534
  disabled: boolean;
571
535
  modelValue: boolean;
536
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
537
+ updateLocation: (e: Event) => void;
538
+ } | undefined);
539
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
572
540
  activatorProps: Record<string, any>;
573
541
  openOnClick: boolean;
574
542
  openOnHover: boolean;
575
543
  openOnFocus: boolean;
576
544
  closeOnContentClick: boolean;
577
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
578
- updateLocation: (e: Event) => void;
579
- } | undefined);
580
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
581
545
  closeOnBack: boolean;
582
546
  contained: boolean;
583
547
  noClickAnimation: boolean;
@@ -585,12 +549,12 @@ declare const VSnackbar: {
585
549
  scrim: string | boolean;
586
550
  _disableGlobalStack: boolean;
587
551
  }, {}, string, vue.SlotsType<Partial<{
588
- default: (args_0: {
552
+ default: (arg: {
589
553
  isActive: vue.Ref<boolean>;
590
554
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
591
555
  [key: string]: any;
592
556
  }>[];
593
- activator: (args_0: {
557
+ activator: (arg: {
594
558
  isActive: boolean;
595
559
  props: Record<string, any>;
596
560
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -628,13 +592,13 @@ declare const VSnackbar: {
628
592
  eager: boolean;
629
593
  disabled: boolean;
630
594
  modelValue: boolean;
631
- activatorProps: Record<string, any>;
632
- openOnHover: boolean;
633
- closeOnContentClick: boolean;
634
595
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
635
596
  updateLocation: (e: Event) => void;
636
597
  } | undefined);
637
598
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
599
+ activatorProps: Record<string, any>;
600
+ openOnHover: boolean;
601
+ closeOnContentClick: boolean;
638
602
  closeOnBack: boolean;
639
603
  contained: boolean;
640
604
  noClickAnimation: boolean;
@@ -661,43 +625,33 @@ declare const VSnackbar: {
661
625
  attach?: string | boolean | Element | undefined;
662
626
  } & {
663
627
  $children?: vue.VNodeChild | {
664
- default?: ((args_0: {
628
+ default?: ((arg: {
665
629
  isActive: vue.Ref<boolean>;
666
630
  }) => vue.VNodeChild) | undefined;
667
- activator?: ((args_0: {
631
+ activator?: ((arg: {
668
632
  isActive: boolean;
669
633
  props: Record<string, any>;
670
634
  }) => vue.VNodeChild) | undefined;
671
- } | ((args_0: {
635
+ } | ((arg: {
672
636
  isActive: vue.Ref<boolean>;
673
637
  }) => vue.VNodeChild);
674
638
  'v-slots'?: {
675
- default?: false | ((args_0: {
639
+ default?: false | ((arg: {
676
640
  isActive: vue.Ref<boolean>;
677
641
  }) => vue.VNodeChild) | undefined;
678
- activator?: false | ((args_0: {
642
+ activator?: false | ((arg: {
679
643
  isActive: boolean;
680
644
  props: Record<string, any>;
681
645
  }) => vue.VNodeChild) | undefined;
682
646
  } | undefined;
683
647
  } & {
684
- "v-slot:default"?: false | ((args_0: {
648
+ "v-slot:default"?: false | ((arg: {
685
649
  isActive: vue.Ref<boolean>;
686
650
  }) => vue.VNodeChild) | undefined;
687
- "v-slot:activator"?: false | ((args_0: {
651
+ "v-slot:activator"?: false | ((arg: {
688
652
  isActive: boolean;
689
653
  props: Record<string, any>;
690
654
  }) => vue.VNodeChild) | undefined;
691
- } & {
692
- $slots?: {
693
- default?: ((args_0: {
694
- isActive: vue.Ref<boolean>;
695
- }) => vue.VNodeChild) | undefined;
696
- activator?: ((args_0: {
697
- isActive: boolean;
698
- props: Record<string, any>;
699
- }) => vue.VNodeChild) | undefined;
700
- } | undefined;
701
655
  } & {
702
656
  onAfterLeave?: (() => any) | undefined;
703
657
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -709,7 +663,7 @@ declare const VSnackbar: {
709
663
  globalTop: Readonly<vue.Ref<boolean>>;
710
664
  localTop: vue.ComputedRef<boolean>;
711
665
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
712
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
666
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
713
667
  'update:modelValue': (v: boolean) => boolean;
714
668
  }, string, {
715
669
  absolute: boolean;
@@ -727,19 +681,19 @@ declare const VSnackbar: {
727
681
  rounded: string | number | boolean;
728
682
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
729
683
  modelValue: boolean;
684
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
685
+ updateLocation: (e: Event) => void;
686
+ } | undefined);
730
687
  activatorProps: Record<string, any>;
731
688
  openOnClick: boolean;
732
689
  openOnHover: boolean;
733
690
  openOnFocus: boolean;
734
691
  closeOnContentClick: boolean;
735
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
736
- updateLocation: (e: Event) => void;
737
- } | undefined);
738
692
  closeOnBack: boolean;
739
693
  contained: boolean;
740
694
  multiLine: boolean;
741
695
  }, {}, string, vue.SlotsType<Partial<{
742
- activator: (args_0: {
696
+ activator: (arg: {
743
697
  isActive: boolean;
744
698
  props: Record<string, any>;
745
699
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -786,12 +740,12 @@ declare const VSnackbar: {
786
740
  vertical: boolean;
787
741
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
788
742
  modelValue: boolean;
789
- activatorProps: Record<string, any>;
790
- openOnHover: boolean;
791
- closeOnContentClick: boolean;
792
743
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
793
744
  updateLocation: (e: Event) => void;
794
745
  } | undefined);
746
+ activatorProps: Record<string, any>;
747
+ openOnHover: boolean;
748
+ closeOnContentClick: boolean;
795
749
  closeOnBack: boolean;
796
750
  contained: boolean;
797
751
  multiLine: boolean;
@@ -818,7 +772,7 @@ declare const VSnackbar: {
818
772
  attach?: string | boolean | Element | undefined;
819
773
  } & {
820
774
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
821
- activator?: ((args_0: {
775
+ activator?: ((arg: {
822
776
  isActive: boolean;
823
777
  props: Record<string, any>;
824
778
  }) => vue.VNodeChild) | undefined;
@@ -826,7 +780,7 @@ declare const VSnackbar: {
826
780
  actions?: (() => vue.VNodeChild) | undefined;
827
781
  };
828
782
  'v-slots'?: {
829
- activator?: false | ((args_0: {
783
+ activator?: false | ((arg: {
830
784
  isActive: boolean;
831
785
  props: Record<string, any>;
832
786
  }) => vue.VNodeChild) | undefined;
@@ -834,21 +788,12 @@ declare const VSnackbar: {
834
788
  actions?: false | (() => vue.VNodeChild) | undefined;
835
789
  } | undefined;
836
790
  } & {
837
- "v-slot:activator"?: false | ((args_0: {
791
+ "v-slot:activator"?: false | ((arg: {
838
792
  isActive: boolean;
839
793
  props: Record<string, any>;
840
794
  }) => vue.VNodeChild) | undefined;
841
795
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
842
796
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
843
- } & {
844
- $slots?: {
845
- activator?: ((args_0: {
846
- isActive: boolean;
847
- props: Record<string, any>;
848
- }) => vue.VNodeChild) | undefined;
849
- default?: (() => vue.VNodeChild) | undefined;
850
- actions?: (() => vue.VNodeChild) | undefined;
851
- } | undefined;
852
797
  } & {
853
798
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
854
799
  } & vue.ShallowUnwrapRef<Omit<Omit<{
@@ -866,15 +811,15 @@ declare const VSnackbar: {
866
811
  eager?: boolean | undefined;
867
812
  disabled?: boolean | undefined;
868
813
  modelValue?: boolean | undefined;
814
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
815
+ updateLocation: (e: Event) => void;
816
+ } | undefined) | undefined;
817
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
869
818
  activatorProps?: Record<string, any> | undefined;
870
819
  openOnClick?: boolean | undefined;
871
820
  openOnHover?: boolean | undefined;
872
821
  openOnFocus?: boolean | undefined;
873
822
  closeOnContentClick?: boolean | undefined;
874
- locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
875
- updateLocation: (e: Event) => void;
876
- } | undefined) | undefined;
877
- scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
878
823
  closeOnBack?: boolean | undefined;
879
824
  contained?: boolean | undefined;
880
825
  noClickAnimation?: boolean | undefined;
@@ -892,42 +837,33 @@ declare const VSnackbar: {
892
837
  class?: any;
893
838
  onAfterLeave?: (() => any) | undefined;
894
839
  $children?: vue.VNodeChild | {
895
- default?: ((args_0: {
840
+ default?: ((arg: {
896
841
  isActive: vue.Ref<boolean>;
897
842
  }) => vue.VNodeChild) | undefined;
898
- activator?: ((args_0: {
843
+ activator?: ((arg: {
899
844
  isActive: boolean;
900
845
  props: Record<string, any>;
901
846
  }) => vue.VNodeChild) | undefined;
902
- } | ((args_0: {
847
+ } | ((arg: {
903
848
  isActive: vue.Ref<boolean>;
904
849
  }) => vue.VNodeChild);
905
850
  ref?: vue.VNodeRef | undefined;
906
851
  ref_for?: boolean | undefined;
907
852
  ref_key?: string | undefined;
908
853
  theme?: string | undefined;
909
- "v-slot:default"?: false | ((args_0: {
854
+ "v-slot:default"?: false | ((arg: {
910
855
  isActive: vue.Ref<boolean>;
911
856
  }) => vue.VNodeChild) | undefined;
912
857
  'v-slots'?: {
913
- default?: false | ((args_0: {
858
+ default?: false | ((arg: {
914
859
  isActive: vue.Ref<boolean>;
915
860
  }) => vue.VNodeChild) | undefined;
916
- activator?: false | ((args_0: {
861
+ activator?: false | ((arg: {
917
862
  isActive: boolean;
918
863
  props: Record<string, any>;
919
864
  }) => vue.VNodeChild) | undefined;
920
865
  } | undefined;
921
866
  contentClass?: any;
922
- $slots?: {
923
- default?: ((args_0: {
924
- isActive: vue.Ref<boolean>;
925
- }) => vue.VNodeChild) | undefined;
926
- activator?: ((args_0: {
927
- isActive: boolean;
928
- props: Record<string, any>;
929
- }) => vue.VNodeChild) | undefined;
930
- } | undefined;
931
867
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
932
868
  [key: string]: any;
933
869
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -968,7 +904,7 @@ declare const VSnackbar: {
968
904
  }>) => void)[] | undefined;
969
905
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
970
906
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
971
- "v-slot:activator"?: false | ((args_0: {
907
+ "v-slot:activator"?: false | ((arg: {
972
908
  isActive: boolean;
973
909
  props: Record<string, any>;
974
910
  }) => vue.VNodeChild) | undefined;
@@ -985,12 +921,12 @@ declare const VSnackbar: {
985
921
  [x: string]: unknown;
986
922
  };
987
923
  $slots: Readonly<{
988
- default?: ((args_0: {
924
+ default?: ((arg: {
989
925
  isActive: vue.Ref<boolean>;
990
926
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
991
927
  [key: string]: any;
992
928
  }>[]) | undefined;
993
- activator?: ((args_0: {
929
+ activator?: ((arg: {
994
930
  isActive: boolean;
995
931
  props: Record<string, any>;
996
932
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1013,13 +949,13 @@ declare const VSnackbar: {
1013
949
  eager: boolean;
1014
950
  disabled: boolean;
1015
951
  modelValue: boolean;
1016
- activatorProps: Record<string, any>;
1017
- openOnHover: boolean;
1018
- closeOnContentClick: boolean;
1019
952
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1020
953
  updateLocation: (e: Event) => void;
1021
954
  } | undefined);
1022
955
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
956
+ activatorProps: Record<string, any>;
957
+ openOnHover: boolean;
958
+ closeOnContentClick: boolean;
1023
959
  closeOnBack: boolean;
1024
960
  contained: boolean;
1025
961
  noClickAnimation: boolean;
@@ -1046,43 +982,33 @@ declare const VSnackbar: {
1046
982
  attach?: string | boolean | Element | undefined;
1047
983
  } & {
1048
984
  $children?: vue.VNodeChild | {
1049
- default?: ((args_0: {
985
+ default?: ((arg: {
1050
986
  isActive: vue.Ref<boolean>;
1051
987
  }) => vue.VNodeChild) | undefined;
1052
- activator?: ((args_0: {
988
+ activator?: ((arg: {
1053
989
  isActive: boolean;
1054
990
  props: Record<string, any>;
1055
991
  }) => vue.VNodeChild) | undefined;
1056
- } | ((args_0: {
992
+ } | ((arg: {
1057
993
  isActive: vue.Ref<boolean>;
1058
994
  }) => vue.VNodeChild);
1059
995
  'v-slots'?: {
1060
- default?: false | ((args_0: {
996
+ default?: false | ((arg: {
1061
997
  isActive: vue.Ref<boolean>;
1062
998
  }) => vue.VNodeChild) | undefined;
1063
- activator?: false | ((args_0: {
999
+ activator?: false | ((arg: {
1064
1000
  isActive: boolean;
1065
1001
  props: Record<string, any>;
1066
1002
  }) => vue.VNodeChild) | undefined;
1067
1003
  } | undefined;
1068
1004
  } & {
1069
- "v-slot:default"?: false | ((args_0: {
1005
+ "v-slot:default"?: false | ((arg: {
1070
1006
  isActive: vue.Ref<boolean>;
1071
1007
  }) => vue.VNodeChild) | undefined;
1072
- "v-slot:activator"?: false | ((args_0: {
1008
+ "v-slot:activator"?: false | ((arg: {
1073
1009
  isActive: boolean;
1074
1010
  props: Record<string, any>;
1075
1011
  }) => vue.VNodeChild) | undefined;
1076
- } & {
1077
- $slots?: {
1078
- default?: ((args_0: {
1079
- isActive: vue.Ref<boolean>;
1080
- }) => vue.VNodeChild) | undefined;
1081
- activator?: ((args_0: {
1082
- isActive: boolean;
1083
- props: Record<string, any>;
1084
- }) => vue.VNodeChild) | undefined;
1085
- } | undefined;
1086
1012
  } & {
1087
1013
  onAfterLeave?: (() => any) | undefined;
1088
1014
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1110,15 +1036,15 @@ declare const VSnackbar: {
1110
1036
  eager: boolean;
1111
1037
  disabled: boolean;
1112
1038
  modelValue: boolean;
1039
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1040
+ updateLocation: (e: Event) => void;
1041
+ } | undefined);
1042
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1113
1043
  activatorProps: Record<string, any>;
1114
1044
  openOnClick: boolean;
1115
1045
  openOnHover: boolean;
1116
1046
  openOnFocus: boolean;
1117
1047
  closeOnContentClick: boolean;
1118
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1119
- updateLocation: (e: Event) => void;
1120
- } | undefined);
1121
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1122
1048
  closeOnBack: boolean;
1123
1049
  contained: boolean;
1124
1050
  noClickAnimation: boolean;
@@ -1126,12 +1052,12 @@ declare const VSnackbar: {
1126
1052
  scrim: string | boolean;
1127
1053
  _disableGlobalStack: boolean;
1128
1054
  }, {}, string, vue.SlotsType<Partial<{
1129
- default: (args_0: {
1055
+ default: (arg: {
1130
1056
  isActive: vue.Ref<boolean>;
1131
1057
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1132
1058
  [key: string]: any;
1133
1059
  }>[];
1134
- activator: (args_0: {
1060
+ activator: (arg: {
1135
1061
  isActive: boolean;
1136
1062
  props: Record<string, any>;
1137
1063
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1169,13 +1095,13 @@ declare const VSnackbar: {
1169
1095
  eager: boolean;
1170
1096
  disabled: boolean;
1171
1097
  modelValue: boolean;
1172
- activatorProps: Record<string, any>;
1173
- openOnHover: boolean;
1174
- closeOnContentClick: boolean;
1175
1098
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1176
1099
  updateLocation: (e: Event) => void;
1177
1100
  } | undefined);
1178
1101
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1102
+ activatorProps: Record<string, any>;
1103
+ openOnHover: boolean;
1104
+ closeOnContentClick: boolean;
1179
1105
  closeOnBack: boolean;
1180
1106
  contained: boolean;
1181
1107
  noClickAnimation: boolean;
@@ -1202,43 +1128,33 @@ declare const VSnackbar: {
1202
1128
  attach?: string | boolean | Element | undefined;
1203
1129
  } & {
1204
1130
  $children?: vue.VNodeChild | {
1205
- default?: ((args_0: {
1131
+ default?: ((arg: {
1206
1132
  isActive: vue.Ref<boolean>;
1207
1133
  }) => vue.VNodeChild) | undefined;
1208
- activator?: ((args_0: {
1134
+ activator?: ((arg: {
1209
1135
  isActive: boolean;
1210
1136
  props: Record<string, any>;
1211
1137
  }) => vue.VNodeChild) | undefined;
1212
- } | ((args_0: {
1138
+ } | ((arg: {
1213
1139
  isActive: vue.Ref<boolean>;
1214
1140
  }) => vue.VNodeChild);
1215
1141
  'v-slots'?: {
1216
- default?: false | ((args_0: {
1142
+ default?: false | ((arg: {
1217
1143
  isActive: vue.Ref<boolean>;
1218
1144
  }) => vue.VNodeChild) | undefined;
1219
- activator?: false | ((args_0: {
1145
+ activator?: false | ((arg: {
1220
1146
  isActive: boolean;
1221
1147
  props: Record<string, any>;
1222
1148
  }) => vue.VNodeChild) | undefined;
1223
1149
  } | undefined;
1224
1150
  } & {
1225
- "v-slot:default"?: false | ((args_0: {
1151
+ "v-slot:default"?: false | ((arg: {
1226
1152
  isActive: vue.Ref<boolean>;
1227
1153
  }) => vue.VNodeChild) | undefined;
1228
- "v-slot:activator"?: false | ((args_0: {
1154
+ "v-slot:activator"?: false | ((arg: {
1229
1155
  isActive: boolean;
1230
1156
  props: Record<string, any>;
1231
1157
  }) => vue.VNodeChild) | undefined;
1232
- } & {
1233
- $slots?: {
1234
- default?: ((args_0: {
1235
- isActive: vue.Ref<boolean>;
1236
- }) => vue.VNodeChild) | undefined;
1237
- activator?: ((args_0: {
1238
- isActive: boolean;
1239
- props: Record<string, any>;
1240
- }) => vue.VNodeChild) | undefined;
1241
- } | undefined;
1242
1158
  } & {
1243
1159
  onAfterLeave?: (() => any) | undefined;
1244
1160
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1250,7 +1166,7 @@ declare const VSnackbar: {
1250
1166
  globalTop: Readonly<vue.Ref<boolean>>;
1251
1167
  localTop: vue.ComputedRef<boolean>;
1252
1168
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1253
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1169
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1254
1170
  __isFragment?: undefined;
1255
1171
  __isTeleport?: undefined;
1256
1172
  __isSuspense?: undefined;
@@ -1269,12 +1185,12 @@ declare const VSnackbar: {
1269
1185
  vertical: boolean;
1270
1186
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1271
1187
  modelValue: boolean;
1272
- activatorProps: Record<string, any>;
1273
- openOnHover: boolean;
1274
- closeOnContentClick: boolean;
1275
1188
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1276
1189
  updateLocation: (e: Event) => void;
1277
1190
  } | undefined);
1191
+ activatorProps: Record<string, any>;
1192
+ openOnHover: boolean;
1193
+ closeOnContentClick: boolean;
1278
1194
  closeOnBack: boolean;
1279
1195
  contained: boolean;
1280
1196
  multiLine: boolean;
@@ -1301,7 +1217,7 @@ declare const VSnackbar: {
1301
1217
  attach?: string | boolean | Element | undefined;
1302
1218
  } & {
1303
1219
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1304
- activator?: ((args_0: {
1220
+ activator?: ((arg: {
1305
1221
  isActive: boolean;
1306
1222
  props: Record<string, any>;
1307
1223
  }) => vue.VNodeChild) | undefined;
@@ -1309,7 +1225,7 @@ declare const VSnackbar: {
1309
1225
  actions?: (() => vue.VNodeChild) | undefined;
1310
1226
  };
1311
1227
  'v-slots'?: {
1312
- activator?: false | ((args_0: {
1228
+ activator?: false | ((arg: {
1313
1229
  isActive: boolean;
1314
1230
  props: Record<string, any>;
1315
1231
  }) => vue.VNodeChild) | undefined;
@@ -1317,21 +1233,12 @@ declare const VSnackbar: {
1317
1233
  actions?: false | (() => vue.VNodeChild) | undefined;
1318
1234
  } | undefined;
1319
1235
  } & {
1320
- "v-slot:activator"?: false | ((args_0: {
1236
+ "v-slot:activator"?: false | ((arg: {
1321
1237
  isActive: boolean;
1322
1238
  props: Record<string, any>;
1323
1239
  }) => vue.VNodeChild) | undefined;
1324
1240
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1325
1241
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
1326
- } & {
1327
- $slots?: {
1328
- activator?: ((args_0: {
1329
- isActive: boolean;
1330
- props: Record<string, any>;
1331
- }) => vue.VNodeChild) | undefined;
1332
- default?: (() => vue.VNodeChild) | undefined;
1333
- actions?: (() => vue.VNodeChild) | undefined;
1334
- } | undefined;
1335
1242
  } & {
1336
1243
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
1337
1244
  }, Omit<Omit<{
@@ -1349,15 +1256,15 @@ declare const VSnackbar: {
1349
1256
  eager?: boolean | undefined;
1350
1257
  disabled?: boolean | undefined;
1351
1258
  modelValue?: boolean | undefined;
1259
+ locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1260
+ updateLocation: (e: Event) => void;
1261
+ } | undefined) | undefined;
1262
+ scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
1352
1263
  activatorProps?: Record<string, any> | undefined;
1353
1264
  openOnClick?: boolean | undefined;
1354
1265
  openOnHover?: boolean | undefined;
1355
1266
  openOnFocus?: boolean | undefined;
1356
1267
  closeOnContentClick?: boolean | undefined;
1357
- locationStrategy?: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1358
- updateLocation: (e: Event) => void;
1359
- } | undefined) | undefined;
1360
- scrollStrategy?: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition" | undefined;
1361
1268
  closeOnBack?: boolean | undefined;
1362
1269
  contained?: boolean | undefined;
1363
1270
  noClickAnimation?: boolean | undefined;
@@ -1375,42 +1282,33 @@ declare const VSnackbar: {
1375
1282
  class?: any;
1376
1283
  onAfterLeave?: (() => any) | undefined;
1377
1284
  $children?: vue.VNodeChild | {
1378
- default?: ((args_0: {
1285
+ default?: ((arg: {
1379
1286
  isActive: vue.Ref<boolean>;
1380
1287
  }) => vue.VNodeChild) | undefined;
1381
- activator?: ((args_0: {
1288
+ activator?: ((arg: {
1382
1289
  isActive: boolean;
1383
1290
  props: Record<string, any>;
1384
1291
  }) => vue.VNodeChild) | undefined;
1385
- } | ((args_0: {
1292
+ } | ((arg: {
1386
1293
  isActive: vue.Ref<boolean>;
1387
1294
  }) => vue.VNodeChild);
1388
1295
  ref?: vue.VNodeRef | undefined;
1389
1296
  ref_for?: boolean | undefined;
1390
1297
  ref_key?: string | undefined;
1391
1298
  theme?: string | undefined;
1392
- "v-slot:default"?: false | ((args_0: {
1299
+ "v-slot:default"?: false | ((arg: {
1393
1300
  isActive: vue.Ref<boolean>;
1394
1301
  }) => vue.VNodeChild) | undefined;
1395
1302
  'v-slots'?: {
1396
- default?: false | ((args_0: {
1303
+ default?: false | ((arg: {
1397
1304
  isActive: vue.Ref<boolean>;
1398
1305
  }) => vue.VNodeChild) | undefined;
1399
- activator?: false | ((args_0: {
1306
+ activator?: false | ((arg: {
1400
1307
  isActive: boolean;
1401
1308
  props: Record<string, any>;
1402
1309
  }) => vue.VNodeChild) | undefined;
1403
1310
  } | undefined;
1404
1311
  contentClass?: any;
1405
- $slots?: {
1406
- default?: ((args_0: {
1407
- isActive: vue.Ref<boolean>;
1408
- }) => vue.VNodeChild) | undefined;
1409
- activator?: ((args_0: {
1410
- isActive: boolean;
1411
- props: Record<string, any>;
1412
- }) => vue.VNodeChild) | undefined;
1413
- } | undefined;
1414
1312
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1415
1313
  [key: string]: any;
1416
1314
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1451,7 +1349,7 @@ declare const VSnackbar: {
1451
1349
  }>) => void)[] | undefined;
1452
1350
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1453
1351
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
1454
- "v-slot:activator"?: false | ((args_0: {
1352
+ "v-slot:activator"?: false | ((arg: {
1455
1353
  isActive: boolean;
1456
1354
  props: Record<string, any>;
1457
1355
  }) => vue.VNodeChild) | undefined;
@@ -1468,12 +1366,12 @@ declare const VSnackbar: {
1468
1366
  [x: string]: unknown;
1469
1367
  };
1470
1368
  $slots: Readonly<{
1471
- default?: ((args_0: {
1369
+ default?: ((arg: {
1472
1370
  isActive: vue.Ref<boolean>;
1473
1371
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1474
1372
  [key: string]: any;
1475
1373
  }>[]) | undefined;
1476
- activator?: ((args_0: {
1374
+ activator?: ((arg: {
1477
1375
  isActive: boolean;
1478
1376
  props: Record<string, any>;
1479
1377
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1496,13 +1394,13 @@ declare const VSnackbar: {
1496
1394
  eager: boolean;
1497
1395
  disabled: boolean;
1498
1396
  modelValue: boolean;
1499
- activatorProps: Record<string, any>;
1500
- openOnHover: boolean;
1501
- closeOnContentClick: boolean;
1502
1397
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1503
1398
  updateLocation: (e: Event) => void;
1504
1399
  } | undefined);
1505
1400
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1401
+ activatorProps: Record<string, any>;
1402
+ openOnHover: boolean;
1403
+ closeOnContentClick: boolean;
1506
1404
  closeOnBack: boolean;
1507
1405
  contained: boolean;
1508
1406
  noClickAnimation: boolean;
@@ -1529,43 +1427,33 @@ declare const VSnackbar: {
1529
1427
  attach?: string | boolean | Element | undefined;
1530
1428
  } & {
1531
1429
  $children?: vue.VNodeChild | {
1532
- default?: ((args_0: {
1430
+ default?: ((arg: {
1533
1431
  isActive: vue.Ref<boolean>;
1534
1432
  }) => vue.VNodeChild) | undefined;
1535
- activator?: ((args_0: {
1433
+ activator?: ((arg: {
1536
1434
  isActive: boolean;
1537
1435
  props: Record<string, any>;
1538
1436
  }) => vue.VNodeChild) | undefined;
1539
- } | ((args_0: {
1437
+ } | ((arg: {
1540
1438
  isActive: vue.Ref<boolean>;
1541
1439
  }) => vue.VNodeChild);
1542
1440
  'v-slots'?: {
1543
- default?: false | ((args_0: {
1441
+ default?: false | ((arg: {
1544
1442
  isActive: vue.Ref<boolean>;
1545
1443
  }) => vue.VNodeChild) | undefined;
1546
- activator?: false | ((args_0: {
1444
+ activator?: false | ((arg: {
1547
1445
  isActive: boolean;
1548
1446
  props: Record<string, any>;
1549
1447
  }) => vue.VNodeChild) | undefined;
1550
1448
  } | undefined;
1551
1449
  } & {
1552
- "v-slot:default"?: false | ((args_0: {
1450
+ "v-slot:default"?: false | ((arg: {
1553
1451
  isActive: vue.Ref<boolean>;
1554
1452
  }) => vue.VNodeChild) | undefined;
1555
- "v-slot:activator"?: false | ((args_0: {
1453
+ "v-slot:activator"?: false | ((arg: {
1556
1454
  isActive: boolean;
1557
1455
  props: Record<string, any>;
1558
1456
  }) => vue.VNodeChild) | undefined;
1559
- } & {
1560
- $slots?: {
1561
- default?: ((args_0: {
1562
- isActive: vue.Ref<boolean>;
1563
- }) => vue.VNodeChild) | undefined;
1564
- activator?: ((args_0: {
1565
- isActive: boolean;
1566
- props: Record<string, any>;
1567
- }) => vue.VNodeChild) | undefined;
1568
- } | undefined;
1569
1457
  } & {
1570
1458
  onAfterLeave?: (() => any) | undefined;
1571
1459
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1593,15 +1481,15 @@ declare const VSnackbar: {
1593
1481
  eager: boolean;
1594
1482
  disabled: boolean;
1595
1483
  modelValue: boolean;
1484
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1485
+ updateLocation: (e: Event) => void;
1486
+ } | undefined);
1487
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1596
1488
  activatorProps: Record<string, any>;
1597
1489
  openOnClick: boolean;
1598
1490
  openOnHover: boolean;
1599
1491
  openOnFocus: boolean;
1600
1492
  closeOnContentClick: boolean;
1601
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1602
- updateLocation: (e: Event) => void;
1603
- } | undefined);
1604
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1605
1493
  closeOnBack: boolean;
1606
1494
  contained: boolean;
1607
1495
  noClickAnimation: boolean;
@@ -1609,12 +1497,12 @@ declare const VSnackbar: {
1609
1497
  scrim: string | boolean;
1610
1498
  _disableGlobalStack: boolean;
1611
1499
  }, {}, string, vue.SlotsType<Partial<{
1612
- default: (args_0: {
1500
+ default: (arg: {
1613
1501
  isActive: vue.Ref<boolean>;
1614
1502
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1615
1503
  [key: string]: any;
1616
1504
  }>[];
1617
- activator: (args_0: {
1505
+ activator: (arg: {
1618
1506
  isActive: boolean;
1619
1507
  props: Record<string, any>;
1620
1508
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1652,13 +1540,13 @@ declare const VSnackbar: {
1652
1540
  eager: boolean;
1653
1541
  disabled: boolean;
1654
1542
  modelValue: boolean;
1655
- activatorProps: Record<string, any>;
1656
- openOnHover: boolean;
1657
- closeOnContentClick: boolean;
1658
1543
  locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1659
1544
  updateLocation: (e: Event) => void;
1660
1545
  } | undefined);
1661
1546
  scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1547
+ activatorProps: Record<string, any>;
1548
+ openOnHover: boolean;
1549
+ closeOnContentClick: boolean;
1662
1550
  closeOnBack: boolean;
1663
1551
  contained: boolean;
1664
1552
  noClickAnimation: boolean;
@@ -1685,43 +1573,33 @@ declare const VSnackbar: {
1685
1573
  attach?: string | boolean | Element | undefined;
1686
1574
  } & {
1687
1575
  $children?: vue.VNodeChild | {
1688
- default?: ((args_0: {
1576
+ default?: ((arg: {
1689
1577
  isActive: vue.Ref<boolean>;
1690
1578
  }) => vue.VNodeChild) | undefined;
1691
- activator?: ((args_0: {
1579
+ activator?: ((arg: {
1692
1580
  isActive: boolean;
1693
1581
  props: Record<string, any>;
1694
1582
  }) => vue.VNodeChild) | undefined;
1695
- } | ((args_0: {
1583
+ } | ((arg: {
1696
1584
  isActive: vue.Ref<boolean>;
1697
1585
  }) => vue.VNodeChild);
1698
1586
  'v-slots'?: {
1699
- default?: false | ((args_0: {
1587
+ default?: false | ((arg: {
1700
1588
  isActive: vue.Ref<boolean>;
1701
1589
  }) => vue.VNodeChild) | undefined;
1702
- activator?: false | ((args_0: {
1590
+ activator?: false | ((arg: {
1703
1591
  isActive: boolean;
1704
1592
  props: Record<string, any>;
1705
1593
  }) => vue.VNodeChild) | undefined;
1706
1594
  } | undefined;
1707
1595
  } & {
1708
- "v-slot:default"?: false | ((args_0: {
1596
+ "v-slot:default"?: false | ((arg: {
1709
1597
  isActive: vue.Ref<boolean>;
1710
1598
  }) => vue.VNodeChild) | undefined;
1711
- "v-slot:activator"?: false | ((args_0: {
1599
+ "v-slot:activator"?: false | ((arg: {
1712
1600
  isActive: boolean;
1713
1601
  props: Record<string, any>;
1714
1602
  }) => vue.VNodeChild) | undefined;
1715
- } & {
1716
- $slots?: {
1717
- default?: ((args_0: {
1718
- isActive: vue.Ref<boolean>;
1719
- }) => vue.VNodeChild) | undefined;
1720
- activator?: ((args_0: {
1721
- isActive: boolean;
1722
- props: Record<string, any>;
1723
- }) => vue.VNodeChild) | undefined;
1724
- } | undefined;
1725
1603
  } & {
1726
1604
  onAfterLeave?: (() => any) | undefined;
1727
1605
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1733,7 +1611,7 @@ declare const VSnackbar: {
1733
1611
  globalTop: Readonly<vue.Ref<boolean>>;
1734
1612
  localTop: vue.ComputedRef<boolean>;
1735
1613
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1736
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1614
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1737
1615
  'update:modelValue': (v: boolean) => boolean;
1738
1616
  }, string, {
1739
1617
  absolute: boolean;
@@ -1751,19 +1629,19 @@ declare const VSnackbar: {
1751
1629
  rounded: string | number | boolean;
1752
1630
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1753
1631
  modelValue: boolean;
1632
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1633
+ updateLocation: (e: Event) => void;
1634
+ } | undefined);
1754
1635
  activatorProps: Record<string, any>;
1755
1636
  openOnClick: boolean;
1756
1637
  openOnHover: boolean;
1757
1638
  openOnFocus: boolean;
1758
1639
  closeOnContentClick: boolean;
1759
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1760
- updateLocation: (e: Event) => void;
1761
- } | undefined);
1762
1640
  closeOnBack: boolean;
1763
1641
  contained: boolean;
1764
1642
  multiLine: boolean;
1765
1643
  }, {}, string, vue.SlotsType<Partial<{
1766
- activator: (args_0: {
1644
+ activator: (arg: {
1767
1645
  isActive: boolean;
1768
1646
  props: Record<string, any>;
1769
1647
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1821,6 +1699,13 @@ declare const VSnackbar: {
1821
1699
  contentClass: null;
1822
1700
  modelValue: BooleanConstructor;
1823
1701
  activator: vue.PropType<string | Element | vue.ComponentPublicInstance | undefined>;
1702
+ locationStrategy: {
1703
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1704
+ updateLocation: (e: Event) => void;
1705
+ } | undefined)>;
1706
+ default: string;
1707
+ validator: (val: any) => boolean;
1708
+ };
1824
1709
  closeDelay: (StringConstructor | NumberConstructor)[];
1825
1710
  openDelay: (StringConstructor | NumberConstructor)[];
1826
1711
  activatorProps: {
@@ -1837,13 +1722,6 @@ declare const VSnackbar: {
1837
1722
  default: undefined;
1838
1723
  };
1839
1724
  closeOnContentClick: BooleanConstructor;
1840
- locationStrategy: {
1841
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1842
- updateLocation: (e: Event) => void;
1843
- } | undefined)>;
1844
- default: string;
1845
- validator: (val: any) => boolean;
1846
- };
1847
1725
  closeOnBack: {
1848
1726
  type: BooleanConstructor;
1849
1727
  default: boolean;
@@ -1917,6 +1795,13 @@ declare const VSnackbar: {
1917
1795
  contentClass: null;
1918
1796
  modelValue: BooleanConstructor;
1919
1797
  activator: vue.PropType<string | Element | vue.ComponentPublicInstance | undefined>;
1798
+ locationStrategy: {
1799
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1800
+ updateLocation: (e: Event) => void;
1801
+ } | undefined)>;
1802
+ default: string;
1803
+ validator: (val: any) => boolean;
1804
+ };
1920
1805
  closeDelay: (StringConstructor | NumberConstructor)[];
1921
1806
  openDelay: (StringConstructor | NumberConstructor)[];
1922
1807
  activatorProps: {
@@ -1933,13 +1818,6 @@ declare const VSnackbar: {
1933
1818
  default: undefined;
1934
1819
  };
1935
1820
  closeOnContentClick: BooleanConstructor;
1936
- locationStrategy: {
1937
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1938
- updateLocation: (e: Event) => void;
1939
- } | undefined)>;
1940
- default: string;
1941
- validator: (val: any) => boolean;
1942
- };
1943
1821
  closeOnBack: {
1944
1822
  type: BooleanConstructor;
1945
1823
  default: boolean;