vuetify 3.1.9 → 3.1.11

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 (208) hide show
  1. package/dist/json/attributes.json +203 -27
  2. package/dist/json/importMap.json +92 -92
  3. package/dist/json/tags.json +46 -2
  4. package/dist/json/web-types.json +481 -49
  5. package/dist/vuetify-labs.css +167 -147
  6. package/dist/vuetify-labs.d.ts +56923 -14294
  7. package/dist/vuetify-labs.esm.js +136 -152
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +136 -152
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +76 -68
  12. package/dist/vuetify.d.ts +54804 -15357
  13. package/dist/vuetify.esm.js +133 -152
  14. package/dist/vuetify.esm.js.map +1 -1
  15. package/dist/vuetify.js +133 -152
  16. package/dist/vuetify.js.map +1 -1
  17. package/dist/vuetify.min.css +2 -2
  18. package/dist/vuetify.min.js +667 -669
  19. package/dist/vuetify.min.js.map +1 -1
  20. package/lib/blueprints/index.d.ts +6 -9
  21. package/lib/blueprints/md1.d.ts +6 -9
  22. package/lib/blueprints/md2.d.ts +6 -9
  23. package/lib/blueprints/md3.d.ts +6 -9
  24. package/lib/blueprints/md3.mjs +6 -0
  25. package/lib/blueprints/md3.mjs.map +1 -1
  26. package/lib/components/VAlert/index.d.ts +509 -83
  27. package/lib/components/VApp/VApp.css +1 -0
  28. package/lib/components/VApp/VApp.sass +1 -0
  29. package/lib/components/VApp/index.d.ts +158 -20
  30. package/lib/components/VAppBar/VAppBar.mjs +2 -2
  31. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  32. package/lib/components/VAppBar/index.d.ts +616 -110
  33. package/lib/components/VAutocomplete/VAutocomplete.mjs +2 -2
  34. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  35. package/lib/components/VAutocomplete/index.d.ts +1656 -130
  36. package/lib/components/VAvatar/index.d.ts +205 -29
  37. package/lib/components/VBadge/index.d.ts +284 -42
  38. package/lib/components/VBanner/index.d.ts +478 -84
  39. package/lib/components/VBottomNavigation/index.d.ts +321 -40
  40. package/lib/components/VBreadcrumbs/index.d.ts +325 -45
  41. package/lib/components/VBtn/VBtn.css +0 -5
  42. package/lib/components/VBtn/VBtn.mjs +40 -39
  43. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  44. package/lib/components/VBtn/VBtn.sass +0 -7
  45. package/lib/components/VBtn/_variables.scss +0 -2
  46. package/lib/components/VBtn/index.d.ts +452 -69
  47. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -7
  48. package/lib/components/VBtnGroup/VBtnGroup.mjs.map +1 -1
  49. package/lib/components/VBtnGroup/index.d.ts +185 -26
  50. package/lib/components/VBtnToggle/VBtnToggle.mjs +2 -2
  51. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  52. package/lib/components/VBtnToggle/index.d.ts +245 -35
  53. package/lib/components/VCard/index.d.ts +938 -172
  54. package/lib/components/VCarousel/index.d.ts +561 -123
  55. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  56. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  57. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -4
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs.map +1 -1
  59. package/lib/components/VCheckbox/index.d.ts +831 -147
  60. package/lib/components/VChip/index.d.ts +473 -75
  61. package/lib/components/VChipGroup/index.d.ts +227 -32
  62. package/lib/components/VCode/index.d.ts +109 -16
  63. package/lib/components/VColorPicker/index.d.ts +284 -20
  64. package/lib/components/VCombobox/VCombobox.mjs +2 -2
  65. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  66. package/lib/components/VCombobox/index.d.ts +1668 -130
  67. package/lib/components/VCounter/index.d.ts +1894 -87
  68. package/lib/components/VDefaultsProvider/index.d.ts +131 -22
  69. package/lib/components/VDialog/VDialog.css +31 -24
  70. package/lib/components/VDialog/VDialog.mjs +2 -2
  71. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  72. package/lib/components/VDialog/VDialog.sass +19 -12
  73. package/lib/components/VDialog/index.d.ts +2362 -146
  74. package/lib/components/VDivider/index.d.ts +130 -23
  75. package/lib/components/VExpansionPanel/index.d.ts +719 -119
  76. package/lib/components/VField/index.d.ts +163 -21
  77. package/lib/components/VFileInput/index.d.ts +1038 -104
  78. package/lib/components/VFooter/index.d.ts +203 -28
  79. package/lib/components/VForm/index.d.ts +204 -23
  80. package/lib/components/VGrid/VCol.mjs +6 -5
  81. package/lib/components/VGrid/VCol.mjs.map +1 -1
  82. package/lib/components/VGrid/VRow.mjs +4 -4
  83. package/lib/components/VGrid/VRow.mjs.map +1 -1
  84. package/lib/components/VGrid/index.d.ts +733 -76
  85. package/lib/components/VHover/index.d.ts +182 -35
  86. package/lib/components/VIcon/index.d.ts +494 -50
  87. package/lib/components/VImg/index.d.ts +275 -46
  88. package/lib/components/VInput/index.d.ts +315 -53
  89. package/lib/components/VItemGroup/index.d.ts +308 -52
  90. package/lib/components/VKbd/VKbd.css +1 -0
  91. package/lib/components/VKbd/VKbd.sass +1 -0
  92. package/lib/components/VKbd/_variables.scss +1 -0
  93. package/lib/components/VKbd/index.d.ts +109 -16
  94. package/lib/components/VLabel/index.d.ts +113 -20
  95. package/lib/components/VLayout/index.d.ts +296 -41
  96. package/lib/components/VLazy/VLazy.mjs +4 -1
  97. package/lib/components/VLazy/VLazy.mjs.map +1 -1
  98. package/lib/components/VLazy/index.d.ts +219 -30
  99. package/lib/components/VList/VListChildren.mjs +2 -2
  100. package/lib/components/VList/VListChildren.mjs.map +1 -1
  101. package/lib/components/VList/VListGroup.mjs +1 -4
  102. package/lib/components/VList/VListGroup.mjs.map +1 -1
  103. package/lib/components/VList/VListItem.mjs +1 -1
  104. package/lib/components/VList/VListItem.mjs.map +1 -1
  105. package/lib/components/VList/index.d.ts +1461 -223
  106. package/lib/components/VLocaleProvider/index.d.ts +121 -20
  107. package/lib/components/VMain/index.d.ts +118 -17
  108. package/lib/components/VMenu/VMenu.css +4 -4
  109. package/lib/components/VMenu/VMenu.mjs +2 -2
  110. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  111. package/lib/components/VMenu/VMenu.sass +1 -1
  112. package/lib/components/VMenu/index.d.ts +2368 -142
  113. package/lib/components/VMessages/index.d.ts +1921 -98
  114. package/lib/components/VNavigationDrawer/index.d.ts +379 -56
  115. package/lib/components/VOverlay/VOverlay.css +2 -2
  116. package/lib/components/VOverlay/VOverlay.mjs +1 -4
  117. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  118. package/lib/components/VOverlay/VOverlay.sass +1 -1
  119. package/lib/components/VOverlay/_variables.scss +1 -1
  120. package/lib/components/VOverlay/index.d.ts +519 -85
  121. package/lib/components/VPagination/index.d.ts +502 -68
  122. package/lib/components/VParallax/VParallax.mjs +3 -3
  123. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  124. package/lib/components/VParallax/index.d.ts +141 -28
  125. package/lib/components/VProgressCircular/index.d.ts +186 -25
  126. package/lib/components/VProgressLinear/index.d.ts +319 -48
  127. package/lib/components/VRadio/index.d.ts +313 -57
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -6
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/index.d.ts +463 -83
  131. package/lib/components/VRangeSlider/index.d.ts +528 -80
  132. package/lib/components/VRating/index.d.ts +305 -43
  133. package/lib/components/VResponsive/index.d.ts +142 -27
  134. package/lib/components/VSelect/VSelect.mjs +2 -2
  135. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  136. package/lib/components/VSelect/index.d.ts +3060 -328
  137. package/lib/components/VSelectionControl/VSelectionControl.mjs +1 -4
  138. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  139. package/lib/components/VSelectionControl/index.d.ts +76 -4
  140. package/lib/components/VSelectionControlGroup/index.d.ts +242 -38
  141. package/lib/components/VSheet/VSheet.mjs +1 -7
  142. package/lib/components/VSheet/VSheet.mjs.map +1 -1
  143. package/lib/components/VSheet/index.d.ts +194 -31
  144. package/lib/components/VSlideGroup/index.d.ts +475 -83
  145. package/lib/components/VSlider/index.d.ts +521 -79
  146. package/lib/components/VSlider/slider.mjs +2 -5
  147. package/lib/components/VSlider/slider.mjs.map +1 -1
  148. package/lib/components/VSnackbar/VSnackbar.mjs +2 -2
  149. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  150. package/lib/components/VSnackbar/index.d.ts +1219 -81
  151. package/lib/components/VSwitch/VSwitch.mjs +2 -2
  152. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  153. package/lib/components/VSwitch/index.d.ts +498 -92
  154. package/lib/components/VSystemBar/index.d.ts +184 -27
  155. package/lib/components/VTable/index.d.ts +190 -35
  156. package/lib/components/VTabs/VTab.mjs +7 -23
  157. package/lib/components/VTabs/VTab.mjs.map +1 -1
  158. package/lib/components/VTabs/VTabs.mjs +15 -23
  159. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  160. package/lib/components/VTabs/index.d.ts +623 -71
  161. package/lib/components/VTextField/VTextField.mjs +8 -5
  162. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  163. package/lib/components/VTextField/index.d.ts +1404 -106
  164. package/lib/components/VTextarea/VTextarea.mjs +7 -1
  165. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  166. package/lib/components/VTextarea/index.d.ts +1014 -102
  167. package/lib/components/VThemeProvider/index.d.ts +124 -19
  168. package/lib/components/VTimeline/index.d.ts +441 -71
  169. package/lib/components/VToolbar/VToolbar.mjs +1 -4
  170. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  171. package/lib/components/VToolbar/index.d.ts +542 -93
  172. package/lib/components/VTooltip/VTooltip.css +3 -3
  173. package/lib/components/VTooltip/VTooltip.mjs +2 -2
  174. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  175. package/lib/components/VTooltip/VTooltip.sass +1 -1
  176. package/lib/components/VTooltip/index.d.ts +1263 -81
  177. package/lib/components/VValidation/index.d.ts +201 -30
  178. package/lib/components/VWindow/index.d.ts +527 -95
  179. package/lib/components/index.d.ts +55131 -15681
  180. package/lib/components/transitions/index.d.ts +2097 -308
  181. package/lib/composables/defaults.mjs +1 -1
  182. package/lib/composables/defaults.mjs.map +1 -1
  183. package/lib/composables/display.mjs +2 -0
  184. package/lib/composables/display.mjs.map +1 -1
  185. package/lib/composables/form.mjs.map +1 -1
  186. package/lib/entry-bundler.mjs +1 -1
  187. package/lib/entry-bundler.mjs.map +1 -1
  188. package/lib/framework.mjs +1 -1
  189. package/lib/framework.mjs.map +1 -1
  190. package/lib/index.d.ts +31 -34
  191. package/lib/labs/VDataTable/VDataTable.css +12 -0
  192. package/lib/labs/VDataTable/VDataTable.sass +6 -0
  193. package/lib/labs/VDataTable/VDataTableRow.mjs +2 -0
  194. package/lib/labs/VDataTable/VDataTableRow.mjs.map +1 -1
  195. package/lib/labs/VDataTable/VDataTableRows.mjs +1 -0
  196. package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
  197. package/lib/labs/VDataTable/index.d.ts +4176 -1016
  198. package/lib/labs/VVirtualScroll/index.d.ts +32 -1
  199. package/lib/labs/components.d.ts +4212 -1026
  200. package/lib/styles/main.css +4 -0
  201. package/lib/styles/settings/_utilities.scss +7 -0
  202. package/lib/util/animation.mjs +8 -1
  203. package/lib/util/animation.mjs.map +1 -1
  204. package/lib/util/defineComponent.mjs +12 -5
  205. package/lib/util/defineComponent.mjs.map +1 -1
  206. package/lib/util/helpers.mjs +4 -0
  207. package/lib/util/helpers.mjs.map +1 -1
  208. package/package.json +3 -2
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { Ref, EffectScope } from 'vue';
2
+ import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes } from 'vue';
3
3
 
