@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.6-dev.2024-12-18

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 (282) hide show
  1. package/dist/json/attributes.json +925 -917
  2. package/dist/json/importMap-labs.json +42 -42
  3. package/dist/json/importMap.json +162 -162
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +2000 -1982
  6. package/dist/vuetify-labs.css +4432 -4432
  7. package/dist/vuetify-labs.d.ts +3365 -14377
  8. package/dist/vuetify-labs.esm.js +58 -54
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +57 -53
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2655 -2655
  13. package/dist/vuetify.d.ts +2726 -11900
  14. package/dist/vuetify.esm.js +58 -54
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +57 -53
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +879 -884
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +8 -86
  23. package/lib/components/VApp/index.d.mts +4 -20
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +18 -154
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  30. package/lib/components/VAvatar/index.d.mts +4 -31
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +4 -41
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +12 -88
  35. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +4 -88
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +12 -65
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +11 -79
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +4 -28
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +13 -33
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +24 -190
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  54. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  55. package/lib/components/VCarousel/index.d.mts +17 -95
  56. package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
  57. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  59. package/lib/components/VCheckbox/index.d.mts +8 -90
  60. package/lib/components/VChip/VChip.mjs +16 -9
  61. package/lib/components/VChip/VChip.mjs.map +1 -1
  62. package/lib/components/VChip/index.d.mts +9 -105
  63. package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
  64. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  65. package/lib/components/VChipGroup/index.d.mts +24 -43
  66. package/lib/components/VCode/index.d.mts +4 -18
  67. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  68. package/lib/components/VColorPicker/index.d.mts +4 -68
  69. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  70. package/lib/components/VCombobox/index.d.mts +201 -1360
  71. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +6 -13
  74. package/lib/components/VCounter/VCounter.mjs +1 -1
  75. package/lib/components/VCounter/index.d.mts +9 -31
  76. package/lib/components/VDataIterator/index.d.mts +12 -56
  77. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  84. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  85. package/lib/components/VDataTable/index.d.mts +36 -388
  86. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  88. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  90. package/lib/components/VDatePicker/index.d.mts +24 -276
  91. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  92. package/lib/components/VDialog/VDialog.mjs +1 -1
  93. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  94. package/lib/components/VDialog/index.d.mts +143 -389
  95. package/lib/components/VDivider/index.d.mts +4 -24
  96. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  97. package/lib/components/VEmptyState/index.d.mts +4 -66
  98. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  100. package/lib/components/VExpansionPanel/index.d.mts +23 -159
  101. package/lib/components/VFab/VFab.mjs +1 -1
  102. package/lib/components/VFab/index.d.mts +15 -84
  103. package/lib/components/VField/VField.mjs +4 -4
  104. package/lib/components/VField/VField.mjs.map +1 -1
  105. package/lib/components/VField/VFieldLabel.mjs +1 -1
  106. package/lib/components/VField/index.d.mts +11 -59
  107. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  108. package/lib/components/VFileInput/index.d.mts +71 -256
  109. package/lib/components/VFooter/VFooter.mjs +1 -1
  110. package/lib/components/VFooter/index.d.mts +4 -29
  111. package/lib/components/VForm/index.d.mts +267 -175
  112. package/lib/components/VGrid/VContainer.mjs +1 -1
  113. package/lib/components/VGrid/index.d.mts +16 -118
  114. package/lib/components/VHover/index.d.mts +4 -33
  115. package/lib/components/VIcon/index.d.mts +17 -75
  116. package/lib/components/VImg/VImg.mjs +1 -1
  117. package/lib/components/VImg/index.d.mts +19 -74
  118. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  119. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  120. package/lib/components/VInput/VInput.mjs +4 -4
  121. package/lib/components/VInput/VInput.mjs.map +1 -1
  122. package/lib/components/VInput/index.d.mts +4 -37
  123. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  124. package/lib/components/VItemGroup/index.d.mts +17 -74
  125. package/lib/components/VKbd/index.d.mts +4 -18
  126. package/lib/components/VLabel/index.d.mts +4 -20
  127. package/lib/components/VLayout/index.d.mts +8 -48
  128. package/lib/components/VLazy/VLazy.mjs +1 -1
  129. package/lib/components/VLazy/index.d.mts +4 -31
  130. package/lib/components/VList/VList.mjs +1 -1
  131. package/lib/components/VList/VListChildren.mjs +1 -1
  132. package/lib/components/VList/VListGroup.mjs +1 -1
  133. package/lib/components/VList/VListItem.mjs +15 -9
  134. package/lib/components/VList/VListItem.mjs.map +1 -1
  135. package/lib/components/VList/VListItemAction.mjs +1 -1
  136. package/lib/components/VList/VListItemMedia.mjs +1 -1
  137. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  138. package/lib/components/VList/index.d.mts +48 -291
  139. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  140. package/lib/components/VMain/index.d.mts +4 -25
  141. package/lib/components/VMenu/VMenu.mjs +4 -4
  142. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  143. package/lib/components/VMenu/index.d.mts +155 -397
  144. package/lib/components/VMessages/index.d.mts +4 -27
  145. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  146. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  147. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  148. package/lib/components/VOtpInput/index.d.mts +7 -52
  149. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  150. package/lib/components/VOverlay/index.d.mts +19 -101
  151. package/lib/components/VPagination/VPagination.mjs +1 -1
  152. package/lib/components/VPagination/index.d.mts +4 -64
  153. package/lib/components/VParallax/VParallax.mjs +1 -1
  154. package/lib/components/VParallax/index.d.mts +4 -27
  155. package/lib/components/VProgressCircular/index.d.mts +4 -34
  156. package/lib/components/VProgressLinear/index.d.mts +4 -54
  157. package/lib/components/VRadio/VRadio.mjs +1 -1
  158. package/lib/components/VRadio/index.d.mts +4 -68
  159. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  160. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  161. package/lib/components/VRadioGroup/index.d.mts +4 -48
  162. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  163. package/lib/components/VRangeSlider/index.d.mts +4 -107
  164. package/lib/components/VRating/VRating.mjs +5 -4
  165. package/lib/components/VRating/VRating.mjs.map +1 -1
  166. package/lib/components/VRating/index.d.mts +4 -42
  167. package/lib/components/VResponsive/index.d.mts +4 -29
  168. package/lib/components/VSelect/VSelect.mjs +1 -1
  169. package/lib/components/VSelect/index.d.mts +200 -1352
  170. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
  171. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  172. package/lib/components/VSelectionControl/index.d.mts +10 -37
  173. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  174. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  175. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  176. package/lib/components/VSheet/VSheet.mjs +1 -1
  177. package/lib/components/VSheet/index.d.mts +4 -32
  178. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  179. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  180. package/lib/components/VSlideGroup/index.d.mts +21 -77
  181. package/lib/components/VSlider/VSlider.mjs +1 -1
  182. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  183. package/lib/components/VSlider/index.d.mts +4 -106
  184. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  185. package/lib/components/VSnackbar/index.d.mts +152 -398
  186. package/lib/components/VSparkline/VBarline.mjs +3 -4
  187. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  188. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  189. package/lib/components/VSparkline/VTrendline.mjs +3 -4
  190. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  191. package/lib/components/VSparkline/index.d.mts +4 -49
  192. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  193. package/lib/components/VSpeedDial/index.d.mts +4 -85
  194. package/lib/components/VStepper/VStepper.mjs +1 -1
  195. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  196. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  197. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  198. package/lib/components/VStepper/index.d.mts +24 -250
  199. package/lib/components/VSwitch/VSwitch.mjs +4 -4
  200. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  201. package/lib/components/VSwitch/index.d.mts +4 -59
  202. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  203. package/lib/components/VSystemBar/index.d.mts +4 -28
  204. package/lib/components/VTable/index.d.mts +4 -33
  205. package/lib/components/VTabs/VTab.mjs +1 -1
  206. package/lib/components/VTabs/VTabs.mjs +1 -1
  207. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  208. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  209. package/lib/components/VTabs/index.d.mts +105 -401
  210. package/lib/components/VTextField/VTextField.mjs +1 -1
  211. package/lib/components/VTextField/index.d.mts +152 -374
  212. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  213. package/lib/components/VTextarea/index.d.mts +71 -244
  214. package/lib/components/VThemeProvider/index.d.mts +4 -20
  215. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  216. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  217. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  218. package/lib/components/VTimeline/index.d.mts +8 -75
  219. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  220. package/lib/components/VToolbar/index.d.mts +12 -90
  221. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  222. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  223. package/lib/components/VTooltip/index.d.mts +147 -386
  224. package/lib/components/VValidation/index.d.mts +10 -24
  225. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  226. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  227. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  228. package/lib/components/VWindow/VWindow.mjs +1 -1
  229. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  230. package/lib/components/VWindow/index.d.mts +15 -54
  231. package/lib/components/index.d.mts +2947 -12121
  232. package/lib/components/transitions/dialog-transition.mjs +1 -2
  233. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  234. package/lib/components/transitions/index.d.mts +64 -309
  235. package/lib/composables/group.mjs +3 -3
  236. package/lib/composables/group.mjs.map +1 -1
  237. package/lib/composables/icons.mjs +1 -1
  238. package/lib/composables/layout.mjs +3 -3
  239. package/lib/composables/layout.mjs.map +1 -1
  240. package/lib/composables/nested/nested.mjs +2 -2
  241. package/lib/composables/nested/nested.mjs.map +1 -1
  242. package/lib/composables/validation.mjs +3 -3
  243. package/lib/composables/validation.mjs.map +1 -1
  244. package/lib/composables/variant.mjs +1 -1
  245. package/lib/composables/virtual.mjs +1 -1
  246. package/lib/composables/virtual.mjs.map +1 -1
  247. package/lib/entry-bundler.mjs +1 -1
  248. package/lib/entry-bundler.mjs.map +1 -1
  249. package/lib/framework.mjs +2 -3
  250. package/lib/framework.mjs.map +1 -1
  251. package/lib/index.d.mts +65 -65
  252. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  253. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  254. package/lib/labs/VCalendar/index.d.mts +24 -211
  255. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  256. package/lib/labs/VDateInput/index.d.mts +4 -115
  257. package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
  258. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  259. package/lib/labs/VFileUpload/index.d.mts +8 -195
  260. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  261. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  262. package/lib/labs/VPicker/VPicker.mjs +1 -1
  263. package/lib/labs/VPicker/index.d.mts +8 -63
  264. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  265. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  266. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  267. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  268. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  269. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  270. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  271. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  272. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  273. package/lib/labs/VTimePicker/index.d.mts +12 -122
  274. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  275. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  276. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  277. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  278. package/lib/labs/VTreeview/index.d.mts +18 -205
  279. package/lib/labs/components.d.mts +1116 -3200
  280. package/lib/util/getCurrentInstance.mjs +1 -15
  281. package/lib/util/getCurrentInstance.mjs.map +1 -1
  282. package/package.json +5 -4
