vuetify 3.3.0 → 3.3.1

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 (203) hide show
  1. package/dist/json/attributes.json +51 -19
  2. package/dist/json/importMap.json +22 -22
  3. package/dist/json/tags.json +8 -0
  4. package/dist/json/web-types.json +528 -448
  5. package/dist/vuetify-labs.css +84 -83
  6. package/dist/vuetify-labs.d.ts +5572 -10787
  7. package/dist/vuetify-labs.esm.js +173 -29
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +173 -29
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +113 -112
  12. package/dist/vuetify.d.ts +3683 -7528
  13. package/dist/vuetify.esm.js +4 -4
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +4 -4
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +4 -4
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  21. package/lib/components/VAlert/_variables.scss +2 -2
  22. package/lib/components/VAlert/index.d.mts +15 -73
  23. package/lib/components/VApp/index.d.mts +0 -15
  24. package/lib/components/VAppBar/index.d.mts +0 -81
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.mts +117 -171
  27. package/lib/components/VAvatar/_variables.scss +1 -1
  28. package/lib/components/VAvatar/index.d.mts +0 -15
  29. package/lib/components/VBadge/VBadge.mjs.map +1 -1
  30. package/lib/components/VBadge/index.d.mts +0 -19
  31. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  32. package/lib/components/VBanner/index.d.mts +0 -57
  33. package/lib/components/VBottomNavigation/index.d.mts +0 -15
  34. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  35. package/lib/components/VBreadcrumbs/index.d.mts +30 -60
  36. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  37. package/lib/components/VBtn/_variables.scss +15 -15
  38. package/lib/components/VBtn/index.d.mts +0 -27
  39. package/lib/components/VBtnGroup/index.d.mts +0 -15
  40. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  41. package/lib/components/VBtnToggle/index.d.mts +19 -34
  42. package/lib/components/VCard/VCard.mjs.map +1 -1
  43. package/lib/components/VCard/VCard.sass +2 -2
  44. package/lib/components/VCard/VCardItem.mjs.map +1 -1
  45. package/lib/components/VCard/_variables.scss +10 -11
  46. package/lib/components/VCard/index.d.mts +15 -157
  47. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  48. package/lib/components/VCarousel/index.d.mts +79 -237
  49. package/lib/components/VCheckbox/index.d.mts +143 -229
  50. package/lib/components/VChip/VChip.mjs.map +1 -1
  51. package/lib/components/VChip/index.d.mts +19 -82
  52. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  53. package/lib/components/VChipGroup/index.d.mts +19 -58
  54. package/lib/components/VCode/index.d.mts +0 -15
  55. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  56. package/lib/components/VCombobox/index.d.mts +117 -171
  57. package/lib/components/VCounter/VCounter.mjs.map +1 -1
  58. package/lib/components/VCounter/index.d.mts +19 -34
  59. package/lib/components/VDefaultsProvider/index.d.mts +0 -15
  60. package/lib/components/VDialog/index.d.mts +112 -238
  61. package/lib/components/VDivider/index.d.mts +0 -15
  62. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  63. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  64. package/lib/components/VExpansionPanel/index.d.mts +34 -106
  65. package/lib/components/VField/VField.mjs.map +1 -1
  66. package/lib/components/VField/VField.sass +0 -1
  67. package/lib/components/VField/_variables.scss +1 -0
  68. package/lib/components/VField/index.d.mts +34 -49
  69. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  70. package/lib/components/VFileInput/index.d.mts +331 -487
  71. package/lib/components/VFooter/_variables.scss +1 -1
  72. package/lib/components/VFooter/index.d.mts +0 -15
  73. package/lib/components/VForm/VForm.mjs.map +1 -1
  74. package/lib/components/VForm/index.d.mts +19 -146
  75. package/lib/components/VGrid/index.d.mts +0 -60
  76. package/lib/components/VHover/VHover.mjs.map +1 -1
  77. package/lib/components/VHover/index.d.mts +19 -46
  78. package/lib/components/VIcon/index.d.mts +0 -30
  79. package/lib/components/VImg/VImg.mjs.map +1 -1
  80. package/lib/components/VImg/index.d.mts +0 -27
  81. package/lib/components/VInput/VInput.mjs +1 -1
  82. package/lib/components/VInput/VInput.mjs.map +1 -1
  83. package/lib/components/VInput/_variables.scss +1 -1
  84. package/lib/components/VInput/index.d.mts +79 -110
  85. package/lib/components/VItemGroup/VItem.mjs.map +1 -1
  86. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  87. package/lib/components/VItemGroup/index.d.mts +38 -120
  88. package/lib/components/VKbd/index.d.mts +0 -15
  89. package/lib/components/VLabel/index.d.mts +0 -15
  90. package/lib/components/VLayout/index.d.mts +0 -30
  91. package/lib/components/VLazy/index.d.mts +0 -15
  92. package/lib/components/VList/VListChildren.mjs.map +1 -1
  93. package/lib/components/VList/VListGroup.mjs.map +1 -1
  94. package/lib/components/VList/VListItem.mjs.map +1 -1
  95. package/lib/components/VList/_variables.scss +6 -6
  96. package/lib/components/VList/index.d.mts +164 -316
  97. package/lib/components/VLocaleProvider/index.d.mts +0 -15
  98. package/lib/components/VMain/index.d.mts +0 -15
  99. package/lib/components/VMenu/index.d.mts +112 -238
  100. package/lib/components/VMessages/VMessages.mjs.map +1 -1
  101. package/lib/components/VMessages/index.d.mts +15 -30
  102. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  103. package/lib/components/VNavigationDrawer/index.d.mts +15 -42
  104. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  105. package/lib/components/VOverlay/index.d.mts +34 -73
  106. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  107. package/lib/components/VPagination/index.d.mts +75 -106
  108. package/lib/components/VParallax/index.d.mts +0 -27
  109. package/lib/components/VProgressCircular/VProgressCircular.mjs.map +1 -1
  110. package/lib/components/VProgressCircular/index.d.mts +19 -42
  111. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  112. package/lib/components/VProgressLinear/index.d.mts +19 -46
  113. package/lib/components/VRadio/index.d.mts +30 -65
  114. package/lib/components/VRadioGroup/index.d.mts +109 -160
  115. package/lib/components/VRangeSlider/index.d.mts +94 -137
  116. package/lib/components/VRating/VRating.mjs.map +1 -1
  117. package/lib/components/VRating/index.d.mts +30 -49
  118. package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
  119. package/lib/components/VResponsive/index.d.mts +0 -19
  120. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  121. package/lib/components/VSelect/index.d.mts +117 -171
  122. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  123. package/lib/components/VSelectionControl/index.d.mts +22 -22
  124. package/lib/components/VSelectionControlGroup/index.d.mts +0 -15
  125. package/lib/components/VSheet/index.d.mts +0 -15
  126. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  127. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  128. package/lib/components/VSlideGroup/index.d.mts +68 -126
  129. package/lib/components/VSlider/VSlider.css +5 -4
  130. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  131. package/lib/components/VSlider/VSlider.sass +5 -4
  132. package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
  133. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  134. package/lib/components/VSlider/index.d.mts +94 -137
  135. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  136. package/lib/components/VSnackbar/_variables.scss +1 -1
  137. package/lib/components/VSnackbar/index.d.mts +93 -215
  138. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  139. package/lib/components/VSwitch/index.d.mts +124 -179
  140. package/lib/components/VSystemBar/_variables.scss +2 -2
  141. package/lib/components/VSystemBar/index.d.mts +0 -15
  142. package/lib/components/VTable/VTable.mjs.map +1 -1
  143. package/lib/components/VTable/_variables.scss +1 -1
  144. package/lib/components/VTable/index.d.mts +0 -27
  145. package/lib/components/VTabs/index.d.mts +0 -30
  146. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  147. package/lib/components/VTextField/index.d.mts +361 -497
  148. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  149. package/lib/components/VTextarea/index.d.mts +312 -444
  150. package/lib/components/VThemeProvider/index.d.mts +0 -15
  151. package/lib/components/VTimeline/VTimelineItem.mjs.map +1 -1
  152. package/lib/components/VTimeline/index.d.mts +0 -38
  153. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  154. package/lib/components/VToolbar/VToolbarTitle.mjs.map +1 -1
  155. package/lib/components/VToolbar/_variables.scss +2 -2
  156. package/lib/components/VToolbar/index.d.mts +0 -69
  157. package/lib/components/VTooltip/index.d.mts +112 -238
  158. package/lib/components/VValidation/VValidation.mjs.map +1 -1
  159. package/lib/components/VValidation/index.d.mts +19 -90
  160. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  161. package/lib/components/VVirtualScroll/index.d.mts +17 -17
  162. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  163. package/lib/components/VWindow/index.d.mts +64 -138
  164. package/lib/components/index.d.mts +3269 -7114
  165. package/lib/components/transitions/index.d.mts +0 -240
  166. package/lib/composables/loader.mjs.map +1 -1
  167. package/lib/entry-bundler.mjs +1 -1
  168. package/lib/framework.mjs +1 -1
  169. package/lib/index.d.mts +6 -6
  170. package/lib/labs/VBottomSheet/index.d.mts +34 -73
  171. package/lib/labs/VDataIterator/VDataIterator.mjs +6 -3
  172. package/lib/labs/VDataIterator/VDataIterator.mjs.map +1 -1
  173. package/lib/labs/VDataIterator/composables/items.mjs +7 -1
  174. package/lib/labs/VDataIterator/composables/items.mjs.map +1 -1
  175. package/lib/labs/VDataIterator/index.d.mts +115 -105
  176. package/lib/labs/VDataTable/VDataTable.mjs +6 -3
  177. package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
  178. package/lib/labs/VDataTable/VDataTableFooter.mjs.map +1 -1
  179. package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
  180. package/lib/labs/VDataTable/VDataTableHeaders.mjs +4 -3
  181. package/lib/labs/VDataTable/VDataTableHeaders.mjs.map +1 -1
  182. package/lib/labs/VDataTable/VDataTableRow.mjs +1 -0
  183. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  184. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  185. package/lib/labs/VDataTable/VDataTableServer.mjs +8 -3
  186. package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
  187. package/lib/labs/VDataTable/VDataTableVirtual.mjs +6 -3
  188. package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
  189. package/lib/labs/VDataTable/composables/items.mjs +7 -1
  190. package/lib/labs/VDataTable/composables/items.mjs.map +1 -1
  191. package/lib/labs/VDataTable/composables/paginate.mjs.map +1 -1
  192. package/lib/labs/VDataTable/composables/select.mjs +124 -8
  193. package/lib/labs/VDataTable/composables/select.mjs.map +1 -1
  194. package/lib/labs/VDataTable/index.d.mts +1630 -2916
  195. package/lib/labs/VDataTable/types.mjs.map +1 -1
  196. package/lib/labs/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
  197. package/lib/labs/VInfiniteScroll/index.d.mts +60 -91
  198. package/lib/labs/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
  199. package/lib/labs/VSkeletonLoader/index.d.mts +0 -15
  200. package/lib/labs/components.d.mts +1882 -3252
  201. package/lib/styles/settings/_colors.scss +18 -15
  202. package/lib/util/defineComponent.mjs.map +1 -1
  203. package/package.json +4 -3