4
4
  interface ScrollStrategyData {
5
5
  root: Ref<HTMLElement | undefined>;
@@ -46,6 +46,10 @@ type Tblock = typeof block[number];
46
46
  type Tinline = typeof inline[number];
47
47
  type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
48
48
 
49
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
50
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): [yes: Partial<Pick<T, U>>, no: Omit<T, U>];
51
+ }
52
+
49
53
  interface LocationStrategyData {
50
54
  contentEl: Ref<HTMLElement | undefined>;
51
55
  activatorEl: Ref<HTMLElement | undefined>;
@@ -80,7 +84,1034 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
80
84
  } | undefined;
81
85
  };
82
86
 
83
- declare const VSnackbar: vue.DefineComponent<{
87
+ declare const VSnackbar: {
88
+ new (...args: any[]): {
89
+ $: vue.ComponentInternalInstance;
90
+ $data: {};
91
+ $props: Partial<{
92
+ absolute: boolean;
93
+ location: Anchor;
94
+ origin: "auto" | Anchor | "overlap";
95
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
96
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
97
+ })>;
98
+ zIndex: string | number;
99
+ eager: boolean;
100
+ disabled: boolean;
101
+ timeout: string | number;
102
+ vertical: boolean;
103
+ rounded: string | number | boolean;
104
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
105
+ modelValue: boolean;
106
+ activatorProps: Record<string, any>;
107
+ openOnClick: boolean;
108
+ openOnHover: boolean;
109
+ openOnFocus: boolean;
110
+ closeOnContentClick: boolean;
111
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
112
+ updateLocation: (e: Event) => void;
113
+ } | undefined);
114
+ closeOnBack: boolean;
115
+ contained: boolean;
116
+ multiLine: boolean;
117
+ }> & Omit<{
118
+ absolute: boolean;
119
+ location: Anchor;
120
+ origin: "auto" | Anchor | "overlap";
121
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
122
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
123
+ })>;
124
+ zIndex: string | number;
125
+ eager: boolean;
126
+ disabled: boolean;
127
+ timeout: string | number;
128
+ vertical: boolean;
129
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
130
+ modelValue: boolean;
131
+ activatorProps: Record<string, any>;
132
+ openOnHover: boolean;
133
+ closeOnContentClick: boolean;
134
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
135
+ updateLocation: (e: Event) => void;
136
+ } | undefined);
137
+ closeOnBack: boolean;
138
+ contained: boolean;
139
+ multiLine: boolean;
140
+ } & {
141
+ offset?: string | number | number[] | undefined;
142
+ height?: string | number | undefined;
143
+ width?: string | number | undefined;
144
+ color?: string | undefined;
145
+ maxHeight?: string | number | undefined;
146
+ maxWidth?: string | number | undefined;
147
+ minHeight?: string | number | undefined;
148
+ minWidth?: string | number | undefined;
149
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
150
+ theme?: string | undefined;
151
+ contentClass?: any;
152
+ rounded?: string | number | boolean | undefined;
153
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
154
+ closeDelay?: string | number | undefined;
155
+ openDelay?: string | number | undefined;
156
+ openOnClick?: boolean | undefined;
157
+ openOnFocus?: boolean | undefined;
158
+ contentProps?: any;
159
+ attach?: string | boolean | Element | undefined;
160
+ } & {
161
+ $children?: {} | vue.VNodeChild | {
162
+ activator?: ((args_0: {
163
+ isActive: boolean;
164
+ props: Record<string, any>;
165
+ }) => vue.VNodeChild) | undefined;
166
+ default?: (() => vue.VNodeChild) | undefined;
167
+ actions?: (() => vue.VNodeChild) | undefined;
168
+ };
169
+ $slots?: {
170
+ activator?: ((args_0: {
171
+ isActive: boolean;
172
+ props: Record<string, any>;
173
+ }) => vue.VNodeChild) | undefined;
174
+ default?: (() => vue.VNodeChild) | undefined;
175
+ actions?: (() => vue.VNodeChild) | undefined;
176
+ } | undefined;
177
+ 'v-slots'?: {
178
+ activator?: false | ((args_0: {
179
+ isActive: boolean;
180
+ props: Record<string, any>;
181
+ }) => vue.VNodeChild) | undefined;
182
+ default?: false | (() => vue.VNodeChild) | undefined;
183
+ actions?: false | (() => vue.VNodeChild) | undefined;
184
+ } | undefined;
185
+ } & {
186
+ "v-slot:activator"?: false | ((args_0: {
187
+ isActive: boolean;
188
+ props: Record<string, any>;
189
+ }) => vue.VNodeChild) | undefined;
190
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
191
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
192
+ } & {
193
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
194
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "timeout" | "vertical" | "rounded" | "variant" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "closeOnBack" | "contained" | "multiLine">;
195
+ $attrs: {
196
+ [x: string]: unknown;
197
+ };
198
+ $refs: {
199
+ [x: string]: unknown;
200
+ };
201
+ $slots: Readonly<{
202
+ [name: string]: vue.Slot | undefined;
203
+ }>;
204
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
205
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
206
+ $emit: (event: "update:modelValue", v: boolean) => void;
207
+ $el: any;
208
+ $options: vue.ComponentOptionsBase<{
209
+ absolute: boolean;
210
+ location: Anchor;
211
+ origin: "auto" | Anchor | "overlap";
212
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
213
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
214
+ })>;
215
+ zIndex: string | number;
216
+ eager: boolean;
217
+ disabled: boolean;
218
+ timeout: string | number;
219
+ vertical: boolean;
220
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
221
+ modelValue: boolean;
222
+ activatorProps: Record<string, any>;
223
+ openOnHover: boolean;
224
+ closeOnContentClick: boolean;
225
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
226
+ updateLocation: (e: Event) => void;
227
+ } | undefined);
228
+ closeOnBack: boolean;
229
+ contained: boolean;
230
+ multiLine: boolean;
231
+ } & {
232
+ offset?: string | number | number[] | undefined;
233
+ height?: string | number | undefined;
234
+ width?: string | number | undefined;
235
+ color?: string | undefined;
236
+ maxHeight?: string | number | undefined;
237
+ maxWidth?: string | number | undefined;
238
+ minHeight?: string | number | undefined;
239
+ minWidth?: string | number | undefined;
240
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
241
+ theme?: string | undefined;
242
+ contentClass?: any;
243
+ rounded?: string | number | boolean | undefined;
244
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
245
+ closeDelay?: string | number | undefined;
246
+ openDelay?: string | number | undefined;
247
+ openOnClick?: boolean | undefined;
248
+ openOnFocus?: boolean | undefined;
249
+ contentProps?: any;
250
+ attach?: string | boolean | Element | undefined;
251
+ } & {
252
+ $children?: {} | vue.VNodeChild | {
253
+ activator?: ((args_0: {
254
+ isActive: boolean;
255
+ props: Record<string, any>;
256
+ }) => vue.VNodeChild) | undefined;
257
+ default?: (() => vue.VNodeChild) | undefined;
258
+ actions?: (() => vue.VNodeChild) | undefined;
259
+ };
260
+ $slots?: {
261
+ activator?: ((args_0: {
262
+ isActive: boolean;
263
+ props: Record<string, any>;
264
+ }) => vue.VNodeChild) | undefined;
265
+ default?: (() => vue.VNodeChild) | undefined;
266
+ actions?: (() => vue.VNodeChild) | undefined;
267
+ } | undefined;
268
+ 'v-slots'?: {
269
+ activator?: false | ((args_0: {
270
+ isActive: boolean;
271
+ props: Record<string, any>;
272
+ }) => vue.VNodeChild) | undefined;
273
+ default?: false | (() => vue.VNodeChild) | undefined;
274
+ actions?: false | (() => vue.VNodeChild) | undefined;
275
+ } | undefined;
276
+ } & {
277
+ "v-slot:activator"?: false | ((args_0: {
278
+ isActive: boolean;
279
+ props: Record<string, any>;
280
+ }) => vue.VNodeChild) | undefined;
281
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
282
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
283
+ } & {
284
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
285
+ }, Omit<Omit<{
286
+ $: vue.ComponentInternalInstance;
287
+ $data: {};
288
+ $props: Partial<{
289
+ absolute: boolean;
290
+ location: Anchor;
291
+ origin: "auto" | Anchor | "overlap";
292
+ transition: string | boolean | (vue.TransitionProps & {
293
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
294
+ });
295
+ zIndex: string | number;
296
+ eager: boolean;
297
+ disabled: boolean;
298
+ modelValue: boolean;
299
+ activatorProps: Record<string, any>;
300
+ openOnClick: boolean;
301
+ openOnHover: boolean;
302
+ openOnFocus: boolean;
303
+ closeOnContentClick: boolean;
304
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
305
+ updateLocation: (e: Event) => void;
306
+ } | undefined);
307
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
308
+ closeOnBack: boolean;
309
+ contained: boolean;
310
+ noClickAnimation: boolean;
311
+ persistent: boolean;
312
+ scrim: string | boolean;
313
+ _disableGlobalStack: boolean;
314
+ }> & Omit<{
315
+ absolute: boolean;
316
+ location: Anchor;
317
+ origin: "auto" | Anchor | "overlap";
318
+ transition: string | boolean | (vue.TransitionProps & {
319
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
320
+ });
321
+ zIndex: string | number;
322
+ eager: boolean;
323
+ disabled: boolean;
324
+ modelValue: boolean;
325
+ activatorProps: Record<string, any>;
326
+ openOnHover: boolean;
327
+ closeOnContentClick: boolean;
328
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
329
+ updateLocation: (e: Event) => void;
330
+ } | undefined);
331
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
332
+ closeOnBack: boolean;
333
+ contained: boolean;
334
+ noClickAnimation: boolean;
335
+ persistent: boolean;
336
+ scrim: string | boolean;
337
+ _disableGlobalStack: boolean;
338
+ } & {
339
+ offset?: string | number | number[] | undefined;
340
+ height?: string | number | undefined;
341
+ width?: string | number | undefined;
342
+ maxHeight?: string | number | undefined;
343
+ maxWidth?: string | number | undefined;
344
+ minHeight?: string | number | undefined;
345
+ minWidth?: string | number | undefined;
346
+ theme?: string | undefined;
347
+ contentClass?: any;
348
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
349
+ closeDelay?: string | number | undefined;
350
+ openDelay?: string | number | undefined;
351
+ openOnClick?: boolean | undefined;
352
+ openOnFocus?: boolean | undefined;
353
+ contentProps?: any;
354
+ attach?: string | boolean | Element | undefined;
355
+ } & {
356
+ $children?: {} | vue.VNodeChild | {
357
+ default?: ((args_0: {
358
+ isActive: vue.Ref<boolean>;
359
+ }) => vue.VNodeChild) | undefined;
360
+ activator?: ((args_0: {
361
+ isActive: boolean;
362
+ props: Record<string, any>;
363
+ }) => vue.VNodeChild) | undefined;
364
+ };
365
+ $slots?: {
366
+ default?: ((args_0: {
367
+ isActive: vue.Ref<boolean>;
368
+ }) => vue.VNodeChild) | undefined;
369
+ activator?: ((args_0: {
370
+ isActive: boolean;
371
+ props: Record<string, any>;
372
+ }) => vue.VNodeChild) | undefined;
373
+ } | undefined;
374
+ 'v-slots'?: {
375
+ default?: false | ((args_0: {
376
+ isActive: vue.Ref<boolean>;
377
+ }) => vue.VNodeChild) | undefined;
378
+ activator?: false | ((args_0: {
379
+ isActive: boolean;
380
+ props: Record<string, any>;
381
+ }) => vue.VNodeChild) | undefined;
382
+ } | undefined;
383
+ } & {
384
+ "v-slot:default"?: false | ((args_0: {
385
+ isActive: vue.Ref<boolean>;
386
+ }) => vue.VNodeChild) | undefined;
387
+ "v-slot:activator"?: false | ((args_0: {
388
+ isActive: boolean;
389
+ props: Record<string, any>;
390
+ }) => vue.VNodeChild) | undefined;
391
+ } & {
392
+ onAfterLeave?: (() => any) | undefined;
393
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
394
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
395
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
396
+ $attrs: {
397
+ [x: string]: unknown;
398
+ };
399
+ $refs: {
400
+ [x: string]: unknown;
401
+ };
402
+ $slots: Readonly<{
403
+ [name: string]: vue.Slot | undefined;
404
+ }>;
405
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
406
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
407
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
408
+ $el: any;
409
+ $options: vue.ComponentOptionsBase<{
410
+ absolute: boolean;
411
+ location: Anchor;
412
+ origin: "auto" | Anchor | "overlap";
413
+ transition: string | boolean | (vue.TransitionProps & {
414
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
415
+ });
416
+ zIndex: string | number;
417
+ eager: boolean;
418
+ disabled: boolean;
419
+ modelValue: boolean;
420
+ activatorProps: Record<string, any>;
421
+ openOnHover: boolean;
422
+ closeOnContentClick: boolean;
423
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
424
+ updateLocation: (e: Event) => void;
425
+ } | undefined);
426
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
427
+ closeOnBack: boolean;
428
+ contained: boolean;
429
+ noClickAnimation: boolean;
430
+ persistent: boolean;
431
+ scrim: string | boolean;
432
+ _disableGlobalStack: boolean;
433
+ } & {
434
+ offset?: string | number | number[] | undefined;
435
+ height?: string | number | undefined;
436
+ width?: string | number | undefined;
437
+ maxHeight?: string | number | undefined;
438
+ maxWidth?: string | number | undefined;
439
+ minHeight?: string | number | undefined;
440
+ minWidth?: string | number | undefined;
441
+ theme?: string | undefined;
442
+ contentClass?: any;
443
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
444
+ closeDelay?: string | number | undefined;
445
+ openDelay?: string | number | undefined;
446
+ openOnClick?: boolean | undefined;
447
+ openOnFocus?: boolean | undefined;
448
+ contentProps?: any;
449
+ attach?: string | boolean | Element | undefined;
450
+ } & {
451
+ $children?: {} | vue.VNodeChild | {
452
+ default?: ((args_0: {
453
+ isActive: vue.Ref<boolean>;
454
+ }) => vue.VNodeChild) | undefined;
455
+ activator?: ((args_0: {
456
+ isActive: boolean;
457
+ props: Record<string, any>;
458
+ }) => vue.VNodeChild) | undefined;
459
+ };
460
+ $slots?: {
461
+ default?: ((args_0: {
462
+ isActive: vue.Ref<boolean>;
463
+ }) => vue.VNodeChild) | undefined;
464
+ activator?: ((args_0: {
465
+ isActive: boolean;
466
+ props: Record<string, any>;
467
+ }) => vue.VNodeChild) | undefined;
468
+ } | undefined;
469
+ 'v-slots'?: {
470
+ default?: false | ((args_0: {
471
+ isActive: vue.Ref<boolean>;
472
+ }) => vue.VNodeChild) | undefined;
473
+ activator?: false | ((args_0: {
474
+ isActive: boolean;
475
+ props: Record<string, any>;
476
+ }) => vue.VNodeChild) | undefined;
477
+ } | undefined;
478
+ } & {
479
+ "v-slot:default"?: false | ((args_0: {
480
+ isActive: vue.Ref<boolean>;
481
+ }) => vue.VNodeChild) | undefined;
482
+ "v-slot:activator"?: false | ((args_0: {
483
+ isActive: boolean;
484
+ props: Record<string, any>;
485
+ }) => vue.VNodeChild) | undefined;
486
+ } & {
487
+ onAfterLeave?: (() => any) | undefined;
488
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
489
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
490
+ }, {
491
+ activatorEl: vue.Ref<HTMLElement | undefined>;
492
+ animateClick: () => void;
493
+ contentEl: vue.Ref<HTMLElement | undefined>;
494
+ globalTop: Readonly<vue.Ref<boolean>>;
495
+ localTop: vue.ComputedRef<boolean>;
496
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
497
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
498
+ 'click:outside': (e: MouseEvent) => true;
499
+ 'update:modelValue': (value: boolean) => true;
500
+ afterLeave: () => true;
501
+ }, string, {
502
+ absolute: boolean;
503
+ location: Anchor;
504
+ origin: "auto" | Anchor | "overlap";
505
+ transition: string | boolean | (vue.TransitionProps & {
506
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
507
+ });
508
+ zIndex: string | number;
509
+ eager: boolean;
510
+ disabled: boolean;
511
+ modelValue: boolean;
512
+ activatorProps: Record<string, any>;
513
+ openOnClick: boolean;
514
+ openOnHover: boolean;
515
+ openOnFocus: boolean;
516
+ closeOnContentClick: boolean;
517
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
518
+ updateLocation: (e: Event) => void;
519
+ } | undefined);
520
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
521
+ closeOnBack: boolean;
522
+ contained: boolean;
523
+ noClickAnimation: boolean;
524
+ persistent: boolean;
525
+ scrim: string | boolean;
526
+ _disableGlobalStack: boolean;
527
+ }, {}, string> & {
528
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
529
+ created?: ((() => void) | (() => void)[]) | undefined;
530
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
531
+ mounted?: ((() => void) | (() => void)[]) | undefined;
532
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
533
+ updated?: ((() => void) | (() => void)[]) | undefined;
534
+ activated?: ((() => void) | (() => void)[]) | undefined;
535
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
536
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
537
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
538
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
539
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
540
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
541
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
542
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
543
+ };
544
+ $forceUpdate: () => void;
545
+ $nextTick: typeof vue.nextTick;
546
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
547
+ } & {
548
+ absolute: boolean;
549
+ location: Anchor;
550
+ origin: "auto" | Anchor | "overlap";
551
+ transition: string | boolean | (vue.TransitionProps & {
552
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
553
+ });
554
+ zIndex: string | number;
555
+ eager: boolean;
556
+ disabled: boolean;
557
+ modelValue: boolean;
558
+ activatorProps: Record<string, any>;
559
+ openOnHover: boolean;
560
+ closeOnContentClick: boolean;
561
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
562
+ updateLocation: (e: Event) => void;
563
+ } | undefined);
564
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
565
+ closeOnBack: boolean;
566
+ contained: boolean;
567
+ noClickAnimation: boolean;
568
+ persistent: boolean;
569
+ scrim: string | boolean;
570
+ _disableGlobalStack: boolean;
571
+ } & {
572
+ offset?: string | number | number[] | undefined;
573
+ height?: string | number | undefined;
574
+ width?: string | number | undefined;
575
+ maxHeight?: string | number | undefined;
576
+ maxWidth?: string | number | undefined;
577
+ minHeight?: string | number | undefined;
578
+ minWidth?: string | number | undefined;
579
+ theme?: string | undefined;
580
+ contentClass?: any;
581
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
582
+ closeDelay?: string | number | undefined;
583
+ openDelay?: string | number | undefined;
584
+ openOnClick?: boolean | undefined;
585
+ openOnFocus?: boolean | undefined;
586
+ contentProps?: any;
587
+ attach?: string | boolean | Element | undefined;
588
+ } & {
589
+ $children?: {} | vue.VNodeChild | {
590
+ default?: ((args_0: {
591
+ isActive: vue.Ref<boolean>;
592
+ }) => vue.VNodeChild) | undefined;
593
+ activator?: ((args_0: {
594
+ isActive: boolean;
595
+ props: Record<string, any>;
596
+ }) => vue.VNodeChild) | undefined;
597
+ };
598
+ $slots?: {
599
+ default?: ((args_0: {
600
+ isActive: vue.Ref<boolean>;
601
+ }) => vue.VNodeChild) | undefined;
602
+ activator?: ((args_0: {
603
+ isActive: boolean;
604
+ props: Record<string, any>;
605
+ }) => vue.VNodeChild) | undefined;
606
+ } | undefined;
607
+ 'v-slots'?: {
608
+ default?: false | ((args_0: {
609
+ isActive: vue.Ref<boolean>;
610
+ }) => vue.VNodeChild) | undefined;
611
+ activator?: false | ((args_0: {
612
+ isActive: boolean;
613
+ props: Record<string, any>;
614
+ }) => vue.VNodeChild) | undefined;
615
+ } | undefined;
616
+ } & {
617
+ "v-slot:default"?: false | ((args_0: {
618
+ isActive: vue.Ref<boolean>;
619
+ }) => vue.VNodeChild) | undefined;
620
+ "v-slot:activator"?: false | ((args_0: {
621
+ isActive: boolean;
622
+ props: Record<string, any>;
623
+ }) => vue.VNodeChild) | undefined;
624
+ } & {
625
+ onAfterLeave?: (() => any) | undefined;
626
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
627
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
628
+ } & vue.ShallowUnwrapRef<{
629
+ activatorEl: vue.Ref<HTMLElement | undefined>;
630
+ animateClick: () => void;
631
+ contentEl: vue.Ref<HTMLElement | undefined>;
632
+ globalTop: Readonly<vue.Ref<boolean>>;
633
+ localTop: vue.ComputedRef<boolean>;
634
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
635
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
636
+ 'update:modelValue': (v: boolean) => boolean;
637
+ }, string, {
638
+ absolute: boolean;
639
+ location: Anchor;
640
+ origin: "auto" | Anchor | "overlap";
641
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
642
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
643
+ })>;
644
+ zIndex: string | number;
645
+ eager: boolean;
646
+ disabled: boolean;
647
+ timeout: string | number;
648
+ vertical: boolean;
649
+ rounded: string | number | boolean;
650
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
651
+ modelValue: boolean;
652
+ activatorProps: Record<string, any>;
653
+ openOnClick: boolean;
654
+ openOnHover: boolean;
655
+ openOnFocus: boolean;
656
+ closeOnContentClick: boolean;
657
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
658
+ updateLocation: (e: Event) => void;
659
+ } | undefined);
660
+ closeOnBack: boolean;
661
+ contained: boolean;
662
+ multiLine: boolean;
663
+ }, {}, string> & {
664
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
665
+ created?: ((() => void) | (() => void)[]) | undefined;
666
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
667
+ mounted?: ((() => void) | (() => void)[]) | undefined;
668
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
669
+ updated?: ((() => void) | (() => void)[]) | undefined;
670
+ activated?: ((() => void) | (() => void)[]) | undefined;
671
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
672
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
673
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
674
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
675
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
676
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
677
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
678
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
679
+ };
680
+ $forceUpdate: () => void;
681
+ $nextTick: typeof vue.nextTick;
682
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
683
+ } & {
684
+ absolute: boolean;
685
+ location: Anchor;
686
+ origin: "auto" | Anchor | "overlap";
687
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
688
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
689
+ })>;
690
+ zIndex: string | number;
691
+ eager: boolean;
692
+ disabled: boolean;
693
+ timeout: string | number;
694
+ vertical: boolean;
695
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
696
+ modelValue: boolean;
697
+ activatorProps: Record<string, any>;
698
+ openOnHover: boolean;
699
+ closeOnContentClick: boolean;
700
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
701
+ updateLocation: (e: Event) => void;
702
+ } | undefined);
703
+ closeOnBack: boolean;
704
+ contained: boolean;
705
+ multiLine: boolean;
706
+ } & {
707
+ offset?: string | number | number[] | undefined;
708
+ height?: string | number | undefined;
709
+ width?: string | number | undefined;
710
+ color?: string | undefined;
711
+ maxHeight?: string | number | undefined;
712
+ maxWidth?: string | number | undefined;
713
+ minHeight?: string | number | undefined;
714
+ minWidth?: string | number | undefined;
715
+ position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
716
+ theme?: string | undefined;
717
+ contentClass?: any;
718
+ rounded?: string | number | boolean | undefined;
719
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | 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 | {
728
+ activator?: ((args_0: {
729
+ isActive: boolean;
730
+ props: Record<string, any>;
731
+ }) => vue.VNodeChild) | undefined;
732
+ default?: (() => vue.VNodeChild) | undefined;
733
+ actions?: (() => vue.VNodeChild) | undefined;
734
+ };
735
+ $slots?: {
736
+ activator?: ((args_0: {
737
+ isActive: boolean;
738
+ props: Record<string, any>;
739
+ }) => vue.VNodeChild) | undefined;
740
+ default?: (() => vue.VNodeChild) | undefined;
741
+ actions?: (() => vue.VNodeChild) | undefined;
742
+ } | undefined;
743
+ 'v-slots'?: {
744
+ activator?: false | ((args_0: {
745
+ isActive: boolean;
746
+ props: Record<string, any>;
747
+ }) => vue.VNodeChild) | undefined;
748
+ default?: false | (() => vue.VNodeChild) | undefined;
749
+ actions?: false | (() => vue.VNodeChild) | undefined;
750
+ } | undefined;
751
+ } & {
752
+ "v-slot:activator"?: false | ((args_0: {
753
+ isActive: boolean;
754
+ props: Record<string, any>;
755
+ }) => vue.VNodeChild) | undefined;
756
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
757
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
758
+ } & {
759
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
760
+ } & vue.ShallowUnwrapRef<Omit<Omit<{
761
+ $: vue.ComponentInternalInstance;
762
+ $data: {};
763
+ $props: Partial<{
764
+ absolute: boolean;
765
+ location: Anchor;
766
+ origin: "auto" | Anchor | "overlap";
767
+ transition: string | boolean | (vue.TransitionProps & {
768
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
769
+ });
770
+ zIndex: string | number;
771
+ eager: boolean;
772
+ disabled: boolean;
773
+ modelValue: boolean;
774
+ activatorProps: Record<string, any>;
775
+ openOnClick: boolean;
776
+ openOnHover: boolean;
777
+ openOnFocus: boolean;
778
+ closeOnContentClick: boolean;
779
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
780
+ updateLocation: (e: Event) => void;
781
+ } | undefined);
782
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
783
+ closeOnBack: boolean;
784
+ contained: boolean;
785
+ noClickAnimation: boolean;
786
+ persistent: boolean;
787
+ scrim: string | boolean;
788
+ _disableGlobalStack: boolean;
789
+ }> & Omit<{
790
+ absolute: boolean;
791
+ location: Anchor;
792
+ origin: "auto" | Anchor | "overlap";
793
+ transition: string | boolean | (vue.TransitionProps & {
794
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
795
+ });
796
+ zIndex: string | number;
797
+ eager: boolean;
798
+ disabled: boolean;
799
+ modelValue: boolean;
800
+ activatorProps: Record<string, any>;
801
+ openOnHover: boolean;
802
+ closeOnContentClick: boolean;
803
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
804
+ updateLocation: (e: Event) => void;
805
+ } | undefined);
806
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
807
+ closeOnBack: boolean;
808
+ contained: boolean;
809
+ noClickAnimation: boolean;
810
+ persistent: boolean;
811
+ scrim: string | boolean;
812
+ _disableGlobalStack: boolean;
813
+ } & {
814
+ offset?: string | number | number[] | undefined;
815
+ height?: string | number | undefined;
816
+ width?: string | number | undefined;
817
+ maxHeight?: string | number | undefined;
818
+ maxWidth?: string | number | undefined;
819
+ minHeight?: string | number | undefined;
820
+ minWidth?: string | number | undefined;
821
+ theme?: string | undefined;
822
+ contentClass?: any;
823
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
824
+ closeDelay?: string | number | undefined;
825
+ openDelay?: string | number | undefined;
826
+ openOnClick?: boolean | undefined;
827
+ openOnFocus?: boolean | undefined;
828
+ contentProps?: any;
829
+ attach?: string | boolean | Element | undefined;
830
+ } & {
831
+ $children?: {} | vue.VNodeChild | {
832
+ default?: ((args_0: {
833
+ isActive: vue.Ref<boolean>;
834
+ }) => vue.VNodeChild) | undefined;
835
+ activator?: ((args_0: {
836
+ isActive: boolean;
837
+ props: Record<string, any>;
838
+ }) => vue.VNodeChild) | undefined;
839
+ };
840
+ $slots?: {
841
+ default?: ((args_0: {
842
+ isActive: vue.Ref<boolean>;
843
+ }) => vue.VNodeChild) | undefined;
844
+ activator?: ((args_0: {
845
+ isActive: boolean;
846
+ props: Record<string, any>;
847
+ }) => vue.VNodeChild) | undefined;
848
+ } | undefined;
849
+ 'v-slots'?: {
850
+ default?: false | ((args_0: {
851
+ isActive: vue.Ref<boolean>;
852
+ }) => vue.VNodeChild) | undefined;
853
+ activator?: false | ((args_0: {
854
+ isActive: boolean;
855
+ props: Record<string, any>;
856
+ }) => vue.VNodeChild) | undefined;
857
+ } | undefined;
858
+ } & {
859
+ "v-slot:default"?: false | ((args_0: {
860
+ isActive: vue.Ref<boolean>;
861
+ }) => vue.VNodeChild) | undefined;
862
+ "v-slot:activator"?: false | ((args_0: {
863
+ isActive: boolean;
864
+ props: Record<string, any>;
865
+ }) => vue.VNodeChild) | undefined;
866
+ } & {
867
+ onAfterLeave?: (() => any) | undefined;
868
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
869
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
870
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, "absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
871
+ $attrs: {
872
+ [x: string]: unknown;
873
+ };
874
+ $refs: {
875
+ [x: string]: unknown;
876
+ };
877
+ $slots: Readonly<{
878
+ [name: string]: vue.Slot | undefined;
879
+ }>;
880
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
881
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
882
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterLeave") => void);
883
+ $el: any;
884
+ $options: vue.ComponentOptionsBase<{
885
+ absolute: boolean;
886
+ location: Anchor;
887
+ origin: "auto" | Anchor | "overlap";
888
+ transition: string | boolean | (vue.TransitionProps & {
889
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
890
+ });
891
+ zIndex: string | number;
892
+ eager: boolean;
893
+ disabled: boolean;
894
+ modelValue: boolean;
895
+ activatorProps: Record<string, any>;
896
+ openOnHover: boolean;
897
+ closeOnContentClick: boolean;
898
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
899
+ updateLocation: (e: Event) => void;
900
+ } | undefined);
901
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
902
+ closeOnBack: boolean;
903
+ contained: boolean;
904
+ noClickAnimation: boolean;
905
+ persistent: boolean;
906
+ scrim: string | boolean;
907
+ _disableGlobalStack: boolean;
908
+ } & {
909
+ offset?: string | number | number[] | undefined;
910
+ height?: string | number | undefined;
911
+ width?: string | number | undefined;
912
+ maxHeight?: string | number | undefined;
913
+ maxWidth?: string | number | undefined;
914
+ minHeight?: string | number | undefined;
915
+ minWidth?: string | number | undefined;
916
+ theme?: string | undefined;
917
+ contentClass?: any;
918
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
919
+ closeDelay?: string | number | undefined;
920
+ openDelay?: string | number | undefined;
921
+ openOnClick?: boolean | undefined;
922
+ openOnFocus?: boolean | undefined;
923
+ contentProps?: any;
924
+ attach?: string | boolean | Element | undefined;
925
+ } & {
926
+ $children?: {} | vue.VNodeChild | {
927
+ default?: ((args_0: {
928
+ isActive: vue.Ref<boolean>;
929
+ }) => vue.VNodeChild) | undefined;
930
+ activator?: ((args_0: {
931
+ isActive: boolean;
932
+ props: Record<string, any>;
933
+ }) => vue.VNodeChild) | undefined;
934
+ };
935
+ $slots?: {
936
+ default?: ((args_0: {
937
+ isActive: vue.Ref<boolean>;
938
+ }) => vue.VNodeChild) | undefined;
939
+ activator?: ((args_0: {
940
+ isActive: boolean;
941
+ props: Record<string, any>;
942
+ }) => vue.VNodeChild) | undefined;
943
+ } | undefined;
944
+ 'v-slots'?: {
945
+ default?: false | ((args_0: {
946
+ isActive: vue.Ref<boolean>;
947
+ }) => vue.VNodeChild) | undefined;
948
+ activator?: false | ((args_0: {
949
+ isActive: boolean;
950
+ props: Record<string, any>;
951
+ }) => vue.VNodeChild) | undefined;
952
+ } | undefined;
953
+ } & {
954
+ "v-slot:default"?: false | ((args_0: {
955
+ isActive: vue.Ref<boolean>;
956
+ }) => vue.VNodeChild) | undefined;
957
+ "v-slot:activator"?: false | ((args_0: {
958
+ isActive: boolean;
959
+ props: Record<string, any>;
960
+ }) => vue.VNodeChild) | undefined;
961
+ } & {
962
+ onAfterLeave?: (() => any) | undefined;
963
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
964
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
965
+ }, {
966
+ activatorEl: vue.Ref<HTMLElement | undefined>;
967
+ animateClick: () => void;
968
+ contentEl: vue.Ref<HTMLElement | undefined>;
969
+ globalTop: Readonly<vue.Ref<boolean>>;
970
+ localTop: vue.ComputedRef<boolean>;
971
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
972
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
973
+ 'click:outside': (e: MouseEvent) => true;
974
+ 'update:modelValue': (value: boolean) => true;
975
+ afterLeave: () => true;
976
+ }, string, {
977
+ absolute: boolean;
978
+ location: Anchor;
979
+ origin: "auto" | Anchor | "overlap";
980
+ transition: string | boolean | (vue.TransitionProps & {
981
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
982
+ });
983
+ zIndex: string | number;
984
+ eager: boolean;
985
+ disabled: boolean;
986
+ modelValue: boolean;
987
+ activatorProps: Record<string, any>;
988
+ openOnClick: boolean;
989
+ openOnHover: boolean;
990
+ openOnFocus: boolean;
991
+ closeOnContentClick: boolean;
992
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
993
+ updateLocation: (e: Event) => void;
994
+ } | undefined);
995
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
996
+ closeOnBack: boolean;
997
+ contained: boolean;
998
+ noClickAnimation: boolean;
999
+ persistent: boolean;
1000
+ scrim: string | boolean;
1001
+ _disableGlobalStack: boolean;
1002
+ }, {}, string> & {
1003
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1004
+ created?: ((() => void) | (() => void)[]) | undefined;
1005
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1006
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1007
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1008
+ updated?: ((() => void) | (() => void)[]) | undefined;
1009
+ activated?: ((() => void) | (() => void)[]) | undefined;
1010
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1011
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1012
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1013
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1014
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1015
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1016
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1017
+ errorCaptured?: (((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
1018
+ };
1019
+ $forceUpdate: () => void;
1020
+ $nextTick: typeof vue.nextTick;
1021
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
1022
+ } & {
1023
+ absolute: boolean;
1024
+ location: Anchor;
1025
+ origin: "auto" | Anchor | "overlap";
1026
+ transition: string | boolean | (vue.TransitionProps & {
1027
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1028
+ });
1029
+ zIndex: string | number;
1030
+ eager: boolean;
1031
+ disabled: boolean;
1032
+ modelValue: boolean;
1033
+ activatorProps: Record<string, any>;
1034
+ openOnHover: boolean;
1035
+ closeOnContentClick: boolean;
1036
+ locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1037
+ updateLocation: (e: Event) => void;
1038
+ } | undefined);
1039
+ scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
1040
+ closeOnBack: boolean;
1041
+ contained: boolean;
1042
+ noClickAnimation: boolean;
1043
+ persistent: boolean;
1044
+ scrim: string | boolean;
1045
+ _disableGlobalStack: boolean;
1046
+ } & {
1047
+ offset?: string | number | number[] | undefined;
1048
+ height?: string | number | undefined;
1049
+ width?: string | number | undefined;
1050
+ maxHeight?: string | number | undefined;
1051
+ maxWidth?: string | number | undefined;
1052
+ minHeight?: string | number | undefined;
1053
+ minWidth?: string | number | undefined;
1054
+ theme?: string | undefined;
1055
+ contentClass?: any;
1056
+ activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
1057
+ closeDelay?: string | number | undefined;
1058
+ openDelay?: string | number | undefined;
1059
+ openOnClick?: boolean | undefined;
1060
+ openOnFocus?: boolean | undefined;
1061
+ contentProps?: any;
1062
+ attach?: string | boolean | Element | undefined;
1063
+ } & {
1064
+ $children?: {} | vue.VNodeChild | {
1065
+ default?: ((args_0: {
1066
+ isActive: vue.Ref<boolean>;
1067
+ }) => vue.VNodeChild) | undefined;
1068
+ activator?: ((args_0: {
1069
+ isActive: boolean;
1070
+ props: Record<string, any>;
1071
+ }) => vue.VNodeChild) | undefined;
1072
+ };
1073
+ $slots?: {
1074
+ default?: ((args_0: {
1075
+ isActive: vue.Ref<boolean>;
1076
+ }) => vue.VNodeChild) | undefined;
1077
+ activator?: ((args_0: {
1078
+ isActive: boolean;
1079
+ props: Record<string, any>;
1080
+ }) => vue.VNodeChild) | undefined;
1081
+ } | undefined;
1082
+ 'v-slots'?: {
1083
+ default?: false | ((args_0: {
1084
+ isActive: vue.Ref<boolean>;
1085
+ }) => vue.VNodeChild) | undefined;
1086
+ activator?: false | ((args_0: {
1087
+ isActive: boolean;
1088
+ props: Record<string, any>;
1089
+ }) => vue.VNodeChild) | undefined;
1090
+ } | undefined;
1091
+ } & {
1092
+ "v-slot:default"?: false | ((args_0: {
1093
+ isActive: vue.Ref<boolean>;
1094
+ }) => vue.VNodeChild) | undefined;
1095
+ "v-slot:activator"?: false | ((args_0: {
1096
+ isActive: boolean;
1097
+ props: Record<string, any>;
1098
+ }) => vue.VNodeChild) | undefined;
1099
+ } & {
1100
+ onAfterLeave?: (() => any) | undefined;
1101
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1102
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1103
+ } & vue.ShallowUnwrapRef<{
1104
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1105
+ animateClick: () => void;
1106
+ contentEl: vue.Ref<HTMLElement | undefined>;
1107
+ globalTop: Readonly<vue.Ref<boolean>>;
1108
+ localTop: vue.ComputedRef<boolean>;
1109
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1110
+ }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>> & {} & vue.ComponentCustomProperties & {};
1111
+ __isFragment?: undefined;
1112
+ __isTeleport?: undefined;
1113
+ __isSuspense?: undefined;
1114
+ } & vue.ComponentOptionsBase<{
84
1115
  absolute: boolean;
85
1116
  location: Anchor;
86
1117
  origin: "auto" | Anchor | "overlap";
@@ -155,6 +1186,8 @@ declare const VSnackbar: vue.DefineComponent<{
155
1186
  }) => vue.VNodeChild) | undefined;