@@ -1,5 +1,6 @@
1
1
  import * as vue from 'vue';
2
2
  import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, ComponentPublicInstance, Ref, EffectScope, nextTick, PropType } from 'vue';
3
+ import * as _vue_reactivity from '@vue/reactivity';
3
4
 
4
5
  type ClassValue = any;
5
6
 
@@ -121,7 +122,7 @@ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyPr
121
122
  declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
122
123
 
123
124
  declare const VSnackbar: {
124
- new (...args: any[]): vue.CreateComponentPublicInstance<{
125
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
125
126
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
126
127
  absolute: boolean;
127
128
  location: Anchor;
@@ -314,89 +315,7 @@ declare const VSnackbar: {
314
315
  onAfterLeave?: (() => any) | undefined;
315
316
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
316
317
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
317
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
318
- absolute: boolean;
319
- location: Anchor;
320
- origin: "auto" | Anchor | "overlap";
321
- transition: string | boolean | (vue.TransitionProps & {
322
- component?: vue.Component;
323
- });
324
- zIndex: string | number;
325
- style: vue.StyleValue;
326
- eager: boolean;
327
- disabled: boolean;
328
- persistent: boolean;
329
- modelValue: boolean;
330
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
331
- updateLocation: (e?: Event) => void;
332
- });
333
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
334
- activatorProps: Record<string, any>;
335
- openOnHover: boolean;
336
- closeOnContentClick: boolean;
337
- closeOnBack: boolean;
338
- contained: boolean;
339
- noClickAnimation: boolean;
340
- scrim: string | boolean;
341
- _disableGlobalStack: boolean;
342
- } & {
343
- offset?: string | number | number[] | undefined;
344
- height?: string | number | undefined;
345
- width?: string | number | undefined;
346
- maxHeight?: string | number | undefined;
347
- maxWidth?: string | number | undefined;
348
- minHeight?: string | number | undefined;
349
- minWidth?: string | number | undefined;
350
- opacity?: string | number | undefined;
351
- target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
352
- class?: any;
353
- theme?: string | undefined;
354
- contentClass?: any;
355
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
356
- closeDelay?: string | number | undefined;
357
- openDelay?: string | number | undefined;
358
- openOnClick?: boolean | undefined;
359
- openOnFocus?: boolean | undefined;
360
- contentProps?: any;
361
- attach?: string | boolean | Element | undefined;
362
- } & {
363
- $children?: vue.VNodeChild | {
364
- default?: ((arg: {
365
- isActive: Ref<boolean>;
366
- }) => vue.VNodeChild) | undefined;
367
- activator?: ((arg: {
368
- isActive: boolean;
369
- props: Record<string, any>;
370
- targetRef: TemplateRef;
371
- }) => vue.VNodeChild) | undefined;
372
- } | ((arg: {
373
- isActive: Ref<boolean>;
374
- }) => vue.VNodeChild);
375
- 'v-slots'?: {
376
- default?: false | ((arg: {
377
- isActive: Ref<boolean>;
378
- }) => vue.VNodeChild) | undefined;
379
- activator?: false | ((arg: {
380
- isActive: boolean;
381
- props: Record<string, any>;
382
- targetRef: TemplateRef;
383
- }) => vue.VNodeChild) | undefined;
384
- } | undefined;
385
- } & {
386
- "v-slot:default"?: false | ((arg: {
387
- isActive: Ref<boolean>;
388
- }) => vue.VNodeChild) | undefined;
389
- "v-slot:activator"?: false | ((arg: {
390
- isActive: boolean;
391
- props: Record<string, any>;
392
- targetRef: TemplateRef;
393
- }) => vue.VNodeChild) | undefined;
394
- } & {
395
- onAfterEnter?: (() => any) | undefined;
396
- onAfterLeave?: (() => any) | undefined;
397
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
398
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
399
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
318
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
400
319
  $attrs: {
401
320
  [x: string]: unknown;
402
321
  };
@@ -415,6 +334,7 @@ declare const VSnackbar: {
415
334
  }>;
416
335
  $root: vue.ComponentPublicInstance | null;
417
336
  $parent: vue.ComponentPublicInstance | null;
337
+ $host: Element | null;
418
338
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
419
339
  $el: any;
420
340
  $options: vue.ComponentOptionsBase<{
@@ -500,14 +420,14 @@ declare const VSnackbar: {
500
420
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
501
421
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
502
422
  }, {
503
- activatorEl: Ref<HTMLElement | undefined>;
504
- scrimEl: Ref<HTMLElement | undefined>;
423
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
424
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
505
425
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
506
426
  animateClick: () => void;
507
- contentEl: Ref<HTMLElement | undefined>;
508
- globalTop: Readonly<Ref<boolean>>;
427
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
428
+ globalTop: Readonly<Ref<boolean, boolean>>;
509
429
  localTop: vue.ComputedRef<boolean>;
510
- updateLocation: Ref<((e: Event) => void) | undefined>;
430
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
511
431
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
512
432
  'click:outside': (e: MouseEvent) => true;
513
433
  'update:modelValue': (value: boolean) => true;
@@ -549,7 +469,7 @@ declare const VSnackbar: {
549
469
  props: Record<string, any>;
550
470
  targetRef: TemplateRef;
551
471
  }) => vue.VNode[];
552
- }>>> & {
472
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
553
473
  beforeCreate?: (() => void) | (() => void)[];
554
474
  created?: (() => void) | (() => void)[];
555
475
  beforeMount?: (() => void) | (() => void)[];
@@ -568,8 +488,35 @@ declare const VSnackbar: {
568
488
  };
569
489
  $forceUpdate: () => void;
570
490
  $nextTick: typeof nextTick;
571
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
572
- } & Omit<{
491
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
492
+ } & Readonly<{
493
+ absolute: boolean;
494
+ location: Anchor;
495
+ origin: "auto" | Anchor | "overlap";
496
+ transition: string | boolean | (vue.TransitionProps & {
497
+ component?: vue.Component;
498
+ });
499
+ zIndex: string | number;
500
+ style: vue.StyleValue;
501
+ eager: boolean;
502
+ disabled: boolean;
503
+ persistent: boolean;
504
+ modelValue: boolean;
505
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
506
+ updateLocation: (e?: Event) => void;
507
+ });
508
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
509
+ activatorProps: Record<string, any>;
510
+ openOnClick: boolean;
511
+ openOnHover: boolean;
512
+ openOnFocus: boolean;
513
+ closeOnContentClick: boolean;
514
+ closeOnBack: boolean;
515
+ contained: boolean;
516
+ noClickAnimation: boolean;
517
+ scrim: string | boolean;
518
+ _disableGlobalStack: boolean;
519
+ }> & Omit<{
573
520
  absolute: boolean;
574
521
  location: Anchor;
575
522
  origin: "auto" | Anchor | "overlap";
@@ -651,114 +598,29 @@ declare const VSnackbar: {
651
598
  onAfterLeave?: (() => any) | undefined;
652
599
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
653
600
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
654
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
655
- activatorEl: Ref<HTMLElement | undefined>;
656
- scrimEl: Ref<HTMLElement | undefined>;
601
+ }, "target" | "contentEl" | "activatorEl" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
602
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
603
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
657
604
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
658
605
  animateClick: () => void;
659
- contentEl: Ref<HTMLElement | undefined>;
660
- globalTop: Readonly<Ref<boolean>>;
606
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
607
+ globalTop: Readonly<Ref<boolean, boolean>>;
661
608
  localTop: vue.ComputedRef<boolean>;
662
- updateLocation: Ref<((e: Event) => void) | undefined>;
663
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
609
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
610
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
664
611
  _allExposed: {
665
- activatorEl: Ref<HTMLElement | undefined>;
666
- scrimEl: Ref<HTMLElement | undefined>;
612
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
613
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
667
614
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
668
615
  animateClick: () => void;
669
- contentEl: Ref<HTMLElement | undefined>;
670
- globalTop: Readonly<Ref<boolean>>;
616
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
617
+ globalTop: Readonly<Ref<boolean, boolean>>;
671
618
  localTop: vue.ComputedRef<boolean>;
672
- updateLocation: Ref<((e: Event) => void) | undefined>;
619
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
673
620
  } | {};
674
621
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
675
622
  'update:modelValue': (v: boolean) => true;
676
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
677
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
678
- absolute: boolean;
679
- location: Anchor;
680
- origin: "auto" | Anchor | "overlap";
681
- transition: string | boolean | (vue.TransitionProps & {
682
- component?: vue.Component;
683
- });
684
- zIndex: string | number;
685
- style: vue.StyleValue;
686
- eager: boolean;
687
- disabled: boolean;
688
- timeout: string | number;
689
- vertical: boolean;
690
- modelValue: boolean;
691
- tile: boolean;
692
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
693
- updateLocation: (e?: Event) => void;
694
- });
695
- activatorProps: Record<string, any>;
696
- openOnHover: boolean;
697
- closeOnContentClick: boolean;
698
- closeOnBack: boolean;
699
- contained: boolean;
700
- multiLine: boolean;
701
- } & {
702
- offset?: string | number | number[] | undefined;
703
- height?: string | number | undefined;
704
- width?: string | number | undefined;
705
- color?: string | undefined;
706
- maxHeight?: string | number | undefined;
707
- maxWidth?: string | number | undefined;
708
- minHeight?: string | number | undefined;
709
- minWidth?: string | number | undefined;
710
- opacity?: string | number | undefined;
711
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
712
- text?: string | undefined;
713
- target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
714
- class?: any;
715
- theme?: string | undefined;
716
- timer?: string | boolean | undefined;
717
- rounded?: string | number | boolean | undefined;
718
- contentClass?: any;
719
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
720
- closeDelay?: string | number | undefined;
721
- openDelay?: string | number | undefined;
722
- openOnClick?: boolean | undefined;
723
- openOnFocus?: boolean | undefined;
724
- contentProps?: any;
725
- attach?: string | boolean | Element | undefined;
726
- } & {
727
- $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
728
- activator?: ((arg: {
729
- isActive: boolean;
730
- props: Record<string, any>;
731
- }) => vue.VNodeChild) | undefined;
732
- default?: (() => vue.VNodeChild) | undefined;
733
- actions?: ((arg: {
734
- isActive: Ref<boolean>;
735
- }) => vue.VNodeChild) | undefined;
736
- text?: (() => vue.VNodeChild) | undefined;
737
- };
738
- 'v-slots'?: {
739
- activator?: false | ((arg: {
740
- isActive: boolean;
741
- props: Record<string, any>;
742
- }) => vue.VNodeChild) | undefined;
743
- default?: false | (() => vue.VNodeChild) | undefined;
744
- actions?: false | ((arg: {
745
- isActive: Ref<boolean>;
746
- }) => vue.VNodeChild) | undefined;
747
- text?: false | (() => vue.VNodeChild) | undefined;
748
- } | undefined;
749
- } & {
750
- "v-slot:activator"?: false | ((arg: {
751
- isActive: boolean;
752
- props: Record<string, any>;
753
- }) => vue.VNodeChild) | undefined;
754
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
755
- "v-slot:actions"?: false | ((arg: {
756
- isActive: Ref<boolean>;
757
- }) => vue.VNodeChild) | undefined;
758
- "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
759
- } & {
760
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
761
- }, {
623
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
762
624
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
763
625
  absolute: boolean;
764
626
  location: Anchor;
@@ -796,7 +658,7 @@ declare const VSnackbar: {
796
658
  isActive: Ref<boolean>;
797
659
  }) => vue.VNode[];
