@vuetify/nightly 3.6.3-master.2024-05-06 → 3.6.4-master.2024-05-08
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.
- package/CHANGELOG.md +2 -11
- package/dist/json/attributes.json +178 -38
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +96 -96
- package/dist/json/tags.json +36 -1
- package/dist/json/web-types.json +495 -85
- package/dist/vuetify-labs.css +5373 -5349
- package/dist/vuetify-labs.d.ts +1626 -1283
- package/dist/vuetify-labs.esm.js +150 -147
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +149 -146
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2102 -2082
- package/dist/vuetify.d.ts +1195 -1208
- package/dist/vuetify.esm.js +97 -72
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +96 -71
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +981 -977
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +187 -158
- package/lib/components/VBottomSheet/index.d.mts +42 -42
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs +1 -1
- package/lib/components/VColorPicker/VColorPickerCanvas.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +187 -158
- package/lib/components/VDataIterator/index.d.mts +1 -1
- package/lib/components/VDataTable/VDataTable.css +1 -1
- package/lib/components/VDataTable/VDataTable.sass +2 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/select.mjs +2 -1
- package/lib/components/VDataTable/composables/select.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +10 -5
- package/lib/components/VDatePicker/VDatePickerYears.mjs +4 -4
- package/lib/components/VDatePicker/VDatePickerYears.mjs.map +1 -1
- package/lib/components/VDialog/index.d.mts +126 -126
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +9 -9
- package/lib/components/VImg/index.d.mts +6 -6
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +3 -2
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +76 -52
- package/lib/components/VMenu/index.d.mts +126 -126
- package/lib/components/VOverlay/VOverlay.mjs +2 -5
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +42 -42
- package/lib/components/VOverlay/useActivator.mjs +5 -5
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VResponsive/VResponsive.mjs +1 -1
- package/lib/components/VResponsive/VResponsive.mjs.map +1 -1
- package/lib/components/VResponsive/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +187 -158
- package/lib/components/VSheet/VSheet.css +1 -1
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +25 -25
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.css +5 -0
- package/lib/components/VSlider/VSliderThumb.sass +3 -0
- package/lib/components/VSlider/VSliderTrack.css +15 -0
- package/lib/components/VSlider/VSliderTrack.sass +9 -0
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +126 -126
- package/lib/components/VSpeedDial/index.d.mts +42 -42
- package/lib/components/VStepper/VStepperWindow.mjs +2 -1
- package/lib/components/VStepper/VStepperWindow.mjs.map +1 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs +2 -1
- package/lib/components/VStepper/VStepperWindowItem.mjs.map +1 -1
- package/lib/components/VTabs/VTabsWindow.mjs +2 -1
- package/lib/components/VTabs/VTabsWindow.mjs.map +1 -1
- package/lib/components/VTooltip/index.d.mts +126 -126
- package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs.map +1 -1
- package/lib/components/index.d.mts +1162 -1175
- package/lib/composables/component.mjs +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +16 -10
- package/lib/composables/nested/activeStrategies.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +7 -5
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/resizeObserver.mjs +5 -5
- package/lib/composables/resizeObserver.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +33 -33
- package/lib/labs/VCalendar/VCalendar.css +5 -1
- package/lib/labs/VCalendar/VCalendar.sass +3 -2
- package/lib/labs/VCalendar/_variables.scss +8 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +57 -81
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +402 -34
- package/lib/labs/VSnackbarQueue/index.d.mts +138 -138
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +88 -64
- package/lib/labs/components.d.mts +620 -235
- package/lib/util/helpers.mjs +16 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, nextTick } from 'vue';
|
2
|
+
import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, nextTick } from 'vue';
|
3
3
|
|
4
4
|
interface ScrollStrategyData {
|
5
5
|
root: Ref<HTMLElement | undefined>;
|
@@ -50,6 +50,12 @@ interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions
|
|
50
50
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
51
51
|
}
|
52
52
|
|
53
|
+
type TemplateRef = {
|
54
|
+
(target: Element | ComponentPublicInstance | null): void;
|
55
|
+
value: HTMLElement | ComponentPublicInstance | null | undefined;
|
56
|
+
readonly el: HTMLElement | undefined;
|
57
|
+
};
|
58
|
+
|
53
59
|
interface LocationStrategyData {
|
54
60
|
contentEl: Ref<HTMLElement | undefined>;
|
55
61
|
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -93,7 +99,7 @@ declare const VSnackbar: {
|
|
93
99
|
component?: vue.Component | undefined;
|
94
100
|
})>;
|
95
101
|
zIndex: string | number;
|
96
|
-
modelValue: boolean
|
102
|
+
modelValue: boolean;
|
97
103
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
98
104
|
origin: Anchor | "auto" | "overlap";
|
99
105
|
vertical: boolean;
|
@@ -116,7 +122,7 @@ declare const VSnackbar: {
|
|
116
122
|
width?: string | number | undefined;
|
117
123
|
height?: string | number | undefined;
|
118
124
|
theme?: string | undefined;
|
119
|
-
target?: Element | (string & {}) |
|
125
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
120
126
|
color?: string | undefined;
|
121
127
|
offset?: string | number | number[] | undefined;
|
122
128
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -127,7 +133,7 @@ declare const VSnackbar: {
|
|
127
133
|
maxWidth?: string | number | undefined;
|
128
134
|
minHeight?: string | number | undefined;
|
129
135
|
minWidth?: string | number | undefined;
|
130
|
-
activator?: Element | (string & {}) |
|
136
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
131
137
|
closeDelay?: string | number | undefined;
|
132
138
|
openDelay?: string | number | undefined;
|
133
139
|
openOnClick?: boolean | undefined;
|
@@ -143,7 +149,7 @@ declare const VSnackbar: {
|
|
143
149
|
}) => vue.VNodeChild) | undefined;
|
144
150
|
default?: (() => vue.VNodeChild) | undefined;
|
145
151
|
actions?: ((arg: {
|
146
|
-
isActive: Ref<boolean
|
152
|
+
isActive: Ref<boolean>;
|
147
153
|
}) => vue.VNodeChild) | undefined;
|
148
154
|
text?: (() => vue.VNodeChild) | undefined;
|
149
155
|
};
|
@@ -154,7 +160,7 @@ declare const VSnackbar: {
|
|
154
160
|
}) => vue.VNodeChild) | undefined;
|
155
161
|
default?: false | (() => vue.VNodeChild) | undefined;
|
156
162
|
actions?: false | ((arg: {
|
157
|
-
isActive: Ref<boolean
|
163
|
+
isActive: Ref<boolean>;
|
158
164
|
}) => vue.VNodeChild) | undefined;
|
159
165
|
text?: false | (() => vue.VNodeChild) | undefined;
|
160
166
|
} | undefined;
|
@@ -165,7 +171,7 @@ declare const VSnackbar: {
|
|
165
171
|
}) => vue.VNodeChild) | undefined;
|
166
172
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
167
173
|
"v-slot:actions"?: false | ((arg: {
|
168
|
-
isActive: Ref<boolean
|
174
|
+
isActive: Ref<boolean>;
|
169
175
|
}) => vue.VNodeChild) | undefined;
|
170
176
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
171
177
|
} & {
|
@@ -181,7 +187,7 @@ declare const VSnackbar: {
|
|
181
187
|
component?: vue.Component | undefined;
|
182
188
|
});
|
183
189
|
zIndex: string | number;
|
184
|
-
modelValue: boolean
|
190
|
+
modelValue: boolean;
|
185
191
|
origin: Anchor | "auto" | "overlap";
|
186
192
|
eager: boolean;
|
187
193
|
location: Anchor;
|
@@ -208,7 +214,7 @@ declare const VSnackbar: {
|
|
208
214
|
component?: vue.Component | undefined;
|
209
215
|
});
|
210
216
|
zIndex: string | number;
|
211
|
-
modelValue: boolean
|
217
|
+
modelValue: boolean;
|
212
218
|
origin: Anchor | "auto" | "overlap";
|
213
219
|
eager: boolean;
|
214
220
|
location: Anchor;
|
@@ -229,7 +235,7 @@ declare const VSnackbar: {
|
|
229
235
|
width?: string | number | undefined;
|
230
236
|
height?: string | number | undefined;
|
231
237
|
theme?: string | undefined;
|
232
|
-
target?: Element | (string & {}) |
|
238
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
233
239
|
offset?: string | number | number[] | undefined;
|
234
240
|
contentClass?: any;
|
235
241
|
opacity?: string | number | undefined;
|
@@ -237,7 +243,7 @@ declare const VSnackbar: {
|
|
237
243
|
maxWidth?: string | number | undefined;
|
238
244
|
minHeight?: string | number | undefined;
|
239
245
|
minWidth?: string | number | undefined;
|
240
|
-
activator?: Element | (string & {}) |
|
246
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
241
247
|
closeDelay?: string | number | undefined;
|
242
248
|
openDelay?: string | number | undefined;
|
243
249
|
openOnClick?: boolean | undefined;
|
@@ -251,7 +257,7 @@ declare const VSnackbar: {
|
|
251
257
|
activator?: ((arg: {
|
252
258
|
isActive: boolean;
|
253
259
|
props: Record<string, any>;
|
254
|
-
targetRef:
|
260
|
+
targetRef: TemplateRef;
|
255
261
|
}) => vue.VNodeChild) | undefined;
|
256
262
|
} | ((arg: {
|
257
263
|
isActive: Ref<boolean>;
|
@@ -263,7 +269,7 @@ declare const VSnackbar: {
|
|
263
269
|
activator?: false | ((arg: {
|
264
270
|
isActive: boolean;
|
265
271
|
props: Record<string, any>;
|
266
|
-
targetRef:
|
272
|
+
targetRef: TemplateRef;
|
267
273
|
}) => vue.VNodeChild) | undefined;
|
268
274
|
} | undefined;
|
269
275
|
"v-slot:default"?: false | ((arg: {
|
@@ -272,7 +278,7 @@ declare const VSnackbar: {
|
|
272
278
|
"v-slot:activator"?: false | ((arg: {
|
273
279
|
isActive: boolean;
|
274
280
|
props: Record<string, any>;
|
275
|
-
targetRef:
|
281
|
+
targetRef: TemplateRef;
|
276
282
|
}) => vue.VNodeChild) | undefined;
|
277
283
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
278
284
|
onAfterEnter?: (() => any) | undefined;
|
@@ -286,7 +292,7 @@ declare const VSnackbar: {
|
|
286
292
|
component?: vue.Component | undefined;
|
287
293
|
});
|
288
294
|
zIndex: string | number;
|
289
|
-
modelValue: boolean
|
295
|
+
modelValue: boolean;
|
290
296
|
origin: Anchor | "auto" | "overlap";
|
291
297
|
eager: boolean;
|
292
298
|
location: Anchor;
|
@@ -308,7 +314,7 @@ declare const VSnackbar: {
|
|
308
314
|
width?: string | number | undefined;
|
309
315
|
height?: string | number | undefined;
|
310
316
|
theme?: string | undefined;
|
311
|
-
target?: Element | (string & {}) |
|
317
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
312
318
|
offset?: string | number | number[] | undefined;
|
313
319
|
contentClass?: any;
|
314
320
|
opacity?: string | number | undefined;
|
@@ -316,7 +322,7 @@ declare const VSnackbar: {
|
|
316
322
|
maxWidth?: string | number | undefined;
|
317
323
|
minHeight?: string | number | undefined;
|
318
324
|
minWidth?: string | number | undefined;
|
319
|
-
activator?: Element | (string & {}) |
|
325
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
320
326
|
closeDelay?: string | number | undefined;
|
321
327
|
openDelay?: string | number | undefined;
|
322
328
|
openOnClick?: boolean | undefined;
|
@@ -331,7 +337,7 @@ declare const VSnackbar: {
|
|
331
337
|
activator?: ((arg: {
|
332
338
|
isActive: boolean;
|
333
339
|
props: Record<string, any>;
|
334
|
-
targetRef:
|
340
|
+
targetRef: TemplateRef;
|
335
341
|
}) => vue.VNodeChild) | undefined;
|
336
342
|
} | ((arg: {
|
337
343
|
isActive: Ref<boolean>;
|
@@ -343,7 +349,7 @@ declare const VSnackbar: {
|
|
343
349
|
activator?: false | ((arg: {
|
344
350
|
isActive: boolean;
|
345
351
|
props: Record<string, any>;
|
346
|
-
targetRef:
|
352
|
+
targetRef: TemplateRef;
|
347
353
|
}) => vue.VNodeChild) | undefined;
|
348
354
|
} | undefined;
|
349
355
|
} & {
|
@@ -353,7 +359,7 @@ declare const VSnackbar: {
|
|
353
359
|
"v-slot:activator"?: false | ((arg: {
|
354
360
|
isActive: boolean;
|
355
361
|
props: Record<string, any>;
|
356
|
-
targetRef:
|
362
|
+
targetRef: TemplateRef;
|
357
363
|
}) => vue.VNodeChild) | undefined;
|
358
364
|
} & {
|
359
365
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -376,7 +382,7 @@ declare const VSnackbar: {
|
|
376
382
|
activator?: ((arg: {
|
377
383
|
isActive: boolean;
|
378
384
|
props: Record<string, any>;
|
379
|
-
targetRef:
|
385
|
+
targetRef: TemplateRef;
|
380
386
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
381
387
|
[key: string]: any;
|
382
388
|
}>[]) | undefined;
|
@@ -393,7 +399,7 @@ declare const VSnackbar: {
|
|
393
399
|
component?: vue.Component | undefined;
|
394
400
|
});
|
395
401
|
zIndex: string | number;
|
396
|
-
modelValue: boolean
|
402
|
+
modelValue: boolean;
|
397
403
|
origin: Anchor | "auto" | "overlap";
|
398
404
|
eager: boolean;
|
399
405
|
location: Anchor;
|
@@ -415,7 +421,7 @@ declare const VSnackbar: {
|
|
415
421
|
width?: string | number | undefined;
|
416
422
|
height?: string | number | undefined;
|
417
423
|
theme?: string | undefined;
|
418
|
-
target?: Element | (string & {}) |
|
424
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
419
425
|
offset?: string | number | number[] | undefined;
|
420
426
|
contentClass?: any;
|
421
427
|
opacity?: string | number | undefined;
|
@@ -423,7 +429,7 @@ declare const VSnackbar: {
|
|
423
429
|
maxWidth?: string | number | undefined;
|
424
430
|
minHeight?: string | number | undefined;
|
425
431
|
minWidth?: string | number | undefined;
|
426
|
-
activator?: Element | (string & {}) |
|
432
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
427
433
|
closeDelay?: string | number | undefined;
|
428
434
|
openDelay?: string | number | undefined;
|
429
435
|
openOnClick?: boolean | undefined;
|
@@ -438,7 +444,7 @@ declare const VSnackbar: {
|
|
438
444
|
activator?: ((arg: {
|
439
445
|
isActive: boolean;
|
440
446
|
props: Record<string, any>;
|
441
|
-
targetRef:
|
447
|
+
targetRef: TemplateRef;
|
442
448
|
}) => vue.VNodeChild) | undefined;
|
443
449
|
} | ((arg: {
|
444
450
|
isActive: Ref<boolean>;
|
@@ -450,7 +456,7 @@ declare const VSnackbar: {
|
|
450
456
|
activator?: false | ((arg: {
|
451
457
|
isActive: boolean;
|
452
458
|
props: Record<string, any>;
|
453
|
-
targetRef:
|
459
|
+
targetRef: TemplateRef;
|
454
460
|
}) => vue.VNodeChild) | undefined;
|
455
461
|
} | undefined;
|
456
462
|
} & {
|
@@ -460,7 +466,7 @@ declare const VSnackbar: {
|
|
460
466
|
"v-slot:activator"?: false | ((arg: {
|
461
467
|
isActive: boolean;
|
462
468
|
props: Record<string, any>;
|
463
|
-
targetRef:
|
469
|
+
targetRef: TemplateRef;
|
464
470
|
}) => vue.VNodeChild) | undefined;
|
465
471
|
} & {
|
466
472
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -489,7 +495,7 @@ declare const VSnackbar: {
|
|
489
495
|
component?: vue.Component | undefined;
|
490
496
|
});
|
491
497
|
zIndex: string | number;
|
492
|
-
modelValue: boolean
|
498
|
+
modelValue: boolean;
|
493
499
|
origin: Anchor | "auto" | "overlap";
|
494
500
|
eager: boolean;
|
495
501
|
location: Anchor;
|
@@ -517,7 +523,7 @@ declare const VSnackbar: {
|
|
517
523
|
activator: (arg: {
|
518
524
|
isActive: boolean;
|
519
525
|
props: Record<string, any>;
|
520
|
-
targetRef:
|
526
|
+
targetRef: TemplateRef;
|
521
527
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
522
528
|
[key: string]: any;
|
523
529
|
}>[];
|
@@ -549,7 +555,7 @@ declare const VSnackbar: {
|
|
549
555
|
component?: vue.Component | undefined;
|
550
556
|
});
|
551
557
|
zIndex: string | number;
|
552
|
-
modelValue: boolean
|
558
|
+
modelValue: boolean;
|
553
559
|
origin: Anchor | "auto" | "overlap";
|
554
560
|
eager: boolean;
|
555
561
|
location: Anchor;
|
@@ -571,7 +577,7 @@ declare const VSnackbar: {
|
|
571
577
|
width?: string | number | undefined;
|
572
578
|
height?: string | number | undefined;
|
573
579
|
theme?: string | undefined;
|
574
|
-
target?: Element | (string & {}) |
|
580
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
575
581
|
offset?: string | number | number[] | undefined;
|
576
582
|
contentClass?: any;
|
577
583
|
opacity?: string | number | undefined;
|
@@ -579,7 +585,7 @@ declare const VSnackbar: {
|
|
579
585
|
maxWidth?: string | number | undefined;
|
580
586
|
minHeight?: string | number | undefined;
|
581
587
|
minWidth?: string | number | undefined;
|
582
|
-
activator?: Element | (string & {}) |
|
588
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
583
589
|
closeDelay?: string | number | undefined;
|
584
590
|
openDelay?: string | number | undefined;
|
585
591
|
openOnClick?: boolean | undefined;
|
@@ -594,7 +600,7 @@ declare const VSnackbar: {
|
|
594
600
|
activator?: ((arg: {
|
595
601
|
isActive: boolean;
|
596
602
|
props: Record<string, any>;
|
597
|
-
targetRef:
|
603
|
+
targetRef: TemplateRef;
|
598
604
|
}) => vue.VNodeChild) | undefined;
|
599
605
|
} | ((arg: {
|
600
606
|
isActive: Ref<boolean>;
|
@@ -606,7 +612,7 @@ declare const VSnackbar: {
|
|
606
612
|
activator?: false | ((arg: {
|
607
613
|
isActive: boolean;
|
608
614
|
props: Record<string, any>;
|
609
|
-
targetRef:
|
615
|
+
targetRef: TemplateRef;
|
610
616
|
}) => vue.VNodeChild) | undefined;
|
611
617
|
} | undefined;
|
612
618
|
} & {
|
@@ -616,7 +622,7 @@ declare const VSnackbar: {
|
|
616
622
|
"v-slot:activator"?: false | ((arg: {
|
617
623
|
isActive: boolean;
|
618
624
|
props: Record<string, any>;
|
619
|
-
targetRef:
|
625
|
+
targetRef: TemplateRef;
|
620
626
|
}) => vue.VNodeChild) | undefined;
|
621
627
|
} & {
|
622
628
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -642,7 +648,7 @@ declare const VSnackbar: {
|
|
642
648
|
component?: vue.Component | undefined;
|
643
649
|
})>;
|
644
650
|
zIndex: string | number;
|
645
|
-
modelValue: boolean
|
651
|
+
modelValue: boolean;
|
646
652
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
647
653
|
origin: Anchor | "auto" | "overlap";
|
648
654
|
vertical: boolean;
|
@@ -665,7 +671,7 @@ declare const VSnackbar: {
|
|
665
671
|
width?: string | number | undefined;
|
666
672
|
height?: string | number | undefined;
|
667
673
|
theme?: string | undefined;
|
668
|
-
target?: Element | (string & {}) |
|
674
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
669
675
|
color?: string | undefined;
|
670
676
|
offset?: string | number | number[] | undefined;
|
671
677
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -676,7 +682,7 @@ declare const VSnackbar: {
|
|
676
682
|
maxWidth?: string | number | undefined;
|
677
683
|
minHeight?: string | number | undefined;
|
678
684
|
minWidth?: string | number | undefined;
|
679
|
-
activator?: Element | (string & {}) |
|
685
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
680
686
|
closeDelay?: string | number | undefined;
|
681
687
|
openDelay?: string | number | undefined;
|
682
688
|
openOnClick?: boolean | undefined;
|
@@ -692,7 +698,7 @@ declare const VSnackbar: {
|
|
692
698
|
}) => vue.VNodeChild) | undefined;
|
693
699
|
default?: (() => vue.VNodeChild) | undefined;
|
694
700
|
actions?: ((arg: {
|
695
|
-
isActive: Ref<boolean
|
701
|
+
isActive: Ref<boolean>;
|
696
702
|
}) => vue.VNodeChild) | undefined;
|
697
703
|
text?: (() => vue.VNodeChild) | undefined;
|
698
704
|
};
|
@@ -703,7 +709,7 @@ declare const VSnackbar: {
|
|
703
709
|
}) => vue.VNodeChild) | undefined;
|
704
710
|
default?: false | (() => vue.VNodeChild) | undefined;
|
705
711
|
actions?: false | ((arg: {
|
706
|
-
isActive: Ref<boolean
|
712
|
+
isActive: Ref<boolean>;
|
707
713
|
}) => vue.VNodeChild) | undefined;
|
708
714
|
text?: false | (() => vue.VNodeChild) | undefined;
|
709
715
|
} | undefined;
|
@@ -714,7 +720,7 @@ declare const VSnackbar: {
|
|
714
720
|
}) => vue.VNodeChild) | undefined;
|
715
721
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
716
722
|
"v-slot:actions"?: false | ((arg: {
|
717
|
-
isActive: Ref<boolean
|
723
|
+
isActive: Ref<boolean>;
|
718
724
|
}) => vue.VNodeChild) | undefined;
|
719
725
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
720
726
|
} & {
|
@@ -727,7 +733,7 @@ declare const VSnackbar: {
|
|
727
733
|
component?: vue.Component | undefined;
|
728
734
|
})>;
|
729
735
|
zIndex: string | number;
|
730
|
-
modelValue: boolean
|
736
|
+
modelValue: boolean;
|
731
737
|
rounded: string | number | boolean;
|
732
738
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
733
739
|
origin: Anchor | "auto" | "overlap";
|
@@ -758,7 +764,7 @@ declare const VSnackbar: {
|
|
758
764
|
[key: string]: any;
|
759
765
|
}>[];
|
760
766
|
actions: (arg: {
|
761
|
-
isActive: Ref<boolean
|
767
|
+
isActive: Ref<boolean>;
|
762
768
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
763
769
|
[key: string]: any;
|
764
770
|
}>[];
|
@@ -780,7 +786,7 @@ declare const VSnackbar: {
|
|
780
786
|
component?: vue.Component | undefined;
|
781
787
|
})>;
|
782
788
|
zIndex: string | number;
|
783
|
-
modelValue: boolean
|
789
|
+
modelValue: boolean;
|
784
790
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
785
791
|
origin: Anchor | "auto" | "overlap";
|
786
792
|
vertical: boolean;
|
@@ -803,7 +809,7 @@ declare const VSnackbar: {
|
|
803
809
|
width?: string | number | undefined;
|
804
810
|
height?: string | number | undefined;
|
805
811
|
theme?: string | undefined;
|
806
|
-
target?: Element | (string & {}) |
|
812
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
807
813
|
color?: string | undefined;
|
808
814
|
offset?: string | number | number[] | undefined;
|
809
815
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -814,7 +820,7 @@ declare const VSnackbar: {
|
|
814
820
|
maxWidth?: string | number | undefined;
|
815
821
|
minHeight?: string | number | undefined;
|
816
822
|
minWidth?: string | number | undefined;
|
817
|
-
activator?: Element | (string & {}) |
|
823
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
818
824
|
closeDelay?: string | number | undefined;
|
819
825
|
openDelay?: string | number | undefined;
|
820
826
|
openOnClick?: boolean | undefined;
|
@@ -830,7 +836,7 @@ declare const VSnackbar: {
|
|
830
836
|
}) => vue.VNodeChild) | undefined;
|
831
837
|
default?: (() => vue.VNodeChild) | undefined;
|
832
838
|
actions?: ((arg: {
|
833
|
-
isActive: Ref<boolean
|
839
|
+
isActive: Ref<boolean>;
|
834
840
|
}) => vue.VNodeChild) | undefined;
|
835
841
|
text?: (() => vue.VNodeChild) | undefined;
|
836
842
|
};
|
@@ -841,7 +847,7 @@ declare const VSnackbar: {
|
|
841
847
|
}) => vue.VNodeChild) | undefined;
|
842
848
|
default?: false | (() => vue.VNodeChild) | undefined;
|
843
849
|
actions?: false | ((arg: {
|
844
|
-
isActive: Ref<boolean
|
850
|
+
isActive: Ref<boolean>;
|
845
851
|
}) => vue.VNodeChild) | undefined;
|
846
852
|
text?: false | (() => vue.VNodeChild) | undefined;
|
847
853
|
} | undefined;
|
@@ -852,7 +858,7 @@ declare const VSnackbar: {
|
|
852
858
|
}) => vue.VNodeChild) | undefined;
|
853
859
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
854
860
|
"v-slot:actions"?: false | ((arg: {
|
855
|
-
isActive: Ref<boolean
|
861
|
+
isActive: Ref<boolean>;
|
856
862
|
}) => vue.VNodeChild) | undefined;
|
857
863
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
858
864
|
} & {
|
@@ -868,7 +874,7 @@ declare const VSnackbar: {
|
|
868
874
|
component?: vue.Component | undefined;
|
869
875
|
});
|
870
876
|
zIndex: string | number;
|
871
|
-
modelValue: boolean
|
877
|
+
modelValue: boolean;
|
872
878
|
origin: Anchor | "auto" | "overlap";
|
873
879
|
eager: boolean;
|
874
880
|
location: Anchor;
|
@@ -895,7 +901,7 @@ declare const VSnackbar: {
|
|
895
901
|
component?: vue.Component | undefined;
|
896
902
|
});
|
897
903
|
zIndex: string | number;
|
898
|
-
modelValue: boolean
|
904
|
+
modelValue: boolean;
|
899
905
|
origin: Anchor | "auto" | "overlap";
|
900
906
|
eager: boolean;
|
901
907
|
location: Anchor;
|
@@ -916,7 +922,7 @@ declare const VSnackbar: {
|
|
916
922
|
width?: string | number | undefined;
|
917
923
|
height?: string | number | undefined;
|
918
924
|
theme?: string | undefined;
|
919
|
-
target?: Element | (string & {}) |
|
925
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
920
926
|
offset?: string | number | number[] | undefined;
|
921
927
|
contentClass?: any;
|
922
928
|
opacity?: string | number | undefined;
|
@@ -924,7 +930,7 @@ declare const VSnackbar: {
|
|
924
930
|
maxWidth?: string | number | undefined;
|
925
931
|
minHeight?: string | number | undefined;
|
926
932
|
minWidth?: string | number | undefined;
|
927
|
-
activator?: Element | (string & {}) |
|
933
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
928
934
|
closeDelay?: string | number | undefined;
|
929
935
|
openDelay?: string | number | undefined;
|
930
936
|
openOnClick?: boolean | undefined;
|
@@ -938,7 +944,7 @@ declare const VSnackbar: {
|
|
938
944
|
activator?: ((arg: {
|
939
945
|
isActive: boolean;
|
940
946
|
props: Record<string, any>;
|
941
|
-
targetRef:
|
947
|
+
targetRef: TemplateRef;
|
942
948
|
}) => vue.VNodeChild) | undefined;
|
943
949
|
} | ((arg: {
|
944
950
|
isActive: Ref<boolean>;
|
@@ -950,7 +956,7 @@ declare const VSnackbar: {
|
|
950
956
|
activator?: false | ((arg: {
|
951
957
|
isActive: boolean;
|
952
958
|
props: Record<string, any>;
|
953
|
-
targetRef:
|
959
|
+
targetRef: TemplateRef;
|
954
960
|
}) => vue.VNodeChild) | undefined;
|
955
961
|
} | undefined;
|
956
962
|
"v-slot:default"?: false | ((arg: {
|
@@ -959,7 +965,7 @@ declare const VSnackbar: {
|
|
959
965
|
"v-slot:activator"?: false | ((arg: {
|
960
966
|
isActive: boolean;
|
961
967
|
props: Record<string, any>;
|
962
|
-
targetRef:
|
968
|
+
targetRef: TemplateRef;
|
963
969
|
}) => vue.VNodeChild) | undefined;
|
964
970
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
965
971
|
onAfterEnter?: (() => any) | undefined;
|
@@ -973,7 +979,7 @@ declare const VSnackbar: {
|
|
973
979
|
component?: vue.Component | undefined;
|
974
980
|
});
|
975
981
|
zIndex: string | number;
|
976
|
-
modelValue: boolean
|
982
|
+
modelValue: boolean;
|
977
983
|
origin: Anchor | "auto" | "overlap";
|
978
984
|
eager: boolean;
|
979
985
|
location: Anchor;
|
@@ -995,7 +1001,7 @@ declare const VSnackbar: {
|
|
995
1001
|
width?: string | number | undefined;
|
996
1002
|
height?: string | number | undefined;
|
997
1003
|
theme?: string | undefined;
|
998
|
-
target?: Element | (string & {}) |
|
1004
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
999
1005
|
offset?: string | number | number[] | undefined;
|
1000
1006
|
contentClass?: any;
|
1001
1007
|
opacity?: string | number | undefined;
|
@@ -1003,7 +1009,7 @@ declare const VSnackbar: {
|
|
1003
1009
|
maxWidth?: string | number | undefined;
|
1004
1010
|
minHeight?: string | number | undefined;
|
1005
1011
|
minWidth?: string | number | undefined;
|
1006
|
-
activator?: Element | (string & {}) |
|
1012
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1007
1013
|
closeDelay?: string | number | undefined;
|
1008
1014
|
openDelay?: string | number | undefined;
|
1009
1015
|
openOnClick?: boolean | undefined;
|
@@ -1018,7 +1024,7 @@ declare const VSnackbar: {
|
|
1018
1024
|
activator?: ((arg: {
|
1019
1025
|
isActive: boolean;
|
1020
1026
|
props: Record<string, any>;
|
1021
|
-
targetRef:
|
1027
|
+
targetRef: TemplateRef;
|
1022
1028
|
}) => vue.VNodeChild) | undefined;
|
1023
1029
|
} | ((arg: {
|
1024
1030
|
isActive: Ref<boolean>;
|
@@ -1030,7 +1036,7 @@ declare const VSnackbar: {
|
|
1030
1036
|
activator?: false | ((arg: {
|
1031
1037
|
isActive: boolean;
|
1032
1038
|
props: Record<string, any>;
|
1033
|
-
targetRef:
|
1039
|
+
targetRef: TemplateRef;
|
1034
1040
|
}) => vue.VNodeChild) | undefined;
|
1035
1041
|
} | undefined;
|
1036
1042
|
} & {
|
@@ -1040,7 +1046,7 @@ declare const VSnackbar: {
|
|
1040
1046
|
"v-slot:activator"?: false | ((arg: {
|
1041
1047
|
isActive: boolean;
|
1042
1048
|
props: Record<string, any>;
|
1043
|
-
targetRef:
|
1049
|
+
targetRef: TemplateRef;
|
1044
1050
|
}) => vue.VNodeChild) | undefined;
|
1045
1051
|
} & {
|
1046
1052
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1063,7 +1069,7 @@ declare const VSnackbar: {
|
|
1063
1069
|
activator?: ((arg: {
|
1064
1070
|
isActive: boolean;
|
1065
1071
|
props: Record<string, any>;
|
1066
|
-
targetRef:
|
1072
|
+
targetRef: TemplateRef;
|
1067
1073
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1068
1074
|
[key: string]: any;
|
1069
1075
|
}>[]) | undefined;
|
@@ -1080,7 +1086,7 @@ declare const VSnackbar: {
|
|
1080
1086
|
component?: vue.Component | undefined;
|
1081
1087
|
});
|
1082
1088
|
zIndex: string | number;
|
1083
|
-
modelValue: boolean
|
1089
|
+
modelValue: boolean;
|
1084
1090
|
origin: Anchor | "auto" | "overlap";
|
1085
1091
|
eager: boolean;
|
1086
1092
|
location: Anchor;
|
@@ -1102,7 +1108,7 @@ declare const VSnackbar: {
|
|
1102
1108
|
width?: string | number | undefined;
|
1103
1109
|
height?: string | number | undefined;
|
1104
1110
|
theme?: string | undefined;
|
1105
|
-
target?: Element | (string & {}) |
|
1111
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1106
1112
|
offset?: string | number | number[] | undefined;
|
1107
1113
|
contentClass?: any;
|
1108
1114
|
opacity?: string | number | undefined;
|
@@ -1110,7 +1116,7 @@ declare const VSnackbar: {
|
|
1110
1116
|
maxWidth?: string | number | undefined;
|
1111
1117
|
minHeight?: string | number | undefined;
|
1112
1118
|
minWidth?: string | number | undefined;
|
1113
|
-
activator?: Element | (string & {}) |
|
1119
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1114
1120
|
closeDelay?: string | number | undefined;
|
1115
1121
|
openDelay?: string | number | undefined;
|
1116
1122
|
openOnClick?: boolean | undefined;
|
@@ -1125,7 +1131,7 @@ declare const VSnackbar: {
|
|
1125
1131
|
activator?: ((arg: {
|
1126
1132
|
isActive: boolean;
|
1127
1133
|
props: Record<string, any>;
|
1128
|
-
targetRef:
|
1134
|
+
targetRef: TemplateRef;
|
1129
1135
|
}) => vue.VNodeChild) | undefined;
|
1130
1136
|
} | ((arg: {
|
1131
1137
|
isActive: Ref<boolean>;
|
@@ -1137,7 +1143,7 @@ declare const VSnackbar: {
|
|
1137
1143
|
activator?: false | ((arg: {
|
1138
1144
|
isActive: boolean;
|
1139
1145
|
props: Record<string, any>;
|
1140
|
-
targetRef:
|
1146
|
+
targetRef: TemplateRef;
|
1141
1147
|
}) => vue.VNodeChild) | undefined;
|
1142
1148
|
} | undefined;
|
1143
1149
|
} & {
|
@@ -1147,7 +1153,7 @@ declare const VSnackbar: {
|
|
1147
1153
|
"v-slot:activator"?: false | ((arg: {
|
1148
1154
|
isActive: boolean;
|
1149
1155
|
props: Record<string, any>;
|
1150
|
-
targetRef:
|
1156
|
+
targetRef: TemplateRef;
|
1151
1157
|
}) => vue.VNodeChild) | undefined;
|
1152
1158
|
} & {
|
1153
1159
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1176,7 +1182,7 @@ declare const VSnackbar: {
|
|
1176
1182
|
component?: vue.Component | undefined;
|
1177
1183
|
});
|
1178
1184
|
zIndex: string | number;
|
1179
|
-
modelValue: boolean
|
1185
|
+
modelValue: boolean;
|
1180
1186
|
origin: Anchor | "auto" | "overlap";
|
1181
1187
|
eager: boolean;
|
1182
1188
|
location: Anchor;
|
@@ -1204,7 +1210,7 @@ declare const VSnackbar: {
|
|
1204
1210
|
activator: (arg: {
|
1205
1211
|
isActive: boolean;
|
1206
1212
|
props: Record<string, any>;
|
1207
|
-
targetRef:
|
1213
|
+
targetRef: TemplateRef;
|
1208
1214
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1209
1215
|
[key: string]: any;
|
1210
1216
|
}>[];
|
@@ -1236,7 +1242,7 @@ declare const VSnackbar: {
|
|
1236
1242
|
component?: vue.Component | undefined;
|
1237
1243
|
});
|
1238
1244
|
zIndex: string | number;
|
1239
|
-
modelValue: boolean
|
1245
|
+
modelValue: boolean;
|
1240
1246
|
origin: Anchor | "auto" | "overlap";
|
1241
1247
|
eager: boolean;
|
1242
1248
|
location: Anchor;
|
@@ -1258,7 +1264,7 @@ declare const VSnackbar: {
|
|
1258
1264
|
width?: string | number | undefined;
|
1259
1265
|
height?: string | number | undefined;
|
1260
1266
|
theme?: string | undefined;
|
1261
|
-
target?: Element | (string & {}) |
|
1267
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1262
1268
|
offset?: string | number | number[] | undefined;
|
1263
1269
|
contentClass?: any;
|
1264
1270
|
opacity?: string | number | undefined;
|
@@ -1266,7 +1272,7 @@ declare const VSnackbar: {
|
|
1266
1272
|
maxWidth?: string | number | undefined;
|
1267
1273
|
minHeight?: string | number | undefined;
|
1268
1274
|
minWidth?: string | number | undefined;
|
1269
|
-
activator?: Element | (string & {}) |
|
1275
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1270
1276
|
closeDelay?: string | number | undefined;
|
1271
1277
|
openDelay?: string | number | undefined;
|
1272
1278
|
openOnClick?: boolean | undefined;
|
@@ -1281,7 +1287,7 @@ declare const VSnackbar: {
|
|
1281
1287
|
activator?: ((arg: {
|
1282
1288
|
isActive: boolean;
|
1283
1289
|
props: Record<string, any>;
|
1284
|
-
targetRef:
|
1290
|
+
targetRef: TemplateRef;
|
1285
1291
|
}) => vue.VNodeChild) | undefined;
|
1286
1292
|
} | ((arg: {
|
1287
1293
|
isActive: Ref<boolean>;
|
@@ -1293,7 +1299,7 @@ declare const VSnackbar: {
|
|
1293
1299
|
activator?: false | ((arg: {
|
1294
1300
|
isActive: boolean;
|
1295
1301
|
props: Record<string, any>;
|
1296
|
-
targetRef:
|
1302
|
+
targetRef: TemplateRef;
|
1297
1303
|
}) => vue.VNodeChild) | undefined;
|
1298
1304
|
} | undefined;
|
1299
1305
|
} & {
|
@@ -1303,7 +1309,7 @@ declare const VSnackbar: {
|
|
1303
1309
|
"v-slot:activator"?: false | ((arg: {
|
1304
1310
|
isActive: boolean;
|
1305
1311
|
props: Record<string, any>;
|
1306
|
-
targetRef:
|
1312
|
+
targetRef: TemplateRef;
|
1307
1313
|
}) => vue.VNodeChild) | undefined;
|
1308
1314
|
} & {
|
1309
1315
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1327,7 +1333,7 @@ declare const VSnackbar: {
|
|
1327
1333
|
component?: vue.Component | undefined;
|
1328
1334
|
})>;
|
1329
1335
|
zIndex: string | number;
|
1330
|
-
modelValue: boolean
|
1336
|
+
modelValue: boolean;
|
1331
1337
|
rounded: string | number | boolean;
|
1332
1338
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1333
1339
|
origin: Anchor | "auto" | "overlap";
|
@@ -1359,7 +1365,7 @@ declare const VSnackbar: {
|
|
1359
1365
|
component?: vue.Component | undefined;
|
1360
1366
|
})>;
|
1361
1367
|
zIndex: string | number;
|
1362
|
-
modelValue: boolean
|
1368
|
+
modelValue: boolean;
|
1363
1369
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1364
1370
|
origin: Anchor | "auto" | "overlap";
|
1365
1371
|
vertical: boolean;
|
@@ -1382,7 +1388,7 @@ declare const VSnackbar: {
|
|
1382
1388
|
width?: string | number | undefined;
|
1383
1389
|
height?: string | number | undefined;
|
1384
1390
|
theme?: string | undefined;
|
1385
|
-
target?: Element | (string & {}) |
|
1391
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1386
1392
|
color?: string | undefined;
|
1387
1393
|
offset?: string | number | number[] | undefined;
|
1388
1394
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
@@ -1393,7 +1399,7 @@ declare const VSnackbar: {
|
|
1393
1399
|
maxWidth?: string | number | undefined;
|
1394
1400
|
minHeight?: string | number | undefined;
|
1395
1401
|
minWidth?: string | number | undefined;
|
1396
|
-
activator?: Element | (string & {}) |
|
1402
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1397
1403
|
closeDelay?: string | number | undefined;
|
1398
1404
|
openDelay?: string | number | undefined;
|
1399
1405
|
openOnClick?: boolean | undefined;
|
@@ -1409,7 +1415,7 @@ declare const VSnackbar: {
|
|
1409
1415
|
}) => vue.VNodeChild) | undefined;
|
1410
1416
|
default?: (() => vue.VNodeChild) | undefined;
|
1411
1417
|
actions?: ((arg: {
|
1412
|
-
isActive: Ref<boolean
|
1418
|
+
isActive: Ref<boolean>;
|
1413
1419
|
}) => vue.VNodeChild) | undefined;
|
1414
1420
|
text?: (() => vue.VNodeChild) | undefined;
|
1415
1421
|
};
|
@@ -1420,7 +1426,7 @@ declare const VSnackbar: {
|
|
1420
1426
|
}) => vue.VNodeChild) | undefined;
|
1421
1427
|
default?: false | (() => vue.VNodeChild) | undefined;
|
1422
1428
|
actions?: false | ((arg: {
|
1423
|
-
isActive: Ref<boolean
|
1429
|
+
isActive: Ref<boolean>;
|
1424
1430
|
}) => vue.VNodeChild) | undefined;
|
1425
1431
|
text?: false | (() => vue.VNodeChild) | undefined;
|
1426
1432
|
} | undefined;
|
@@ -1431,7 +1437,7 @@ declare const VSnackbar: {
|
|
1431
1437
|
}) => vue.VNodeChild) | undefined;
|
1432
1438
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
1433
1439
|
"v-slot:actions"?: false | ((arg: {
|
1434
|
-
isActive: Ref<boolean
|
1440
|
+
isActive: Ref<boolean>;
|
1435
1441
|
}) => vue.VNodeChild) | undefined;
|
1436
1442
|
"v-slot:text"?: false | (() => vue.VNodeChild) | undefined;
|
1437
1443
|
} & {
|
@@ -1447,7 +1453,7 @@ declare const VSnackbar: {
|
|
1447
1453
|
component?: vue.Component | undefined;
|
1448
1454
|
});
|
1449
1455
|
zIndex: string | number;
|
1450
|
-
modelValue: boolean
|
1456
|
+
modelValue: boolean;
|
1451
1457
|
origin: Anchor | "auto" | "overlap";
|
1452
1458
|
eager: boolean;
|
1453
1459
|
location: Anchor;
|
@@ -1474,7 +1480,7 @@ declare const VSnackbar: {
|
|
1474
1480
|
component?: vue.Component | undefined;
|
1475
1481
|
});
|
1476
1482
|
zIndex: string | number;
|
1477
|
-
modelValue: boolean
|
1483
|
+
modelValue: boolean;
|
1478
1484
|
origin: Anchor | "auto" | "overlap";
|
1479
1485
|
eager: boolean;
|
1480
1486
|
location: Anchor;
|
@@ -1495,7 +1501,7 @@ declare const VSnackbar: {
|
|
1495
1501
|
width?: string | number | undefined;
|
1496
1502
|
height?: string | number | undefined;
|
1497
1503
|
theme?: string | undefined;
|
1498
|
-
target?: Element | (string & {}) |
|
1504
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1499
1505
|
offset?: string | number | number[] | undefined;
|
1500
1506
|
contentClass?: any;
|
1501
1507
|
opacity?: string | number | undefined;
|
@@ -1503,7 +1509,7 @@ declare const VSnackbar: {
|
|
1503
1509
|
maxWidth?: string | number | undefined;
|
1504
1510
|
minHeight?: string | number | undefined;
|
1505
1511
|
minWidth?: string | number | undefined;
|
1506
|
-
activator?: Element | (string & {}) |
|
1512
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1507
1513
|
closeDelay?: string | number | undefined;
|
1508
1514
|
openDelay?: string | number | undefined;
|
1509
1515
|
openOnClick?: boolean | undefined;
|
@@ -1517,7 +1523,7 @@ declare const VSnackbar: {
|
|
1517
1523
|
activator?: ((arg: {
|
1518
1524
|
isActive: boolean;
|
1519
1525
|
props: Record<string, any>;
|
1520
|
-
targetRef:
|
1526
|
+
targetRef: TemplateRef;
|
1521
1527
|
}) => vue.VNodeChild) | undefined;
|
1522
1528
|
} | ((arg: {
|
1523
1529
|
isActive: Ref<boolean>;
|
@@ -1529,7 +1535,7 @@ declare const VSnackbar: {
|
|
1529
1535
|
activator?: false | ((arg: {
|
1530
1536
|
isActive: boolean;
|
1531
1537
|
props: Record<string, any>;
|
1532
|
-
targetRef:
|
1538
|
+
targetRef: TemplateRef;
|
1533
1539
|
}) => vue.VNodeChild) | undefined;
|
1534
1540
|
} | undefined;
|
1535
1541
|
"v-slot:default"?: false | ((arg: {
|
@@ -1538,7 +1544,7 @@ declare const VSnackbar: {
|
|
1538
1544
|
"v-slot:activator"?: false | ((arg: {
|
1539
1545
|
isActive: boolean;
|
1540
1546
|
props: Record<string, any>;
|
1541
|
-
targetRef:
|
1547
|
+
targetRef: TemplateRef;
|
1542
1548
|
}) => vue.VNodeChild) | undefined;
|
1543
1549
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1544
1550
|
onAfterEnter?: (() => any) | undefined;
|
@@ -1552,7 +1558,7 @@ declare const VSnackbar: {
|
|
1552
1558
|
component?: vue.Component | undefined;
|
1553
1559
|
});
|
1554
1560
|
zIndex: string | number;
|
1555
|
-
modelValue: boolean
|
1561
|
+
modelValue: boolean;
|
1556
1562
|
origin: Anchor | "auto" | "overlap";
|
1557
1563
|
eager: boolean;
|
1558
1564
|
location: Anchor;
|
@@ -1574,7 +1580,7 @@ declare const VSnackbar: {
|
|
1574
1580
|
width?: string | number | undefined;
|
1575
1581
|
height?: string | number | undefined;
|
1576
1582
|
theme?: string | undefined;
|
1577
|
-
target?: Element | (string & {}) |
|
1583
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1578
1584
|
offset?: string | number | number[] | undefined;
|
1579
1585
|
contentClass?: any;
|
1580
1586
|
opacity?: string | number | undefined;
|
@@ -1582,7 +1588,7 @@ declare const VSnackbar: {
|
|
1582
1588
|
maxWidth?: string | number | undefined;
|
1583
1589
|
minHeight?: string | number | undefined;
|
1584
1590
|
minWidth?: string | number | undefined;
|
1585
|
-
activator?: Element | (string & {}) |
|
1591
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1586
1592
|
closeDelay?: string | number | undefined;
|
1587
1593
|
openDelay?: string | number | undefined;
|
1588
1594
|
openOnClick?: boolean | undefined;
|
@@ -1597,7 +1603,7 @@ declare const VSnackbar: {
|
|
1597
1603
|
activator?: ((arg: {
|
1598
1604
|
isActive: boolean;
|
1599
1605
|
props: Record<string, any>;
|
1600
|
-
targetRef:
|
1606
|
+
targetRef: TemplateRef;
|
1601
1607
|
}) => vue.VNodeChild) | undefined;
|
1602
1608
|
} | ((arg: {
|
1603
1609
|
isActive: Ref<boolean>;
|
@@ -1609,7 +1615,7 @@ declare const VSnackbar: {
|
|
1609
1615
|
activator?: false | ((arg: {
|
1610
1616
|
isActive: boolean;
|
1611
1617
|
props: Record<string, any>;
|
1612
|
-
targetRef:
|
1618
|
+
targetRef: TemplateRef;
|
1613
1619
|
}) => vue.VNodeChild) | undefined;
|
1614
1620
|
} | undefined;
|
1615
1621
|
} & {
|
@@ -1619,7 +1625,7 @@ declare const VSnackbar: {
|
|
1619
1625
|
"v-slot:activator"?: false | ((arg: {
|
1620
1626
|
isActive: boolean;
|
1621
1627
|
props: Record<string, any>;
|
1622
|
-
targetRef:
|
1628
|
+
targetRef: TemplateRef;
|
1623
1629
|
}) => vue.VNodeChild) | undefined;
|
1624
1630
|
} & {
|
1625
1631
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1642,7 +1648,7 @@ declare const VSnackbar: {
|
|
1642
1648
|
activator?: ((arg: {
|
1643
1649
|
isActive: boolean;
|
1644
1650
|
props: Record<string, any>;
|
1645
|
-
targetRef:
|
1651
|
+
targetRef: TemplateRef;
|
1646
1652
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1647
1653
|
[key: string]: any;
|
1648
1654
|
}>[]) | undefined;
|
@@ -1659,7 +1665,7 @@ declare const VSnackbar: {
|
|
1659
1665
|
component?: vue.Component | undefined;
|
1660
1666
|
});
|
1661
1667
|
zIndex: string | number;
|
1662
|
-
modelValue: boolean
|
1668
|
+
modelValue: boolean;
|
1663
1669
|
origin: Anchor | "auto" | "overlap";
|
1664
1670
|
eager: boolean;
|
1665
1671
|
location: Anchor;
|
@@ -1681,7 +1687,7 @@ declare const VSnackbar: {
|
|
1681
1687
|
width?: string | number | undefined;
|
1682
1688
|
height?: string | number | undefined;
|
1683
1689
|
theme?: string | undefined;
|
1684
|
-
target?: Element | (string & {}) |
|
1690
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1685
1691
|
offset?: string | number | number[] | undefined;
|
1686
1692
|
contentClass?: any;
|
1687
1693
|
opacity?: string | number | undefined;
|
@@ -1689,7 +1695,7 @@ declare const VSnackbar: {
|
|
1689
1695
|
maxWidth?: string | number | undefined;
|
1690
1696
|
minHeight?: string | number | undefined;
|
1691
1697
|
minWidth?: string | number | undefined;
|
1692
|
-
activator?: Element | (string & {}) |
|
1698
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1693
1699
|
closeDelay?: string | number | undefined;
|
1694
1700
|
openDelay?: string | number | undefined;
|
1695
1701
|
openOnClick?: boolean | undefined;
|
@@ -1704,7 +1710,7 @@ declare const VSnackbar: {
|
|
1704
1710
|
activator?: ((arg: {
|
1705
1711
|
isActive: boolean;
|
1706
1712
|
props: Record<string, any>;
|
1707
|
-
targetRef:
|
1713
|
+
targetRef: TemplateRef;
|
1708
1714
|
}) => vue.VNodeChild) | undefined;
|
1709
1715
|
} | ((arg: {
|
1710
1716
|
isActive: Ref<boolean>;
|
@@ -1716,7 +1722,7 @@ declare const VSnackbar: {
|
|
1716
1722
|
activator?: false | ((arg: {
|
1717
1723
|
isActive: boolean;
|
1718
1724
|
props: Record<string, any>;
|
1719
|
-
targetRef:
|
1725
|
+
targetRef: TemplateRef;
|
1720
1726
|
}) => vue.VNodeChild) | undefined;
|
1721
1727
|
} | undefined;
|
1722
1728
|
} & {
|
@@ -1726,7 +1732,7 @@ declare const VSnackbar: {
|
|
1726
1732
|
"v-slot:activator"?: false | ((arg: {
|
1727
1733
|
isActive: boolean;
|
1728
1734
|
props: Record<string, any>;
|
1729
|
-
targetRef:
|
1735
|
+
targetRef: TemplateRef;
|
1730
1736
|
}) => vue.VNodeChild) | undefined;
|
1731
1737
|
} & {
|
1732
1738
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1755,7 +1761,7 @@ declare const VSnackbar: {
|
|
1755
1761
|
component?: vue.Component | undefined;
|
1756
1762
|
});
|
1757
1763
|
zIndex: string | number;
|
1758
|
-
modelValue: boolean
|
1764
|
+
modelValue: boolean;
|
1759
1765
|
origin: Anchor | "auto" | "overlap";
|
1760
1766
|
eager: boolean;
|
1761
1767
|
location: Anchor;
|
@@ -1783,7 +1789,7 @@ declare const VSnackbar: {
|
|
1783
1789
|
activator: (arg: {
|
1784
1790
|
isActive: boolean;
|
1785
1791
|
props: Record<string, any>;
|
1786
|
-
targetRef:
|
1792
|
+
targetRef: TemplateRef;
|
1787
1793
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1788
1794
|
[key: string]: any;
|
1789
1795
|
}>[];
|
@@ -1815,7 +1821,7 @@ declare const VSnackbar: {
|
|
1815
1821
|
component?: vue.Component | undefined;
|
1816
1822
|
});
|
1817
1823
|
zIndex: string | number;
|
1818
|
-
modelValue: boolean
|
1824
|
+
modelValue: boolean;
|
1819
1825
|
origin: Anchor | "auto" | "overlap";
|
1820
1826
|
eager: boolean;
|
1821
1827
|
location: Anchor;
|
@@ -1837,7 +1843,7 @@ declare const VSnackbar: {
|
|
1837
1843
|
width?: string | number | undefined;
|
1838
1844
|
height?: string | number | undefined;
|
1839
1845
|
theme?: string | undefined;
|
1840
|
-
target?: Element | (string & {}) |
|
1846
|
+
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1841
1847
|
offset?: string | number | number[] | undefined;
|
1842
1848
|
contentClass?: any;
|
1843
1849
|
opacity?: string | number | undefined;
|
@@ -1845,7 +1851,7 @@ declare const VSnackbar: {
|
|
1845
1851
|
maxWidth?: string | number | undefined;
|
1846
1852
|
minHeight?: string | number | undefined;
|
1847
1853
|
minWidth?: string | number | undefined;
|
1848
|
-
activator?: Element | (string & {}) |
|
1854
|
+
activator?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined;
|
1849
1855
|
closeDelay?: string | number | undefined;
|
1850
1856
|
openDelay?: string | number | undefined;
|
1851
1857
|
openOnClick?: boolean | undefined;
|
@@ -1860,7 +1866,7 @@ declare const VSnackbar: {
|
|
1860
1866
|
activator?: ((arg: {
|
1861
1867
|
isActive: boolean;
|
1862
1868
|
props: Record<string, any>;
|
1863
|
-
targetRef:
|
1869
|
+
targetRef: TemplateRef;
|
1864
1870
|
}) => vue.VNodeChild) | undefined;
|
1865
1871
|
} | ((arg: {
|
1866
1872
|
isActive: Ref<boolean>;
|
@@ -1872,7 +1878,7 @@ declare const VSnackbar: {
|
|
1872
1878
|
activator?: false | ((arg: {
|
1873
1879
|
isActive: boolean;
|
1874
1880
|
props: Record<string, any>;
|
1875
|
-
targetRef:
|
1881
|
+
targetRef: TemplateRef;
|
1876
1882
|
}) => vue.VNodeChild) | undefined;
|
1877
1883
|
} | undefined;
|
1878
1884
|
} & {
|
@@ -1882,7 +1888,7 @@ declare const VSnackbar: {
|
|
1882
1888
|
"v-slot:activator"?: false | ((arg: {
|
1883
1889
|
isActive: boolean;
|
1884
1890
|
props: Record<string, any>;
|
1885
|
-
targetRef:
|
1891
|
+
targetRef: TemplateRef;
|
1886
1892
|
}) => vue.VNodeChild) | undefined;
|
1887
1893
|
} & {
|
1888
1894
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
@@ -1908,7 +1914,7 @@ declare const VSnackbar: {
|
|
1908
1914
|
component?: vue.Component | undefined;
|
1909
1915
|
})>;
|
1910
1916
|
zIndex: string | number;
|
1911
|
-
modelValue: boolean
|
1917
|
+
modelValue: boolean;
|
1912
1918
|
rounded: string | number | boolean;
|
1913
1919
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1914
1920
|
origin: Anchor | "auto" | "overlap";
|
@@ -1939,7 +1945,7 @@ declare const VSnackbar: {
|
|
1939
1945
|
[key: string]: any;
|
1940
1946
|
}>[];
|
1941
1947
|
actions: (arg: {
|
1942
|
-
isActive: Ref<boolean
|
1948
|
+
isActive: Ref<boolean>;
|
1943
1949
|
}) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1944
1950
|
[key: string]: any;
|
1945
1951
|
}>[];
|
@@ -1955,7 +1961,7 @@ declare const VSnackbar: {
|
|
1955
1961
|
width: (StringConstructor | NumberConstructor)[];
|
1956
1962
|
height: (StringConstructor | NumberConstructor)[];
|
1957
1963
|
theme: StringConstructor;
|
1958
|
-
target: vue.PropType<Element | (string & {}) |
|
1964
|
+
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
1959
1965
|
disabled: BooleanConstructor;
|
1960
1966
|
offset: vue.PropType<string | number | number[] | undefined>;
|
1961
1967
|
absolute: BooleanConstructor;
|
@@ -1977,10 +1983,7 @@ declare const VSnackbar: {
|
|
1977
1983
|
type: (StringConstructor | NumberConstructor)[];
|
1978
1984
|
default: number;
|
1979
1985
|
};
|
1980
|
-
modelValue:
|
1981
|
-
type: vue.PropType<boolean | null>;
|
1982
|
-
default: null;
|
1983
|
-
};
|
1986
|
+
modelValue: BooleanConstructor;
|
1984
1987
|
contentClass: null;
|
1985
1988
|
origin: {
|
1986
1989
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -1996,7 +1999,7 @@ declare const VSnackbar: {
|
|
1996
1999
|
type: vue.PropType<Anchor>;
|
1997
2000
|
default: string;
|
1998
2001
|
};
|
1999
|
-
activator: vue.PropType<Element | (string & {}) |
|
2002
|
+
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2000
2003
|
locationStrategy: {
|
2001
2004
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2002
2005
|
updateLocation: (e: Event) => void;
|
@@ -2059,7 +2062,7 @@ declare const VSnackbar: {
|
|
2059
2062
|
width: (StringConstructor | NumberConstructor)[];
|
2060
2063
|
height: (StringConstructor | NumberConstructor)[];
|
2061
2064
|
theme: StringConstructor;
|
2062
|
-
target: vue.PropType<Element | (string & {}) |
|
2065
|
+
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2063
2066
|
disabled: BooleanConstructor;
|
2064
2067
|
offset: vue.PropType<string | number | number[] | undefined>;
|
2065
2068
|
absolute: BooleanConstructor;
|
@@ -2081,10 +2084,7 @@ declare const VSnackbar: {
|
|
2081
2084
|
type: (StringConstructor | NumberConstructor)[];
|
2082
2085
|
default: number;
|
2083
2086
|
};
|
2084
|
-
modelValue:
|
2085
|
-
type: vue.PropType<boolean | null>;
|
2086
|
-
default: null;
|
2087
|
-
};
|
2087
|
+
modelValue: BooleanConstructor;
|
2088
2088
|
contentClass: null;
|
2089
2089
|
origin: {
|
2090
2090
|
type: vue.PropType<Anchor | "auto" | "overlap">;
|
@@ -2100,7 +2100,7 @@ declare const VSnackbar: {
|
|
2100
2100
|
type: vue.PropType<Anchor>;
|
2101
2101
|
default: string;
|
2102
2102
|
};
|
2103
|
-
activator: vue.PropType<Element | (string & {}) |
|
2103
|
+
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2104
2104
|
locationStrategy: {
|
2105
2105
|
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2106
2106
|
updateLocation: (e: Event) => void;
|