vuetify 3.5.8 → 3.5.10
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/_component-variables-labs.sass +1 -0
- package/dist/json/attributes.json +525 -13
- package/dist/json/importMap-labs.json +24 -8
- package/dist/json/importMap.json +130 -130
- package/dist/json/tags.json +148 -0
- package/dist/json/web-types.json +2021 -147
- package/dist/vuetify-labs.css +2819 -2760
- package/dist/vuetify-labs.d.ts +5860 -2816
- package/dist/vuetify-labs.esm.js +1286 -248
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1286 -247
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +553 -547
- package/dist/vuetify.d.ts +2835 -2281
- package/dist/vuetify.esm.js +883 -408
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +882 -406
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1137 -1109
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +15 -15
- package/lib/components/VApp/index.d.mts +8 -8
- package/lib/components/VAppBar/index.d.mts +7 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -7
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +232 -100
- package/lib/components/VAvatar/index.d.mts +8 -8
- package/lib/components/VBadge/index.d.mts +7 -7
- package/lib/components/VBanner/index.d.mts +20 -20
- package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
- package/lib/components/VBreadcrumbs/index.d.mts +27 -26
- package/lib/components/VBtnGroup/index.d.mts +8 -8
- package/lib/components/VCard/index.d.mts +32 -32
- package/lib/components/VCarousel/index.d.mts +6 -6
- package/lib/components/VCheckbox/index.d.mts +44 -44
- package/lib/components/VChip/index.d.mts +7 -7
- package/lib/components/VCode/index.d.mts +8 -8
- package/lib/components/VColorPicker/VColorPickerPreview.css +1 -0
- package/lib/components/VColorPicker/VColorPickerPreview.sass +1 -0
- package/lib/components/VColorPicker/_variables.scss +1 -0
- package/lib/components/VCombobox/VCombobox.mjs +10 -7
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +232 -100
- package/lib/components/VDataTable/index.d.mts +6 -6
- package/lib/components/VDatePicker/VDatePickerControls.mjs +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +10 -4
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +10 -10
- package/lib/components/VDefaultsProvider/index.d.mts +8 -8
- package/lib/components/VDialog/index.d.mts +12 -6
- package/lib/components/VDivider/index.d.mts +8 -8
- package/lib/components/VExpansionPanel/index.d.mts +19 -19
- package/lib/components/VField/VField.css +2 -0
- package/lib/components/VField/VField.mjs +1 -1
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -0
- package/lib/components/VField/index.d.mts +28 -28
- package/lib/components/VFileInput/index.d.mts +133 -133
- package/lib/components/VFooter/index.d.mts +8 -8
- package/lib/components/VGrid/index.d.mts +32 -32
- package/lib/components/VIcon/VIcon.css +4 -0
- package/lib/components/VIcon/VIcon.mjs +7 -3
- package/lib/components/VIcon/VIcon.mjs.map +1 -1
- package/lib/components/VIcon/VIcon.sass +4 -0
- package/lib/components/VIcon/_variables.scss +1 -0
- package/lib/components/VIcon/index.d.mts +25 -16
- package/lib/components/VImg/index.d.mts +4 -4
- package/lib/components/VInput/index.d.mts +21 -21
- package/lib/components/VKbd/index.d.mts +8 -8
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +16 -16
- package/lib/components/VLazy/index.d.mts +8 -8
- package/lib/components/VList/VList.mjs +8 -2
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VListGroup.mjs +3 -1
- package/lib/components/VList/VListGroup.mjs.map +1 -1
- package/lib/components/VList/VListItem.mjs +17 -4
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +156 -54
- package/lib/components/VLocaleProvider/index.d.mts +12 -12
- package/lib/components/VMain/index.d.mts +8 -8
- package/lib/components/VMenu/VMenu.mjs +3 -0
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +14 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +22 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +2 -1
- package/lib/components/VNavigationDrawer/index.d.mts +11 -11
- package/lib/components/VOtpInput/VOtpInput.mjs +7 -2
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +31 -31
- package/lib/components/VOverlay/VOverlay.mjs +8 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +3 -0
- package/lib/components/VOverlay/scrollStrategies.mjs +2 -2
- package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +7 -7
- package/lib/components/VProgressLinear/VProgressLinear.css +0 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +0 -1
- package/lib/components/VProgressLinear/index.d.mts +7 -7
- package/lib/components/VRadioGroup/index.d.mts +44 -44
- package/lib/components/VRangeSlider/index.d.mts +47 -47
- package/lib/components/VRating/index.d.mts +7 -7
- package/lib/components/VResponsive/index.d.mts +8 -8
- package/lib/components/VSelect/VSelect.mjs +5 -3
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +232 -100
- package/lib/components/VSheet/index.d.mts +8 -8
- package/lib/components/VSkeletonLoader/index.d.mts +8 -8
- package/lib/components/VSlider/index.d.mts +47 -47
- package/lib/components/VSnackbar/index.d.mts +25 -19
- package/lib/components/VStepper/index.d.mts +41 -41
- package/lib/components/VSwitch/index.d.mts +39 -39
- package/lib/components/VSystemBar/index.d.mts +8 -8
- package/lib/components/VTabs/index.d.mts +15 -15
- package/lib/components/VTextField/index.d.mts +173 -173
- package/lib/components/VTextarea/index.d.mts +119 -119
- package/lib/components/VThemeProvider/index.d.mts +8 -8
- package/lib/components/VTimeline/index.d.mts +8 -8
- package/lib/components/VToolbar/index.d.mts +8 -8
- package/lib/components/VTooltip/index.d.mts +14 -8
- package/lib/components/VWindow/index.d.mts +10 -10
- package/lib/components/index.d.mts +2478 -1943
- package/lib/components/transitions/index.d.mts +128 -128
- package/lib/composables/date/adapters/vuetify.mjs +1 -1
- package/lib/composables/date/adapters/vuetify.mjs.map +1 -1
- package/lib/composables/nested/activeStrategies.mjs +121 -0
- package/lib/composables/nested/activeStrategies.mjs.map +1 -0
- package/lib/composables/nested/nested.mjs +50 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/nested/selectStrategies.mjs +4 -2
- package/lib/composables/nested/selectStrategies.mjs.map +1 -1
- package/lib/composables/theme.mjs +1 -1
- package/lib/composables/theme.mjs.map +1 -1
- package/lib/entry-bundler.mjs +3 -2
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/iconsets/fa.mjs +2 -0
- package/lib/iconsets/fa.mjs.map +1 -1
- package/lib/iconsets/fa4.mjs +2 -0
- package/lib/iconsets/fa4.mjs.map +1 -1
- package/lib/iconsets/md.mjs +2 -0
- package/lib/iconsets/md.mjs.map +1 -1
- package/lib/iconsets/mdi-svg.mjs +2 -0
- package/lib/iconsets/mdi-svg.mjs.map +1 -1
- package/lib/iconsets/mdi.mjs +2 -0
- package/lib/iconsets/mdi.mjs.map +1 -1
- package/lib/index.d.mts +48 -44
- package/lib/labs/VCalendar/index.d.mts +32 -32
- package/lib/labs/VFab/index.d.mts +15 -15
- package/lib/labs/VNumberInput/VNumberInput.css +38 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +209 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -0
- package/lib/labs/VNumberInput/VNumberInput.sass +47 -0
- package/lib/labs/VNumberInput/_variables.scss +1 -0
- package/lib/labs/VNumberInput/index.d.mts +607 -0
- package/lib/labs/VNumberInput/index.mjs +2 -0
- package/lib/labs/VNumberInput/index.mjs.map +1 -0
- package/lib/labs/VPicker/index.d.mts +8 -8
- package/lib/labs/VSparkline/index.d.mts +7 -7
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +9 -5
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/index.d.mts +120 -24
- package/lib/labs/VTreeview/VTreeview.mjs +154 -0
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +98 -0
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs +48 -0
- package/lib/labs/VTreeview/VTreeviewGroup.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.css +17 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs +86 -0
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -0
- package/lib/labs/VTreeview/VTreeviewItem.sass +19 -0
- package/lib/labs/VTreeview/index.d.mts +1975 -0
- package/lib/labs/VTreeview/index.mjs +4 -0
- package/lib/labs/VTreeview/index.mjs.map +1 -0
- package/lib/labs/VTreeview/shared.mjs +4 -0
- package/lib/labs/VTreeview/shared.mjs.map +1 -0
- package/lib/labs/VTreeview/variables.scss +8 -0
- package/lib/labs/components.d.mts +4553 -1925
- package/lib/labs/components.mjs +4 -2
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -1
- package/lib/locale/no.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -32,9 +32,9 @@ declare const VSheet: {
|
|
|
32
32
|
theme?: string | undefined;
|
|
33
33
|
rounded?: string | number | boolean | undefined;
|
|
34
34
|
} & {
|
|
35
|
-
$children?: vue.VNodeChild |
|
|
35
|
+
$children?: vue.VNodeChild | {
|
|
36
36
|
default?: (() => vue.VNodeChild) | undefined;
|
|
37
|
-
};
|
|
37
|
+
} | (() => vue.VNodeChild);
|
|
38
38
|
'v-slots'?: {
|
|
39
39
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
40
40
|
} | undefined;
|
|
@@ -60,9 +60,9 @@ declare const VSheet: {
|
|
|
60
60
|
theme?: string | undefined;
|
|
61
61
|
rounded?: string | number | boolean | undefined;
|
|
62
62
|
} & {
|
|
63
|
-
$children?: vue.VNodeChild |
|
|
63
|
+
$children?: vue.VNodeChild | {
|
|
64
64
|
default?: (() => vue.VNodeChild) | undefined;
|
|
65
|
-
};
|
|
65
|
+
} | (() => vue.VNodeChild);
|
|
66
66
|
'v-slots'?: {
|
|
67
67
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
68
68
|
} | undefined;
|
|
@@ -104,9 +104,9 @@ declare const VSheet: {
|
|
|
104
104
|
theme?: string | undefined;
|
|
105
105
|
rounded?: string | number | boolean | undefined;
|
|
106
106
|
} & {
|
|
107
|
-
$children?: vue.VNodeChild |
|
|
107
|
+
$children?: vue.VNodeChild | {
|
|
108
108
|
default?: (() => vue.VNodeChild) | undefined;
|
|
109
|
-
};
|
|
109
|
+
} | (() => vue.VNodeChild);
|
|
110
110
|
'v-slots'?: {
|
|
111
111
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
112
112
|
} | undefined;
|
|
@@ -141,9 +141,9 @@ declare const VSheet: {
|
|
|
141
141
|
theme?: string | undefined;
|
|
142
142
|
rounded?: string | number | boolean | undefined;
|
|
143
143
|
} & {
|
|
144
|
-
$children?: vue.VNodeChild |
|
|
144
|
+
$children?: vue.VNodeChild | {
|
|
145
145
|
default?: (() => vue.VNodeChild) | undefined;
|
|
146
|
-
};
|
|
146
|
+
} | (() => vue.VNodeChild);
|
|
147
147
|
'v-slots'?: {
|
|
148
148
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
149
149
|
} | undefined;
|
|
@@ -22,9 +22,9 @@ declare const VSkeletonLoader: {
|
|
|
22
22
|
elevation?: string | number | undefined;
|
|
23
23
|
theme?: string | undefined;
|
|
24
24
|
} & {
|
|
25
|
-
$children?: vue.VNodeChild |
|
|
25
|
+
$children?: vue.VNodeChild | {
|
|
26
26
|
default?: (() => vue.VNodeChild) | undefined;
|
|
27
|
-
};
|
|
27
|
+
} | (() => vue.VNodeChild);
|
|
28
28
|
'v-slots'?: {
|
|
29
29
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
30
30
|
} | undefined;
|
|
@@ -46,9 +46,9 @@ declare const VSkeletonLoader: {
|
|
|
46
46
|
elevation?: string | number | undefined;
|
|
47
47
|
theme?: string | undefined;
|
|
48
48
|
} & {
|
|
49
|
-
$children?: vue.VNodeChild |
|
|
49
|
+
$children?: vue.VNodeChild | {
|
|
50
50
|
default?: (() => vue.VNodeChild) | undefined;
|
|
51
|
-
};
|
|
51
|
+
} | (() => vue.VNodeChild);
|
|
52
52
|
'v-slots'?: {
|
|
53
53
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
54
54
|
} | undefined;
|
|
@@ -86,9 +86,9 @@ declare const VSkeletonLoader: {
|
|
|
86
86
|
elevation?: string | number | undefined;
|
|
87
87
|
theme?: string | undefined;
|
|
88
88
|
} & {
|
|
89
|
-
$children?: vue.VNodeChild |
|
|
89
|
+
$children?: vue.VNodeChild | {
|
|
90
90
|
default?: (() => vue.VNodeChild) | undefined;
|
|
91
|
-
};
|
|
91
|
+
} | (() => vue.VNodeChild);
|
|
92
92
|
'v-slots'?: {
|
|
93
93
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
94
94
|
} | undefined;
|
|
@@ -119,9 +119,9 @@ declare const VSkeletonLoader: {
|
|
|
119
119
|
elevation?: string | number | undefined;
|
|
120
120
|
theme?: string | undefined;
|
|
121
121
|
} & {
|
|
122
|
-
$children?: vue.VNodeChild |
|
|
122
|
+
$children?: vue.VNodeChild | {
|
|
123
123
|
default?: (() => vue.VNodeChild) | undefined;
|
|
124
|
-
};
|
|
124
|
+
} | (() => vue.VNodeChild);
|
|
125
125
|
'v-slots'?: {
|
|
126
126
|
default?: false | (() => vue.VNodeChild) | undefined;
|
|
127
127
|
} | undefined;
|
|
@@ -50,14 +50,14 @@ declare const VSlider: {
|
|
|
50
50
|
step: string | number;
|
|
51
51
|
elevation: NonNullable<string | number>;
|
|
52
52
|
messages: string | readonly string[];
|
|
53
|
-
tile: boolean;
|
|
54
|
-
density: Density;
|
|
55
|
-
modelValue: string | number;
|
|
56
|
-
ripple: boolean;
|
|
57
53
|
focused: boolean;
|
|
58
54
|
errorMessages: string | readonly string[] | null;
|
|
59
55
|
maxErrors: string | number;
|
|
60
56
|
rules: readonly ValidationRule[];
|
|
57
|
+
modelValue: string | number;
|
|
58
|
+
tile: boolean;
|
|
59
|
+
density: Density;
|
|
60
|
+
ripple: boolean;
|
|
61
61
|
centerAffix: boolean;
|
|
62
62
|
hideSpinButtons: boolean;
|
|
63
63
|
persistentHint: boolean;
|
|
@@ -71,14 +71,14 @@ declare const VSlider: {
|
|
|
71
71
|
color?: string | undefined;
|
|
72
72
|
label?: string | undefined;
|
|
73
73
|
class?: any;
|
|
74
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
75
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
76
|
+
validationValue?: any;
|
|
74
77
|
rounded?: string | number | boolean | undefined;
|
|
75
78
|
prependIcon?: IconValue | undefined;
|
|
76
79
|
appendIcon?: IconValue | undefined;
|
|
77
80
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
78
81
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
79
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
80
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
81
|
-
validationValue?: any;
|
|
82
82
|
hint?: string | undefined;
|
|
83
83
|
hideDetails?: boolean | "auto" | undefined;
|
|
84
84
|
trackColor?: string | undefined;
|
|
@@ -132,8 +132,8 @@ declare const VSlider: {
|
|
|
132
132
|
}) => vue.VNodeChild) | undefined;
|
|
133
133
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
134
134
|
} & {
|
|
135
|
-
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
136
135
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
136
|
+
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
137
137
|
onEnd?: ((value: number) => any) | undefined;
|
|
138
138
|
onStart?: ((value: number) => any) | undefined;
|
|
139
139
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -153,14 +153,14 @@ declare const VSlider: {
|
|
|
153
153
|
step: string | number;
|
|
154
154
|
elevation: NonNullable<string | number>;
|
|
155
155
|
messages: string | readonly string[];
|
|
156
|
-
tile: boolean;
|
|
157
|
-
density: Density;
|
|
158
|
-
modelValue: string | number;
|
|
159
|
-
ripple: boolean;
|
|
160
156
|
focused: boolean;
|
|
161
157
|
errorMessages: string | readonly string[] | null;
|
|
162
158
|
maxErrors: string | number;
|
|
163
159
|
rules: readonly ValidationRule[];
|
|
160
|
+
modelValue: string | number;
|
|
161
|
+
tile: boolean;
|
|
162
|
+
density: Density;
|
|
163
|
+
ripple: boolean;
|
|
164
164
|
centerAffix: boolean;
|
|
165
165
|
hideSpinButtons: boolean;
|
|
166
166
|
persistentHint: boolean;
|
|
@@ -174,14 +174,14 @@ declare const VSlider: {
|
|
|
174
174
|
color?: string | undefined;
|
|
175
175
|
label?: string | undefined;
|
|
176
176
|
class?: any;
|
|
177
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
178
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
179
|
+
validationValue?: any;
|
|
177
180
|
rounded?: string | number | boolean | undefined;
|
|
178
181
|
prependIcon?: IconValue | undefined;
|
|
179
182
|
appendIcon?: IconValue | undefined;
|
|
180
183
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
181
184
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
182
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
183
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
184
|
-
validationValue?: any;
|
|
185
185
|
hint?: string | undefined;
|
|
186
186
|
hideDetails?: boolean | "auto" | undefined;
|
|
187
187
|
trackColor?: string | undefined;
|
|
@@ -235,8 +235,8 @@ declare const VSlider: {
|
|
|
235
235
|
}) => vue.VNodeChild) | undefined;
|
|
236
236
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
237
237
|
} & {
|
|
238
|
-
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
239
238
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
239
|
+
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
240
240
|
onEnd?: ((value: number) => any) | undefined;
|
|
241
241
|
onStart?: ((value: number) => any) | undefined;
|
|
242
242
|
}, {
|
|
@@ -251,15 +251,15 @@ declare const VSlider: {
|
|
|
251
251
|
step: string | number;
|
|
252
252
|
elevation: NonNullable<string | number>;
|
|
253
253
|
messages: string | readonly string[];
|
|
254
|
-
rounded: string | number | boolean;
|
|
255
|
-
tile: boolean;
|
|
256
|
-
density: Density;
|
|
257
|
-
modelValue: string | number;
|
|
258
|
-
ripple: boolean;
|
|
259
254
|
focused: boolean;
|
|
260
255
|
errorMessages: string | readonly string[] | null;
|
|
261
256
|
maxErrors: string | number;
|
|
262
257
|
rules: readonly ValidationRule[];
|
|
258
|
+
modelValue: string | number;
|
|
259
|
+
rounded: string | number | boolean;
|
|
260
|
+
tile: boolean;
|
|
261
|
+
density: Density;
|
|
262
|
+
ripple: boolean;
|
|
263
263
|
centerAffix: boolean;
|
|
264
264
|
hideSpinButtons: boolean;
|
|
265
265
|
persistentHint: boolean;
|
|
@@ -317,14 +317,14 @@ declare const VSlider: {
|
|
|
317
317
|
step: string | number;
|
|
318
318
|
elevation: NonNullable<string | number>;
|
|
319
319
|
messages: string | readonly string[];
|
|
320
|
-
tile: boolean;
|
|
321
|
-
density: Density;
|
|
322
|
-
modelValue: string | number;
|
|
323
|
-
ripple: boolean;
|
|
324
320
|
focused: boolean;
|
|
325
321
|
errorMessages: string | readonly string[] | null;
|
|
326
322
|
maxErrors: string | number;
|
|
327
323
|
rules: readonly ValidationRule[];
|
|
324
|
+
modelValue: string | number;
|
|
325
|
+
tile: boolean;
|
|
326
|
+
density: Density;
|
|
327
|
+
ripple: boolean;
|
|
328
328
|
centerAffix: boolean;
|
|
329
329
|
hideSpinButtons: boolean;
|
|
330
330
|
persistentHint: boolean;
|
|
@@ -338,14 +338,14 @@ declare const VSlider: {
|
|
|
338
338
|
color?: string | undefined;
|
|
339
339
|
label?: string | undefined;
|
|
340
340
|
class?: any;
|
|
341
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
342
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
343
|
+
validationValue?: any;
|
|
341
344
|
rounded?: string | number | boolean | undefined;
|
|
342
345
|
prependIcon?: IconValue | undefined;
|
|
343
346
|
appendIcon?: IconValue | undefined;
|
|
344
347
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
345
348
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
346
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
347
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
348
|
-
validationValue?: any;
|
|
349
349
|
hint?: string | undefined;
|
|
350
350
|
hideDetails?: boolean | "auto" | undefined;
|
|
351
351
|
trackColor?: string | undefined;
|
|
@@ -399,8 +399,8 @@ declare const VSlider: {
|
|
|
399
399
|
}) => vue.VNodeChild) | undefined;
|
|
400
400
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
401
401
|
} & {
|
|
402
|
-
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
403
402
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
403
|
+
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
404
404
|
onEnd?: ((value: number) => any) | undefined;
|
|
405
405
|
onStart?: ((value: number) => any) | undefined;
|
|
406
406
|
}, {}, {}, {}, {}, {
|
|
@@ -415,15 +415,15 @@ declare const VSlider: {
|
|
|
415
415
|
step: string | number;
|
|
416
416
|
elevation: NonNullable<string | number>;
|
|
417
417
|
messages: string | readonly string[];
|
|
418
|
-
rounded: string | number | boolean;
|
|
419
|
-
tile: boolean;
|
|
420
|
-
density: Density;
|
|
421
|
-
modelValue: string | number;
|
|
422
|
-
ripple: boolean;
|
|
423
418
|
focused: boolean;
|
|
424
419
|
errorMessages: string | readonly string[] | null;
|
|
425
420
|
maxErrors: string | number;
|
|
426
421
|
rules: readonly ValidationRule[];
|
|
422
|
+
modelValue: string | number;
|
|
423
|
+
rounded: string | number | boolean;
|
|
424
|
+
tile: boolean;
|
|
425
|
+
density: Density;
|
|
426
|
+
ripple: boolean;
|
|
427
427
|
centerAffix: boolean;
|
|
428
428
|
hideSpinButtons: boolean;
|
|
429
429
|
persistentHint: boolean;
|
|
@@ -448,14 +448,14 @@ declare const VSlider: {
|
|
|
448
448
|
step: string | number;
|
|
449
449
|
elevation: NonNullable<string | number>;
|
|
450
450
|
messages: string | readonly string[];
|
|
451
|
-
tile: boolean;
|
|
452
|
-
density: Density;
|
|
453
|
-
modelValue: string | number;
|
|
454
|
-
ripple: boolean;
|
|
455
451
|
focused: boolean;
|
|
456
452
|
errorMessages: string | readonly string[] | null;
|
|
457
453
|
maxErrors: string | number;
|
|
458
454
|
rules: readonly ValidationRule[];
|
|
455
|
+
modelValue: string | number;
|
|
456
|
+
tile: boolean;
|
|
457
|
+
density: Density;
|
|
458
|
+
ripple: boolean;
|
|
459
459
|
centerAffix: boolean;
|
|
460
460
|
hideSpinButtons: boolean;
|
|
461
461
|
persistentHint: boolean;
|
|
@@ -469,14 +469,14 @@ declare const VSlider: {
|
|
|
469
469
|
color?: string | undefined;
|
|
470
470
|
label?: string | undefined;
|
|
471
471
|
class?: any;
|
|
472
|
+
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
473
|
+
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
474
|
+
validationValue?: any;
|
|
472
475
|
rounded?: string | number | boolean | undefined;
|
|
473
476
|
prependIcon?: IconValue | undefined;
|
|
474
477
|
appendIcon?: IconValue | undefined;
|
|
475
478
|
'onClick:append'?: ((args_0: MouseEvent) => void) | undefined;
|
|
476
479
|
'onClick:prepend'?: ((args_0: MouseEvent) => void) | undefined;
|
|
477
|
-
'onUpdate:focused'?: ((args_0: boolean) => void) | undefined;
|
|
478
|
-
validateOn?: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
|
479
|
-
validationValue?: any;
|
|
480
480
|
hint?: string | undefined;
|
|
481
481
|
hideDetails?: boolean | "auto" | undefined;
|
|
482
482
|
trackColor?: string | undefined;
|
|
@@ -530,8 +530,8 @@ declare const VSlider: {
|
|
|
530
530
|
}) => vue.VNodeChild) | undefined;
|
|
531
531
|
"v-slot:label"?: false | ((arg: VInputSlot) => vue.VNodeChild) | undefined;
|
|
532
532
|
} & {
|
|
533
|
-
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
534
533
|
"onUpdate:focused"?: ((value: boolean) => any) | undefined;
|
|
534
|
+
"onUpdate:modelValue"?: ((v: number) => any) | undefined;
|
|
535
535
|
onEnd?: ((value: number) => any) | undefined;
|
|
536
536
|
onStart?: ((value: number) => any) | undefined;
|
|
537
537
|
}, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -551,15 +551,15 @@ declare const VSlider: {
|
|
|
551
551
|
step: string | number;
|
|
552
552
|
elevation: NonNullable<string | number>;
|
|
553
553
|
messages: string | readonly string[];
|
|
554
|
-
rounded: string | number | boolean;
|
|
555
|
-
tile: boolean;
|
|
556
|
-
density: Density;
|
|
557
|
-
modelValue: string | number;
|
|
558
|
-
ripple: boolean;
|
|
559
554
|
focused: boolean;
|
|
560
555
|
errorMessages: string | readonly string[] | null;
|
|
561
556
|
maxErrors: string | number;
|
|
562
557
|
rules: readonly ValidationRule[];
|
|
558
|
+
modelValue: string | number;
|
|
559
|
+
rounded: string | number | boolean;
|
|
560
|
+
tile: boolean;
|
|
561
|
+
density: Density;
|
|
562
|
+
ripple: boolean;
|
|
563
563
|
centerAffix: boolean;
|
|
564
564
|
hideSpinButtons: boolean;
|
|
565
565
|
persistentHint: boolean;
|
|
@@ -99,8 +99,8 @@ declare const VSnackbar: {
|
|
|
99
99
|
disabled: boolean;
|
|
100
100
|
timeout: string | number;
|
|
101
101
|
vertical: boolean;
|
|
102
|
-
tile: boolean;
|
|
103
102
|
modelValue: boolean;
|
|
103
|
+
tile: boolean;
|
|
104
104
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
105
105
|
updateLocation: (e: Event) => void;
|
|
106
106
|
} | undefined);
|
|
@@ -126,8 +126,8 @@ declare const VSnackbar: {
|
|
|
126
126
|
class?: any;
|
|
127
127
|
timer?: string | boolean | undefined;
|
|
128
128
|
theme?: string | undefined;
|
|
129
|
-
contentClass?: any;
|
|
130
129
|
rounded?: string | number | boolean | undefined;
|
|
130
|
+
contentClass?: any;
|
|
131
131
|
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
132
132
|
closeDelay?: string | number | undefined;
|
|
133
133
|
openDelay?: string | number | undefined;
|
|
@@ -450,6 +450,7 @@ declare const VSnackbar: {
|
|
|
450
450
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
451
451
|
}, {
|
|
452
452
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
453
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
453
454
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
454
455
|
animateClick: () => void;
|
|
455
456
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -597,15 +598,16 @@ declare const VSnackbar: {
|
|
|
597
598
|
onAfterLeave?: (() => any) | undefined;
|
|
598
599
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
599
600
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
600
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
601
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
601
602
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
603
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
602
604
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
603
605
|
animateClick: () => void;
|
|
604
606
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
605
607
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
606
608
|
localTop: vue.ComputedRef<boolean>;
|
|
607
609
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
608
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
610
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
609
611
|
'update:modelValue': (v: boolean) => boolean;
|
|
610
612
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
|
611
613
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -621,8 +623,8 @@ declare const VSnackbar: {
|
|
|
621
623
|
disabled: boolean;
|
|
622
624
|
timeout: string | number;
|
|
623
625
|
vertical: boolean;
|
|
624
|
-
tile: boolean;
|
|
625
626
|
modelValue: boolean;
|
|
627
|
+
tile: boolean;
|
|
626
628
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
627
629
|
updateLocation: (e: Event) => void;
|
|
628
630
|
} | undefined);
|
|
@@ -648,8 +650,8 @@ declare const VSnackbar: {
|
|
|
648
650
|
class?: any;
|
|
649
651
|
timer?: string | boolean | undefined;
|
|
650
652
|
theme?: string | undefined;
|
|
651
|
-
contentClass?: any;
|
|
652
653
|
rounded?: string | number | boolean | undefined;
|
|
654
|
+
contentClass?: any;
|
|
653
655
|
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
654
656
|
closeDelay?: string | number | undefined;
|
|
655
657
|
openDelay?: string | number | undefined;
|
|
@@ -700,9 +702,9 @@ declare const VSnackbar: {
|
|
|
700
702
|
disabled: boolean;
|
|
701
703
|
timeout: string | number;
|
|
702
704
|
vertical: boolean;
|
|
705
|
+
modelValue: boolean;
|
|
703
706
|
rounded: string | number | boolean;
|
|
704
707
|
tile: boolean;
|
|
705
|
-
modelValue: boolean;
|
|
706
708
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
707
709
|
updateLocation: (e: Event) => void;
|
|
708
710
|
} | undefined);
|
|
@@ -751,8 +753,8 @@ declare const VSnackbar: {
|
|
|
751
753
|
disabled: boolean;
|
|
752
754
|
timeout: string | number;
|
|
753
755
|
vertical: boolean;
|
|
754
|
-
tile: boolean;
|
|
755
756
|
modelValue: boolean;
|
|
757
|
+
tile: boolean;
|
|
756
758
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
757
759
|
updateLocation: (e: Event) => void;
|
|
758
760
|
} | undefined);
|
|
@@ -778,8 +780,8 @@ declare const VSnackbar: {
|
|
|
778
780
|
class?: any;
|
|
779
781
|
timer?: string | boolean | undefined;
|
|
780
782
|
theme?: string | undefined;
|
|
781
|
-
contentClass?: any;
|
|
782
783
|
rounded?: string | number | boolean | undefined;
|
|
784
|
+
contentClass?: any;
|
|
783
785
|
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
784
786
|
closeDelay?: string | number | undefined;
|
|
785
787
|
openDelay?: string | number | undefined;
|
|
@@ -1102,6 +1104,7 @@ declare const VSnackbar: {
|
|
|
1102
1104
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1103
1105
|
}, {
|
|
1104
1106
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1107
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1105
1108
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1106
1109
|
animateClick: () => void;
|
|
1107
1110
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1249,15 +1252,16 @@ declare const VSnackbar: {
|
|
|
1249
1252
|
onAfterLeave?: (() => any) | undefined;
|
|
1250
1253
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1251
1254
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1252
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1255
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1253
1256
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1257
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1254
1258
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1255
1259
|
animateClick: () => void;
|
|
1256
1260
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1257
1261
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1258
1262
|
localTop: vue.ComputedRef<boolean>;
|
|
1259
1263
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1260
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
1264
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, {}, {}, {}, {
|
|
1261
1265
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
1262
1266
|
absolute: boolean;
|
|
1263
1267
|
location: Anchor;
|
|
@@ -1271,9 +1275,9 @@ declare const VSnackbar: {
|
|
|
1271
1275
|
disabled: boolean;
|
|
1272
1276
|
timeout: string | number;
|
|
1273
1277
|
vertical: boolean;
|
|
1278
|
+
modelValue: boolean;
|
|
1274
1279
|
rounded: string | number | boolean;
|
|
1275
1280
|
tile: boolean;
|
|
1276
|
-
modelValue: boolean;
|
|
1277
1281
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1278
1282
|
updateLocation: (e: Event) => void;
|
|
1279
1283
|
} | undefined);
|
|
@@ -1303,8 +1307,8 @@ declare const VSnackbar: {
|
|
|
1303
1307
|
disabled: boolean;
|
|
1304
1308
|
timeout: string | number;
|
|
1305
1309
|
vertical: boolean;
|
|
1306
|
-
tile: boolean;
|
|
1307
1310
|
modelValue: boolean;
|
|
1311
|
+
tile: boolean;
|
|
1308
1312
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1309
1313
|
updateLocation: (e: Event) => void;
|
|
1310
1314
|
} | undefined);
|
|
@@ -1330,8 +1334,8 @@ declare const VSnackbar: {
|
|
|
1330
1334
|
class?: any;
|
|
1331
1335
|
timer?: string | boolean | undefined;
|
|
1332
1336
|
theme?: string | undefined;
|
|
1333
|
-
contentClass?: any;
|
|
1334
1337
|
rounded?: string | number | boolean | undefined;
|
|
1338
|
+
contentClass?: any;
|
|
1335
1339
|
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
|
1336
1340
|
closeDelay?: string | number | undefined;
|
|
1337
1341
|
openDelay?: string | number | undefined;
|
|
@@ -1654,6 +1658,7 @@ declare const VSnackbar: {
|
|
|
1654
1658
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1655
1659
|
}, {
|
|
1656
1660
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1661
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1657
1662
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1658
1663
|
animateClick: () => void;
|
|
1659
1664
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
@@ -1801,15 +1806,16 @@ declare const VSnackbar: {
|
|
|
1801
1806
|
onAfterLeave?: (() => any) | undefined;
|
|
1802
1807
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1803
1808
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
|
1804
|
-
}, "target" | "activatorEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1809
|
+
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
|
1805
1810
|
activatorEl: vue.Ref<HTMLElement | undefined>;
|
|
1811
|
+
scrimEl: vue.Ref<HTMLElement | undefined>;
|
|
1806
1812
|
target: vue.ComputedRef<HTMLElement | [x: number, y: number] | undefined>;
|
|
1807
1813
|
animateClick: () => void;
|
|
1808
1814
|
contentEl: vue.Ref<HTMLElement | undefined>;
|
|
1809
1815
|
globalTop: Readonly<vue.Ref<boolean>>;
|
|
1810
1816
|
localTop: vue.ComputedRef<boolean>;
|
|
1811
1817
|
updateLocation: vue.Ref<((e: Event) => void) | undefined>;
|
|
1812
|
-
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "
|
|
1818
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterLeave" | "$children" | "theme" | "v-slot:default" | "v-slots" | "ref_for" | "ref_key" | "onVnodeBeforeMount" | "onVnodeMounted" | "onVnodeBeforeUpdate" | "onVnodeUpdated" | "onVnodeBeforeUnmount" | "onVnodeUnmounted" | "onUpdate:modelValue" | "contentClass" | "activator" | "v-slot:activator" | "closeDelay" | "openDelay" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack")>, `$${any}`>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
1813
1819
|
'update:modelValue': (v: boolean) => boolean;
|
|
1814
1820
|
}, string, {
|
|
1815
1821
|
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
|
@@ -1825,9 +1831,9 @@ declare const VSnackbar: {
|
|
|
1825
1831
|
disabled: boolean;
|
|
1826
1832
|
timeout: string | number;
|
|
1827
1833
|
vertical: boolean;
|
|
1834
|
+
modelValue: boolean;
|
|
1828
1835
|
rounded: string | number | boolean;
|
|
1829
1836
|
tile: boolean;
|
|
1830
|
-
modelValue: boolean;
|
|
1831
1837
|
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
1832
1838
|
updateLocation: (e: Event) => void;
|
|
1833
1839
|
} | undefined);
|
|
@@ -1900,8 +1906,8 @@ declare const VSnackbar: {
|
|
|
1900
1906
|
disabled: BooleanConstructor;
|
|
1901
1907
|
class: vue.PropType<any>;
|
|
1902
1908
|
theme: StringConstructor;
|
|
1903
|
-
contentClass: null;
|
|
1904
1909
|
modelValue: BooleanConstructor;
|
|
1910
|
+
contentClass: null;
|
|
1905
1911
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
1906
1912
|
locationStrategy: {
|
|
1907
1913
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|
|
@@ -2001,8 +2007,8 @@ declare const VSnackbar: {
|
|
|
2001
2007
|
disabled: BooleanConstructor;
|
|
2002
2008
|
class: vue.PropType<any>;
|
|
2003
2009
|
theme: StringConstructor;
|
|
2004
|
-
contentClass: null;
|
|
2005
2010
|
modelValue: BooleanConstructor;
|
|
2011
|
+
contentClass: null;
|
|
2006
2012
|
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
|
2007
2013
|
locationStrategy: {
|
|
2008
2014
|
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: vue.Ref<Record<string, string>>) => {
|