@@ -127,7 +127,7 @@ declare const VSnackbar: {
127
127
  position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
128
128
  class?: any;
129
129
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
130
- activator?: ((args_0: {
130
+ activator?: ((arg: {
131
131
  isActive: boolean;
132
132
  props: Record<string, any>;
133
133
  }) => vue.VNodeChild) | undefined;
@@ -140,7 +140,7 @@ declare const VSnackbar: {
140
140
  theme?: string | undefined;
141
141
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
142
142
  'v-slots'?: {
143
- activator?: false | ((args_0: {
143
+ activator?: false | ((arg: {
144
144
  isActive: boolean;
145
145
  props: Record<string, any>;
146
146
  }) => vue.VNodeChild) | undefined;
@@ -148,14 +148,6 @@ declare const VSnackbar: {
148
148
  actions?: false | (() => vue.VNodeChild) | undefined;
149
149
  } | undefined;
150
150
  contentClass?: any;
151
- $slots?: {
152
- activator?: ((args_0: {
153
- isActive: boolean;
154
- props: Record<string, any>;
155
- }) => vue.VNodeChild) | undefined;
156
- default?: (() => vue.VNodeChild) | undefined;
157
- actions?: (() => vue.VNodeChild) | undefined;
158
- } | undefined;
159
151
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
160
152
  [key: string]: any;
161
153
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -196,7 +188,7 @@ declare const VSnackbar: {
196
188
  }>) => void)[] | undefined;
197
189
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
198
190
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
199
- "v-slot:activator"?: false | ((args_0: {
191
+ "v-slot:activator"?: false | ((arg: {
200
192
  isActive: boolean;
201
193
  props: Record<string, any>;
202
194
  }) => vue.VNodeChild) | undefined;
@@ -213,7 +205,7 @@ declare const VSnackbar: {
213
205
  [x: string]: unknown;
214
206
  };
215
207
  $slots: Readonly<{
216
- activator?: ((args_0: {
208
+ activator?: ((arg: {
217
209
  isActive: boolean;
218
210
  props: Record<string, any>;
219
211
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -277,7 +269,7 @@ declare const VSnackbar: {
277
269
  attach?: string | boolean | Element | undefined;
278
270
  } & {
279
271
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
280
- activator?: ((args_0: {
272
+ activator?: ((arg: {
281
273
  isActive: boolean;
282
274
  props: Record<string, any>;
283
275
  }) => vue.VNodeChild) | undefined;
@@ -285,7 +277,7 @@ declare const VSnackbar: {
285
277
  actions?: (() => vue.VNodeChild) | undefined;
286
278
  };
287
279
  'v-slots'?: {
288
- activator?: false | ((args_0: {
280
+ activator?: false | ((arg: {
289
281
  isActive: boolean;
290
282
  props: Record<string, any>;
291
283
  }) => vue.VNodeChild) | undefined;
@@ -293,21 +285,12 @@ declare const VSnackbar: {
293
285
  actions?: false | (() => vue.VNodeChild) | undefined;
294
286
  } | undefined;
295
287
  } & {
296
- "v-slot:activator"?: false | ((args_0: {
288
+ "v-slot:activator"?: false | ((arg: {
297
289
  isActive: boolean;
298
290
  props: Record<string, any>;
299
291
  }) => vue.VNodeChild) | undefined;
300
292
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
301
293
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
302
- } & {
303
- $slots?: {
304
- activator?: ((args_0: {
305
- isActive: boolean;
306
- props: Record<string, any>;
307
- }) => vue.VNodeChild) | undefined;
308
- default?: (() => vue.VNodeChild) | undefined;
309
- actions?: (() => vue.VNodeChild) | undefined;
310
- } | undefined;
311
294
  } & {
312
295
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
313
296
  }, Omit<Omit<{
@@ -351,42 +334,33 @@ declare const VSnackbar: {
351
334
  class?: any;
352
335
  onAfterLeave?: (() => any) | undefined;
353
336
  $children?: vue.VNodeChild | {
354
- default?: ((args_0: {
337
+ default?: ((arg: {
355
338
  isActive: vue.Ref<boolean>;
356
339
  }) => vue.VNodeChild) | undefined;
357
- activator?: ((args_0: {
340
+ activator?: ((arg: {
358
341
  isActive: boolean;
359
342
  props: Record<string, any>;
360
343
  }) => vue.VNodeChild) | undefined;
361
- } | ((args_0: {
344
+ } | ((arg: {
362
345
  isActive: vue.Ref<boolean>;
363
346
  }) => vue.VNodeChild);
364
347
  ref?: vue.VNodeRef | undefined;
365
348
  ref_for?: boolean | undefined;
366
349
  ref_key?: string | undefined;
367
350
  theme?: string | undefined;
368
- "v-slot:default"?: false | ((args_0: {
351
+ "v-slot:default"?: false | ((arg: {
369
352
  isActive: vue.Ref<boolean>;
370
353
  }) => vue.VNodeChild) | undefined;
371
354
  'v-slots'?: {
372
- default?: false | ((args_0: {
355
+ default?: false | ((arg: {
373
356
  isActive: vue.Ref<boolean>;
374
357
  }) => vue.VNodeChild) | undefined;
375
- activator?: false | ((args_0: {
358
+ activator?: false | ((arg: {
376
359
  isActive: boolean;
377
360
  props: Record<string, any>;
378
361
  }) => vue.VNodeChild) | undefined;
379
362
  } | undefined;
380
363
  contentClass?: any;
381
- $slots?: {
382
- default?: ((args_0: {
383
- isActive: vue.Ref<boolean>;
384
- }) => vue.VNodeChild) | undefined;
385
- activator?: ((args_0: {
386
- isActive: boolean;
387
- props: Record<string, any>;
388
- }) => vue.VNodeChild) | undefined;
389
- } | undefined;
390
364
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
391
365
  [key: string]: any;
392
366
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -427,7 +401,7 @@ declare const VSnackbar: {
427
401
  }>) => void)[] | undefined;
428
402
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
429
403
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
430
- "v-slot:activator"?: false | ((args_0: {
404
+ "v-slot:activator"?: false | ((arg: {
431
405
  isActive: boolean;
432
406
  props: Record<string, any>;
433
407
  }) => vue.VNodeChild) | undefined;
@@ -444,12 +418,12 @@ declare const VSnackbar: {
444
418
  [x: string]: unknown;
445
419
  };
446
420
  $slots: Readonly<{
447
- default?: ((args_0: {
421
+ default?: ((arg: {
448
422
  isActive: vue.Ref<boolean>;
449
423
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
450
424
  [key: string]: any;
451
425
  }>[]) | undefined;
452
- activator?: ((args_0: {
426
+ activator?: ((arg: {
453
427
  isActive: boolean;
454
428
  props: Record<string, any>;
455
429
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -505,43 +479,33 @@ declare const VSnackbar: {
505
479
  attach?: string | boolean | Element | undefined;
506
480
  } & {
507
481
  $children?: vue.VNodeChild | {
508
- default?: ((args_0: {
482
+ default?: ((arg: {
509
483
  isActive: vue.Ref<boolean>;
510
484
  }) => vue.VNodeChild) | undefined;
511
- activator?: ((args_0: {
485
+ activator?: ((arg: {
512
486
  isActive: boolean;
513
487
  props: Record<string, any>;
514
488
  }) => vue.VNodeChild) | undefined;
515
- } | ((args_0: {
489
+ } | ((arg: {
516
490
  isActive: vue.Ref<boolean>;
517
491
  }) => vue.VNodeChild);
518
492
  'v-slots'?: {
519
- default?: false | ((args_0: {
493
+ default?: false | ((arg: {
520
494
  isActive: vue.Ref<boolean>;
521
495
  }) => vue.VNodeChild) | undefined;
522
- activator?: false | ((args_0: {
496
+ activator?: false | ((arg: {
523
497
  isActive: boolean;
524
498
  props: Record<string, any>;
525
499
  }) => vue.VNodeChild) | undefined;
526
500
  } | undefined;
527
501
  } & {
528
- "v-slot:default"?: false | ((args_0: {
502
+ "v-slot:default"?: false | ((arg: {
529
503
  isActive: vue.Ref<boolean>;
530
504
  }) => vue.VNodeChild) | undefined;
531
- "v-slot:activator"?: false | ((args_0: {
505
+ "v-slot:activator"?: false | ((arg: {
532
506
  isActive: boolean;
533
507
  props: Record<string, any>;
534
508
  }) => vue.VNodeChild) | undefined;
535
- } & {
536
- $slots?: {
537
- default?: ((args_0: {
538
- isActive: vue.Ref<boolean>;
539
- }) => vue.VNodeChild) | undefined;
540
- activator?: ((args_0: {
541
- isActive: boolean;
542
- props: Record<string, any>;
543
- }) => vue.VNodeChild) | undefined;
544
- } | undefined;
545
509
  } & {
546
510
  onAfterLeave?: (() => any) | undefined;
547
511
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -585,12 +549,12 @@ declare const VSnackbar: {
585
549
  scrim: string | boolean;
586
550
  _disableGlobalStack: boolean;
587
551
  }, {}, string, vue.SlotsType<Partial<{
588
- default: (args_0: {
552
+ default: (arg: {
589
553
  isActive: vue.Ref<boolean>;
590
554
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
591
555
  [key: string]: any;
592
556
  }>[];
593
- activator: (args_0: {
557
+ activator: (arg: {
594
558
  isActive: boolean;
595
559
  props: Record<string, any>;
596
560
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -661,43 +625,33 @@ declare const VSnackbar: {
661
625
  attach?: string | boolean | Element | undefined;
662
626
  } & {
663
627
  $children?: vue.VNodeChild | {
664
- default?: ((args_0: {
628
+ default?: ((arg: {
665
629
  isActive: vue.Ref<boolean>;
666
630
  }) => vue.VNodeChild) | undefined;
667
- activator?: ((args_0: {
631
+ activator?: ((arg: {
668
632
  isActive: boolean;
669
633
  props: Record<string, any>;
670
634
  }) => vue.VNodeChild) | undefined;
671
- } | ((args_0: {
635
+ } | ((arg: {
672
636
  isActive: vue.Ref<boolean>;
673
637
  }) => vue.VNodeChild);
674
638
  'v-slots'?: {
675
- default?: false | ((args_0: {
639
+ default?: false | ((arg: {
676
640
  isActive: vue.Ref<boolean>;
677
641
  }) => vue.VNodeChild) | undefined;
678
- activator?: false | ((args_0: {
642
+ activator?: false | ((arg: {
679
643
  isActive: boolean;
680
644
  props: Record<string, any>;
681
645
  }) => vue.VNodeChild) | undefined;
682
646
  } | undefined;
683
647
  } & {
684
- "v-slot:default"?: false | ((args_0: {
648
+ "v-slot:default"?: false | ((arg: {
685
649
  isActive: vue.Ref<boolean>;
686
650
  }) => vue.VNodeChild) | undefined;
687
- "v-slot:activator"?: false | ((args_0: {
651
+ "v-slot:activator"?: false | ((arg: {
688
652
  isActive: boolean;
689
653
  props: Record<string, any>;
690
654
  }) => vue.VNodeChild) | undefined;
691
- } & {
692
- $slots?: {
693
- default?: ((args_0: {
694
- isActive: vue.Ref<boolean>;
695
- }) => vue.VNodeChild) | undefined;
696
- activator?: ((args_0: {
697
- isActive: boolean;
698
- props: Record<string, any>;
699
- }) => vue.VNodeChild) | undefined;
700
- } | undefined;
701
655
  } & {
702
656
  onAfterLeave?: (() => any) | undefined;
703
657
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -709,7 +663,7 @@ declare const VSnackbar: {
709
663
  globalTop: Readonly<vue.Ref<boolean>>;
710
664
  localTop: vue.ComputedRef<boolean>;
711
665
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
712
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
666
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
713
667
  'update:modelValue': (v: boolean) => boolean;
714
668
  }, string, {
715
669
  absolute: boolean;
@@ -739,7 +693,7 @@ declare const VSnackbar: {
739
693
  contained: boolean;
740
694
  multiLine: boolean;
741
695
  }, {}, string, vue.SlotsType<Partial<{
742
- activator: (args_0: {
696
+ activator: (arg: {
743
697
  isActive: boolean;
744
698
  props: Record<string, any>;
745
699
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -818,7 +772,7 @@ declare const VSnackbar: {
818
772
  attach?: string | boolean | Element | undefined;
819
773
  } & {
820
774
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
821
- activator?: ((args_0: {
775
+ activator?: ((arg: {
822
776
  isActive: boolean;
823
777
  props: Record<string, any>;
824
778
  }) => vue.VNodeChild) | undefined;
@@ -826,7 +780,7 @@ declare const VSnackbar: {
826
780
  actions?: (() => vue.VNodeChild) | undefined;
827
781
  };
828
782
  'v-slots'?: {
829
- activator?: false | ((args_0: {
783
+ activator?: false | ((arg: {
830
784
  isActive: boolean;
831
785
  props: Record<string, any>;
832
786
  }) => vue.VNodeChild) | undefined;
@@ -834,21 +788,12 @@ declare const VSnackbar: {
834
788
  actions?: false | (() => vue.VNodeChild) | undefined;
835
789
  } | undefined;
836
790
  } & {
837
- "v-slot:activator"?: false | ((args_0: {
791
+ "v-slot:activator"?: false | ((arg: {
838
792
  isActive: boolean;
839
793
  props: Record<string, any>;
840
794
  }) => vue.VNodeChild) | undefined;
841
795
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
842
796
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
843
- } & {
844
- $slots?: {
845
- activator?: ((args_0: {
846
- isActive: boolean;
847
- props: Record<string, any>;
848
- }) => vue.VNodeChild) | undefined;
849
- default?: (() => vue.VNodeChild) | undefined;
850
- actions?: (() => vue.VNodeChild) | undefined;
851
- } | undefined;
852
797
  } & {
853
798
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
854
799
  } & vue.ShallowUnwrapRef<Omit<Omit<{
@@ -892,42 +837,33 @@ declare const VSnackbar: {
892
837
  class?: any;
893
838
  onAfterLeave?: (() => any) | undefined;
894
839
  $children?: vue.VNodeChild | {
895
- default?: ((args_0: {
840
+ default?: ((arg: {
896
841
  isActive: vue.Ref<boolean>;
897
842
  }) => vue.VNodeChild) | undefined;
898
- activator?: ((args_0: {
843
+ activator?: ((arg: {
899
844
  isActive: boolean;
900
845
  props: Record<string, any>;
901
846
  }) => vue.VNodeChild) | undefined;
902
- } | ((args_0: {
847
+ } | ((arg: {
903
848
  isActive: vue.Ref<boolean>;
904
849
  }) => vue.VNodeChild);
905
850
  ref?: vue.VNodeRef | undefined;
906
851
  ref_for?: boolean | undefined;
907
852
  ref_key?: string | undefined;
908
853
  theme?: string | undefined;
909
- "v-slot:default"?: false | ((args_0: {
854
+ "v-slot:default"?: false | ((arg: {
910
855
  isActive: vue.Ref<boolean>;
911
856
  }) => vue.VNodeChild) | undefined;
912
857
  'v-slots'?: {
913
- default?: false | ((args_0: {
858
+ default?: false | ((arg: {
914
859
  isActive: vue.Ref<boolean>;
915
860
  }) => vue.VNodeChild) | undefined;
916
- activator?: false | ((args_0: {
861
+ activator?: false | ((arg: {
917
862
  isActive: boolean;
918
863
  props: Record<string, any>;
919
864
  }) => vue.VNodeChild) | undefined;
920
865
  } | undefined;
921
866
  contentClass?: any;
922
- $slots?: {
923
- default?: ((args_0: {
924
- isActive: vue.Ref<boolean>;
925
- }) => vue.VNodeChild) | undefined;
926
- activator?: ((args_0: {
927
- isActive: boolean;
928
- props: Record<string, any>;
929
- }) => vue.VNodeChild) | undefined;
930
- } | undefined;
931
867
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
932
868
  [key: string]: any;
933
869
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -968,7 +904,7 @@ declare const VSnackbar: {
968
904
  }>) => void)[] | undefined;
969
905
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
970
906
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
971
- "v-slot:activator"?: false | ((args_0: {
907
+ "v-slot:activator"?: false | ((arg: {
972
908
  isActive: boolean;
973
909
  props: Record<string, any>;
974
910
  }) => vue.VNodeChild) | undefined;
@@ -985,12 +921,12 @@ declare const VSnackbar: {
985
921
  [x: string]: unknown;
986
922
  };
987
923
  $slots: Readonly<{
988
- default?: ((args_0: {
924
+ default?: ((arg: {
989
925
  isActive: vue.Ref<boolean>;
990
926
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
991
927
  [key: string]: any;
992
928
  }>[]) | undefined;
993
- activator?: ((args_0: {
929
+ activator?: ((arg: {
994
930
  isActive: boolean;
995
931
  props: Record<string, any>;
996
932
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1046,43 +982,33 @@ declare const VSnackbar: {
1046
982
  attach?: string | boolean | Element | undefined;
1047
983
  } & {
1048
984
  $children?: vue.VNodeChild | {
1049
- default?: ((args_0: {
985
+ default?: ((arg: {
1050
986
  isActive: vue.Ref<boolean>;
1051
987
  }) => vue.VNodeChild) | undefined;
1052
- activator?: ((args_0: {
988
+ activator?: ((arg: {
1053
989
  isActive: boolean;
1054
990
  props: Record<string, any>;
1055
991
  }) => vue.VNodeChild) | undefined;
1056
- } | ((args_0: {
992
+ } | ((arg: {
1057
993
  isActive: vue.Ref<boolean>;
1058
994
  }) => vue.VNodeChild);
1059
995
  'v-slots'?: {
1060
- default?: false | ((args_0: {
996
+ default?: false | ((arg: {
1061
997
  isActive: vue.Ref<boolean>;
1062
998
  }) => vue.VNodeChild) | undefined;
1063
- activator?: false | ((args_0: {
999
+ activator?: false | ((arg: {
1064
1000
  isActive: boolean;
1065
1001
  props: Record<string, any>;
1066
1002
  }) => vue.VNodeChild) | undefined;
1067
1003
  } | undefined;
1068
1004
  } & {
1069
- "v-slot:default"?: false | ((args_0: {
1005
+ "v-slot:default"?: false | ((arg: {
1070
1006
  isActive: vue.Ref<boolean>;
1071
1007
  }) => vue.VNodeChild) | undefined;
1072
- "v-slot:activator"?: false | ((args_0: {
1008
+ "v-slot:activator"?: false | ((arg: {
1073
1009
  isActive: boolean;
1074
1010
  props: Record<string, any>;
1075
1011
  }) => vue.VNodeChild) | undefined;
1076
- } & {
1077
- $slots?: {
1078
- default?: ((args_0: {
1079
- isActive: vue.Ref<boolean>;
1080
- }) => vue.VNodeChild) | undefined;
1081
- activator?: ((args_0: {
1082
- isActive: boolean;
1083
- props: Record<string, any>;
1084
- }) => vue.VNodeChild) | undefined;
1085
- } | undefined;
1086
1012
  } & {
1087
1013
  onAfterLeave?: (() => any) | undefined;
1088
1014
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1126,12 +1052,12 @@ declare const VSnackbar: {
1126
1052
  scrim: string | boolean;
1127
1053
  _disableGlobalStack: boolean;
1128
1054
  }, {}, string, vue.SlotsType<Partial<{
1129
- default: (args_0: {
1055
+ default: (arg: {
1130
1056
  isActive: vue.Ref<boolean>;
1131
1057
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1132
1058
  [key: string]: any;
1133
1059
  }>[];
1134
- activator: (args_0: {
1060
+ activator: (arg: {
1135
1061
  isActive: boolean;
1136
1062
  props: Record<string, any>;
1137
1063
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1202,43 +1128,33 @@ declare const VSnackbar: {
1202
1128
  attach?: string | boolean | Element | undefined;
1203
1129
  } & {
1204
1130
  $children?: vue.VNodeChild | {
1205
- default?: ((args_0: {
1131
+ default?: ((arg: {
1206
1132
  isActive: vue.Ref<boolean>;
1207
1133
  }) => vue.VNodeChild) | undefined;
1208
- activator?: ((args_0: {
1134
+ activator?: ((arg: {
1209
1135
  isActive: boolean;
1210
1136
  props: Record<string, any>;
1211
1137
  }) => vue.VNodeChild) | undefined;
1212
- } | ((args_0: {
1138
+ } | ((arg: {
1213
1139
  isActive: vue.Ref<boolean>;
1214
1140
  }) => vue.VNodeChild);
1215
1141
  'v-slots'?: {
1216
- default?: false | ((args_0: {
1142
+ default?: false | ((arg: {
1217
1143
  isActive: vue.Ref<boolean>;
1218
1144
  }) => vue.VNodeChild) | undefined;
1219
- activator?: false | ((args_0: {
1145
+ activator?: false | ((arg: {
1220
1146
  isActive: boolean;
1221
1147
  props: Record<string, any>;
1222
1148
  }) => vue.VNodeChild) | undefined;
1223
1149
  } | undefined;
1224
1150
  } & {
1225
- "v-slot:default"?: false | ((args_0: {
1151
+ "v-slot:default"?: false | ((arg: {
1226
1152
  isActive: vue.Ref<boolean>;
1227
1153
  }) => vue.VNodeChild) | undefined;
1228
- "v-slot:activator"?: false | ((args_0: {
1154
+ "v-slot:activator"?: false | ((arg: {
1229
1155
  isActive: boolean;
1230
1156
  props: Record<string, any>;
1231
1157
  }) => vue.VNodeChild) | undefined;
1232
- } & {
1233
- $slots?: {
1234
- default?: ((args_0: {
1235
- isActive: vue.Ref<boolean>;
1236
- }) => vue.VNodeChild) | undefined;
1237
- activator?: ((args_0: {
1238
- isActive: boolean;
1239
- props: Record<string, any>;
1240
- }) => vue.VNodeChild) | undefined;
1241
- } | undefined;
1242
1158
  } & {
1243
1159
  onAfterLeave?: (() => any) | undefined;
1244
1160
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1250,7 +1166,7 @@ declare const VSnackbar: {
1250
1166
  globalTop: Readonly<vue.Ref<boolean>>;
1251
1167
  localTop: vue.ComputedRef<boolean>;
1252
1168
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1253
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1169
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1254
1170
  __isFragment?: undefined;
1255
1171
  __isTeleport?: undefined;
1256
1172
  __isSuspense?: undefined;
@@ -1301,7 +1217,7 @@ declare const VSnackbar: {
1301
1217
  attach?: string | boolean | Element | undefined;
1302
1218
  } & {
1303
1219
  $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1304
- activator?: ((args_0: {
1220
+ activator?: ((arg: {
1305
1221
  isActive: boolean;
1306
1222
  props: Record<string, any>;
1307
1223
  }) => vue.VNodeChild) | undefined;
@@ -1309,7 +1225,7 @@ declare const VSnackbar: {
1309
1225
  actions?: (() => vue.VNodeChild) | undefined;
1310
1226
  };
1311
1227
  'v-slots'?: {
1312
- activator?: false | ((args_0: {
1228
+ activator?: false | ((arg: {
1313
1229
  isActive: boolean;
1314
1230
  props: Record<string, any>;
1315
1231
  }) => vue.VNodeChild) | undefined;
@@ -1317,21 +1233,12 @@ declare const VSnackbar: {
1317
1233
  actions?: false | (() => vue.VNodeChild) | undefined;
1318
1234
  } | undefined;
1319
1235
  } & {
1320
- "v-slot:activator"?: false | ((args_0: {
1236
+ "v-slot:activator"?: false | ((arg: {
1321
1237
  isActive: boolean;
1322
1238
  props: Record<string, any>;
1323
1239
  }) => vue.VNodeChild) | undefined;
1324
1240
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1325
1241
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
1326
- } & {
1327
- $slots?: {
1328
- activator?: ((args_0: {
1329
- isActive: boolean;
1330
- props: Record<string, any>;
1331
- }) => vue.VNodeChild) | undefined;
1332
- default?: (() => vue.VNodeChild) | undefined;
1333
- actions?: (() => vue.VNodeChild) | undefined;
1334
- } | undefined;
1335
1242
  } & {
1336
1243
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
1337
1244
  }, Omit<Omit<{
@@ -1375,42 +1282,33 @@ declare const VSnackbar: {
1375
1282
  class?: any;
1376
1283
  onAfterLeave?: (() => any) | undefined;
1377
1284
  $children?: vue.VNodeChild | {
1378
- default?: ((args_0: {
1285
+ default?: ((arg: {
1379
1286
  isActive: vue.Ref<boolean>;
1380
1287
  }) => vue.VNodeChild) | undefined;
1381
- activator?: ((args_0: {
1288
+ activator?: ((arg: {
1382
1289
  isActive: boolean;
1383
1290
  props: Record<string, any>;
1384
1291
  }) => vue.VNodeChild) | undefined;
1385
- } | ((args_0: {
1292
+ } | ((arg: {
1386
1293
  isActive: vue.Ref<boolean>;
1387
1294
  }) => vue.VNodeChild);
1388
1295
  ref?: vue.VNodeRef | undefined;
1389
1296
  ref_for?: boolean | undefined;
1390
1297
  ref_key?: string | undefined;
1391
1298
  theme?: string | undefined;
1392
- "v-slot:default"?: false | ((args_0: {
1299
+ "v-slot:default"?: false | ((arg: {
1393
1300
  isActive: vue.Ref<boolean>;
1394
1301
  }) => vue.VNodeChild) | undefined;
1395
1302
  'v-slots'?: {
1396
- default?: false | ((args_0: {
1303
+ default?: false | ((arg: {
1397
1304
  isActive: vue.Ref<boolean>;
1398
1305
  }) => vue.VNodeChild) | undefined;
1399
- activator?: false | ((args_0: {
1306
+ activator?: false | ((arg: {
1400
1307
  isActive: boolean;
1401
1308
  props: Record<string, any>;
1402
1309
  }) => vue.VNodeChild) | undefined;
1403
1310
  } | undefined;
1404
1311
  contentClass?: any;
1405
- $slots?: {
1406
- default?: ((args_0: {
1407
- isActive: vue.Ref<boolean>;
1408
- }) => vue.VNodeChild) | undefined;
1409
- activator?: ((args_0: {
1410
- isActive: boolean;
1411
- props: Record<string, any>;
1412
- }) => vue.VNodeChild) | undefined;
1413
- } | undefined;
1414
1312
  onVnodeBeforeMount?: ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
1415
1313
  [key: string]: any;
1416
1314
  }>) => void) | ((vnode: vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1451,7 +1349,7 @@ declare const VSnackbar: {
1451
1349
  }>) => void)[] | undefined;
1452
1350
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1453
1351
  activator?: string | Element | vue.ComponentPublicInstance | undefined;
1454
- "v-slot:activator"?: false | ((args_0: {
1352
+ "v-slot:activator"?: false | ((arg: {
1455
1353
  isActive: boolean;
1456
1354
  props: Record<string, any>;
1457
1355
  }) => vue.VNodeChild) | undefined;
@@ -1468,12 +1366,12 @@ declare const VSnackbar: {
1468
1366
  [x: string]: unknown;
1469
1367
  };
1470
1368
  $slots: Readonly<{
1471
- default?: ((args_0: {
1369
+ default?: ((arg: {
1472
1370
  isActive: vue.Ref<boolean>;
1473
1371
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1474
1372
  [key: string]: any;
1475
1373
  }>[]) | undefined;
1476
- activator?: ((args_0: {
1374
+ activator?: ((arg: {
1477
1375
  isActive: boolean;
1478
1376
  props: Record<string, any>;
1479
1377
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1529,43 +1427,33 @@ declare const VSnackbar: {
1529
1427
  attach?: string | boolean | Element | undefined;
1530
1428
  } & {
1531
1429
  $children?: vue.VNodeChild | {
1532
- default?: ((args_0: {
1430
+ default?: ((arg: {
1533
1431
  isActive: vue.Ref<boolean>;
1534
1432
  }) => vue.VNodeChild) | undefined;
1535
- activator?: ((args_0: {
1433
+ activator?: ((arg: {
1536
1434
  isActive: boolean;
1537
1435
  props: Record<string, any>;
1538
1436
  }) => vue.VNodeChild) | undefined;
1539
- } | ((args_0: {
1437
+ } | ((arg: {
1540
1438
  isActive: vue.Ref<boolean>;
1541
1439
  }) => vue.VNodeChild);
1542
1440
  'v-slots'?: {
1543
- default?: false | ((args_0: {
1441
+ default?: false | ((arg: {
1544
1442
  isActive: vue.Ref<boolean>;
1545
1443
  }) => vue.VNodeChild) | undefined;
1546
- activator?: false | ((args_0: {
1444
+ activator?: false | ((arg: {
1547
1445
  isActive: boolean;
1548
1446
  props: Record<string, any>;
1549
1447
  }) => vue.VNodeChild) | undefined;
1550
1448
  } | undefined;
1551
1449
  } & {
1552
- "v-slot:default"?: false | ((args_0: {
1450
+ "v-slot:default"?: false | ((arg: {
1553
1451
  isActive: vue.Ref<boolean>;
1554
1452
  }) => vue.VNodeChild) | undefined;
1555
- "v-slot:activator"?: false | ((args_0: {
1453
+ "v-slot:activator"?: false | ((arg: {
1556
1454
  isActive: boolean;
1557
1455
  props: Record<string, any>;
1558
1456
  }) => vue.VNodeChild) | undefined;
1559
- } & {
1560
- $slots?: {
1561
- default?: ((args_0: {
1562
- isActive: vue.Ref<boolean>;
1563
- }) => vue.VNodeChild) | undefined;
1564
- activator?: ((args_0: {
1565
- isActive: boolean;
1566
- props: Record<string, any>;
1567
- }) => vue.VNodeChild) | undefined;
1568
- } | undefined;
1569
1457
  } & {
1570
1458
  onAfterLeave?: (() => any) | undefined;
1571
1459
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1609,12 +1497,12 @@ declare const VSnackbar: {
1609
1497
  scrim: string | boolean;
1610
1498
  _disableGlobalStack: boolean;
1611
1499
  }, {}, string, vue.SlotsType<Partial<{
1612
- default: (args_0: {
1500
+ default: (arg: {
1613
1501
  isActive: vue.Ref<boolean>;
1614
1502
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1615
1503
  [key: string]: any;
1616
1504
  }>[];
1617
- activator: (args_0: {
1505
+ activator: (arg: {
1618
1506
  isActive: boolean;
1619
1507
  props: Record<string, any>;
1620
1508
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -1685,43 +1573,33 @@ declare const VSnackbar: {
1685
1573
  attach?: string | boolean | Element | undefined;
1686
1574
  } & {
1687
1575
  $children?: vue.VNodeChild | {
1688
- default?: ((args_0: {
1576
+ default?: ((arg: {
1689
1577
  isActive: vue.Ref<boolean>;
1690
1578
  }) => vue.VNodeChild) | undefined;
1691
- activator?: ((args_0: {
1579
+ activator?: ((arg: {
1692
1580
  isActive: boolean;
1693
1581
  props: Record<string, any>;
1694
1582
  }) => vue.VNodeChild) | undefined;
1695
- } | ((args_0: {
1583
+ } | ((arg: {
1696
1584
  isActive: vue.Ref<boolean>;
1697
1585
  }) => vue.VNodeChild);
1698
1586
  'v-slots'?: {
1699
- default?: false | ((args_0: {
1587
+ default?: false | ((arg: {
1700
1588
  isActive: vue.Ref<boolean>;
1701
1589
  }) => vue.VNodeChild) | undefined;
1702
- activator?: false | ((args_0: {
1590
+ activator?: false | ((arg: {
1703
1591
  isActive: boolean;
1704
1592
  props: Record<string, any>;
1705
1593
  }) => vue.VNodeChild) | undefined;
1706
1594
  } | undefined;
1707
1595
  } & {
1708
- "v-slot:default"?: false | ((args_0: {
1596
+ "v-slot:default"?: false | ((arg: {
1709
1597
  isActive: vue.Ref<boolean>;
1710
1598
  }) => vue.VNodeChild) | undefined;
1711
- "v-slot:activator"?: false | ((args_0: {
1599
+ "v-slot:activator"?: false | ((arg: {
1712
1600
  isActive: boolean;
1713
1601
  props: Record<string, any>;
1714
1602
  }) => vue.VNodeChild) | undefined;
1715
- } & {
1716
- $slots?: {
1717
- default?: ((args_0: {
1718
- isActive: vue.Ref<boolean>;
1719
- }) => vue.VNodeChild) | undefined;
1720
- activator?: ((args_0: {
1721
- isActive: boolean;
1722
- props: Record<string, any>;
1723
- }) => vue.VNodeChild) | undefined;
1724
- } | undefined;
1725
1603
  } & {
1726
1604
  onAfterLeave?: (() => any) | undefined;
1727
1605
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
@@ -1733,7 +1611,7 @@ declare const VSnackbar: {
1733
1611
  globalTop: Readonly<vue.Ref<boolean>>;
1734
1612
  localTop: vue.ComputedRef<boolean>;
1735
1613
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1736
- }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "$slots" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1614
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "onAfterLeave" | "$children" | "ref" | "ref_for" | "ref_key" | "theme" | "v-slot:default" | "v-slots" | "contentClass" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1737
1615
  'update:modelValue': (v: boolean) => boolean;
1738
1616
  }, string, {
1739
1617
  absolute: boolean;
@@ -1763,7 +1641,7 @@ declare const VSnackbar: {
1763
1641
  contained: boolean;
1764
1642
  multiLine: boolean;
1765
1643
  }, {}, string, vue.SlotsType<Partial<{
1766
- activator: (args_0: {
1644
+ activator: (arg: {
1767
1645
  isActive: boolean;
1768
1646
  props: Record<string, any>;
1769
1647
  }) => vue.VNode<vue.RendererNode, vue.RendererElement, {