798
660
  text: () => vue.VNode[];
799
- }>>, {
661
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
800
662
  P: {};
801
663
  B: {};
802
664
  D: {};
@@ -996,89 +858,7 @@ declare const VSnackbar: {
996
858
  onAfterLeave?: (() => any) | undefined;
997
859
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
998
860
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
999
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1000
- absolute: boolean;
1001
- location: Anchor;
1002
- origin: "auto" | Anchor | "overlap";
1003
- transition: string | boolean | (vue.TransitionProps & {
1004
- component?: vue.Component;
1005
- });
1006
- zIndex: string | number;
1007
- style: vue.StyleValue;
1008
- eager: boolean;
1009
- disabled: boolean;
1010
- persistent: boolean;
1011
- modelValue: boolean;
1012
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1013
- updateLocation: (e?: Event) => void;
1014
- });
1015
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1016
- activatorProps: Record<string, any>;
1017
- openOnHover: boolean;
1018
- closeOnContentClick: boolean;
1019
- closeOnBack: boolean;
1020
- contained: boolean;
1021
- noClickAnimation: boolean;
1022
- scrim: string | boolean;
1023
- _disableGlobalStack: boolean;
1024
- } & {
1025
- offset?: string | number | number[] | undefined;
1026
- height?: string | number | undefined;
1027
- width?: string | number | undefined;
1028
- maxHeight?: string | number | undefined;
1029
- maxWidth?: string | number | undefined;
1030
- minHeight?: string | number | undefined;
1031
- minWidth?: string | number | undefined;
1032
- opacity?: string | number | undefined;
1033
- target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1034
- class?: any;
1035
- theme?: string | undefined;
1036
- contentClass?: any;
1037
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1038
- closeDelay?: string | number | undefined;
1039
- openDelay?: string | number | undefined;
1040
- openOnClick?: boolean | undefined;
1041
- openOnFocus?: boolean | undefined;
1042
- contentProps?: any;
1043
- attach?: string | boolean | Element | undefined;
1044
- } & {
1045
- $children?: vue.VNodeChild | {
1046
- default?: ((arg: {
1047
- isActive: Ref<boolean>;
1048
- }) => vue.VNodeChild) | undefined;
1049
- activator?: ((arg: {
1050
- isActive: boolean;
1051
- props: Record<string, any>;
1052
- targetRef: TemplateRef;
1053
- }) => vue.VNodeChild) | undefined;
1054
- } | ((arg: {
1055
- isActive: Ref<boolean>;
1056
- }) => vue.VNodeChild);
1057
- 'v-slots'?: {
1058
- default?: false | ((arg: {
1059
- isActive: Ref<boolean>;
1060
- }) => vue.VNodeChild) | undefined;
1061
- activator?: false | ((arg: {
1062
- isActive: boolean;
1063
- props: Record<string, any>;
1064
- targetRef: TemplateRef;
1065
- }) => vue.VNodeChild) | undefined;
1066
- } | undefined;
1067
- } & {
1068
- "v-slot:default"?: false | ((arg: {
1069
- isActive: Ref<boolean>;
1070
- }) => vue.VNodeChild) | undefined;
1071
- "v-slot:activator"?: false | ((arg: {
1072
- isActive: boolean;
1073
- props: Record<string, any>;
1074
- targetRef: TemplateRef;
1075
- }) => vue.VNodeChild) | undefined;
1076
- } & {
1077
- onAfterEnter?: (() => any) | undefined;
1078
- onAfterLeave?: (() => any) | undefined;
1079
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1080
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1081
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
861
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1082
862
  $attrs: {
1083
863
  [x: string]: unknown;
1084
864
  };
@@ -1097,6 +877,7 @@ declare const VSnackbar: {
1097
877
  }>;
1098
878
  $root: vue.ComponentPublicInstance | null;
1099
879
  $parent: vue.ComponentPublicInstance | null;
880
+ $host: Element | null;
1100
881
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1101
882
  $el: any;
1102
883
  $options: vue.ComponentOptionsBase<{
@@ -1182,14 +963,14 @@ declare const VSnackbar: {
1182
963
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1183
964
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1184
965
  }, {
1185
- activatorEl: Ref<HTMLElement | undefined>;
1186
- scrimEl: Ref<HTMLElement | undefined>;
966
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
967
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1187
968
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1188
969
  animateClick: () => void;
1189
- contentEl: Ref<HTMLElement | undefined>;
1190
- globalTop: Readonly<Ref<boolean>>;
970
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
971
+ globalTop: Readonly<Ref<boolean, boolean>>;
1191
972
  localTop: vue.ComputedRef<boolean>;
1192
- updateLocation: Ref<((e: Event) => void) | undefined>;
973
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1193
974
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1194
975
  'click:outside': (e: MouseEvent) => true;
1195
976
  'update:modelValue': (value: boolean) => true;
@@ -1231,7 +1012,7 @@ declare const VSnackbar: {
1231
1012
  props: Record<string, any>;
1232
1013
  targetRef: TemplateRef;
1233
1014
  }) => vue.VNode[];
1234
- }>>> & {
1015
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1235
1016
  beforeCreate?: (() => void) | (() => void)[];
1236
1017
  created?: (() => void) | (() => void)[];
1237
1018
  beforeMount?: (() => void) | (() => void)[];
@@ -1250,8 +1031,35 @@ declare const VSnackbar: {
1250
1031
  };
1251
1032
  $forceUpdate: () => void;
1252
1033
  $nextTick: typeof nextTick;
1253
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1254
- } & Omit<{
1034
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1035
+ } & Readonly<{
1036
+ absolute: boolean;
1037
+ location: Anchor;
1038
+ origin: "auto" | Anchor | "overlap";
1039
+ transition: string | boolean | (vue.TransitionProps & {
1040
+ component?: vue.Component;
1041
+ });
1042
+ zIndex: string | number;
1043
+ style: vue.StyleValue;
1044
+ eager: boolean;
1045
+ disabled: boolean;
1046
+ persistent: boolean;
1047
+ modelValue: boolean;
1048
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1049
+ updateLocation: (e?: Event) => void;
1050
+ });
1051
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1052
+ activatorProps: Record<string, any>;
1053
+ openOnClick: boolean;
1054
+ openOnHover: boolean;
1055
+ openOnFocus: boolean;
1056
+ closeOnContentClick: boolean;
1057
+ closeOnBack: boolean;
1058
+ contained: boolean;
1059
+ noClickAnimation: boolean;
1060
+ scrim: string | boolean;
1061
+ _disableGlobalStack: boolean;
1062
+ }> & Omit<{
1255
1063
  absolute: boolean;
1256
1064
  location: Anchor;
1257
1065
  origin: "auto" | Anchor | "overlap";
@@ -1333,25 +1141,25 @@ declare const VSnackbar: {
1333
1141
  onAfterLeave?: (() => any) | undefined;
1334
1142
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1335
1143
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1336
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1337
- activatorEl: Ref<HTMLElement | undefined>;
1338
- scrimEl: Ref<HTMLElement | undefined>;
1144
+ }, "target" | "contentEl" | "activatorEl" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1145
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1146
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1339
1147
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1340
1148
  animateClick: () => void;
1341
- contentEl: Ref<HTMLElement | undefined>;
1342
- globalTop: Readonly<Ref<boolean>>;
1149
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1150
+ globalTop: Readonly<Ref<boolean, boolean>>;
1343
1151
  localTop: vue.ComputedRef<boolean>;
1344
- updateLocation: Ref<((e: Event) => void) | undefined>;
1345
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1152
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1153
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1346
1154
  _allExposed: {
1347
- activatorEl: Ref<HTMLElement | undefined>;
1348
- scrimEl: Ref<HTMLElement | undefined>;
1155
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1156
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1349
1157
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1350
1158
  animateClick: () => void;
1351
- contentEl: Ref<HTMLElement | undefined>;
1352
- globalTop: Readonly<Ref<boolean>>;
1159
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1160
+ globalTop: Readonly<Ref<boolean, boolean>>;
1353
1161
  localTop: vue.ComputedRef<boolean>;
1354
- updateLocation: Ref<((e: Event) => void) | undefined>;
1162
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1355
1163
  } | {};
1356
1164
  }, {}, {}, {}, {
1357
1165
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
@@ -1578,89 +1386,7 @@ declare const VSnackbar: {
1578
1386
  onAfterLeave?: (() => any) | undefined;
1579
1387
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1580
1388
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1581
- } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1582
- absolute: boolean;
1583
- location: Anchor;
1584
- origin: "auto" | Anchor | "overlap";
1585
- transition: string | boolean | (vue.TransitionProps & {
1586
- component?: vue.Component;
1587
- });
1588
- zIndex: string | number;
1589
- style: vue.StyleValue;
1590
- eager: boolean;
1591
- disabled: boolean;
1592
- persistent: boolean;
1593
- modelValue: boolean;
1594
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1595
- updateLocation: (e?: Event) => void;
1596
- });
1597
- scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1598
- activatorProps: Record<string, any>;
1599
- openOnHover: boolean;
1600
- closeOnContentClick: boolean;
1601
- closeOnBack: boolean;
1602
- contained: boolean;
1603
- noClickAnimation: boolean;
1604
- scrim: string | boolean;
1605
- _disableGlobalStack: boolean;
1606
- } & {
1607
- offset?: string | number | number[] | undefined;
1608
- height?: string | number | undefined;
1609
- width?: string | number | undefined;
1610
- maxHeight?: string | number | undefined;
1611
- maxWidth?: string | number | undefined;
1612
- minHeight?: string | number | undefined;
1613
- minWidth?: string | number | undefined;
1614
- opacity?: string | number | undefined;
1615
- target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
1616
- class?: any;
1617
- theme?: string | undefined;
1618
- contentClass?: any;
1619
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
1620
- closeDelay?: string | number | undefined;
1621
- openDelay?: string | number | undefined;
1622
- openOnClick?: boolean | undefined;
1623
- openOnFocus?: boolean | undefined;
1624
- contentProps?: any;
1625
- attach?: string | boolean | Element | undefined;
1626
- } & {
1627
- $children?: vue.VNodeChild | {
1628
- default?: ((arg: {
1629
- isActive: Ref<boolean>;
1630
- }) => vue.VNodeChild) | undefined;
1631
- activator?: ((arg: {
1632
- isActive: boolean;
1633
- props: Record<string, any>;
1634
- targetRef: TemplateRef;
1635
- }) => vue.VNodeChild) | undefined;
1636
- } | ((arg: {
1637
- isActive: Ref<boolean>;
1638
- }) => vue.VNodeChild);
1639
- 'v-slots'?: {
1640
- default?: false | ((arg: {
1641
- isActive: Ref<boolean>;
1642
- }) => vue.VNodeChild) | undefined;
1643
- activator?: false | ((arg: {
1644
- isActive: boolean;
1645
- props: Record<string, any>;
1646
- targetRef: TemplateRef;
1647
- }) => vue.VNodeChild) | undefined;
1648
- } | undefined;
1649
- } & {
1650
- "v-slot:default"?: false | ((arg: {
1651
- isActive: Ref<boolean>;
1652
- }) => vue.VNodeChild) | undefined;
1653
- "v-slot:activator"?: false | ((arg: {
1654
- isActive: boolean;
1655
- props: Record<string, any>;
1656
- targetRef: TemplateRef;
1657
- }) => vue.VNodeChild) | undefined;
1658
- } & {
1659
- onAfterEnter?: (() => any) | undefined;
1660
- onAfterLeave?: (() => any) | undefined;
1661
- "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1662
- "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1663
- }, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1389
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
1664
1390
  $attrs: {
1665
1391
  [x: string]: unknown;
1666
1392
  };