156
1187
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
157
1188
  "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
1189
+ } & {
1190
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
158
1191
  }, Omit<Omit<{
159
1192
  $: vue.ComponentInternalInstance;
160
1193
  $data: {};
@@ -507,84 +1540,7 @@ declare const VSnackbar: vue.DefineComponent<{
507
1540
  updateLocation: vue.Ref<((e: Event) => void) | undefined>;
508
1541
  }> & {} & vue.ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "$slots" | "v-slots" | "contentClass" | keyof vue.VNodeProps | keyof vue.AllowedComponentProps | "onUpdate:modelValue" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "eager" | "disabled" | "modelValue" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "locationStrategy" | "scrollStrategy" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
509
1542
  'update:modelValue': (v: boolean) => boolean;
510
- }, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
511
- absolute: boolean;
512
- location: Anchor;
513
- origin: "auto" | Anchor | "overlap";
514
- transition: NonNullable<string | boolean | (vue.TransitionProps & {
515
- component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
516
- })>;
517
- zIndex: string | number;
518
- eager: boolean;
519
- disabled: boolean;
520
- timeout: string | number;
521
- vertical: boolean;
522
- variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
523
- modelValue: boolean;
524
- activatorProps: Record<string, any>;
525
- openOnHover: boolean;
526
- closeOnContentClick: boolean;
527
- locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
528
- updateLocation: (e: Event) => void;
529
- } | undefined);
530
- closeOnBack: boolean;
531
- contained: boolean;
532
- multiLine: boolean;
533
- } & {
534
- offset?: string | number | number[] | undefined;
535
- height?: string | number | undefined;
536
- width?: string | number | undefined;
537
- color?: string | undefined;
538
- maxHeight?: string | number | undefined;
539
- maxWidth?: string | number | undefined;
540
- minHeight?: string | number | undefined;
541
- minWidth?: string | number | undefined;
542
- position?: "fixed" | "absolute" | "static" | "relative" | "sticky" | undefined;
543
- theme?: string | undefined;
544
- contentClass?: any;
545
- rounded?: string | number | boolean | undefined;
546
- activator?: string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined;
547
- closeDelay?: string | number | undefined;
548
- openDelay?: string | number | undefined;
549
- openOnClick?: boolean | undefined;
550
- openOnFocus?: boolean | undefined;
551
- contentProps?: any;
552
- attach?: string | boolean | Element | undefined;
553
- } & {
554
- $children?: {} | vue.VNodeChild | {
555
- activator?: ((args_0: {
556
- isActive: boolean;
557
- props: Record<string, any>;
558
- }) => vue.VNodeChild) | undefined;
559
- default?: (() => vue.VNodeChild) | undefined;
560
- actions?: (() => vue.VNodeChild) | undefined;
561
- };
562
- $slots?: {
563
- activator?: ((args_0: {
564
- isActive: boolean;
565
- props: Record<string, any>;
566
- }) => vue.VNodeChild) | undefined;
567
- default?: (() => vue.VNodeChild) | undefined;
568
- actions?: (() => vue.VNodeChild) | undefined;
569
- } | undefined;
570
- 'v-slots'?: {
571
- activator?: false | ((args_0: {
572
- isActive: boolean;
573
- props: Record<string, any>;
574
- }) => vue.VNodeChild) | undefined;
575
- default?: false | (() => vue.VNodeChild) | undefined;
576
- actions?: false | (() => vue.VNodeChild) | undefined;
577
- } | undefined;
578
- } & {
579
- "v-slot:activator"?: false | ((args_0: {
580
- isActive: boolean;
581
- props: Record<string, any>;
582
- }) => vue.VNodeChild) | undefined;
583
- "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
584
- "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
585
- } & {
586
- "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
587
- }, {
1543
+ }, string, {
588
1544
  absolute: boolean;
589
1545
  location: Anchor;
590
1546
  origin: "auto" | Anchor | "overlap";
@@ -610,7 +1566,189 @@ declare const VSnackbar: vue.DefineComponent<{
610
1566
  closeOnBack: boolean;
611
1567
  contained: boolean;
612
1568
  multiLine: boolean;
613
- }>;
1569
+ }, {}, string> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1570
+ offset: vue.PropType<string | number | number[] | undefined>;
1571
+ absolute: BooleanConstructor;
1572
+ location: {
1573
+ type: vue.PropType<Anchor>;
1574
+ default: string;
1575
+ };
1576
+ origin: {
1577
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1578
+ default: string;
1579
+ };
1580
+ height: (StringConstructor | NumberConstructor)[];
1581
+ width: (StringConstructor | NumberConstructor)[];
1582
+ maxHeight: (StringConstructor | NumberConstructor)[];
1583
+ maxWidth: (StringConstructor | NumberConstructor)[];
1584
+ minHeight: (StringConstructor | NumberConstructor)[];
1585
+ minWidth: (StringConstructor | NumberConstructor)[];
1586
+ transition: Omit<{
1587
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1588
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1589
+ })>;
1590
+ default: string;
1591
+ validator: (val: unknown) => boolean;
1592
+ }, "type" | "default"> & {
1593
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1594
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1595
+ })>>;
1596
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1597
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1598
+ })>;
1599
+ };
1600
+ zIndex: {
1601
+ type: (StringConstructor | NumberConstructor)[];
1602
+ default: number;
1603
+ };
1604
+ eager: BooleanConstructor;
1605
+ disabled: BooleanConstructor;
1606
+ theme: StringConstructor;
1607
+ contentClass: null;
1608
+ modelValue: BooleanConstructor;
1609
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1610
+ closeDelay: (StringConstructor | NumberConstructor)[];
1611
+ openDelay: (StringConstructor | NumberConstructor)[];
1612
+ activatorProps: {
1613
+ type: vue.PropType<Record<string, any>>;
1614
+ default: () => {};
1615
+ };
1616
+ openOnClick: {
1617
+ type: BooleanConstructor;
1618
+ default: undefined;
1619
+ };
1620
+ openOnHover: BooleanConstructor;
1621
+ openOnFocus: {
1622
+ type: BooleanConstructor;
1623
+ default: undefined;
1624
+ };
1625
+ closeOnContentClick: BooleanConstructor;
1626
+ locationStrategy: {
1627
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1628
+ updateLocation: (e: Event) => void;
1629
+ } | undefined)>;
1630
+ default: string;
1631
+ validator: (val: any) => boolean;
1632
+ };
1633
+ closeOnBack: {
1634
+ type: BooleanConstructor;
1635
+ default: boolean;
1636
+ };
1637
+ contained: BooleanConstructor;
1638
+ contentProps: null;
1639
+ attach: vue.PropType<string | boolean | Element>;
1640
+ color: StringConstructor;
1641
+ variant: {
1642
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1643
+ default: string;
1644
+ validator: (v: any) => boolean;
1645
+ };
1646
+ rounded: {
1647
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1648
+ default: undefined;
1649
+ };
1650
+ position: {
1651
+ type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
1652
+ validator: (v: any) => boolean;
1653
+ };
1654
+ multiLine: BooleanConstructor;
1655
+ timeout: {
1656
+ type: (StringConstructor | NumberConstructor)[];
1657
+ default: number;
1658
+ };
1659
+ vertical: BooleanConstructor;
1660
+ }, vue.ExtractPropTypes<{
1661
+ offset: vue.PropType<string | number | number[] | undefined>;
1662
+ absolute: BooleanConstructor;
1663
+ location: {
1664
+ type: vue.PropType<Anchor>;
1665
+ default: string;
1666
+ };
1667
+ origin: {
1668
+ type: vue.PropType<"auto" | Anchor | "overlap">;
1669
+ default: string;
1670
+ };
1671
+ height: (StringConstructor | NumberConstructor)[];
1672
+ width: (StringConstructor | NumberConstructor)[];
1673
+ maxHeight: (StringConstructor | NumberConstructor)[];
1674
+ maxWidth: (StringConstructor | NumberConstructor)[];
1675
+ minHeight: (StringConstructor | NumberConstructor)[];
1676
+ minWidth: (StringConstructor | NumberConstructor)[];
1677
+ transition: Omit<{
1678
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1679
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1680
+ })>;
1681
+ default: string;
1682
+ validator: (val: unknown) => boolean;
1683
+ }, "type" | "default"> & {
1684
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1685
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1686
+ })>>;
1687
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1688
+ component?: vue.Component<any, any, any, vue.ComputedOptions, vue.MethodOptions> | undefined;
1689
+ })>;
1690
+ };
1691
+ zIndex: {
1692
+ type: (StringConstructor | NumberConstructor)[];
1693
+ default: number;
1694
+ };
1695
+ eager: BooleanConstructor;
1696
+ disabled: BooleanConstructor;
1697
+ theme: StringConstructor;
1698
+ contentClass: null;
1699
+ modelValue: BooleanConstructor;
1700
+ activator: vue.PropType<string | Element | vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | undefined>;
1701
+ closeDelay: (StringConstructor | NumberConstructor)[];
1702
+ openDelay: (StringConstructor | NumberConstructor)[];
1703
+ activatorProps: {
1704
+ type: vue.PropType<Record<string, any>>;
1705
+ default: () => {};
1706
+ };
1707
+ openOnClick: {
1708
+ type: BooleanConstructor;
1709
+ default: undefined;
1710
+ };
1711
+ openOnHover: BooleanConstructor;
1712
+ openOnFocus: {
1713
+ type: BooleanConstructor;
1714
+ default: undefined;
1715
+ };
1716
+ closeOnContentClick: BooleanConstructor;
1717
+ locationStrategy: {
1718
+ type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
1719
+ updateLocation: (e: Event) => void;
1720
+ } | undefined)>;
1721
+ default: string;
1722
+ validator: (val: any) => boolean;
1723
+ };
1724
+ closeOnBack: {
1725
+ type: BooleanConstructor;
1726
+ default: boolean;
1727
+ };
1728
+ contained: BooleanConstructor;
1729
+ contentProps: null;
1730
+ attach: vue.PropType<string | boolean | Element>;
1731
+ color: StringConstructor;
1732
+ variant: {
1733
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1734
+ default: string;
1735
+ validator: (v: any) => boolean;
1736
+ };
1737
+ rounded: {
1738
+ type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
1739
+ default: undefined;
1740
+ };
1741
+ position: {
1742
+ type: vue.PropType<"fixed" | "absolute" | "static" | "relative" | "sticky">;
1743
+ validator: (v: any) => boolean;
1744
+ };
1745
+ multiLine: BooleanConstructor;
1746
+ timeout: {
1747
+ type: (StringConstructor | NumberConstructor)[];
1748
+ default: number;
1749
+ };
1750
+ vertical: BooleanConstructor;
1751
+ }>>;
614
1752
  type VSnackbar = InstanceType<typeof VSnackbar>;
615
1753
 
616
1754
  export { VSnackbar };