@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,6 +1,8 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
2
|
import { Ref, EffectScope, ComponentPropsOptions, ExtractPropTypes, ComponentPublicInstance, nextTick } from 'vue';
|
3
3
|
|
4
|
+
type ClassValue = any;
|
5
|
+
|
4
6
|
interface ScrollStrategyData {
|
5
7
|
root: Ref<HTMLElement | undefined>;
|
6
8
|
contentEl: Ref<HTMLElement | undefined>;
|
@@ -23,6 +25,12 @@ declare function closeScrollStrategy(data: ScrollStrategyData): void;
|
|
23
25
|
declare function blockScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1): void;
|
24
26
|
declare function repositionScrollStrategy(data: ScrollStrategyData, props: StrategyProps$1, scope: EffectScope): void;
|
25
27
|
|
28
|
+
declare const block: readonly ["top", "bottom"];
|
29
|
+
declare const inline: readonly ["start", "end", "left", "right"];
|
30
|
+
type Tblock = typeof block[number];
|
31
|
+
type Tinline = typeof inline[number];
|
32
|
+
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
33
|
+
|
26
34
|
declare class Box {
|
27
35
|
x: number;
|
28
36
|
y: number;
|
@@ -40,12 +48,6 @@ declare class Box {
|
|
40
48
|
get right(): number;
|
41
49
|
}
|
42
50
|
|
43
|
-
declare const block: readonly ["top", "bottom"];
|
44
|
-
declare const inline: readonly ["start", "end", "left", "right"];
|
45
|
-
type Tblock = typeof block[number];
|
46
|
-
type Tinline = typeof inline[number];
|
47
|
-
type Anchor = Tblock | Tinline | 'center' | 'center center' | `${Tblock} ${Tinline | 'center'}` | `${Tinline} ${Tblock | 'center'}`;
|
48
|
-
|
49
51
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
50
52
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
51
53
|
}
|
@@ -56,6 +58,9 @@ type TemplateRef = {
|
|
56
58
|
readonly el: HTMLElement | undefined;
|
57
59
|
};
|
58
60
|
|
61
|
+
declare const allowedVariants: readonly ["elevated", "flat", "tonal", "outlined", "text", "plain"];
|
62
|
+
type Variant = typeof allowedVariants[number];
|
63
|
+
|
59
64
|
interface LocationStrategyData {
|
60
65
|
contentEl: Ref<HTMLElement | undefined>;
|
61
66
|
target: Ref<HTMLElement | [x: number, y: number] | undefined>;
|
@@ -96,9 +101,9 @@ declare const VSnackbar: {
|
|
96
101
|
absolute: boolean;
|
97
102
|
location: Anchor;
|
98
103
|
origin: "auto" | Anchor | "overlap";
|
99
|
-
transition:
|
100
|
-
component?: vue.Component
|
101
|
-
})
|
104
|
+
transition: string | boolean | (vue.TransitionProps & {
|
105
|
+
component?: vue.Component;
|
106
|
+
});
|
102
107
|
zIndex: string | number;
|
103
108
|
style: vue.StyleValue;
|
104
109
|
eager: boolean;
|
@@ -107,9 +112,9 @@ declare const VSnackbar: {
|
|
107
112
|
vertical: boolean;
|
108
113
|
modelValue: boolean;
|
109
114
|
tile: boolean;
|
110
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
111
|
-
updateLocation: (e?: Event
|
112
|
-
}
|
115
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
116
|
+
updateLocation: (e?: Event) => void;
|
117
|
+
});
|
113
118
|
activatorProps: Record<string, any>;
|
114
119
|
openOnHover: boolean;
|
115
120
|
closeOnContentClick: boolean;
|
@@ -184,16 +189,16 @@ declare const VSnackbar: {
|
|
184
189
|
location: Anchor;
|
185
190
|
origin: "auto" | Anchor | "overlap";
|
186
191
|
transition: string | boolean | (vue.TransitionProps & {
|
187
|
-
component?: vue.Component
|
192
|
+
component?: vue.Component;
|
188
193
|
});
|
189
194
|
zIndex: string | number;
|
190
195
|
style: vue.StyleValue;
|
191
196
|
eager: boolean;
|
192
197
|
disabled: boolean;
|
193
198
|
modelValue: boolean;
|
194
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
195
|
-
updateLocation: (e?: Event
|
196
|
-
}
|
199
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
200
|
+
updateLocation: (e?: Event) => void;
|
201
|
+
});
|
197
202
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
198
203
|
activatorProps: Record<string, any>;
|
199
204
|
openOnClick: boolean;
|
@@ -211,16 +216,16 @@ declare const VSnackbar: {
|
|
211
216
|
location: Anchor;
|
212
217
|
origin: "auto" | Anchor | "overlap";
|
213
218
|
transition: string | boolean | (vue.TransitionProps & {
|
214
|
-
component?: vue.Component
|
219
|
+
component?: vue.Component;
|
215
220
|
});
|
216
221
|
zIndex: string | number;
|
217
222
|
style: vue.StyleValue;
|
218
223
|
eager: boolean;
|
219
224
|
disabled: boolean;
|
220
225
|
modelValue: boolean;
|
221
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
222
|
-
updateLocation: (e?: Event
|
223
|
-
}
|
226
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
227
|
+
updateLocation: (e?: Event) => void;
|
228
|
+
});
|
224
229
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
225
230
|
activatorProps: Record<string, any>;
|
226
231
|
openOnHover: boolean;
|
@@ -289,16 +294,16 @@ declare const VSnackbar: {
|
|
289
294
|
location: Anchor;
|
290
295
|
origin: "auto" | Anchor | "overlap";
|
291
296
|
transition: string | boolean | (vue.TransitionProps & {
|
292
|
-
component?: vue.Component
|
297
|
+
component?: vue.Component;
|
293
298
|
});
|
294
299
|
zIndex: string | number;
|
295
300
|
style: vue.StyleValue;
|
296
301
|
eager: boolean;
|
297
302
|
disabled: boolean;
|
298
303
|
modelValue: boolean;
|
299
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
300
|
-
updateLocation: (e?: Event
|
301
|
-
}
|
304
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
305
|
+
updateLocation: (e?: Event) => void;
|
306
|
+
});
|
302
307
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
303
308
|
activatorProps: Record<string, any>;
|
304
309
|
openOnHover: boolean;
|
@@ -376,19 +381,15 @@ declare const VSnackbar: {
|
|
376
381
|
$slots: Readonly<{
|
377
382
|
default?: ((arg: {
|
378
383
|
isActive: Ref<boolean>;
|
379
|
-
}) => vue.VNode
|
380
|
-
[key: string]: any;
|
381
|
-
}>[]) | undefined;
|
384
|
+
}) => vue.VNode[]) | undefined;
|
382
385
|
activator?: ((arg: {
|
383
386
|
isActive: boolean;
|
384
387
|
props: Record<string, any>;
|
385
388
|
targetRef: TemplateRef;
|
386
|
-
}) => vue.VNode
|
387
|
-
[key: string]: any;
|
388
|
-
}>[]) | undefined;
|
389
|
+
}) => vue.VNode[]) | undefined;
|
389
390
|
}>;
|
390
|
-
$root: vue.ComponentPublicInstance
|
391
|
-
$parent: vue.ComponentPublicInstance
|
391
|
+
$root: vue.ComponentPublicInstance | null;
|
392
|
+
$parent: vue.ComponentPublicInstance | null;
|
392
393
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
393
394
|
$el: any;
|
394
395
|
$options: vue.ComponentOptionsBase<{
|
@@ -396,16 +397,16 @@ declare const VSnackbar: {
|
|
396
397
|
location: Anchor;
|
397
398
|
origin: "auto" | Anchor | "overlap";
|
398
399
|
transition: string | boolean | (vue.TransitionProps & {
|
399
|
-
component?: vue.Component
|
400
|
+
component?: vue.Component;
|
400
401
|
});
|
401
402
|
zIndex: string | number;
|
402
403
|
style: vue.StyleValue;
|
403
404
|
eager: boolean;
|
404
405
|
disabled: boolean;
|
405
406
|
modelValue: boolean;
|
406
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
407
|
-
updateLocation: (e?: Event
|
408
|
-
}
|
407
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
408
|
+
updateLocation: (e?: Event) => void;
|
409
|
+
});
|
409
410
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
410
411
|
activatorProps: Record<string, any>;
|
411
412
|
openOnHover: boolean;
|
@@ -492,16 +493,16 @@ declare const VSnackbar: {
|
|
492
493
|
location: Anchor;
|
493
494
|
origin: "auto" | Anchor | "overlap";
|
494
495
|
transition: string | boolean | (vue.TransitionProps & {
|
495
|
-
component?: vue.Component
|
496
|
+
component?: vue.Component;
|
496
497
|
});
|
497
498
|
zIndex: string | number;
|
498
499
|
style: vue.StyleValue;
|
499
500
|
eager: boolean;
|
500
501
|
disabled: boolean;
|
501
502
|
modelValue: boolean;
|
502
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
503
|
-
updateLocation: (e?: Event
|
504
|
-
}
|
503
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
504
|
+
updateLocation: (e?: Event) => void;
|
505
|
+
});
|
505
506
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
506
507
|
activatorProps: Record<string, any>;
|
507
508
|
openOnClick: boolean;
|
@@ -517,51 +518,47 @@ declare const VSnackbar: {
|
|
517
518
|
}, {}, string, vue.SlotsType<Partial<{
|
518
519
|
default: (arg: {
|
519
520
|
isActive: Ref<boolean>;
|
520
|
-
}) => vue.VNode
|
521
|
-
[key: string]: any;
|
522
|
-
}>[];
|
521
|
+
}) => vue.VNode[];
|
523
522
|
activator: (arg: {
|
524
523
|
isActive: boolean;
|
525
524
|
props: Record<string, any>;
|
526
525
|
targetRef: TemplateRef;
|
527
|
-
}) => vue.VNode
|
528
|
-
[key: string]: any;
|
529
|
-
}>[];
|
526
|
+
}) => vue.VNode[];
|
530
527
|
}>>> & {
|
531
|
-
beforeCreate?: ((
|
532
|
-
created?: ((
|
533
|
-
beforeMount?: ((
|
534
|
-
mounted?: ((
|
535
|
-
beforeUpdate?: ((
|
536
|
-
updated?: ((
|
537
|
-
activated?: ((
|
538
|
-
deactivated?: ((
|
539
|
-
beforeDestroy?: ((
|
540
|
-
beforeUnmount?: ((
|
541
|
-
destroyed?: ((
|
542
|
-
unmounted?: ((
|
543
|
-
renderTracked?: ((
|
544
|
-
renderTriggered?: ((
|
545
|
-
errorCaptured?: ((
|
528
|
+
beforeCreate?: (() => void) | (() => void)[];
|
529
|
+
created?: (() => void) | (() => void)[];
|
530
|
+
beforeMount?: (() => void) | (() => void)[];
|
531
|
+
mounted?: (() => void) | (() => void)[];
|
532
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
533
|
+
updated?: (() => void) | (() => void)[];
|
534
|
+
activated?: (() => void) | (() => void)[];
|
535
|
+
deactivated?: (() => void) | (() => void)[];
|
536
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
537
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
538
|
+
destroyed?: (() => void) | (() => void)[];
|
539
|
+
unmounted?: (() => void) | (() => void)[];
|
540
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
541
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
542
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
546
543
|
};
|
547
544
|
$forceUpdate: () => void;
|
548
545
|
$nextTick: typeof nextTick;
|
549
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
546
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
550
547
|
} & Omit<{
|
551
548
|
absolute: boolean;
|
552
549
|
location: Anchor;
|
553
550
|
origin: "auto" | Anchor | "overlap";
|
554
551
|
transition: string | boolean | (vue.TransitionProps & {
|
555
|
-
component?: vue.Component
|
552
|
+
component?: vue.Component;
|
556
553
|
});
|
557
554
|
zIndex: string | number;
|
558
555
|
style: vue.StyleValue;
|
559
556
|
eager: boolean;
|
560
557
|
disabled: boolean;
|
561
558
|
modelValue: boolean;
|
562
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
563
|
-
updateLocation: (e?: Event
|
564
|
-
}
|
559
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
560
|
+
updateLocation: (e?: Event) => void;
|
561
|
+
});
|
565
562
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
566
563
|
activatorProps: Record<string, any>;
|
567
564
|
openOnHover: boolean;
|
@@ -638,16 +635,16 @@ declare const VSnackbar: {
|
|
638
635
|
globalTop: Readonly<Ref<boolean>>;
|
639
636
|
localTop: vue.ComputedRef<boolean>;
|
640
637
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
641
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
642
|
-
'update:modelValue': (v: boolean) =>
|
638
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
639
|
+
'update:modelValue': (v: boolean) => true;
|
643
640
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
644
641
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
645
642
|
absolute: boolean;
|
646
643
|
location: Anchor;
|
647
644
|
origin: "auto" | Anchor | "overlap";
|
648
|
-
transition:
|
649
|
-
component?: vue.Component
|
650
|
-
})
|
645
|
+
transition: string | boolean | (vue.TransitionProps & {
|
646
|
+
component?: vue.Component;
|
647
|
+
});
|
651
648
|
zIndex: string | number;
|
652
649
|
style: vue.StyleValue;
|
653
650
|
eager: boolean;
|
@@ -656,9 +653,9 @@ declare const VSnackbar: {
|
|
656
653
|
vertical: boolean;
|
657
654
|
modelValue: boolean;
|
658
655
|
tile: boolean;
|
659
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
660
|
-
updateLocation: (e?: Event
|
661
|
-
}
|
656
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
657
|
+
updateLocation: (e?: Event) => void;
|
658
|
+
});
|
662
659
|
activatorProps: Record<string, any>;
|
663
660
|
openOnHover: boolean;
|
664
661
|
closeOnContentClick: boolean;
|
@@ -730,9 +727,9 @@ declare const VSnackbar: {
|
|
730
727
|
absolute: boolean;
|
731
728
|
location: Anchor;
|
732
729
|
origin: "auto" | Anchor | "overlap";
|
733
|
-
transition:
|
734
|
-
component?: vue.Component
|
735
|
-
})
|
730
|
+
transition: string | boolean | (vue.TransitionProps & {
|
731
|
+
component?: vue.Component;
|
732
|
+
});
|
736
733
|
zIndex: string | number;
|
737
734
|
style: vue.StyleValue;
|
738
735
|
eager: boolean;
|
@@ -742,9 +739,9 @@ declare const VSnackbar: {
|
|
742
739
|
modelValue: boolean;
|
743
740
|
rounded: string | number | boolean;
|
744
741
|
tile: boolean;
|
745
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
746
|
-
updateLocation: (e?: Event
|
747
|
-
}
|
742
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
743
|
+
updateLocation: (e?: Event) => void;
|
744
|
+
});
|
748
745
|
activatorProps: Record<string, any>;
|
749
746
|
openOnClick: boolean;
|
750
747
|
openOnHover: boolean;
|
@@ -757,20 +754,12 @@ declare const VSnackbar: {
|
|
757
754
|
activator: (arg: {
|
758
755
|
isActive: boolean;
|
759
756
|
props: Record<string, any>;
|
760
|
-
}) => vue.VNode
|
761
|
-
|
762
|
-
}>[];
|
763
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
764
|
-
[key: string]: any;
|
765
|
-
}>[];
|
757
|
+
}) => vue.VNode[];
|
758
|
+
default: () => vue.VNode[];
|
766
759
|
actions: (arg: {
|
767
760
|
isActive: Ref<boolean>;
|
768
|
-
}) => vue.VNode
|
769
|
-
|
770
|
-
}>[];
|
771
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
772
|
-
[key: string]: any;
|
773
|
-
}>[];
|
761
|
+
}) => vue.VNode[];
|
762
|
+
text: () => vue.VNode[];
|
774
763
|
}>>, {
|
775
764
|
P: {};
|
776
765
|
B: {};
|
@@ -783,9 +772,9 @@ declare const VSnackbar: {
|
|
783
772
|
absolute: boolean;
|
784
773
|
location: Anchor;
|
785
774
|
origin: "auto" | Anchor | "overlap";
|
786
|
-
transition:
|
787
|
-
component?: vue.Component
|
788
|
-
})
|
775
|
+
transition: string | boolean | (vue.TransitionProps & {
|
776
|
+
component?: vue.Component;
|
777
|
+
});
|
789
778
|
zIndex: string | number;
|
790
779
|
style: vue.StyleValue;
|
791
780
|
eager: boolean;
|
@@ -794,9 +783,9 @@ declare const VSnackbar: {
|
|
794
783
|
vertical: boolean;
|
795
784
|
modelValue: boolean;
|
796
785
|
tile: boolean;
|
797
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
798
|
-
updateLocation: (e?: Event
|
799
|
-
}
|
786
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
787
|
+
updateLocation: (e?: Event) => void;
|
788
|
+
});
|
800
789
|
activatorProps: Record<string, any>;
|
801
790
|
openOnHover: boolean;
|
802
791
|
closeOnContentClick: boolean;
|
@@ -871,16 +860,16 @@ declare const VSnackbar: {
|
|
871
860
|
location: Anchor;
|
872
861
|
origin: "auto" | Anchor | "overlap";
|
873
862
|
transition: string | boolean | (vue.TransitionProps & {
|
874
|
-
component?: vue.Component
|
863
|
+
component?: vue.Component;
|
875
864
|
});
|
876
865
|
zIndex: string | number;
|
877
866
|
style: vue.StyleValue;
|
878
867
|
eager: boolean;
|
879
868
|
disabled: boolean;
|
880
869
|
modelValue: boolean;
|
881
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
882
|
-
updateLocation: (e?: Event
|
883
|
-
}
|
870
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
871
|
+
updateLocation: (e?: Event) => void;
|
872
|
+
});
|
884
873
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
885
874
|
activatorProps: Record<string, any>;
|
886
875
|
openOnClick: boolean;
|
@@ -898,16 +887,16 @@ declare const VSnackbar: {
|
|
898
887
|
location: Anchor;
|
899
888
|
origin: "auto" | Anchor | "overlap";
|
900
889
|
transition: string | boolean | (vue.TransitionProps & {
|
901
|
-
component?: vue.Component
|
890
|
+
component?: vue.Component;
|
902
891
|
});
|
903
892
|
zIndex: string | number;
|
904
893
|
style: vue.StyleValue;
|
905
894
|
eager: boolean;
|
906
895
|
disabled: boolean;
|
907
896
|
modelValue: boolean;
|
908
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
909
|
-
updateLocation: (e?: Event
|
910
|
-
}
|
897
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
898
|
+
updateLocation: (e?: Event) => void;
|
899
|
+
});
|
911
900
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
912
901
|
activatorProps: Record<string, any>;
|
913
902
|
openOnHover: boolean;
|
@@ -976,16 +965,16 @@ declare const VSnackbar: {
|
|
976
965
|
location: Anchor;
|
977
966
|
origin: "auto" | Anchor | "overlap";
|
978
967
|
transition: string | boolean | (vue.TransitionProps & {
|
979
|
-
component?: vue.Component
|
968
|
+
component?: vue.Component;
|
980
969
|
});
|
981
970
|
zIndex: string | number;
|
982
971
|
style: vue.StyleValue;
|
983
972
|
eager: boolean;
|
984
973
|
disabled: boolean;
|
985
974
|
modelValue: boolean;
|
986
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
987
|
-
updateLocation: (e?: Event
|
988
|
-
}
|
975
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
976
|
+
updateLocation: (e?: Event) => void;
|
977
|
+
});
|
989
978
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
990
979
|
activatorProps: Record<string, any>;
|
991
980
|
openOnHover: boolean;
|
@@ -1063,19 +1052,15 @@ declare const VSnackbar: {
|
|
1063
1052
|
$slots: Readonly<{
|
1064
1053
|
default?: ((arg: {
|
1065
1054
|
isActive: Ref<boolean>;
|
1066
|
-
}) => vue.VNode
|
1067
|
-
[key: string]: any;
|
1068
|
-
}>[]) | undefined;
|
1055
|
+
}) => vue.VNode[]) | undefined;
|
1069
1056
|
activator?: ((arg: {
|
1070
1057
|
isActive: boolean;
|
1071
1058
|
props: Record<string, any>;
|
1072
1059
|
targetRef: TemplateRef;
|
1073
|
-
}) => vue.VNode
|
1074
|
-
[key: string]: any;
|
1075
|
-
}>[]) | undefined;
|
1060
|
+
}) => vue.VNode[]) | undefined;
|
1076
1061
|
}>;
|
1077
|
-
$root: vue.ComponentPublicInstance
|
1078
|
-
$parent: vue.ComponentPublicInstance
|
1062
|
+
$root: vue.ComponentPublicInstance | null;
|
1063
|
+
$parent: vue.ComponentPublicInstance | null;
|
1079
1064
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1080
1065
|
$el: any;
|
1081
1066
|
$options: vue.ComponentOptionsBase<{
|
@@ -1083,16 +1068,16 @@ declare const VSnackbar: {
|
|
1083
1068
|
location: Anchor;
|
1084
1069
|
origin: "auto" | Anchor | "overlap";
|
1085
1070
|
transition: string | boolean | (vue.TransitionProps & {
|
1086
|
-
component?: vue.Component
|
1071
|
+
component?: vue.Component;
|
1087
1072
|
});
|
1088
1073
|
zIndex: string | number;
|
1089
1074
|
style: vue.StyleValue;
|
1090
1075
|
eager: boolean;
|
1091
1076
|
disabled: boolean;
|
1092
1077
|
modelValue: boolean;
|
1093
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1094
|
-
updateLocation: (e?: Event
|
1095
|
-
}
|
1078
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1079
|
+
updateLocation: (e?: Event) => void;
|
1080
|
+
});
|
1096
1081
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1097
1082
|
activatorProps: Record<string, any>;
|
1098
1083
|
openOnHover: boolean;
|
@@ -1179,16 +1164,16 @@ declare const VSnackbar: {
|
|
1179
1164
|
location: Anchor;
|
1180
1165
|
origin: "auto" | Anchor | "overlap";
|
1181
1166
|
transition: string | boolean | (vue.TransitionProps & {
|
1182
|
-
component?: vue.Component
|
1167
|
+
component?: vue.Component;
|
1183
1168
|
});
|
1184
1169
|
zIndex: string | number;
|
1185
1170
|
style: vue.StyleValue;
|
1186
1171
|
eager: boolean;
|
1187
1172
|
disabled: boolean;
|
1188
1173
|
modelValue: boolean;
|
1189
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1190
|
-
updateLocation: (e?: Event
|
1191
|
-
}
|
1174
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1175
|
+
updateLocation: (e?: Event) => void;
|
1176
|
+
});
|
1192
1177
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1193
1178
|
activatorProps: Record<string, any>;
|
1194
1179
|
openOnClick: boolean;
|
@@ -1204,51 +1189,47 @@ declare const VSnackbar: {
|
|
1204
1189
|
}, {}, string, vue.SlotsType<Partial<{
|
1205
1190
|
default: (arg: {
|
1206
1191
|
isActive: Ref<boolean>;
|
1207
|
-
}) => vue.VNode
|
1208
|
-
[key: string]: any;
|
1209
|
-
}>[];
|
1192
|
+
}) => vue.VNode[];
|
1210
1193
|
activator: (arg: {
|
1211
1194
|
isActive: boolean;
|
1212
1195
|
props: Record<string, any>;
|
1213
1196
|
targetRef: TemplateRef;
|
1214
|
-
}) => vue.VNode
|
1215
|
-
[key: string]: any;
|
1216
|
-
}>[];
|
1197
|
+
}) => vue.VNode[];
|
1217
1198
|
}>>> & {
|
1218
|
-
beforeCreate?: ((
|
1219
|
-
created?: ((
|
1220
|
-
beforeMount?: ((
|
1221
|
-
mounted?: ((
|
1222
|
-
beforeUpdate?: ((
|
1223
|
-
updated?: ((
|
1224
|
-
activated?: ((
|
1225
|
-
deactivated?: ((
|
1226
|
-
beforeDestroy?: ((
|
1227
|
-
beforeUnmount?: ((
|
1228
|
-
destroyed?: ((
|
1229
|
-
unmounted?: ((
|
1230
|
-
renderTracked?: ((
|
1231
|
-
renderTriggered?: ((
|
1232
|
-
errorCaptured?: ((
|
1199
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1200
|
+
created?: (() => void) | (() => void)[];
|
1201
|
+
beforeMount?: (() => void) | (() => void)[];
|
1202
|
+
mounted?: (() => void) | (() => void)[];
|
1203
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1204
|
+
updated?: (() => void) | (() => void)[];
|
1205
|
+
activated?: (() => void) | (() => void)[];
|
1206
|
+
deactivated?: (() => void) | (() => void)[];
|
1207
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1208
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1209
|
+
destroyed?: (() => void) | (() => void)[];
|
1210
|
+
unmounted?: (() => void) | (() => void)[];
|
1211
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1212
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1213
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1233
1214
|
};
|
1234
1215
|
$forceUpdate: () => void;
|
1235
1216
|
$nextTick: typeof nextTick;
|
1236
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1217
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1237
1218
|
} & Omit<{
|
1238
1219
|
absolute: boolean;
|
1239
1220
|
location: Anchor;
|
1240
1221
|
origin: "auto" | Anchor | "overlap";
|
1241
1222
|
transition: string | boolean | (vue.TransitionProps & {
|
1242
|
-
component?: vue.Component
|
1223
|
+
component?: vue.Component;
|
1243
1224
|
});
|
1244
1225
|
zIndex: string | number;
|
1245
1226
|
style: vue.StyleValue;
|
1246
1227
|
eager: boolean;
|
1247
1228
|
disabled: boolean;
|
1248
1229
|
modelValue: boolean;
|
1249
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1250
|
-
updateLocation: (e?: Event
|
1251
|
-
}
|
1230
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1231
|
+
updateLocation: (e?: Event) => void;
|
1232
|
+
});
|
1252
1233
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1253
1234
|
activatorProps: Record<string, any>;
|
1254
1235
|
openOnHover: boolean;
|
@@ -1325,14 +1306,14 @@ declare const VSnackbar: {
|
|
1325
1306
|
globalTop: Readonly<Ref<boolean>>;
|
1326
1307
|
localTop: vue.ComputedRef<boolean>;
|
1327
1308
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1328
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1309
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1329
1310
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1330
1311
|
absolute: boolean;
|
1331
1312
|
location: Anchor;
|
1332
1313
|
origin: "auto" | Anchor | "overlap";
|
1333
|
-
transition:
|
1334
|
-
component?: vue.Component
|
1335
|
-
})
|
1314
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1315
|
+
component?: vue.Component;
|
1316
|
+
});
|
1336
1317
|
zIndex: string | number;
|
1337
1318
|
style: vue.StyleValue;
|
1338
1319
|
eager: boolean;
|
@@ -1342,9 +1323,9 @@ declare const VSnackbar: {
|
|
1342
1323
|
modelValue: boolean;
|
1343
1324
|
rounded: string | number | boolean;
|
1344
1325
|
tile: boolean;
|
1345
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1346
|
-
updateLocation: (e?: Event
|
1347
|
-
}
|
1326
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1327
|
+
updateLocation: (e?: Event) => void;
|
1328
|
+
});
|
1348
1329
|
activatorProps: Record<string, any>;
|
1349
1330
|
openOnClick: boolean;
|
1350
1331
|
openOnHover: boolean;
|
@@ -1354,17 +1335,17 @@ declare const VSnackbar: {
|
|
1354
1335
|
contained: boolean;
|
1355
1336
|
multiLine: boolean;
|
1356
1337
|
}>;
|
1357
|
-
__isFragment?:
|
1358
|
-
__isTeleport?:
|
1359
|
-
__isSuspense?:
|
1338
|
+
__isFragment?: never;
|
1339
|
+
__isTeleport?: never;
|
1340
|
+
__isSuspense?: never;
|
1360
1341
|
} & vue.ComponentOptionsBase<{
|
1361
1342
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1362
1343
|
absolute: boolean;
|
1363
1344
|
location: Anchor;
|
1364
1345
|
origin: "auto" | Anchor | "overlap";
|
1365
|
-
transition:
|
1366
|
-
component?: vue.Component
|
1367
|
-
})
|
1346
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1347
|
+
component?: vue.Component;
|
1348
|
+
});
|
1368
1349
|
zIndex: string | number;
|
1369
1350
|
style: vue.StyleValue;
|
1370
1351
|
eager: boolean;
|
@@ -1373,9 +1354,9 @@ declare const VSnackbar: {
|
|
1373
1354
|
vertical: boolean;
|
1374
1355
|
modelValue: boolean;
|
1375
1356
|
tile: boolean;
|
1376
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1377
|
-
updateLocation: (e?: Event
|
1378
|
-
}
|
1357
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1358
|
+
updateLocation: (e?: Event) => void;
|
1359
|
+
});
|
1379
1360
|
activatorProps: Record<string, any>;
|
1380
1361
|
openOnHover: boolean;
|
1381
1362
|
closeOnContentClick: boolean;
|
@@ -1450,16 +1431,16 @@ declare const VSnackbar: {
|
|
1450
1431
|
location: Anchor;
|
1451
1432
|
origin: "auto" | Anchor | "overlap";
|
1452
1433
|
transition: string | boolean | (vue.TransitionProps & {
|
1453
|
-
component?: vue.Component
|
1434
|
+
component?: vue.Component;
|
1454
1435
|
});
|
1455
1436
|
zIndex: string | number;
|
1456
1437
|
style: vue.StyleValue;
|
1457
1438
|
eager: boolean;
|
1458
1439
|
disabled: boolean;
|
1459
1440
|
modelValue: boolean;
|
1460
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1461
|
-
updateLocation: (e?: Event
|
1462
|
-
}
|
1441
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1442
|
+
updateLocation: (e?: Event) => void;
|
1443
|
+
});
|
1463
1444
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1464
1445
|
activatorProps: Record<string, any>;
|
1465
1446
|
openOnClick: boolean;
|
@@ -1477,16 +1458,16 @@ declare const VSnackbar: {
|
|
1477
1458
|
location: Anchor;
|
1478
1459
|
origin: "auto" | Anchor | "overlap";
|
1479
1460
|
transition: string | boolean | (vue.TransitionProps & {
|
1480
|
-
component?: vue.Component
|
1461
|
+
component?: vue.Component;
|
1481
1462
|
});
|
1482
1463
|
zIndex: string | number;
|
1483
1464
|
style: vue.StyleValue;
|
1484
1465
|
eager: boolean;
|
1485
1466
|
disabled: boolean;
|
1486
1467
|
modelValue: boolean;
|
1487
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1488
|
-
updateLocation: (e?: Event
|
1489
|
-
}
|
1468
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1469
|
+
updateLocation: (e?: Event) => void;
|
1470
|
+
});
|
1490
1471
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1491
1472
|
activatorProps: Record<string, any>;
|
1492
1473
|
openOnHover: boolean;
|
@@ -1555,16 +1536,16 @@ declare const VSnackbar: {
|
|
1555
1536
|
location: Anchor;
|
1556
1537
|
origin: "auto" | Anchor | "overlap";
|
1557
1538
|
transition: string | boolean | (vue.TransitionProps & {
|
1558
|
-
component?: vue.Component
|
1539
|
+
component?: vue.Component;
|
1559
1540
|
});
|
1560
1541
|
zIndex: string | number;
|
1561
1542
|
style: vue.StyleValue;
|
1562
1543
|
eager: boolean;
|
1563
1544
|
disabled: boolean;
|
1564
1545
|
modelValue: boolean;
|
1565
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1566
|
-
updateLocation: (e?: Event
|
1567
|
-
}
|
1546
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1547
|
+
updateLocation: (e?: Event) => void;
|
1548
|
+
});
|
1568
1549
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1569
1550
|
activatorProps: Record<string, any>;
|
1570
1551
|
openOnHover: boolean;
|
@@ -1642,19 +1623,15 @@ declare const VSnackbar: {
|
|
1642
1623
|
$slots: Readonly<{
|
1643
1624
|
default?: ((arg: {
|
1644
1625
|
isActive: Ref<boolean>;
|
1645
|
-
}) => vue.VNode
|
1646
|
-
[key: string]: any;
|
1647
|
-
}>[]) | undefined;
|
1626
|
+
}) => vue.VNode[]) | undefined;
|
1648
1627
|
activator?: ((arg: {
|
1649
1628
|
isActive: boolean;
|
1650
1629
|
props: Record<string, any>;
|
1651
1630
|
targetRef: TemplateRef;
|
1652
|
-
}) => vue.VNode
|
1653
|
-
[key: string]: any;
|
1654
|
-
}>[]) | undefined;
|
1631
|
+
}) => vue.VNode[]) | undefined;
|
1655
1632
|
}>;
|
1656
|
-
$root: vue.ComponentPublicInstance
|
1657
|
-
$parent: vue.ComponentPublicInstance
|
1633
|
+
$root: vue.ComponentPublicInstance | null;
|
1634
|
+
$parent: vue.ComponentPublicInstance | null;
|
1658
1635
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1659
1636
|
$el: any;
|
1660
1637
|
$options: vue.ComponentOptionsBase<{
|
@@ -1662,16 +1639,16 @@ declare const VSnackbar: {
|
|
1662
1639
|
location: Anchor;
|
1663
1640
|
origin: "auto" | Anchor | "overlap";
|
1664
1641
|
transition: string | boolean | (vue.TransitionProps & {
|
1665
|
-
component?: vue.Component
|
1642
|
+
component?: vue.Component;
|
1666
1643
|
});
|
1667
1644
|
zIndex: string | number;
|
1668
1645
|
style: vue.StyleValue;
|
1669
1646
|
eager: boolean;
|
1670
1647
|
disabled: boolean;
|
1671
1648
|
modelValue: boolean;
|
1672
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1673
|
-
updateLocation: (e?: Event
|
1674
|
-
}
|
1649
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1650
|
+
updateLocation: (e?: Event) => void;
|
1651
|
+
});
|
1675
1652
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1676
1653
|
activatorProps: Record<string, any>;
|
1677
1654
|
openOnHover: boolean;
|
@@ -1758,16 +1735,16 @@ declare const VSnackbar: {
|
|
1758
1735
|
location: Anchor;
|
1759
1736
|
origin: "auto" | Anchor | "overlap";
|
1760
1737
|
transition: string | boolean | (vue.TransitionProps & {
|
1761
|
-
component?: vue.Component
|
1738
|
+
component?: vue.Component;
|
1762
1739
|
});
|
1763
1740
|
zIndex: string | number;
|
1764
1741
|
style: vue.StyleValue;
|
1765
1742
|
eager: boolean;
|
1766
1743
|
disabled: boolean;
|
1767
1744
|
modelValue: boolean;
|
1768
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1769
|
-
updateLocation: (e?: Event
|
1770
|
-
}
|
1745
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1746
|
+
updateLocation: (e?: Event) => void;
|
1747
|
+
});
|
1771
1748
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1772
1749
|
activatorProps: Record<string, any>;
|
1773
1750
|
openOnClick: boolean;
|
@@ -1783,51 +1760,47 @@ declare const VSnackbar: {
|
|
1783
1760
|
}, {}, string, vue.SlotsType<Partial<{
|
1784
1761
|
default: (arg: {
|
1785
1762
|
isActive: Ref<boolean>;
|
1786
|
-
}) => vue.VNode
|
1787
|
-
[key: string]: any;
|
1788
|
-
}>[];
|
1763
|
+
}) => vue.VNode[];
|
1789
1764
|
activator: (arg: {
|
1790
1765
|
isActive: boolean;
|
1791
1766
|
props: Record<string, any>;
|
1792
1767
|
targetRef: TemplateRef;
|
1793
|
-
}) => vue.VNode
|
1794
|
-
[key: string]: any;
|
1795
|
-
}>[];
|
1768
|
+
}) => vue.VNode[];
|
1796
1769
|
}>>> & {
|
1797
|
-
beforeCreate?: ((
|
1798
|
-
created?: ((
|
1799
|
-
beforeMount?: ((
|
1800
|
-
mounted?: ((
|
1801
|
-
beforeUpdate?: ((
|
1802
|
-
updated?: ((
|
1803
|
-
activated?: ((
|
1804
|
-
deactivated?: ((
|
1805
|
-
beforeDestroy?: ((
|
1806
|
-
beforeUnmount?: ((
|
1807
|
-
destroyed?: ((
|
1808
|
-
unmounted?: ((
|
1809
|
-
renderTracked?: ((
|
1810
|
-
renderTriggered?: ((
|
1811
|
-
errorCaptured?: ((
|
1770
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1771
|
+
created?: (() => void) | (() => void)[];
|
1772
|
+
beforeMount?: (() => void) | (() => void)[];
|
1773
|
+
mounted?: (() => void) | (() => void)[];
|
1774
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1775
|
+
updated?: (() => void) | (() => void)[];
|
1776
|
+
activated?: (() => void) | (() => void)[];
|
1777
|
+
deactivated?: (() => void) | (() => void)[];
|
1778
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1779
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1780
|
+
destroyed?: (() => void) | (() => void)[];
|
1781
|
+
unmounted?: (() => void) | (() => void)[];
|
1782
|
+
renderTracked?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1783
|
+
renderTriggered?: ((e: vue.DebuggerEvent) => void) | ((e: vue.DebuggerEvent) => void)[];
|
1784
|
+
errorCaptured?: ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: vue.ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1812
1785
|
};
|
1813
1786
|
$forceUpdate: () => void;
|
1814
1787
|
$nextTick: typeof nextTick;
|
1815
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (
|
1788
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R]) => any : (...args: any) => any, options?: vue.WatchOptions): vue.WatchStopHandle;
|
1816
1789
|
} & Omit<{
|
1817
1790
|
absolute: boolean;
|
1818
1791
|
location: Anchor;
|
1819
1792
|
origin: "auto" | Anchor | "overlap";
|
1820
1793
|
transition: string | boolean | (vue.TransitionProps & {
|
1821
|
-
component?: vue.Component
|
1794
|
+
component?: vue.Component;
|
1822
1795
|
});
|
1823
1796
|
zIndex: string | number;
|
1824
1797
|
style: vue.StyleValue;
|
1825
1798
|
eager: boolean;
|
1826
1799
|
disabled: boolean;
|
1827
1800
|
modelValue: boolean;
|
1828
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1829
|
-
updateLocation: (e?: Event
|
1830
|
-
}
|
1801
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1802
|
+
updateLocation: (e?: Event) => void;
|
1803
|
+
});
|
1831
1804
|
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1832
1805
|
activatorProps: Record<string, any>;
|
1833
1806
|
openOnHover: boolean;
|
@@ -1904,16 +1877,16 @@ declare const VSnackbar: {
|
|
1904
1877
|
globalTop: Readonly<Ref<boolean>>;
|
1905
1878
|
localTop: vue.ComputedRef<boolean>;
|
1906
1879
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1907
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-
|
1908
|
-
'update:modelValue': (v: boolean) =>
|
1880
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "theme" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1881
|
+
'update:modelValue': (v: boolean) => true;
|
1909
1882
|
}, string, {
|
1910
1883
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1911
1884
|
absolute: boolean;
|
1912
1885
|
location: Anchor;
|
1913
1886
|
origin: "auto" | Anchor | "overlap";
|
1914
|
-
transition:
|
1915
|
-
component?: vue.Component
|
1916
|
-
})
|
1887
|
+
transition: string | boolean | (vue.TransitionProps & {
|
1888
|
+
component?: vue.Component;
|
1889
|
+
});
|
1917
1890
|
zIndex: string | number;
|
1918
1891
|
style: vue.StyleValue;
|
1919
1892
|
eager: boolean;
|
@@ -1923,9 +1896,9 @@ declare const VSnackbar: {
|
|
1923
1896
|
modelValue: boolean;
|
1924
1897
|
rounded: string | number | boolean;
|
1925
1898
|
tile: boolean;
|
1926
|
-
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1927
|
-
updateLocation: (e?: Event
|
1928
|
-
}
|
1899
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1900
|
+
updateLocation: (e?: Event) => void;
|
1901
|
+
});
|
1929
1902
|
activatorProps: Record<string, any>;
|
1930
1903
|
openOnClick: boolean;
|
1931
1904
|
openOnHover: boolean;
|
@@ -1938,29 +1911,21 @@ declare const VSnackbar: {
|
|
1938
1911
|
activator: (arg: {
|
1939
1912
|
isActive: boolean;
|
1940
1913
|
props: Record<string, any>;
|
1941
|
-
}) => vue.VNode
|
1942
|
-
|
1943
|
-
}>[];
|
1944
|
-
default: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1945
|
-
[key: string]: any;
|
1946
|
-
}>[];
|
1914
|
+
}) => vue.VNode[];
|
1915
|
+
default: () => vue.VNode[];
|
1947
1916
|
actions: (arg: {
|
1948
1917
|
isActive: Ref<boolean>;
|
1949
|
-
}) => vue.VNode
|
1950
|
-
|
1951
|
-
}>[];
|
1952
|
-
text: () => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
1953
|
-
[key: string]: any;
|
1954
|
-
}>[];
|
1918
|
+
}) => vue.VNode[];
|
1919
|
+
text: () => vue.VNode[];
|
1955
1920
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1956
|
-
offset: vue.PropType<
|
1921
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
1957
1922
|
absolute: BooleanConstructor;
|
1958
1923
|
location: {
|
1959
|
-
type: vue.PropType<
|
1924
|
+
type: vue.PropType<StrategyProps["location"]>;
|
1960
1925
|
default: string;
|
1961
1926
|
};
|
1962
1927
|
origin: {
|
1963
|
-
type: vue.PropType<"
|
1928
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
1964
1929
|
default: string;
|
1965
1930
|
};
|
1966
1931
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -1972,16 +1937,16 @@ declare const VSnackbar: {
|
|
1972
1937
|
opacity: (StringConstructor | NumberConstructor)[];
|
1973
1938
|
transition: Omit<{
|
1974
1939
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1975
|
-
component?: vue.Component
|
1940
|
+
component?: vue.Component;
|
1976
1941
|
})>;
|
1977
1942
|
default: string;
|
1978
1943
|
validator: (val: unknown) => boolean;
|
1979
1944
|
}, "type" | "default"> & {
|
1980
|
-
type: vue.PropType<
|
1981
|
-
component?: vue.Component
|
1982
|
-
})
|
1945
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1946
|
+
component?: vue.Component;
|
1947
|
+
})>;
|
1983
1948
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
1984
|
-
component?: vue.Component
|
1949
|
+
component?: vue.Component;
|
1985
1950
|
})>;
|
1986
1951
|
};
|
1987
1952
|
zIndex: {
|
@@ -1995,15 +1960,13 @@ declare const VSnackbar: {
|
|
1995
1960
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
1996
1961
|
eager: BooleanConstructor;
|
1997
1962
|
disabled: BooleanConstructor;
|
1998
|
-
class: vue.PropType<
|
1963
|
+
class: vue.PropType<ClassValue>;
|
1999
1964
|
theme: StringConstructor;
|
2000
1965
|
modelValue: BooleanConstructor;
|
2001
1966
|
contentClass: null;
|
2002
1967
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2003
1968
|
locationStrategy: {
|
2004
|
-
type: vue.PropType<"
|
2005
|
-
updateLocation: (e?: Event | undefined) => void;
|
2006
|
-
} | undefined)>;
|
1969
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2007
1970
|
default: string;
|
2008
1971
|
validator: (val: any) => boolean;
|
2009
1972
|
};
|
@@ -2029,10 +1992,10 @@ declare const VSnackbar: {
|
|
2029
1992
|
};
|
2030
1993
|
contained: BooleanConstructor;
|
2031
1994
|
contentProps: null;
|
2032
|
-
attach: vue.PropType<
|
1995
|
+
attach: vue.PropType<boolean | string | Element>;
|
2033
1996
|
color: StringConstructor;
|
2034
1997
|
variant: {
|
2035
|
-
type: vue.PropType<
|
1998
|
+
type: vue.PropType<Variant>;
|
2036
1999
|
default: string;
|
2037
2000
|
validator: (v: any) => boolean;
|
2038
2001
|
};
|
@@ -2054,14 +2017,14 @@ declare const VSnackbar: {
|
|
2054
2017
|
};
|
2055
2018
|
vertical: BooleanConstructor;
|
2056
2019
|
}, vue.ExtractPropTypes<{
|
2057
|
-
offset: vue.PropType<
|
2020
|
+
offset: vue.PropType<StrategyProps["offset"]>;
|
2058
2021
|
absolute: BooleanConstructor;
|
2059
2022
|
location: {
|
2060
|
-
type: vue.PropType<
|
2023
|
+
type: vue.PropType<StrategyProps["location"]>;
|
2061
2024
|
default: string;
|
2062
2025
|
};
|
2063
2026
|
origin: {
|
2064
|
-
type: vue.PropType<"
|
2027
|
+
type: vue.PropType<StrategyProps["origin"]>;
|
2065
2028
|
default: string;
|
2066
2029
|
};
|
2067
2030
|
height: (StringConstructor | NumberConstructor)[];
|
@@ -2073,16 +2036,16 @@ declare const VSnackbar: {
|
|
2073
2036
|
opacity: (StringConstructor | NumberConstructor)[];
|
2074
2037
|
transition: Omit<{
|
2075
2038
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2076
|
-
component?: vue.Component
|
2039
|
+
component?: vue.Component;
|
2077
2040
|
})>;
|
2078
2041
|
default: string;
|
2079
2042
|
validator: (val: unknown) => boolean;
|
2080
2043
|
}, "type" | "default"> & {
|
2081
|
-
type: vue.PropType<
|
2082
|
-
component?: vue.Component
|
2083
|
-
})
|
2044
|
+
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2045
|
+
component?: vue.Component;
|
2046
|
+
})>;
|
2084
2047
|
default: NonNullable<string | boolean | (vue.TransitionProps & {
|
2085
|
-
component?: vue.Component
|
2048
|
+
component?: vue.Component;
|
2086
2049
|
})>;
|
2087
2050
|
};
|
2088
2051
|
zIndex: {
|
@@ -2096,15 +2059,13 @@ declare const VSnackbar: {
|
|
2096
2059
|
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2097
2060
|
eager: BooleanConstructor;
|
2098
2061
|
disabled: BooleanConstructor;
|
2099
|
-
class: vue.PropType<
|
2062
|
+
class: vue.PropType<ClassValue>;
|
2100
2063
|
theme: StringConstructor;
|
2101
2064
|
modelValue: BooleanConstructor;
|
2102
2065
|
contentClass: null;
|
2103
2066
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2104
2067
|
locationStrategy: {
|
2105
|
-
type: vue.PropType<"
|
2106
|
-
updateLocation: (e?: Event | undefined) => void;
|
2107
|
-
} | undefined)>;
|
2068
|
+
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2108
2069
|
default: string;
|
2109
2070
|
validator: (val: any) => boolean;
|
2110
2071
|
};
|
@@ -2130,10 +2091,10 @@ declare const VSnackbar: {
|
|
2130
2091
|
};
|
2131
2092
|
contained: BooleanConstructor;
|
2132
2093
|
contentProps: null;
|
2133
|
-
attach: vue.PropType<
|
2094
|
+
attach: vue.PropType<boolean | string | Element>;
|
2134
2095
|
color: StringConstructor;
|
2135
2096
|
variant: {
|
2136
|
-
type: vue.PropType<
|
2097
|
+
type: vue.PropType<Variant>;
|
2137
2098
|
default: string;
|
2138
2099
|
validator: (v: any) => boolean;
|
2139
2100
|
};
|