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
|
@@ -136,7 +136,6 @@ declare const VSnackbar: {
|
|
|
136
136
|
timeout: string | number;
|
|
137
137
|
vertical: boolean;
|
|
138
138
|
modelValue: boolean;
|
|
139
|
-
tile: boolean;
|
|
140
139
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
141
140
|
updateLocation: (e?: Event) => void;
|
|
142
141
|
});
|
|
@@ -145,6 +144,7 @@ declare const VSnackbar: {
|
|
|
145
144
|
closeOnContentClick: boolean;
|
|
146
145
|
closeOnBack: boolean;
|
|
147
146
|
contained: boolean;
|
|
147
|
+
tile: boolean;
|
|
148
148
|
multiLine: boolean;
|
|
149
149
|
} & {
|
|
150
150
|
offset?: string | number | number[] | undefined;
|
|
@@ -156,17 +156,17 @@ declare const VSnackbar: {
|
|
|
156
156
|
minHeight?: string | number | undefined;
|
|
157
157
|
minWidth?: string | number | undefined;
|
|
158
158
|
opacity?: string | number | undefined;
|
|
159
|
-
position?: "fixed" | "absolute" | "
|
|
159
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
160
160
|
text?: string | undefined;
|
|
161
161
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
162
162
|
class?: any;
|
|
163
|
-
timer?: string | boolean | undefined;
|
|
164
163
|
theme?: string | undefined;
|
|
164
|
+
timer?: string | boolean | undefined;
|
|
165
165
|
rounded?: string | number | boolean | undefined;
|
|
166
166
|
contentClass?: any;
|
|
167
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
168
167
|
closeDelay?: string | number | undefined;
|
|
169
168
|
openDelay?: string | number | undefined;
|
|
169
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
170
170
|
openOnClick?: boolean | undefined;
|
|
171
171
|
openOnFocus?: boolean | undefined;
|
|
172
172
|
contentProps?: any;
|
|
@@ -220,6 +220,7 @@ declare const VSnackbar: {
|
|
|
220
220
|
style: vue.StyleValue;
|
|
221
221
|
eager: boolean;
|
|
222
222
|
disabled: boolean;
|
|
223
|
+
persistent: boolean;
|
|
223
224
|
modelValue: boolean;
|
|
224
225
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
225
226
|
updateLocation: (e?: Event) => void;
|
|
@@ -233,7 +234,6 @@ declare const VSnackbar: {
|
|
|
233
234
|
closeOnBack: boolean;
|
|
234
235
|
contained: boolean;
|
|
235
236
|
noClickAnimation: boolean;
|
|
236
|
-
persistent: boolean;
|
|
237
237
|
scrim: string | boolean;
|
|
238
238
|
_disableGlobalStack: boolean;
|
|
239
239
|
}> & Omit<{
|
|
@@ -247,6 +247,7 @@ declare const VSnackbar: {
|
|
|
247
247
|
style: vue.StyleValue;
|
|
248
248
|
eager: boolean;
|
|
249
249
|
disabled: boolean;
|
|
250
|
+
persistent: boolean;
|
|
250
251
|
modelValue: boolean;
|
|
251
252
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
252
253
|
updateLocation: (e?: Event) => void;
|
|
@@ -258,7 +259,6 @@ declare const VSnackbar: {
|
|
|
258
259
|
closeOnBack: boolean;
|
|
259
260
|
contained: boolean;
|
|
260
261
|
noClickAnimation: boolean;
|
|
261
|
-
persistent: boolean;
|
|
262
262
|
scrim: string | boolean;
|
|
263
263
|
_disableGlobalStack: boolean;
|
|
264
264
|
offset?: string | number | number[] | undefined;
|
|
@@ -273,9 +273,9 @@ declare const VSnackbar: {
|
|
|
273
273
|
class?: any;
|
|
274
274
|
theme?: string | undefined;
|
|
275
275
|
contentClass?: any;
|
|
276
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
277
276
|
closeDelay?: string | number | undefined;
|
|
278
277
|
openDelay?: string | number | undefined;
|
|
278
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
279
279
|
openOnClick?: boolean | undefined;
|
|
280
280
|
openOnFocus?: boolean | undefined;
|
|
281
281
|
contentProps?: any;
|
|
@@ -325,6 +325,7 @@ declare const VSnackbar: {
|
|
|
325
325
|
style: vue.StyleValue;
|
|
326
326
|
eager: boolean;
|
|
327
327
|
disabled: boolean;
|
|
328
|
+
persistent: boolean;
|
|
328
329
|
modelValue: boolean;
|
|
329
330
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
330
331
|
updateLocation: (e?: Event) => void;
|
|
@@ -336,7 +337,6 @@ declare const VSnackbar: {
|
|
|
336
337
|
closeOnBack: boolean;
|
|
337
338
|
contained: boolean;
|
|
338
339
|
noClickAnimation: boolean;
|
|
339
|
-
persistent: boolean;
|
|
340
340
|
scrim: string | boolean;
|
|
341
341
|
_disableGlobalStack: boolean;
|
|
342
342
|
} & {
|
|
@@ -352,9 +352,9 @@ declare const VSnackbar: {
|
|
|
352
352
|
class?: any;
|
|
353
353
|
theme?: string | undefined;
|
|
354
354
|
contentClass?: any;
|
|
355
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
356
355
|
closeDelay?: string | number | undefined;
|
|
357
356
|
openDelay?: string | number | undefined;
|
|
357
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
358
358
|
openOnClick?: boolean | undefined;
|
|
359
359
|
openOnFocus?: boolean | undefined;
|
|
360
360
|
contentProps?: any;
|
|
@@ -396,7 +396,7 @@ declare const VSnackbar: {
|
|
|
396
396
|
onAfterLeave?: (() => any) | undefined;
|
|
397
397
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
398
398
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
399
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
399
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
400
400
|
$attrs: {
|
|
401
401
|
[x: string]: unknown;
|
|
402
402
|
};
|
|
@@ -415,7 +415,7 @@ declare const VSnackbar: {
|
|
|
415
415
|
}>;
|
|
416
416
|
$root: vue.ComponentPublicInstance | null;
|
|
417
417
|
$parent: vue.ComponentPublicInstance | null;
|
|
418
|
-
$emit: ((event: "
|
|
418
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
419
419
|
$el: any;
|
|
420
420
|
$options: vue.ComponentOptionsBase<{
|
|
421
421
|
absolute: boolean;
|
|
@@ -428,6 +428,7 @@ declare const VSnackbar: {
|
|
|
428
428
|
style: vue.StyleValue;
|
|
429
429
|
eager: boolean;
|
|
430
430
|
disabled: boolean;
|
|
431
|
+
persistent: boolean;
|
|
431
432
|
modelValue: boolean;
|
|
432
433
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
433
434
|
updateLocation: (e?: Event) => void;
|
|
@@ -439,7 +440,6 @@ declare const VSnackbar: {
|
|
|
439
440
|
closeOnBack: boolean;
|
|
440
441
|
contained: boolean;
|
|
441
442
|
noClickAnimation: boolean;
|
|
442
|
-
persistent: boolean;
|
|
443
443
|
scrim: string | boolean;
|
|
444
444
|
_disableGlobalStack: boolean;
|
|
445
445
|
} & {
|
|
@@ -455,9 +455,9 @@ declare const VSnackbar: {
|
|
|
455
455
|
class?: any;
|
|
456
456
|
theme?: string | undefined;
|
|
457
457
|
contentClass?: any;
|
|
458
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
459
458
|
closeDelay?: string | number | undefined;
|
|
460
459
|
openDelay?: string | number | undefined;
|
|
460
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
461
461
|
openOnClick?: boolean | undefined;
|
|
462
462
|
openOnFocus?: boolean | undefined;
|
|
463
463
|
contentProps?: any;
|
|
@@ -524,6 +524,7 @@ declare const VSnackbar: {
|
|
|
524
524
|
style: vue.StyleValue;
|
|
525
525
|
eager: boolean;
|
|
526
526
|
disabled: boolean;
|
|
527
|
+
persistent: boolean;
|
|
527
528
|
modelValue: boolean;
|
|
528
529
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
529
530
|
updateLocation: (e?: Event) => void;
|
|
@@ -537,7 +538,6 @@ declare const VSnackbar: {
|
|
|
537
538
|
closeOnBack: boolean;
|
|
538
539
|
contained: boolean;
|
|
539
540
|
noClickAnimation: boolean;
|
|
540
|
-
persistent: boolean;
|
|
541
541
|
scrim: string | boolean;
|
|
542
542
|
_disableGlobalStack: boolean;
|
|
543
543
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -580,6 +580,7 @@ declare const VSnackbar: {
|
|
|
580
580
|
style: vue.StyleValue;
|
|
581
581
|
eager: boolean;
|
|
582
582
|
disabled: boolean;
|
|
583
|
+
persistent: boolean;
|
|
583
584
|
modelValue: boolean;
|
|
584
585
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
585
586
|
updateLocation: (e?: Event) => void;
|
|
@@ -591,7 +592,6 @@ declare const VSnackbar: {
|
|
|
591
592
|
closeOnBack: boolean;
|
|
592
593
|
contained: boolean;
|
|
593
594
|
noClickAnimation: boolean;
|
|
594
|
-
persistent: boolean;
|
|
595
595
|
scrim: string | boolean;
|
|
596
596
|
_disableGlobalStack: boolean;
|
|
597
597
|
} & {
|
|
@@ -607,9 +607,9 @@ declare const VSnackbar: {
|
|
|
607
607
|
class?: any;
|
|
608
608
|
theme?: string | undefined;
|
|
609
609
|
contentClass?: any;
|
|
610
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
611
610
|
closeDelay?: string | number | undefined;
|
|
612
611
|
openDelay?: string | number | undefined;
|
|
612
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
613
613
|
openOnClick?: boolean | undefined;
|
|
614
614
|
openOnFocus?: boolean | undefined;
|
|
615
615
|
contentProps?: any;
|
|
@@ -660,7 +660,18 @@ declare const VSnackbar: {
|
|
|
660
660
|
globalTop: Readonly<Ref<boolean>>;
|
|
661
661
|
localTop: vue.ComputedRef<boolean>;
|
|
662
662
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
663
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
663
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
664
|
+
_allExposed: {
|
|
665
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
666
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
667
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
668
|
+
animateClick: () => void;
|
|
669
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
670
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
671
|
+
localTop: vue.ComputedRef<boolean>;
|
|
672
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
673
|
+
} | {};
|
|
674
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
664
675
|
'update:modelValue': (v: boolean) => true;
|
|
665
676
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
666
677
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -677,7 +688,6 @@ declare const VSnackbar: {
|
|
|
677
688
|
timeout: string | number;
|
|
678
689
|
vertical: boolean;
|
|
679
690
|
modelValue: boolean;
|
|
680
|
-
tile: boolean;
|
|
681
691
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
682
692
|
updateLocation: (e?: Event) => void;
|
|
683
693
|
});
|
|
@@ -686,6 +696,7 @@ declare const VSnackbar: {
|
|
|
686
696
|
closeOnContentClick: boolean;
|
|
687
697
|
closeOnBack: boolean;
|
|
688
698
|
contained: boolean;
|
|
699
|
+
tile: boolean;
|
|
689
700
|
multiLine: boolean;
|
|
690
701
|
} & {
|
|
691
702
|
offset?: string | number | number[] | undefined;
|
|
@@ -697,17 +708,17 @@ declare const VSnackbar: {
|
|
|
697
708
|
minHeight?: string | number | undefined;
|
|
698
709
|
minWidth?: string | number | undefined;
|
|
699
710
|
opacity?: string | number | undefined;
|
|
700
|
-
position?: "fixed" | "absolute" | "
|
|
711
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
701
712
|
text?: string | undefined;
|
|
702
713
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
703
714
|
class?: any;
|
|
704
|
-
timer?: string | boolean | undefined;
|
|
705
715
|
theme?: string | undefined;
|
|
716
|
+
timer?: string | boolean | undefined;
|
|
706
717
|
rounded?: string | number | boolean | undefined;
|
|
707
718
|
contentClass?: any;
|
|
708
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
709
719
|
closeDelay?: string | number | undefined;
|
|
710
720
|
openDelay?: string | number | undefined;
|
|
721
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
711
722
|
openOnClick?: boolean | undefined;
|
|
712
723
|
openOnFocus?: boolean | undefined;
|
|
713
724
|
contentProps?: any;
|
|
@@ -763,7 +774,6 @@ declare const VSnackbar: {
|
|
|
763
774
|
vertical: boolean;
|
|
764
775
|
modelValue: boolean;
|
|
765
776
|
rounded: string | number | boolean;
|
|
766
|
-
tile: boolean;
|
|
767
777
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
768
778
|
updateLocation: (e?: Event) => void;
|
|
769
779
|
});
|
|
@@ -774,6 +784,7 @@ declare const VSnackbar: {
|
|
|
774
784
|
closeOnContentClick: boolean;
|
|
775
785
|
closeOnBack: boolean;
|
|
776
786
|
contained: boolean;
|
|
787
|
+
tile: boolean;
|
|
777
788
|
multiLine: boolean;
|
|
778
789
|
}, true, {}, vue.SlotsType<Partial<{
|
|
779
790
|
activator: (arg: {
|
|
@@ -807,7 +818,6 @@ declare const VSnackbar: {
|
|
|
807
818
|
timeout: string | number;
|
|
808
819
|
vertical: boolean;
|
|
809
820
|
modelValue: boolean;
|
|
810
|
-
tile: boolean;
|
|
811
821
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
812
822
|
updateLocation: (e?: Event) => void;
|
|
813
823
|
});
|
|
@@ -816,6 +826,7 @@ declare const VSnackbar: {
|
|
|
816
826
|
closeOnContentClick: boolean;
|
|
817
827
|
closeOnBack: boolean;
|
|
818
828
|
contained: boolean;
|
|
829
|
+
tile: boolean;
|
|
819
830
|
multiLine: boolean;
|
|
820
831
|
} & {
|
|
821
832
|
offset?: string | number | number[] | undefined;
|
|
@@ -827,17 +838,17 @@ declare const VSnackbar: {
|
|
|
827
838
|
minHeight?: string | number | undefined;
|
|
828
839
|
minWidth?: string | number | undefined;
|
|
829
840
|
opacity?: string | number | undefined;
|
|
830
|
-
position?: "fixed" | "absolute" | "
|
|
841
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
831
842
|
text?: string | undefined;
|
|
832
843
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
833
844
|
class?: any;
|
|
834
|
-
timer?: string | boolean | undefined;
|
|
835
845
|
theme?: string | undefined;
|
|
846
|
+
timer?: string | boolean | undefined;
|
|
836
847
|
rounded?: string | number | boolean | undefined;
|
|
837
848
|
contentClass?: any;
|
|
838
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
839
849
|
closeDelay?: string | number | undefined;
|
|
840
850
|
openDelay?: string | number | undefined;
|
|
851
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
841
852
|
openOnClick?: boolean | undefined;
|
|
842
853
|
openOnFocus?: boolean | undefined;
|
|
843
854
|
contentProps?: any;
|
|
@@ -891,6 +902,7 @@ declare const VSnackbar: {
|
|
|
891
902
|
style: vue.StyleValue;
|
|
892
903
|
eager: boolean;
|
|
893
904
|
disabled: boolean;
|
|
905
|
+
persistent: boolean;
|
|
894
906
|
modelValue: boolean;
|
|
895
907
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
896
908
|
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
|
}> & Omit<{
|
|
@@ -918,6 +929,7 @@ declare const VSnackbar: {
|
|
|
918
929
|
style: vue.StyleValue;
|
|
919
930
|
eager: boolean;
|
|
920
931
|
disabled: boolean;
|
|
932
|
+
persistent: boolean;
|
|
921
933
|
modelValue: boolean;
|
|
922
934
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
923
935
|
updateLocation: (e?: Event) => void;
|
|
@@ -929,7 +941,6 @@ declare const VSnackbar: {
|
|
|
929
941
|
closeOnBack: boolean;
|
|
930
942
|
contained: boolean;
|
|
931
943
|
noClickAnimation: boolean;
|
|
932
|
-
persistent: boolean;
|
|
933
944
|
scrim: string | boolean;
|
|
934
945
|
_disableGlobalStack: boolean;
|
|
935
946
|
offset?: string | number | number[] | undefined;
|
|
@@ -944,9 +955,9 @@ declare const VSnackbar: {
|
|
|
944
955
|
class?: any;
|
|
945
956
|
theme?: string | undefined;
|
|
946
957
|
contentClass?: any;
|
|
947
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
948
958
|
closeDelay?: string | number | undefined;
|
|
949
959
|
openDelay?: string | number | undefined;
|
|
960
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
950
961
|
openOnClick?: boolean | undefined;
|
|
951
962
|
openOnFocus?: boolean | undefined;
|
|
952
963
|
contentProps?: any;
|
|
@@ -996,6 +1007,7 @@ declare const VSnackbar: {
|
|
|
996
1007
|
style: vue.StyleValue;
|
|
997
1008
|
eager: boolean;
|
|
998
1009
|
disabled: boolean;
|
|
1010
|
+
persistent: boolean;
|
|
999
1011
|
modelValue: boolean;
|
|
1000
1012
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1001
1013
|
updateLocation: (e?: Event) => void;
|
|
@@ -1007,7 +1019,6 @@ declare const VSnackbar: {
|
|
|
1007
1019
|
closeOnBack: boolean;
|
|
1008
1020
|
contained: boolean;
|
|
1009
1021
|
noClickAnimation: boolean;
|
|
1010
|
-
persistent: boolean;
|
|
1011
1022
|
scrim: string | boolean;
|
|
1012
1023
|
_disableGlobalStack: boolean;
|
|
1013
1024
|
} & {
|
|
@@ -1023,9 +1034,9 @@ declare const VSnackbar: {
|
|
|
1023
1034
|
class?: any;
|
|
1024
1035
|
theme?: string | undefined;
|
|
1025
1036
|
contentClass?: any;
|
|
1026
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1027
1037
|
closeDelay?: string | number | undefined;
|
|
1028
1038
|
openDelay?: string | number | undefined;
|
|
1039
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1029
1040
|
openOnClick?: boolean | undefined;
|
|
1030
1041
|
openOnFocus?: boolean | undefined;
|
|
1031
1042
|
contentProps?: any;
|
|
@@ -1067,7 +1078,7 @@ declare const VSnackbar: {
|
|
|
1067
1078
|
onAfterLeave?: (() => any) | undefined;
|
|
1068
1079
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1069
1080
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1070
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1081
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1071
1082
|
$attrs: {
|
|
1072
1083
|
[x: string]: unknown;
|
|
1073
1084
|
};
|
|
@@ -1086,7 +1097,7 @@ declare const VSnackbar: {
|
|
|
1086
1097
|
}>;
|
|
1087
1098
|
$root: vue.ComponentPublicInstance | null;
|
|
1088
1099
|
$parent: vue.ComponentPublicInstance | null;
|
|
1089
|
-
$emit: ((event: "
|
|
1100
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1090
1101
|
$el: any;
|
|
1091
1102
|
$options: vue.ComponentOptionsBase<{
|
|
1092
1103
|
absolute: boolean;
|
|
@@ -1099,6 +1110,7 @@ declare const VSnackbar: {
|
|
|
1099
1110
|
style: vue.StyleValue;
|
|
1100
1111
|
eager: boolean;
|
|
1101
1112
|
disabled: boolean;
|
|
1113
|
+
persistent: boolean;
|
|
1102
1114
|
modelValue: boolean;
|
|
1103
1115
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1104
1116
|
updateLocation: (e?: Event) => void;
|
|
@@ -1110,7 +1122,6 @@ declare const VSnackbar: {
|
|
|
1110
1122
|
closeOnBack: boolean;
|
|
1111
1123
|
contained: boolean;
|
|
1112
1124
|
noClickAnimation: boolean;
|
|
1113
|
-
persistent: boolean;
|
|
1114
1125
|
scrim: string | boolean;
|
|
1115
1126
|
_disableGlobalStack: boolean;
|
|
1116
1127
|
} & {
|
|
@@ -1126,9 +1137,9 @@ declare const VSnackbar: {
|
|
|
1126
1137
|
class?: any;
|
|
1127
1138
|
theme?: string | undefined;
|
|
1128
1139
|
contentClass?: any;
|
|
1129
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1130
1140
|
closeDelay?: string | number | undefined;
|
|
1131
1141
|
openDelay?: string | number | undefined;
|
|
1142
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1132
1143
|
openOnClick?: boolean | undefined;
|
|
1133
1144
|
openOnFocus?: boolean | undefined;
|
|
1134
1145
|
contentProps?: any;
|
|
@@ -1195,6 +1206,7 @@ declare const VSnackbar: {
|
|
|
1195
1206
|
style: vue.StyleValue;
|
|
1196
1207
|
eager: boolean;
|
|
1197
1208
|
disabled: boolean;
|
|
1209
|
+
persistent: boolean;
|
|
1198
1210
|
modelValue: boolean;
|
|
1199
1211
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1200
1212
|
updateLocation: (e?: Event) => void;
|
|
@@ -1208,7 +1220,6 @@ declare const VSnackbar: {
|
|
|
1208
1220
|
closeOnBack: boolean;
|
|
1209
1221
|
contained: boolean;
|
|
1210
1222
|
noClickAnimation: boolean;
|
|
1211
|
-
persistent: boolean;
|
|
1212
1223
|
scrim: string | boolean;
|
|
1213
1224
|
_disableGlobalStack: boolean;
|
|
1214
1225
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1251,6 +1262,7 @@ declare const VSnackbar: {
|
|
|
1251
1262
|
style: vue.StyleValue;
|
|
1252
1263
|
eager: boolean;
|
|
1253
1264
|
disabled: boolean;
|
|
1265
|
+
persistent: boolean;
|
|
1254
1266
|
modelValue: boolean;
|
|
1255
1267
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1256
1268
|
updateLocation: (e?: Event) => void;
|
|
@@ -1262,7 +1274,6 @@ declare const VSnackbar: {
|
|
|
1262
1274
|
closeOnBack: boolean;
|
|
1263
1275
|
contained: boolean;
|
|
1264
1276
|
noClickAnimation: boolean;
|
|
1265
|
-
persistent: boolean;
|
|
1266
1277
|
scrim: string | boolean;
|
|
1267
1278
|
_disableGlobalStack: boolean;
|
|
1268
1279
|
} & {
|
|
@@ -1278,9 +1289,9 @@ declare const VSnackbar: {
|
|
|
1278
1289
|
class?: any;
|
|
1279
1290
|
theme?: string | undefined;
|
|
1280
1291
|
contentClass?: any;
|
|
1281
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1282
1292
|
closeDelay?: string | number | undefined;
|
|
1283
1293
|
openDelay?: string | number | undefined;
|
|
1294
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1284
1295
|
openOnClick?: boolean | undefined;
|
|
1285
1296
|
openOnFocus?: boolean | undefined;
|
|
1286
1297
|
contentProps?: any;
|
|
@@ -1331,7 +1342,18 @@ declare const VSnackbar: {
|
|
|
1331
1342
|
globalTop: Readonly<Ref<boolean>>;
|
|
1332
1343
|
localTop: vue.ComputedRef<boolean>;
|
|
1333
1344
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1334
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1345
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
1346
|
+
_allExposed: {
|
|
1347
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
1348
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
1349
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1350
|
+
animateClick: () => void;
|
|
1351
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
1352
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
1353
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1354
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1355
|
+
} | {};
|
|
1356
|
+
}, {}, {}, {}, {
|
|
1335
1357
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1336
1358
|
absolute: boolean;
|
|
1337
1359
|
location: Anchor;
|
|
@@ -1347,7 +1369,6 @@ declare const VSnackbar: {
|
|
|
1347
1369
|
vertical: boolean;
|
|
1348
1370
|
modelValue: boolean;
|
|
1349
1371
|
rounded: string | number | boolean;
|
|
1350
|
-
tile: boolean;
|
|
1351
1372
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1352
1373
|
updateLocation: (e?: Event) => void;
|
|
1353
1374
|
});
|
|
@@ -1358,6 +1379,7 @@ declare const VSnackbar: {
|
|
|
1358
1379
|
closeOnContentClick: boolean;
|
|
1359
1380
|
closeOnBack: boolean;
|
|
1360
1381
|
contained: boolean;
|
|
1382
|
+
tile: boolean;
|
|
1361
1383
|
multiLine: boolean;
|
|
1362
1384
|
}>;
|
|
1363
1385
|
__isFragment?: never;
|
|
@@ -1378,7 +1400,6 @@ declare const VSnackbar: {
|
|
|
1378
1400
|
timeout: string | number;
|
|
1379
1401
|
vertical: boolean;
|
|
1380
1402
|
modelValue: boolean;
|
|
1381
|
-
tile: boolean;
|
|
1382
1403
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1383
1404
|
updateLocation: (e?: Event) => void;
|
|
1384
1405
|
});
|
|
@@ -1387,6 +1408,7 @@ declare const VSnackbar: {
|
|
|
1387
1408
|
closeOnContentClick: boolean;
|
|
1388
1409
|
closeOnBack: boolean;
|
|
1389
1410
|
contained: boolean;
|
|
1411
|
+
tile: boolean;
|
|
1390
1412
|
multiLine: boolean;
|
|
1391
1413
|
} & {
|
|
1392
1414
|
offset?: string | number | number[] | undefined;
|
|
@@ -1398,17 +1420,17 @@ declare const VSnackbar: {
|
|
|
1398
1420
|
minHeight?: string | number | undefined;
|
|
1399
1421
|
minWidth?: string | number | undefined;
|
|
1400
1422
|
opacity?: string | number | undefined;
|
|
1401
|
-
position?: "fixed" | "absolute" | "
|
|
1423
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
1402
1424
|
text?: string | undefined;
|
|
1403
1425
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
1404
1426
|
class?: any;
|
|
1405
|
-
timer?: string | boolean | undefined;
|
|
1406
1427
|
theme?: string | undefined;
|
|
1428
|
+
timer?: string | boolean | undefined;
|
|
1407
1429
|
rounded?: string | number | boolean | undefined;
|
|
1408
1430
|
contentClass?: any;
|
|
1409
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1410
1431
|
closeDelay?: string | number | undefined;
|
|
1411
1432
|
openDelay?: string | number | undefined;
|
|
1433
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1412
1434
|
openOnClick?: boolean | undefined;
|
|
1413
1435
|
openOnFocus?: boolean | undefined;
|
|
1414
1436
|
contentProps?: any;
|
|
@@ -1462,6 +1484,7 @@ declare const VSnackbar: {
|
|
|
1462
1484
|
style: vue.StyleValue;
|
|
1463
1485
|
eager: boolean;
|
|
1464
1486
|
disabled: boolean;
|
|
1487
|
+
persistent: boolean;
|
|
1465
1488
|
modelValue: boolean;
|
|
1466
1489
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1467
1490
|
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
|
}> & Omit<{
|
|
@@ -1489,6 +1511,7 @@ declare const VSnackbar: {
|
|
|
1489
1511
|
style: vue.StyleValue;
|
|
1490
1512
|
eager: boolean;
|
|
1491
1513
|
disabled: boolean;
|
|
1514
|
+
persistent: boolean;
|
|
1492
1515
|
modelValue: boolean;
|
|
1493
1516
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1494
1517
|
updateLocation: (e?: Event) => void;
|
|
@@ -1500,7 +1523,6 @@ declare const VSnackbar: {
|
|
|
1500
1523
|
closeOnBack: boolean;
|
|
1501
1524
|
contained: boolean;
|
|
1502
1525
|
noClickAnimation: boolean;
|
|
1503
|
-
persistent: boolean;
|
|
1504
1526
|
scrim: string | boolean;
|
|
1505
1527
|
_disableGlobalStack: boolean;
|
|
1506
1528
|
offset?: string | number | number[] | undefined;
|
|
@@ -1515,9 +1537,9 @@ declare const VSnackbar: {
|
|
|
1515
1537
|
class?: any;
|
|
1516
1538
|
theme?: string | undefined;
|
|
1517
1539
|
contentClass?: any;
|
|
1518
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1519
1540
|
closeDelay?: string | number | undefined;
|
|
1520
1541
|
openDelay?: string | number | undefined;
|
|
1542
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1521
1543
|
openOnClick?: boolean | undefined;
|
|
1522
1544
|
openOnFocus?: boolean | undefined;
|
|
1523
1545
|
contentProps?: any;
|
|
@@ -1567,6 +1589,7 @@ declare const VSnackbar: {
|
|
|
1567
1589
|
style: vue.StyleValue;
|
|
1568
1590
|
eager: boolean;
|
|
1569
1591
|
disabled: boolean;
|
|
1592
|
+
persistent: boolean;
|
|
1570
1593
|
modelValue: boolean;
|
|
1571
1594
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1572
1595
|
updateLocation: (e?: Event) => void;
|
|
@@ -1578,7 +1601,6 @@ declare const VSnackbar: {
|
|
|
1578
1601
|
closeOnBack: boolean;
|
|
1579
1602
|
contained: boolean;
|
|
1580
1603
|
noClickAnimation: boolean;
|
|
1581
|
-
persistent: boolean;
|
|
1582
1604
|
scrim: string | boolean;
|
|
1583
1605
|
_disableGlobalStack: boolean;
|
|
1584
1606
|
} & {
|
|
@@ -1594,9 +1616,9 @@ declare const VSnackbar: {
|
|
|
1594
1616
|
class?: any;
|
|
1595
1617
|
theme?: string | undefined;
|
|
1596
1618
|
contentClass?: any;
|
|
1597
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1598
1619
|
closeDelay?: string | number | undefined;
|
|
1599
1620
|
openDelay?: string | number | undefined;
|
|
1621
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1600
1622
|
openOnClick?: boolean | undefined;
|
|
1601
1623
|
openOnFocus?: boolean | undefined;
|
|
1602
1624
|
contentProps?: any;
|
|
@@ -1638,7 +1660,7 @@ declare const VSnackbar: {
|
|
|
1638
1660
|
onAfterLeave?: (() => any) | undefined;
|
|
1639
1661
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1640
1662
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1641
|
-
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "
|
|
1663
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack">;
|
|
1642
1664
|
$attrs: {
|
|
1643
1665
|
[x: string]: unknown;
|
|
1644
1666
|
};
|
|
@@ -1657,7 +1679,7 @@ declare const VSnackbar: {
|
|
|
1657
1679
|
}>;
|
|
1658
1680
|
$root: vue.ComponentPublicInstance | null;
|
|
1659
1681
|
$parent: vue.ComponentPublicInstance | null;
|
|
1660
|
-
$emit: ((event: "
|
|
1682
|
+
$emit: ((event: "click:outside", e: MouseEvent) => void) & ((event: "update:modelValue", value: boolean) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
|
1661
1683
|
$el: any;
|
|
1662
1684
|
$options: vue.ComponentOptionsBase<{
|
|
1663
1685
|
absolute: boolean;
|
|
@@ -1670,6 +1692,7 @@ declare const VSnackbar: {
|
|
|
1670
1692
|
style: vue.StyleValue;
|
|
1671
1693
|
eager: boolean;
|
|
1672
1694
|
disabled: boolean;
|
|
1695
|
+
persistent: boolean;
|
|
1673
1696
|
modelValue: boolean;
|
|
1674
1697
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1675
1698
|
updateLocation: (e?: Event) => void;
|
|
@@ -1681,7 +1704,6 @@ declare const VSnackbar: {
|
|
|
1681
1704
|
closeOnBack: boolean;
|
|
1682
1705
|
contained: boolean;
|
|
1683
1706
|
noClickAnimation: boolean;
|
|
1684
|
-
persistent: boolean;
|
|
1685
1707
|
scrim: string | boolean;
|
|
1686
1708
|
_disableGlobalStack: boolean;
|
|
1687
1709
|
} & {
|
|
@@ -1697,9 +1719,9 @@ declare const VSnackbar: {
|
|
|
1697
1719
|
class?: any;
|
|
1698
1720
|
theme?: string | undefined;
|
|
1699
1721
|
contentClass?: any;
|
|
1700
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1701
1722
|
closeDelay?: string | number | undefined;
|
|
1702
1723
|
openDelay?: string | number | undefined;
|
|
1724
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1703
1725
|
openOnClick?: boolean | undefined;
|
|
1704
1726
|
openOnFocus?: boolean | undefined;
|
|
1705
1727
|
contentProps?: any;
|
|
@@ -1766,6 +1788,7 @@ declare const VSnackbar: {
|
|
|
1766
1788
|
style: vue.StyleValue;
|
|
1767
1789
|
eager: boolean;
|
|
1768
1790
|
disabled: boolean;
|
|
1791
|
+
persistent: boolean;
|
|
1769
1792
|
modelValue: boolean;
|
|
1770
1793
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1771
1794
|
updateLocation: (e?: Event) => void;
|
|
@@ -1779,7 +1802,6 @@ declare const VSnackbar: {
|
|
|
1779
1802
|
closeOnBack: boolean;
|
|
1780
1803
|
contained: boolean;
|
|
1781
1804
|
noClickAnimation: boolean;
|
|
1782
|
-
persistent: boolean;
|
|
1783
1805
|
scrim: string | boolean;
|
|
1784
1806
|
_disableGlobalStack: boolean;
|
|
1785
1807
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -1822,6 +1844,7 @@ declare const VSnackbar: {
|
|
|
1822
1844
|
style: vue.StyleValue;
|
|
1823
1845
|
eager: boolean;
|
|
1824
1846
|
disabled: boolean;
|
|
1847
|
+
persistent: boolean;
|
|
1825
1848
|
modelValue: boolean;
|
|
1826
1849
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1827
1850
|
updateLocation: (e?: Event) => void;
|
|
@@ -1833,7 +1856,6 @@ declare const VSnackbar: {
|
|
|
1833
1856
|
closeOnBack: boolean;
|
|
1834
1857
|
contained: boolean;
|
|
1835
1858
|
noClickAnimation: boolean;
|
|
1836
|
-
persistent: boolean;
|
|
1837
1859
|
scrim: string | boolean;
|
|
1838
1860
|
_disableGlobalStack: boolean;
|
|
1839
1861
|
} & {
|
|
@@ -1849,9 +1871,9 @@ declare const VSnackbar: {
|
|
|
1849
1871
|
class?: any;
|
|
1850
1872
|
theme?: string | undefined;
|
|
1851
1873
|
contentClass?: any;
|
|
1852
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1853
1874
|
closeDelay?: string | number | undefined;
|
|
1854
1875
|
openDelay?: string | number | undefined;
|
|
1876
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1855
1877
|
openOnClick?: boolean | undefined;
|
|
1856
1878
|
openOnFocus?: boolean | undefined;
|
|
1857
1879
|
contentProps?: any;
|
|
@@ -1902,7 +1924,18 @@ declare const VSnackbar: {
|
|
|
1902
1924
|
globalTop: Readonly<Ref<boolean>>;
|
|
1903
1925
|
localTop: vue.ComputedRef<boolean>;
|
|
1904
1926
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1905
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "
|
|
1927
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "ref" | "onAfterEnter" | "onAfterLeave" | "$children" | "v-slots" | "v-slot:default" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "closeDelay" | "openDelay" | "activator" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
|
1928
|
+
_allExposed: {
|
|
1929
|
+
activatorEl: Ref<HTMLElement | undefined>;
|
|
1930
|
+
scrimEl: Ref<HTMLElement | undefined>;
|
|
1931
|
+
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1932
|
+
animateClick: () => void;
|
|
1933
|
+
contentEl: Ref<HTMLElement | undefined>;
|
|
1934
|
+
globalTop: Readonly<Ref<boolean>>;
|
|
1935
|
+
localTop: vue.ComputedRef<boolean>;
|
|
1936
|
+
updateLocation: Ref<((e: Event) => void) | undefined>;
|
|
1937
|
+
} | {};
|
|
1938
|
+
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1906
1939
|
'update:modelValue': (v: boolean) => true;
|
|
1907
1940
|
}, string, {
|
|
1908
1941
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1920,7 +1953,6 @@ declare const VSnackbar: {
|
|
|
1920
1953
|
vertical: boolean;
|
|
1921
1954
|
modelValue: boolean;
|
|
1922
1955
|
rounded: string | number | boolean;
|
|
1923
|
-
tile: boolean;
|
|
1924
1956
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => undefined | {
|
|
1925
1957
|
updateLocation: (e?: Event) => void;
|
|
1926
1958
|
});
|
|
@@ -1931,6 +1963,7 @@ declare const VSnackbar: {
|
|
|
1931
1963
|
closeOnContentClick: boolean;
|
|
1932
1964
|
closeOnBack: boolean;
|
|
1933
1965
|
contained: boolean;
|
|
1966
|
+
tile: boolean;
|
|
1934
1967
|
multiLine: boolean;
|
|
1935
1968
|
}, {}, string, vue.SlotsType<Partial<{
|
|
1936
1969
|
activator: (arg: {
|
|
@@ -1989,7 +2022,6 @@ declare const VSnackbar: {
|
|
|
1989
2022
|
theme: StringConstructor;
|
|
1990
2023
|
modelValue: BooleanConstructor;
|
|
1991
2024
|
contentClass: null;
|
|
1992
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1993
2025
|
locationStrategy: {
|
|
1994
2026
|
type: vue.PropType<StrategyProps$1["locationStrategy"]>;
|
|
1995
2027
|
default: string;
|
|
@@ -1997,6 +2029,7 @@ declare const VSnackbar: {
|
|
|
1997
2029
|
};
|
|
1998
2030
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
1999
2031
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2032
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2000
2033
|
activatorProps: {
|
|
2001
2034
|
type: vue.PropType<Record<string, any>>;
|
|
2002
2035
|
default: () => {};
|
|
@@ -2030,7 +2063,7 @@ declare const VSnackbar: {
|
|
|
2030
2063
|
};
|
|
2031
2064
|
tile: BooleanConstructor;
|
|
2032
2065
|
position: {
|
|
2033
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
2066
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2034
2067
|
validator: (v: any) => boolean;
|
|
2035
2068
|
};
|
|
2036
2069
|
multiLine: BooleanConstructor;
|
|
@@ -2088,7 +2121,6 @@ declare const VSnackbar: {
|
|
|
2088
2121
|
theme: StringConstructor;
|
|
2089
2122
|
modelValue: BooleanConstructor;
|
|
2090
2123
|
contentClass: null;
|
|
2091
|
-
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2092
2124
|
locationStrategy: {
|
|
2093
2125
|
type: vue.PropType<StrategyProps$1["locationStrategy"]>;
|
|
2094
2126
|
default: string;
|
|
@@ -2096,6 +2128,7 @@ declare const VSnackbar: {
|
|
|
2096
2128
|
};
|
|
2097
2129
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2098
2130
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2131
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2099
2132
|
activatorProps: {
|
|
2100
2133
|
type: vue.PropType<Record<string, any>>;
|
|
2101
2134
|
default: () => {};
|
|
@@ -2129,7 +2162,7 @@ declare const VSnackbar: {
|
|
|
2129
2162
|
};
|
|
2130
2163
|
tile: BooleanConstructor;
|
|
2131
2164
|
position: {
|
|
2132
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
|
2165
|
+
type: vue.PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2133
2166
|
validator: (v: any) => boolean;
|
|
2134
2167
|
};
|
|
2135
2168
|
multiLine: BooleanConstructor;
|
|
@@ -2173,7 +2206,6 @@ declare const VSnackbarQueue: {
|
|
|
2173
2206
|
disabled: boolean;
|
|
2174
2207
|
timeout: string | number;
|
|
2175
2208
|
vertical: boolean;
|
|
2176
|
-
tile: boolean;
|
|
2177
2209
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2178
2210
|
updateLocation: (e?: Event) => void;
|
|
2179
2211
|
});
|
|
@@ -2182,6 +2214,7 @@ declare const VSnackbarQueue: {
|
|
|
2182
2214
|
closeOnContentClick: boolean;
|
|
2183
2215
|
closeOnBack: boolean;
|
|
2184
2216
|
contained: boolean;
|
|
2217
|
+
tile: boolean;
|
|
2185
2218
|
closeText: string;
|
|
2186
2219
|
multiLine: boolean;
|
|
2187
2220
|
} & {
|
|
@@ -2194,25 +2227,25 @@ declare const VSnackbarQueue: {
|
|
|
2194
2227
|
minHeight?: string | number | undefined;
|
|
2195
2228
|
minWidth?: string | number | undefined;
|
|
2196
2229
|
opacity?: string | number | undefined;
|
|
2197
|
-
position?: "fixed" | "absolute" | "
|
|
2230
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2198
2231
|
text?: string | undefined;
|
|
2199
2232
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2200
2233
|
class?: any;
|
|
2201
|
-
timer?: string | boolean | undefined;
|
|
2202
2234
|
theme?: string | undefined;
|
|
2235
|
+
timer?: string | boolean | undefined;
|
|
2203
2236
|
rounded?: string | number | boolean | undefined;
|
|
2204
2237
|
contentClass?: any;
|
|
2205
|
-
closable?: string | boolean | undefined;
|
|
2206
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2207
2238
|
closeDelay?: string | number | undefined;
|
|
2208
2239
|
openDelay?: string | number | undefined;
|
|
2240
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2209
2241
|
openOnClick?: boolean | undefined;
|
|
2210
2242
|
openOnFocus?: boolean | undefined;
|
|
2211
2243
|
contentProps?: any;
|
|
2212
2244
|
attach?: string | boolean | Element | undefined;
|
|
2245
|
+
closable?: string | boolean | undefined;
|
|
2213
2246
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
2214
2247
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
2215
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
2248
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
2216
2249
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
2217
2250
|
absolute: boolean;
|
|
2218
2251
|
location: Anchor;
|
|
@@ -2226,7 +2259,6 @@ declare const VSnackbarQueue: {
|
|
|
2226
2259
|
disabled: boolean;
|
|
2227
2260
|
timeout: string | number;
|
|
2228
2261
|
vertical: boolean;
|
|
2229
|
-
tile: boolean;
|
|
2230
2262
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2231
2263
|
updateLocation: (e?: Event) => void;
|
|
2232
2264
|
});
|
|
@@ -2235,6 +2267,7 @@ declare const VSnackbarQueue: {
|
|
|
2235
2267
|
closeOnContentClick: boolean;
|
|
2236
2268
|
closeOnBack: boolean;
|
|
2237
2269
|
contained: boolean;
|
|
2270
|
+
tile: boolean;
|
|
2238
2271
|
closeText: string;
|
|
2239
2272
|
multiLine: boolean;
|
|
2240
2273
|
} & {
|
|
@@ -2247,22 +2280,22 @@ declare const VSnackbarQueue: {
|
|
|
2247
2280
|
minHeight?: string | number | undefined;
|
|
2248
2281
|
minWidth?: string | number | undefined;
|
|
2249
2282
|
opacity?: string | number | undefined;
|
|
2250
|
-
position?: "fixed" | "absolute" | "
|
|
2283
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2251
2284
|
text?: string | undefined;
|
|
2252
2285
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2253
2286
|
class?: any;
|
|
2254
|
-
timer?: string | boolean | undefined;
|
|
2255
2287
|
theme?: string | undefined;
|
|
2288
|
+
timer?: string | boolean | undefined;
|
|
2256
2289
|
rounded?: string | number | boolean | undefined;
|
|
2257
2290
|
contentClass?: any;
|
|
2258
|
-
closable?: string | boolean | undefined;
|
|
2259
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2260
2291
|
closeDelay?: string | number | undefined;
|
|
2261
2292
|
openDelay?: string | number | undefined;
|
|
2293
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2262
2294
|
openOnClick?: boolean | undefined;
|
|
2263
2295
|
openOnFocus?: boolean | undefined;
|
|
2264
2296
|
contentProps?: any;
|
|
2265
2297
|
attach?: string | boolean | Element | undefined;
|
|
2298
|
+
closable?: string | boolean | undefined;
|
|
2266
2299
|
} & {}, {
|
|
2267
2300
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
2268
2301
|
absolute: boolean;
|
|
@@ -2278,7 +2311,6 @@ declare const VSnackbarQueue: {
|
|
|
2278
2311
|
timeout: string | number;
|
|
2279
2312
|
vertical: boolean;
|
|
2280
2313
|
rounded: string | number | boolean;
|
|
2281
|
-
tile: boolean;
|
|
2282
2314
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2283
2315
|
updateLocation: (e?: Event) => void;
|
|
2284
2316
|
});
|
|
@@ -2289,6 +2321,7 @@ declare const VSnackbarQueue: {
|
|
|
2289
2321
|
closeOnContentClick: boolean;
|
|
2290
2322
|
closeOnBack: boolean;
|
|
2291
2323
|
contained: boolean;
|
|
2324
|
+
tile: boolean;
|
|
2292
2325
|
closeText: string;
|
|
2293
2326
|
multiLine: boolean;
|
|
2294
2327
|
}, true, {}, vue.SlotsType<Partial<{
|
|
@@ -2325,7 +2358,6 @@ declare const VSnackbarQueue: {
|
|
|
2325
2358
|
disabled: boolean;
|
|
2326
2359
|
timeout: string | number;
|
|
2327
2360
|
vertical: boolean;
|
|
2328
|
-
tile: boolean;
|
|
2329
2361
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2330
2362
|
updateLocation: (e?: Event) => void;
|
|
2331
2363
|
});
|
|
@@ -2334,6 +2366,7 @@ declare const VSnackbarQueue: {
|
|
|
2334
2366
|
closeOnContentClick: boolean;
|
|
2335
2367
|
closeOnBack: boolean;
|
|
2336
2368
|
contained: boolean;
|
|
2369
|
+
tile: boolean;
|
|
2337
2370
|
closeText: string;
|
|
2338
2371
|
multiLine: boolean;
|
|
2339
2372
|
} & {
|
|
@@ -2346,22 +2379,22 @@ declare const VSnackbarQueue: {
|
|
|
2346
2379
|
minHeight?: string | number | undefined;
|
|
2347
2380
|
minWidth?: string | number | undefined;
|
|
2348
2381
|
opacity?: string | number | undefined;
|
|
2349
|
-
position?: "fixed" | "absolute" | "
|
|
2382
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2350
2383
|
text?: string | undefined;
|
|
2351
2384
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2352
2385
|
class?: any;
|
|
2353
|
-
timer?: string | boolean | undefined;
|
|
2354
2386
|
theme?: string | undefined;
|
|
2387
|
+
timer?: string | boolean | undefined;
|
|
2355
2388
|
rounded?: string | number | boolean | undefined;
|
|
2356
2389
|
contentClass?: any;
|
|
2357
|
-
closable?: string | boolean | undefined;
|
|
2358
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2359
2390
|
closeDelay?: string | number | undefined;
|
|
2360
2391
|
openDelay?: string | number | undefined;
|
|
2392
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2361
2393
|
openOnClick?: boolean | undefined;
|
|
2362
2394
|
openOnFocus?: boolean | undefined;
|
|
2363
2395
|
contentProps?: any;
|
|
2364
2396
|
attach?: string | boolean | Element | undefined;
|
|
2397
|
+
closable?: string | boolean | undefined;
|
|
2365
2398
|
} & {}, {}, {}, {}, {}, {
|
|
2366
2399
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
2367
2400
|
absolute: boolean;
|
|
@@ -2377,7 +2410,6 @@ declare const VSnackbarQueue: {
|
|
|
2377
2410
|
timeout: string | number;
|
|
2378
2411
|
vertical: boolean;
|
|
2379
2412
|
rounded: string | number | boolean;
|
|
2380
|
-
tile: boolean;
|
|
2381
2413
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2382
2414
|
updateLocation: (e?: Event) => void;
|
|
2383
2415
|
});
|
|
@@ -2388,6 +2420,7 @@ declare const VSnackbarQueue: {
|
|
|
2388
2420
|
closeOnContentClick: boolean;
|
|
2389
2421
|
closeOnBack: boolean;
|
|
2390
2422
|
contained: boolean;
|
|
2423
|
+
tile: boolean;
|
|
2391
2424
|
closeText: string;
|
|
2392
2425
|
multiLine: boolean;
|
|
2393
2426
|
}>;
|
|
@@ -2408,7 +2441,6 @@ declare const VSnackbarQueue: {
|
|
|
2408
2441
|
disabled: boolean;
|
|
2409
2442
|
timeout: string | number;
|
|
2410
2443
|
vertical: boolean;
|
|
2411
|
-
tile: boolean;
|
|
2412
2444
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2413
2445
|
updateLocation: (e?: Event) => void;
|
|
2414
2446
|
});
|
|
@@ -2417,6 +2449,7 @@ declare const VSnackbarQueue: {
|
|
|
2417
2449
|
closeOnContentClick: boolean;
|
|
2418
2450
|
closeOnBack: boolean;
|
|
2419
2451
|
contained: boolean;
|
|
2452
|
+
tile: boolean;
|
|
2420
2453
|
closeText: string;
|
|
2421
2454
|
multiLine: boolean;
|
|
2422
2455
|
} & {
|
|
@@ -2429,25 +2462,25 @@ declare const VSnackbarQueue: {
|
|
|
2429
2462
|
minHeight?: string | number | undefined;
|
|
2430
2463
|
minWidth?: string | number | undefined;
|
|
2431
2464
|
opacity?: string | number | undefined;
|
|
2432
|
-
position?: "fixed" | "absolute" | "
|
|
2465
|
+
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
|
2433
2466
|
text?: string | undefined;
|
|
2434
2467
|
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
|
2435
2468
|
class?: any;
|
|
2436
|
-
timer?: string | boolean | undefined;
|
|
2437
2469
|
theme?: string | undefined;
|
|
2470
|
+
timer?: string | boolean | undefined;
|
|
2438
2471
|
rounded?: string | number | boolean | undefined;
|
|
2439
2472
|
contentClass?: any;
|
|
2440
|
-
closable?: string | boolean | undefined;
|
|
2441
|
-
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2442
2473
|
closeDelay?: string | number | undefined;
|
|
2443
2474
|
openDelay?: string | number | undefined;
|
|
2475
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
2444
2476
|
openOnClick?: boolean | undefined;
|
|
2445
2477
|
openOnFocus?: boolean | undefined;
|
|
2446
2478
|
contentProps?: any;
|
|
2447
2479
|
attach?: string | boolean | Element | undefined;
|
|
2480
|
+
closable?: string | boolean | undefined;
|
|
2448
2481
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
|
2449
2482
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
|
2450
|
-
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "
|
|
2483
|
+
}, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue" | "v-slot:text" | "v-slot:actions">, string, {
|
|
2451
2484
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
2452
2485
|
absolute: boolean;
|
|
2453
2486
|
location: Anchor;
|
|
@@ -2462,7 +2495,6 @@ declare const VSnackbarQueue: {
|
|
|
2462
2495
|
timeout: string | number;
|
|
2463
2496
|
vertical: boolean;
|
|
2464
2497
|
rounded: string | number | boolean;
|
|
2465
|
-
tile: boolean;
|
|
2466
2498
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => undefined | {
|
|
2467
2499
|
updateLocation: (e?: Event) => void;
|
|
2468
2500
|
});
|
|
@@ -2473,6 +2505,7 @@ declare const VSnackbarQueue: {
|
|
|
2473
2505
|
closeOnContentClick: boolean;
|
|
2474
2506
|
closeOnBack: boolean;
|
|
2475
2507
|
contained: boolean;
|
|
2508
|
+
tile: boolean;
|
|
2476
2509
|
closeText: string;
|
|
2477
2510
|
multiLine: boolean;
|
|
2478
2511
|
}, {}, string, vue.SlotsType<Partial<{
|
|
@@ -2516,7 +2549,7 @@ declare const VSnackbarQueue: {
|
|
|
2516
2549
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2517
2550
|
opacity: (StringConstructor | NumberConstructor)[];
|
|
2518
2551
|
position: {
|
|
2519
|
-
type: PropType<"fixed" | "absolute" | "
|
|
2552
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2520
2553
|
validator: (v: any) => boolean;
|
|
2521
2554
|
};
|
|
2522
2555
|
transition: Omit<{
|
|
@@ -2550,16 +2583,14 @@ declare const VSnackbarQueue: {
|
|
|
2550
2583
|
default: number;
|
|
2551
2584
|
};
|
|
2552
2585
|
class: PropType<ClassValue>;
|
|
2586
|
+
theme: StringConstructor;
|
|
2553
2587
|
vertical: BooleanConstructor;
|
|
2554
2588
|
timer: (StringConstructor | BooleanConstructor)[];
|
|
2555
|
-
theme: StringConstructor;
|
|
2556
2589
|
rounded: {
|
|
2557
2590
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2558
2591
|
default: undefined;
|
|
2559
2592
|
};
|
|
2560
2593
|
contentClass: null;
|
|
2561
|
-
tile: BooleanConstructor;
|
|
2562
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2563
2594
|
locationStrategy: {
|
|
2564
2595
|
type: PropType<StrategyProps$1["locationStrategy"]>;
|
|
2565
2596
|
default: string;
|
|
@@ -2567,6 +2598,7 @@ declare const VSnackbarQueue: {
|
|
|
2567
2598
|
};
|
|
2568
2599
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2569
2600
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2601
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2570
2602
|
activatorProps: {
|
|
2571
2603
|
type: PropType<Record<string, any>>;
|
|
2572
2604
|
default: () => {};
|
|
@@ -2588,6 +2620,7 @@ declare const VSnackbarQueue: {
|
|
|
2588
2620
|
contained: BooleanConstructor;
|
|
2589
2621
|
contentProps: null;
|
|
2590
2622
|
attach: PropType<boolean | string | Element>;
|
|
2623
|
+
tile: BooleanConstructor;
|
|
2591
2624
|
multiLine: BooleanConstructor;
|
|
2592
2625
|
closable: (StringConstructor | BooleanConstructor)[];
|
|
2593
2626
|
closeText: {
|
|
@@ -2623,7 +2656,7 @@ declare const VSnackbarQueue: {
|
|
|
2623
2656
|
minWidth: (StringConstructor | NumberConstructor)[];
|
|
2624
2657
|
opacity: (StringConstructor | NumberConstructor)[];
|
|
2625
2658
|
position: {
|
|
2626
|
-
type: PropType<"fixed" | "absolute" | "
|
|
2659
|
+
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
|
2627
2660
|
validator: (v: any) => boolean;
|
|
2628
2661
|
};
|
|
2629
2662
|
transition: Omit<{
|
|
@@ -2657,16 +2690,14 @@ declare const VSnackbarQueue: {
|
|
|
2657
2690
|
default: number;
|
|
2658
2691
|
};
|
|
2659
2692
|
class: PropType<ClassValue>;
|
|
2693
|
+
theme: StringConstructor;
|
|
2660
2694
|
vertical: BooleanConstructor;
|
|
2661
2695
|
timer: (StringConstructor | BooleanConstructor)[];
|
|
2662
|
-
theme: StringConstructor;
|
|
2663
2696
|
rounded: {
|
|
2664
2697
|
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
2665
2698
|
default: undefined;
|
|
2666
2699
|
};
|
|
2667
2700
|
contentClass: null;
|
|
2668
|
-
tile: BooleanConstructor;
|
|
2669
|
-
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2670
2701
|
locationStrategy: {
|
|
2671
2702
|
type: PropType<StrategyProps$1["locationStrategy"]>;
|
|
2672
2703
|
default: string;
|
|
@@ -2674,6 +2705,7 @@ declare const VSnackbarQueue: {
|
|
|
2674
2705
|
};
|
|
2675
2706
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
2676
2707
|
openDelay: (StringConstructor | NumberConstructor)[];
|
|
2708
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2677
2709
|
activatorProps: {
|
|
2678
2710
|
type: PropType<Record<string, any>>;
|
|
2679
2711
|
default: () => {};
|
|
@@ -2695,6 +2727,7 @@ declare const VSnackbarQueue: {
|
|
|
2695
2727
|
contained: BooleanConstructor;
|
|
2696
2728
|
contentProps: null;
|
|
2697
2729
|
attach: PropType<boolean | string | Element>;
|
|
2730
|
+
tile: BooleanConstructor;
|
|
2698
2731
|
multiLine: BooleanConstructor;
|
|
2699
2732
|
closable: (StringConstructor | BooleanConstructor)[];
|
|
2700
2733
|
closeText: {
|