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 } from 'vue';
2
+ import { Ref, EffectScope } 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,1226 +80,73 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
95
80
  } | undefined;
96
81
  };
97
82
 
98
- declare const VSnackbar: {
99
- new (...args: any[]): {
100
- $: vue.ComponentInternalInstance;
101
- $data: {};
102
- $props: Partial<{
103
- absolute: boolean;
104
- location: Anchor;
105
- origin: "auto" | Anchor | "overlap";
106
- transition: string | boolean | (vue.TransitionProps & {
107
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
108
- });
109
- zIndex: string | number;
110
- eager: boolean;
111
- disabled: boolean;
112
- timeout: string | number;
113
- vertical: boolean;
114
- rounded: string | number | boolean;
115
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
116
- modelValue: boolean;
117
- activatorProps: Record<string, any>;
118
- openOnClick: boolean;
119
- openOnHover: boolean;
120
- openOnFocus: boolean;
121
- closeOnContentClick: boolean;
122
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
123
- updateLocation: (e: Event) => void;
124
- } | undefined);
125
- closeOnBack: boolean;
126
- contained: boolean;
127
- multiLine: boolean;
128
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
129
- offset: vue.PropType<string | number | number[] | undefined>;
130
- absolute: BooleanConstructor;
131
- location: {
132
- type: vue.PropType<Anchor>;
133
- default: string;
134
- };
135
- origin: {
136
- type: vue.PropType<"auto" | Anchor | "overlap">;
137
- default: string;
138
- };
139
- height: (StringConstructor | NumberConstructor)[];
140
- width: (StringConstructor | NumberConstructor)[];
141
- maxHeight: (StringConstructor | NumberConstructor)[];
142
- maxWidth: (StringConstructor | NumberConstructor)[];
143
- minHeight: (StringConstructor | NumberConstructor)[];
144
- minWidth: (StringConstructor | NumberConstructor)[];
145
- transition: Omit<{
146
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
147
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
148
- })>;
149
- default: string;
150
- validator: (val: unknown) => boolean;
151
- }, "type" | "default"> & {
152
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
153
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
154
- })>;
155
- default: string | boolean | (vue.TransitionProps & {
156
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
157
- });
158
- };
159
- zIndex: {
160
- type: (StringConstructor | NumberConstructor)[];
161
- default: number;
162
- };
163
- eager: BooleanConstructor;
164
- disabled: BooleanConstructor;
165
- theme: StringConstructor;
166
- contentClass: null;
167
- modelValue: BooleanConstructor;
168
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
169
- closeDelay: (StringConstructor | NumberConstructor)[];
170
- openDelay: (StringConstructor | NumberConstructor)[];
171
- activatorProps: {
172
- type: vue.PropType<Record<string, any>>;
173
- default: () => {};
174
- };
175
- openOnClick: {
176
- type: BooleanConstructor;
177
- default: undefined;
178
- };
179
- openOnHover: BooleanConstructor;
180
- openOnFocus: {
181
- type: BooleanConstructor;
182
- default: undefined;
183
- };
184
- closeOnContentClick: BooleanConstructor;
185
- locationStrategy: {
186
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
187
- updateLocation: (e: Event) => void;
188
- } | undefined)>;
189
- default: string;
190
- validator: (val: any) => boolean;
191
- };
192
- closeOnBack: {
193
- type: BooleanConstructor;
194
- default: boolean;
195
- };
196
- contained: BooleanConstructor;
197
- contentProps: null;
198
- attach: vue.PropType<string | boolean | Element>;
199
- color: StringConstructor;
200
- variant: {
201
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
202
- default: string;
203
- validator: (v: any) => boolean;
204
- };
205
- rounded: {
206
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
207
- default: undefined;
208
- };
209
- position: {
210
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
211
- validator: (v: any) => boolean;
212
- };
213
- multiLine: BooleanConstructor;
214
- timeout: {
215
- type: (StringConstructor | NumberConstructor)[];
216
- default: number;
217
- };
218
- vertical: BooleanConstructor;
219
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
220
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
221
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
222
- $attrs: {
223
- [x: string]: unknown;
224
- };
225
- $refs: {
226
- [x: string]: unknown;
227
- };
228
- $slots: Readonly<{
229
- [name: string]: vue.Slot | undefined;
230
- }>;
231
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
232
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
233
- $emit: (event: "update:modelValue", v: boolean) => void;
234
- $el: any;
235
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
236
- offset: vue.PropType<string | number | number[] | undefined>;
237
- absolute: BooleanConstructor;
238
- location: {
239
- type: vue.PropType<Anchor>;
240
- default: string;
241
- };
242
- origin: {
243
- type: vue.PropType<"auto" | Anchor | "overlap">;
244
- default: string;
245
- };
246
- height: (StringConstructor | NumberConstructor)[];
247
- width: (StringConstructor | NumberConstructor)[];
248
- maxHeight: (StringConstructor | NumberConstructor)[];
249
- maxWidth: (StringConstructor | NumberConstructor)[];
250
- minHeight: (StringConstructor | NumberConstructor)[];
251
- minWidth: (StringConstructor | NumberConstructor)[];
252
- transition: Omit<{
253
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
254
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
255
- })>;
256
- default: string;
257
- validator: (val: unknown) => boolean;
258
- }, "type" | "default"> & {
259
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
260
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
261
- })>;
262
- default: string | boolean | (vue.TransitionProps & {
263
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
264
- });
265
- };
266
- zIndex: {
267
- type: (StringConstructor | NumberConstructor)[];
268
- default: number;
269
- };
270
- eager: BooleanConstructor;
271
- disabled: BooleanConstructor;
272
- theme: StringConstructor;
273
- contentClass: null;
274
- modelValue: BooleanConstructor;
275
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
276
- closeDelay: (StringConstructor | NumberConstructor)[];
277
- openDelay: (StringConstructor | NumberConstructor)[];
278
- activatorProps: {
279
- type: vue.PropType<Record<string, any>>;
280
- default: () => {};
281
- };
282
- openOnClick: {
283
- type: BooleanConstructor;
284
- default: undefined;
285
- };
286
- openOnHover: BooleanConstructor;
287
- openOnFocus: {
288
- type: BooleanConstructor;
289
- default: undefined;
290
- };
291
- closeOnContentClick: BooleanConstructor;
292
- locationStrategy: {
293
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
294
- updateLocation: (e: Event) => void;
295
- } | undefined)>;
296
- default: string;
297
- validator: (val: any) => boolean;
298
- };
299
- closeOnBack: {
300
- type: BooleanConstructor;
301
- default: boolean;
302
- };
303
- contained: BooleanConstructor;
304
- contentProps: null;
305
- attach: vue.PropType<string | boolean | Element>;
306
- color: StringConstructor;
307
- variant: {
308
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
309
- default: string;
310
- validator: (v: any) => boolean;
311
- };
312
- rounded: {
313
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
314
- default: undefined;
315
- };
316
- position: {
317
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
318
- validator: (v: any) => boolean;
319
- };
320
- multiLine: BooleanConstructor;
321
- timeout: {
322
- type: (StringConstructor | NumberConstructor)[];
323
- default: number;
324
- };
325
- vertical: BooleanConstructor;
326
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
327
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
328
- }, Omit<Omit<{
329
- $: vue.ComponentInternalInstance;
330
- $data: {};
331
- $props: Partial<{
332
- absolute: boolean;
333
- location: Anchor;
334
- origin: "auto" | Anchor | "overlap";
335
- transition: string | boolean | (vue.TransitionProps & {
336
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
337
- });
338
- zIndex: string | number;
339
- eager: boolean;
340
- disabled: boolean;
341
- modelValue: boolean;
342
- activatorProps: Record<string, any>;
343
- openOnClick: boolean;
344
- openOnHover: boolean;
345
- openOnFocus: boolean;
346
- closeOnContentClick: boolean;
347
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
348
- updateLocation: (e: Event) => void;
349
- } | undefined);
350
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
351
- closeOnBack: boolean;
352
- contained: boolean;
353
- noClickAnimation: boolean;
354
- persistent: boolean;
355
- scrim: string | boolean;
356
- _disableGlobalStack: boolean;
357
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
358
- transition: {
359
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
360
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
361
- })>;
362
- default: string;
363
- validator: (val: unknown) => boolean;
364
- };
365
- theme: StringConstructor;
366
- scrollStrategy: {
367
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
368
- default: string;
369
- validator: (val: any) => boolean;
370
- };
371
- locationStrategy: {
372
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
373
- updateLocation: (e: Event) => void;
374
- } | undefined)>;
375
- default: string;
376
- validator: (val: any) => boolean;
377
- };
378
- location: {
379
- type: vue.PropType<Anchor>;
380
- default: string;
381
- };
382
- origin: {
383
- type: vue.PropType<"auto" | Anchor | "overlap">;
384
- default: string;
385
- };
386
- offset: vue.PropType<string | number | number[] | undefined>;
387
- eager: BooleanConstructor;
388
- height: (StringConstructor | NumberConstructor)[];
389
- maxHeight: (StringConstructor | NumberConstructor)[];
390
- maxWidth: (StringConstructor | NumberConstructor)[];
391
- minHeight: (StringConstructor | NumberConstructor)[];
392
- minWidth: (StringConstructor | NumberConstructor)[];
393
- width: (StringConstructor | NumberConstructor)[];
394
- closeDelay: (StringConstructor | NumberConstructor)[];
395
- openDelay: (StringConstructor | NumberConstructor)[];
396
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
397
- activatorProps: {
398
- type: vue.PropType<Record<string, any>>;
399
- default: () => {};
400
- };
401
- openOnClick: {
402
- type: BooleanConstructor;
403
- default: undefined;
404
- };
405
- openOnHover: BooleanConstructor;
406
- openOnFocus: {
407
- type: BooleanConstructor;
408
- default: undefined;
409
- };
410
- closeOnContentClick: BooleanConstructor;
411
- absolute: BooleanConstructor;
412
- attach: vue.PropType<string | boolean | Element>;
413
- closeOnBack: {
414
- type: BooleanConstructor;
415
- default: boolean;
416
- };
417
- contained: BooleanConstructor;
418
- contentClass: null;
419
- contentProps: null;
420
- disabled: BooleanConstructor;
421
- noClickAnimation: BooleanConstructor;
422
- modelValue: BooleanConstructor;
423
- persistent: BooleanConstructor;
424
- scrim: {
425
- type: (StringConstructor | BooleanConstructor)[];
426
- default: boolean;
427
- };
428
- zIndex: {
429
- type: (StringConstructor | NumberConstructor)[];
430
- default: number;
431
- };
432
- _disableGlobalStack: BooleanConstructor;
433
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
434
- onAfterLeave?: (() => any) | undefined;
435
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
436
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
437
- } & 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">;
438
- $attrs: {
439
- [x: string]: unknown;
440
- };
441
- $refs: {
442
- [x: string]: unknown;
443
- };
444
- $slots: Readonly<{
445
- [name: string]: vue.Slot | undefined;
446
- }>;
447
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
448
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
449
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
450
- $el: any;
451
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
452
- transition: {
453
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
454
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
455
- })>;
456
- default: string;
457
- validator: (val: unknown) => boolean;
458
- };
459
- theme: StringConstructor;
460
- scrollStrategy: {
461
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
462
- default: string;
463
- validator: (val: any) => boolean;
464
- };
465
- locationStrategy: {
466
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
467
- updateLocation: (e: Event) => void;
468
- } | undefined)>;
469
- default: string;
470
- validator: (val: any) => boolean;
471
- };
472
- location: {
473
- type: vue.PropType<Anchor>;
474
- default: string;
475
- };
476
- origin: {
477
- type: vue.PropType<"auto" | Anchor | "overlap">;
478
- default: string;
479
- };
480
- offset: vue.PropType<string | number | number[] | undefined>;
481
- eager: BooleanConstructor;
482
- height: (StringConstructor | NumberConstructor)[];
483
- maxHeight: (StringConstructor | NumberConstructor)[];
484
- maxWidth: (StringConstructor | NumberConstructor)[];
485
- minHeight: (StringConstructor | NumberConstructor)[];
486
- minWidth: (StringConstructor | NumberConstructor)[];
487
- width: (StringConstructor | NumberConstructor)[];
488
- closeDelay: (StringConstructor | NumberConstructor)[];
489
- openDelay: (StringConstructor | NumberConstructor)[];
490
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
491
- activatorProps: {
492
- type: vue.PropType<Record<string, any>>;
493
- default: () => {};
494
- };
495
- openOnClick: {
496
- type: BooleanConstructor;
497
- default: undefined;
498
- };
499
- openOnHover: BooleanConstructor;
500
- openOnFocus: {
501
- type: BooleanConstructor;
502
- default: undefined;
503
- };
504
- closeOnContentClick: BooleanConstructor;
505
- absolute: BooleanConstructor;
506
- attach: vue.PropType<string | boolean | Element>;
507
- closeOnBack: {
508
- type: BooleanConstructor;
509
- default: boolean;
510
- };
511
- contained: BooleanConstructor;
512
- contentClass: null;
513
- contentProps: null;
514
- disabled: BooleanConstructor;
515
- noClickAnimation: BooleanConstructor;
516
- modelValue: BooleanConstructor;
517
- persistent: BooleanConstructor;
518
- scrim: {
519
- type: (StringConstructor | BooleanConstructor)[];
520
- default: boolean;
521
- };
522
- zIndex: {
523
- type: (StringConstructor | NumberConstructor)[];
524
- default: number;
525
- };
526
- _disableGlobalStack: BooleanConstructor;
527
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
528
- onAfterLeave?: (() => any) | undefined;
529
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
530
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
531
- }, {
532
- activatorEl: vue.Ref<HTMLElement | undefined>;
533
- animateClick: () => void;
534
- contentEl: vue.Ref<HTMLElement | undefined>;
535
- globalTop: Readonly<vue.Ref<boolean>>;
536
- localTop: vue.ComputedRef<boolean>;
537
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
538
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
539
- 'click:outside': (e: MouseEvent) => boolean;
540
- 'update:modelValue': (value: boolean) => boolean;
541
- afterLeave: () => boolean;
542
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
543
- absolute: boolean;
544
- location: Anchor;
545
- origin: "auto" | Anchor | "overlap";
546
- transition: string | boolean | (vue.TransitionProps & {
547
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
548
- });
549
- zIndex: string | number;
550
- eager: boolean;
551
- disabled: boolean;
552
- modelValue: boolean;
553
- activatorProps: Record<string, any>;
554
- openOnClick: boolean;
555
- openOnHover: boolean;
556
- openOnFocus: boolean;
557
- closeOnContentClick: boolean;
558
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
559
- updateLocation: (e: Event) => void;
560
- } | undefined);
561
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
562
- closeOnBack: boolean;
563
- contained: boolean;
564
- noClickAnimation: boolean;
565
- persistent: boolean;
566
- scrim: string | boolean;
567
- _disableGlobalStack: boolean;
568
- }> & {
569
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
570
- created?: ((() => void) | (() => void)[]) | undefined;
571
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
572
- mounted?: ((() => void) | (() => void)[]) | undefined;
573
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
574
- updated?: ((() => void) | (() => void)[]) | undefined;
575
- activated?: ((() => void) | (() => void)[]) | undefined;
576
- deactivated?: ((() => void) | (() => void)[]) | undefined;
577
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
578
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
579
- destroyed?: ((() => void) | (() => void)[]) | undefined;
580
- unmounted?: ((() => void) | (() => void)[]) | undefined;
581
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
582
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
583
- 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;
584
- };
585
- $forceUpdate: () => void;
586
- $nextTick: typeof vue.nextTick;
587
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
588
- } & Readonly<vue.ExtractPropTypes<Omit<{
589
- transition: {
590
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
591
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
592
- })>;
593
- default: string;
594
- validator: (val: unknown) => boolean;
595
- };
596
- theme: StringConstructor;
597
- scrollStrategy: {
598
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
599
- default: string;
600
- validator: (val: any) => boolean;
601
- };
602
- locationStrategy: {
603
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
604
- updateLocation: (e: Event) => void;
605
- } | undefined)>;
606
- default: string;
607
- validator: (val: any) => boolean;
608
- };
609
- location: {
610
- type: vue.PropType<Anchor>;
611
- default: string;
612
- };
613
- origin: {
614
- type: vue.PropType<"auto" | Anchor | "overlap">;
615
- default: string;
616
- };
617
- offset: vue.PropType<string | number | number[] | undefined>;
618
- eager: BooleanConstructor;
619
- height: (StringConstructor | NumberConstructor)[];
620
- maxHeight: (StringConstructor | NumberConstructor)[];
621
- maxWidth: (StringConstructor | NumberConstructor)[];
622
- minHeight: (StringConstructor | NumberConstructor)[];
623
- minWidth: (StringConstructor | NumberConstructor)[];
624
- width: (StringConstructor | NumberConstructor)[];
625
- closeDelay: (StringConstructor | NumberConstructor)[];
626
- openDelay: (StringConstructor | NumberConstructor)[];
627
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
628
- activatorProps: {
629
- type: vue.PropType<Record<string, any>>;
630
- default: () => {};
631
- };
632
- openOnClick: {
633
- type: BooleanConstructor;
634
- default: undefined;
635
- };
636
- openOnHover: BooleanConstructor;
637
- openOnFocus: {
638
- type: BooleanConstructor;
639
- default: undefined;
640
- };
641
- closeOnContentClick: BooleanConstructor;
642
- absolute: BooleanConstructor;
643
- attach: vue.PropType<string | boolean | Element>;
644
- closeOnBack: {
645
- type: BooleanConstructor;
646
- default: boolean;
647
- };
648
- contained: BooleanConstructor;
649
- contentClass: null;
650
- contentProps: null;
651
- disabled: BooleanConstructor;
652
- noClickAnimation: BooleanConstructor;
653
- modelValue: BooleanConstructor;
654
- persistent: BooleanConstructor;
655
- scrim: {
656
- type: (StringConstructor | BooleanConstructor)[];
657
- default: boolean;
658
- };
659
- zIndex: {
660
- type: (StringConstructor | NumberConstructor)[];
661
- default: number;
662
- };
663
- _disableGlobalStack: BooleanConstructor;
664
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
665
- onAfterLeave?: (() => any) | undefined;
666
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
667
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
668
- } & vue.ShallowUnwrapRef<{
669
- activatorEl: vue.Ref<HTMLElement | undefined>;
670
- animateClick: () => void;
671
- contentEl: vue.Ref<HTMLElement | undefined>;
672
- globalTop: Readonly<vue.Ref<boolean>>;
673
- localTop: vue.ComputedRef<boolean>;
674
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
675
- }> & {} & vue.ComponentCustomProperties & {
676
- $props: {
677
- $children?: {} | vue.VNodeChild | {
678
- default?: ((args_0: {
679
- isActive: vue.Ref<boolean>;
680
- }) => vue.VNodeChild) | undefined;
681
- activator?: ((args_0: {
682
- isActive: boolean;
683
- props: Record<string, any>;
684
- }) => vue.VNodeChild) | undefined;
685
- };
686
- 'v-slots'?: {
687
- default?: false | ((args_0: {
688
- isActive: vue.Ref<boolean>;
689
- }) => vue.VNodeChild) | undefined;
690
- activator?: false | ((args_0: {
691
- isActive: boolean;
692
- props: Record<string, any>;
693
- }) => vue.VNodeChild) | undefined;
694
- } | undefined;
695
- } & {
696
- "v-slot:default"?: false | ((args_0: {
697
- isActive: vue.Ref<boolean>;
698
- }) => vue.VNodeChild) | undefined;
699
- "v-slot:activator"?: false | ((args_0: {
700
- isActive: boolean;
701
- props: Record<string, any>;
702
- }) => vue.VNodeChild) | undefined;
703
- };
704
- }, "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<{
705
- 'update:modelValue': (v: boolean) => boolean;
706
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">, string, {
707
- absolute: boolean;
708
- location: Anchor;
709
- origin: "auto" | Anchor | "overlap";
710
- transition: string | boolean | (vue.TransitionProps & {
711
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
712
- });
713
- zIndex: string | number;
714
- eager: boolean;
715
- disabled: boolean;
716
- timeout: string | number;
717
- vertical: boolean;
718
- rounded: string | number | boolean;
719
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
720
- modelValue: boolean;
721
- activatorProps: Record<string, any>;
722
- openOnClick: boolean;
723
- openOnHover: boolean;
724
- openOnFocus: boolean;
725
- closeOnContentClick: boolean;
726
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
727
- updateLocation: (e: Event) => void;
728
- } | undefined);
729
- closeOnBack: boolean;
730
- contained: boolean;
731
- multiLine: boolean;
732
- }> & {
733
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
734
- created?: ((() => void) | (() => void)[]) | undefined;
735
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
736
- mounted?: ((() => void) | (() => void)[]) | undefined;
737
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
738
- updated?: ((() => void) | (() => void)[]) | undefined;
739
- activated?: ((() => void) | (() => void)[]) | undefined;
740
- deactivated?: ((() => void) | (() => void)[]) | undefined;
741
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
742
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
743
- destroyed?: ((() => void) | (() => void)[]) | undefined;
744
- unmounted?: ((() => void) | (() => void)[]) | undefined;
745
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
746
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
747
- 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;
748
- };
749
- $forceUpdate: () => void;
750
- $nextTick: typeof vue.nextTick;
751
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
752
- } & Readonly<vue.ExtractPropTypes<Omit<{
753
- offset: vue.PropType<string | number | number[] | undefined>;
754
- absolute: BooleanConstructor;
755
- location: {
756
- type: vue.PropType<Anchor>;
757
- default: string;
758
- };
759
- origin: {
760
- type: vue.PropType<"auto" | Anchor | "overlap">;
761
- default: string;
762
- };
763
- height: (StringConstructor | NumberConstructor)[];
764
- width: (StringConstructor | NumberConstructor)[];
765
- maxHeight: (StringConstructor | NumberConstructor)[];
766
- maxWidth: (StringConstructor | NumberConstructor)[];
767
- minHeight: (StringConstructor | NumberConstructor)[];
768
- minWidth: (StringConstructor | NumberConstructor)[];
769
- transition: Omit<{
770
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
771
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
772
- })>;
773
- default: string;
774
- validator: (val: unknown) => boolean;
775
- }, "type" | "default"> & {
776
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
777
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
778
- })>;
779
- default: string | boolean | (vue.TransitionProps & {
780
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
781
- });
782
- };
783
- zIndex: {
784
- type: (StringConstructor | NumberConstructor)[];
785
- default: number;
786
- };
787
- eager: BooleanConstructor;
788
- disabled: BooleanConstructor;
789
- theme: StringConstructor;
790
- contentClass: null;
791
- modelValue: BooleanConstructor;
792
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
793
- closeDelay: (StringConstructor | NumberConstructor)[];
794
- openDelay: (StringConstructor | NumberConstructor)[];
795
- activatorProps: {
796
- type: vue.PropType<Record<string, any>>;
797
- default: () => {};
798
- };
799
- openOnClick: {
800
- type: BooleanConstructor;
801
- default: undefined;
802
- };
803
- openOnHover: BooleanConstructor;
804
- openOnFocus: {
805
- type: BooleanConstructor;
806
- default: undefined;
807
- };
808
- closeOnContentClick: BooleanConstructor;
809
- locationStrategy: {
810
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
811
- updateLocation: (e: Event) => void;
812
- } | undefined)>;
813
- default: string;
814
- validator: (val: any) => boolean;
815
- };
816
- closeOnBack: {
817
- type: BooleanConstructor;
818
- default: boolean;
819
- };
820
- contained: BooleanConstructor;
821
- contentProps: null;
822
- attach: vue.PropType<string | boolean | Element>;
823
- color: StringConstructor;
824
- variant: {
825
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
826
- default: string;
827
- validator: (v: any) => boolean;
828
- };
829
- rounded: {
830
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
831
- default: undefined;
832
- };
833
- position: {
834
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
835
- validator: (v: any) => boolean;
836
- };
837
- multiLine: BooleanConstructor;
838
- timeout: {
839
- type: (StringConstructor | NumberConstructor)[];
840
- default: number;
841
- };
842
- vertical: BooleanConstructor;
843
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
844
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
845
- } & vue.ShallowUnwrapRef<Omit<Omit<{
846
- $: vue.ComponentInternalInstance;
847
- $data: {};
848
- $props: Partial<{
849
- absolute: boolean;
850
- location: Anchor;
851
- origin: "auto" | Anchor | "overlap";
852
- transition: string | boolean | (vue.TransitionProps & {
853
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
854
- });
855
- zIndex: string | number;
856
- eager: boolean;
857
- disabled: boolean;
858
- modelValue: boolean;
859
- activatorProps: Record<string, any>;
860
- openOnClick: boolean;
861
- openOnHover: boolean;
862
- openOnFocus: boolean;
863
- closeOnContentClick: boolean;
864
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
865
- updateLocation: (e: Event) => void;
866
- } | undefined);
867
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
868
- closeOnBack: boolean;
869
- contained: boolean;
870
- noClickAnimation: boolean;
871
- persistent: boolean;
872
- scrim: string | boolean;
873
- _disableGlobalStack: boolean;
874
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
875
- transition: {
876
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
877
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
878
- })>;
879
- default: string;
880
- validator: (val: unknown) => boolean;
881
- };
882
- theme: StringConstructor;
883
- scrollStrategy: {
884
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
885
- default: string;
886
- validator: (val: any) => boolean;
887
- };
888
- locationStrategy: {
889
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
890
- updateLocation: (e: Event) => void;
891
- } | undefined)>;
892
- default: string;
893
- validator: (val: any) => boolean;
894
- };
895
- location: {
896
- type: vue.PropType<Anchor>;
897
- default: string;
898
- };
899
- origin: {
900
- type: vue.PropType<"auto" | Anchor | "overlap">;
901
- default: string;
902
- };
903
- offset: vue.PropType<string | number | number[] | undefined>;
904
- eager: BooleanConstructor;
905
- height: (StringConstructor | NumberConstructor)[];
906
- maxHeight: (StringConstructor | NumberConstructor)[];
907
- maxWidth: (StringConstructor | NumberConstructor)[];
908
- minHeight: (StringConstructor | NumberConstructor)[];
909
- minWidth: (StringConstructor | NumberConstructor)[];
910
- width: (StringConstructor | NumberConstructor)[];
911
- closeDelay: (StringConstructor | NumberConstructor)[];
912
- openDelay: (StringConstructor | NumberConstructor)[];
913
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
914
- activatorProps: {
915
- type: vue.PropType<Record<string, any>>;
916
- default: () => {};
917
- };
918
- openOnClick: {
919
- type: BooleanConstructor;
920
- default: undefined;
921
- };
922
- openOnHover: BooleanConstructor;
923
- openOnFocus: {
924
- type: BooleanConstructor;
925
- default: undefined;
926
- };
927
- closeOnContentClick: BooleanConstructor;
928
- absolute: BooleanConstructor;
929
- attach: vue.PropType<string | boolean | Element>;
930
- closeOnBack: {
931
- type: BooleanConstructor;
932
- default: boolean;
933
- };
934
- contained: BooleanConstructor;
935
- contentClass: null;
936
- contentProps: null;
937
- disabled: BooleanConstructor;
938
- noClickAnimation: BooleanConstructor;
939
- modelValue: BooleanConstructor;
940
- persistent: BooleanConstructor;
941
- scrim: {
942
- type: (StringConstructor | BooleanConstructor)[];
943
- default: boolean;
944
- };
945
- zIndex: {
946
- type: (StringConstructor | NumberConstructor)[];
947
- default: number;
948
- };
949
- _disableGlobalStack: BooleanConstructor;
950
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
951
- onAfterLeave?: (() => any) | undefined;
952
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
953
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
954
- } & 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">;
955
- $attrs: {
956
- [x: string]: unknown;
957
- };
958
- $refs: {
959
- [x: string]: unknown;
960
- };
961
- $slots: Readonly<{
962
- [name: string]: vue.Slot | undefined;
963
- }>;
964
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
965
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
966
- $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
967
- $el: any;
968
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
969
- transition: {
970
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
971
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
972
- })>;
973
- default: string;
974
- validator: (val: unknown) => boolean;
975
- };
976
- theme: StringConstructor;
977
- scrollStrategy: {
978
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
979
- default: string;
980
- validator: (val: any) => boolean;
981
- };
982
- locationStrategy: {
983
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
984
- updateLocation: (e: Event) => void;
985
- } | undefined)>;
986
- default: string;
987
- validator: (val: any) => boolean;
988
- };
989
- location: {
990
- type: vue.PropType<Anchor>;
991
- default: string;
992
- };
993
- origin: {
994
- type: vue.PropType<"auto" | Anchor | "overlap">;
995
- default: string;
996
- };
997
- offset: vue.PropType<string | number | number[] | undefined>;
998
- eager: BooleanConstructor;
999
- height: (StringConstructor | NumberConstructor)[];
1000
- maxHeight: (StringConstructor | NumberConstructor)[];
1001
- maxWidth: (StringConstructor | NumberConstructor)[];
1002
- minHeight: (StringConstructor | NumberConstructor)[];
1003
- minWidth: (StringConstructor | NumberConstructor)[];
1004
- width: (StringConstructor | NumberConstructor)[];
1005
- closeDelay: (StringConstructor | NumberConstructor)[];
1006
- openDelay: (StringConstructor | NumberConstructor)[];
1007
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1008
- activatorProps: {
1009
- type: vue.PropType<Record<string, any>>;
1010
- default: () => {};
1011
- };
1012
- openOnClick: {
1013
- type: BooleanConstructor;
1014
- default: undefined;
1015
- };
1016
- openOnHover: BooleanConstructor;
1017
- openOnFocus: {
1018
- type: BooleanConstructor;
1019
- default: undefined;
1020
- };
1021
- closeOnContentClick: BooleanConstructor;
1022
- absolute: BooleanConstructor;
1023
- attach: vue.PropType<string | boolean | Element>;
1024
- closeOnBack: {
1025
- type: BooleanConstructor;
1026
- default: boolean;
1027
- };
1028
- contained: BooleanConstructor;
1029
- contentClass: null;
1030
- contentProps: null;
1031
- disabled: BooleanConstructor;
1032
- noClickAnimation: BooleanConstructor;
1033
- modelValue: BooleanConstructor;
1034
- persistent: BooleanConstructor;
1035
- scrim: {
1036
- type: (StringConstructor | BooleanConstructor)[];
1037
- default: boolean;
1038
- };
1039
- zIndex: {
1040
- type: (StringConstructor | NumberConstructor)[];
1041
- default: number;
1042
- };
1043
- _disableGlobalStack: BooleanConstructor;
1044
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1045
- onAfterLeave?: (() => any) | undefined;
1046
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1047
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1048
- }, {
1049
- activatorEl: vue.Ref<HTMLElement | undefined>;
1050
- animateClick: () => void;
1051
- contentEl: vue.Ref<HTMLElement | undefined>;
1052
- globalTop: Readonly<vue.Ref<boolean>>;
1053
- localTop: vue.ComputedRef<boolean>;
1054
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1055
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1056
- 'click:outside': (e: MouseEvent) => boolean;
1057
- 'update:modelValue': (value: boolean) => boolean;
1058
- afterLeave: () => boolean;
1059
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
1060
- absolute: boolean;
1061
- location: Anchor;
1062
- origin: "auto" | Anchor | "overlap";
1063
- transition: string | boolean | (vue.TransitionProps & {
1064
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1065
- });
1066
- zIndex: string | number;
1067
- eager: boolean;
1068
- disabled: boolean;
1069
- modelValue: boolean;
1070
- activatorProps: Record<string, any>;
1071
- openOnClick: boolean;
1072
- openOnHover: boolean;
1073
- openOnFocus: boolean;
1074
- closeOnContentClick: boolean;
1075
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1076
- updateLocation: (e: Event) => void;
1077
- } | undefined);
1078
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1079
- closeOnBack: boolean;
1080
- contained: boolean;
1081
- noClickAnimation: boolean;
1082
- persistent: boolean;
1083
- scrim: string | boolean;
1084
- _disableGlobalStack: boolean;
1085
- }> & {
1086
- beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1087
- created?: ((() => void) | (() => void)[]) | undefined;
1088
- beforeMount?: ((() => void) | (() => void)[]) | undefined;
1089
- mounted?: ((() => void) | (() => void)[]) | undefined;
1090
- beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1091
- updated?: ((() => void) | (() => void)[]) | undefined;
1092
- activated?: ((() => void) | (() => void)[]) | undefined;
1093
- deactivated?: ((() => void) | (() => void)[]) | undefined;
1094
- beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1095
- beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1096
- destroyed?: ((() => void) | (() => void)[]) | undefined;
1097
- unmounted?: ((() => void) | (() => void)[]) | undefined;
1098
- renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1099
- renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1100
- 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;
1101
- };
1102
- $forceUpdate: () => void;
1103
- $nextTick: typeof vue.nextTick;
1104
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1105
- } & Readonly<vue.ExtractPropTypes<Omit<{
1106
- transition: {
1107
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1108
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1109
- })>;
1110
- default: string;
1111
- validator: (val: unknown) => boolean;
1112
- };
1113
- theme: StringConstructor;
1114
- scrollStrategy: {
1115
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1116
- default: string;
1117
- validator: (val: any) => boolean;
1118
- };
1119
- locationStrategy: {
1120
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1121
- updateLocation: (e: Event) => void;
1122
- } | undefined)>;
1123
- default: string;
1124
- validator: (val: any) => boolean;
1125
- };
1126
- location: {
1127
- type: vue.PropType<Anchor>;
1128
- default: string;
1129
- };
1130
- origin: {
1131
- type: vue.PropType<"auto" | Anchor | "overlap">;
1132
- default: string;
1133
- };
1134
- offset: vue.PropType<string | number | number[] | undefined>;
1135
- eager: BooleanConstructor;
1136
- height: (StringConstructor | NumberConstructor)[];
1137
- maxHeight: (StringConstructor | NumberConstructor)[];
1138
- maxWidth: (StringConstructor | NumberConstructor)[];
1139
- minHeight: (StringConstructor | NumberConstructor)[];
1140
- minWidth: (StringConstructor | NumberConstructor)[];
1141
- width: (StringConstructor | NumberConstructor)[];
1142
- closeDelay: (StringConstructor | NumberConstructor)[];
1143
- openDelay: (StringConstructor | NumberConstructor)[];
1144
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1145
- activatorProps: {
1146
- type: vue.PropType<Record<string, any>>;
1147
- default: () => {};
1148
- };
1149
- openOnClick: {
1150
- type: BooleanConstructor;
1151
- default: undefined;
1152
- };
1153
- openOnHover: BooleanConstructor;
1154
- openOnFocus: {
1155
- type: BooleanConstructor;
1156
- default: undefined;
1157
- };
1158
- closeOnContentClick: BooleanConstructor;
1159
- absolute: BooleanConstructor;
1160
- attach: vue.PropType<string | boolean | Element>;
1161
- closeOnBack: {
1162
- type: BooleanConstructor;
1163
- default: boolean;
1164
- };
1165
- contained: BooleanConstructor;
1166
- contentClass: null;
1167
- contentProps: null;
1168
- disabled: BooleanConstructor;
1169
- noClickAnimation: BooleanConstructor;
1170
- modelValue: BooleanConstructor;
1171
- persistent: BooleanConstructor;
1172
- scrim: {
1173
- type: (StringConstructor | BooleanConstructor)[];
1174
- default: boolean;
1175
- };
1176
- zIndex: {
1177
- type: (StringConstructor | NumberConstructor)[];
1178
- default: number;
1179
- };
1180
- _disableGlobalStack: BooleanConstructor;
1181
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
1182
- onAfterLeave?: (() => any) | undefined;
1183
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1184
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1185
- } & vue.ShallowUnwrapRef<{
1186
- activatorEl: vue.Ref<HTMLElement | undefined>;
1187
- animateClick: () => void;
1188
- contentEl: vue.Ref<HTMLElement | undefined>;
1189
- globalTop: Readonly<vue.Ref<boolean>>;
1190
- localTop: vue.ComputedRef<boolean>;
1191
- updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1192
- }> & {} & vue.ComponentCustomProperties & {
1193
- $props: {
1194
- $children?: {} | vue.VNodeChild | {
1195
- default?: ((args_0: {
1196
- isActive: vue.Ref<boolean>;
1197
- }) => vue.VNodeChild) | undefined;
1198
- activator?: ((args_0: {
1199
- isActive: boolean;
1200
- props: Record<string, any>;
1201
- }) => vue.VNodeChild) | undefined;
1202
- };
1203
- 'v-slots'?: {
1204
- default?: false | ((args_0: {
1205
- isActive: vue.Ref<boolean>;
1206
- }) => vue.VNodeChild) | undefined;
1207
- activator?: false | ((args_0: {
1208
- isActive: boolean;
1209
- props: Record<string, any>;
1210
- }) => vue.VNodeChild) | undefined;
1211
- } | undefined;
1212
- } & {
1213
- "v-slot:default"?: false | ((args_0: {
1214
- isActive: vue.Ref<boolean>;
1215
- }) => vue.VNodeChild) | undefined;
1216
- "v-slot:activator"?: false | ((args_0: {
1217
- isActive: boolean;
1218
- props: Record<string, any>;
1219
- }) => vue.VNodeChild) | undefined;
1220
- };
1221
- }, "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;
1222
- __isFragment?: undefined;
1223
- __isTeleport?: undefined;
1224
- __isSuspense?: undefined;
1225
- } & vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1226
- offset: vue.PropType<string | number | number[] | undefined>;
1227
- absolute: BooleanConstructor;
1228
- location: {
1229
- type: vue.PropType<Anchor>;
1230
- default: string;
1231
- };
1232
- origin: {
1233
- type: vue.PropType<"auto" | Anchor | "overlap">;
1234
- default: string;
1235
- };
1236
- height: (StringConstructor | NumberConstructor)[];
1237
- width: (StringConstructor | NumberConstructor)[];
1238
- maxHeight: (StringConstructor | NumberConstructor)[];
1239
- maxWidth: (StringConstructor | NumberConstructor)[];
1240
- minHeight: (StringConstructor | NumberConstructor)[];
1241
- minWidth: (StringConstructor | NumberConstructor)[];
1242
- transition: Omit<{
1243
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1244
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1245
- })>;
1246
- default: string;
1247
- validator: (val: unknown) => boolean;
1248
- }, "type" | "default"> & {
1249
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1250
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1251
- })>;
1252
- default: string | boolean | (vue.TransitionProps & {
1253
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1254
- });
1255
- };
1256
- zIndex: {
1257
- type: (StringConstructor | NumberConstructor)[];
1258
- default: number;
1259
- };
1260
- eager: BooleanConstructor;
1261
- disabled: BooleanConstructor;
1262
- theme: StringConstructor;
1263
- contentClass: null;
1264
- modelValue: BooleanConstructor;
1265
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1266
- closeDelay: (StringConstructor | NumberConstructor)[];
1267
- openDelay: (StringConstructor | NumberConstructor)[];
1268
- activatorProps: {
1269
- type: vue.PropType<Record<string, any>>;
1270
- default: () => {};
1271
- };
1272
- openOnClick: {
1273
- type: BooleanConstructor;
1274
- default: undefined;
1275
- };
1276
- openOnHover: BooleanConstructor;
1277
- openOnFocus: {
1278
- type: BooleanConstructor;
1279
- default: undefined;
1280
- };
1281
- closeOnContentClick: BooleanConstructor;
1282
- locationStrategy: {
1283
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1284
- updateLocation: (e: Event) => void;
1285
- } | undefined)>;
1286
- default: string;
1287
- validator: (val: any) => boolean;
1288
- };
1289
- closeOnBack: {
1290
- type: BooleanConstructor;
1291
- default: boolean;
1292
- };
1293
- contained: BooleanConstructor;
1294
- contentProps: null;
1295
- attach: vue.PropType<string | boolean | Element>;
1296
- color: StringConstructor;
1297
- variant: {
1298
- type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1299
- default: string;
1300
- validator: (v: any) => boolean;
1301
- };
1302
- rounded: {
1303
- type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1304
- default: undefined;
1305
- };
1306
- position: {
1307
- type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
1308
- validator: (v: any) => boolean;
1309
- };
1310
- multiLine: BooleanConstructor;
1311
- timeout: {
1312
- type: (StringConstructor | NumberConstructor)[];
1313
- default: number;
83
+ declare const VSnackbar: vue.DefineComponent<{
84
+ absolute: boolean;
85
+ location: Anchor;
86
+ origin: "auto" | Anchor | "overlap";
87
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
88
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
89
+ })>;
90
+ zIndex: string | number;
91
+ eager: boolean;
92
+ disabled: boolean;
93
+ timeout: string | number;
94
+ vertical: boolean;
95
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
96
+ modelValue: boolean;
97
+ activatorProps: Record<string, any>;
98
+ openOnHover: boolean;
99
+ closeOnContentClick: boolean;
100
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
101
+ updateLocation: (e: Event) => void;
102
+ } | undefined);
103
+ closeOnBack: boolean;
104
+ contained: boolean;
105
+ multiLine: boolean;
106
+ } & {
107
+ offset?: string | number | number[] | undefined;
108
+ height?: string | number | undefined;
109
+ width?: string | number | undefined;
110
+ color?: string | undefined;
111
+ maxHeight?: string | number | undefined;
112
+ maxWidth?: string | number | undefined;
113
+ minHeight?: string | number | undefined;
114
+ minWidth?: string | number | undefined;
115
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
116
+ theme?: string | undefined;
117
+ contentClass?: any;
118
+ rounded?: string | number | boolean | undefined;
119
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
120
+ closeDelay?: string | number | undefined;
121
+ openDelay?: string | number | undefined;
122
+ openOnClick?: boolean | undefined;
123
+ openOnFocus?: boolean | undefined;
124
+ contentProps?: any;
125
+ attach?: string | boolean | Element | undefined;
126
+ } & {
127
+ $children?: {} | vue.VNodeChild | {
128
+ activator?: ((args_0: {
129
+ isActive: boolean;
130
+ props: Record<string, any>;
131
+ }) => vue.VNodeChild) | undefined;
132
+ default?: (() => vue.VNodeChild) | undefined;
133
+ actions?: (() => vue.VNodeChild) | undefined;
1314
134
  };
1315
- vertical: BooleanConstructor;
1316
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">>> & {
1317
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
135
+ 'v-slots'?: {
136
+ activator?: false | ((args_0: {
137
+ isActive: boolean;
138
+ props: Record<string, any>;
139
+ }) => vue.VNodeChild) | undefined;
140
+ default?: false | (() => vue.VNodeChild) | undefined;
141
+ actions?: false | (() => vue.VNodeChild) | undefined;
142
+ } | undefined;
143
+ } & {
144
+ "v-slot:activator"?: false | ((args_0: {
145
+ isActive: boolean;
146
+ props: Record<string, any>;
147
+ }) => vue.VNodeChild) | undefined;
148
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
149
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
1318
150
  }, Omit<Omit<{
1319
151
  $: vue.ComponentInternalInstance;
1320
152
  $data: {};
@@ -1344,83 +176,75 @@ declare const VSnackbar: {
1344
176
  persistent: boolean;
1345
177
  scrim: string | boolean;
1346
178
  _disableGlobalStack: boolean;
1347
- }> & Omit<Readonly<vue.ExtractPropTypes<Omit<{
1348
- transition: {
1349
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1350
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1351
- })>;
1352
- default: string;
1353
- validator: (val: unknown) => boolean;
1354
- };
1355
- theme: StringConstructor;
1356
- scrollStrategy: {
1357
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1358
- default: string;
1359
- validator: (val: any) => boolean;
1360
- };
1361
- locationStrategy: {
1362
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1363
- updateLocation: (e: Event) => void;
1364
- } | undefined)>;
1365
- default: string;
1366
- validator: (val: any) => boolean;
1367
- };
1368
- location: {
1369
- type: vue.PropType<Anchor>;
1370
- default: string;
1371
- };
1372
- origin: {
1373
- type: vue.PropType<"auto" | Anchor | "overlap">;
1374
- default: string;
1375
- };
1376
- offset: vue.PropType<string | number | number[] | undefined>;
1377
- eager: BooleanConstructor;
1378
- height: (StringConstructor | NumberConstructor)[];
1379
- maxHeight: (StringConstructor | NumberConstructor)[];
1380
- maxWidth: (StringConstructor | NumberConstructor)[];
1381
- minHeight: (StringConstructor | NumberConstructor)[];
1382
- minWidth: (StringConstructor | NumberConstructor)[];
1383
- width: (StringConstructor | NumberConstructor)[];
1384
- closeDelay: (StringConstructor | NumberConstructor)[];
1385
- openDelay: (StringConstructor | NumberConstructor)[];
1386
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1387
- activatorProps: {
1388
- type: vue.PropType<Record<string, any>>;
1389
- default: () => {};
1390
- };
1391
- openOnClick: {
1392
- type: BooleanConstructor;
1393
- default: undefined;
1394
- };
1395
- openOnHover: BooleanConstructor;
1396
- openOnFocus: {
1397
- type: BooleanConstructor;
1398
- default: undefined;
1399
- };
1400
- closeOnContentClick: BooleanConstructor;
1401
- absolute: BooleanConstructor;
1402
- attach: vue.PropType<string | boolean | Element>;
1403
- closeOnBack: {
1404
- type: BooleanConstructor;
1405
- default: boolean;
1406
- };
1407
- contained: BooleanConstructor;
1408
- contentClass: null;
1409
- contentProps: null;
1410
- disabled: BooleanConstructor;
1411
- noClickAnimation: BooleanConstructor;
1412
- modelValue: BooleanConstructor;
1413
- persistent: BooleanConstructor;
1414
- scrim: {
1415
- type: (StringConstructor | BooleanConstructor)[];
1416
- default: boolean;
1417
- };
1418
- zIndex: {
1419
- type: (StringConstructor | NumberConstructor)[];
1420
- default: number;
179
+ }> & Omit<{
180
+ absolute: boolean;
181
+ location: Anchor;
182
+ origin: "auto" | Anchor | "overlap";
183
+ transition: string | boolean | (vue.TransitionProps & {
184
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
185
+ });
186
+ zIndex: string | number;
187
+ eager: boolean;
188
+ disabled: boolean;
189
+ modelValue: boolean;
190
+ activatorProps: Record<string, any>;
191
+ openOnHover: boolean;
192
+ closeOnContentClick: boolean;
193
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
194
+ updateLocation: (e: Event) => void;
195
+ } | undefined);
196
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
197
+ closeOnBack: boolean;
198
+ contained: boolean;
199
+ noClickAnimation: boolean;
200
+ persistent: boolean;
201
+ scrim: string | boolean;
202
+ _disableGlobalStack: boolean;
203
+ } & {
204
+ offset?: string | number | number[] | undefined;
205
+ height?: string | number | undefined;
206
+ width?: string | number | undefined;
207
+ maxHeight?: string | number | undefined;
208
+ maxWidth?: string | number | undefined;
209
+ minHeight?: string | number | undefined;
210
+ minWidth?: string | number | undefined;
211
+ theme?: string | undefined;
212
+ contentClass?: any;
213
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
214
+ closeDelay?: string | number | undefined;
215
+ openDelay?: string | number | undefined;
216
+ openOnClick?: boolean | undefined;
217
+ openOnFocus?: boolean | undefined;
218
+ contentProps?: any;
219
+ attach?: string | boolean | Element | undefined;
220
+ } & {
221
+ $children?: {} | vue.VNodeChild | {
222
+ default?: ((args_0: {
223
+ isActive: vue.Ref<boolean>;
224
+ }) => vue.VNodeChild) | undefined;
225
+ activator?: ((args_0: {
226
+ isActive: boolean;
227
+ props: Record<string, any>;
228
+ }) => vue.VNodeChild) | undefined;
1421
229
  };
1422
- _disableGlobalStack: BooleanConstructor;
1423
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
230
+ 'v-slots'?: {
231
+ default?: false | ((args_0: {
232
+ isActive: vue.Ref<boolean>;
233
+ }) => vue.VNodeChild) | undefined;
234
+ activator?: false | ((args_0: {
235
+ isActive: boolean;
236
+ props: Record<string, any>;
237
+ }) => vue.VNodeChild) | undefined;
238
+ } | undefined;
239
+ } & {
240
+ "v-slot:default"?: false | ((args_0: {
241
+ isActive: vue.Ref<boolean>;
242
+ }) => vue.VNodeChild) | undefined;
243
+ "v-slot:activator"?: false | ((args_0: {
244
+ isActive: boolean;
245
+ props: Record<string, any>;
246
+ }) => vue.VNodeChild) | undefined;
247
+ } & {
1424
248
  onAfterLeave?: (() => any) | undefined;
1425
249
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1426
250
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1434,87 +258,79 @@ declare const VSnackbar: {
1434
258
  $slots: Readonly<{
1435
259
  [name: string]: vue.Slot | undefined;
1436
260
  }>;
1437
- $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1438
- $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
261
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
262
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
1439
263
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
1440
264
  $el: any;
1441
- $options: vue.ComponentOptionsBase<Readonly<vue.ExtractPropTypes<Omit<{
1442
- transition: {
1443
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1444
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1445
- })>;
1446
- default: string;
1447
- validator: (val: unknown) => boolean;
1448
- };
1449
- theme: StringConstructor;
1450
- scrollStrategy: {
1451
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1452
- default: string;
1453
- validator: (val: any) => boolean;
1454
- };
1455
- locationStrategy: {
1456
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1457
- updateLocation: (e: Event) => void;
1458
- } | undefined)>;
1459
- default: string;
1460
- validator: (val: any) => boolean;
1461
- };
1462
- location: {
1463
- type: vue.PropType<Anchor>;
1464
- default: string;
1465
- };
1466
- origin: {
1467
- type: vue.PropType<"auto" | Anchor | "overlap">;
1468
- default: string;
1469
- };
1470
- offset: vue.PropType<string | number | number[] | undefined>;
1471
- eager: BooleanConstructor;
1472
- height: (StringConstructor | NumberConstructor)[];
1473
- maxHeight: (StringConstructor | NumberConstructor)[];
1474
- maxWidth: (StringConstructor | NumberConstructor)[];
1475
- minHeight: (StringConstructor | NumberConstructor)[];
1476
- minWidth: (StringConstructor | NumberConstructor)[];
1477
- width: (StringConstructor | NumberConstructor)[];
1478
- closeDelay: (StringConstructor | NumberConstructor)[];
1479
- openDelay: (StringConstructor | NumberConstructor)[];
1480
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1481
- activatorProps: {
1482
- type: vue.PropType<Record<string, any>>;
1483
- default: () => {};
1484
- };
1485
- openOnClick: {
1486
- type: BooleanConstructor;
1487
- default: undefined;
1488
- };
1489
- openOnHover: BooleanConstructor;
1490
- openOnFocus: {
1491
- type: BooleanConstructor;
1492
- default: undefined;
1493
- };
1494
- closeOnContentClick: BooleanConstructor;
1495
- absolute: BooleanConstructor;
1496
- attach: vue.PropType<string | boolean | Element>;
1497
- closeOnBack: {
1498
- type: BooleanConstructor;
1499
- default: boolean;
1500
- };
1501
- contained: BooleanConstructor;
1502
- contentClass: null;
1503
- contentProps: null;
1504
- disabled: BooleanConstructor;
1505
- noClickAnimation: BooleanConstructor;
1506
- modelValue: BooleanConstructor;
1507
- persistent: BooleanConstructor;
1508
- scrim: {
1509
- type: (StringConstructor | BooleanConstructor)[];
1510
- default: boolean;
1511
- };
1512
- zIndex: {
1513
- type: (StringConstructor | NumberConstructor)[];
1514
- default: number;
265
+ $options: vue.ComponentOptionsBase<{
266
+ absolute: boolean;
267
+ location: Anchor;
268
+ origin: "auto" | Anchor | "overlap";
269
+ transition: string | boolean | (vue.TransitionProps & {
270
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
271
+ });
272
+ zIndex: string | number;
273
+ eager: boolean;
274
+ disabled: boolean;
275
+ modelValue: boolean;
276
+ activatorProps: Record<string, any>;
277
+ openOnHover: boolean;
278
+ closeOnContentClick: boolean;
279
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
280
+ updateLocation: (e: Event) => void;
281
+ } | undefined);
282
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
283
+ closeOnBack: boolean;
284
+ contained: boolean;
285
+ noClickAnimation: boolean;
286
+ persistent: boolean;
287
+ scrim: string | boolean;
288
+ _disableGlobalStack: boolean;
289
+ } & {
290
+ offset?: string | number | number[] | undefined;
291
+ height?: string | number | undefined;
292
+ width?: string | number | undefined;
293
+ maxHeight?: string | number | undefined;
294
+ maxWidth?: string | number | undefined;
295
+ minHeight?: string | number | undefined;
296
+ minWidth?: string | number | undefined;
297
+ theme?: string | undefined;
298
+ contentClass?: any;
299
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
300
+ closeDelay?: string | number | undefined;
301
+ openDelay?: string | number | undefined;
302
+ openOnClick?: boolean | undefined;
303
+ openOnFocus?: boolean | undefined;
304
+ contentProps?: any;
305
+ attach?: string | boolean | Element | undefined;
306
+ } & {
307
+ $children?: {} | vue.VNodeChild | {
308
+ default?: ((args_0: {
309
+ isActive: vue.Ref<boolean>;
310
+ }) => vue.VNodeChild) | undefined;
311
+ activator?: ((args_0: {
312
+ isActive: boolean;
313
+ props: Record<string, any>;
314
+ }) => vue.VNodeChild) | undefined;
1515
315
  };
1516
- _disableGlobalStack: BooleanConstructor;
1517
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
316
+ 'v-slots'?: {
317
+ default?: false | ((args_0: {
318
+ isActive: vue.Ref<boolean>;
319
+ }) => vue.VNodeChild) | undefined;
320
+ activator?: false | ((args_0: {
321
+ isActive: boolean;
322
+ props: Record<string, any>;
323
+ }) => vue.VNodeChild) | undefined;
324
+ } | undefined;
325
+ } & {
326
+ "v-slot:default"?: false | ((args_0: {
327
+ isActive: vue.Ref<boolean>;
328
+ }) => vue.VNodeChild) | undefined;
329
+ "v-slot:activator"?: false | ((args_0: {
330
+ isActive: boolean;
331
+ props: Record<string, any>;
332
+ }) => vue.VNodeChild) | undefined;
333
+ } & {
1518
334
  onAfterLeave?: (() => any) | undefined;
1519
335
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1520
336
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1525,11 +341,11 @@ declare const VSnackbar: {
1525
341
  globalTop: Readonly<vue.Ref<boolean>>;
1526
342
  localTop: vue.ComputedRef<boolean>;
1527
343
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1528
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
1529
- 'click:outside': (e: MouseEvent) => boolean;
1530
- 'update:modelValue': (value: boolean) => boolean;
1531
- afterLeave: () => boolean;
1532
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">, string, {
344
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
345
+ 'click:outside': (e: MouseEvent) => true;
346
+ 'update:modelValue': (value: boolean) => true;
347
+ afterLeave: () => true;
348
+ }, string, {
1533
349
  absolute: boolean;
1534
350
  location: Anchor;
1535
351
  origin: "auto" | Anchor | "overlap";
@@ -1555,7 +371,7 @@ declare const VSnackbar: {
1555
371
  persistent: boolean;
1556
372
  scrim: string | boolean;
1557
373
  _disableGlobalStack: boolean;
1558
- }> & {
374
+ }, {}, string> & {
1559
375
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1560
376
  created?: ((() => void) | (() => void)[]) | undefined;
1561
377
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -1570,88 +386,80 @@ declare const VSnackbar: {
1570
386
  unmounted?: ((() => void) | (() => void)[]) | undefined;
1571
387
  renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1572
388
  renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1573
- 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;
389
+ 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;
1574
390
  };
1575
391
  $forceUpdate: () => void;
1576
392
  $nextTick: typeof vue.nextTick;
1577
- $watch(source: string | Function, cb: Function, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1578
- } & Readonly<vue.ExtractPropTypes<Omit<{
1579
- transition: {
1580
- type: vue.PropType<string | boolean | (vue.TransitionProps & {
1581
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1582
- })>;
1583
- default: string;
1584
- validator: (val: unknown) => boolean;
1585
- };
1586
- theme: StringConstructor;
1587
- scrollStrategy: {
1588
- type: vue.PropType<"none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition">;
1589
- default: string;
1590
- validator: (val: any) => boolean;
1591
- };
1592
- locationStrategy: {
1593
- type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1594
- updateLocation: (e: Event) => void;
1595
- } | undefined)>;
1596
- default: string;
1597
- validator: (val: any) => boolean;
1598
- };
1599
- location: {
1600
- type: vue.PropType<Anchor>;
1601
- default: string;
1602
- };
1603
- origin: {
1604
- type: vue.PropType<"auto" | Anchor | "overlap">;
1605
- default: string;
1606
- };
1607
- offset: vue.PropType<string | number | number[] | undefined>;
1608
- eager: BooleanConstructor;
1609
- height: (StringConstructor | NumberConstructor)[];
1610
- maxHeight: (StringConstructor | NumberConstructor)[];
1611
- maxWidth: (StringConstructor | NumberConstructor)[];
1612
- minHeight: (StringConstructor | NumberConstructor)[];
1613
- minWidth: (StringConstructor | NumberConstructor)[];
1614
- width: (StringConstructor | NumberConstructor)[];
1615
- closeDelay: (StringConstructor | NumberConstructor)[];
1616
- openDelay: (StringConstructor | NumberConstructor)[];
1617
- activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | undefined>;
1618
- activatorProps: {
1619
- type: vue.PropType<Record<string, any>>;
1620
- default: () => {};
1621
- };
1622
- openOnClick: {
1623
- type: BooleanConstructor;
1624
- default: undefined;
1625
- };
1626
- openOnHover: BooleanConstructor;
1627
- openOnFocus: {
1628
- type: BooleanConstructor;
1629
- default: undefined;
1630
- };
1631
- closeOnContentClick: BooleanConstructor;
1632
- absolute: BooleanConstructor;
1633
- attach: vue.PropType<string | boolean | Element>;
1634
- closeOnBack: {
1635
- type: BooleanConstructor;
1636
- default: boolean;
1637
- };
1638
- contained: BooleanConstructor;
1639
- contentClass: null;
1640
- contentProps: null;
1641
- disabled: BooleanConstructor;
1642
- noClickAnimation: BooleanConstructor;
1643
- modelValue: BooleanConstructor;
1644
- persistent: BooleanConstructor;
1645
- scrim: {
1646
- type: (StringConstructor | BooleanConstructor)[];
1647
- default: boolean;
1648
- };
1649
- zIndex: {
1650
- type: (StringConstructor | NumberConstructor)[];
1651
- default: number;
393
+ $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;
394
+ } & {
395
+ absolute: boolean;
396
+ location: Anchor;
397
+ origin: "auto" | Anchor | "overlap";
398
+ transition: string | boolean | (vue.TransitionProps & {
399
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
400
+ });
401
+ zIndex: string | number;
402
+ eager: boolean;
403
+ disabled: boolean;
404
+ modelValue: boolean;
405
+ activatorProps: Record<string, any>;
406
+ openOnHover: boolean;
407
+ closeOnContentClick: boolean;
408
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
409
+ updateLocation: (e: Event) => void;
410
+ } | undefined);
411
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
412
+ closeOnBack: boolean;
413
+ contained: boolean;
414
+ noClickAnimation: boolean;
415
+ persistent: boolean;
416
+ scrim: string | boolean;
417
+ _disableGlobalStack: boolean;
418
+ } & {
419
+ offset?: string | number | number[] | undefined;
420
+ height?: string | number | undefined;
421
+ width?: string | number | undefined;
422
+ maxHeight?: string | number | undefined;
423
+ maxWidth?: string | number | undefined;
424
+ minHeight?: string | number | undefined;
425
+ minWidth?: string | number | undefined;
426
+ theme?: string | undefined;
427
+ contentClass?: any;
428
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
429
+ closeDelay?: string | number | undefined;
430
+ openDelay?: string | number | undefined;
431
+ openOnClick?: boolean | undefined;
432
+ openOnFocus?: boolean | undefined;
433
+ contentProps?: any;
434
+ attach?: string | boolean | Element | undefined;
435
+ } & {
436
+ $children?: {} | vue.VNodeChild | {
437
+ default?: ((args_0: {
438
+ isActive: vue.Ref<boolean>;
439
+ }) => vue.VNodeChild) | undefined;
440
+ activator?: ((args_0: {
441
+ isActive: boolean;
442
+ props: Record<string, any>;
443
+ }) => vue.VNodeChild) | undefined;
1652
444
  };
1653
- _disableGlobalStack: BooleanConstructor;
1654
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator">>> & {
445
+ 'v-slots'?: {
446
+ default?: false | ((args_0: {
447
+ isActive: vue.Ref<boolean>;
448
+ }) => vue.VNodeChild) | undefined;
449
+ activator?: false | ((args_0: {
450
+ isActive: boolean;
451
+ props: Record<string, any>;
452
+ }) => vue.VNodeChild) | undefined;
453
+ } | undefined;
454
+ } & {
455
+ "v-slot:default"?: false | ((args_0: {
456
+ isActive: vue.Ref<boolean>;
457
+ }) => vue.VNodeChild) | undefined;
458
+ "v-slot:activator"?: false | ((args_0: {
459
+ isActive: boolean;
460
+ props: Record<string, any>;
461
+ }) => vue.VNodeChild) | undefined;
462
+ } & {
1655
463
  onAfterLeave?: (() => any) | undefined;
1656
464
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1657
465
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
@@ -1662,44 +470,84 @@ declare const VSnackbar: {
1662
470
  globalTop: Readonly<vue.Ref<boolean>>;
1663
471
  localTop: vue.ComputedRef<boolean>;
1664
472
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1665
- }> & {} & vue.ComponentCustomProperties & {
1666
- $props: {
1667
- $children?: {} | vue.VNodeChild | {
1668
- default?: ((args_0: {
1669
- isActive: vue.Ref<boolean>;
1670
- }) => vue.VNodeChild) | undefined;
1671
- activator?: ((args_0: {
1672
- isActive: boolean;
1673
- props: Record<string, any>;
1674
- }) => vue.VNodeChild) | undefined;
1675
- };
1676
- 'v-slots'?: {
1677
- default?: false | ((args_0: {
1678
- isActive: vue.Ref<boolean>;
1679
- }) => vue.VNodeChild) | undefined;
1680
- activator?: false | ((args_0: {
1681
- isActive: boolean;
1682
- props: Record<string, any>;
1683
- }) => vue.VNodeChild) | undefined;
1684
- } | undefined;
1685
- } & {
1686
- "v-slot:default"?: false | ((args_0: {
1687
- isActive: vue.Ref<boolean>;
1688
- }) => vue.VNodeChild) | undefined;
1689
- "v-slot:activator"?: false | ((args_0: {
473
+ }> & {} & 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, {
474
+ 'update:modelValue': (v: boolean) => boolean;
475
+ }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
476
+ absolute: boolean;
477
+ location: Anchor;
478
+ origin: "auto" | Anchor | "overlap";
479
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
480
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
481
+ })>;
482
+ zIndex: string | number;
483
+ eager: boolean;
484
+ disabled: boolean;
485
+ timeout: string | number;
486
+ vertical: boolean;
487
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
488
+ modelValue: boolean;
489
+ activatorProps: Record<string, any>;
490
+ openOnHover: boolean;
491
+ closeOnContentClick: boolean;
492
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
493
+ updateLocation: (e: Event) => void;
494
+ } | undefined);
495
+ closeOnBack: boolean;
496
+ contained: boolean;
497
+ multiLine: boolean;
498
+ } & {
499
+ offset?: string | number | number[] | undefined;
500
+ height?: string | number | undefined;
501
+ width?: string | number | undefined;
502
+ color?: string | undefined;
503
+ maxHeight?: string | number | undefined;
504
+ maxWidth?: string | number | undefined;
505
+ minHeight?: string | number | undefined;
506
+ minWidth?: string | number | undefined;
507
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
508
+ theme?: string | undefined;
509
+ contentClass?: any;
510
+ rounded?: string | number | boolean | undefined;
511
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
512
+ closeDelay?: string | number | undefined;
513
+ openDelay?: string | number | undefined;
514
+ openOnClick?: boolean | undefined;
515
+ openOnFocus?: boolean | undefined;
516
+ contentProps?: any;
517
+ attach?: string | boolean | Element | undefined;
518
+ } & {
519
+ $children?: {} | vue.VNodeChild | {
520
+ activator?: ((args_0: {
1690
521
  isActive: boolean;
1691
522
  props: Record<string, any>;
1692
523
  }) => vue.VNodeChild) | undefined;
524
+ default?: (() => vue.VNodeChild) | undefined;
525
+ actions?: (() => vue.VNodeChild) | undefined;
1693
526
  };
1694
- }, "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<{
1695
- 'update:modelValue': (v: boolean) => boolean;
1696
- }, "$children" | "v-slots" | "v-slot:default" | "v-slot:activator" | "v-slot:actions">, string, {
527
+ 'v-slots'?: {
528
+ activator?: false | ((args_0: {
529
+ isActive: boolean;
530
+ props: Record<string, any>;
531
+ }) => vue.VNodeChild) | undefined;
532
+ default?: false | (() => vue.VNodeChild) | undefined;
533
+ actions?: false | (() => vue.VNodeChild) | undefined;
534
+ } | undefined;
535
+ } & {
536
+ "v-slot:activator"?: false | ((args_0: {
537
+ isActive: boolean;
538
+ props: Record<string, any>;
539
+ }) => vue.VNodeChild) | undefined;
540
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
541
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
542
+ } & {
543
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
544
+ }, {
1697
545
  absolute: boolean;
1698
546
  location: Anchor;
1699
547
  origin: "auto" | Anchor | "overlap";
1700
- transition: string | boolean | (vue.TransitionProps & {
548
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1701
549
  component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1702
- });
550
+ })>;
1703
551
  zIndex: string | number;
1704
552
  eager: boolean;
1705
553
  disabled: boolean;
@@ -1719,16 +567,7 @@ declare const VSnackbar: {
1719
567
  closeOnBack: boolean;
1720
568
  contained: boolean;
1721
569
  multiLine: boolean;
1722
- }> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new () => {
1723
- $props: SlotsToProps<{
1724
- activator: [{
1725
- isActive: boolean;
1726
- props: Record<string, any>;
1727
- }];
1728
- default: [];
1729
- actions: [];
1730
- }>;
1731
- });
1732
- declare type VSnackbar = InstanceType<typeof VSnackbar>;
570
+ }>;
571
+ type VSnackbar = InstanceType<typeof VSnackbar>;
1733
572
 
1734
573
  export { VSnackbar };