vuetify 3.5.16 → 3.5.17

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 (191) hide show
  1. package/dist/json/attributes.json +226 -30
  2. package/dist/json/importMap-labs.json +8 -4
  3. package/dist/json/importMap.json +126 -126
  4. package/dist/json/tags.json +54 -0
  5. package/dist/json/web-types.json +607 -84
  6. package/dist/vuetify-labs.css +2606 -2579
  7. package/dist/vuetify-labs.d.ts +742 -64
  8. package/dist/vuetify-labs.esm.js +356 -127
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +355 -126
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2393 -2367
  13. package/dist/vuetify.d.ts +127 -62
  14. package/dist/vuetify.esm.js +169 -101
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +168 -100
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +181 -178
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAppBar/index.d.mts +1 -0
  22. package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  24. package/lib/components/VBanner/VBanner.css +1 -1
  25. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
  26. package/lib/components/VBtn/index.d.mts +1 -0
  27. package/lib/components/VBtnToggle/index.d.mts +1 -0
  28. package/lib/components/VCard/VCard.css +3 -3
  29. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  30. package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
  31. package/lib/components/VCarousel/index.d.mts +1 -0
  32. package/lib/components/VChip/VChip.css +1 -1
  33. package/lib/components/VChip/VChip.sass +1 -0
  34. package/lib/components/VChipGroup/index.d.mts +1 -0
  35. package/lib/components/VCombobox/VCombobox.mjs +8 -10
  36. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  37. package/lib/components/VDatePicker/VDatePicker.mjs +10 -0
  38. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  39. package/lib/components/VDialog/VDialog.mjs +6 -2
  40. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  41. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
  42. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
  43. package/lib/components/VDialog/index.d.mts +4 -10
  44. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  45. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  46. package/lib/components/VFileInput/index.d.mts +17 -5
  47. package/lib/components/VInput/VInput.mjs +6 -1
  48. package/lib/components/VInput/VInput.mjs.map +1 -1
  49. package/lib/components/VInput/index.d.mts +6 -0
  50. package/lib/components/VList/VList.mjs +2 -1
  51. package/lib/components/VList/VList.mjs.map +1 -1
  52. package/lib/components/VList/VListItem.css +1 -1
  53. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +3 -3
  54. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  55. package/lib/components/VNavigationDrawer/touch.mjs +16 -2
  56. package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
  57. package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
  58. package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
  59. package/lib/components/VProgressLinear/index.d.mts +21 -0
  60. package/lib/components/VRangeSlider/index.d.mts +6 -0
  61. package/lib/components/VSelect/VSelect.mjs +5 -1
  62. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  63. package/lib/components/VSlideGroup/index.d.mts +1 -0
  64. package/lib/components/VSlider/index.d.mts +6 -0
  65. package/lib/components/VSnackbar/VSnackbar.css +18 -4
  66. package/lib/components/VSnackbar/VSnackbar.mjs +26 -8
  67. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  68. package/lib/components/VSnackbar/VSnackbar.sass +19 -3
  69. package/lib/components/VSwitch/VSwitch.css +14 -2
  70. package/lib/components/VSwitch/VSwitch.sass +8 -2
  71. package/lib/components/VSystemBar/VSystemBar.css +1 -1
  72. package/lib/components/VTabs/index.d.mts +1 -0
  73. package/lib/components/VTextField/index.d.mts +15 -3
  74. package/lib/components/VTextarea/index.d.mts +15 -3
  75. package/lib/components/VWindow/index.d.mts +1 -0
  76. package/lib/components/index.d.mts +85 -21
  77. package/lib/composables/group.mjs +10 -1
  78. package/lib/composables/group.mjs.map +1 -1
  79. package/lib/entry-bundler.mjs +1 -1
  80. package/lib/framework.mjs +1 -1
  81. package/lib/index.d.mts +42 -41
  82. package/lib/labs/VEmptyState/VEmptyState.css +3 -3
  83. package/lib/labs/VFab/VFab.css +1 -0
  84. package/lib/labs/VFab/VFab.mjs +3 -2
  85. package/lib/labs/VFab/VFab.mjs.map +1 -1
  86. package/lib/labs/VFab/VFab.sass +1 -0
  87. package/lib/labs/VFab/index.d.mts +10 -0
  88. package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
  89. package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
  90. package/lib/labs/VNumberInput/index.d.mts +56 -29
  91. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
  92. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
  93. package/lib/labs/VSnackbarQueue/index.d.mts +2693 -0
  94. package/lib/labs/VSnackbarQueue/index.mjs +2 -0
  95. package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
  96. package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
  97. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  98. package/lib/labs/VTimePicker/index.d.mts +6 -13
  99. package/lib/labs/components.d.mts +2893 -282
  100. package/lib/labs/components.mjs +1 -0
  101. package/lib/labs/components.mjs.map +1 -1
  102. package/lib/locale/af.mjs +1 -0
  103. package/lib/locale/af.mjs.map +1 -1
  104. package/lib/locale/ar.mjs +1 -0
  105. package/lib/locale/ar.mjs.map +1 -1
  106. package/lib/locale/az.mjs +1 -0
  107. package/lib/locale/az.mjs.map +1 -1
  108. package/lib/locale/bg.mjs +1 -0
  109. package/lib/locale/bg.mjs.map +1 -1
  110. package/lib/locale/ca.mjs +1 -0
  111. package/lib/locale/ca.mjs.map +1 -1
  112. package/lib/locale/ckb.mjs +1 -0
  113. package/lib/locale/ckb.mjs.map +1 -1
  114. package/lib/locale/cs.mjs +1 -0
  115. package/lib/locale/cs.mjs.map +1 -1
  116. package/lib/locale/da.mjs +1 -0
  117. package/lib/locale/da.mjs.map +1 -1
  118. package/lib/locale/de.mjs +1 -0
  119. package/lib/locale/de.mjs.map +1 -1
  120. package/lib/locale/el.mjs +1 -0
  121. package/lib/locale/el.mjs.map +1 -1
  122. package/lib/locale/en.mjs +1 -0
  123. package/lib/locale/en.mjs.map +1 -1
  124. package/lib/locale/es.mjs +1 -0
  125. package/lib/locale/es.mjs.map +1 -1
  126. package/lib/locale/et.mjs +1 -0
  127. package/lib/locale/et.mjs.map +1 -1
  128. package/lib/locale/fa.mjs +1 -0
  129. package/lib/locale/fa.mjs.map +1 -1
  130. package/lib/locale/fi.mjs +1 -0
  131. package/lib/locale/fi.mjs.map +1 -1
  132. package/lib/locale/fr.mjs +1 -0
  133. package/lib/locale/fr.mjs.map +1 -1
  134. package/lib/locale/he.mjs +1 -0
  135. package/lib/locale/he.mjs.map +1 -1
  136. package/lib/locale/hr.mjs +1 -0
  137. package/lib/locale/hr.mjs.map +1 -1
  138. package/lib/locale/hu.mjs +1 -0
  139. package/lib/locale/hu.mjs.map +1 -1
  140. package/lib/locale/id.mjs +1 -0
  141. package/lib/locale/id.mjs.map +1 -1
  142. package/lib/locale/index.d.mts +43 -0
  143. package/lib/locale/it.mjs +1 -0
  144. package/lib/locale/it.mjs.map +1 -1
  145. package/lib/locale/ja.mjs +1 -0
  146. package/lib/locale/ja.mjs.map +1 -1
  147. package/lib/locale/km.mjs +1 -0
  148. package/lib/locale/km.mjs.map +1 -1
  149. package/lib/locale/ko.mjs +1 -0
  150. package/lib/locale/ko.mjs.map +1 -1
  151. package/lib/locale/lt.mjs +1 -0
  152. package/lib/locale/lt.mjs.map +1 -1
  153. package/lib/locale/lv.mjs +1 -0
  154. package/lib/locale/lv.mjs.map +1 -1
  155. package/lib/locale/nl.mjs +1 -0
  156. package/lib/locale/nl.mjs.map +1 -1
  157. package/lib/locale/no.mjs +1 -0
  158. package/lib/locale/no.mjs.map +1 -1
  159. package/lib/locale/pl.mjs +1 -0
  160. package/lib/locale/pl.mjs.map +1 -1
  161. package/lib/locale/pt.mjs +1 -0
  162. package/lib/locale/pt.mjs.map +1 -1
  163. package/lib/locale/ro.mjs +1 -0
  164. package/lib/locale/ro.mjs.map +1 -1
  165. package/lib/locale/ru.mjs +1 -0
  166. package/lib/locale/ru.mjs.map +1 -1
  167. package/lib/locale/sk.mjs +1 -0
  168. package/lib/locale/sk.mjs.map +1 -1
  169. package/lib/locale/sl.mjs +1 -0
  170. package/lib/locale/sl.mjs.map +1 -1
  171. package/lib/locale/sr-Cyrl.mjs +1 -0
  172. package/lib/locale/sr-Cyrl.mjs.map +1 -1
  173. package/lib/locale/sr-Latn.mjs +1 -0
  174. package/lib/locale/sr-Latn.mjs.map +1 -1
  175. package/lib/locale/sv.mjs +1 -0
  176. package/lib/locale/sv.mjs.map +1 -1
  177. package/lib/locale/th.mjs +1 -0
  178. package/lib/locale/th.mjs.map +1 -1
  179. package/lib/locale/tr.mjs +1 -0
  180. package/lib/locale/tr.mjs.map +1 -1
  181. package/lib/locale/uk.mjs +1 -0
  182. package/lib/locale/uk.mjs.map +1 -1
  183. package/lib/locale/vi.mjs +1 -0
  184. package/lib/locale/vi.mjs.map +1 -1
  185. package/lib/locale/zh-Hans.mjs +1 -0
  186. package/lib/locale/zh-Hans.mjs.map +1 -1
  187. package/lib/locale/zh-Hant.mjs +1 -0
  188. package/lib/locale/zh-Hant.mjs.map +1 -1
  189. package/lib/styles/main.css +78 -78
  190. package/lib/styles/settings/_variables.scss +21 -14
  191. package/package.json +2 -2