@@ -1679,6 +1405,7 @@ declare const VSnackbar: {
1679
1405
  }>;
1680
1406
  $root: vue.ComponentPublicInstance | null;
1681
1407
  $parent: vue.ComponentPublicInstance | null;
1408
+ $host: Element | null;
1682
1409
  $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1683
1410
  $el: any;
1684
1411
  $options: vue.ComponentOptionsBase<{
@@ -1764,14 +1491,14 @@ declare const VSnackbar: {
1764
1491
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1765
1492
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1766
1493
  }, {
1767
- activatorEl: Ref<HTMLElement | undefined>;
1768
- scrimEl: Ref<HTMLElement | undefined>;
1494
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1495
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1769
1496
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1770
1497
  animateClick: () => void;
1771
- contentEl: Ref<HTMLElement | undefined>;
1772
- globalTop: Readonly<Ref<boolean>>;
1498
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1499
+ globalTop: Readonly<Ref<boolean, boolean>>;
1773
1500
  localTop: vue.ComputedRef<boolean>;
1774
- updateLocation: Ref<((e: Event) => void) | undefined>;
1501
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1775
1502
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1776
1503
  'click:outside': (e: MouseEvent) => true;
1777
1504
  'update:modelValue': (value: boolean) => true;
@@ -1813,7 +1540,7 @@ declare const VSnackbar: {
1813
1540
  props: Record<string, any>;
1814
1541
  targetRef: TemplateRef;
1815
1542
  }) => vue.VNode[];
1816
- }>>> & {
1543
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & {
1817
1544
  beforeCreate?: (() => void) | (() => void)[];
1818
1545
  created?: (() => void) | (() => void)[];
1819
1546
  beforeMount?: (() => void) | (() => void)[];
@@ -1832,8 +1559,35 @@ declare const VSnackbar: {
1832
1559
  };
1833
1560
  $forceUpdate: () => void;
1834
1561
  $nextTick: typeof nextTick;
1835
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1836
- } & Omit<{
1562
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, _vue_reactivity.OnCleanup]) => any : (...args: [any, any, _vue_reactivity.OnCleanup]) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
1563
+ } & Readonly<{
1564
+ absolute: boolean;
1565
+ location: Anchor;
1566
+ origin: "auto" | Anchor | "overlap";
1567
+ transition: string | boolean | (vue.TransitionProps & {
1568
+ component?: vue.Component;
1569
+ });
1570
+ zIndex: string | number;
1571
+ style: vue.StyleValue;
1572
+ eager: boolean;
1573
+ disabled: boolean;
1574
+ persistent: boolean;
1575
+ modelValue: boolean;
1576
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
1577
+ updateLocation: (e?: Event) => void;
1578
+ });
1579
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1580
+ activatorProps: Record<string, any>;
1581
+ openOnClick: boolean;
1582
+ openOnHover: boolean;
1583
+ openOnFocus: boolean;
1584
+ closeOnContentClick: boolean;
1585
+ closeOnBack: boolean;
1586
+ contained: boolean;
1587
+ noClickAnimation: boolean;
1588
+ scrim: string | boolean;
1589
+ _disableGlobalStack: boolean;
1590
+ }> & Omit<{
1837
1591
  absolute: boolean;
1838
1592
  location: Anchor;
1839
1593
  origin: "auto" | Anchor | "overlap";
@@ -1915,25 +1669,25 @@ declare const VSnackbar: {
1915
1669
  onAfterLeave?: (() => any) | undefined;
1916
1670
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1917
1671
  "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1918
- }, "target" | "contentEl" | "activatorEl" | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1919
- activatorEl: Ref<HTMLElement | undefined>;
1920
- scrimEl: Ref<HTMLElement | undefined>;
1672
+ }, "target" | "contentEl" | "activatorEl" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "scrimEl" | "animateClick" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1673
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1674
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1921
1675
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1922
1676
  animateClick: () => void;
