@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-04
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/importMap-labs.json +12 -12
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2738 -2738
- package/dist/vuetify-labs.d.ts +999 -999
- package/dist/vuetify-labs.esm.js +11 -27
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -27
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +2700 -2700
- package/dist/vuetify.d.ts +853 -853
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/components/VAlert/index.d.mts +10 -10
- package/lib/components/VAppBar/index.d.mts +18 -18
- package/lib/components/VAutocomplete/index.d.mts +109 -109
- package/lib/components/VAvatar/index.d.mts +4 -4
- package/lib/components/VBadge/index.d.mts +4 -4
- package/lib/components/VBanner/index.d.mts +14 -14
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/index.d.mts +4 -4
- package/lib/components/VBtn/index.d.mts +14 -14
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/index.d.mts +14 -14
- package/lib/components/VCarousel/index.d.mts +13 -13
- package/lib/components/VCheckbox/index.d.mts +4 -4
- package/lib/components/VChip/index.d.mts +8 -8
- package/lib/components/VChipGroup/index.d.mts +4 -4
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +109 -109
- package/lib/components/VDataTable/index.d.mts +14 -14
- package/lib/components/VDatePicker/index.d.mts +12 -12
- package/lib/components/VDialog/index.d.mts +50 -50
- package/lib/components/VEmptyState/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +4 -4
- package/lib/components/VFab/index.d.mts +18 -18
- package/lib/components/VFileInput/index.d.mts +6 -6
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VIcon/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +2 -2
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/index.d.mts +23 -23
- package/lib/components/VMenu/index.d.mts +50 -50
- package/lib/components/VMessages/index.d.mts +8 -8
- package/lib/components/VNavigationDrawer/index.d.mts +18 -18
- package/lib/components/VOtpInput/index.d.mts +4 -4
- package/lib/components/VOverlay/index.d.mts +11 -11
- package/lib/components/VPagination/index.d.mts +4 -4
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadioGroup/index.d.mts +2 -2
- package/lib/components/VRangeSlider/index.d.mts +8 -8
- package/lib/components/VSelect/index.d.mts +109 -109
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlider/index.d.mts +8 -8
- package/lib/components/VSnackbar/index.d.mts +62 -62
- package/lib/components/VSpeedDial/index.d.mts +11 -11
- package/lib/components/VStepper/index.d.mts +12 -12
- package/lib/components/VSwitch/index.d.mts +2 -2
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +53 -53
- package/lib/components/VTextField/index.d.mts +13 -13
- package/lib/components/VTextarea/index.d.mts +10 -10
- package/lib/components/VTimeline/index.d.mts +4 -4
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +45 -45
- package/lib/components/VWindow/index.d.mts +6 -6
- package/lib/components/index.d.mts +810 -810
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +43 -43
- package/lib/labs/VDateInput/index.d.mts +12 -12
- package/lib/labs/VNumberInput/index.d.mts +67 -67
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
- package/lib/labs/VStepperVertical/index.d.mts +6 -6
- package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
- package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +26 -26
- package/lib/labs/VTimePicker/util.mjs +5 -0
- package/lib/labs/VTimePicker/util.mjs.map +1 -0
- package/lib/labs/VTreeview/index.d.mts +40 -40
- package/lib/labs/components.d.mts +256 -256
- package/package.json +6 -8
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
- package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
- package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
- package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
- package/lib/components/VDatePicker/util/index.mjs +0 -9
- package/lib/components/VDatePicker/util/index.mjs.map +0 -1
- package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
- package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
- package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
- package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
- package/lib/components/VDatePicker/util/pad.mjs +0 -21
- package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
- package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
- package/lib/services/goto/easing-patterns.mjs +0 -27
- package/lib/services/goto/easing-patterns.mjs.map +0 -1
- package/lib/services/goto/index.mjs +0 -73
- package/lib/services/goto/index.mjs.map +0 -1
- package/lib/services/goto/util.mjs +0 -39
- package/lib/services/goto/util.mjs.map +0 -1
@@ -136,7 +136,6 @@ declare const VSnackbar: {
|
|
136
136
|
timeout: string | number;
|
137
137
|
vertical: boolean;
|
138
138
|
modelValue: boolean;
|
139
|
-
tile: boolean;
|
140
139
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
141
140
|
updateLocation: (e?: Event) => void;
|
142
141
|
});
|
@@ -145,6 +144,7 @@ declare const VSnackbar: {
|
|
145
144
|
closeOnContentClick: boolean;
|
146
145
|
closeOnBack: boolean;
|
147
146
|
contained: boolean;
|
147
|
+
tile: boolean;
|
148
148
|
multiLine: boolean;
|
149
149
|
} & {
|
150
150
|
offset?: string | number | number[] | undefined;
|
@@ -156,17 +156,17 @@ declare const VSnackbar: {
|
|
156
156
|
minHeight?: string | number | undefined;
|
157
157
|
minWidth?: string | number | undefined;
|
158
158
|
opacity?: string | number | undefined;
|
159
|
-
position?: "fixed" | "absolute" | "
|
159
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
160
160
|
text?: string | undefined;
|
161
161
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
162
162
|
class?: any;
|
163
|
-
timer?: string | boolean | undefined;
|
164
163
|
theme?: string | undefined;
|
164
|
+
timer?: string | boolean | undefined;
|
165
165
|
rounded?: string | number | boolean | undefined;
|
166
166
|
contentClass?: any;
|
167
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
168
167
|
closeDelay?: string | number | undefined;
|
169
168
|
openDelay?: string | number | undefined;
|
169
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
170
170
|
openOnClick?: boolean | undefined;
|
171
171
|
openOnFocus?: boolean | undefined;
|
172
172
|
contentProps?: any;
|
@@ -220,6 +220,7 @@ declare const VSnackbar: {
|
|
220
220
|
style: vue.StyleValue;
|
221
221
|
eager: boolean;
|
222
222
|
disabled: boolean;
|
223
|
+
persistent: boolean;
|
223
224
|
modelValue: boolean;
|
224
225
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
225
226
|
updateLocation: (e?: Event) => void;
|
@@ -233,7 +234,6 @@ declare const VSnackbar: {
|
|
233
234
|
closeOnBack: boolean;
|
234
235
|
contained: boolean;
|
235
236
|
noClickAnimation: boolean;
|
236
|
-
persistent: boolean;
|
237
237
|
scrim: string | boolean;
|
238
238
|
_disableGlobalStack: boolean;
|
239
239
|
}> & Omit<{
|
@@ -247,6 +247,7 @@ declare const VSnackbar: {
|
|
247
247
|
style: vue.StyleValue;
|
248
248
|
eager: boolean;
|
249
249
|
disabled: boolean;
|
250
|
+
persistent: boolean;
|
250
251
|
modelValue: boolean;
|
251
252
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
252
253
|
updateLocation: (e?: Event) => void;
|
@@ -258,7 +259,6 @@ declare const VSnackbar: {
|
|
258
259
|
closeOnBack: boolean;
|
259
260
|
contained: boolean;
|
260
261
|
noClickAnimation: boolean;
|
261
|
-
persistent: boolean;
|
262
262
|
scrim: string | boolean;
|
263
263
|
_disableGlobalStack: boolean;
|
264
264
|
offset?: string | number | number[] | undefined;
|
@@ -273,9 +273,9 @@ declare const VSnackbar: {
|
|
273
273
|
class?: any;
|
274
274
|
theme?: string | undefined;
|
275
275
|
contentClass?: any;
|
276
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
277
276
|
closeDelay?: string | number | undefined;
|
278
277
|
openDelay?: string | number | undefined;
|
278
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
279
279
|
openOnClick?: boolean | undefined;
|
280
280
|
openOnFocus?: boolean | undefined;
|
281
281
|
contentProps?: any;
|
@@ -325,6 +325,7 @@ declare const VSnackbar: {
|
|
325
325
|
style: vue.StyleValue;
|
326
326
|
eager: boolean;
|
327
327
|
disabled: boolean;
|
328
|
+
persistent: boolean;
|
328
329
|
modelValue: boolean;
|
329
330
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
330
331
|
updateLocation: (e?: Event) => void;
|
@@ -336,7 +337,6 @@ declare const VSnackbar: {
|
|
336
337
|
closeOnBack: boolean;
|
337
338
|
contained: boolean;
|
338
339
|
noClickAnimation: boolean;
|
339
|
-
persistent: boolean;
|
340
340
|
scrim: string | boolean;
|
341
341
|
_disableGlobalStack: boolean;
|
342
342
|
} & {
|
@@ -352,9 +352,9 @@ declare const VSnackbar: {
|
|
352
352
|
class?: any;
|
353
353
|
theme?: string | undefined;
|
354
354
|
contentClass?: any;
|
355
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
356
355
|
closeDelay?: string | number | undefined;
|
357
356
|
openDelay?: string | number | undefined;
|
357
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
358
358
|
openOnClick?: boolean | undefined;
|
359
359
|
openOnFocus?: boolean | undefined;
|
360
360
|
contentProps?: any;
|
@@ -396,7 +396,7 @@ declare const VSnackbar: {
|
|
396
396
|
onAfterLeave?: (() => any) | undefined;
|
397
397
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
398
398
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
399
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
399
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
400
400
|
$attrs: {
|
401
401
|
[x: string]: unknown;
|
402
402
|
};
|
@@ -415,7 +415,7 @@ declare const VSnackbar: {
|
|
415
415
|
}>;
|
416
416
|
$root: vue.ComponentPublicInstance | null;
|
417
417
|
$parent: vue.ComponentPublicInstance | null;
|
418
|
-
$emit: ((event: "
|
418
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
419
419
|
$el: any;
|
420
420
|
$options: vue.ComponentOptionsBase<{
|
421
421
|
absolute: boolean;
|
@@ -428,6 +428,7 @@ declare const VSnackbar: {
|
|
428
428
|
style: vue.StyleValue;
|
429
429
|
eager: boolean;
|
430
430
|
disabled: boolean;
|
431
|
+
persistent: boolean;
|
431
432
|
modelValue: boolean;
|
432
433
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
433
434
|
updateLocation: (e?: Event) => void;
|
@@ -439,7 +440,6 @@ declare const VSnackbar: {
|
|
439
440
|
closeOnBack: boolean;
|
440
441
|
contained: boolean;
|
441
442
|
noClickAnimation: boolean;
|
442
|
-
persistent: boolean;
|
443
443
|
scrim: string | boolean;
|
444
444
|
_disableGlobalStack: boolean;
|
445
445
|
} & {
|
@@ -455,9 +455,9 @@ declare const VSnackbar: {
|
|
455
455
|
class?: any;
|
456
456
|
theme?: string | undefined;
|
457
457
|
contentClass?: any;
|
458
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
459
458
|
closeDelay?: string | number | undefined;
|
460
459
|
openDelay?: string | number | undefined;
|
460
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
461
461
|
openOnClick?: boolean | undefined;
|
462
462
|
openOnFocus?: boolean | undefined;
|
463
463
|
contentProps?: any;
|
@@ -524,6 +524,7 @@ declare const VSnackbar: {
|
|
524
524
|
style: vue.StyleValue;
|
525
525
|
eager: boolean;
|
526
526
|
disabled: boolean;
|
527
|
+
persistent: boolean;
|
527
528
|
modelValue: boolean;
|
528
529
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
529
530
|
updateLocation: (e?: Event) => void;
|
@@ -537,7 +538,6 @@ declare const VSnackbar: {
|
|
537
538
|
closeOnBack: boolean;
|
538
539
|
contained: boolean;
|
539
540
|
noClickAnimation: boolean;
|
540
|
-
persistent: boolean;
|
541
541
|
scrim: string | boolean;
|
542
542
|
_disableGlobalStack: boolean;
|
543
543
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -580,6 +580,7 @@ declare const VSnackbar: {
|
|
580
580
|
style: vue.StyleValue;
|
581
581
|
eager: boolean;
|
582
582
|
disabled: boolean;
|
583
|
+
persistent: boolean;
|
583
584
|
modelValue: boolean;
|
584
585
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
585
586
|
updateLocation: (e?: Event) => void;
|
@@ -591,7 +592,6 @@ declare const VSnackbar: {
|
|
591
592
|
closeOnBack: boolean;
|
592
593
|
contained: boolean;
|
593
594
|
noClickAnimation: boolean;
|
594
|
-
persistent: boolean;
|
595
595
|
scrim: string | boolean;
|
596
596
|
_disableGlobalStack: boolean;
|
597
597
|
} & {
|
@@ -607,9 +607,9 @@ declare const VSnackbar: {
|
|
607
607
|
class?: any;
|
608
608
|
theme?: string | undefined;
|
609
609
|
contentClass?: any;
|
610
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
611
610
|
closeDelay?: string | number | undefined;
|
612
611
|
openDelay?: string | number | undefined;
|
612
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
613
613
|
openOnClick?: boolean | undefined;
|
614
614
|
openOnFocus?: boolean | undefined;
|
615
615
|
contentProps?: any;
|
@@ -660,7 +660,7 @@ declare const VSnackbar: {
|
|
660
660
|
globalTop: Readonly<Ref<boolean>>;
|
661
661
|
localTop: vue.ComputedRef<boolean>;
|
662
662
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
663
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
663
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
664
664
|
_allExposed: {
|
665
665
|
activatorEl: Ref<HTMLElement | undefined>;
|
666
666
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -688,7 +688,6 @@ declare const VSnackbar: {
|
|
688
688
|
timeout: string | number;
|
689
689
|
vertical: boolean;
|
690
690
|
modelValue: boolean;
|
691
|
-
tile: boolean;
|
692
691
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
693
692
|
updateLocation: (e?: Event) => void;
|
694
693
|
});
|
@@ -697,6 +696,7 @@ declare const VSnackbar: {
|
|
697
696
|
closeOnContentClick: boolean;
|
698
697
|
closeOnBack: boolean;
|
699
698
|
contained: boolean;
|
699
|
+
tile: boolean;
|
700
700
|
multiLine: boolean;
|
701
701
|
} & {
|
702
702
|
offset?: string | number | number[] | undefined;
|
@@ -708,17 +708,17 @@ declare const VSnackbar: {
|
|
708
708
|
minHeight?: string | number | undefined;
|
709
709
|
minWidth?: string | number | undefined;
|
710
710
|
opacity?: string | number | undefined;
|
711
|
-
position?: "fixed" | "absolute" | "
|
711
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
712
712
|
text?: string | undefined;
|
713
713
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
714
714
|
class?: any;
|
715
|
-
timer?: string | boolean | undefined;
|
716
715
|
theme?: string | undefined;
|
716
|
+
timer?: string | boolean | undefined;
|
717
717
|
rounded?: string | number | boolean | undefined;
|
718
718
|
contentClass?: any;
|
719
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
720
719
|
closeDelay?: string | number | undefined;
|
721
720
|
openDelay?: string | number | undefined;
|
721
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
722
722
|
openOnClick?: boolean | undefined;
|
723
723
|
openOnFocus?: boolean | undefined;
|
724
724
|
contentProps?: any;
|
@@ -774,7 +774,6 @@ declare const VSnackbar: {
|
|
774
774
|
vertical: boolean;
|
775
775
|
modelValue: boolean;
|
776
776
|
rounded: string | number | boolean;
|
777
|
-
tile: boolean;
|
778
777
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
779
778
|
updateLocation: (e?: Event) => void;
|
780
779
|
});
|
@@ -785,6 +784,7 @@ declare const VSnackbar: {
|
|
785
784
|
closeOnContentClick: boolean;
|
786
785
|
closeOnBack: boolean;
|
787
786
|
contained: boolean;
|
787
|
+
tile: boolean;
|
788
788
|
multiLine: boolean;
|
789
789
|
}, true, {}, vue.SlotsType<Partial<{
|
790
790
|
activator: (arg: {
|
@@ -818,7 +818,6 @@ declare const VSnackbar: {
|
|
818
818
|
timeout: string | number;
|
819
819
|
vertical: boolean;
|
820
820
|
modelValue: boolean;
|
821
|
-
tile: boolean;
|
822
821
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
823
822
|
updateLocation: (e?: Event) => void;
|
824
823
|
});
|
@@ -827,6 +826,7 @@ declare const VSnackbar: {
|
|
827
826
|
closeOnContentClick: boolean;
|
828
827
|
closeOnBack: boolean;
|
829
828
|
contained: boolean;
|
829
|
+
tile: boolean;
|
830
830
|
multiLine: boolean;
|
831
831
|
} & {
|
832
832
|
offset?: string | number | number[] | undefined;
|
@@ -838,17 +838,17 @@ declare const VSnackbar: {
|
|
838
838
|
minHeight?: string | number | undefined;
|
839
839
|
minWidth?: string | number | undefined;
|
840
840
|
opacity?: string | number | undefined;
|
841
|
-
position?: "fixed" | "absolute" | "
|
841
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
842
842
|
text?: string | undefined;
|
843
843
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
844
844
|
class?: any;
|
845
|
-
timer?: string | boolean | undefined;
|
846
845
|
theme?: string | undefined;
|
846
|
+
timer?: string | boolean | undefined;
|
847
847
|
rounded?: string | number | boolean | undefined;
|
848
848
|
contentClass?: any;
|
849
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
850
849
|
closeDelay?: string | number | undefined;
|
851
850
|
openDelay?: string | number | undefined;
|
851
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
852
852
|
openOnClick?: boolean | undefined;
|
853
853
|
openOnFocus?: boolean | undefined;
|
854
854
|
contentProps?: any;
|
@@ -902,6 +902,7 @@ declare const VSnackbar: {
|
|
902
902
|
style: vue.StyleValue;
|
903
903
|
eager: boolean;
|
904
904
|
disabled: boolean;
|
905
|
+
persistent: boolean;
|
905
906
|
modelValue: boolean;
|
906
907
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
907
908
|
updateLocation: (e?: Event) => void;
|
@@ -915,7 +916,6 @@ declare const VSnackbar: {
|
|
915
916
|
closeOnBack: boolean;
|
916
917
|
contained: boolean;
|
917
918
|
noClickAnimation: boolean;
|
918
|
-
persistent: boolean;
|
919
919
|
scrim: string | boolean;
|
920
920
|
_disableGlobalStack: boolean;
|
921
921
|
}> & Omit<{
|
@@ -929,6 +929,7 @@ declare const VSnackbar: {
|
|
929
929
|
style: vue.StyleValue;
|
930
930
|
eager: boolean;
|
931
931
|
disabled: boolean;
|
932
|
+
persistent: boolean;
|
932
933
|
modelValue: boolean;
|
933
934
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
934
935
|
updateLocation: (e?: Event) => void;
|
@@ -940,7 +941,6 @@ declare const VSnackbar: {
|
|
940
941
|
closeOnBack: boolean;
|
941
942
|
contained: boolean;
|
942
943
|
noClickAnimation: boolean;
|
943
|
-
persistent: boolean;
|
944
944
|
scrim: string | boolean;
|
945
945
|
_disableGlobalStack: boolean;
|
946
946
|
offset?: string | number | number[] | undefined;
|
@@ -955,9 +955,9 @@ declare const VSnackbar: {
|
|
955
955
|
class?: any;
|
956
956
|
theme?: string | undefined;
|
957
957
|
contentClass?: any;
|
958
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
959
958
|
closeDelay?: string | number | undefined;
|
960
959
|
openDelay?: string | number | undefined;
|
960
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
961
961
|
openOnClick?: boolean | undefined;
|
962
962
|
openOnFocus?: boolean | undefined;
|
963
963
|
contentProps?: any;
|
@@ -1007,6 +1007,7 @@ declare const VSnackbar: {
|
|
1007
1007
|
style: vue.StyleValue;
|
1008
1008
|
eager: boolean;
|
1009
1009
|
disabled: boolean;
|
1010
|
+
persistent: boolean;
|
1010
1011
|
modelValue: boolean;
|
1011
1012
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1012
1013
|
updateLocation: (e?: Event) => void;
|
@@ -1018,7 +1019,6 @@ declare const VSnackbar: {
|
|
1018
1019
|
closeOnBack: boolean;
|
1019
1020
|
contained: boolean;
|
1020
1021
|
noClickAnimation: boolean;
|
1021
|
-
persistent: boolean;
|
1022
1022
|
scrim: string | boolean;
|
1023
1023
|
_disableGlobalStack: boolean;
|
1024
1024
|
} & {
|
@@ -1034,9 +1034,9 @@ declare const VSnackbar: {
|
|
1034
1034
|
class?: any;
|
1035
1035
|
theme?: string | undefined;
|
1036
1036
|
contentClass?: any;
|
1037
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1038
1037
|
closeDelay?: string | number | undefined;
|
1039
1038
|
openDelay?: string | number | undefined;
|
1039
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1040
1040
|
openOnClick?: boolean | undefined;
|
1041
1041
|
openOnFocus?: boolean | undefined;
|
1042
1042
|
contentProps?: any;
|
@@ -1078,7 +1078,7 @@ declare const VSnackbar: {
|
|
1078
1078
|
onAfterLeave?: (() => any) | undefined;
|
1079
1079
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1080
1080
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1081
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1081
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1082
1082
|
$attrs: {
|
1083
1083
|
[x: string]: unknown;
|
1084
1084
|
};
|
@@ -1097,7 +1097,7 @@ declare const VSnackbar: {
|
|
1097
1097
|
}>;
|
1098
1098
|
$root: vue.ComponentPublicInstance | null;
|
1099
1099
|
$parent: vue.ComponentPublicInstance | null;
|
1100
|
-
$emit: ((event: "
|
1100
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1101
1101
|
$el: any;
|
1102
1102
|
$options: vue.ComponentOptionsBase<{
|
1103
1103
|
absolute: boolean;
|
@@ -1110,6 +1110,7 @@ declare const VSnackbar: {
|
|
1110
1110
|
style: vue.StyleValue;
|
1111
1111
|
eager: boolean;
|
1112
1112
|
disabled: boolean;
|
1113
|
+
persistent: boolean;
|
1113
1114
|
modelValue: boolean;
|
1114
1115
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1115
1116
|
updateLocation: (e?: Event) => void;
|
@@ -1121,7 +1122,6 @@ declare const VSnackbar: {
|
|
1121
1122
|
closeOnBack: boolean;
|
1122
1123
|
contained: boolean;
|
1123
1124
|
noClickAnimation: boolean;
|
1124
|
-
persistent: boolean;
|
1125
1125
|
scrim: string | boolean;
|
1126
1126
|
_disableGlobalStack: boolean;
|
1127
1127
|
} & {
|
@@ -1137,9 +1137,9 @@ declare const VSnackbar: {
|
|
1137
1137
|
class?: any;
|
1138
1138
|
theme?: string | undefined;
|
1139
1139
|
contentClass?: any;
|
1140
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1141
1140
|
closeDelay?: string | number | undefined;
|
1142
1141
|
openDelay?: string | number | undefined;
|
1142
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1143
1143
|
openOnClick?: boolean | undefined;
|
1144
1144
|
openOnFocus?: boolean | undefined;
|
1145
1145
|
contentProps?: any;
|
@@ -1206,6 +1206,7 @@ declare const VSnackbar: {
|
|
1206
1206
|
style: vue.StyleValue;
|
1207
1207
|
eager: boolean;
|
1208
1208
|
disabled: boolean;
|
1209
|
+
persistent: boolean;
|
1209
1210
|
modelValue: boolean;
|
1210
1211
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1211
1212
|
updateLocation: (e?: Event) => void;
|
@@ -1219,7 +1220,6 @@ declare const VSnackbar: {
|
|
1219
1220
|
closeOnBack: boolean;
|
1220
1221
|
contained: boolean;
|
1221
1222
|
noClickAnimation: boolean;
|
1222
|
-
persistent: boolean;
|
1223
1223
|
scrim: string | boolean;
|
1224
1224
|
_disableGlobalStack: boolean;
|
1225
1225
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1262,6 +1262,7 @@ declare const VSnackbar: {
|
|
1262
1262
|
style: vue.StyleValue;
|
1263
1263
|
eager: boolean;
|
1264
1264
|
disabled: boolean;
|
1265
|
+
persistent: boolean;
|
1265
1266
|
modelValue: boolean;
|
1266
1267
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1267
1268
|
updateLocation: (e?: Event) => void;
|
@@ -1273,7 +1274,6 @@ declare const VSnackbar: {
|
|
1273
1274
|
closeOnBack: boolean;
|
1274
1275
|
contained: boolean;
|
1275
1276
|
noClickAnimation: boolean;
|
1276
|
-
persistent: boolean;
|
1277
1277
|
scrim: string | boolean;
|
1278
1278
|
_disableGlobalStack: boolean;
|
1279
1279
|
} & {
|
@@ -1289,9 +1289,9 @@ declare const VSnackbar: {
|
|
1289
1289
|
class?: any;
|
1290
1290
|
theme?: string | undefined;
|
1291
1291
|
contentClass?: any;
|
1292
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1293
1292
|
closeDelay?: string | number | undefined;
|
1294
1293
|
openDelay?: string | number | undefined;
|
1294
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1295
1295
|
openOnClick?: boolean | undefined;
|
1296
1296
|
openOnFocus?: boolean | undefined;
|
1297
1297
|
contentProps?: any;
|
@@ -1342,7 +1342,7 @@ declare const VSnackbar: {
|
|
1342
1342
|
globalTop: Readonly<Ref<boolean>>;
|
1343
1343
|
localTop: vue.ComputedRef<boolean>;
|
1344
1344
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1345
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
1345
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1346
1346
|
_allExposed: {
|
1347
1347
|
activatorEl: Ref<HTMLElement | undefined>;
|
1348
1348
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -1369,7 +1369,6 @@ declare const VSnackbar: {
|
|
1369
1369
|
vertical: boolean;
|
1370
1370
|
modelValue: boolean;
|
1371
1371
|
rounded: string | number | boolean;
|
1372
|
-
tile: boolean;
|
1373
1372
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1374
1373
|
updateLocation: (e?: Event) => void;
|
1375
1374
|
});
|
@@ -1380,6 +1379,7 @@ declare const VSnackbar: {
|
|
1380
1379
|
closeOnContentClick: boolean;
|
1381
1380
|
closeOnBack: boolean;
|
1382
1381
|
contained: boolean;
|
1382
|
+
tile: boolean;
|
1383
1383
|
multiLine: boolean;
|
1384
1384
|
}>;
|
1385
1385
|
__isFragment?: never;
|
@@ -1400,7 +1400,6 @@ declare const VSnackbar: {
|
|
1400
1400
|
timeout: string | number;
|
1401
1401
|
vertical: boolean;
|
1402
1402
|
modelValue: boolean;
|
1403
|
-
tile: boolean;
|
1404
1403
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1405
1404
|
updateLocation: (e?: Event) => void;
|
1406
1405
|
});
|
@@ -1409,6 +1408,7 @@ declare const VSnackbar: {
|
|
1409
1408
|
closeOnContentClick: boolean;
|
1410
1409
|
closeOnBack: boolean;
|
1411
1410
|
contained: boolean;
|
1411
|
+
tile: boolean;
|
1412
1412
|
multiLine: boolean;
|
1413
1413
|
} & {
|
1414
1414
|
offset?: string | number | number[] | undefined;
|
@@ -1420,17 +1420,17 @@ declare const VSnackbar: {
|
|
1420
1420
|
minHeight?: string | number | undefined;
|
1421
1421
|
minWidth?: string | number | undefined;
|
1422
1422
|
opacity?: string | number | undefined;
|
1423
|
-
position?: "fixed" | "absolute" | "
|
1423
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1424
1424
|
text?: string | undefined;
|
1425
1425
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1426
1426
|
class?: any;
|
1427
|
-
timer?: string | boolean | undefined;
|
1428
1427
|
theme?: string | undefined;
|
1428
|
+
timer?: string | boolean | undefined;
|
1429
1429
|
rounded?: string | number | boolean | undefined;
|
1430
1430
|
contentClass?: any;
|
1431
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1432
1431
|
closeDelay?: string | number | undefined;
|
1433
1432
|
openDelay?: string | number | undefined;
|
1433
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1434
1434
|
openOnClick?: boolean | undefined;
|
1435
1435
|
openOnFocus?: boolean | undefined;
|
1436
1436
|
contentProps?: any;
|
@@ -1484,6 +1484,7 @@ declare const VSnackbar: {
|
|
1484
1484
|
style: vue.StyleValue;
|
1485
1485
|
eager: boolean;
|
1486
1486
|
disabled: boolean;
|
1487
|
+
persistent: boolean;
|
1487
1488
|
modelValue: boolean;
|
1488
1489
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1489
1490
|
updateLocation: (e?: Event) => void;
|
@@ -1497,7 +1498,6 @@ declare const VSnackbar: {
|
|
1497
1498
|
closeOnBack: boolean;
|
1498
1499
|
contained: boolean;
|
1499
1500
|
noClickAnimation: boolean;
|
1500
|
-
persistent: boolean;
|
1501
1501
|
scrim: string | boolean;
|
1502
1502
|
_disableGlobalStack: boolean;
|
1503
1503
|
}> & Omit<{
|
@@ -1511,6 +1511,7 @@ declare const VSnackbar: {
|
|
1511
1511
|
style: vue.StyleValue;
|
1512
1512
|
eager: boolean;
|
1513
1513
|
disabled: boolean;
|
1514
|
+
persistent: boolean;
|
1514
1515
|
modelValue: boolean;
|
1515
1516
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1516
1517
|
updateLocation: (e?: Event) => void;
|
@@ -1522,7 +1523,6 @@ declare const VSnackbar: {
|
|
1522
1523
|
closeOnBack: boolean;
|
1523
1524
|
contained: boolean;
|
1524
1525
|
noClickAnimation: boolean;
|
1525
|
-
persistent: boolean;
|
1526
1526
|
scrim: string | boolean;
|
1527
1527
|
_disableGlobalStack: boolean;
|
1528
1528
|
offset?: string | number | number[] | undefined;
|
@@ -1537,9 +1537,9 @@ declare const VSnackbar: {
|
|
1537
1537
|
class?: any;
|
1538
1538
|
theme?: string | undefined;
|
1539
1539
|
contentClass?: any;
|
1540
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1541
1540
|
closeDelay?: string | number | undefined;
|
1542
1541
|
openDelay?: string | number | undefined;
|
1542
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1543
1543
|
openOnClick?: boolean | undefined;
|
1544
1544
|
openOnFocus?: boolean | undefined;
|
1545
1545
|
contentProps?: any;
|
@@ -1589,6 +1589,7 @@ declare const VSnackbar: {
|
|
1589
1589
|
style: vue.StyleValue;
|
1590
1590
|
eager: boolean;
|
1591
1591
|
disabled: boolean;
|
1592
|
+
persistent: boolean;
|
1592
1593
|
modelValue: boolean;
|
1593
1594
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1594
1595
|
updateLocation: (e?: Event) => void;
|
@@ -1600,7 +1601,6 @@ declare const VSnackbar: {
|
|
1600
1601
|
closeOnBack: boolean;
|
1601
1602
|
contained: boolean;
|
1602
1603
|
noClickAnimation: boolean;
|
1603
|
-
persistent: boolean;
|
1604
1604
|
scrim: string | boolean;
|
1605
1605
|
_disableGlobalStack: boolean;
|
1606
1606
|
} & {
|
@@ -1616,9 +1616,9 @@ declare const VSnackbar: {
|
|
1616
1616
|
class?: any;
|
1617
1617
|
theme?: string | undefined;
|
1618
1618
|
contentClass?: any;
|
1619
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1620
1619
|
closeDelay?: string | number | undefined;
|
1621
1620
|
openDelay?: string | number | undefined;
|
1621
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1622
1622
|
openOnClick?: boolean | undefined;
|
1623
1623
|
openOnFocus?: boolean | undefined;
|
1624
1624
|
contentProps?: any;
|
@@ -1660,7 +1660,7 @@ declare const VSnackbar: {
|
|
1660
1660
|
onAfterLeave?: (() => any) | undefined;
|
1661
1661
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1662
1662
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1663
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1663
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1664
1664
|
$attrs: {
|
1665
1665
|
[x: string]: unknown;
|
1666
1666
|
};
|
@@ -1679,7 +1679,7 @@ declare const VSnackbar: {
|
|
1679
1679
|
}>;
|
1680
1680
|
$root: vue.ComponentPublicInstance | null;
|
1681
1681
|
$parent: vue.ComponentPublicInstance | null;
|
1682
|
-
$emit: ((event: "
|
1682
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1683
1683
|
$el: any;
|
1684
1684
|
$options: vue.ComponentOptionsBase<{
|
1685
1685
|
absolute: boolean;
|
@@ -1692,6 +1692,7 @@ declare const VSnackbar: {
|
|
1692
1692
|
style: vue.StyleValue;
|
1693
1693
|
eager: boolean;
|
1694
1694
|
disabled: boolean;
|
1695
|
+
persistent: boolean;
|
1695
1696
|
modelValue: boolean;
|
1696
1697
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1697
1698
|
updateLocation: (e?: Event) => void;
|
@@ -1703,7 +1704,6 @@ declare const VSnackbar: {
|
|
1703
1704
|
closeOnBack: boolean;
|
1704
1705
|
contained: boolean;
|
1705
1706
|
noClickAnimation: boolean;
|
1706
|
-
persistent: boolean;
|
1707
1707
|
scrim: string | boolean;
|
1708
1708
|
_disableGlobalStack: boolean;
|
1709
1709
|
} & {
|
@@ -1719,9 +1719,9 @@ declare const VSnackbar: {
|
|
1719
1719
|
class?: any;
|
1720
1720
|
theme?: string | undefined;
|
1721
1721
|
contentClass?: any;
|
1722
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1723
1722
|
closeDelay?: string | number | undefined;
|
1724
1723
|
openDelay?: string | number | undefined;
|
1724
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1725
1725
|
openOnClick?: boolean | undefined;
|
1726
1726
|
openOnFocus?: boolean | undefined;
|
1727
1727
|
contentProps?: any;
|
@@ -1788,6 +1788,7 @@ declare const VSnackbar: {
|
|
1788
1788
|
style: vue.StyleValue;
|
1789
1789
|
eager: boolean;
|
1790
1790
|
disabled: boolean;
|
1791
|
+
persistent: boolean;
|
1791
1792
|
modelValue: boolean;
|
1792
1793
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1793
1794
|
updateLocation: (e?: Event) => void;
|
@@ -1801,7 +1802,6 @@ declare const VSnackbar: {
|
|
1801
1802
|
closeOnBack: boolean;
|
1802
1803
|
contained: boolean;
|
1803
1804
|
noClickAnimation: boolean;
|
1804
|
-
persistent: boolean;
|
1805
1805
|
scrim: string | boolean;
|
1806
1806
|
_disableGlobalStack: boolean;
|
1807
1807
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1844,6 +1844,7 @@ declare const VSnackbar: {
|
|
1844
1844
|
style: vue.StyleValue;
|
1845
1845
|
eager: boolean;
|
1846
1846
|
disabled: boolean;
|
1847
|
+
persistent: boolean;
|
1847
1848
|
modelValue: boolean;
|
1848
1849
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1849
1850
|
updateLocation: (e?: Event) => void;
|
@@ -1855,7 +1856,6 @@ declare const VSnackbar: {
|
|
1855
1856
|
closeOnBack: boolean;
|
1856
1857
|
contained: boolean;
|
1857
1858
|
noClickAnimation: boolean;
|
1858
|
-
persistent: boolean;
|
1859
1859
|
scrim: string | boolean;
|
1860
1860
|
_disableGlobalStack: boolean;
|
1861
1861
|
} & {
|
@@ -1871,9 +1871,9 @@ declare const VSnackbar: {
|
|
1871
1871
|
class?: any;
|
1872
1872
|
theme?: string | undefined;
|
1873
1873
|
contentClass?: any;
|
1874
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1875
1874
|
closeDelay?: string | number | undefined;
|
1876
1875
|
openDelay?: string | number | undefined;
|
1876
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1877
1877
|
openOnClick?: boolean | undefined;
|
1878
1878
|
openOnFocus?: boolean | undefined;
|
1879
1879
|
contentProps?: any;
|
@@ -1924,7 +1924,7 @@ declare const VSnackbar: {
|
|
1924
1924
|
globalTop: Readonly<Ref<boolean>>;
|
1925
1925
|
localTop: vue.ComputedRef<boolean>;
|
1926
1926
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1927
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
1927
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1928
1928
|
_allExposed: {
|
1929
1929
|
activatorEl: Ref<HTMLElement | undefined>;
|
1930
1930
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -1953,7 +1953,6 @@ declare const VSnackbar: {
|
|
1953
1953
|
vertical: boolean;
|
1954
1954
|
modelValue: boolean;
|
1955
1955
|
rounded: string | number | boolean;
|
1956
|
-
tile: boolean;
|
1957
1956
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1958
1957
|
updateLocation: (e?: Event) => void;
|
1959
1958
|
});
|
@@ -1964,6 +1963,7 @@ declare const VSnackbar: {
|
|
1964
1963
|
closeOnContentClick: boolean;
|
1965
1964
|
closeOnBack: boolean;
|
1966
1965
|
contained: boolean;
|
1966
|
+
tile: boolean;
|
1967
1967
|
multiLine: boolean;
|
1968
1968
|
}, {}, string, vue.SlotsType<Partial<{
|
1969
1969
|
activator: (arg: {
|
@@ -2022,7 +2022,6 @@ declare const VSnackbar: {
|
|
2022
2022
|
theme: StringConstructor;
|
2023
2023
|
modelValue: BooleanConstructor;
|
2024
2024
|
contentClass: null;
|
2025
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2026
2025
|
locationStrategy: {
|
2027
2026
|
type: vue.PropType<StrategyProps$1["locationStrategy"]>;
|
2028
2027
|
default: string;
|
@@ -2030,6 +2029,7 @@ declare const VSnackbar: {
|
|
2030
2029
|
};
|
2031
2030
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2032
2031
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2032
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2033
2033
|
activatorProps: {
|
2034
2034
|
type: vue.PropType<Record<string, any>>;
|
2035
2035
|
default: () => {};
|
@@ -2063,7 +2063,7 @@ declare const VSnackbar: {
|
|
2063
2063
|
};
|
2064
2064
|
tile: BooleanConstructor;
|
2065
2065
|
position: {
|
2066
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2066
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2067
2067
|
validator: (v: any) => boolean;
|
2068
2068
|
};
|
2069
2069
|
multiLine: BooleanConstructor;
|
@@ -2121,7 +2121,6 @@ declare const VSnackbar: {
|
|
2121
2121
|
theme: StringConstructor;
|
2122
2122
|
modelValue: BooleanConstructor;
|
2123
2123
|
contentClass: null;
|
2124
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2125
2124
|
locationStrategy: {
|
2126
2125
|
type: vue.PropType<StrategyProps$1["locationStrategy"]>;
|
2127
2126
|
default: string;
|
@@ -2129,6 +2128,7 @@ declare const VSnackbar: {
|
|
2129
2128
|
};
|
2130
2129
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2131
2130
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2131
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2132
2132
|
activatorProps: {
|
2133
2133
|
type: vue.PropType<Record<string, any>>;
|
2134
2134
|
default: () => {};
|
@@ -2162,7 +2162,7 @@ declare const VSnackbar: {
|
|
2162
2162
|
};
|
2163
2163
|
tile: BooleanConstructor;
|
2164
2164
|
position: {
|
2165
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2165
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2166
2166
|
validator: (v: any) => boolean;
|
2167
2167
|
};
|
2168
2168
|
multiLine: BooleanConstructor;
|
@@ -2206,7 +2206,6 @@ declare const VSnackbarQueue: {
|
|
2206
2206
|
disabled: boolean;
|
2207
2207
|
timeout: string | number;
|
2208
2208
|
vertical: boolean;
|
2209
|
-
tile: boolean;
|
2210
2209
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2211
2210
|
updateLocation: (e?: Event) => void;
|
2212
2211
|
});
|
@@ -2215,6 +2214,7 @@ declare const VSnackbarQueue: {
|
|
2215
2214
|
closeOnContentClick: boolean;
|
2216
2215
|
closeOnBack: boolean;
|
2217
2216
|
contained: boolean;
|
2217
|
+
tile: boolean;
|
2218
2218
|
closeText: string;
|
2219
2219
|
multiLine: boolean;
|
2220
2220
|
} & {
|
@@ -2227,25 +2227,25 @@ declare const VSnackbarQueue: {
|
|
2227
2227
|
minHeight?: string | number | undefined;
|
2228
2228
|
minWidth?: string | number | undefined;
|
2229
2229
|
opacity?: string | number | undefined;
|
2230
|
-
position?: "fixed" | "absolute" | "
|
2230
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2231
2231
|
text?: string | undefined;
|
2232
2232
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2233
2233
|
class?: any;
|
2234
|
-
timer?: string | boolean | undefined;
|
2235
2234
|
theme?: string | undefined;
|
2235
|
+
timer?: string | boolean | undefined;
|
2236
2236
|
rounded?: string | number | boolean | undefined;
|
2237
2237
|
contentClass?: any;
|
2238
|
-
closable?: string | boolean | undefined;
|
2239
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2240
2238
|
closeDelay?: string | number | undefined;
|
2241
2239
|
openDelay?: string | number | undefined;
|
2240
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2242
2241
|
openOnClick?: boolean | undefined;
|
2243
2242
|
openOnFocus?: boolean | undefined;
|
2244
2243
|
contentProps?: any;
|
2245
2244
|
attach?: string | boolean | Element | undefined;
|
2245
|
+
closable?: string | boolean | undefined;
|
2246
2246
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2247
2247
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
2248
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
2248
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2249
2249
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2250
2250
|
absolute: boolean;
|
2251
2251
|
location: Anchor;
|
@@ -2259,7 +2259,6 @@ declare const VSnackbarQueue: {
|
|
2259
2259
|
disabled: boolean;
|
2260
2260
|
timeout: string | number;
|
2261
2261
|
vertical: boolean;
|
2262
|
-
tile: boolean;
|
2263
2262
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2264
2263
|
updateLocation: (e?: Event) => void;
|
2265
2264
|
});
|
@@ -2268,6 +2267,7 @@ declare const VSnackbarQueue: {
|
|
2268
2267
|
closeOnContentClick: boolean;
|
2269
2268
|
closeOnBack: boolean;
|
2270
2269
|
contained: boolean;
|
2270
|
+
tile: boolean;
|
2271
2271
|
closeText: string;
|
2272
2272
|
multiLine: boolean;
|
2273
2273
|
} & {
|
@@ -2280,22 +2280,22 @@ declare const VSnackbarQueue: {
|
|
2280
2280
|
minHeight?: string | number | undefined;
|
2281
2281
|
minWidth?: string | number | undefined;
|
2282
2282
|
opacity?: string | number | undefined;
|
2283
|
-
position?: "fixed" | "absolute" | "
|
2283
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2284
2284
|
text?: string | undefined;
|
2285
2285
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2286
2286
|
class?: any;
|
2287
|
-
timer?: string | boolean | undefined;
|
2288
2287
|
theme?: string | undefined;
|
2288
|
+
timer?: string | boolean | undefined;
|
2289
2289
|
rounded?: string | number | boolean | undefined;
|
2290
2290
|
contentClass?: any;
|
2291
|
-
closable?: string | boolean | undefined;
|
2292
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2293
2291
|
closeDelay?: string | number | undefined;
|
2294
2292
|
openDelay?: string | number | undefined;
|
2293
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2295
2294
|
openOnClick?: boolean | undefined;
|
2296
2295
|
openOnFocus?: boolean | undefined;
|
2297
2296
|
contentProps?: any;
|
2298
2297
|
attach?: string | boolean | Element | undefined;
|
2298
|
+
closable?: string | boolean | undefined;
|
2299
2299
|
} & {}, {
|
2300
2300
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2301
2301
|
absolute: boolean;
|
@@ -2311,7 +2311,6 @@ declare const VSnackbarQueue: {
|
|
2311
2311
|
timeout: string | number;
|
2312
2312
|
vertical: boolean;
|
2313
2313
|
rounded: string | number | boolean;
|
2314
|
-
tile: boolean;
|
2315
2314
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2316
2315
|
updateLocation: (e?: Event) => void;
|
2317
2316
|
});
|
@@ -2322,6 +2321,7 @@ declare const VSnackbarQueue: {
|
|
2322
2321
|
closeOnContentClick: boolean;
|
2323
2322
|
closeOnBack: boolean;
|
2324
2323
|
contained: boolean;
|
2324
|
+
tile: boolean;
|
2325
2325
|
closeText: string;
|
2326
2326
|
multiLine: boolean;
|
2327
2327
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -2358,7 +2358,6 @@ declare const VSnackbarQueue: {
|
|
2358
2358
|
disabled: boolean;
|
2359
2359
|
timeout: string | number;
|
2360
2360
|
vertical: boolean;
|
2361
|
-
tile: boolean;
|
2362
2361
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2363
2362
|
updateLocation: (e?: Event) => void;
|
2364
2363
|
});
|
@@ -2367,6 +2366,7 @@ declare const VSnackbarQueue: {
|
|
2367
2366
|
closeOnContentClick: boolean;
|
2368
2367
|
closeOnBack: boolean;
|
2369
2368
|
contained: boolean;
|
2369
|
+
tile: boolean;
|
2370
2370
|
closeText: string;
|
2371
2371
|
multiLine: boolean;
|
2372
2372
|
} & {
|
@@ -2379,22 +2379,22 @@ declare const VSnackbarQueue: {
|
|
2379
2379
|
minHeight?: string | number | undefined;
|
2380
2380
|
minWidth?: string | number | undefined;
|
2381
2381
|
opacity?: string | number | undefined;
|
2382
|
-
position?: "fixed" | "absolute" | "
|
2382
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2383
2383
|
text?: string | undefined;
|
2384
2384
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2385
2385
|
class?: any;
|
2386
|
-
timer?: string | boolean | undefined;
|
2387
2386
|
theme?: string | undefined;
|
2387
|
+
timer?: string | boolean | undefined;
|
2388
2388
|
rounded?: string | number | boolean | undefined;
|
2389
2389
|
contentClass?: any;
|
2390
|
-
closable?: string | boolean | undefined;
|
2391
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2392
2390
|
closeDelay?: string | number | undefined;
|
2393
2391
|
openDelay?: string | number | undefined;
|
2392
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2394
2393
|
openOnClick?: boolean | undefined;
|
2395
2394
|
openOnFocus?: boolean | undefined;
|
2396
2395
|
contentProps?: any;
|
2397
2396
|
attach?: string | boolean | Element | undefined;
|
2397
|
+
closable?: string | boolean | undefined;
|
2398
2398
|
} & {}, {}, {}, {}, {}, {
|
2399
2399
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2400
2400
|
absolute: boolean;
|
@@ -2410,7 +2410,6 @@ declare const VSnackbarQueue: {
|
|
2410
2410
|
timeout: string | number;
|
2411
2411
|
vertical: boolean;
|
2412
2412
|
rounded: string | number | boolean;
|
2413
|
-
tile: boolean;
|
2414
2413
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2415
2414
|
updateLocation: (e?: Event) => void;
|
2416
2415
|
});
|
@@ -2421,6 +2420,7 @@ declare const VSnackbarQueue: {
|
|
2421
2420
|
closeOnContentClick: boolean;
|
2422
2421
|
closeOnBack: boolean;
|
2423
2422
|
contained: boolean;
|
2423
|
+
tile: boolean;
|
2424
2424
|
closeText: string;
|
2425
2425
|
multiLine: boolean;
|
2426
2426
|
}>;
|
@@ -2441,7 +2441,6 @@ declare const VSnackbarQueue: {
|
|
2441
2441
|
disabled: boolean;
|
2442
2442
|
timeout: string | number;
|
2443
2443
|
vertical: boolean;
|
2444
|
-
tile: boolean;
|
2445
2444
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2446
2445
|
updateLocation: (e?: Event) => void;
|
2447
2446
|
});
|
@@ -2450,6 +2449,7 @@ declare const VSnackbarQueue: {
|
|
2450
2449
|
closeOnContentClick: boolean;
|
2451
2450
|
closeOnBack: boolean;
|
2452
2451
|
contained: boolean;
|
2452
|
+
tile: boolean;
|
2453
2453
|
closeText: string;
|
2454
2454
|
multiLine: boolean;
|
2455
2455
|
} & {
|
@@ -2462,25 +2462,25 @@ declare const VSnackbarQueue: {
|
|
2462
2462
|
minHeight?: string | number | undefined;
|
2463
2463
|
minWidth?: string | number | undefined;
|
2464
2464
|
opacity?: string | number | undefined;
|
2465
|
-
position?: "fixed" | "absolute" | "
|
2465
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2466
2466
|
text?: string | undefined;
|
2467
2467
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2468
2468
|
class?: any;
|
2469
|
-
timer?: string | boolean | undefined;
|
2470
2469
|
theme?: string | undefined;
|
2470
|
+
timer?: string | boolean | undefined;
|
2471
2471
|
rounded?: string | number | boolean | undefined;
|
2472
2472
|
contentClass?: any;
|
2473
|
-
closable?: string | boolean | undefined;
|
2474
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2475
2473
|
closeDelay?: string | number | undefined;
|
2476
2474
|
openDelay?: string | number | undefined;
|
2475
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2477
2476
|
openOnClick?: boolean | undefined;
|
2478
2477
|
openOnFocus?: boolean | undefined;
|
2479
2478
|
contentProps?: any;
|
2480
2479
|
attach?: string | boolean | Element | undefined;
|
2480
|
+
closable?: string | boolean | undefined;
|
2481
2481
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2482
2482
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
2483
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
2483
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, string, {
|
2484
2484
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2485
2485
|
absolute: boolean;
|
2486
2486
|
location: Anchor;
|
@@ -2495,7 +2495,6 @@ declare const VSnackbarQueue: {
|
|
2495
2495
|
timeout: string | number;
|
2496
2496
|
vertical: boolean;
|
2497
2497
|
rounded: string | number | boolean;
|
2498
|
-
tile: boolean;
|
2499
2498
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
2500
2499
|
updateLocation: (e?: Event) => void;
|
2501
2500
|
});
|
@@ -2506,6 +2505,7 @@ declare const VSnackbarQueue: {
|
|
2506
2505
|
closeOnContentClick: boolean;
|
2507
2506
|
closeOnBack: boolean;
|
2508
2507
|
contained: boolean;
|
2508
|
+
tile: boolean;
|
2509
2509
|
closeText: string;
|
2510
2510
|
multiLine: boolean;
|
2511
2511
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -2549,7 +2549,7 @@ declare const VSnackbarQueue: {
|
|
2549
2549
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2550
2550
|
opacity: (StringConstructor | NumberConstructor)[];
|
2551
2551
|
position: {
|
2552
|
-
type: PropType<"fixed" | "absolute" | "
|
2552
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2553
2553
|
validator: (v: any) => boolean;
|
2554
2554
|
};
|
2555
2555
|
transition: Omit<{
|
@@ -2583,16 +2583,14 @@ declare const VSnackbarQueue: {
|
|
2583
2583
|
default: number;
|
2584
2584
|
};
|
2585
2585
|
class: PropType<ClassValue>;
|
2586
|
+
theme: StringConstructor;
|
2586
2587
|
vertical: BooleanConstructor;
|
2587
2588
|
timer: (StringConstructor | BooleanConstructor)[];
|
2588
|
-
theme: StringConstructor;
|
2589
2589
|
rounded: {
|
2590
2590
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2591
2591
|
default: undefined;
|
2592
2592
|
};
|
2593
2593
|
contentClass: null;
|
2594
|
-
tile: BooleanConstructor;
|
2595
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2596
2594
|
locationStrategy: {
|
2597
2595
|
type: PropType<StrategyProps$1["locationStrategy"]>;
|
2598
2596
|
default: string;
|
@@ -2600,6 +2598,7 @@ declare const VSnackbarQueue: {
|
|
2600
2598
|
};
|
2601
2599
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2602
2600
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2601
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2603
2602
|
activatorProps: {
|
2604
2603
|
type: PropType<Record<string, any>>;
|
2605
2604
|
default: () => {};
|
@@ -2621,6 +2620,7 @@ declare const VSnackbarQueue: {
|
|
2621
2620
|
contained: BooleanConstructor;
|
2622
2621
|
contentProps: null;
|
2623
2622
|
attach: PropType<boolean | string | Element>;
|
2623
|
+
tile: BooleanConstructor;
|
2624
2624
|
multiLine: BooleanConstructor;
|
2625
2625
|
closable: (StringConstructor | BooleanConstructor)[];
|
2626
2626
|
closeText: {
|
@@ -2656,7 +2656,7 @@ declare const VSnackbarQueue: {
|
|
2656
2656
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2657
2657
|
opacity: (StringConstructor | NumberConstructor)[];
|
2658
2658
|
position: {
|
2659
|
-
type: PropType<"fixed" | "absolute" | "
|
2659
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2660
2660
|
validator: (v: any) => boolean;
|
2661
2661
|
};
|
2662
2662
|
transition: Omit<{
|
@@ -2690,16 +2690,14 @@ declare const VSnackbarQueue: {
|
|
2690
2690
|
default: number;
|
2691
2691
|
};
|
2692
2692
|
class: PropType<ClassValue>;
|
2693
|
+
theme: StringConstructor;
|
2693
2694
|
vertical: BooleanConstructor;
|
2694
2695
|
timer: (StringConstructor | BooleanConstructor)[];
|
2695
|
-
theme: StringConstructor;
|
2696
2696
|
rounded: {
|
2697
2697
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2698
2698
|
default: undefined;
|
2699
2699
|
};
|
2700
2700
|
contentClass: null;
|
2701
|
-
tile: BooleanConstructor;
|
2702
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2703
2701
|
locationStrategy: {
|
2704
2702
|
type: PropType<StrategyProps$1["locationStrategy"]>;
|
2705
2703
|
default: string;
|
@@ -2707,6 +2705,7 @@ declare const VSnackbarQueue: {
|
|
2707
2705
|
};
|
2708
2706
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2709
2707
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2708
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2710
2709
|
activatorProps: {
|
2711
2710
|
type: PropType<Record<string, any>>;
|
2712
2711
|
default: () => {};
|
@@ -2728,6 +2727,7 @@ declare const VSnackbarQueue: {
|
|
2728
2727
|
contained: BooleanConstructor;
|
2729
2728
|
contentProps: null;
|
2730
2729
|
attach: PropType<boolean | string | Element>;
|
2730
|
+
tile: BooleanConstructor;
|
2731
2731
|
multiLine: BooleanConstructor;
|
2732
2732
|
closable: (StringConstructor | BooleanConstructor)[];
|
2733
2733
|
closeText: {
|