@vuetify/nightly 3.6.8-master.2024-06-07 → 3.6.9-dev.2024-06-20
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/CHANGELOG.md +14 -6
- package/dist/json/attributes.json +293 -121
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +164 -164
- package/dist/json/tags.json +49 -6
- package/dist/json/web-types.json +610 -221
- package/dist/vuetify-labs.css +3032 -3016
- package/dist/vuetify-labs.d.ts +1096 -821
- package/dist/vuetify-labs.esm.js +93 -44
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +93 -44
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +928 -912
- package/dist/vuetify.d.ts +905 -708
- package/dist/vuetify.esm.js +81 -38
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +81 -38
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +51 -48
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/index.d.mts +58 -56
- package/lib/blueprints/md1.d.mts +58 -56
- package/lib/blueprints/md2.d.mts +58 -56
- package/lib/blueprints/md3.d.mts +58 -56
- package/lib/components/VAppBar/index.d.mts +6 -0
- package/lib/components/VAutocomplete/index.d.mts +49 -49
- package/lib/components/VAvatar/VAvatar.css +7 -0
- package/lib/components/VAvatar/VAvatar.mjs +6 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VAvatar/VAvatar.sass +1 -0
- package/lib/components/VAvatar/_variables.scss +13 -0
- package/lib/components/VAvatar/index.d.mts +6 -0
- package/lib/components/VBottomSheet/index.d.mts +7 -7
- package/lib/components/VBreadcrumbs/index.d.mts +8 -8
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/index.d.mts +6 -0
- package/lib/components/VCarousel/index.d.mts +16 -7
- package/lib/components/VCheckbox/index.d.mts +6 -6
- package/lib/components/VCombobox/index.d.mts +49 -49
- package/lib/components/VDialog/index.d.mts +31 -31
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs +23 -11
- package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +20 -7
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
- package/lib/components/VExpansionPanel/index.d.mts +122 -14
- package/lib/components/VFab/VFab.mjs +4 -7
- package/lib/components/VFab/VFab.mjs.map +1 -1
- package/lib/components/VFab/index.d.mts +52 -49
- package/lib/components/VFileInput/index.d.mts +18 -18
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/VContainer.mjs +6 -1
- package/lib/components/VGrid/VContainer.mjs.map +1 -1
- package/lib/components/VGrid/index.d.mts +36 -0
- package/lib/components/VImg/VImg.css +9 -0
- package/lib/components/VImg/VImg.mjs +2 -0
- package/lib/components/VImg/VImg.mjs.map +1 -1
- package/lib/components/VImg/VImg.sass +9 -0
- package/lib/components/VImg/index.d.mts +16 -7
- package/lib/components/VInput/index.d.mts +6 -6
- package/lib/components/VList/VList.mjs +1 -0
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +14 -12
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +33 -33
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +6 -6
- package/lib/components/VRangeSlider/index.d.mts +6 -6
- package/lib/components/VSelect/index.d.mts +49 -49
- package/lib/components/VSlider/index.d.mts +6 -6
- package/lib/components/VSnackbar/index.d.mts +33 -33
- package/lib/components/VSpeedDial/index.d.mts +9 -9
- package/lib/components/VSwitch/index.d.mts +6 -6
- package/lib/components/VTabs/index.d.mts +21 -3
- package/lib/components/VTextField/index.d.mts +18 -18
- package/lib/components/VTextarea/index.d.mts +18 -18
- package/lib/components/VTooltip/index.d.mts +39 -39
- package/lib/components/VValidation/index.d.mts +9 -8
- package/lib/components/index.d.mts +707 -509
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/icons.mjs.map +1 -1
- package/lib/composables/scroll.mjs +6 -0
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/composables/validation.mjs +8 -6
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +164 -165
- package/lib/labs/VDateInput/index.d.mts +6 -6
- package/lib/labs/VNumberInput/index.d.mts +6 -6
- package/lib/labs/VSnackbarQueue/index.d.mts +42 -42
- package/lib/labs/VStepperVertical/index.d.mts +93 -21
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +7 -2
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs +3 -4
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +22 -16
- package/lib/labs/components.d.mts +166 -88
- package/package.json +1 -1
@@ -124,12 +124,12 @@ declare const VSnackbar: {
|
|
124
124
|
component?: vue.Component | undefined;
|
125
125
|
})>;
|
126
126
|
zIndex: string | number;
|
127
|
+
eager: boolean;
|
127
128
|
modelValue: boolean;
|
128
129
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
129
130
|
origin: Anchor | "auto" | "overlap";
|
130
131
|
vertical: boolean;
|
131
132
|
tile: boolean;
|
132
|
-
eager: boolean;
|
133
133
|
location: Anchor;
|
134
134
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
135
135
|
updateLocation: (e: Event) => void;
|
@@ -212,9 +212,9 @@ declare const VSnackbar: {
|
|
212
212
|
component?: vue.Component | undefined;
|
213
213
|
});
|
214
214
|
zIndex: string | number;
|
215
|
+
eager: boolean;
|
215
216
|
modelValue: boolean;
|
216
217
|
origin: Anchor | "auto" | "overlap";
|
217
|
-
eager: boolean;
|
218
218
|
location: Anchor;
|
219
219
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
220
220
|
updateLocation: (e: Event) => void;
|
@@ -239,9 +239,9 @@ declare const VSnackbar: {
|
|
239
239
|
component?: vue.Component | undefined;
|
240
240
|
});
|
241
241
|
zIndex: string | number;
|
242
|
+
eager: boolean;
|
242
243
|
modelValue: boolean;
|
243
244
|
origin: Anchor | "auto" | "overlap";
|
244
|
-
eager: boolean;
|
245
245
|
location: Anchor;
|
246
246
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
247
247
|
updateLocation: (e: Event) => void;
|
@@ -317,9 +317,9 @@ declare const VSnackbar: {
|
|
317
317
|
component?: vue.Component | undefined;
|
318
318
|
});
|
319
319
|
zIndex: string | number;
|
320
|
+
eager: boolean;
|
320
321
|
modelValue: boolean;
|
321
322
|
origin: Anchor | "auto" | "overlap";
|
322
|
-
eager: boolean;
|
323
323
|
location: Anchor;
|
324
324
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
325
325
|
updateLocation: (e: Event) => void;
|
@@ -391,7 +391,7 @@ declare const VSnackbar: {
|
|
391
391
|
onAfterEnter?: (() => any) | undefined;
|
392
392
|
onAfterLeave?: (() => any) | undefined;
|
393
393
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
394
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
394
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
395
395
|
$attrs: {
|
396
396
|
[x: string]: unknown;
|
397
397
|
};
|
@@ -424,9 +424,9 @@ declare const VSnackbar: {
|
|
424
424
|
component?: vue.Component | undefined;
|
425
425
|
});
|
426
426
|
zIndex: string | number;
|
427
|
+
eager: boolean;
|
427
428
|
modelValue: boolean;
|
428
429
|
origin: Anchor | "auto" | "overlap";
|
429
|
-
eager: boolean;
|
430
430
|
location: Anchor;
|
431
431
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
432
432
|
updateLocation: (e: Event) => void;
|
@@ -520,9 +520,9 @@ declare const VSnackbar: {
|
|
520
520
|
component?: vue.Component | undefined;
|
521
521
|
});
|
522
522
|
zIndex: string | number;
|
523
|
+
eager: boolean;
|
523
524
|
modelValue: boolean;
|
524
525
|
origin: Anchor | "auto" | "overlap";
|
525
|
-
eager: boolean;
|
526
526
|
location: Anchor;
|
527
527
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
528
528
|
updateLocation: (e: Event) => void;
|
@@ -580,9 +580,9 @@ declare const VSnackbar: {
|
|
580
580
|
component?: vue.Component | undefined;
|
581
581
|
});
|
582
582
|
zIndex: string | number;
|
583
|
+
eager: boolean;
|
583
584
|
modelValue: boolean;
|
584
585
|
origin: Anchor | "auto" | "overlap";
|
585
|
-
eager: boolean;
|
586
586
|
location: Anchor;
|
587
587
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
588
588
|
updateLocation: (e: Event) => void;
|
@@ -663,7 +663,7 @@ declare const VSnackbar: {
|
|
663
663
|
globalTop: Readonly<Ref<boolean>>;
|
664
664
|
localTop: vue.ComputedRef<boolean>;
|
665
665
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
666
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
666
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
667
667
|
'update:modelValue': (v: boolean) => boolean;
|
668
668
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
669
669
|
style: vue.StyleValue;
|
@@ -673,12 +673,12 @@ declare const VSnackbar: {
|
|
673
673
|
component?: vue.Component | undefined;
|
674
674
|
})>;
|
675
675
|
zIndex: string | number;
|
676
|
+
eager: boolean;
|
676
677
|
modelValue: boolean;
|
677
678
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
678
679
|
origin: Anchor | "auto" | "overlap";
|
679
680
|
vertical: boolean;
|
680
681
|
tile: boolean;
|
681
|
-
eager: boolean;
|
682
682
|
location: Anchor;
|
683
683
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
684
684
|
updateLocation: (e: Event) => void;
|
@@ -758,13 +758,13 @@ declare const VSnackbar: {
|
|
758
758
|
component?: vue.Component | undefined;
|
759
759
|
})>;
|
760
760
|
zIndex: string | number;
|
761
|
+
eager: boolean;
|
761
762
|
modelValue: boolean;
|
762
763
|
rounded: string | number | boolean;
|
763
764
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
764
765
|
origin: Anchor | "auto" | "overlap";
|
765
766
|
vertical: boolean;
|
766
767
|
tile: boolean;
|
767
|
-
eager: boolean;
|
768
768
|
location: Anchor;
|
769
769
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
770
770
|
updateLocation: (e: Event) => void;
|
@@ -811,12 +811,12 @@ declare const VSnackbar: {
|
|
811
811
|
component?: vue.Component | undefined;
|
812
812
|
})>;
|
813
813
|
zIndex: string | number;
|
814
|
+
eager: boolean;
|
814
815
|
modelValue: boolean;
|
815
816
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
816
817
|
origin: Anchor | "auto" | "overlap";
|
817
818
|
vertical: boolean;
|
818
819
|
tile: boolean;
|
819
|
-
eager: boolean;
|
820
820
|
location: Anchor;
|
821
821
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
822
822
|
updateLocation: (e: Event) => void;
|
@@ -899,9 +899,9 @@ declare const VSnackbar: {
|
|
899
899
|
component?: vue.Component | undefined;
|
900
900
|
});
|
901
901
|
zIndex: string | number;
|
902
|
+
eager: boolean;
|
902
903
|
modelValue: boolean;
|
903
904
|
origin: Anchor | "auto" | "overlap";
|
904
|
-
eager: boolean;
|
905
905
|
location: Anchor;
|
906
906
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
907
907
|
updateLocation: (e: Event) => void;
|
@@ -926,9 +926,9 @@ declare const VSnackbar: {
|
|
926
926
|
component?: vue.Component | undefined;
|
927
927
|
});
|
928
928
|
zIndex: string | number;
|
929
|
+
eager: boolean;
|
929
930
|
modelValue: boolean;
|
930
931
|
origin: Anchor | "auto" | "overlap";
|
931
|
-
eager: boolean;
|
932
932
|
location: Anchor;
|
933
933
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
934
934
|
updateLocation: (e: Event) => void;
|
@@ -1004,9 +1004,9 @@ declare const VSnackbar: {
|
|
1004
1004
|
component?: vue.Component | undefined;
|
1005
1005
|
});
|
1006
1006
|
zIndex: string | number;
|
1007
|
+
eager: boolean;
|
1007
1008
|
modelValue: boolean;
|
1008
1009
|
origin: Anchor | "auto" | "overlap";
|
1009
|
-
eager: boolean;
|
1010
1010
|
location: Anchor;
|
1011
1011
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1012
1012
|
updateLocation: (e: Event) => void;
|
@@ -1078,7 +1078,7 @@ declare const VSnackbar: {
|
|
1078
1078
|
onAfterEnter?: (() => any) | undefined;
|
1079
1079
|
onAfterLeave?: (() => any) | undefined;
|
1080
1080
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1081
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1081
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1082
1082
|
$attrs: {
|
1083
1083
|
[x: string]: unknown;
|
1084
1084
|
};
|
@@ -1111,9 +1111,9 @@ declare const VSnackbar: {
|
|
1111
1111
|
component?: vue.Component | undefined;
|
1112
1112
|
});
|
1113
1113
|
zIndex: string | number;
|
1114
|
+
eager: boolean;
|
1114
1115
|
modelValue: boolean;
|
1115
1116
|
origin: Anchor | "auto" | "overlap";
|
1116
|
-
eager: boolean;
|
1117
1117
|
location: Anchor;
|
1118
1118
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1119
1119
|
updateLocation: (e: Event) => void;
|
@@ -1207,9 +1207,9 @@ declare const VSnackbar: {
|
|
1207
1207
|
component?: vue.Component | undefined;
|
1208
1208
|
});
|
1209
1209
|
zIndex: string | number;
|
1210
|
+
eager: boolean;
|
1210
1211
|
modelValue: boolean;
|
1211
1212
|
origin: Anchor | "auto" | "overlap";
|
1212
|
-
eager: boolean;
|
1213
1213
|
location: Anchor;
|
1214
1214
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1215
1215
|
updateLocation: (e: Event) => void;
|
@@ -1267,9 +1267,9 @@ declare const VSnackbar: {
|
|
1267
1267
|
component?: vue.Component | undefined;
|
1268
1268
|
});
|
1269
1269
|
zIndex: string | number;
|
1270
|
+
eager: boolean;
|
1270
1271
|
modelValue: boolean;
|
1271
1272
|
origin: Anchor | "auto" | "overlap";
|
1272
|
-
eager: boolean;
|
1273
1273
|
location: Anchor;
|
1274
1274
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1275
1275
|
updateLocation: (e: Event) => void;
|
@@ -1350,7 +1350,7 @@ declare const VSnackbar: {
|
|
1350
1350
|
globalTop: Readonly<Ref<boolean>>;
|
1351
1351
|
localTop: vue.ComputedRef<boolean>;
|
1352
1352
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1353
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1353
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
1354
1354
|
style: vue.StyleValue;
|
1355
1355
|
disabled: boolean;
|
1356
1356
|
absolute: boolean;
|
@@ -1358,13 +1358,13 @@ declare const VSnackbar: {
|
|
1358
1358
|
component?: vue.Component | undefined;
|
1359
1359
|
})>;
|
1360
1360
|
zIndex: string | number;
|
1361
|
+
eager: boolean;
|
1361
1362
|
modelValue: boolean;
|
1362
1363
|
rounded: string | number | boolean;
|
1363
1364
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1364
1365
|
origin: Anchor | "auto" | "overlap";
|
1365
1366
|
vertical: boolean;
|
1366
1367
|
tile: boolean;
|
1367
|
-
eager: boolean;
|
1368
1368
|
location: Anchor;
|
1369
1369
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1370
1370
|
updateLocation: (e: Event) => void;
|
@@ -1390,12 +1390,12 @@ declare const VSnackbar: {
|
|
1390
1390
|
component?: vue.Component | undefined;
|
1391
1391
|
})>;
|
1392
1392
|
zIndex: string | number;
|
1393
|
+
eager: boolean;
|
1393
1394
|
modelValue: boolean;
|
1394
1395
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1395
1396
|
origin: Anchor | "auto" | "overlap";
|
1396
1397
|
vertical: boolean;
|
1397
1398
|
tile: boolean;
|
1398
|
-
eager: boolean;
|
1399
1399
|
location: Anchor;
|
1400
1400
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1401
1401
|
updateLocation: (e: Event) => void;
|
@@ -1478,9 +1478,9 @@ declare const VSnackbar: {
|
|
1478
1478
|
component?: vue.Component | undefined;
|
1479
1479
|
});
|
1480
1480
|
zIndex: string | number;
|
1481
|
+
eager: boolean;
|
1481
1482
|
modelValue: boolean;
|
1482
1483
|
origin: Anchor | "auto" | "overlap";
|
1483
|
-
eager: boolean;
|
1484
1484
|
location: Anchor;
|
1485
1485
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1486
1486
|
updateLocation: (e: Event) => void;
|
@@ -1505,9 +1505,9 @@ declare const VSnackbar: {
|
|
1505
1505
|
component?: vue.Component | undefined;
|
1506
1506
|
});
|
1507
1507
|
zIndex: string | number;
|
1508
|
+
eager: boolean;
|
1508
1509
|
modelValue: boolean;
|
1509
1510
|
origin: Anchor | "auto" | "overlap";
|
1510
|
-
eager: boolean;
|
1511
1511
|
location: Anchor;
|
1512
1512
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1513
1513
|
updateLocation: (e: Event) => void;
|
@@ -1583,9 +1583,9 @@ declare const VSnackbar: {
|
|
1583
1583
|
component?: vue.Component | undefined;
|
1584
1584
|
});
|
1585
1585
|
zIndex: string | number;
|
1586
|
+
eager: boolean;
|
1586
1587
|
modelValue: boolean;
|
1587
1588
|
origin: Anchor | "auto" | "overlap";
|
1588
|
-
eager: boolean;
|
1589
1589
|
location: Anchor;
|
1590
1590
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1591
1591
|
updateLocation: (e: Event) => void;
|
@@ -1657,7 +1657,7 @@ declare const VSnackbar: {
|
|
1657
1657
|
onAfterEnter?: (() => any) | undefined;
|
1658
1658
|
onAfterLeave?: (() => any) | undefined;
|
1659
1659
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1660
|
-
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1660
|
+
}, "style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1661
1661
|
$attrs: {
|
1662
1662
|
[x: string]: unknown;
|
1663
1663
|
};
|
@@ -1690,9 +1690,9 @@ declare const VSnackbar: {
|
|
1690
1690
|
component?: vue.Component | undefined;
|
1691
1691
|
});
|
1692
1692
|
zIndex: string | number;
|
1693
|
+
eager: boolean;
|
1693
1694
|
modelValue: boolean;
|
1694
1695
|
origin: Anchor | "auto" | "overlap";
|
1695
|
-
eager: boolean;
|
1696
1696
|
location: Anchor;
|
1697
1697
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1698
1698
|
updateLocation: (e: Event) => void;
|
@@ -1786,9 +1786,9 @@ declare const VSnackbar: {
|
|
1786
1786
|
component?: vue.Component | undefined;
|
1787
1787
|
});
|
1788
1788
|
zIndex: string | number;
|
1789
|
+
eager: boolean;
|
1789
1790
|
modelValue: boolean;
|
1790
1791
|
origin: Anchor | "auto" | "overlap";
|
1791
|
-
eager: boolean;
|
1792
1792
|
location: Anchor;
|
1793
1793
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1794
1794
|
updateLocation: (e: Event) => void;
|
@@ -1846,9 +1846,9 @@ declare const VSnackbar: {
|
|
1846
1846
|
component?: vue.Component | undefined;
|
1847
1847
|
});
|
1848
1848
|
zIndex: string | number;
|
1849
|
+
eager: boolean;
|
1849
1850
|
modelValue: boolean;
|
1850
1851
|
origin: Anchor | "auto" | "overlap";
|
1851
|
-
eager: boolean;
|
1852
1852
|
location: Anchor;
|
1853
1853
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1854
1854
|
updateLocation: (e: Event) => void;
|
@@ -1929,7 +1929,7 @@ declare const VSnackbar: {
|
|
1929
1929
|
globalTop: Readonly<Ref<boolean>>;
|
1930
1930
|
localTop: vue.ComputedRef<boolean>;
|
1931
1931
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1932
|
-
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "
|
1932
|
+
}> & {} & vue.ComponentCustomProperties & {}, "class" | "width" | "height" | "theme" | "key" | "target" | "v-slot:default" | "$children" | "v-slots" | "ref" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "offset" | "onUpdate:modelValue" | "contentClass" | "opacity" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "onAfterEnter" | "onAfterLeave" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("style" | "disabled" | "absolute" | "transition" | "zIndex" | "eager" | "modelValue" | "origin" | "location" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
1933
1933
|
'update:modelValue': (v: boolean) => boolean;
|
1934
1934
|
}, string, {
|
1935
1935
|
style: vue.StyleValue;
|
@@ -1939,13 +1939,13 @@ declare const VSnackbar: {
|
|
1939
1939
|
component?: vue.Component | undefined;
|
1940
1940
|
})>;
|
1941
1941
|
zIndex: string | number;
|
1942
|
+
eager: boolean;
|
1942
1943
|
modelValue: boolean;
|
1943
1944
|
rounded: string | number | boolean;
|
1944
1945
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1945
1946
|
origin: Anchor | "auto" | "overlap";
|
1946
1947
|
vertical: boolean;
|
1947
1948
|
tile: boolean;
|
1948
|
-
eager: boolean;
|
1949
1949
|
location: Anchor;
|
1950
1950
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1951
1951
|
updateLocation: (e: Event) => void;
|
@@ -2008,6 +2008,7 @@ declare const VSnackbar: {
|
|
2008
2008
|
type: (StringConstructor | NumberConstructor)[];
|
2009
2009
|
default: number;
|
2010
2010
|
};
|
2011
|
+
eager: BooleanConstructor;
|
2011
2012
|
modelValue: BooleanConstructor;
|
2012
2013
|
contentClass: null;
|
2013
2014
|
origin: {
|
@@ -2019,7 +2020,6 @@ declare const VSnackbar: {
|
|
2019
2020
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
2020
2021
|
minHeight: (StringConstructor | NumberConstructor)[];
|
2021
2022
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2022
|
-
eager: BooleanConstructor;
|
2023
2023
|
location: {
|
2024
2024
|
type: vue.PropType<Anchor>;
|
2025
2025
|
default: string;
|
@@ -2109,6 +2109,7 @@ declare const VSnackbar: {
|
|
2109
2109
|
type: (StringConstructor | NumberConstructor)[];
|
2110
2110
|
default: number;
|
2111
2111
|
};
|
2112
|
+
eager: BooleanConstructor;
|
2112
2113
|
modelValue: BooleanConstructor;
|
2113
2114
|
contentClass: null;
|
2114
2115
|
origin: {
|
@@ -2120,7 +2121,6 @@ declare const VSnackbar: {
|
|
2120
2121
|
maxWidth: (StringConstructor | NumberConstructor)[];
|
2121
2122
|
minHeight: (StringConstructor | NumberConstructor)[];
|
2122
2123
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2123
|
-
eager: BooleanConstructor;
|
2124
2124
|
location: {
|
2125
2125
|
type: vue.PropType<Anchor>;
|
2126
2126
|
default: string;
|
@@ -2206,11 +2206,11 @@ declare const VSnackbarQueue: {
|
|
2206
2206
|
component?: vue.Component | undefined;
|
2207
2207
|
})>;
|
2208
2208
|
zIndex: string | number;
|
2209
|
+
eager: boolean;
|
2209
2210
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2210
2211
|
origin: Anchor | "auto" | "overlap";
|
2211
2212
|
vertical: boolean;
|
2212
2213
|
tile: boolean;
|
2213
|
-
eager: boolean;
|
2214
2214
|
location: Anchor;
|
2215
2215
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2216
2216
|
updateLocation: (e: Event) => void;
|
@@ -2259,11 +2259,11 @@ declare const VSnackbarQueue: {
|
|
2259
2259
|
component?: vue.Component | undefined;
|
2260
2260
|
})>;
|
2261
2261
|
zIndex: string | number;
|
2262
|
+
eager: boolean;
|
2262
2263
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2263
2264
|
origin: Anchor | "auto" | "overlap";
|
2264
2265
|
vertical: boolean;
|
2265
2266
|
tile: boolean;
|
2266
|
-
eager: boolean;
|
2267
2267
|
location: Anchor;
|
2268
2268
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2269
2269
|
updateLocation: (e: Event) => void;
|
@@ -2310,12 +2310,12 @@ declare const VSnackbarQueue: {
|
|
2310
2310
|
component?: vue.Component | undefined;
|
2311
2311
|
})>;
|
2312
2312
|
zIndex: string | number;
|
2313
|
+
eager: boolean;
|
2313
2314
|
rounded: string | number | boolean;
|
2314
2315
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2315
2316
|
origin: Anchor | "auto" | "overlap";
|
2316
2317
|
vertical: boolean;
|
2317
2318
|
tile: boolean;
|
2318
|
-
eager: boolean;
|
2319
2319
|
location: Anchor;
|
2320
2320
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2321
2321
|
updateLocation: (e: Event) => void;
|
@@ -2364,11 +2364,11 @@ declare const VSnackbarQueue: {
|
|
2364
2364
|
component?: vue.Component | undefined;
|
2365
2365
|
})>;
|
2366
2366
|
zIndex: string | number;
|
2367
|
+
eager: boolean;
|
2367
2368
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2368
2369
|
origin: Anchor | "auto" | "overlap";
|
2369
2370
|
vertical: boolean;
|
2370
2371
|
tile: boolean;
|
2371
|
-
eager: boolean;
|
2372
2372
|
location: Anchor;
|
2373
2373
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2374
2374
|
updateLocation: (e: Event) => void;
|
@@ -2415,12 +2415,12 @@ declare const VSnackbarQueue: {
|
|
2415
2415
|
component?: vue.Component | undefined;
|
2416
2416
|
})>;
|
2417
2417
|
zIndex: string | number;
|
2418
|
+
eager: boolean;
|
2418
2419
|
rounded: string | number | boolean;
|
2419
2420
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2420
2421
|
origin: Anchor | "auto" | "overlap";
|
2421
2422
|
vertical: boolean;
|
2422
2423
|
tile: boolean;
|
2423
|
-
eager: boolean;
|
2424
2424
|
location: Anchor;
|
2425
2425
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2426
2426
|
updateLocation: (e: Event) => void;
|
@@ -2447,11 +2447,11 @@ declare const VSnackbarQueue: {
|
|
2447
2447
|
component?: vue.Component | undefined;
|
2448
2448
|
})>;
|
2449
2449
|
zIndex: string | number;
|
2450
|
+
eager: boolean;
|
2450
2451
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2451
2452
|
origin: Anchor | "auto" | "overlap";
|
2452
2453
|
vertical: boolean;
|
2453
2454
|
tile: boolean;
|
2454
|
-
eager: boolean;
|
2455
2455
|
location: Anchor;
|
2456
2456
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2457
2457
|
updateLocation: (e: Event) => void;
|
@@ -2500,12 +2500,12 @@ declare const VSnackbarQueue: {
|
|
2500
2500
|
component?: vue.Component | undefined;
|
2501
2501
|
})>;
|
2502
2502
|
zIndex: string | number;
|
2503
|
+
eager: boolean;
|
2503
2504
|
rounded: string | number | boolean;
|
2504
2505
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2505
2506
|
origin: Anchor | "auto" | "overlap";
|
2506
2507
|
vertical: boolean;
|
2507
2508
|
tile: boolean;
|
2508
|
-
eager: boolean;
|
2509
2509
|
location: Anchor;
|
2510
2510
|
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2511
2511
|
updateLocation: (e: Event) => void;
|
@@ -2582,6 +2582,7 @@ declare const VSnackbarQueue: {
|
|
2582
2582
|
type: (StringConstructor | NumberConstructor)[];
|
2583
2583
|
default: number;
|
2584
2584
|
};
|
2585
|
+
eager: BooleanConstructor;
|
2585
2586
|
rounded: {
|
2586
2587
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
2587
2588
|
default: undefined;
|
@@ -2603,7 +2604,6 @@ declare const VSnackbarQueue: {
|
|
2603
2604
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2604
2605
|
vertical: BooleanConstructor;
|
2605
2606
|
tile: BooleanConstructor;
|
2606
|
-
eager: BooleanConstructor;
|
2607
2607
|
location: {
|
2608
2608
|
type: PropType<Anchor>;
|
2609
2609
|
default: string;
|
@@ -2691,6 +2691,7 @@ declare const VSnackbarQueue: {
|
|
2691
2691
|
type: (StringConstructor | NumberConstructor)[];
|
2692
2692
|
default: number;
|
2693
2693
|
};
|
2694
|
+
eager: BooleanConstructor;
|
2694
2695
|
rounded: {
|
2695
2696
|
type: (StringConstructor | NumberConstructor | BooleanConstructor)[];
|
2696
2697
|
default: undefined;
|
@@ -2712,7 +2713,6 @@ declare const VSnackbarQueue: {
|
|
2712
2713
|
minWidth: (StringConstructor | NumberConstructor)[];
|
2713
2714
|
vertical: BooleanConstructor;
|
2714
2715
|
tile: BooleanConstructor;
|
2715
|
-
eager: BooleanConstructor;
|
2716
2716
|
location: {
|
2717
2717
|
type: PropType<Anchor>;
|
2718
2718
|
default: string;
|