vuetify 3.7.0 → 3.7.2
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 +172 -172
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +230 -219
- package/dist/vuetify-labs.css +1941 -1926
- package/dist/vuetify-labs.d.ts +4266 -2397
- package/dist/vuetify-labs.esm.js +107 -111
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +107 -111
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1521 -1506
- package/dist/vuetify.d.ts +1282 -901
- package/dist/vuetify.esm.js +79 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +79 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1087 -1086
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +4 -1
- package/lib/blueprints/md1.d.mts +4 -1
- package/lib/blueprints/md2.d.mts +4 -1
- package/lib/blueprints/md3.d.mts +4 -1
- package/lib/components/VAlert/index.d.mts +14 -11
- package/lib/components/VAppBar/index.d.mts +22 -19
- package/lib/components/VAutocomplete/index.d.mts +158 -110
- package/lib/components/VAvatar/VAvatar.css +1 -1
- package/lib/components/VAvatar/_variables.scss +1 -1
- package/lib/components/VAvatar/index.d.mts +8 -5
- package/lib/components/VBadge/index.d.mts +8 -5
- package/lib/components/VBanner/index.d.mts +18 -15
- package/lib/components/VBottomNavigation/index.d.mts +4 -4
- package/lib/components/VBottomSheet/index.d.mts +11 -11
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +3 -5
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +8 -5
- package/lib/components/VBtn/VBtn.mjs +3 -4
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +18 -15
- package/lib/components/VBtnGroup/index.d.mts +4 -4
- package/lib/components/VBtnToggle/index.d.mts +4 -4
- package/lib/components/VCard/VCard.mjs +3 -4
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.mts +18 -15
- package/lib/components/VCarousel/index.d.mts +17 -14
- package/lib/components/VCheckbox/index.d.mts +8 -5
- package/lib/components/VChip/VChip.mjs +2 -3
- package/lib/components/VChip/VChip.mjs.map +1 -1
- package/lib/components/VChip/index.d.mts +12 -9
- package/lib/components/VChipGroup/index.d.mts +8 -5
- package/lib/components/VColorPicker/index.d.mts +22 -22
- package/lib/components/VCombobox/index.d.mts +158 -110
- package/lib/components/VDataTable/index.d.mts +18 -15
- package/lib/components/VDatePicker/index.d.mts +16 -13
- package/lib/components/VDialog/VDialog.css +4 -1
- package/lib/components/VDialog/VDialog.mjs +3 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +2 -1
- package/lib/components/VDialog/index.d.mts +89 -50
- package/lib/components/VEmptyState/index.d.mts +12 -9
- package/lib/components/VExpansionPanel/index.d.mts +8 -5
- package/lib/components/VFab/index.d.mts +22 -19
- package/lib/components/VField/index.d.mts +4 -1
- package/lib/components/VFileInput/index.d.mts +34 -7
- package/lib/components/VFooter/index.d.mts +4 -4
- package/lib/components/VForm/index.d.mts +96 -3
- package/lib/components/VIcon/index.d.mts +8 -5
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +13 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +6 -8
- package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +10 -1
- package/lib/components/VInput/index.d.mts +6 -3
- package/lib/components/VItemGroup/index.d.mts +4 -4
- package/lib/components/VLabel/index.d.mts +4 -4
- package/lib/components/VList/VList.mjs +4 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +8 -6
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +84 -24
- package/lib/components/VMenu/index.d.mts +92 -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 +8 -5
- package/lib/components/VProgressCircular/index.d.mts +4 -4
- package/lib/components/VRadio/index.d.mts +4 -1
- package/lib/components/VRadioGroup/index.d.mts +6 -3
- package/lib/components/VRangeSlider/index.d.mts +12 -9
- package/lib/components/VRating/index.d.mts +4 -1
- package/lib/components/VSelect/index.d.mts +158 -110
- package/lib/components/VSelectionControl/index.d.mts +4 -1
- package/lib/components/VSelectionControlGroup/index.d.mts +4 -1
- package/lib/components/VSheet/index.d.mts +10 -10
- package/lib/components/VSkeletonLoader/index.d.mts +4 -4
- package/lib/components/VSlideGroup/index.d.mts +4 -1
- package/lib/components/VSlider/index.d.mts +12 -9
- package/lib/components/VSnackbar/index.d.mts +95 -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 +6 -3
- package/lib/components/VSystemBar/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +69 -54
- package/lib/components/VTextField/index.d.mts +47 -14
- package/lib/components/VTextarea/index.d.mts +38 -11
- package/lib/components/VTimeline/index.d.mts +8 -5
- package/lib/components/VToolbar/index.d.mts +4 -4
- package/lib/components/VTooltip/index.d.mts +78 -45
- package/lib/components/VWindow/index.d.mts +10 -7
- package/lib/components/index.d.mts +1204 -814
- package/lib/components/index.mjs +1 -1
- package/lib/components/index.mjs.map +1 -1
- package/lib/composables/directiveComponent.mjs +1 -1
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +2 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/index.mjs.map +1 -1
- package/lib/composables/nested/nested.mjs +18 -6
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/openStrategies.mjs +2 -4
- package/lib/composables/nested/openStrategies.mjs.map +1 -1
- package/lib/composables/router.mjs +19 -9
- package/lib/composables/router.mjs.map +1 -1
- package/lib/directives/tooltip/index.mjs +1 -1
- package/lib/directives/tooltip/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/iconsets/fa-svg.d.mts +4 -1
- package/lib/iconsets/fa.d.mts +4 -1
- package/lib/iconsets/fa4.d.mts +4 -1
- package/lib/iconsets/md.d.mts +4 -1
- package/lib/iconsets/mdi-svg.d.mts +4 -1
- package/lib/iconsets/mdi.d.mts +4 -1
- package/lib/index.d.mts +82 -88
- package/lib/labs/VDateInput/index.d.mts +16 -13
- package/lib/labs/VNumberInput/VNumberInput.mjs +7 -1
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +2212 -730
- package/lib/labs/VPicker/index.d.mts +10 -10
- package/lib/labs/VSnackbarQueue/index.d.mts +128 -95
- package/lib/labs/VStepperVertical/index.d.mts +10 -7
- 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/VTreeview.mjs +3 -12
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +9 -20
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +44 -41
- package/lib/labs/components.d.mts +2515 -1000
- package/lib/util/helpers.mjs +7 -3
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +7 -13
- 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/components/VTreeview/VTreeview.mjs +0 -350
- package/lib/components/VTreeview/VTreeview.mjs.map +0 -1
- package/lib/components/VTreeview/VTreeview.sass +0 -128
- package/lib/components/VTreeview/VTreeviewNode.mjs +0 -321
- package/lib/components/VTreeview/VTreeviewNode.mjs.map +0 -1
- package/lib/components/VTreeview/_mixins.sass +0 -18
- package/lib/components/VTreeview/_variables.scss +0 -10
- package/lib/components/VTreeview/index.mjs +0 -10
- package/lib/components/VTreeview/index.mjs.map +0 -1
- package/lib/components/VTreeview/util/filterTreeItems.mjs +0 -25
- package/lib/components/VTreeview/util/filterTreeItems.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,18 @@ 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
|
+
_allExposed: {
|
|
640
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
641
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
642
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
643
|
+
animateClick: () => void;
|
|
644
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
645
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
646
|
+
localTop: vue.ComputedRef<boolean>;
|
|
647
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
648
|
+
} | {};
|
|
649
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
639
650
|
'update:modelValue': (v: boolean) => true;
|
|
640
651
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
641
652
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -652,7 +663,6 @@ declare const VSnackbar: {
|
|
|
652
663
|
timeout: string | number;
|
|
653
664
|
vertical: boolean;
|
|
654
665
|
modelValue: boolean;
|
|
655
|
-
tile: boolean;
|
|
656
666
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
657
667
|
updateLocation: (e?: Event) => void;
|
|
658
668
|
});
|
|
@@ -661,6 +671,7 @@ declare const VSnackbar: {
|
|
|
661
671
|
closeOnContentClick: boolean;
|
|
662
672
|
closeOnBack: boolean;
|
|
663
673
|
contained: boolean;
|
|
674
|
+
tile: boolean;
|
|
664
675
|
multiLine: boolean;
|
|
665
676
|
} & {
|
|
666
677
|
offset?: string | number | number[] | undefined;
|
|
@@ -672,17 +683,17 @@ declare const VSnackbar: {
|
|
|
672
683
|
minHeight?: string | number | undefined;
|
|
673
684
|
minWidth?: string | number | undefined;
|
|
674
685
|
opacity?: string | number | undefined;
|
|
675
|
-
position?: "fixed" | "absolute" | "
|
|
686
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
676
687
|
text?: string | undefined;
|
|
677
688
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
678
689
|
class?: any;
|
|
679
|
-
timer?: string | boolean | undefined;
|
|
680
690
|
theme?: string | undefined;
|
|
691
|
+
timer?: string | boolean | undefined;
|
|
681
692
|
rounded?: string | number | boolean | undefined;
|
|
682
693
|
contentClass?: any;
|
|
683
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
684
694
|
closeDelay?: string | number | undefined;
|
|
685
695
|
openDelay?: string | number | undefined;
|
|
696
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
686
697
|
openOnClick?: boolean | undefined;
|
|
687
698
|
openOnFocus?: boolean | undefined;
|
|
688
699
|
contentProps?: any;
|
|
@@ -738,7 +749,6 @@ declare const VSnackbar: {
|
|
|
738
749
|
vertical: boolean;
|
|
739
750
|
modelValue: boolean;
|
|
740
751
|
rounded: string | number | boolean;
|
|
741
|
-
tile: boolean;
|
|
742
752
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
743
753
|
updateLocation: (e?: Event) => void;
|
|
744
754
|
});
|
|
@@ -749,6 +759,7 @@ declare const VSnackbar: {
|
|
|
749
759
|
closeOnContentClick: boolean;
|
|
750
760
|
closeOnBack: boolean;
|
|
751
761
|
contained: boolean;
|
|
762
|
+
tile: boolean;
|
|
752
763
|
multiLine: boolean;
|
|
753
764
|
}, true, {}, vue.SlotsType<Partial<{
|
|
754
765
|
activator: (arg: {
|
|
@@ -782,7 +793,6 @@ declare const VSnackbar: {
|
|
|
782
793
|
timeout: string | number;
|
|
783
794
|
vertical: boolean;
|
|
784
795
|
modelValue: boolean;
|
|
785
|
-
tile: boolean;
|
|
786
796
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
787
797
|
updateLocation: (e?: Event) => void;
|
|
788
798
|
});
|
|
@@ -791,6 +801,7 @@ declare const VSnackbar: {
|
|
|
791
801
|
closeOnContentClick: boolean;
|
|
792
802
|
closeOnBack: boolean;
|
|
793
803
|
contained: boolean;
|
|
804
|
+
tile: boolean;
|
|
794
805
|
multiLine: boolean;
|
|
795
806
|
} & {
|
|
796
807
|
offset?: string | number | number[] | undefined;
|
|
@@ -802,17 +813,17 @@ declare const VSnackbar: {
|
|
|
802
813
|
minHeight?: string | number | undefined;
|
|
803
814
|
minWidth?: string | number | undefined;
|
|
804
815
|
opacity?: string | number | undefined;
|
|
805
|
-
position?: "fixed" | "absolute" | "
|
|
816
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
806
817
|
text?: string | undefined;
|
|
807
818
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
808
819
|
class?: any;
|
|
809
|
-
timer?: string | boolean | undefined;
|
|
810
820
|
theme?: string | undefined;
|
|
821
|
+
timer?: string | boolean | undefined;
|
|
811
822
|
rounded?: string | number | boolean | undefined;
|
|
812
823
|
contentClass?: any;
|
|
813
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
814
824
|
closeDelay?: string | number | undefined;
|
|
815
825
|
openDelay?: string | number | undefined;
|
|
826
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
816
827
|
openOnClick?: boolean | undefined;
|
|
817
828
|
openOnFocus?: boolean | undefined;
|
|
818
829
|
contentProps?: any;
|
|
@@ -866,6 +877,7 @@ declare const VSnackbar: {
|
|
|
866
877
|
style: vue.StyleValue;
|
|
867
878
|
eager: boolean;
|
|
868
879
|
disabled: boolean;
|
|
880
|
+
persistent: boolean;
|
|
869
881
|
modelValue: boolean;
|
|
870
882
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
871
883
|
updateLocation: (e?: Event) => void;
|
|
@@ -879,7 +891,6 @@ declare const VSnackbar: {
|
|
|
879
891
|
closeOnBack: boolean;
|
|
880
892
|
contained: boolean;
|
|
881
893
|
noClickAnimation: boolean;
|
|
882
|
-
persistent: boolean;
|
|
883
894
|
scrim: string | boolean;
|
|
884
895
|
_disableGlobalStack: boolean;
|
|
885
896
|
}> & Omit<{
|
|
@@ -893,6 +904,7 @@ declare const VSnackbar: {
|
|
|
893
904
|
style: vue.StyleValue;
|
|
894
905
|
eager: boolean;
|
|
895
906
|
disabled: boolean;
|
|
907
|
+
persistent: boolean;
|
|
896
908
|
modelValue: boolean;
|
|
897
909
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
898
910
|
updateLocation: (e?: Event) => void;
|
|
@@ -904,7 +916,6 @@ declare const VSnackbar: {
|
|
|
904
916
|
closeOnBack: boolean;
|
|
905
917
|
contained: boolean;
|
|
906
918
|
noClickAnimation: boolean;
|
|
907
|
-
persistent: boolean;
|
|
908
919
|
scrim: string | boolean;
|
|
909
920
|
_disableGlobalStack: boolean;
|
|
910
921
|
offset?: string | number | number[] | undefined;
|
|
@@ -919,9 +930,9 @@ declare const VSnackbar: {
|
|
|
919
930
|
class?: any;
|
|
920
931
|
theme?: string | undefined;
|
|
921
932
|
contentClass?: any;
|
|
922
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
923
933
|
closeDelay?: string | number | undefined;
|
|
924
934
|
openDelay?: string | number | undefined;
|
|
935
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
925
936
|
openOnClick?: boolean | undefined;
|
|
926
937
|
openOnFocus?: boolean | undefined;
|
|
927
938
|
contentProps?: any;
|
|
@@ -971,6 +982,7 @@ declare const VSnackbar: {
|
|
|
971
982
|
style: vue.StyleValue;
|
|
972
983
|
eager: boolean;
|
|
973
984
|
disabled: boolean;
|
|
985
|
+
persistent: boolean;
|
|
974
986
|
modelValue: boolean;
|
|
975
987
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
976
988
|
updateLocation: (e?: Event) => void;
|
|
@@ -982,7 +994,6 @@ declare const VSnackbar: {
|
|
|
982
994
|
closeOnBack: boolean;
|
|
983
995
|
contained: boolean;
|
|
984
996
|
noClickAnimation: boolean;
|
|
985
|
-
persistent: boolean;
|
|
986
997
|
scrim: string | boolean;
|
|
987
998
|
_disableGlobalStack: boolean;
|
|
988
999
|
} & {
|
|
@@ -998,9 +1009,9 @@ declare const VSnackbar: {
|
|
|
998
1009
|
class?: any;
|
|
999
1010
|
theme?: string | undefined;
|
|
1000
1011
|
contentClass?: any;
|
|
1001
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1002
1012
|
closeDelay?: string | number | undefined;
|
|
1003
1013
|
openDelay?: string | number | undefined;
|
|
1014
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1004
1015
|
openOnClick?: boolean | undefined;
|
|
1005
1016
|
openOnFocus?: boolean | undefined;
|
|
1006
1017
|
contentProps?: any;
|
|
@@ -1042,7 +1053,7 @@ declare const VSnackbar: {
|
|
|
1042
1053
|
onAfterLeave?: (() => any) | undefined;
|
|
1043
1054
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1044
1055
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1045
|
-
}, "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">;
|
|
1046
1057
|
$attrs: {
|
|
1047
1058
|
[x: string]: unknown;
|
|
1048
1059
|
};
|
|
@@ -1061,7 +1072,7 @@ declare const VSnackbar: {
|
|
|
1061
1072
|
}>;
|
|
1062
1073
|
$root: vue.ComponentPublicInstance | null;
|
|
1063
1074
|
$parent: vue.ComponentPublicInstance | null;
|
|
1064
|
-
$emit: ((event: "
|
|
1075
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1065
1076
|
$el: any;
|
|
1066
1077
|
$options: vue.ComponentOptionsBase<{
|
|
1067
1078
|
absolute: boolean;
|
|
@@ -1074,6 +1085,7 @@ declare const VSnackbar: {
|
|
|
1074
1085
|
style: vue.StyleValue;
|
|
1075
1086
|
eager: boolean;
|
|
1076
1087
|
disabled: boolean;
|
|
1088
|
+
persistent: boolean;
|
|
1077
1089
|
modelValue: boolean;
|
|
1078
1090
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1079
1091
|
updateLocation: (e?: Event) => void;
|
|
@@ -1085,7 +1097,6 @@ declare const VSnackbar: {
|
|
|
1085
1097
|
closeOnBack: boolean;
|
|
1086
1098
|
contained: boolean;
|
|
1087
1099
|
noClickAnimation: boolean;
|
|
1088
|
-
persistent: boolean;
|
|
1089
1100
|
scrim: string | boolean;
|
|
1090
1101
|
_disableGlobalStack: boolean;
|
|
1091
1102
|
} & {
|
|
@@ -1101,9 +1112,9 @@ declare const VSnackbar: {
|
|
|
1101
1112
|
class?: any;
|
|
1102
1113
|
theme?: string | undefined;
|
|
1103
1114
|
contentClass?: any;
|
|
1104
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1105
1115
|
closeDelay?: string | number | undefined;
|
|
1106
1116
|
openDelay?: string | number | undefined;
|
|
1117
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1107
1118
|
openOnClick?: boolean | undefined;
|
|
1108
1119
|
openOnFocus?: boolean | undefined;
|
|
1109
1120
|
contentProps?: any;
|
|
@@ -1170,6 +1181,7 @@ declare const VSnackbar: {
|
|
|
1170
1181
|
style: vue.StyleValue;
|
|
1171
1182
|
eager: boolean;
|
|
1172
1183
|
disabled: boolean;
|
|
1184
|
+
persistent: boolean;
|
|
1173
1185
|
modelValue: boolean;
|
|
1174
1186
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1175
1187
|
updateLocation: (e?: Event) => void;
|
|
@@ -1183,7 +1195,6 @@ declare const VSnackbar: {
|
|
|
1183
1195
|
closeOnBack: boolean;
|
|
1184
1196
|
contained: boolean;
|
|
1185
1197
|
noClickAnimation: boolean;
|
|
1186
|
-
persistent: boolean;
|
|
1187
1198
|
scrim: string | boolean;
|
|
1188
1199
|
_disableGlobalStack: boolean;
|
|
1189
1200
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1226,6 +1237,7 @@ declare const VSnackbar: {
|
|
|
1226
1237
|
style: vue.StyleValue;
|
|
1227
1238
|
eager: boolean;
|
|
1228
1239
|
disabled: boolean;
|
|
1240
|
+
persistent: boolean;
|
|
1229
1241
|
modelValue: boolean;
|
|
1230
1242
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1231
1243
|
updateLocation: (e?: Event) => void;
|
|
@@ -1237,7 +1249,6 @@ declare const VSnackbar: {
|
|
|
1237
1249
|
closeOnBack: boolean;
|
|
1238
1250
|
contained: boolean;
|
|
1239
1251
|
noClickAnimation: boolean;
|
|
1240
|
-
persistent: boolean;
|
|
1241
1252
|
scrim: string | boolean;
|
|
1242
1253
|
_disableGlobalStack: boolean;
|
|
1243
1254
|
} & {
|
|
@@ -1253,9 +1264,9 @@ declare const VSnackbar: {
|
|
|
1253
1264
|
class?: any;
|
|
1254
1265
|
theme?: string | undefined;
|
|
1255
1266
|
contentClass?: any;
|
|
1256
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1257
1267
|
closeDelay?: string | number | undefined;
|
|
1258
1268
|
openDelay?: string | number | undefined;
|
|
1269
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1259
1270
|
openOnClick?: boolean | undefined;
|
|
1260
1271
|
openOnFocus?: boolean | undefined;
|
|
1261
1272
|
contentProps?: any;
|
|
@@ -1306,7 +1317,18 @@ declare const VSnackbar: {
|
|
|
1306
1317
|
globalTop: Readonly<Ref<boolean>>;
|
|
1307
1318
|
localTop: vue.ComputedRef<boolean>;
|
|
1308
1319
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1309
|
-
}> & {} & 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
|
+
_allExposed: {
|
|
1322
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
1323
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
1324
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1325
|
+
animateClick: () => void;
|
|
1326
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
1327
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
1328
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1329
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1330
|
+
} | {};
|
|
1331
|
+
}, {}, {}, {}, {
|
|
1310
1332
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1311
1333
|
absolute: boolean;
|
|
1312
1334
|
location: Anchor;
|
|
@@ -1322,7 +1344,6 @@ declare const VSnackbar: {
|
|
|
1322
1344
|
vertical: boolean;
|
|
1323
1345
|
modelValue: boolean;
|
|
1324
1346
|
rounded: string | number | boolean;
|
|
1325
|
-
tile: boolean;
|
|
1326
1347
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1327
1348
|
updateLocation: (e?: Event) => void;
|
|
1328
1349
|
});
|
|
@@ -1333,6 +1354,7 @@ declare const VSnackbar: {
|
|
|
1333
1354
|
closeOnContentClick: boolean;
|
|
1334
1355
|
closeOnBack: boolean;
|
|
1335
1356
|
contained: boolean;
|
|
1357
|
+
tile: boolean;
|
|
1336
1358
|
multiLine: boolean;
|
|
1337
1359
|
}>;
|
|
1338
1360
|
__isFragment?: never;
|
|
@@ -1353,7 +1375,6 @@ declare const VSnackbar: {
|
|
|
1353
1375
|
timeout: string | number;
|
|
1354
1376
|
vertical: boolean;
|
|
1355
1377
|
modelValue: boolean;
|
|
1356
|
-
tile: boolean;
|
|
1357
1378
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1358
1379
|
updateLocation: (e?: Event) => void;
|
|
1359
1380
|
});
|
|
@@ -1362,6 +1383,7 @@ declare const VSnackbar: {
|
|
|
1362
1383
|
closeOnContentClick: boolean;
|
|
1363
1384
|
closeOnBack: boolean;
|
|
1364
1385
|
contained: boolean;
|
|
1386
|
+
tile: boolean;
|
|
1365
1387
|
multiLine: boolean;
|
|
1366
1388
|
} & {
|
|
1367
1389
|
offset?: string | number | number[] | undefined;
|
|
@@ -1373,17 +1395,17 @@ declare const VSnackbar: {
|
|
|
1373
1395
|
minHeight?: string | number | undefined;
|
|
1374
1396
|
minWidth?: string | number | undefined;
|
|
1375
1397
|
opacity?: string | number | undefined;
|
|
1376
|
-
position?: "fixed" | "absolute" | "
|
|
1398
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1377
1399
|
text?: string | undefined;
|
|
1378
1400
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
1379
1401
|
class?: any;
|
|
1380
|
-
timer?: string | boolean | undefined;
|
|
1381
1402
|
theme?: string | undefined;
|
|
1403
|
+
timer?: string | boolean | undefined;
|
|
1382
1404
|
rounded?: string | number | boolean | undefined;
|
|
1383
1405
|
contentClass?: any;
|
|
1384
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1385
1406
|
closeDelay?: string | number | undefined;
|
|
1386
1407
|
openDelay?: string | number | undefined;
|
|
1408
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1387
1409
|
openOnClick?: boolean | undefined;
|
|
1388
1410
|
openOnFocus?: boolean | undefined;
|
|
1389
1411
|
contentProps?: any;
|
|
@@ -1437,6 +1459,7 @@ declare const VSnackbar: {
|
|
|
1437
1459
|
style: vue.StyleValue;
|
|
1438
1460
|
eager: boolean;
|
|
1439
1461
|
disabled: boolean;
|
|
1462
|
+
persistent: boolean;
|
|
1440
1463
|
modelValue: boolean;
|
|
1441
1464
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1442
1465
|
updateLocation: (e?: Event) => void;
|
|
@@ -1450,7 +1473,6 @@ declare const VSnackbar: {
|
|
|
1450
1473
|
closeOnBack: boolean;
|
|
1451
1474
|
contained: boolean;
|
|
1452
1475
|
noClickAnimation: boolean;
|
|
1453
|
-
persistent: boolean;
|
|
1454
1476
|
scrim: string | boolean;
|
|
1455
1477
|
_disableGlobalStack: boolean;
|
|
1456
1478
|
}> & Omit<{
|
|
@@ -1464,6 +1486,7 @@ declare const VSnackbar: {
|
|
|
1464
1486
|
style: vue.StyleValue;
|
|
1465
1487
|
eager: boolean;
|
|
1466
1488
|
disabled: boolean;
|
|
1489
|
+
persistent: boolean;
|
|
1467
1490
|
modelValue: boolean;
|
|
1468
1491
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1469
1492
|
updateLocation: (e?: Event) => void;
|
|
@@ -1475,7 +1498,6 @@ declare const VSnackbar: {
|
|
|
1475
1498
|
closeOnBack: boolean;
|
|
1476
1499
|
contained: boolean;
|
|
1477
1500
|
noClickAnimation: boolean;
|
|
1478
|
-
persistent: boolean;
|
|
1479
1501
|
scrim: string | boolean;
|
|
1480
1502
|
_disableGlobalStack: boolean;
|
|
1481
1503
|
offset?: string | number | number[] | undefined;
|
|
@@ -1490,9 +1512,9 @@ declare const VSnackbar: {
|
|
|
1490
1512
|
class?: any;
|
|
1491
1513
|
theme?: string | undefined;
|
|
1492
1514
|
contentClass?: any;
|
|
1493
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1494
1515
|
closeDelay?: string | number | undefined;
|
|
1495
1516
|
openDelay?: string | number | undefined;
|
|
1517
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1496
1518
|
openOnClick?: boolean | undefined;
|
|
1497
1519
|
openOnFocus?: boolean | undefined;
|
|
1498
1520
|
contentProps?: any;
|
|
@@ -1542,6 +1564,7 @@ declare const VSnackbar: {
|
|
|
1542
1564
|
style: vue.StyleValue;
|
|
1543
1565
|
eager: boolean;
|
|
1544
1566
|
disabled: boolean;
|
|
1567
|
+
persistent: boolean;
|
|
1545
1568
|
modelValue: boolean;
|
|
1546
1569
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1547
1570
|
updateLocation: (e?: Event) => void;
|
|
@@ -1553,7 +1576,6 @@ declare const VSnackbar: {
|
|
|
1553
1576
|
closeOnBack: boolean;
|
|
1554
1577
|
contained: boolean;
|
|
1555
1578
|
noClickAnimation: boolean;
|
|
1556
|
-
persistent: boolean;
|
|
1557
1579
|
scrim: string | boolean;
|
|
1558
1580
|
_disableGlobalStack: boolean;
|
|
1559
1581
|
} & {
|
|
@@ -1569,9 +1591,9 @@ declare const VSnackbar: {
|
|
|
1569
1591
|
class?: any;
|
|
1570
1592
|
theme?: string | undefined;
|
|
1571
1593
|
contentClass?: any;
|
|
1572
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1573
1594
|
closeDelay?: string | number | undefined;
|
|
1574
1595
|
openDelay?: string | number | undefined;
|
|
1596
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1575
1597
|
openOnClick?: boolean | undefined;
|
|
1576
1598
|
openOnFocus?: boolean | undefined;
|
|
1577
1599
|
contentProps?: any;
|
|
@@ -1613,7 +1635,7 @@ declare const VSnackbar: {
|
|
|
1613
1635
|
onAfterLeave?: (() => any) | undefined;
|
|
1614
1636
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1615
1637
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1616
|
-
}, "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">;
|
|
1617
1639
|
$attrs: {
|
|
1618
1640
|
[x: string]: unknown;
|
|
1619
1641
|
};
|
|
@@ -1632,7 +1654,7 @@ declare const VSnackbar: {
|
|
|
1632
1654
|
}>;
|
|
1633
1655
|
$root: vue.ComponentPublicInstance | null;
|
|
1634
1656
|
$parent: vue.ComponentPublicInstance | null;
|
|
1635
|
-
$emit: ((event: "
|
|
1657
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1636
1658
|
$el: any;
|
|
1637
1659
|
$options: vue.ComponentOptionsBase<{
|
|
1638
1660
|
absolute: boolean;
|
|
@@ -1645,6 +1667,7 @@ declare const VSnackbar: {
|
|
|
1645
1667
|
style: vue.StyleValue;
|
|
1646
1668
|
eager: boolean;
|
|
1647
1669
|
disabled: boolean;
|
|
1670
|
+
persistent: boolean;
|
|
1648
1671
|
modelValue: boolean;
|
|
1649
1672
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1650
1673
|
updateLocation: (e?: Event) => void;
|
|
@@ -1656,7 +1679,6 @@ declare const VSnackbar: {
|
|
|
1656
1679
|
closeOnBack: boolean;
|
|
1657
1680
|
contained: boolean;
|
|
1658
1681
|
noClickAnimation: boolean;
|
|
1659
|
-
persistent: boolean;
|
|
1660
1682
|
scrim: string | boolean;
|
|
1661
1683
|
_disableGlobalStack: boolean;
|
|
1662
1684
|
} & {
|
|
@@ -1672,9 +1694,9 @@ declare const VSnackbar: {
|
|
|
1672
1694
|
class?: any;
|
|
1673
1695
|
theme?: string | undefined;
|
|
1674
1696
|
contentClass?: any;
|
|
1675
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1676
1697
|
closeDelay?: string | number | undefined;
|
|
1677
1698
|
openDelay?: string | number | undefined;
|
|
1699
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1678
1700
|
openOnClick?: boolean | undefined;
|
|
1679
1701
|
openOnFocus?: boolean | undefined;
|
|
1680
1702
|
contentProps?: any;
|
|
@@ -1741,6 +1763,7 @@ declare const VSnackbar: {
|
|
|
1741
1763
|
style: vue.StyleValue;
|
|
1742
1764
|
eager: boolean;
|
|
1743
1765
|
disabled: boolean;
|
|
1766
|
+
persistent: boolean;
|
|
1744
1767
|
modelValue: boolean;
|
|
1745
1768
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1746
1769
|
updateLocation: (e?: Event) => void;
|
|
@@ -1754,7 +1777,6 @@ declare const VSnackbar: {
|
|
|
1754
1777
|
closeOnBack: boolean;
|
|
1755
1778
|
contained: boolean;
|
|
1756
1779
|
noClickAnimation: boolean;
|
|
1757
|
-
persistent: boolean;
|
|
1758
1780
|
scrim: string | boolean;
|
|
1759
1781
|
_disableGlobalStack: boolean;
|
|
1760
1782
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1797,6 +1819,7 @@ declare const VSnackbar: {
|
|
|
1797
1819
|
style: vue.StyleValue;
|
|
1798
1820
|
eager: boolean;
|
|
1799
1821
|
disabled: boolean;
|
|
1822
|
+
persistent: boolean;
|
|
1800
1823
|
modelValue: boolean;
|
|
1801
1824
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1802
1825
|
updateLocation: (e?: Event) => void;
|
|
@@ -1808,7 +1831,6 @@ declare const VSnackbar: {
|
|
|
1808
1831
|
closeOnBack: boolean;
|
|
1809
1832
|
contained: boolean;
|
|
1810
1833
|
noClickAnimation: boolean;
|
|
1811
|
-
persistent: boolean;
|
|
1812
1834
|
scrim: string | boolean;
|
|
1813
1835
|
_disableGlobalStack: boolean;
|
|
1814
1836
|
} & {
|
|
@@ -1824,9 +1846,9 @@ declare const VSnackbar: {
|
|
|
1824
1846
|
class?: any;
|
|
1825
1847
|
theme?: string | undefined;
|
|
1826
1848
|
contentClass?: any;
|
|
1827
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1828
1849
|
closeDelay?: string | number | undefined;
|
|
1829
1850
|
openDelay?: string | number | undefined;
|
|
1851
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1830
1852
|
openOnClick?: boolean | undefined;
|
|
1831
1853
|
openOnFocus?: boolean | undefined;
|
|
1832
1854
|
contentProps?: any;
|
|
@@ -1877,7 +1899,18 @@ declare const VSnackbar: {
|
|
|
1877
1899
|
globalTop: Readonly<Ref<boolean>>;
|
|
1878
1900
|
localTop: vue.ComputedRef<boolean>;
|
|
1879
1901
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1880
|
-
}> & {} & 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
|
+
_allExposed: {
|
|
1904
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
1905
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
1906
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1907
|
+
animateClick: () => void;
|
|
1908
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
1909
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
1910
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1911
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1912
|
+
} | {};
|
|
1913
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1881
1914
|
'update:modelValue': (v: boolean) => true;
|
|
1882
1915
|
}, string, {
|
|
1883
1916
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1895,7 +1928,6 @@ declare const VSnackbar: {
|
|
|
1895
1928
|
vertical: boolean;
|
|
1896
1929
|
modelValue: boolean;
|
|
1897
1930
|
rounded: string | number | boolean;
|
|
1898
|
-
tile: boolean;
|
|
1899
1931
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1900
1932
|
updateLocation: (e?: Event) => void;
|
|
1901
1933
|
});
|
|
@@ -1906,6 +1938,7 @@ declare const VSnackbar: {
|
|
|
1906
1938
|
closeOnContentClick: boolean;
|
|
1907
1939
|
closeOnBack: boolean;
|
|
1908
1940
|
contained: boolean;
|
|
1941
|
+
tile: boolean;
|
|
1909
1942
|
multiLine: boolean;
|
|
1910
1943
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1911
1944
|
activator: (arg: {
|
|
@@ -1964,7 +1997,6 @@ declare const VSnackbar: {
|
|
|
1964
1997
|
theme: StringConstructor;
|
|
1965
1998
|
modelValue: BooleanConstructor;
|
|
1966
1999
|
contentClass: null;
|
|
1967
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1968
2000
|
locationStrategy: {
|
|
1969
2001
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
1970
2002
|
default: string;
|
|
@@ -1972,6 +2004,7 @@ declare const VSnackbar: {
|
|
|
1972
2004
|
};
|
|
1973
2005
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
1974
2006
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2007
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1975
2008
|
activatorProps: {
|
|
1976
2009
|
type: vue.PropType<Record<string, any>>;
|
|
1977
2010
|
default: () => {};
|
|
@@ -2005,7 +2038,7 @@ declare const VSnackbar: {
|
|
|
2005
2038
|
};
|
|
2006
2039
|
tile: BooleanConstructor;
|
|
2007
2040
|
position: {
|
|
2008
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
2041
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2009
2042
|
validator: (v: any) => boolean;
|
|
2010
2043
|
};
|
|
2011
2044
|
multiLine: BooleanConstructor;
|
|
@@ -2063,7 +2096,6 @@ declare const VSnackbar: {
|
|
|
2063
2096
|
theme: StringConstructor;
|
|
2064
2097
|
modelValue: BooleanConstructor;
|
|
2065
2098
|
contentClass: null;
|
|
2066
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2067
2099
|
locationStrategy: {
|
|
2068
2100
|
type: vue.PropType<StrategyProps["locationStrategy"]>;
|
|
2069
2101
|
default: string;
|
|
@@ -2071,6 +2103,7 @@ declare const VSnackbar: {
|
|
|
2071
2103
|
};
|
|
2072
2104
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2073
2105
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2106
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2074
2107
|
activatorProps: {
|
|
2075
2108
|
type: vue.PropType<Record<string, any>>;
|
|
2076
2109
|
default: () => {};
|
|
@@ -2104,7 +2137,7 @@ declare const VSnackbar: {
|
|
|
2104
2137
|
};
|
|
2105
2138
|
tile: BooleanConstructor;
|
|
2106
2139
|
position: {
|
|
2107
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
2140
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2108
2141
|
validator: (v: any) => boolean;
|
|
2109
2142
|
};
|
|
2110
2143
|
multiLine: BooleanConstructor;
|