1923
- contentEl: Ref<HTMLElement | undefined>;
1924
- globalTop: Readonly<Ref<boolean>>;
1677
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1678
+ globalTop: Readonly<Ref<boolean, boolean>>;
1925
1679
  localTop: vue.ComputedRef<boolean>;
1926
- updateLocation: Ref<((e: Event) => void) | undefined>;
1927
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1680
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1681
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | keyof vue.VNodeProps | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack")>, `$${any}`> & {
1928
1682
  _allExposed: {
1929
- activatorEl: Ref<HTMLElement | undefined>;
1930
- scrimEl: Ref<HTMLElement | undefined>;
1683
+ activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1684
+ scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1931
1685
  target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1932
1686
  animateClick: () => void;
1933
- contentEl: Ref<HTMLElement | undefined>;
1934
- globalTop: Readonly<Ref<boolean>>;
1687
+ contentEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
1688
+ globalTop: Readonly<Ref<boolean, boolean>>;
1935
1689
  localTop: vue.ComputedRef<boolean>;
1936
- updateLocation: Ref<((e: Event) => void) | undefined>;
1690
+ updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
1937
1691
  } | {};
1938
1692
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1939
1693
  'update:modelValue': (v: boolean) => true;
@@ -1975,7 +1729,7 @@ declare const VSnackbar: {
1975
1729
  isActive: Ref<boolean>;
1976
1730
  }) => vue.VNode[];
