@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05
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 +2 -2
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +3 -3
- package/dist/vuetify-labs.css +2934 -2934
- 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 +2805 -2805
- package/dist/vuetify.d.ts +849 -849
- 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 +39 -39
- 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
@@ -111,7 +111,6 @@ declare const VSnackbar: {
|
|
111
111
|
timeout: string | number;
|
112
112
|
vertical: boolean;
|
113
113
|
modelValue: boolean;
|
114
|
-
tile: boolean;
|
115
114
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
116
115
|
updateLocation: (e?: Event) => void;
|
117
116
|
});
|
@@ -120,6 +119,7 @@ declare const VSnackbar: {
|
|
120
119
|
closeOnContentClick: boolean;
|
121
120
|
closeOnBack: boolean;
|
122
121
|
contained: boolean;
|
122
|
+
tile: boolean;
|
123
123
|
multiLine: boolean;
|
124
124
|
} & {
|
125
125
|
offset?: string | number | number[] | undefined;
|
@@ -131,17 +131,17 @@ declare const VSnackbar: {
|
|
131
131
|
minHeight?: string | number | undefined;
|
132
132
|
minWidth?: string | number | undefined;
|
133
133
|
opacity?: string | number | undefined;
|
134
|
-
position?: "fixed" | "absolute" | "
|
134
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
135
135
|
text?: string | undefined;
|
136
136
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
137
137
|
class?: any;
|
138
|
-
timer?: string | boolean | undefined;
|
139
138
|
theme?: string | undefined;
|
139
|
+
timer?: string | boolean | undefined;
|
140
140
|
rounded?: string | number | boolean | undefined;
|
141
141
|
contentClass?: any;
|
142
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
143
142
|
closeDelay?: string | number | undefined;
|
144
143
|
openDelay?: string | number | undefined;
|
144
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
145
145
|
openOnClick?: boolean | undefined;
|
146
146
|
openOnFocus?: boolean | undefined;
|
147
147
|
contentProps?: any;
|
@@ -195,6 +195,7 @@ declare const VSnackbar: {
|
|
195
195
|
style: vue.StyleValue;
|
196
196
|
eager: boolean;
|
197
197
|
disabled: boolean;
|
198
|
+
persistent: boolean;
|
198
199
|
modelValue: boolean;
|
199
200
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
200
201
|
updateLocation: (e?: Event) => void;
|
@@ -208,7 +209,6 @@ declare const VSnackbar: {
|
|
208
209
|
closeOnBack: boolean;
|
209
210
|
contained: boolean;
|
210
211
|
noClickAnimation: boolean;
|
211
|
-
persistent: boolean;
|
212
212
|
scrim: string | boolean;
|
213
213
|
_disableGlobalStack: boolean;
|
214
214
|
}> & Omit<{
|
@@ -222,6 +222,7 @@ declare const VSnackbar: {
|
|
222
222
|
style: vue.StyleValue;
|
223
223
|
eager: boolean;
|
224
224
|
disabled: boolean;
|
225
|
+
persistent: boolean;
|
225
226
|
modelValue: boolean;
|
226
227
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
227
228
|
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
|
offset?: string | number | number[] | undefined;
|
@@ -248,9 +248,9 @@ declare const VSnackbar: {
|
|
248
248
|
class?: any;
|
249
249
|
theme?: string | undefined;
|
250
250
|
contentClass?: any;
|
251
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
252
251
|
closeDelay?: string | number | undefined;
|
253
252
|
openDelay?: string | number | undefined;
|
253
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
254
254
|
openOnClick?: boolean | undefined;
|
255
255
|
openOnFocus?: boolean | undefined;
|
256
256
|
contentProps?: any;
|
@@ -300,6 +300,7 @@ declare const VSnackbar: {
|
|
300
300
|
style: vue.StyleValue;
|
301
301
|
eager: boolean;
|
302
302
|
disabled: boolean;
|
303
|
+
persistent: boolean;
|
303
304
|
modelValue: boolean;
|
304
305
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
305
306
|
updateLocation: (e?: Event) => void;
|
@@ -311,7 +312,6 @@ declare const VSnackbar: {
|
|
311
312
|
closeOnBack: boolean;
|
312
313
|
contained: boolean;
|
313
314
|
noClickAnimation: boolean;
|
314
|
-
persistent: boolean;
|
315
315
|
scrim: string | boolean;
|
316
316
|
_disableGlobalStack: boolean;
|
317
317
|
} & {
|
@@ -327,9 +327,9 @@ declare const VSnackbar: {
|
|
327
327
|
class?: any;
|
328
328
|
theme?: string | undefined;
|
329
329
|
contentClass?: any;
|
330
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
331
330
|
closeDelay?: string | number | undefined;
|
332
331
|
openDelay?: string | number | undefined;
|
332
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
333
333
|
openOnClick?: boolean | undefined;
|
334
334
|
openOnFocus?: boolean | undefined;
|
335
335
|
contentProps?: any;
|
@@ -371,7 +371,7 @@ declare const VSnackbar: {
|
|
371
371
|
onAfterLeave?: (() => any) | undefined;
|
372
372
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
373
373
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
374
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
374
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
375
375
|
$attrs: {
|
376
376
|
[x: string]: unknown;
|
377
377
|
};
|
@@ -390,7 +390,7 @@ declare const VSnackbar: {
|
|
390
390
|
}>;
|
391
391
|
$root: vue.ComponentPublicInstance | null;
|
392
392
|
$parent: vue.ComponentPublicInstance | null;
|
393
|
-
$emit: ((event: "
|
393
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
394
394
|
$el: any;
|
395
395
|
$options: vue.ComponentOptionsBase<{
|
396
396
|
absolute: boolean;
|
@@ -403,6 +403,7 @@ declare const VSnackbar: {
|
|
403
403
|
style: vue.StyleValue;
|
404
404
|
eager: boolean;
|
405
405
|
disabled: boolean;
|
406
|
+
persistent: boolean;
|
406
407
|
modelValue: boolean;
|
407
408
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
408
409
|
updateLocation: (e?: Event) => void;
|
@@ -414,7 +415,6 @@ declare const VSnackbar: {
|
|
414
415
|
closeOnBack: boolean;
|
415
416
|
contained: boolean;
|
416
417
|
noClickAnimation: boolean;
|
417
|
-
persistent: boolean;
|
418
418
|
scrim: string | boolean;
|
419
419
|
_disableGlobalStack: boolean;
|
420
420
|
} & {
|
@@ -430,9 +430,9 @@ declare const VSnackbar: {
|
|
430
430
|
class?: any;
|
431
431
|
theme?: string | undefined;
|
432
432
|
contentClass?: any;
|
433
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
434
433
|
closeDelay?: string | number | undefined;
|
435
434
|
openDelay?: string | number | undefined;
|
435
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
436
436
|
openOnClick?: boolean | undefined;
|
437
437
|
openOnFocus?: boolean | undefined;
|
438
438
|
contentProps?: any;
|
@@ -499,6 +499,7 @@ declare const VSnackbar: {
|
|
499
499
|
style: vue.StyleValue;
|
500
500
|
eager: boolean;
|
501
501
|
disabled: boolean;
|
502
|
+
persistent: boolean;
|
502
503
|
modelValue: boolean;
|
503
504
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
504
505
|
updateLocation: (e?: Event) => void;
|
@@ -512,7 +513,6 @@ declare const VSnackbar: {
|
|
512
513
|
closeOnBack: boolean;
|
513
514
|
contained: boolean;
|
514
515
|
noClickAnimation: boolean;
|
515
|
-
persistent: boolean;
|
516
516
|
scrim: string | boolean;
|
517
517
|
_disableGlobalStack: boolean;
|
518
518
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -555,6 +555,7 @@ declare const VSnackbar: {
|
|
555
555
|
style: vue.StyleValue;
|
556
556
|
eager: boolean;
|
557
557
|
disabled: boolean;
|
558
|
+
persistent: boolean;
|
558
559
|
modelValue: boolean;
|
559
560
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
560
561
|
updateLocation: (e?: Event) => void;
|
@@ -566,7 +567,6 @@ declare const VSnackbar: {
|
|
566
567
|
closeOnBack: boolean;
|
567
568
|
contained: boolean;
|
568
569
|
noClickAnimation: boolean;
|
569
|
-
persistent: boolean;
|
570
570
|
scrim: string | boolean;
|
571
571
|
_disableGlobalStack: boolean;
|
572
572
|
} & {
|
@@ -582,9 +582,9 @@ declare const VSnackbar: {
|
|
582
582
|
class?: any;
|
583
583
|
theme?: string | undefined;
|
584
584
|
contentClass?: any;
|
585
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
586
585
|
closeDelay?: string | number | undefined;
|
587
586
|
openDelay?: string | number | undefined;
|
587
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
588
588
|
openOnClick?: boolean | undefined;
|
589
589
|
openOnFocus?: boolean | undefined;
|
590
590
|
contentProps?: any;
|
@@ -635,7 +635,7 @@ declare const VSnackbar: {
|
|
635
635
|
globalTop: Readonly<Ref<boolean>>;
|
636
636
|
localTop: vue.ComputedRef<boolean>;
|
637
637
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
638
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
638
|
+
}> & {} & 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}`> & {
|
639
639
|
_allExposed: {
|
640
640
|
activatorEl: Ref<HTMLElement | undefined>;
|
641
641
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -663,7 +663,6 @@ declare const VSnackbar: {
|
|
663
663
|
timeout: string | number;
|
664
664
|
vertical: boolean;
|
665
665
|
modelValue: boolean;
|
666
|
-
tile: boolean;
|
667
666
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
668
667
|
updateLocation: (e?: Event) => void;
|
669
668
|
});
|
@@ -672,6 +671,7 @@ declare const VSnackbar: {
|
|
672
671
|
closeOnContentClick: boolean;
|
673
672
|
closeOnBack: boolean;
|
674
673
|
contained: boolean;
|
674
|
+
tile: boolean;
|
675
675
|
multiLine: boolean;
|
676
676
|
} & {
|
677
677
|
offset?: string | number | number[] | undefined;
|
@@ -683,17 +683,17 @@ declare const VSnackbar: {
|
|
683
683
|
minHeight?: string | number | undefined;
|
684
684
|
minWidth?: string | number | undefined;
|
685
685
|
opacity?: string | number | undefined;
|
686
|
-
position?: "fixed" | "absolute" | "
|
686
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
687
687
|
text?: string | undefined;
|
688
688
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
689
689
|
class?: any;
|
690
|
-
timer?: string | boolean | undefined;
|
691
690
|
theme?: string | undefined;
|
691
|
+
timer?: string | boolean | undefined;
|
692
692
|
rounded?: string | number | boolean | undefined;
|
693
693
|
contentClass?: any;
|
694
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
695
694
|
closeDelay?: string | number | undefined;
|
696
695
|
openDelay?: string | number | undefined;
|
696
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
697
697
|
openOnClick?: boolean | undefined;
|
698
698
|
openOnFocus?: boolean | undefined;
|
699
699
|
contentProps?: any;
|
@@ -749,7 +749,6 @@ declare const VSnackbar: {
|
|
749
749
|
vertical: boolean;
|
750
750
|
modelValue: boolean;
|
751
751
|
rounded: string | number | boolean;
|
752
|
-
tile: boolean;
|
753
752
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
754
753
|
updateLocation: (e?: Event) => void;
|
755
754
|
});
|
@@ -760,6 +759,7 @@ declare const VSnackbar: {
|
|
760
759
|
closeOnContentClick: boolean;
|
761
760
|
closeOnBack: boolean;
|
762
761
|
contained: boolean;
|
762
|
+
tile: boolean;
|
763
763
|
multiLine: boolean;
|
764
764
|
}, true, {}, vue.SlotsType<Partial<{
|
765
765
|
activator: (arg: {
|
@@ -793,7 +793,6 @@ declare const VSnackbar: {
|
|
793
793
|
timeout: string | number;
|
794
794
|
vertical: boolean;
|
795
795
|
modelValue: boolean;
|
796
|
-
tile: boolean;
|
797
796
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
798
797
|
updateLocation: (e?: Event) => void;
|
799
798
|
});
|
@@ -802,6 +801,7 @@ declare const VSnackbar: {
|
|
802
801
|
closeOnContentClick: boolean;
|
803
802
|
closeOnBack: boolean;
|
804
803
|
contained: boolean;
|
804
|
+
tile: boolean;
|
805
805
|
multiLine: boolean;
|
806
806
|
} & {
|
807
807
|
offset?: string | number | number[] | undefined;
|
@@ -813,17 +813,17 @@ declare const VSnackbar: {
|
|
813
813
|
minHeight?: string | number | undefined;
|
814
814
|
minWidth?: string | number | undefined;
|
815
815
|
opacity?: string | number | undefined;
|
816
|
-
position?: "fixed" | "absolute" | "
|
816
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
817
817
|
text?: string | undefined;
|
818
818
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
819
819
|
class?: any;
|
820
|
-
timer?: string | boolean | undefined;
|
821
820
|
theme?: string | undefined;
|
821
|
+
timer?: string | boolean | undefined;
|
822
822
|
rounded?: string | number | boolean | undefined;
|
823
823
|
contentClass?: any;
|
824
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
825
824
|
closeDelay?: string | number | undefined;
|
826
825
|
openDelay?: string | number | undefined;
|
826
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
827
827
|
openOnClick?: boolean | undefined;
|
828
828
|
openOnFocus?: boolean | undefined;
|
829
829
|
contentProps?: any;
|
@@ -877,6 +877,7 @@ declare const VSnackbar: {
|
|
877
877
|
style: vue.StyleValue;
|
878
878
|
eager: boolean;
|
879
879
|
disabled: boolean;
|
880
|
+
persistent: boolean;
|
880
881
|
modelValue: boolean;
|
881
882
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
882
883
|
updateLocation: (e?: Event) => void;
|
@@ -890,7 +891,6 @@ declare const VSnackbar: {
|
|
890
891
|
closeOnBack: boolean;
|
891
892
|
contained: boolean;
|
892
893
|
noClickAnimation: boolean;
|
893
|
-
persistent: boolean;
|
894
894
|
scrim: string | boolean;
|
895
895
|
_disableGlobalStack: boolean;
|
896
896
|
}> & Omit<{
|
@@ -904,6 +904,7 @@ declare const VSnackbar: {
|
|
904
904
|
style: vue.StyleValue;
|
905
905
|
eager: boolean;
|
906
906
|
disabled: boolean;
|
907
|
+
persistent: boolean;
|
907
908
|
modelValue: boolean;
|
908
909
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
909
910
|
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
|
offset?: string | number | number[] | undefined;
|
@@ -930,9 +930,9 @@ declare const VSnackbar: {
|
|
930
930
|
class?: any;
|
931
931
|
theme?: string | undefined;
|
932
932
|
contentClass?: any;
|
933
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
934
933
|
closeDelay?: string | number | undefined;
|
935
934
|
openDelay?: string | number | undefined;
|
935
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
936
936
|
openOnClick?: boolean | undefined;
|
937
937
|
openOnFocus?: boolean | undefined;
|
938
938
|
contentProps?: any;
|
@@ -982,6 +982,7 @@ declare const VSnackbar: {
|
|
982
982
|
style: vue.StyleValue;
|
983
983
|
eager: boolean;
|
984
984
|
disabled: boolean;
|
985
|
+
persistent: boolean;
|
985
986
|
modelValue: boolean;
|
986
987
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
987
988
|
updateLocation: (e?: Event) => void;
|
@@ -993,7 +994,6 @@ declare const VSnackbar: {
|
|
993
994
|
closeOnBack: boolean;
|
994
995
|
contained: boolean;
|
995
996
|
noClickAnimation: boolean;
|
996
|
-
persistent: boolean;
|
997
997
|
scrim: string | boolean;
|
998
998
|
_disableGlobalStack: boolean;
|
999
999
|
} & {
|
@@ -1009,9 +1009,9 @@ declare const VSnackbar: {
|
|
1009
1009
|
class?: any;
|
1010
1010
|
theme?: string | undefined;
|
1011
1011
|
contentClass?: any;
|
1012
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1013
1012
|
closeDelay?: string | number | undefined;
|
1014
1013
|
openDelay?: string | number | undefined;
|
1014
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1015
1015
|
openOnClick?: boolean | undefined;
|
1016
1016
|
openOnFocus?: boolean | undefined;
|
1017
1017
|
contentProps?: any;
|
@@ -1053,7 +1053,7 @@ declare const VSnackbar: {
|
|
1053
1053
|
onAfterLeave?: (() => any) | undefined;
|
1054
1054
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1055
1055
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1056
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1056
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1057
1057
|
$attrs: {
|
1058
1058
|
[x: string]: unknown;
|
1059
1059
|
};
|
@@ -1072,7 +1072,7 @@ declare const VSnackbar: {
|
|
1072
1072
|
}>;
|
1073
1073
|
$root: vue.ComponentPublicInstance | null;
|
1074
1074
|
$parent: vue.ComponentPublicInstance | null;
|
1075
|
-
$emit: ((event: "
|
1075
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1076
1076
|
$el: any;
|
1077
1077
|
$options: vue.ComponentOptionsBase<{
|
1078
1078
|
absolute: boolean;
|
@@ -1085,6 +1085,7 @@ declare const VSnackbar: {
|
|
1085
1085
|
style: vue.StyleValue;
|
1086
1086
|
eager: boolean;
|
1087
1087
|
disabled: boolean;
|
1088
|
+
persistent: boolean;
|
1088
1089
|
modelValue: boolean;
|
1089
1090
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1090
1091
|
updateLocation: (e?: Event) => void;
|
@@ -1096,7 +1097,6 @@ declare const VSnackbar: {
|
|
1096
1097
|
closeOnBack: boolean;
|
1097
1098
|
contained: boolean;
|
1098
1099
|
noClickAnimation: boolean;
|
1099
|
-
persistent: boolean;
|
1100
1100
|
scrim: string | boolean;
|
1101
1101
|
_disableGlobalStack: boolean;
|
1102
1102
|
} & {
|
@@ -1112,9 +1112,9 @@ declare const VSnackbar: {
|
|
1112
1112
|
class?: any;
|
1113
1113
|
theme?: string | undefined;
|
1114
1114
|
contentClass?: any;
|
1115
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1116
1115
|
closeDelay?: string | number | undefined;
|
1117
1116
|
openDelay?: string | number | undefined;
|
1117
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1118
1118
|
openOnClick?: boolean | undefined;
|
1119
1119
|
openOnFocus?: boolean | undefined;
|
1120
1120
|
contentProps?: any;
|
@@ -1181,6 +1181,7 @@ declare const VSnackbar: {
|
|
1181
1181
|
style: vue.StyleValue;
|
1182
1182
|
eager: boolean;
|
1183
1183
|
disabled: boolean;
|
1184
|
+
persistent: boolean;
|
1184
1185
|
modelValue: boolean;
|
1185
1186
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1186
1187
|
updateLocation: (e?: Event) => void;
|
@@ -1194,7 +1195,6 @@ declare const VSnackbar: {
|
|
1194
1195
|
closeOnBack: boolean;
|
1195
1196
|
contained: boolean;
|
1196
1197
|
noClickAnimation: boolean;
|
1197
|
-
persistent: boolean;
|
1198
1198
|
scrim: string | boolean;
|
1199
1199
|
_disableGlobalStack: boolean;
|
1200
1200
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1237,6 +1237,7 @@ declare const VSnackbar: {
|
|
1237
1237
|
style: vue.StyleValue;
|
1238
1238
|
eager: boolean;
|
1239
1239
|
disabled: boolean;
|
1240
|
+
persistent: boolean;
|
1240
1241
|
modelValue: boolean;
|
1241
1242
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1242
1243
|
updateLocation: (e?: Event) => void;
|
@@ -1248,7 +1249,6 @@ declare const VSnackbar: {
|
|
1248
1249
|
closeOnBack: boolean;
|
1249
1250
|
contained: boolean;
|
1250
1251
|
noClickAnimation: boolean;
|
1251
|
-
persistent: boolean;
|
1252
1252
|
scrim: string | boolean;
|
1253
1253
|
_disableGlobalStack: boolean;
|
1254
1254
|
} & {
|
@@ -1264,9 +1264,9 @@ declare const VSnackbar: {
|
|
1264
1264
|
class?: any;
|
1265
1265
|
theme?: string | undefined;
|
1266
1266
|
contentClass?: any;
|
1267
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1268
1267
|
closeDelay?: string | number | undefined;
|
1269
1268
|
openDelay?: string | number | undefined;
|
1269
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1270
1270
|
openOnClick?: boolean | undefined;
|
1271
1271
|
openOnFocus?: boolean | undefined;
|
1272
1272
|
contentProps?: any;
|
@@ -1317,7 +1317,7 @@ declare const VSnackbar: {
|
|
1317
1317
|
globalTop: Readonly<Ref<boolean>>;
|
1318
1318
|
localTop: vue.ComputedRef<boolean>;
|
1319
1319
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1320
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
1320
|
+
}> & {} & 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}`> & {
|
1321
1321
|
_allExposed: {
|
1322
1322
|
activatorEl: Ref<HTMLElement | undefined>;
|
1323
1323
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -1344,7 +1344,6 @@ declare const VSnackbar: {
|
|
1344
1344
|
vertical: boolean;
|
1345
1345
|
modelValue: boolean;
|
1346
1346
|
rounded: string | number | boolean;
|
1347
|
-
tile: boolean;
|
1348
1347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1349
1348
|
updateLocation: (e?: Event) => void;
|
1350
1349
|
});
|
@@ -1355,6 +1354,7 @@ declare const VSnackbar: {
|
|
1355
1354
|
closeOnContentClick: boolean;
|
1356
1355
|
closeOnBack: boolean;
|
1357
1356
|
contained: boolean;
|
1357
|
+
tile: boolean;
|
1358
1358
|
multiLine: boolean;
|
1359
1359
|
}>;
|
1360
1360
|
__isFragment?: never;
|
@@ -1375,7 +1375,6 @@ declare const VSnackbar: {
|
|
1375
1375
|
timeout: string | number;
|
1376
1376
|
vertical: boolean;
|
1377
1377
|
modelValue: boolean;
|
1378
|
-
tile: boolean;
|
1379
1378
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1380
1379
|
updateLocation: (e?: Event) => void;
|
1381
1380
|
});
|
@@ -1384,6 +1383,7 @@ declare const VSnackbar: {
|
|
1384
1383
|
closeOnContentClick: boolean;
|
1385
1384
|
closeOnBack: boolean;
|
1386
1385
|
contained: boolean;
|
1386
|
+
tile: boolean;
|
1387
1387
|
multiLine: boolean;
|
1388
1388
|
} & {
|
1389
1389
|
offset?: string | number | number[] | undefined;
|
@@ -1395,17 +1395,17 @@ declare const VSnackbar: {
|
|
1395
1395
|
minHeight?: string | number | undefined;
|
1396
1396
|
minWidth?: string | number | undefined;
|
1397
1397
|
opacity?: string | number | undefined;
|
1398
|
-
position?: "fixed" | "absolute" | "
|
1398
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1399
1399
|
text?: string | undefined;
|
1400
1400
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1401
1401
|
class?: any;
|
1402
|
-
timer?: string | boolean | undefined;
|
1403
1402
|
theme?: string | undefined;
|
1403
|
+
timer?: string | boolean | undefined;
|
1404
1404
|
rounded?: string | number | boolean | undefined;
|
1405
1405
|
contentClass?: any;
|
1406
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1407
1406
|
closeDelay?: string | number | undefined;
|
1408
1407
|
openDelay?: string | number | undefined;
|
1408
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1409
1409
|
openOnClick?: boolean | undefined;
|
1410
1410
|
openOnFocus?: boolean | undefined;
|
1411
1411
|
contentProps?: any;
|
@@ -1459,6 +1459,7 @@ declare const VSnackbar: {
|
|
1459
1459
|
style: vue.StyleValue;
|
1460
1460
|
eager: boolean;
|
1461
1461
|
disabled: boolean;
|
1462
|
+
persistent: boolean;
|
1462
1463
|
modelValue: boolean;
|
1463
1464
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1464
1465
|
updateLocation: (e?: Event) => void;
|
@@ -1472,7 +1473,6 @@ declare const VSnackbar: {
|
|
1472
1473
|
closeOnBack: boolean;
|
1473
1474
|
contained: boolean;
|
1474
1475
|
noClickAnimation: boolean;
|
1475
|
-
persistent: boolean;
|
1476
1476
|
scrim: string | boolean;
|
1477
1477
|
_disableGlobalStack: boolean;
|
1478
1478
|
}> & Omit<{
|
@@ -1486,6 +1486,7 @@ declare const VSnackbar: {
|
|
1486
1486
|
style: vue.StyleValue;
|
1487
1487
|
eager: boolean;
|
1488
1488
|
disabled: boolean;
|
1489
|
+
persistent: boolean;
|
1489
1490
|
modelValue: boolean;
|
1490
1491
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1491
1492
|
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
|
offset?: string | number | number[] | undefined;
|
@@ -1512,9 +1512,9 @@ declare const VSnackbar: {
|
|
1512
1512
|
class?: any;
|
1513
1513
|
theme?: string | undefined;
|
1514
1514
|
contentClass?: any;
|
1515
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1516
1515
|
closeDelay?: string | number | undefined;
|
1517
1516
|
openDelay?: string | number | undefined;
|
1517
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1518
1518
|
openOnClick?: boolean | undefined;
|
1519
1519
|
openOnFocus?: boolean | undefined;
|
1520
1520
|
contentProps?: any;
|
@@ -1564,6 +1564,7 @@ declare const VSnackbar: {
|
|
1564
1564
|
style: vue.StyleValue;
|
1565
1565
|
eager: boolean;
|
1566
1566
|
disabled: boolean;
|
1567
|
+
persistent: boolean;
|
1567
1568
|
modelValue: boolean;
|
1568
1569
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1569
1570
|
updateLocation: (e?: Event) => void;
|
@@ -1575,7 +1576,6 @@ declare const VSnackbar: {
|
|
1575
1576
|
closeOnBack: boolean;
|
1576
1577
|
contained: boolean;
|
1577
1578
|
noClickAnimation: boolean;
|
1578
|
-
persistent: boolean;
|
1579
1579
|
scrim: string | boolean;
|
1580
1580
|
_disableGlobalStack: boolean;
|
1581
1581
|
} & {
|
@@ -1591,9 +1591,9 @@ declare const VSnackbar: {
|
|
1591
1591
|
class?: any;
|
1592
1592
|
theme?: string | undefined;
|
1593
1593
|
contentClass?: any;
|
1594
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1595
1594
|
closeDelay?: string | number | undefined;
|
1596
1595
|
openDelay?: string | number | undefined;
|
1596
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1597
1597
|
openOnClick?: boolean | undefined;
|
1598
1598
|
openOnFocus?: boolean | undefined;
|
1599
1599
|
contentProps?: any;
|
@@ -1635,7 +1635,7 @@ declare const VSnackbar: {
|
|
1635
1635
|
onAfterLeave?: (() => any) | undefined;
|
1636
1636
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1637
1637
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1638
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
1638
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
1639
1639
|
$attrs: {
|
1640
1640
|
[x: string]: unknown;
|
1641
1641
|
};
|
@@ -1654,7 +1654,7 @@ declare const VSnackbar: {
|
|
1654
1654
|
}>;
|
1655
1655
|
$root: vue.ComponentPublicInstance | null;
|
1656
1656
|
$parent: vue.ComponentPublicInstance | null;
|
1657
|
-
$emit: ((event: "
|
1657
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1658
1658
|
$el: any;
|
1659
1659
|
$options: vue.ComponentOptionsBase<{
|
1660
1660
|
absolute: boolean;
|
@@ -1667,6 +1667,7 @@ declare const VSnackbar: {
|
|
1667
1667
|
style: vue.StyleValue;
|
1668
1668
|
eager: boolean;
|
1669
1669
|
disabled: boolean;
|
1670
|
+
persistent: boolean;
|
1670
1671
|
modelValue: boolean;
|
1671
1672
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1672
1673
|
updateLocation: (e?: Event) => void;
|
@@ -1678,7 +1679,6 @@ declare const VSnackbar: {
|
|
1678
1679
|
closeOnBack: boolean;
|
1679
1680
|
contained: boolean;
|
1680
1681
|
noClickAnimation: boolean;
|
1681
|
-
persistent: boolean;
|
1682
1682
|
scrim: string | boolean;
|
1683
1683
|
_disableGlobalStack: boolean;
|
1684
1684
|
} & {
|
@@ -1694,9 +1694,9 @@ declare const VSnackbar: {
|
|
1694
1694
|
class?: any;
|
1695
1695
|
theme?: string | undefined;
|
1696
1696
|
contentClass?: any;
|
1697
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1698
1697
|
closeDelay?: string | number | undefined;
|
1699
1698
|
openDelay?: string | number | undefined;
|
1699
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1700
1700
|
openOnClick?: boolean | undefined;
|
1701
1701
|
openOnFocus?: boolean | undefined;
|
1702
1702
|
contentProps?: any;
|
@@ -1763,6 +1763,7 @@ declare const VSnackbar: {
|
|
1763
1763
|
style: vue.StyleValue;
|
1764
1764
|
eager: boolean;
|
1765
1765
|
disabled: boolean;
|
1766
|
+
persistent: boolean;
|
1766
1767
|
modelValue: boolean;
|
1767
1768
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1768
1769
|
updateLocation: (e?: Event) => void;
|
@@ -1776,7 +1777,6 @@ declare const VSnackbar: {
|
|
1776
1777
|
closeOnBack: boolean;
|
1777
1778
|
contained: boolean;
|
1778
1779
|
noClickAnimation: boolean;
|
1779
|
-
persistent: boolean;
|
1780
1780
|
scrim: string | boolean;
|
1781
1781
|
_disableGlobalStack: boolean;
|
1782
1782
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -1819,6 +1819,7 @@ declare const VSnackbar: {
|
|
1819
1819
|
style: vue.StyleValue;
|
1820
1820
|
eager: boolean;
|
1821
1821
|
disabled: boolean;
|
1822
|
+
persistent: boolean;
|
1822
1823
|
modelValue: boolean;
|
1823
1824
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1824
1825
|
updateLocation: (e?: Event) => void;
|
@@ -1830,7 +1831,6 @@ declare const VSnackbar: {
|
|
1830
1831
|
closeOnBack: boolean;
|
1831
1832
|
contained: boolean;
|
1832
1833
|
noClickAnimation: boolean;
|
1833
|
-
persistent: boolean;
|
1834
1834
|
scrim: string | boolean;
|
1835
1835
|
_disableGlobalStack: boolean;
|
1836
1836
|
} & {
|
@@ -1846,9 +1846,9 @@ declare const VSnackbar: {
|
|
1846
1846
|
class?: any;
|
1847
1847
|
theme?: string | undefined;
|
1848
1848
|
contentClass?: any;
|
1849
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1850
1849
|
closeDelay?: string | number | undefined;
|
1851
1850
|
openDelay?: string | number | undefined;
|
1851
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1852
1852
|
openOnClick?: boolean | undefined;
|
1853
1853
|
openOnFocus?: boolean | undefined;
|
1854
1854
|
contentProps?: any;
|
@@ -1899,7 +1899,7 @@ declare const VSnackbar: {
|
|
1899
1899
|
globalTop: Readonly<Ref<boolean>>;
|
1900
1900
|
localTop: vue.ComputedRef<boolean>;
|
1901
1901
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1902
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
1902
|
+
}> & {} & 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}`> & {
|
1903
1903
|
_allExposed: {
|
1904
1904
|
activatorEl: Ref<HTMLElement | undefined>;
|
1905
1905
|
scrimEl: Ref<HTMLElement | undefined>;
|
@@ -1928,7 +1928,6 @@ declare const VSnackbar: {
|
|
1928
1928
|
vertical: boolean;
|
1929
1929
|
modelValue: boolean;
|
1930
1930
|
rounded: string | number | boolean;
|
1931
|
-
tile: boolean;
|
1932
1931
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1933
1932
|
updateLocation: (e?: Event) => void;
|
1934
1933
|
});
|
@@ -1939,6 +1938,7 @@ declare const VSnackbar: {
|
|
1939
1938
|
closeOnContentClick: boolean;
|
1940
1939
|
closeOnBack: boolean;
|
1941
1940
|
contained: boolean;
|
1941
|
+
tile: boolean;
|
1942
1942
|
multiLine: boolean;
|
1943
1943
|
}, {}, string, vue.SlotsType<Partial<{
|
1944
1944
|
activator: (arg: {
|
@@ -1997,7 +1997,6 @@ declare const VSnackbar: {
|
|
1997
1997
|
theme: StringConstructor;
|
1998
1998
|
modelValue: BooleanConstructor;
|
1999
1999
|
contentClass: null;
|
2000
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2001
2000
|
locationStrategy: {
|
2002
2001
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2003
2002
|
default: string;
|
@@ -2005,6 +2004,7 @@ declare const VSnackbar: {
|
|
2005
2004
|
};
|
2006
2005
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2007
2006
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2007
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2008
2008
|
activatorProps: {
|
2009
2009
|
type: vue.PropType<Record<string, any>>;
|
2010
2010
|
default: () => {};
|
@@ -2038,7 +2038,7 @@ declare const VSnackbar: {
|
|
2038
2038
|
};
|
2039
2039
|
tile: BooleanConstructor;
|
2040
2040
|
position: {
|
2041
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2041
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2042
2042
|
validator: (v: any) => boolean;
|
2043
2043
|
};
|
2044
2044
|
multiLine: BooleanConstructor;
|
@@ -2096,7 +2096,6 @@ declare const VSnackbar: {
|
|
2096
2096
|
theme: StringConstructor;
|
2097
2097
|
modelValue: BooleanConstructor;
|
2098
2098
|
contentClass: null;
|
2099
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2100
2099
|
locationStrategy: {
|
2101
2100
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
2102
2101
|
default: string;
|
@@ -2104,6 +2103,7 @@ declare const VSnackbar: {
|
|
2104
2103
|
};
|
2105
2104
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2106
2105
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2106
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2107
2107
|
activatorProps: {
|
2108
2108
|
type: vue.PropType<Record<string, any>>;
|
2109
2109
|
default: () => {};
|
@@ -2137,7 +2137,7 @@ declare const VSnackbar: {
|
|
2137
2137
|
};
|
2138
2138
|
tile: BooleanConstructor;
|
2139
2139
|
position: {
|
2140
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2140
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2141
2141
|
validator: (v: any) => boolean;
|
2142
2142
|
};
|
2143
2143
|
multiLine: BooleanConstructor;
|