@@ -0,0 +1,2693 @@
1
+ import * as vue from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, VNodeChild, VNode, Ref, EffectScope, nextTick, PropType } from 'vue';
3
+
4
+ declare class Box {
5
+ x: number;
6
+ y: number;
7
+ width: number;
8
+ height: number;
9
+ constructor({ x, y, width, height }: {
10
+ x: number;
11
+ y: number;
12
+ width: number;
13
+ height: number;
14
+ });
15
+ get top(): number;
16
+ get bottom(): number;
17
+ get left(): number;
18
+ get right(): number;
19
+ }
20
+
21
+ declare const block: readonly ["top", "bottom"];
22
+ declare const inline: readonly ["start", "end", "left", "right"];
23
+ type Tblock = typeof block[number];
24
+ type Tinline = typeof inline[number];
25
+ type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
26
+
27
+ type SlotsToProps<U extends RawSlots, T = MakeInternalSlots<U>> = {
28
+ $children?: (VNodeChild | (T extends {
29
+ default: infer V;
30
+ } ? V : {}) | {
31
+ [K in keyof T]?: T[K];
32
+ });
33
+ 'v-slots'?: {
34
+ [K in keyof T]?: T[K] | false;
35
+ };
36
+ } & {
37
+ [K in keyof T as `v-slot:${K & string}`]?: T[K] | false;
38
+ };
39
+ type RawSlots = Record<string, unknown>;
40
+ type Slot<T> = [T] extends [never] ? () => VNodeChild : (arg: T) => VNodeChild;
41
+ type VueSlot<T> = [T] extends [never] ? () => VNode[] : (arg: T) => VNode[];
42
+ type MakeInternalSlots<T extends RawSlots> = {
43
+ [K in keyof T]: Slot<T[K]>;
44
+ };
45
+ type MakeSlots<T extends RawSlots> = {
46
+ [K in keyof T]: VueSlot<T[K]>;
47
+ };
48
+ type GenericProps<Props, Slots extends Record<string, unknown>> = {
49
+ $props: Props & SlotsToProps<Slots>;
50
+ $slots: MakeSlots<Slots>;
51
+ };
52
+ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
53
+ filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
54
+ }
55
+
56
+ interface LocationStrategyData {
57
+ contentEl: Ref<HTMLElement | undefined>;
58
+ target: Ref<HTMLElement | [x: number, y: number] | undefined>;
59
+ isActive: Ref<boolean>;
60
+ isRtl: Ref<boolean>;
61
+ }
62
+ type LocationStrategyFn = (data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
63
+ updateLocation: (e: Event) => void;
64
+ };
65
+ declare const locationStrategies: {
66
+ static: typeof staticLocationStrategy;
67
+ connected: typeof connectedLocationStrategy;
68
+ };
69
+ interface StrategyProps$1 {
70
+ locationStrategy: keyof typeof locationStrategies | LocationStrategyFn;
71
+ location: Anchor;
72
+ origin: Anchor | 'auto' | 'overlap';
73
+ offset?: number | string | number[];
74
+ maxHeight?: number | string;
75
+ maxWidth?: number | string;
76
+ minHeight?: number | string;
77
+ minWidth?: number | string;
78
+ }
79
+ declare function staticLocationStrategy(): void;
80
+ declare function connectedLocationStrategy(data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>): {
81
+ updateLocation: () => {
82
+ available: {
83
+ x: number;
84
+ y: number;
85
+ };
86
+ contentBox: Box;
87
+ } | undefined;
88
+ };
89
+
90
+ interface ScrollStrategyData {
91
+ root: Ref<HTMLElement | undefined>;
92
+ contentEl: Ref<HTMLElement | undefined>;
93
+ targetEl: Ref<HTMLElement | undefined>;
94
+ isActive: Ref<boolean>;
95
+ updateLocation: Ref<((e: Event) => void) | undefined>;
96
+ }
97
+ type ScrollStrategyFn = (data: ScrollStrategyData, props: StrategyProps, scope: EffectScope) => void;
98
+ declare const scrollStrategies: {
99
+ none: null;
100
+ close: typeof closeScrollStrategy;
101
+ block: typeof blockScrollStrategy;
102
+ reposition: typeof repositionScrollStrategy;
103
+ };
104
+ interface StrategyProps {
105
+ scrollStrategy: keyof typeof scrollStrategies | ScrollStrategyFn;
106
+ contained: boolean | undefined;
107
+ }
108
+ declare function closeScrollStrategy(data: ScrollStrategyData): void;
109
+ declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps): void;
110
+ declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps, scope: EffectScope): void;
111
+
112
+ declare const VSnackbar: {
113
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
114
+ style: vue.StyleValue;
115
+ disabled: boolean;
116
+ absolute: boolean;
117
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
118
+ component?: vue.Component | undefined;
119
+ })>;
120
+ zIndex: string | number;
121
+ modelValue: boolean;
122
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
123
+ origin: Anchor | "auto" | "overlap";
124
+ vertical: boolean;
125
+ tile: boolean;
126
+ eager: boolean;
127
+ location: Anchor;
128
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
129
+ updateLocation: (e: Event) => void;
130
+ } | undefined) | "connected";
131
+ activatorProps: Record<string, any>;
132
+ openOnHover: boolean;
133
+ closeOnContentClick: boolean;
134
+ closeOnBack: boolean;
135
+ contained: boolean;
136
+ multiLine: boolean;
137
+ timeout: string | number;
138
+ } & {
139
+ class?: any;
140
+ text?: string | undefined;
141
+ width?: string | number | undefined;
142
+ height?: string | number | undefined;
143
+ theme?: string | undefined;
144
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
145
+ color?: string | undefined;
146
+ offset?: string | number | number[] | undefined;
147
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
148
+ rounded?: string | number | boolean | undefined;
149
+ contentClass?: any;
150
+ opacity?: string | number | undefined;
151
+ maxHeight?: string | number | undefined;
152
+ maxWidth?: string | number | undefined;
153
+ minHeight?: string | number | undefined;
154
+ minWidth?: string | number | undefined;
155
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
156
+ closeDelay?: string | number | undefined;
157
+ openDelay?: string | number | undefined;
158
+ openOnClick?: boolean | undefined;
159
+ openOnFocus?: boolean | undefined;
160
+ contentProps?: any;
161
+ attach?: string | boolean | Element | undefined;
162
+ timer?: string | boolean | undefined;
163
+ } & {
164
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
165
+ activator?: ((arg: {
166
+ isActive: boolean;
167
+ props: Record<string, any>;
168
+ }) => vue.VNodeChild) | undefined;
169
+ default?: (() => vue.VNodeChild) | undefined;
170
+ actions?: (() => vue.VNodeChild) | undefined;
171
+ text?: (() => vue.VNodeChild) | undefined;
172
+ };
173
+ 'v-slots'?: {
174
+ activator?: false | ((arg: {
175
+ isActive: boolean;
176
+ props: Record<string, any>;
177
+ }) => vue.VNodeChild) | undefined;
178
+ default?: false | (() => vue.VNodeChild) | undefined;
179
+ actions?: false | (() => vue.VNodeChild) | undefined;
180
+ text?: false | (() => vue.VNodeChild) | undefined;
181
+ } | undefined;
182
+ } & {
183
+ "v-slot:activator"?: false | ((arg: {
184
+ isActive: boolean;
185
+ props: Record<string, any>;
186
+ }) => vue.VNodeChild) | undefined;
187
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
188
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
189
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
190
+ } & {
191
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
192
+ }, Omit<Omit<{
193
+ $: vue.ComponentInternalInstance;
194
+ $data: {};
195
+ $props: Partial<{
196
+ style: vue.StyleValue;
197
+ disabled: boolean;
198
+ absolute: boolean;
199
+ transition: string | boolean | (vue.TransitionProps & {
200
+ component?: vue.Component | undefined;
201
+ });
202
+ zIndex: string | number;
203
+ modelValue: boolean;
204
+ origin: Anchor | "auto" | "overlap";
205
+ eager: boolean;
206
+ location: Anchor;
207
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
208
+ updateLocation: (e: Event) => void;
209
+ } | undefined) | "connected";
210
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
211
+ activatorProps: Record<string, any>;
212
+ openOnClick: boolean;
213
+ openOnHover: boolean;
214
+ openOnFocus: boolean;
215
+ closeOnContentClick: boolean;
216
+ closeOnBack: boolean;
217
+ contained: boolean;
218
+ noClickAnimation: boolean;
219
+ persistent: boolean;
220
+ scrim: string | boolean;
221
+ _disableGlobalStack: boolean;
222
+ }> & Omit<{
223
+ style: vue.StyleValue;
224
+ disabled: boolean;
225
+ absolute: boolean;
226
+ transition: string | boolean | (vue.TransitionProps & {
227
+ component?: vue.Component | undefined;
228
+ });
229
+ zIndex: string | number;
230
+ modelValue: boolean;
231
+ origin: Anchor | "auto" | "overlap";
232
+ eager: boolean;
233
+ location: Anchor;
234
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
235
+ updateLocation: (e: Event) => void;
236
+ } | undefined) | "connected";
237
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
238
+ activatorProps: Record<string, any>;
239
+ openOnHover: boolean;
240
+ closeOnContentClick: boolean;
241
+ closeOnBack: boolean;
242
+ contained: boolean;
243
+ noClickAnimation: boolean;
244
+ persistent: boolean;
245
+ scrim: string | boolean;
246
+ _disableGlobalStack: boolean;
247
+ class?: any;
248
+ width?: string | number | undefined;
249
+ height?: string | number | undefined;
250
+ theme?: string | undefined;
251
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
252
+ offset?: string | number | number[] | undefined;
253
+ contentClass?: any;
254
+ opacity?: string | number | undefined;
255
+ maxHeight?: string | number | undefined;
256
+ maxWidth?: string | number | undefined;
257
+ minHeight?: string | number | undefined;
258
+ minWidth?: string | number | undefined;
259
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
260
+ closeDelay?: string | number | undefined;
261
+ openDelay?: string | number | undefined;
262
+ openOnClick?: boolean | undefined;
263
+ openOnFocus?: boolean | undefined;
264
+ contentProps?: any;
265
+ attach?: string | boolean | Element | undefined;
266
+ $children?: vue.VNodeChild | {
267
+ default?: ((arg: {
268
+ isActive: vue.Ref<boolean>;
269
+ }) => vue.VNodeChild) | undefined;
270
+ activator?: ((arg: {
271
+ isActive: boolean;
272
+ props: Record<string, any>;
273
+ }) => vue.VNodeChild) | undefined;
274
+ } | ((arg: {
275
+ isActive: vue.Ref<boolean>;
276
+ }) => vue.VNodeChild);
277
+ 'v-slots'?: {
278
+ default?: false | ((arg: {
279
+ isActive: vue.Ref<boolean>;
280
+ }) => vue.VNodeChild) | undefined;
281
+ activator?: false | ((arg: {
282
+ isActive: boolean;
283
+ props: Record<string, any>;
284
+ }) => vue.VNodeChild) | undefined;
285
+ } | undefined;
286
+ "v-slot:default"?: false | ((arg: {
287
+ isActive: vue.Ref<boolean>;
288
+ }) => vue.VNodeChild) | undefined;
289
+ "v-slot:activator"?: false | ((arg: {
290
+ isActive: boolean;
291
+ props: Record<string, any>;
292
+ }) => vue.VNodeChild) | undefined;
293
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
294
+ onAfterEnter?: (() => any) | undefined;
295
+ onAfterLeave?: (() => any) | undefined;
296
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
297
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
298
+ style: vue.StyleValue;
299
+ disabled: boolean;
300
+ absolute: boolean;
301
+ transition: string | boolean | (vue.TransitionProps & {
302
+ component?: vue.Component | undefined;
303
+ });
304
+ zIndex: string | number;
305
+ modelValue: boolean;
306
+ origin: Anchor | "auto" | "overlap";
307
+ eager: boolean;
308
+ location: Anchor;
309
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
310
+ updateLocation: (e: Event) => void;
311
+ } | undefined) | "connected";
312
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
313
+ activatorProps: Record<string, any>;
314
+ openOnHover: boolean;
315
+ closeOnContentClick: boolean;
316
+ closeOnBack: boolean;
317
+ contained: boolean;
318
+ noClickAnimation: boolean;
319
+ persistent: boolean;
320
+ scrim: string | boolean;
321
+ _disableGlobalStack: boolean;
322
+ } & {
323
+ class?: any;
324
+ width?: string | number | undefined;
325
+ height?: string | number | undefined;
326
+ theme?: string | undefined;
327
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
328
+ offset?: string | number | number[] | undefined;
329
+ contentClass?: any;
330
+ opacity?: string | number | undefined;
331
+ maxHeight?: string | number | undefined;
332
+ maxWidth?: string | number | undefined;
333
+ minHeight?: string | number | undefined;
334
+ minWidth?: string | number | undefined;
335
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
336
+ closeDelay?: string | number | undefined;
337
+ openDelay?: string | number | undefined;
338
+ openOnClick?: boolean | undefined;
339
+ openOnFocus?: boolean | undefined;
340
+ contentProps?: any;
341
+ attach?: string | boolean | Element | undefined;
342
+ } & {
343
+ $children?: vue.VNodeChild | {
344
+ default?: ((arg: {
345
+ isActive: vue.Ref<boolean>;
346
+ }) => vue.VNodeChild) | undefined;
347
+ activator?: ((arg: {
348
+ isActive: boolean;
349
+ props: Record<string, any>;
350
+ }) => vue.VNodeChild) | undefined;
351
+ } | ((arg: {
352
+ isActive: vue.Ref<boolean>;
353
+ }) => vue.VNodeChild);
354
+ 'v-slots'?: {
355
+ default?: false | ((arg: {
356
+ isActive: vue.Ref<boolean>;
357
+ }) => vue.VNodeChild) | undefined;
358
+ activator?: false | ((arg: {
359
+ isActive: boolean;
360
+ props: Record<string, any>;
361
+ }) => vue.VNodeChild) | undefined;
362
+ } | undefined;
363
+ } & {
364
+ "v-slot:default"?: false | ((arg: {
365
+ isActive: vue.Ref<boolean>;
366
+ }) => vue.VNodeChild) | undefined;
367
+ "v-slot:activator"?: false | ((arg: {
368
+ isActive: boolean;
369
+ props: Record<string, any>;
370
+ }) => vue.VNodeChild) | undefined;
371
+ } & {
372
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
373
+ onAfterEnter?: (() => any) | undefined;
374
+ onAfterLeave?: (() => any) | undefined;
375
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
376
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
377
+ $attrs: {
378
+ [x: string]: unknown;
379
+ };
380
+ $refs: {
381
+ [x: string]: unknown;
382
+ };
383
+ $slots: Readonly<{
384
+ default?: ((arg: {
385
+ isActive: vue.Ref<boolean>;
386
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
387
+ [key: string]: any;
388
+ }>[]) | undefined;
389
+ activator?: ((arg: {
390
+ isActive: boolean;
391
+ props: Record<string, any>;
392
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
393
+ [key: string]: any;
394
+ }>[]) | undefined;
395
+ }>;
396
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
397
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
398
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
399
+ $el: any;
400
+ $options: vue.ComponentOptionsBase<{
401
+ style: vue.StyleValue;
402
+ disabled: boolean;
403
+ absolute: boolean;
404
+ transition: string | boolean | (vue.TransitionProps & {
405
+ component?: vue.Component | undefined;
406
+ });
407
+ zIndex: string | number;
408
+ modelValue: boolean;
409
+ origin: Anchor | "auto" | "overlap";
410
+ eager: boolean;
411
+ location: Anchor;
412
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
413
+ updateLocation: (e: Event) => void;
414
+ } | undefined) | "connected";
415
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
416
+ activatorProps: Record<string, any>;
417
+ openOnHover: boolean;
418
+ closeOnContentClick: boolean;
419
+ closeOnBack: boolean;
420
+ contained: boolean;
421
+ noClickAnimation: boolean;
422
+ persistent: boolean;
423
+ scrim: string | boolean;
424
+ _disableGlobalStack: boolean;
425
+ } & {
426
+ class?: any;
427
+ width?: string | number | undefined;
428
+ height?: string | number | undefined;
429
+ theme?: string | undefined;
430
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
431
+ offset?: string | number | number[] | undefined;
432
+ contentClass?: any;
433
+ opacity?: string | number | undefined;
434
+ maxHeight?: string | number | undefined;
435
+ maxWidth?: string | number | undefined;
436
+ minHeight?: string | number | undefined;
437
+ minWidth?: string | number | undefined;
438
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
439
+ closeDelay?: string | number | undefined;
440
+ openDelay?: string | number | undefined;
441
+ openOnClick?: boolean | undefined;
442
+ openOnFocus?: boolean | undefined;
443
+ contentProps?: any;
444
+ attach?: string | boolean | Element | undefined;
445
+ } & {
446
+ $children?: vue.VNodeChild | {
447
+ default?: ((arg: {
448
+ isActive: vue.Ref<boolean>;
449
+ }) => vue.VNodeChild) | undefined;
450
+ activator?: ((arg: {
451
+ isActive: boolean;
452
+ props: Record<string, any>;
453
+ }) => vue.VNodeChild) | undefined;
454
+ } | ((arg: {
455
+ isActive: vue.Ref<boolean>;
456
+ }) => vue.VNodeChild);
457
+ 'v-slots'?: {
458
+ default?: false | ((arg: {
459
+ isActive: vue.Ref<boolean>;
460
+ }) => vue.VNodeChild) | undefined;
461
+ activator?: false | ((arg: {
462
+ isActive: boolean;
463
+ props: Record<string, any>;
464
+ }) => vue.VNodeChild) | undefined;
465
+ } | undefined;
466
+ } & {
467
+ "v-slot:default"?: false | ((arg: {
468
+ isActive: vue.Ref<boolean>;
469
+ }) => vue.VNodeChild) | undefined;
470
+ "v-slot:activator"?: false | ((arg: {
471
+ isActive: boolean;
472
+ props: Record<string, any>;
473
+ }) => vue.VNodeChild) | undefined;
474
+ } & {
475
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
476
+ onAfterEnter?: (() => any) | undefined;
477
+ onAfterLeave?: (() => any) | undefined;
478
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
479
+ }, {
480
+ activatorEl: vue.Ref<HTMLElement | undefined>;
481
+ scrimEl: vue.Ref<HTMLElement | undefined>;
482
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
483
+ animateClick: () => void;
484
+ contentEl: vue.Ref<HTMLElement | undefined>;
485
+ globalTop: Readonly<vue.Ref<boolean>>;
486
+ localTop: vue.ComputedRef<boolean>;
487
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
488
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
489
+ 'click:outside': (e: MouseEvent) => true;
490
+ 'update:modelValue': (value: boolean) => true;
491
+ afterEnter: () => true;
492
+ afterLeave: () => true;
493
+ }, string, {
494
+ style: vue.StyleValue;
495
+ disabled: boolean;
496
+ absolute: boolean;
497
+ transition: string | boolean | (vue.TransitionProps & {
498
+ component?: vue.Component | undefined;
499
+ });
500
+ zIndex: string | number;
501
+ modelValue: boolean;
502
+ origin: Anchor | "auto" | "overlap";
503
+ eager: boolean;
504
+ location: Anchor;
505
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
506
+ updateLocation: (e: Event) => void;
507
+ } | undefined) | "connected";
508
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
509
+ activatorProps: Record<string, any>;
510
+ openOnClick: boolean;
511
+ openOnHover: boolean;
512
+ openOnFocus: boolean;
513
+ closeOnContentClick: boolean;
514
+ closeOnBack: boolean;
515
+ contained: boolean;
516
+ noClickAnimation: boolean;
517
+ persistent: boolean;
518
+ scrim: string | boolean;
519
+ _disableGlobalStack: boolean;
520
+ }, {}, string, vue.SlotsType<Partial<{
521
+ default: (arg: {
522
+ isActive: vue.Ref<boolean>;
523
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
524
+ [key: string]: any;
525
+ }>[];
526
+ activator: (arg: {
527
+ isActive: boolean;
528
+ props: Record<string, any>;
529
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
530
+ [key: string]: any;
531
+ }>[];
532
+ }>>> & {
533
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
534
+ created?: ((() => void) | (() => void)[]) | undefined;
535
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
536
+ mounted?: ((() => void) | (() => void)[]) | undefined;
537
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
538
+ updated?: ((() => void) | (() => void)[]) | undefined;
539
+ activated?: ((() => void) | (() => void)[]) | undefined;
540
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
541
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
542
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
543
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
544
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
545
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
546
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
547
+ 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;
548
+ };
549
+ $forceUpdate: () => void;
550
+ $nextTick: typeof nextTick;
551
+ $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;
552
+ } & Omit<{
553
+ style: vue.StyleValue;
554
+ disabled: boolean;
555
+ absolute: boolean;
556
+ transition: string | boolean | (vue.TransitionProps & {
557
+ component?: vue.Component | undefined;
558
+ });
559
+ zIndex: string | number;
560
+ modelValue: boolean;
561
+ origin: Anchor | "auto" | "overlap";
562
+ eager: boolean;
563
+ location: Anchor;
564
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
565
+ updateLocation: (e: Event) => void;
566
+ } | undefined) | "connected";
567
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
568
+ activatorProps: Record<string, any>;
569
+ openOnHover: boolean;
570
+ closeOnContentClick: boolean;
571
+ closeOnBack: boolean;
572
+ contained: boolean;
573
+ noClickAnimation: boolean;
574
+ persistent: boolean;
575
+ scrim: string | boolean;
576
+ _disableGlobalStack: boolean;
577
+ } & {
578
+ class?: any;
579
+ width?: string | number | undefined;
580
+ height?: string | number | undefined;
581
+ theme?: string | undefined;
582
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
583
+ offset?: string | number | number[] | undefined;
584
+ contentClass?: any;
585
+ opacity?: string | number | undefined;
586
+ maxHeight?: string | number | undefined;
587
+ maxWidth?: string | number | undefined;
588
+ minHeight?: string | number | undefined;
589
+ minWidth?: string | number | undefined;
590
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
591
+ closeDelay?: string | number | undefined;
592
+ openDelay?: string | number | undefined;
593
+ openOnClick?: boolean | undefined;
594
+ openOnFocus?: boolean | undefined;
595
+ contentProps?: any;
596
+ attach?: string | boolean | Element | undefined;
597
+ } & {
598
+ $children?: vue.VNodeChild | {
599
+ default?: ((arg: {
600
+ isActive: vue.Ref<boolean>;
601
+ }) => vue.VNodeChild) | undefined;
602
+ activator?: ((arg: {
603
+ isActive: boolean;
604
+ props: Record<string, any>;
605
+ }) => vue.VNodeChild) | undefined;
606
+ } | ((arg: {
607
+ isActive: vue.Ref<boolean>;
608
+ }) => vue.VNodeChild);
609
+ 'v-slots'?: {
610
+ default?: false | ((arg: {
611
+ isActive: vue.Ref<boolean>;
612
+ }) => vue.VNodeChild) | undefined;
613
+ activator?: false | ((arg: {
614
+ isActive: boolean;
615
+ props: Record<string, any>;
616
+ }) => vue.VNodeChild) | undefined;
617
+ } | undefined;
618
+ } & {
619
+ "v-slot:default"?: false | ((arg: {
620
+ isActive: vue.Ref<boolean>;
621
+ }) => vue.VNodeChild) | undefined;
622
+ "v-slot:activator"?: false | ((arg: {
623
+ isActive: boolean;
624
+ props: Record<string, any>;
625
+ }) => vue.VNodeChild) | undefined;
626
+ } & {
627
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
628
+ onAfterEnter?: (() => any) | undefined;
629
+ onAfterLeave?: (() => any) | undefined;
630
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
631
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
632
+ activatorEl: vue.Ref<HTMLElement | undefined>;
633
+ scrimEl: vue.Ref<HTMLElement | undefined>;
634
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
635
+ animateClick: () => void;
636
+ contentEl: vue.Ref<HTMLElement | undefined>;
637
+ globalTop: Readonly<vue.Ref<boolean>>;
638
+ localTop: vue.ComputedRef<boolean>;
639
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
640
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
641
+ 'update:modelValue': (v: boolean) => boolean;
642
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
643
+ style: vue.StyleValue;
644
+ disabled: boolean;
645
+ absolute: boolean;
646
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
647
+ component?: vue.Component | undefined;
648
+ })>;
649
+ zIndex: string | number;
650
+ modelValue: boolean;
651
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
652
+ origin: Anchor | "auto" | "overlap";
653
+ vertical: boolean;
654
+ tile: boolean;
655
+ eager: boolean;
656
+ location: Anchor;
657
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
658
+ updateLocation: (e: Event) => void;
659
+ } | undefined) | "connected";
660
+ activatorProps: Record<string, any>;
661
+ openOnHover: boolean;
662
+ closeOnContentClick: boolean;
663
+ closeOnBack: boolean;
664
+ contained: boolean;
665
+ multiLine: boolean;
666
+ timeout: string | number;
667
+ } & {
668
+ class?: any;
669
+ text?: string | undefined;
670
+ width?: string | number | undefined;
671
+ height?: string | number | undefined;
672
+ theme?: string | undefined;
673
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
674
+ color?: string | undefined;
675
+ offset?: string | number | number[] | undefined;
676
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
677
+ rounded?: string | number | boolean | undefined;
678
+ contentClass?: any;
679
+ opacity?: string | number | undefined;
680
+ maxHeight?: string | number | undefined;
681
+ maxWidth?: string | number | undefined;
682
+ minHeight?: string | number | undefined;
683
+ minWidth?: string | number | undefined;
684
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
685
+ closeDelay?: string | number | undefined;
686
+ openDelay?: string | number | undefined;
687
+ openOnClick?: boolean | undefined;
688
+ openOnFocus?: boolean | undefined;
689
+ contentProps?: any;
690
+ attach?: string | boolean | Element | undefined;
691
+ timer?: string | boolean | undefined;
692
+ } & {
693
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
694
+ activator?: ((arg: {
695
+ isActive: boolean;
696
+ props: Record<string, any>;
697
+ }) => vue.VNodeChild) | undefined;
698
+ default?: (() => vue.VNodeChild) | undefined;
699
+ actions?: (() => vue.VNodeChild) | undefined;
700
+ text?: (() => vue.VNodeChild) | undefined;
701
+ };
702
+ 'v-slots'?: {
703
+ activator?: false | ((arg: {
704
+ isActive: boolean;
705
+ props: Record<string, any>;
706
+ }) => vue.VNodeChild) | undefined;
707
+ default?: false | (() => vue.VNodeChild) | undefined;
708
+ actions?: false | (() => vue.VNodeChild) | undefined;
709
+ text?: false | (() => vue.VNodeChild) | undefined;
710
+ } | undefined;
711
+ } & {
712
+ "v-slot:activator"?: false | ((arg: {
713
+ isActive: boolean;
714
+ props: Record<string, any>;
715
+ }) => vue.VNodeChild) | undefined;
716
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
717
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
718
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
719
+ } & {
720
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
721
+ }, {
722
+ style: vue.StyleValue;
723
+ disabled: boolean;
724
+ absolute: boolean;
725
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
726
+ component?: vue.Component | undefined;
727
+ })>;
728
+ zIndex: string | number;
729
+ modelValue: boolean;
730
+ rounded: string | number | boolean;
731
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
732
+ origin: Anchor | "auto" | "overlap";
733
+ vertical: boolean;
734
+ tile: boolean;
735
+ eager: boolean;
736
+ location: Anchor;
737
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
738
+ updateLocation: (e: Event) => void;
739
+ } | undefined) | "connected";
740
+ activatorProps: Record<string, any>;
741
+ openOnClick: boolean;
742
+ openOnHover: boolean;
743
+ openOnFocus: boolean;
744
+ closeOnContentClick: boolean;
745
+ closeOnBack: boolean;
746
+ contained: boolean;
747
+ multiLine: boolean;
748
+ timeout: string | number;
749
+ }, true, {}, vue.SlotsType<Partial<{
750
+ activator: (arg: {
751
+ isActive: boolean;
752
+ props: Record<string, any>;
753
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
754
+ [key: string]: any;
755
+ }>[];
756
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
757
+ [key: string]: any;
758
+ }>[];
759
+ actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
760
+ [key: string]: any;
761
+ }>[];
762
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
763
+ [key: string]: any;
764
+ }>[];
765
+ }>>, {
766
+ P: {};
767
+ B: {};
768
+ D: {};
769
+ C: {};
770
+ M: {};
771
+ Defaults: {};
772
+ }, {
773
+ style: vue.StyleValue;
774
+ disabled: boolean;
775
+ absolute: boolean;
776
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
777
+ component?: vue.Component | undefined;
778
+ })>;
779
+ zIndex: string | number;
780
+ modelValue: boolean;
781
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
782
+ origin: Anchor | "auto" | "overlap";
783
+ vertical: boolean;
784
+ tile: boolean;
785
+ eager: boolean;
786
+ location: Anchor;
787
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
788
+ updateLocation: (e: Event) => void;
789
+ } | undefined) | "connected";
790
+ activatorProps: Record<string, any>;
791
+ openOnHover: boolean;
792
+ closeOnContentClick: boolean;
793
+ closeOnBack: boolean;
794
+ contained: boolean;
795
+ multiLine: boolean;
796
+ timeout: string | number;
797
+ } & {
798
+ class?: any;
799
+ text?: string | undefined;
800
+ width?: string | number | undefined;
801
+ height?: string | number | undefined;
802
+ theme?: string | undefined;
803
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
804
+ color?: string | undefined;
805
+ offset?: string | number | number[] | undefined;
806
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
807
+ rounded?: string | number | boolean | undefined;
808
+ contentClass?: any;
809
+ opacity?: string | number | undefined;
810
+ maxHeight?: string | number | undefined;
811
+ maxWidth?: string | number | undefined;
812
+ minHeight?: string | number | undefined;
813
+ minWidth?: string | number | undefined;
814
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
815
+ closeDelay?: string | number | undefined;
816
+ openDelay?: string | number | undefined;
817
+ openOnClick?: boolean | undefined;
818
+ openOnFocus?: boolean | undefined;
819
+ contentProps?: any;
820
+ attach?: string | boolean | Element | undefined;
821
+ timer?: string | boolean | undefined;
822
+ } & {
823
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
824
+ activator?: ((arg: {
825
+ isActive: boolean;
826
+ props: Record<string, any>;
827
+ }) => vue.VNodeChild) | undefined;
828
+ default?: (() => vue.VNodeChild) | undefined;
829
+ actions?: (() => vue.VNodeChild) | undefined;
830
+ text?: (() => vue.VNodeChild) | undefined;
831
+ };
832
+ 'v-slots'?: {
833
+ activator?: false | ((arg: {
834
+ isActive: boolean;
835
+ props: Record<string, any>;
836
+ }) => vue.VNodeChild) | undefined;
837
+ default?: false | (() => vue.VNodeChild) | undefined;
838
+ actions?: false | (() => vue.VNodeChild) | undefined;
839
+ text?: false | (() => vue.VNodeChild) | undefined;
840
+ } | undefined;
841
+ } & {
842
+ "v-slot:activator"?: false | ((arg: {
843
+ isActive: boolean;
844
+ props: Record<string, any>;
845
+ }) => vue.VNodeChild) | undefined;
846
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
847
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
848
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
849
+ } & {
850
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
851
+ }, Omit<Omit<{
852
+ $: vue.ComponentInternalInstance;
853
+ $data: {};
854
+ $props: Partial<{
855
+ style: vue.StyleValue;
856
+ disabled: boolean;
857
+ absolute: boolean;
858
+ transition: string | boolean | (vue.TransitionProps & {
859
+ component?: vue.Component | undefined;
860
+ });
861
+ zIndex: string | number;
862
+ modelValue: boolean;
863
+ origin: Anchor | "auto" | "overlap";
864
+ eager: boolean;
865
+ location: Anchor;
866
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
867
+ updateLocation: (e: Event) => void;
868
+ } | undefined) | "connected";
869
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
870
+ activatorProps: Record<string, any>;
871
+ openOnClick: boolean;
872
+ openOnHover: boolean;
873
+ openOnFocus: boolean;
874
+ closeOnContentClick: boolean;
875
+ closeOnBack: boolean;
876
+ contained: boolean;
877
+ noClickAnimation: boolean;
878
+ persistent: boolean;
879
+ scrim: string | boolean;
880
+ _disableGlobalStack: boolean;
881
+ }> & Omit<{
882
+ style: vue.StyleValue;
883
+ disabled: boolean;
884
+ absolute: boolean;
885
+ transition: string | boolean | (vue.TransitionProps & {
886
+ component?: vue.Component | undefined;
887
+ });
888
+ zIndex: string | number;
889
+ modelValue: boolean;
890
+ origin: Anchor | "auto" | "overlap";
891
+ eager: boolean;
892
+ location: Anchor;
893
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
894
+ updateLocation: (e: Event) => void;
895
+ } | undefined) | "connected";
896
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
897
+ activatorProps: Record<string, any>;
898
+ openOnHover: boolean;
899
+ closeOnContentClick: boolean;
900
+ closeOnBack: boolean;
901
+ contained: boolean;
902
+ noClickAnimation: boolean;
903
+ persistent: boolean;
904
+ scrim: string | boolean;
905
+ _disableGlobalStack: boolean;
906
+ class?: any;
907
+ width?: string | number | undefined;
908
+ height?: string | number | undefined;
909
+ theme?: string | undefined;
910
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
911
+ offset?: string | number | number[] | undefined;
912
+ contentClass?: any;
913
+ opacity?: string | number | undefined;
914
+ maxHeight?: string | number | undefined;
915
+ maxWidth?: string | number | undefined;
916
+ minHeight?: string | number | undefined;
917
+ minWidth?: string | number | undefined;
918
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | 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
+ $children?: vue.VNodeChild | {
926
+ default?: ((arg: {
927
+ isActive: vue.Ref<boolean>;
928
+ }) => vue.VNodeChild) | undefined;
929
+ activator?: ((arg: {
930
+ isActive: boolean;
931
+ props: Record<string, any>;
932
+ }) => vue.VNodeChild) | undefined;
933
+ } | ((arg: {
934
+ isActive: vue.Ref<boolean>;
935
+ }) => vue.VNodeChild);
936
+ 'v-slots'?: {
937
+ default?: false | ((arg: {
938
+ isActive: vue.Ref<boolean>;
939
+ }) => vue.VNodeChild) | undefined;
940
+ activator?: false | ((arg: {
941
+ isActive: boolean;
942
+ props: Record<string, any>;
943
+ }) => vue.VNodeChild) | undefined;
944
+ } | undefined;
945
+ "v-slot:default"?: false | ((arg: {
946
+ isActive: vue.Ref<boolean>;
947
+ }) => vue.VNodeChild) | undefined;
948
+ "v-slot:activator"?: false | ((arg: {
949
+ isActive: boolean;
950
+ props: Record<string, any>;
951
+ }) => vue.VNodeChild) | undefined;
952
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
953
+ onAfterEnter?: (() => any) | undefined;
954
+ onAfterLeave?: (() => any) | undefined;
955
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
956
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
957
+ style: vue.StyleValue;
958
+ disabled: boolean;
959
+ absolute: boolean;
960
+ transition: string | boolean | (vue.TransitionProps & {
961
+ component?: vue.Component | undefined;
962
+ });
963
+ zIndex: string | number;
964
+ modelValue: boolean;
965
+ origin: Anchor | "auto" | "overlap";
966
+ eager: boolean;
967
+ location: Anchor;
968
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
969
+ updateLocation: (e: Event) => void;
970
+ } | undefined) | "connected";
971
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
972
+ activatorProps: Record<string, any>;
973
+ openOnHover: boolean;
974
+ closeOnContentClick: boolean;
975
+ closeOnBack: boolean;
976
+ contained: boolean;
977
+ noClickAnimation: boolean;
978
+ persistent: boolean;
979
+ scrim: string | boolean;
980
+ _disableGlobalStack: boolean;
981
+ } & {
982
+ class?: any;
983
+ width?: string | number | undefined;
984
+ height?: string | number | undefined;
985
+ theme?: string | undefined;
986
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
987
+ offset?: string | number | number[] | undefined;
988
+ contentClass?: any;
989
+ opacity?: string | number | undefined;
990
+ maxHeight?: string | number | undefined;
991
+ maxWidth?: string | number | undefined;
992
+ minHeight?: string | number | undefined;
993
+ minWidth?: string | number | undefined;
994
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
995
+ closeDelay?: string | number | undefined;
996
+ openDelay?: string | number | undefined;
997
+ openOnClick?: boolean | undefined;
998
+ openOnFocus?: boolean | undefined;
999
+ contentProps?: any;
1000
+ attach?: string | boolean | Element | undefined;
1001
+ } & {
1002
+ $children?: vue.VNodeChild | {
1003
+ default?: ((arg: {
1004
+ isActive: vue.Ref<boolean>;
1005
+ }) => vue.VNodeChild) | undefined;
1006
+ activator?: ((arg: {
1007
+ isActive: boolean;
1008
+ props: Record<string, any>;
1009
+ }) => vue.VNodeChild) | undefined;
1010
+ } | ((arg: {
1011
+ isActive: vue.Ref<boolean>;
1012
+ }) => vue.VNodeChild);
1013
+ 'v-slots'?: {
1014
+ default?: false | ((arg: {
1015
+ isActive: vue.Ref<boolean>;
1016
+ }) => vue.VNodeChild) | undefined;
1017
+ activator?: false | ((arg: {
1018
+ isActive: boolean;
1019
+ props: Record<string, any>;
1020
+ }) => vue.VNodeChild) | undefined;
1021
+ } | undefined;
1022
+ } & {
1023
+ "v-slot:default"?: false | ((arg: {
1024
+ isActive: vue.Ref<boolean>;
1025
+ }) => vue.VNodeChild) | undefined;
1026
+ "v-slot:activator"?: false | ((arg: {
1027
+ isActive: boolean;
1028
+ props: Record<string, any>;
1029
+ }) => vue.VNodeChild) | undefined;
1030
+ } & {
1031
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1032
+ onAfterEnter?: (() => any) | undefined;
1033
+ onAfterLeave?: (() => any) | undefined;
1034
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1035
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1036
+ $attrs: {
1037
+ [x: string]: unknown;
1038
+ };
1039
+ $refs: {
1040
+ [x: string]: unknown;
1041
+ };
1042
+ $slots: Readonly<{
1043
+ default?: ((arg: {
1044
+ isActive: vue.Ref<boolean>;
1045
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1046
+ [key: string]: any;
1047
+ }>[]) | undefined;
1048
+ activator?: ((arg: {
1049
+ isActive: boolean;
1050
+ props: Record<string, any>;
1051
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1052
+ [key: string]: any;
1053
+ }>[]) | undefined;
1054
+ }>;
1055
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1056
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1057
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1058
+ $el: any;
1059
+ $options: vue.ComponentOptionsBase<{
1060
+ style: vue.StyleValue;
1061
+ disabled: boolean;
1062
+ absolute: boolean;
1063
+ transition: string | boolean | (vue.TransitionProps & {
1064
+ component?: vue.Component | undefined;
1065
+ });
1066
+ zIndex: string | number;
1067
+ modelValue: boolean;
1068
+ origin: Anchor | "auto" | "overlap";
1069
+ eager: boolean;
1070
+ location: Anchor;
1071
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1072
+ updateLocation: (e: Event) => void;
1073
+ } | undefined) | "connected";
1074
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1075
+ activatorProps: Record<string, any>;
1076
+ openOnHover: boolean;
1077
+ closeOnContentClick: boolean;
1078
+ closeOnBack: boolean;
1079
+ contained: boolean;
1080
+ noClickAnimation: boolean;
1081
+ persistent: boolean;
1082
+ scrim: string | boolean;
1083
+ _disableGlobalStack: boolean;
1084
+ } & {
1085
+ class?: any;
1086
+ width?: string | number | undefined;
1087
+ height?: string | number | undefined;
1088
+ theme?: string | undefined;
1089
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1090
+ offset?: string | number | number[] | undefined;
1091
+ contentClass?: any;
1092
+ opacity?: string | number | undefined;
1093
+ maxHeight?: string | number | undefined;
1094
+ maxWidth?: string | number | undefined;
1095
+ minHeight?: string | number | undefined;
1096
+ minWidth?: string | number | undefined;
1097
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1098
+ closeDelay?: string | number | undefined;
1099
+ openDelay?: string | number | undefined;
1100
+ openOnClick?: boolean | undefined;
1101
+ openOnFocus?: boolean | undefined;
1102
+ contentProps?: any;
1103
+ attach?: string | boolean | Element | undefined;
1104
+ } & {
1105
+ $children?: vue.VNodeChild | {
1106
+ default?: ((arg: {
1107
+ isActive: vue.Ref<boolean>;
1108
+ }) => vue.VNodeChild) | undefined;
1109
+ activator?: ((arg: {
1110
+ isActive: boolean;
1111
+ props: Record<string, any>;
1112
+ }) => vue.VNodeChild) | undefined;
1113
+ } | ((arg: {
1114
+ isActive: vue.Ref<boolean>;
1115
+ }) => vue.VNodeChild);
1116
+ 'v-slots'?: {
1117
+ default?: false | ((arg: {
1118
+ isActive: vue.Ref<boolean>;
1119
+ }) => vue.VNodeChild) | undefined;
1120
+ activator?: false | ((arg: {
1121
+ isActive: boolean;
1122
+ props: Record<string, any>;
1123
+ }) => vue.VNodeChild) | undefined;
1124
+ } | undefined;
1125
+ } & {
1126
+ "v-slot:default"?: false | ((arg: {
1127
+ isActive: vue.Ref<boolean>;
1128
+ }) => vue.VNodeChild) | undefined;
1129
+ "v-slot:activator"?: false | ((arg: {
1130
+ isActive: boolean;
1131
+ props: Record<string, any>;
1132
+ }) => vue.VNodeChild) | undefined;
1133
+ } & {
1134
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1135
+ onAfterEnter?: (() => any) | undefined;
1136
+ onAfterLeave?: (() => any) | undefined;
1137
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1138
+ }, {
1139
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1140
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1141
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1142
+ animateClick: () => void;
1143
+ contentEl: vue.Ref<HTMLElement | undefined>;
1144
+ globalTop: Readonly<vue.Ref<boolean>>;
1145
+ localTop: vue.ComputedRef<boolean>;
1146
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1147
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1148
+ 'click:outside': (e: MouseEvent) => true;
1149
+ 'update:modelValue': (value: boolean) => true;
1150
+ afterEnter: () => true;
1151
+ afterLeave: () => true;
1152
+ }, string, {
1153
+ style: vue.StyleValue;
1154
+ disabled: boolean;
1155
+ absolute: boolean;
1156
+ transition: string | boolean | (vue.TransitionProps & {
1157
+ component?: vue.Component | undefined;
1158
+ });
1159
+ zIndex: string | number;
1160
+ modelValue: boolean;
1161
+ origin: Anchor | "auto" | "overlap";
1162
+ eager: boolean;
1163
+ location: Anchor;
1164
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1165
+ updateLocation: (e: Event) => void;
1166
+ } | undefined) | "connected";
1167
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1168
+ activatorProps: Record<string, any>;
1169
+ openOnClick: boolean;
1170
+ openOnHover: boolean;
1171
+ openOnFocus: boolean;
1172
+ closeOnContentClick: boolean;
1173
+ closeOnBack: boolean;
1174
+ contained: boolean;
1175
+ noClickAnimation: boolean;
1176
+ persistent: boolean;
1177
+ scrim: string | boolean;
1178
+ _disableGlobalStack: boolean;
1179
+ }, {}, string, vue.SlotsType<Partial<{
1180
+ default: (arg: {
1181
+ isActive: vue.Ref<boolean>;
1182
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1183
+ [key: string]: any;
1184
+ }>[];
1185
+ activator: (arg: {
1186
+ isActive: boolean;
1187
+ props: Record<string, any>;
1188
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1189
+ [key: string]: any;
1190
+ }>[];
1191
+ }>>> & {
1192
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1193
+ created?: ((() => void) | (() => void)[]) | undefined;
1194
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1195
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1196
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1197
+ updated?: ((() => void) | (() => void)[]) | undefined;
1198
+ activated?: ((() => void) | (() => void)[]) | undefined;
1199
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1200
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1201
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1202
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1203
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1204
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1205
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1206
+ 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;
1207
+ };
1208
+ $forceUpdate: () => void;
1209
+ $nextTick: typeof nextTick;
1210
+ $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;
1211
+ } & Omit<{
1212
+ style: vue.StyleValue;
1213
+ disabled: boolean;
1214
+ absolute: boolean;
1215
+ transition: string | boolean | (vue.TransitionProps & {
1216
+ component?: vue.Component | undefined;
1217
+ });
1218
+ zIndex: string | number;
1219
+ modelValue: boolean;
1220
+ origin: Anchor | "auto" | "overlap";
1221
+ eager: boolean;
1222
+ location: Anchor;
1223
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1224
+ updateLocation: (e: Event) => void;
1225
+ } | undefined) | "connected";
1226
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1227
+ activatorProps: Record<string, any>;
1228
+ openOnHover: boolean;
1229
+ closeOnContentClick: boolean;
1230
+ closeOnBack: boolean;
1231
+ contained: boolean;
1232
+ noClickAnimation: boolean;
1233
+ persistent: boolean;
1234
+ scrim: string | boolean;
1235
+ _disableGlobalStack: boolean;
1236
+ } & {
1237
+ class?: any;
1238
+ width?: string | number | undefined;
1239
+ height?: string | number | undefined;
1240
+ theme?: string | undefined;
1241
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1242
+ offset?: string | number | number[] | undefined;
1243
+ contentClass?: any;
1244
+ opacity?: string | number | undefined;
1245
+ maxHeight?: string | number | undefined;
1246
+ maxWidth?: string | number | undefined;
1247
+ minHeight?: string | number | undefined;
1248
+ minWidth?: string | number | undefined;
1249
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1250
+ closeDelay?: string | number | undefined;
1251
+ openDelay?: string | number | undefined;
1252
+ openOnClick?: boolean | undefined;
1253
+ openOnFocus?: boolean | undefined;
1254
+ contentProps?: any;
1255
+ attach?: string | boolean | Element | undefined;
1256
+ } & {
1257
+ $children?: vue.VNodeChild | {
1258
+ default?: ((arg: {
1259
+ isActive: vue.Ref<boolean>;
1260
+ }) => vue.VNodeChild) | undefined;
1261
+ activator?: ((arg: {
1262
+ isActive: boolean;
1263
+ props: Record<string, any>;
1264
+ }) => vue.VNodeChild) | undefined;
1265
+ } | ((arg: {
1266
+ isActive: vue.Ref<boolean>;
1267
+ }) => vue.VNodeChild);
1268
+ 'v-slots'?: {
1269
+ default?: false | ((arg: {
1270
+ isActive: vue.Ref<boolean>;
1271
+ }) => vue.VNodeChild) | undefined;
1272
+ activator?: false | ((arg: {
1273
+ isActive: boolean;
1274
+ props: Record<string, any>;
1275
+ }) => vue.VNodeChild) | undefined;
1276
+ } | undefined;
1277
+ } & {
1278
+ "v-slot:default"?: false | ((arg: {
1279
+ isActive: vue.Ref<boolean>;
1280
+ }) => vue.VNodeChild) | undefined;
1281
+ "v-slot:activator"?: false | ((arg: {
1282
+ isActive: boolean;
1283
+ props: Record<string, any>;
1284
+ }) => vue.VNodeChild) | undefined;
1285
+ } & {
1286
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1287
+ onAfterEnter?: (() => any) | undefined;
1288
+ onAfterLeave?: (() => any) | undefined;
1289
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1290
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1291
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1292
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1293
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1294
+ animateClick: () => void;
1295
+ contentEl: vue.Ref<HTMLElement | undefined>;
1296
+ globalTop: Readonly<vue.Ref<boolean>>;
1297
+ localTop: vue.ComputedRef<boolean>;
1298
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1299
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
1300
+ style: vue.StyleValue;
1301
+ disabled: boolean;
1302
+ absolute: boolean;
1303
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1304
+ component?: vue.Component | undefined;
1305
+ })>;
1306
+ zIndex: string | number;
1307
+ modelValue: boolean;
1308
+ rounded: string | number | boolean;
1309
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1310
+ origin: Anchor | "auto" | "overlap";
1311
+ vertical: boolean;
1312
+ tile: boolean;
1313
+ eager: boolean;
1314
+ location: Anchor;
1315
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1316
+ updateLocation: (e: Event) => void;
1317
+ } | undefined) | "connected";
1318
+ activatorProps: Record<string, any>;
1319
+ openOnClick: boolean;
1320
+ openOnHover: boolean;
1321
+ openOnFocus: boolean;
1322
+ closeOnContentClick: boolean;
1323
+ closeOnBack: boolean;
1324
+ contained: boolean;
1325
+ multiLine: boolean;
1326
+ timeout: string | number;
1327
+ }>;
1328
+ __isFragment?: undefined;
1329
+ __isTeleport?: undefined;
1330
+ __isSuspense?: undefined;
1331
+ } & vue.ComponentOptionsBase<{
1332
+ style: vue.StyleValue;
1333
+ disabled: boolean;
1334
+ absolute: boolean;
1335
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1336
+ component?: vue.Component | undefined;
1337
+ })>;
1338
+ zIndex: string | number;
1339
+ modelValue: boolean;
1340
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1341
+ origin: Anchor | "auto" | "overlap";
1342
+ vertical: boolean;
1343
+ tile: boolean;
1344
+ eager: boolean;
1345
+ location: Anchor;
1346
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1347
+ updateLocation: (e: Event) => void;
1348
+ } | undefined) | "connected";
1349
+ activatorProps: Record<string, any>;
1350
+ openOnHover: boolean;
1351
+ closeOnContentClick: boolean;
1352
+ closeOnBack: boolean;
1353
+ contained: boolean;
1354
+ multiLine: boolean;
1355
+ timeout: string | number;
1356
+ } & {
1357
+ class?: any;
1358
+ text?: string | undefined;
1359
+ width?: string | number | undefined;
1360
+ height?: string | number | undefined;
1361
+ theme?: string | undefined;
1362
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1363
+ color?: string | undefined;
1364
+ offset?: string | number | number[] | undefined;
1365
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
1366
+ rounded?: string | number | boolean | undefined;
1367
+ contentClass?: any;
1368
+ opacity?: string | number | undefined;
1369
+ maxHeight?: string | number | undefined;
1370
+ maxWidth?: string | number | undefined;
1371
+ minHeight?: string | number | undefined;
1372
+ minWidth?: string | number | undefined;
1373
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1374
+ closeDelay?: string | number | undefined;
1375
+ openDelay?: string | number | undefined;
1376
+ openOnClick?: boolean | undefined;
1377
+ openOnFocus?: boolean | undefined;
1378
+ contentProps?: any;
1379
+ attach?: string | boolean | Element | undefined;
1380
+ timer?: string | boolean | undefined;
1381
+ } & {
1382
+ $children?: vue.VNodeChild | (() => vue.VNodeChild) | {
1383
+ activator?: ((arg: {
1384
+ isActive: boolean;
1385
+ props: Record<string, any>;
1386
+ }) => vue.VNodeChild) | undefined;
1387
+ default?: (() => vue.VNodeChild) | undefined;
1388
+ actions?: (() => vue.VNodeChild) | undefined;
1389
+ text?: (() => vue.VNodeChild) | undefined;
1390
+ };
1391
+ 'v-slots'?: {
1392
+ activator?: false | ((arg: {
1393
+ isActive: boolean;
1394
+ props: Record<string, any>;
1395
+ }) => vue.VNodeChild) | undefined;
1396
+ default?: false | (() => vue.VNodeChild) | undefined;
1397
+ actions?: false | (() => vue.VNodeChild) | undefined;
1398
+ text?: false | (() => vue.VNodeChild) | undefined;
1399
+ } | undefined;
1400
+ } & {
1401
+ "v-slot:activator"?: false | ((arg: {
1402
+ isActive: boolean;
1403
+ props: Record<string, any>;
1404
+ }) => vue.VNodeChild) | undefined;
1405
+ "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
1406
+ "v-slot:actions"?: false | (() => vue.VNodeChild) | undefined;
1407
+ "v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
1408
+ } & {
1409
+ "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
1410
+ }, Omit<Omit<{
1411
+ $: vue.ComponentInternalInstance;
1412
+ $data: {};
1413
+ $props: Partial<{
1414
+ style: vue.StyleValue;
1415
+ disabled: boolean;
1416
+ absolute: boolean;
1417
+ transition: string | boolean | (vue.TransitionProps & {
1418
+ component?: vue.Component | undefined;
1419
+ });
1420
+ zIndex: string | number;
1421
+ modelValue: boolean;
1422
+ origin: Anchor | "auto" | "overlap";
1423
+ eager: boolean;
1424
+ location: Anchor;
1425
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1426
+ updateLocation: (e: Event) => void;
1427
+ } | undefined) | "connected";
1428
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1429
+ activatorProps: Record<string, any>;
1430
+ openOnClick: boolean;
1431
+ openOnHover: boolean;
1432
+ openOnFocus: boolean;
1433
+ closeOnContentClick: boolean;
1434
+ closeOnBack: boolean;
1435
+ contained: boolean;
1436
+ noClickAnimation: boolean;
1437
+ persistent: boolean;
1438
+ scrim: string | boolean;
1439
+ _disableGlobalStack: boolean;
1440
+ }> & Omit<{
1441
+ style: vue.StyleValue;
1442
+ disabled: boolean;
1443
+ absolute: boolean;
1444
+ transition: string | boolean | (vue.TransitionProps & {
1445
+ component?: vue.Component | undefined;
1446
+ });
1447
+ zIndex: string | number;
1448
+ modelValue: boolean;
1449
+ origin: Anchor | "auto" | "overlap";
1450
+ eager: boolean;
1451
+ location: Anchor;
1452
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1453
+ updateLocation: (e: Event) => void;
1454
+ } | undefined) | "connected";
1455
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1456
+ activatorProps: Record<string, any>;
1457
+ openOnHover: boolean;
1458
+ closeOnContentClick: boolean;
1459
+ closeOnBack: boolean;
1460
+ contained: boolean;
1461
+ noClickAnimation: boolean;
1462
+ persistent: boolean;
1463
+ scrim: string | boolean;
1464
+ _disableGlobalStack: boolean;
1465
+ class?: any;
1466
+ width?: string | number | undefined;
1467
+ height?: string | number | undefined;
1468
+ theme?: string | undefined;
1469
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1470
+ offset?: string | number | number[] | undefined;
1471
+ contentClass?: any;
1472
+ opacity?: string | number | undefined;
1473
+ maxHeight?: string | number | undefined;
1474
+ maxWidth?: string | number | undefined;
1475
+ minHeight?: string | number | undefined;
1476
+ minWidth?: string | number | undefined;
1477
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1478
+ closeDelay?: string | number | undefined;
1479
+ openDelay?: string | number | undefined;
1480
+ openOnClick?: boolean | undefined;
1481
+ openOnFocus?: boolean | undefined;
1482
+ contentProps?: any;
1483
+ attach?: string | boolean | Element | undefined;
1484
+ $children?: vue.VNodeChild | {
1485
+ default?: ((arg: {
1486
+ isActive: vue.Ref<boolean>;
1487
+ }) => vue.VNodeChild) | undefined;
1488
+ activator?: ((arg: {
1489
+ isActive: boolean;
1490
+ props: Record<string, any>;
1491
+ }) => vue.VNodeChild) | undefined;
1492
+ } | ((arg: {
1493
+ isActive: vue.Ref<boolean>;
1494
+ }) => vue.VNodeChild);
1495
+ 'v-slots'?: {
1496
+ default?: false | ((arg: {
1497
+ isActive: vue.Ref<boolean>;
1498
+ }) => vue.VNodeChild) | undefined;
1499
+ activator?: false | ((arg: {
1500
+ isActive: boolean;
1501
+ props: Record<string, any>;
1502
+ }) => vue.VNodeChild) | undefined;
1503
+ } | undefined;
1504
+ "v-slot:default"?: false | ((arg: {
1505
+ isActive: vue.Ref<boolean>;
1506
+ }) => vue.VNodeChild) | undefined;
1507
+ "v-slot:activator"?: false | ((arg: {
1508
+ isActive: boolean;
1509
+ props: Record<string, any>;
1510
+ }) => vue.VNodeChild) | undefined;
1511
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1512
+ onAfterEnter?: (() => any) | undefined;
1513
+ onAfterLeave?: (() => any) | undefined;
1514
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1515
+ } & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
1516
+ style: vue.StyleValue;
1517
+ disabled: boolean;
1518
+ absolute: boolean;
1519
+ transition: string | boolean | (vue.TransitionProps & {
1520
+ component?: vue.Component | undefined;
1521
+ });
1522
+ zIndex: string | number;
1523
+ modelValue: boolean;
1524
+ origin: Anchor | "auto" | "overlap";
1525
+ eager: boolean;
1526
+ location: Anchor;
1527
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1528
+ updateLocation: (e: Event) => void;
1529
+ } | undefined) | "connected";
1530
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1531
+ activatorProps: Record<string, any>;
1532
+ openOnHover: boolean;
1533
+ closeOnContentClick: boolean;
1534
+ closeOnBack: boolean;
1535
+ contained: boolean;
1536
+ noClickAnimation: boolean;
1537
+ persistent: boolean;
1538
+ scrim: string | boolean;
1539
+ _disableGlobalStack: boolean;
1540
+ } & {
1541
+ class?: any;
1542
+ width?: string | number | undefined;
1543
+ height?: string | number | undefined;
1544
+ theme?: string | undefined;
1545
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1546
+ offset?: string | number | number[] | undefined;
1547
+ contentClass?: any;
1548
+ opacity?: string | number | undefined;
1549
+ maxHeight?: string | number | undefined;
1550
+ maxWidth?: string | number | undefined;
1551
+ minHeight?: string | number | undefined;
1552
+ minWidth?: string | number | undefined;
1553
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1554
+ closeDelay?: string | number | undefined;
1555
+ openDelay?: string | number | undefined;
1556
+ openOnClick?: boolean | undefined;
1557
+ openOnFocus?: boolean | undefined;
1558
+ contentProps?: any;
1559
+ attach?: string | boolean | Element | undefined;
1560
+ } & {
1561
+ $children?: vue.VNodeChild | {
1562
+ default?: ((arg: {
1563
+ isActive: vue.Ref<boolean>;
1564
+ }) => vue.VNodeChild) | undefined;
1565
+ activator?: ((arg: {
1566
+ isActive: boolean;
1567
+ props: Record<string, any>;
1568
+ }) => vue.VNodeChild) | undefined;
1569
+ } | ((arg: {
1570
+ isActive: vue.Ref<boolean>;
1571
+ }) => vue.VNodeChild);
1572
+ 'v-slots'?: {
1573
+ default?: false | ((arg: {
1574
+ isActive: vue.Ref<boolean>;
1575
+ }) => vue.VNodeChild) | undefined;
1576
+ activator?: false | ((arg: {
1577
+ isActive: boolean;
1578
+ props: Record<string, any>;
1579
+ }) => vue.VNodeChild) | undefined;
1580
+ } | undefined;
1581
+ } & {
1582
+ "v-slot:default"?: false | ((arg: {
1583
+ isActive: vue.Ref<boolean>;
1584
+ }) => vue.VNodeChild) | undefined;
1585
+ "v-slot:activator"?: false | ((arg: {
1586
+ isActive: boolean;
1587
+ props: Record<string, any>;
1588
+ }) => vue.VNodeChild) | undefined;
1589
+ } & {
1590
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1591
+ onAfterEnter?: (() => any) | undefined;
1592
+ onAfterLeave?: (() => any) | undefined;
1593
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1594
+ }, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
1595
+ $attrs: {
1596
+ [x: string]: unknown;
1597
+ };
1598
+ $refs: {
1599
+ [x: string]: unknown;
1600
+ };
1601
+ $slots: Readonly<{
1602
+ default?: ((arg: {
1603
+ isActive: vue.Ref<boolean>;
1604
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1605
+ [key: string]: any;
1606
+ }>[]) | undefined;
1607
+ activator?: ((arg: {
1608
+ isActive: boolean;
1609
+ props: Record<string, any>;
1610
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1611
+ [key: string]: any;
1612
+ }>[]) | undefined;
1613
+ }>;
1614
+ $root: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1615
+ $parent: vue.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, vue.ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
1616
+ $emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
1617
+ $el: any;
1618
+ $options: vue.ComponentOptionsBase<{
1619
+ style: vue.StyleValue;
1620
+ disabled: boolean;
1621
+ absolute: boolean;
1622
+ transition: string | boolean | (vue.TransitionProps & {
1623
+ component?: vue.Component | undefined;
1624
+ });
1625
+ zIndex: string | number;
1626
+ modelValue: boolean;
1627
+ origin: Anchor | "auto" | "overlap";
1628
+ eager: boolean;
1629
+ location: Anchor;
1630
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1631
+ updateLocation: (e: Event) => void;
1632
+ } | undefined) | "connected";
1633
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1634
+ activatorProps: Record<string, any>;
1635
+ openOnHover: boolean;
1636
+ closeOnContentClick: boolean;
1637
+ closeOnBack: boolean;
1638
+ contained: boolean;
1639
+ noClickAnimation: boolean;
1640
+ persistent: boolean;
1641
+ scrim: string | boolean;
1642
+ _disableGlobalStack: boolean;
1643
+ } & {
1644
+ class?: any;
1645
+ width?: string | number | undefined;
1646
+ height?: string | number | undefined;
1647
+ theme?: string | undefined;
1648
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1649
+ offset?: string | number | number[] | undefined;
1650
+ contentClass?: any;
1651
+ opacity?: string | number | undefined;
1652
+ maxHeight?: string | number | undefined;
1653
+ maxWidth?: string | number | undefined;
1654
+ minHeight?: string | number | undefined;
1655
+ minWidth?: string | number | undefined;
1656
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1657
+ closeDelay?: string | number | undefined;
1658
+ openDelay?: string | number | undefined;
1659
+ openOnClick?: boolean | undefined;
1660
+ openOnFocus?: boolean | undefined;
1661
+ contentProps?: any;
1662
+ attach?: string | boolean | Element | undefined;
1663
+ } & {
1664
+ $children?: vue.VNodeChild | {
1665
+ default?: ((arg: {
1666
+ isActive: vue.Ref<boolean>;
1667
+ }) => vue.VNodeChild) | undefined;
1668
+ activator?: ((arg: {
1669
+ isActive: boolean;
1670
+ props: Record<string, any>;
1671
+ }) => vue.VNodeChild) | undefined;
1672
+ } | ((arg: {
1673
+ isActive: vue.Ref<boolean>;
1674
+ }) => vue.VNodeChild);
1675
+ 'v-slots'?: {
1676
+ default?: false | ((arg: {
1677
+ isActive: vue.Ref<boolean>;
1678
+ }) => vue.VNodeChild) | undefined;
1679
+ activator?: false | ((arg: {
1680
+ isActive: boolean;
1681
+ props: Record<string, any>;
1682
+ }) => vue.VNodeChild) | undefined;
1683
+ } | undefined;
1684
+ } & {
1685
+ "v-slot:default"?: false | ((arg: {
1686
+ isActive: vue.Ref<boolean>;
1687
+ }) => vue.VNodeChild) | undefined;
1688
+ "v-slot:activator"?: false | ((arg: {
1689
+ isActive: boolean;
1690
+ props: Record<string, any>;
1691
+ }) => vue.VNodeChild) | undefined;
1692
+ } & {
1693
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1694
+ onAfterEnter?: (() => any) | undefined;
1695
+ onAfterLeave?: (() => any) | undefined;
1696
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1697
+ }, {
1698
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1699
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1700
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1701
+ animateClick: () => void;
1702
+ contentEl: vue.Ref<HTMLElement | undefined>;
1703
+ globalTop: Readonly<vue.Ref<boolean>>;
1704
+ localTop: vue.ComputedRef<boolean>;
1705
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1706
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1707
+ 'click:outside': (e: MouseEvent) => true;
1708
+ 'update:modelValue': (value: boolean) => true;
1709
+ afterEnter: () => true;
1710
+ afterLeave: () => true;
1711
+ }, string, {
1712
+ style: vue.StyleValue;
1713
+ disabled: boolean;
1714
+ absolute: boolean;
1715
+ transition: string | boolean | (vue.TransitionProps & {
1716
+ component?: vue.Component | undefined;
1717
+ });
1718
+ zIndex: string | number;
1719
+ modelValue: boolean;
1720
+ origin: Anchor | "auto" | "overlap";
1721
+ eager: boolean;
1722
+ location: Anchor;
1723
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1724
+ updateLocation: (e: Event) => void;
1725
+ } | undefined) | "connected";
1726
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1727
+ activatorProps: Record<string, any>;
1728
+ openOnClick: boolean;
1729
+ openOnHover: boolean;
1730
+ openOnFocus: boolean;
1731
+ closeOnContentClick: boolean;
1732
+ closeOnBack: boolean;
1733
+ contained: boolean;
1734
+ noClickAnimation: boolean;
1735
+ persistent: boolean;
1736
+ scrim: string | boolean;
1737
+ _disableGlobalStack: boolean;
1738
+ }, {}, string, vue.SlotsType<Partial<{
1739
+ default: (arg: {
1740
+ isActive: vue.Ref<boolean>;
1741
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1742
+ [key: string]: any;
1743
+ }>[];
1744
+ activator: (arg: {
1745
+ isActive: boolean;
1746
+ props: Record<string, any>;
1747
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1748
+ [key: string]: any;
1749
+ }>[];
1750
+ }>>> & {
1751
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
1752
+ created?: ((() => void) | (() => void)[]) | undefined;
1753
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
1754
+ mounted?: ((() => void) | (() => void)[]) | undefined;
1755
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
1756
+ updated?: ((() => void) | (() => void)[]) | undefined;
1757
+ activated?: ((() => void) | (() => void)[]) | undefined;
1758
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
1759
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
1760
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
1761
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
1762
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
1763
+ renderTracked?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1764
+ renderTriggered?: (((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[]) | undefined;
1765
+ 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;
1766
+ };
1767
+ $forceUpdate: () => void;
1768
+ $nextTick: typeof nextTick;
1769
+ $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;
1770
+ } & Omit<{
1771
+ style: vue.StyleValue;
1772
+ disabled: boolean;
1773
+ absolute: boolean;
1774
+ transition: string | boolean | (vue.TransitionProps & {
1775
+ component?: vue.Component | undefined;
1776
+ });
1777
+ zIndex: string | number;
1778
+ modelValue: boolean;
1779
+ origin: Anchor | "auto" | "overlap";
1780
+ eager: boolean;
1781
+ location: Anchor;
1782
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1783
+ updateLocation: (e: Event) => void;
1784
+ } | undefined) | "connected";
1785
+ scrollStrategy: "close" | "none" | "block" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
1786
+ activatorProps: Record<string, any>;
1787
+ openOnHover: boolean;
1788
+ closeOnContentClick: boolean;
1789
+ closeOnBack: boolean;
1790
+ contained: boolean;
1791
+ noClickAnimation: boolean;
1792
+ persistent: boolean;
1793
+ scrim: string | boolean;
1794
+ _disableGlobalStack: boolean;
1795
+ } & {
1796
+ class?: any;
1797
+ width?: string | number | undefined;
1798
+ height?: string | number | undefined;
1799
+ theme?: string | undefined;
1800
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
1801
+ offset?: string | number | number[] | undefined;
1802
+ contentClass?: any;
1803
+ opacity?: string | number | undefined;
1804
+ maxHeight?: string | number | undefined;
1805
+ maxWidth?: string | number | undefined;
1806
+ minHeight?: string | number | undefined;
1807
+ minWidth?: string | number | undefined;
1808
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
1809
+ closeDelay?: string | number | undefined;
1810
+ openDelay?: string | number | undefined;
1811
+ openOnClick?: boolean | undefined;
1812
+ openOnFocus?: boolean | undefined;
1813
+ contentProps?: any;
1814
+ attach?: string | boolean | Element | undefined;
1815
+ } & {
1816
+ $children?: vue.VNodeChild | {
1817
+ default?: ((arg: {
1818
+ isActive: vue.Ref<boolean>;
1819
+ }) => vue.VNodeChild) | undefined;
1820
+ activator?: ((arg: {
1821
+ isActive: boolean;
1822
+ props: Record<string, any>;
1823
+ }) => vue.VNodeChild) | undefined;
1824
+ } | ((arg: {
1825
+ isActive: vue.Ref<boolean>;
1826
+ }) => vue.VNodeChild);
1827
+ 'v-slots'?: {
1828
+ default?: false | ((arg: {
1829
+ isActive: vue.Ref<boolean>;
1830
+ }) => vue.VNodeChild) | undefined;
1831
+ activator?: false | ((arg: {
1832
+ isActive: boolean;
1833
+ props: Record<string, any>;
1834
+ }) => vue.VNodeChild) | undefined;
1835
+ } | undefined;
1836
+ } & {
1837
+ "v-slot:default"?: false | ((arg: {
1838
+ isActive: vue.Ref<boolean>;
1839
+ }) => vue.VNodeChild) | undefined;
1840
+ "v-slot:activator"?: false | ((arg: {
1841
+ isActive: boolean;
1842
+ props: Record<string, any>;
1843
+ }) => vue.VNodeChild) | undefined;
1844
+ } & {
1845
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1846
+ onAfterEnter?: (() => any) | undefined;
1847
+ onAfterLeave?: (() => any) | undefined;
1848
+ "onClick:outside"?: ((e: MouseEvent) => any) | undefined;
1849
+ }, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
1850
+ activatorEl: vue.Ref<HTMLElement | undefined>;
1851
+ scrimEl: vue.Ref<HTMLElement | undefined>;
1852
+ target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
1853
+ animateClick: () => void;
1854
+ contentEl: vue.Ref<HTMLElement | undefined>;
1855
+ globalTop: Readonly<vue.Ref<boolean>>;
1856
+ localTop: vue.ComputedRef<boolean>;
1857
+ updateLocation: vue.Ref<((e: Event) => void) | undefined>;
1858
+ }> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "modelValue" | "origin" | "eager" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
1859
+ 'update:modelValue': (v: boolean) => boolean;
1860
+ }, string, {
1861
+ style: vue.StyleValue;
1862
+ disabled: boolean;
1863
+ absolute: boolean;
1864
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
1865
+ component?: vue.Component | undefined;
1866
+ })>;
1867
+ zIndex: string | number;
1868
+ modelValue: boolean;
1869
+ rounded: string | number | boolean;
1870
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
1871
+ origin: Anchor | "auto" | "overlap";
1872
+ vertical: boolean;
1873
+ tile: boolean;
1874
+ eager: boolean;
1875
+ location: Anchor;
1876
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1877
+ updateLocation: (e: Event) => void;
1878
+ } | undefined) | "connected";
1879
+ activatorProps: Record<string, any>;
1880
+ openOnClick: boolean;
1881
+ openOnHover: boolean;
1882
+ openOnFocus: boolean;
1883
+ closeOnContentClick: boolean;
1884
+ closeOnBack: boolean;
1885
+ contained: boolean;
1886
+ multiLine: boolean;
1887
+ timeout: string | number;
1888
+ }, {}, string, vue.SlotsType<Partial<{
1889
+ activator: (arg: {
1890
+ isActive: boolean;
1891
+ props: Record<string, any>;
1892
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
1893
+ [key: string]: any;
1894
+ }>[];
1895
+ default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1896
+ [key: string]: any;
1897
+ }>[];
1898
+ actions: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1899
+ [key: string]: any;
1900
+ }>[];
1901
+ text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
1902
+ [key: string]: any;
1903
+ }>[];
1904
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
1905
+ class: vue.PropType<any>;
1906
+ style: {
1907
+ type: vue.PropType<vue.StyleValue>;
1908
+ default: null;
1909
+ };
1910
+ width: (StringConstructor | NumberConstructor)[];
1911
+ height: (StringConstructor | NumberConstructor)[];
1912
+ theme: StringConstructor;
1913
+ target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
1914
+ disabled: BooleanConstructor;
1915
+ offset: vue.PropType<string | number | number[] | undefined>;
1916
+ absolute: BooleanConstructor;
1917
+ transition: Omit<{
1918
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
1919
+ component?: vue.Component | undefined;
1920
+ })>;
1921
+ default: string;
1922
+ validator: (val: unknown) => boolean;
1923
+ }, "default" | "type"> & {
1924
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
1925
+ component?: vue.Component | undefined;
1926
+ })>>;
1927
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
1928
+ component?: vue.Component | undefined;
1929
+ })>;
1930
+ };
1931
+ zIndex: {
1932
+ type: (StringConstructor | NumberConstructor)[];
1933
+ default: number;
1934
+ };
1935
+ modelValue: BooleanConstructor;
1936
+ contentClass: null;
1937
+ origin: {
1938
+ type: vue.PropType<Anchor | "auto" | "overlap">;
1939
+ default: string;
1940
+ };
1941
+ opacity: (StringConstructor | NumberConstructor)[];
1942
+ maxHeight: (StringConstructor | NumberConstructor)[];
1943
+ maxWidth: (StringConstructor | NumberConstructor)[];
1944
+ minHeight: (StringConstructor | NumberConstructor)[];
1945
+ minWidth: (StringConstructor | NumberConstructor)[];
1946
+ eager: BooleanConstructor;
1947
+ location: {
1948
+ type: vue.PropType<Anchor>;
1949
+ default: string;
1950
+ };
1951
+ activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
1952
+ locationStrategy: {
1953
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
1954
+ updateLocation: (e: Event) => void;
1955
+ } | undefined) | "connected">;
1956
+ default: string;
1957
+ validator: (val: any) => boolean;
1958
+ };
1959
+ closeDelay: (StringConstructor | NumberConstructor)[];
1960
+ openDelay: (StringConstructor | NumberConstructor)[];
1961
+ activatorProps: {
1962
+ type: vue.PropType<Record<string, any>>;
1963
+ default: () => {};
1964
+ };
1965
+ openOnClick: {
1966
+ type: BooleanConstructor;
1967
+ default: undefined;
1968
+ };
1969
+ openOnHover: BooleanConstructor;
1970
+ openOnFocus: {
1971
+ type: BooleanConstructor;
1972
+ default: undefined;
1973
+ };
1974
+ closeOnContentClick: BooleanConstructor;
1975
+ closeOnBack: {
1976
+ type: BooleanConstructor;
1977
+ default: boolean;
1978
+ };
1979
+ contained: BooleanConstructor;
1980
+ contentProps: null;
1981
+ attach: vue.PropType<string | boolean | Element>;
1982
+ color: StringConstructor;
1983
+ variant: {
1984
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
1985
+ default: string;
1986
+ validator: (v: any) => boolean;
1987
+ };
1988
+ rounded: {
1989
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
1990
+ default: undefined;
1991
+ };
1992
+ tile: BooleanConstructor;
1993
+ position: {
1994
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
1995
+ validator: (v: any) => boolean;
1996
+ };
1997
+ multiLine: BooleanConstructor;
1998
+ text: StringConstructor;
1999
+ timer: (StringConstructor | BooleanConstructor)[];
2000
+ timeout: {
2001
+ type: (StringConstructor | NumberConstructor)[];
2002
+ default: number;
2003
+ };
2004
+ vertical: BooleanConstructor;
2005
+ }, vue.ExtractPropTypes<{
2006
+ class: vue.PropType<any>;
2007
+ style: {
2008
+ type: vue.PropType<vue.StyleValue>;
2009
+ default: null;
2010
+ };
2011
+ width: (StringConstructor | NumberConstructor)[];
2012
+ height: (StringConstructor | NumberConstructor)[];
2013
+ theme: StringConstructor;
2014
+ target: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
2015
+ disabled: BooleanConstructor;
2016
+ offset: vue.PropType<string | number | number[] | undefined>;
2017
+ absolute: BooleanConstructor;
2018
+ transition: Omit<{
2019
+ type: vue.PropType<string | boolean | (vue.TransitionProps & {
2020
+ component?: vue.Component | undefined;
2021
+ })>;
2022
+ default: string;
2023
+ validator: (val: unknown) => boolean;
2024
+ }, "default" | "type"> & {
2025
+ type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2026
+ component?: vue.Component | undefined;
2027
+ })>>;
2028
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2029
+ component?: vue.Component | undefined;
2030
+ })>;
2031
+ };
2032
+ zIndex: {
2033
+ type: (StringConstructor | NumberConstructor)[];
2034
+ default: number;
2035
+ };
2036
+ modelValue: BooleanConstructor;
2037
+ contentClass: null;
2038
+ origin: {
2039
+ type: vue.PropType<Anchor | "auto" | "overlap">;
2040
+ default: string;
2041
+ };
2042
+ opacity: (StringConstructor | NumberConstructor)[];
2043
+ maxHeight: (StringConstructor | NumberConstructor)[];
2044
+ maxWidth: (StringConstructor | NumberConstructor)[];
2045
+ minHeight: (StringConstructor | NumberConstructor)[];
2046
+ minWidth: (StringConstructor | NumberConstructor)[];
2047
+ eager: BooleanConstructor;
2048
+ location: {
2049
+ type: vue.PropType<Anchor>;
2050
+ default: string;
2051
+ };
2052
+ activator: vue.PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
2053
+ locationStrategy: {
2054
+ type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2055
+ updateLocation: (e: Event) => void;
2056
+ } | undefined) | "connected">;
2057
+ default: string;
2058
+ validator: (val: any) => boolean;
2059
+ };
2060
+ closeDelay: (StringConstructor | NumberConstructor)[];
2061
+ openDelay: (StringConstructor | NumberConstructor)[];
2062
+ activatorProps: {
2063
+ type: vue.PropType<Record<string, any>>;
2064
+ default: () => {};
2065
+ };
2066
+ openOnClick: {
2067
+ type: BooleanConstructor;
2068
+ default: undefined;
2069
+ };
2070
+ openOnHover: BooleanConstructor;
2071
+ openOnFocus: {
2072
+ type: BooleanConstructor;
2073
+ default: undefined;
2074
+ };
2075
+ closeOnContentClick: BooleanConstructor;
2076
+ closeOnBack: {
2077
+ type: BooleanConstructor;
2078
+ default: boolean;
2079
+ };
2080
+ contained: BooleanConstructor;
2081
+ contentProps: null;
2082
+ attach: vue.PropType<string | boolean | Element>;
2083
+ color: StringConstructor;
2084
+ variant: {
2085
+ type: vue.PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2086
+ default: string;
2087
+ validator: (v: any) => boolean;
2088
+ };
2089
+ rounded: {
2090
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2091
+ default: undefined;
2092
+ };
2093
+ tile: BooleanConstructor;
2094
+ position: {
2095
+ type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
2096
+ validator: (v: any) => boolean;
2097
+ };
2098
+ multiLine: BooleanConstructor;
2099
+ text: StringConstructor;
2100
+ timer: (StringConstructor | BooleanConstructor)[];
2101
+ timeout: {
2102
+ type: (StringConstructor | NumberConstructor)[];
2103
+ default: number;
2104
+ };
2105
+ vertical: BooleanConstructor;
2106
+ }>>;
2107
+ type VSnackbar = InstanceType<typeof VSnackbar>;
2108
+
2109
+ type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
2110
+ default: {
2111
+ item: T;
2112
+ };
2113
+ text: {
2114
+ item: T;
2115
+ };
2116
+ actions: {
2117
+ item: T;
2118
+ props: {
2119
+ onClick: () => void;
2120
+ };
2121
+ };
2122
+ };
2123
+ type SnackbarMessage = Omit<VSnackbar['$props'], '$children' | 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover'>;
2124
+ declare const VSnackbarQueue: {
2125
+ new (...args: any[]): vue.CreateComponentPublicInstance<{
2126
+ style: vue.StyleValue;
2127
+ disabled: boolean;
2128
+ absolute: boolean;
2129
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2130
+ component?: vue.Component | undefined;
2131
+ })>;
2132
+ zIndex: string | number;
2133
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2134
+ origin: Anchor | "auto" | "overlap";
2135
+ vertical: boolean;
2136
+ tile: boolean;
2137
+ eager: boolean;
2138
+ location: Anchor;
2139
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2140
+ updateLocation: (e: Event) => void;
2141
+ } | undefined) | "connected";
2142
+ activatorProps: Record<string, any>;
2143
+ openOnHover: boolean;
2144
+ closeOnContentClick: boolean;
2145
+ closeOnBack: boolean;
2146
+ contained: boolean;
2147
+ closeText: string;
2148
+ multiLine: boolean;
2149
+ timeout: string | number;
2150
+ } & {
2151
+ class?: any;
2152
+ text?: string | undefined;
2153
+ width?: string | number | undefined;
2154
+ height?: string | number | undefined;
2155
+ theme?: string | undefined;
2156
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
2157
+ color?: string | undefined;
2158
+ offset?: string | number | number[] | undefined;
2159
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2160
+ rounded?: string | number | boolean | undefined;
2161
+ contentClass?: any;
2162
+ opacity?: string | number | undefined;
2163
+ maxHeight?: string | number | undefined;
2164
+ maxWidth?: string | number | undefined;
2165
+ minHeight?: string | number | undefined;
2166
+ minWidth?: string | number | undefined;
2167
+ closable?: string | boolean | undefined;
2168
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
2169
+ closeDelay?: string | number | undefined;
2170
+ openDelay?: string | number | undefined;
2171
+ openOnClick?: boolean | undefined;
2172
+ openOnFocus?: boolean | undefined;
2173
+ contentProps?: any;
2174
+ attach?: string | boolean | Element | undefined;
2175
+ timer?: string | boolean | undefined;
2176
+ } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2177
+ 'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
2178
+ }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
2179
+ style: vue.StyleValue;
2180
+ disabled: boolean;
2181
+ absolute: boolean;
2182
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2183
+ component?: vue.Component | undefined;
2184
+ })>;
2185
+ zIndex: string | number;
2186
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2187
+ origin: Anchor | "auto" | "overlap";
2188
+ vertical: boolean;
2189
+ tile: boolean;
2190
+ eager: boolean;
2191
+ location: Anchor;
2192
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2193
+ updateLocation: (e: Event) => void;
2194
+ } | undefined) | "connected";
2195
+ activatorProps: Record<string, any>;
2196
+ openOnHover: boolean;
2197
+ closeOnContentClick: boolean;
2198
+ closeOnBack: boolean;
2199
+ contained: boolean;
2200
+ closeText: string;
2201
+ multiLine: boolean;
2202
+ timeout: string | number;
2203
+ } & {
2204
+ class?: any;
2205
+ text?: string | undefined;
2206
+ width?: string | number | undefined;
2207
+ height?: string | number | undefined;
2208
+ theme?: string | undefined;
2209
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
2210
+ color?: string | undefined;
2211
+ offset?: string | number | number[] | undefined;
2212
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2213
+ rounded?: string | number | boolean | undefined;
2214
+ contentClass?: any;
2215
+ opacity?: string | number | undefined;
2216
+ maxHeight?: string | number | undefined;
2217
+ maxWidth?: string | number | undefined;
2218
+ minHeight?: string | number | undefined;
2219
+ minWidth?: string | number | undefined;
2220
+ closable?: string | boolean | undefined;
2221
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
2222
+ closeDelay?: string | number | undefined;
2223
+ openDelay?: string | number | undefined;
2224
+ openOnClick?: boolean | undefined;
2225
+ openOnFocus?: boolean | undefined;
2226
+ contentProps?: any;
2227
+ attach?: string | boolean | Element | undefined;
2228
+ timer?: string | boolean | undefined;
2229
+ } & {}, {
2230
+ style: vue.StyleValue;
2231
+ disabled: boolean;
2232
+ absolute: boolean;
2233
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2234
+ component?: vue.Component | undefined;
2235
+ })>;
2236
+ zIndex: string | number;
2237
+ rounded: string | number | boolean;
2238
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2239
+ origin: Anchor | "auto" | "overlap";
2240
+ vertical: boolean;
2241
+ tile: boolean;
2242
+ eager: boolean;
2243
+ location: Anchor;
2244
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2245
+ updateLocation: (e: Event) => void;
2246
+ } | undefined) | "connected";
2247
+ activatorProps: Record<string, any>;
2248
+ openOnClick: boolean;
2249
+ openOnHover: boolean;
2250
+ openOnFocus: boolean;
2251
+ closeOnContentClick: boolean;
2252
+ closeOnBack: boolean;
2253
+ contained: boolean;
2254
+ closeText: string;
2255
+ multiLine: boolean;
2256
+ timeout: string | number;
2257
+ }, true, {}, vue.SlotsType<Partial<{
2258
+ default: (arg: {
2259
+ item: string | SnackbarMessage;
2260
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2261
+ [key: string]: any;
2262
+ }>[];
2263
+ text: (arg: {
2264
+ item: string | SnackbarMessage;
2265
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2266
+ [key: string]: any;
2267
+ }>[];
2268
+ actions: (arg: {
2269
+ item: string | SnackbarMessage;
2270
+ props: {
2271
+ onClick: () => void;
2272
+ };
2273
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2274
+ [key: string]: any;
2275
+ }>[];
2276
+ }>>, {
2277
+ P: {};
2278
+ B: {};
2279
+ D: {};
2280
+ C: {};
2281
+ M: {};
2282
+ Defaults: {};
2283
+ }, {
2284
+ style: vue.StyleValue;
2285
+ disabled: boolean;
2286
+ absolute: boolean;
2287
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2288
+ component?: vue.Component | undefined;
2289
+ })>;
2290
+ zIndex: string | number;
2291
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2292
+ origin: Anchor | "auto" | "overlap";
2293
+ vertical: boolean;
2294
+ tile: boolean;
2295
+ eager: boolean;
2296
+ location: Anchor;
2297
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2298
+ updateLocation: (e: Event) => void;
2299
+ } | undefined) | "connected";
2300
+ activatorProps: Record<string, any>;
2301
+ openOnHover: boolean;
2302
+ closeOnContentClick: boolean;
2303
+ closeOnBack: boolean;
2304
+ contained: boolean;
2305
+ closeText: string;
2306
+ multiLine: boolean;
2307
+ timeout: string | number;
2308
+ } & {
2309
+ class?: any;
2310
+ text?: string | undefined;
2311
+ width?: string | number | undefined;
2312
+ height?: string | number | undefined;
2313
+ theme?: string | undefined;
2314
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
2315
+ color?: string | undefined;
2316
+ offset?: string | number | number[] | undefined;
2317
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2318
+ rounded?: string | number | boolean | undefined;
2319
+ contentClass?: any;
2320
+ opacity?: string | number | undefined;
2321
+ maxHeight?: string | number | undefined;
2322
+ maxWidth?: string | number | undefined;
2323
+ minHeight?: string | number | undefined;
2324
+ minWidth?: string | number | undefined;
2325
+ closable?: string | boolean | undefined;
2326
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
2327
+ closeDelay?: string | number | undefined;
2328
+ openDelay?: string | number | undefined;
2329
+ openOnClick?: boolean | undefined;
2330
+ openOnFocus?: boolean | undefined;
2331
+ contentProps?: any;
2332
+ attach?: string | boolean | Element | undefined;
2333
+ timer?: string | boolean | undefined;
2334
+ } & {}, {}, {}, {}, {}, {
2335
+ style: vue.StyleValue;
2336
+ disabled: boolean;
2337
+ absolute: boolean;
2338
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2339
+ component?: vue.Component | undefined;
2340
+ })>;
2341
+ zIndex: string | number;
2342
+ rounded: string | number | boolean;
2343
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2344
+ origin: Anchor | "auto" | "overlap";
2345
+ vertical: boolean;
2346
+ tile: boolean;
2347
+ eager: boolean;
2348
+ location: Anchor;
2349
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2350
+ updateLocation: (e: Event) => void;
2351
+ } | undefined) | "connected";
2352
+ activatorProps: Record<string, any>;
2353
+ openOnClick: boolean;
2354
+ openOnHover: boolean;
2355
+ openOnFocus: boolean;
2356
+ closeOnContentClick: boolean;
2357
+ closeOnBack: boolean;
2358
+ contained: boolean;
2359
+ closeText: string;
2360
+ multiLine: boolean;
2361
+ timeout: string | number;
2362
+ }>;
2363
+ __isFragment?: undefined;
2364
+ __isTeleport?: undefined;
2365
+ __isSuspense?: undefined;
2366
+ } & vue.ComponentOptionsBase<{
2367
+ style: vue.StyleValue;
2368
+ disabled: boolean;
2369
+ absolute: boolean;
2370
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2371
+ component?: vue.Component | undefined;
2372
+ })>;
2373
+ zIndex: string | number;
2374
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2375
+ origin: Anchor | "auto" | "overlap";
2376
+ vertical: boolean;
2377
+ tile: boolean;
2378
+ eager: boolean;
2379
+ location: Anchor;
2380
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2381
+ updateLocation: (e: Event) => void;
2382
+ } | undefined) | "connected";
2383
+ activatorProps: Record<string, any>;
2384
+ openOnHover: boolean;
2385
+ closeOnContentClick: boolean;
2386
+ closeOnBack: boolean;
2387
+ contained: boolean;
2388
+ closeText: string;
2389
+ multiLine: boolean;
2390
+ timeout: string | number;
2391
+ } & {
2392
+ class?: any;
2393
+ text?: string | undefined;
2394
+ width?: string | number | undefined;
2395
+ height?: string | number | undefined;
2396
+ theme?: string | undefined;
2397
+ target?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined;
2398
+ color?: string | undefined;
2399
+ offset?: string | number | number[] | undefined;
2400
+ position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
2401
+ rounded?: string | number | boolean | undefined;
2402
+ contentClass?: any;
2403
+ opacity?: string | number | undefined;
2404
+ maxHeight?: string | number | undefined;
2405
+ maxWidth?: string | number | undefined;
2406
+ minHeight?: string | number | undefined;
2407
+ minWidth?: string | number | undefined;
2408
+ closable?: string | boolean | undefined;
2409
+ activator?: Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined;
2410
+ closeDelay?: string | number | undefined;
2411
+ openDelay?: string | number | undefined;
2412
+ openOnClick?: boolean | undefined;
2413
+ openOnFocus?: boolean | undefined;
2414
+ contentProps?: any;
2415
+ attach?: string | boolean | Element | undefined;
2416
+ timer?: string | boolean | undefined;
2417
+ } & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
2418
+ 'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
2419
+ }, "v-slot:default" | "$children" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
2420
+ style: vue.StyleValue;
2421
+ disabled: boolean;
2422
+ absolute: boolean;
2423
+ transition: NonNullable<string | boolean | (vue.TransitionProps & {
2424
+ component?: vue.Component | undefined;
2425
+ })>;
2426
+ zIndex: string | number;
2427
+ rounded: string | number | boolean;
2428
+ variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
2429
+ origin: Anchor | "auto" | "overlap";
2430
+ vertical: boolean;
2431
+ tile: boolean;
2432
+ eager: boolean;
2433
+ location: Anchor;
2434
+ locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2435
+ updateLocation: (e: Event) => void;
2436
+ } | undefined) | "connected";
2437
+ activatorProps: Record<string, any>;
2438
+ openOnClick: boolean;
2439
+ openOnHover: boolean;
2440
+ openOnFocus: boolean;
2441
+ closeOnContentClick: boolean;
2442
+ closeOnBack: boolean;
2443
+ contained: boolean;
2444
+ closeText: string;
2445
+ multiLine: boolean;
2446
+ timeout: string | number;
2447
+ }, {}, string, vue.SlotsType<Partial<{
2448
+ default: (arg: {
2449
+ item: string | SnackbarMessage;
2450
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2451
+ [key: string]: any;
2452
+ }>[];
2453
+ text: (arg: {
2454
+ item: string | SnackbarMessage;
2455
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2456
+ [key: string]: any;
2457
+ }>[];
2458
+ actions: (arg: {
2459
+ item: string | SnackbarMessage;
2460
+ props: {
2461
+ onClick: () => void;
2462
+ };
2463
+ }) => vue.VNode<vue.RendererNode, vue.RendererElement, {
2464
+ [key: string]: any;
2465
+ }>[];
2466
+ }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & (new <T extends readonly (string | SnackbarMessage)[]>(props: {
2467
+ modelValue?: T | undefined;
2468
+ 'onUpdate:modelValue'?: ((val: T) => void) | undefined;
2469
+ }, slots: VSnackbarQueueSlots<T[number]>) => GenericProps<{
2470
+ modelValue?: T | undefined;
2471
+ 'onUpdate:modelValue'?: ((val: T) => void) | undefined;
2472
+ }, VSnackbarQueueSlots<T[number]>>) & FilterPropsOptions<{
2473
+ class: PropType<any>;
2474
+ style: {
2475
+ type: PropType<vue.StyleValue>;
2476
+ default: null;
2477
+ };
2478
+ text: StringConstructor;
2479
+ width: (StringConstructor | NumberConstructor)[];
2480
+ height: (StringConstructor | NumberConstructor)[];
2481
+ theme: StringConstructor;
2482
+ target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
2483
+ color: StringConstructor;
2484
+ disabled: BooleanConstructor;
2485
+ offset: PropType<string | number | number[] | undefined>;
2486
+ absolute: BooleanConstructor;
2487
+ transition: Omit<{
2488
+ type: PropType<string | boolean | (vue.TransitionProps & {
2489
+ component?: vue.Component | undefined;
2490
+ })>;
2491
+ default: string;
2492
+ validator: (val: unknown) => boolean;
2493
+ }, "default" | "type"> & {
2494
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2495
+ component?: vue.Component | undefined;
2496
+ })>>;
2497
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2498
+ component?: vue.Component | undefined;
2499
+ })>;
2500
+ };
2501
+ position: {
2502
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
2503
+ validator: (v: any) => boolean;
2504
+ };
2505
+ zIndex: {
2506
+ type: (StringConstructor | NumberConstructor)[];
2507
+ default: number;
2508
+ };
2509
+ rounded: {
2510
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2511
+ default: undefined;
2512
+ };
2513
+ variant: {
2514
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2515
+ default: string;
2516
+ validator: (v: any) => boolean;
2517
+ };
2518
+ contentClass: null;
2519
+ origin: {
2520
+ type: PropType<Anchor | "auto" | "overlap">;
2521
+ default: string;
2522
+ };
2523
+ opacity: (StringConstructor | NumberConstructor)[];
2524
+ maxHeight: (StringConstructor | NumberConstructor)[];
2525
+ maxWidth: (StringConstructor | NumberConstructor)[];
2526
+ minHeight: (StringConstructor | NumberConstructor)[];
2527
+ minWidth: (StringConstructor | NumberConstructor)[];
2528
+ vertical: BooleanConstructor;
2529
+ tile: BooleanConstructor;
2530
+ eager: BooleanConstructor;
2531
+ location: {
2532
+ type: PropType<Anchor>;
2533
+ default: string;
2534
+ };
2535
+ activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
2536
+ locationStrategy: {
2537
+ type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2538
+ updateLocation: (e: Event) => void;
2539
+ } | undefined) | "connected">;
2540
+ default: string;
2541
+ validator: (val: any) => boolean;
2542
+ };
2543
+ closeDelay: (StringConstructor | NumberConstructor)[];
2544
+ openDelay: (StringConstructor | NumberConstructor)[];
2545
+ activatorProps: {
2546
+ type: PropType<Record<string, any>>;
2547
+ default: () => {};
2548
+ };
2549
+ openOnClick: {
2550
+ type: BooleanConstructor;
2551
+ default: undefined;
2552
+ };
2553
+ openOnHover: BooleanConstructor;
2554
+ openOnFocus: {
2555
+ type: BooleanConstructor;
2556
+ default: undefined;
2557
+ };
2558
+ closeOnContentClick: BooleanConstructor;
2559
+ closeOnBack: {
2560
+ type: BooleanConstructor;
2561
+ default: boolean;
2562
+ };
2563
+ contained: BooleanConstructor;
2564
+ contentProps: null;
2565
+ attach: PropType<string | boolean | Element>;
2566
+ multiLine: BooleanConstructor;
2567
+ timer: (StringConstructor | BooleanConstructor)[];
2568
+ timeout: {
2569
+ type: (StringConstructor | NumberConstructor)[];
2570
+ default: number;
2571
+ };
2572
+ closable: (StringConstructor | BooleanConstructor)[];
2573
+ closeText: {
2574
+ type: StringConstructor;
2575
+ default: string;
2576
+ };
2577
+ modelValue: {
2578
+ type: PropType<readonly (string | SnackbarMessage)[]>;
2579
+ default: () => never[];
2580
+ };
2581
+ }, vue.ExtractPropTypes<{
2582
+ class: PropType<any>;
2583
+ style: {
2584
+ type: PropType<vue.StyleValue>;
2585
+ default: null;
2586
+ };
2587
+ text: StringConstructor;
2588
+ width: (StringConstructor | NumberConstructor)[];
2589
+ height: (StringConstructor | NumberConstructor)[];
2590
+ theme: StringConstructor;
2591
+ target: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | "cursor" | [x: number, y: number] | undefined>;
2592
+ color: StringConstructor;
2593
+ disabled: BooleanConstructor;
2594
+ offset: PropType<string | number | number[] | undefined>;
2595
+ absolute: BooleanConstructor;
2596
+ transition: Omit<{
2597
+ type: PropType<string | boolean | (vue.TransitionProps & {
2598
+ component?: vue.Component | undefined;
2599
+ })>;
2600
+ default: string;
2601
+ validator: (val: unknown) => boolean;
2602
+ }, "default" | "type"> & {
2603
+ type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
2604
+ component?: vue.Component | undefined;
2605
+ })>>;
2606
+ default: NonNullable<string | boolean | (vue.TransitionProps & {
2607
+ component?: vue.Component | undefined;
2608
+ })>;
2609
+ };
2610
+ position: {
2611
+ type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
2612
+ validator: (v: any) => boolean;
2613
+ };
2614
+ zIndex: {
2615
+ type: (StringConstructor | NumberConstructor)[];
2616
+ default: number;
2617
+ };
2618
+ rounded: {
2619
+ type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
2620
+ default: undefined;
2621
+ };
2622
+ variant: {
2623
+ type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
2624
+ default: string;
2625
+ validator: (v: any) => boolean;
2626
+ };
2627
+ contentClass: null;
2628
+ origin: {
2629
+ type: PropType<Anchor | "auto" | "overlap">;
2630
+ default: string;
2631
+ };
2632
+ opacity: (StringConstructor | NumberConstructor)[];
2633
+ maxHeight: (StringConstructor | NumberConstructor)[];
2634
+ maxWidth: (StringConstructor | NumberConstructor)[];
2635
+ minHeight: (StringConstructor | NumberConstructor)[];
2636
+ minWidth: (StringConstructor | NumberConstructor)[];
2637
+ vertical: BooleanConstructor;
2638
+ tile: BooleanConstructor;
2639
+ eager: BooleanConstructor;
2640
+ location: {
2641
+ type: PropType<Anchor>;
2642
+ default: string;
2643
+ };
2644
+ activator: PropType<Element | (string & {}) | vue.ComponentPublicInstance | "parent" | undefined>;
2645
+ locationStrategy: {
2646
+ type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
2647
+ updateLocation: (e: Event) => void;
2648
+ } | undefined) | "connected">;
2649
+ default: string;
2650
+ validator: (val: any) => boolean;
2651
+ };
2652
+ closeDelay: (StringConstructor | NumberConstructor)[];
2653
+ openDelay: (StringConstructor | NumberConstructor)[];
2654
+ activatorProps: {
2655
+ type: PropType<Record<string, any>>;
2656
+ default: () => {};
2657
+ };
2658
+ openOnClick: {
2659
+ type: BooleanConstructor;
2660
+ default: undefined;
2661
+ };
2662
+ openOnHover: BooleanConstructor;
2663
+ openOnFocus: {
2664
+ type: BooleanConstructor;
2665
+ default: undefined;
2666
+ };
2667
+ closeOnContentClick: BooleanConstructor;
2668
+ closeOnBack: {
2669
+ type: BooleanConstructor;
2670
+ default: boolean;
2671
+ };
2672
+ contained: BooleanConstructor;
2673
+ contentProps: null;
2674
+ attach: PropType<string | boolean | Element>;
2675
+ multiLine: BooleanConstructor;
2676
+ timer: (StringConstructor | BooleanConstructor)[];
2677
+ timeout: {
2678
+ type: (StringConstructor | NumberConstructor)[];
2679
+ default: number;
2680
+ };
2681
+ closable: (StringConstructor | BooleanConstructor)[];
2682
+ closeText: {
2683
+ type: StringConstructor;
2684
+ default: string;
2685
+ };
2686
+ modelValue: {
2687
+ type: PropType<readonly (string | SnackbarMessage)[]>;
2688
+ default: () => never[];
2689
+ };
2690
+ }>>;
2691
+ type VSnackbarQueue = InstanceType<typeof VSnackbarQueue>;
2692
+
2693
+ export { VSnackbarQueue };