1977
1731
  text: () => vue.VNode[];
1978
- }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1732
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1979
1733
  offset: vue.PropType<StrategyProps$1["offset"]>;
1980
1734
  absolute: BooleanConstructor;
1981
1735
  location: {
@@ -2192,7 +1946,7 @@ type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
2192
1946
  };
2193
1947
  type SnackbarMessage = Omit<VSnackbar['$props'], '$children' | 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover'>;
2194
1948
  declare const VSnackbarQueue: {
2195
- new (...args: any[]): vue.CreateComponentPublicInstance<{
1949
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
2196
1950
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2197
1951
  absolute: boolean;
2198
1952
  location: Anchor;
@@ -2245,58 +1999,7 @@ declare const VSnackbarQueue: {
2245
1999
  attach?: string | boolean | Element | undefined;
2246
2000
  } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2247
2001
  'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
2248
- }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2249
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2250
- absolute: boolean;
2251
- location: Anchor;
2252
- origin: "auto" | Anchor | "overlap";
2253
- transition: string | boolean | (vue.TransitionProps & {
2254
- component?: vue.Component;
2255
- });
2256
- zIndex: string | number;
2257
- style: vue.StyleValue;
2258
- eager: boolean;
2259
- disabled: boolean;
2260
- timeout: string | number;
2261
- vertical: boolean;
2262
- tile: boolean;
2263
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
2264
- updateLocation: (e?: Event) => void;
2265
- });
2266
- activatorProps: Record<string, any>;
2267
- openOnHover: boolean;
2268
- closeOnContentClick: boolean;
2269
- closeOnBack: boolean;
2270
- contained: boolean;
2271
- closeText: string;
2272
- multiLine: boolean;
2273
- } & {
2274
- offset?: string | number | number[] | undefined;
2275
- height?: string | number | undefined;
2276
- width?: string | number | undefined;
2277
- color?: string | undefined;
2278
- maxHeight?: string | number | undefined;
2279
- maxWidth?: string | number | undefined;
2280
- minHeight?: string | number | undefined;
2281
- minWidth?: string | number | undefined;
2282
- opacity?: string | number | undefined;
2283
- position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2284
- text?: string | undefined;
2285
- target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
2286
- class?: any;
2287
- theme?: string | undefined;
2288
- timer?: string | boolean | undefined;
2289
- rounded?: string | number | boolean | undefined;
2290
- contentClass?: any;
2291
- closable?: string | boolean | undefined;
2292
- activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
2293
- closeDelay?: string | number | undefined;
2294
- openDelay?: string | number | undefined;
2295
- openOnClick?: boolean | undefined;
2296
- openOnFocus?: boolean | undefined;
2297
- contentProps?: any;
2298
- attach?: string | boolean | Element | undefined;
2299
- } & {}, {
2002
+ }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
2300
2003
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2301
2004
  absolute: boolean;
2302
2005
  location: Anchor;
@@ -2337,7 +2040,7 @@ declare const VSnackbarQueue: {
2337
2040
  onClick: () => void;
2338
2041
  };
2339
2042
  }) => vue.VNode[];
2340
- }>>, {
2043
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
2341
2044
  P: {};
2342
2045
  B: {};
2343
2046
  D: {};
@@ -2521,7 +2224,7 @@ declare const VSnackbarQueue: {
2521
2224
  onClick: () => void;
2522
2225
  };
2523
2226
  }) => vue.VNode[];
2524
- }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
2227
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
2525
2228
  modelValue?: T;
2526
2229
  "onUpdate:modelValue"?: (val: T) => void;
2527
2230
  }, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<typeof props, typeof slots>) & FilterPropsOptions<{