@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-12 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-25
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 +0 -13
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +152 -152
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +1255 -1257
- package/dist/vuetify-labs.d.ts +12304 -12192
- package/dist/vuetify-labs.esm.js +118 -68
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +118 -68
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1293 -1295
- package/dist/vuetify.d.ts +10496 -10404
- package/dist/vuetify.esm.js +110 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +110 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1078 -1080
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +55 -55
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.mts +169 -169
- package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/index.d.mts +615 -609
- package/lib/components/VAvatar/index.d.mts +36 -36
- package/lib/components/VBadge/index.d.mts +58 -58
- package/lib/components/VBanner/index.d.mts +59 -59
- package/lib/components/VBottomNavigation/index.d.mts +58 -58
- package/lib/components/VBottomSheet/index.d.mts +118 -118
- package/lib/components/VBreadcrumbs/index.d.mts +34 -34
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.sass +3 -0
- package/lib/components/VBtn/index.d.mts +107 -107
- package/lib/components/VBtnGroup/index.d.mts +23 -23
- package/lib/components/VBtnToggle/index.d.mts +40 -40
- package/lib/components/VCard/index.d.mts +93 -93
- package/lib/components/VCarousel/index.d.mts +128 -128
- package/lib/components/VCheckbox/index.d.mts +174 -168
- package/lib/components/VChip/index.d.mts +86 -86
- package/lib/components/VChipGroup/index.d.mts +46 -46
- package/lib/components/VColorPicker/index.d.mts +96 -96
- package/lib/components/VCombobox/VCombobox.mjs +15 -8
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/index.d.mts +615 -609
- package/lib/components/VConfirmEdit/index.d.mts +2 -2
- package/lib/components/VCounter/index.d.mts +27 -27
- package/lib/components/VDataIterator/index.d.mts +51 -50
- package/lib/components/VDataTable/VDataTable.mjs +10 -3
- package/lib/components/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.mjs +6 -2
- package/lib/components/VDataTable/VDataTableServer.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.mjs +10 -3
- package/lib/components/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/components/VDataTable/composables/group.mjs +2 -1
- package/lib/components/VDataTable/composables/group.mjs.map +1 -1
- package/lib/components/VDataTable/composables/sort.mjs +4 -4
- package/lib/components/VDataTable/composables/sort.mjs.map +1 -1
- package/lib/components/VDataTable/index.d.mts +275 -274
- package/lib/components/VDatePicker/VDatePickerMonth.mjs +3 -0
- package/lib/components/VDatePicker/VDatePickerMonth.mjs.map +1 -1
- package/lib/components/VDatePicker/index.d.mts +134 -134
- package/lib/components/VDialog/index.d.mts +353 -353
- package/lib/components/VDivider/index.d.mts +15 -15
- package/lib/components/VEmptyState/index.d.mts +47 -47
- package/lib/components/VExpansionPanel/index.d.mts +134 -134
- package/lib/components/VFab/index.d.mts +227 -227
- package/lib/components/VField/VField.css +6 -11
- package/lib/components/VField/VField.mjs +7 -5
- package/lib/components/VField/VField.mjs.map +1 -1
- package/lib/components/VField/VField.sass +2 -6
- package/lib/components/VField/index.d.mts +58 -52
- package/lib/components/VFileInput/index.d.mts +255 -249
- package/lib/components/VFooter/index.d.mts +50 -50
- package/lib/components/VForm/index.d.mts +9 -9
- package/lib/components/VGrid/index.d.mts +150 -150
- package/lib/components/VIcon/index.d.mts +24 -24
- package/lib/components/VImg/index.d.mts +85 -85
- package/lib/components/VInfiniteScroll/index.d.mts +22 -22
- package/lib/components/VInput/VInput.css +5 -5
- package/lib/components/VInput/VInput.mjs +4 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +1 -1
- package/lib/components/VInput/index.d.mts +61 -55
- package/lib/components/VItemGroup/index.d.mts +17 -17
- package/lib/components/VLabel/index.d.mts +8 -8
- package/lib/components/VLayout/index.d.mts +36 -36
- package/lib/components/VLazy/index.d.mts +31 -31
- package/lib/components/VList/index.d.mts +178 -178
- package/lib/components/VLocaleProvider/index.d.mts +7 -7
- package/lib/components/VMain/index.d.mts +10 -10
- package/lib/components/VMenu/VMenu.mjs +7 -5
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VMenu/index.d.mts +396 -396
- package/lib/components/VMessages/index.d.mts +20 -20
- package/lib/components/VNavigationDrawer/index.d.mts +72 -72
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
- package/lib/components/VOtpInput/VOtpInput.mjs.map +1 -1
- package/lib/components/VOtpInput/index.d.mts +88 -88
- package/lib/components/VOverlay/index.d.mts +97 -97
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/components/VPagination/index.d.mts +55 -55
- package/lib/components/VParallax/index.d.mts +7 -7
- package/lib/components/VProgressCircular/index.d.mts +24 -24
- package/lib/components/VProgressLinear/index.d.mts +52 -52
- package/lib/components/VRadio/index.d.mts +41 -41
- package/lib/components/VRadioGroup/index.d.mts +105 -99
- package/lib/components/VRangeSlider/index.d.mts +102 -96
- package/lib/components/VRating/index.d.mts +22 -22
- package/lib/components/VResponsive/index.d.mts +23 -23
- package/lib/components/VSelect/VSelect.mjs +15 -13
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/index.d.mts +615 -609
- package/lib/components/VSelect/useScrolling.mjs +3 -3
- package/lib/components/VSelect/useScrolling.mjs.map +1 -1
- package/lib/components/VSelectionControl/index.d.mts +43 -43
- package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
- package/lib/components/VSheet/index.d.mts +34 -34
- package/lib/components/VSkeletonLoader/index.d.mts +17 -17
- package/lib/components/VSlideGroup/index.d.mts +33 -33
- package/lib/components/VSlider/index.d.mts +95 -89
- package/lib/components/VSnackbar/index.d.mts +411 -411
- package/lib/components/VSparkline/index.d.mts +38 -38
- package/lib/components/VSpeedDial/index.d.mts +176 -176
- package/lib/components/VStepper/index.d.mts +119 -119
- package/lib/components/VSwitch/index.d.mts +108 -102
- package/lib/components/VSystemBar/index.d.mts +39 -39
- package/lib/components/VTable/index.d.mts +4 -4
- package/lib/components/VTabs/index.d.mts +512 -512
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextField/index.d.mts +421 -415
- package/lib/components/VTextarea/VTextarea.mjs +5 -5
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/VTextarea/index.d.mts +359 -344
- package/lib/components/VTimeline/index.d.mts +26 -26
- package/lib/components/VToolbar/index.d.mts +53 -53
- package/lib/components/VTooltip/index.d.mts +424 -424
- package/lib/components/VValidation/index.d.mts +19 -19
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
- package/lib/components/VVirtualScroll/index.d.mts +13 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10657 -10566
- package/lib/components/transitions/index.d.mts +200 -200
- package/lib/composables/nested/nested.mjs +0 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/composables/virtual.mjs +1 -0
- package/lib/composables/virtual.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +81 -80
- package/lib/labs/VCalendar/index.d.mts +52 -52
- package/lib/labs/VDateInput/VDateInput.mjs +6 -3
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -1
- package/lib/labs/VDateInput/index.d.mts +256 -250
- package/lib/labs/VNumberInput/index.d.mts +247 -241
- package/lib/labs/VPicker/index.d.mts +45 -45
- package/lib/labs/VSnackbarQueue/index.d.mts +611 -611
- package/lib/labs/VStepperVertical/index.d.mts +212 -212
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -1
- package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
- package/lib/labs/VTimePicker/index.d.mts +131 -122
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/lib/util/helpers.mjs +5 -0
- package/lib/util/helpers.mjs.map +1 -1
- package/package.json +9 -4
@@ -92,55 +92,55 @@ declare function connectedLocationStrategy(data: LocationStrategyData, props: St
|
|
92
92
|
|
93
93
|
declare const VSnackbar: {
|
94
94
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
95
|
-
|
96
|
-
disabled: boolean;
|
95
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
97
96
|
absolute: boolean;
|
97
|
+
location: Anchor;
|
98
|
+
origin: "auto" | Anchor | "overlap";
|
98
99
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
99
100
|
component?: vue.Component | undefined;
|
100
101
|
})>;
|
101
102
|
zIndex: string | number;
|
103
|
+
style: vue.StyleValue;
|
102
104
|
eager: boolean;
|
103
|
-
|
104
|
-
|
105
|
-
origin: Anchor | "auto" | "overlap";
|
105
|
+
disabled: boolean;
|
106
|
+
timeout: string | number;
|
106
107
|
vertical: boolean;
|
108
|
+
modelValue: boolean;
|
107
109
|
tile: boolean;
|
108
|
-
|
109
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
110
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
110
111
|
updateLocation: (e?: Event | undefined) => void;
|
111
|
-
} | undefined)
|
112
|
+
} | undefined);
|
112
113
|
activatorProps: Record<string, any>;
|
113
114
|
openOnHover: boolean;
|
114
115
|
closeOnContentClick: boolean;
|
115
116
|
closeOnBack: boolean;
|
116
117
|
contained: boolean;
|
117
118
|
multiLine: boolean;
|
118
|
-
timeout: string | number;
|
119
119
|
} & {
|
120
|
-
|
121
|
-
text?: string | undefined;
|
122
|
-
width?: string | number | undefined;
|
120
|
+
offset?: string | number | number[] | undefined;
|
123
121
|
height?: string | number | undefined;
|
124
|
-
|
125
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
122
|
+
width?: string | number | undefined;
|
126
123
|
color?: string | undefined;
|
127
|
-
offset?: string | number | number[] | undefined;
|
128
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
129
|
-
rounded?: string | number | boolean | undefined;
|
130
|
-
contentClass?: any;
|
131
|
-
opacity?: string | number | undefined;
|
132
124
|
maxHeight?: string | number | undefined;
|
133
125
|
maxWidth?: string | number | undefined;
|
134
126
|
minHeight?: string | number | undefined;
|
135
127
|
minWidth?: string | number | undefined;
|
136
|
-
|
128
|
+
opacity?: string | number | undefined;
|
129
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
130
|
+
text?: string | undefined;
|
131
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
132
|
+
class?: any;
|
133
|
+
timer?: string | boolean | undefined;
|
134
|
+
theme?: string | undefined;
|
135
|
+
rounded?: string | number | boolean | undefined;
|
136
|
+
contentClass?: any;
|
137
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
137
138
|
closeDelay?: string | number | undefined;
|
138
139
|
openDelay?: string | number | undefined;
|
139
140
|
openOnClick?: boolean | undefined;
|
140
141
|
openOnFocus?: boolean | undefined;
|
141
142
|
contentProps?: any;
|
142
143
|
attach?: string | boolean | Element | undefined;
|
143
|
-
timer?: string | boolean | undefined;
|
144
144
|
} & {
|
145
145
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
146
146
|
activator?: ((arg: {
|
@@ -180,21 +180,21 @@ declare const VSnackbar: {
|
|
180
180
|
$: vue.ComponentInternalInstance;
|
181
181
|
$data: {};
|
182
182
|
$props: Partial<{
|
183
|
-
style: vue.StyleValue;
|
184
|
-
disabled: boolean;
|
185
183
|
absolute: boolean;
|
184
|
+
location: Anchor;
|
185
|
+
origin: "auto" | Anchor | "overlap";
|
186
186
|
transition: string | boolean | (vue.TransitionProps & {
|
187
187
|
component?: vue.Component | undefined;
|
188
188
|
});
|
189
189
|
zIndex: string | number;
|
190
|
+
style: vue.StyleValue;
|
190
191
|
eager: boolean;
|
192
|
+
disabled: boolean;
|
191
193
|
modelValue: boolean;
|
192
|
-
|
193
|
-
location: Anchor;
|
194
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
194
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
195
195
|
updateLocation: (e?: Event | undefined) => void;
|
196
|
-
} | undefined)
|
197
|
-
scrollStrategy: "
|
196
|
+
} | undefined);
|
197
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
198
198
|
activatorProps: Record<string, any>;
|
199
199
|
openOnClick: boolean;
|
200
200
|
openOnHover: boolean;
|
@@ -207,21 +207,21 @@ declare const VSnackbar: {
|
|
207
207
|
scrim: string | boolean;
|
208
208
|
_disableGlobalStack: boolean;
|
209
209
|
}> & Omit<{
|
210
|
-
style: vue.StyleValue;
|
211
|
-
disabled: boolean;
|
212
210
|
absolute: boolean;
|
211
|
+
location: Anchor;
|
212
|
+
origin: "auto" | Anchor | "overlap";
|
213
213
|
transition: string | boolean | (vue.TransitionProps & {
|
214
214
|
component?: vue.Component | undefined;
|
215
215
|
});
|
216
216
|
zIndex: string | number;
|
217
|
+
style: vue.StyleValue;
|
217
218
|
eager: boolean;
|
219
|
+
disabled: boolean;
|
218
220
|
modelValue: boolean;
|
219
|
-
|
220
|
-
location: Anchor;
|
221
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
221
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
222
222
|
updateLocation: (e?: Event | undefined) => void;
|
223
|
-
} | undefined)
|
224
|
-
scrollStrategy: "
|
223
|
+
} | undefined);
|
224
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
225
225
|
activatorProps: Record<string, any>;
|
226
226
|
openOnHover: boolean;
|
227
227
|
closeOnContentClick: boolean;
|
@@ -231,19 +231,19 @@ declare const VSnackbar: {
|
|
231
231
|
persistent: boolean;
|
232
232
|
scrim: string | boolean;
|
233
233
|
_disableGlobalStack: boolean;
|
234
|
-
class?: any;
|
235
|
-
width?: string | number | undefined;
|
236
|
-
height?: string | number | undefined;
|
237
|
-
theme?: string | undefined;
|
238
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
239
234
|
offset?: string | number | number[] | undefined;
|
240
|
-
|
241
|
-
|
235
|
+
height?: string | number | undefined;
|
236
|
+
width?: string | number | undefined;
|
242
237
|
maxHeight?: string | number | undefined;
|
243
238
|
maxWidth?: string | number | undefined;
|
244
239
|
minHeight?: string | number | undefined;
|
245
240
|
minWidth?: string | number | undefined;
|
246
|
-
|
241
|
+
opacity?: string | number | undefined;
|
242
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
243
|
+
class?: any;
|
244
|
+
theme?: string | undefined;
|
245
|
+
contentClass?: any;
|
246
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
247
247
|
closeDelay?: string | number | undefined;
|
248
248
|
openDelay?: string | number | undefined;
|
249
249
|
openOnClick?: boolean | undefined;
|
@@ -280,26 +280,26 @@ declare const VSnackbar: {
|
|
280
280
|
props: Record<string, any>;
|
281
281
|
targetRef: TemplateRef;
|
282
282
|
}) => vue.VNodeChild) | undefined;
|
283
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
284
283
|
onAfterEnter?: (() => any) | undefined;
|
285
284
|
onAfterLeave?: (() => any) | undefined;
|
285
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
286
286
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
287
287
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
288
|
-
style: vue.StyleValue;
|
289
|
-
disabled: boolean;
|
290
288
|
absolute: boolean;
|
289
|
+
location: Anchor;
|
290
|
+
origin: "auto" | Anchor | "overlap";
|
291
291
|
transition: string | boolean | (vue.TransitionProps & {
|
292
292
|
component?: vue.Component | undefined;
|
293
293
|
});
|
294
294
|
zIndex: string | number;
|
295
|
+
style: vue.StyleValue;
|
295
296
|
eager: boolean;
|
297
|
+
disabled: boolean;
|
296
298
|
modelValue: boolean;
|
297
|
-
|
298
|
-
location: Anchor;
|
299
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
299
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
300
300
|
updateLocation: (e?: Event | undefined) => void;
|
301
|
-
} | undefined)
|
302
|
-
scrollStrategy: "
|
301
|
+
} | undefined);
|
302
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
303
303
|
activatorProps: Record<string, any>;
|
304
304
|
openOnHover: boolean;
|
305
305
|
closeOnContentClick: boolean;
|
@@ -310,19 +310,19 @@ declare const VSnackbar: {
|
|
310
310
|
scrim: string | boolean;
|
311
311
|
_disableGlobalStack: boolean;
|
312
312
|
} & {
|
313
|
-
class?: any;
|
314
|
-
width?: string | number | undefined;
|
315
|
-
height?: string | number | undefined;
|
316
|
-
theme?: string | undefined;
|
317
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
318
313
|
offset?: string | number | number[] | undefined;
|
319
|
-
|
320
|
-
|
314
|
+
height?: string | number | undefined;
|
315
|
+
width?: string | number | undefined;
|
321
316
|
maxHeight?: string | number | undefined;
|
322
317
|
maxWidth?: string | number | undefined;
|
323
318
|
minHeight?: string | number | undefined;
|
324
319
|
minWidth?: string | number | undefined;
|
325
|
-
|
320
|
+
opacity?: string | number | undefined;
|
321
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
322
|
+
class?: any;
|
323
|
+
theme?: string | undefined;
|
324
|
+
contentClass?: any;
|
325
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
326
326
|
closeDelay?: string | number | undefined;
|
327
327
|
openDelay?: string | number | undefined;
|
328
328
|
openOnClick?: boolean | undefined;
|
@@ -362,11 +362,11 @@ declare const VSnackbar: {
|
|
362
362
|
targetRef: TemplateRef;
|
363
363
|
}) => vue.VNodeChild) | undefined;
|
364
364
|
} & {
|
365
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
366
365
|
onAfterEnter?: (() => any) | undefined;
|
367
366
|
onAfterLeave?: (() => any) | undefined;
|
367
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
368
368
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
369
|
-
}, "
|
369
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
370
370
|
$attrs: {
|
371
371
|
[x: string]: unknown;
|
372
372
|
};
|
@@ -392,21 +392,21 @@ declare const VSnackbar: {
|
|
392
392
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
393
393
|
$el: any;
|
394
394
|
$options: vue.ComponentOptionsBase<{
|
395
|
-
style: vue.StyleValue;
|
396
|
-
disabled: boolean;
|
397
395
|
absolute: boolean;
|
396
|
+
location: Anchor;
|
397
|
+
origin: "auto" | Anchor | "overlap";
|
398
398
|
transition: string | boolean | (vue.TransitionProps & {
|
399
399
|
component?: vue.Component | undefined;
|
400
400
|
});
|
401
401
|
zIndex: string | number;
|
402
|
+
style: vue.StyleValue;
|
402
403
|
eager: boolean;
|
404
|
+
disabled: boolean;
|
403
405
|
modelValue: boolean;
|
404
|
-
|
405
|
-
location: Anchor;
|
406
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
406
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
407
407
|
updateLocation: (e?: Event | undefined) => void;
|
408
|
-
} | undefined)
|
409
|
-
scrollStrategy: "
|
408
|
+
} | undefined);
|
409
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
410
410
|
activatorProps: Record<string, any>;
|
411
411
|
openOnHover: boolean;
|
412
412
|
closeOnContentClick: boolean;
|
@@ -417,19 +417,19 @@ declare const VSnackbar: {
|
|
417
417
|
scrim: string | boolean;
|
418
418
|
_disableGlobalStack: boolean;
|
419
419
|
} & {
|
420
|
-
class?: any;
|
421
|
-
width?: string | number | undefined;
|
422
|
-
height?: string | number | undefined;
|
423
|
-
theme?: string | undefined;
|
424
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
425
420
|
offset?: string | number | number[] | undefined;
|
426
|
-
|
427
|
-
|
421
|
+
height?: string | number | undefined;
|
422
|
+
width?: string | number | undefined;
|
428
423
|
maxHeight?: string | number | undefined;
|
429
424
|
maxWidth?: string | number | undefined;
|
430
425
|
minHeight?: string | number | undefined;
|
431
426
|
minWidth?: string | number | undefined;
|
432
|
-
|
427
|
+
opacity?: string | number | undefined;
|
428
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
429
|
+
class?: any;
|
430
|
+
theme?: string | undefined;
|
431
|
+
contentClass?: any;
|
432
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
433
433
|
closeDelay?: string | number | undefined;
|
434
434
|
openDelay?: string | number | undefined;
|
435
435
|
openOnClick?: boolean | undefined;
|
@@ -469,9 +469,9 @@ declare const VSnackbar: {
|
|
469
469
|
targetRef: TemplateRef;
|
470
470
|
}) => vue.VNodeChild) | undefined;
|
471
471
|
} & {
|
472
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
473
472
|
onAfterEnter?: (() => any) | undefined;
|
474
473
|
onAfterLeave?: (() => any) | undefined;
|
474
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
475
475
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
476
476
|
}, {
|
477
477
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -488,21 +488,21 @@ declare const VSnackbar: {
|
|
488
488
|
afterEnter: () => true;
|
489
489
|
afterLeave: () => true;
|
490
490
|
}, string, {
|
491
|
-
style: vue.StyleValue;
|
492
|
-
disabled: boolean;
|
493
491
|
absolute: boolean;
|
492
|
+
location: Anchor;
|
493
|
+
origin: "auto" | Anchor | "overlap";
|
494
494
|
transition: string | boolean | (vue.TransitionProps & {
|
495
495
|
component?: vue.Component | undefined;
|
496
496
|
});
|
497
497
|
zIndex: string | number;
|
498
|
+
style: vue.StyleValue;
|
498
499
|
eager: boolean;
|
500
|
+
disabled: boolean;
|
499
501
|
modelValue: boolean;
|
500
|
-
|
501
|
-
location: Anchor;
|
502
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
502
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
503
503
|
updateLocation: (e?: Event | undefined) => void;
|
504
|
-
} | undefined)
|
505
|
-
scrollStrategy: "
|
504
|
+
} | undefined);
|
505
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
506
506
|
activatorProps: Record<string, any>;
|
507
507
|
openOnClick: boolean;
|
508
508
|
openOnHover: boolean;
|
@@ -548,21 +548,21 @@ declare const VSnackbar: {
|
|
548
548
|
$nextTick: typeof nextTick;
|
549
549
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
550
550
|
} & Omit<{
|
551
|
-
style: vue.StyleValue;
|
552
|
-
disabled: boolean;
|
553
551
|
absolute: boolean;
|
552
|
+
location: Anchor;
|
553
|
+
origin: "auto" | Anchor | "overlap";
|
554
554
|
transition: string | boolean | (vue.TransitionProps & {
|
555
555
|
component?: vue.Component | undefined;
|
556
556
|
});
|
557
557
|
zIndex: string | number;
|
558
|
+
style: vue.StyleValue;
|
558
559
|
eager: boolean;
|
560
|
+
disabled: boolean;
|
559
561
|
modelValue: boolean;
|
560
|
-
|
561
|
-
location: Anchor;
|
562
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
562
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
563
563
|
updateLocation: (e?: Event | undefined) => void;
|
564
|
-
} | undefined)
|
565
|
-
scrollStrategy: "
|
564
|
+
} | undefined);
|
565
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
566
566
|
activatorProps: Record<string, any>;
|
567
567
|
openOnHover: boolean;
|
568
568
|
closeOnContentClick: boolean;
|
@@ -573,19 +573,19 @@ declare const VSnackbar: {
|
|
573
573
|
scrim: string | boolean;
|
574
574
|
_disableGlobalStack: boolean;
|
575
575
|
} & {
|
576
|
-
class?: any;
|
577
|
-
width?: string | number | undefined;
|
578
|
-
height?: string | number | undefined;
|
579
|
-
theme?: string | undefined;
|
580
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
581
576
|
offset?: string | number | number[] | undefined;
|
582
|
-
|
583
|
-
|
577
|
+
height?: string | number | undefined;
|
578
|
+
width?: string | number | undefined;
|
584
579
|
maxHeight?: string | number | undefined;
|
585
580
|
maxWidth?: string | number | undefined;
|
586
581
|
minHeight?: string | number | undefined;
|
587
582
|
minWidth?: string | number | undefined;
|
588
|
-
|
583
|
+
opacity?: string | number | undefined;
|
584
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
585
|
+
class?: any;
|
586
|
+
theme?: string | undefined;
|
587
|
+
contentClass?: any;
|
588
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
589
589
|
closeDelay?: string | number | undefined;
|
590
590
|
openDelay?: string | number | undefined;
|
591
591
|
openOnClick?: boolean | undefined;
|
@@ -625,9 +625,9 @@ declare const VSnackbar: {
|
|
625
625
|
targetRef: TemplateRef;
|
626
626
|
}) => vue.VNodeChild) | undefined;
|
627
627
|
} & {
|
628
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
629
628
|
onAfterEnter?: (() => any) | undefined;
|
630
629
|
onAfterLeave?: (() => any) | undefined;
|
630
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
631
631
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
632
632
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
633
633
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -638,58 +638,58 @@ declare const VSnackbar: {
|
|
638
638
|
globalTop: Readonly<Ref<boolean>>;
|
639
639
|
localTop: vue.ComputedRef<boolean>;
|
640
640
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
641
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
641
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "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, {
|
642
642
|
'update:modelValue': (v: boolean) => boolean;
|
643
643
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
644
|
-
|
645
|
-
disabled: boolean;
|
644
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
646
645
|
absolute: boolean;
|
646
|
+
location: Anchor;
|
647
|
+
origin: "auto" | Anchor | "overlap";
|
647
648
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
648
649
|
component?: vue.Component | undefined;
|
649
650
|
})>;
|
650
651
|
zIndex: string | number;
|
652
|
+
style: vue.StyleValue;
|
651
653
|
eager: boolean;
|
652
|
-
|
653
|
-
|
654
|
-
origin: Anchor | "auto" | "overlap";
|
654
|
+
disabled: boolean;
|
655
|
+
timeout: string | number;
|
655
656
|
vertical: boolean;
|
657
|
+
modelValue: boolean;
|
656
658
|
tile: boolean;
|
657
|
-
|
658
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
659
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
659
660
|
updateLocation: (e?: Event | undefined) => void;
|
660
|
-
} | undefined)
|
661
|
+
} | undefined);
|
661
662
|
activatorProps: Record<string, any>;
|
662
663
|
openOnHover: boolean;
|
663
664
|
closeOnContentClick: boolean;
|
664
665
|
closeOnBack: boolean;
|
665
666
|
contained: boolean;
|
666
667
|
multiLine: boolean;
|
667
|
-
timeout: string | number;
|
668
668
|
} & {
|
669
|
-
|
670
|
-
text?: string | undefined;
|
671
|
-
width?: string | number | undefined;
|
669
|
+
offset?: string | number | number[] | undefined;
|
672
670
|
height?: string | number | undefined;
|
673
|
-
|
674
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
671
|
+
width?: string | number | undefined;
|
675
672
|
color?: string | undefined;
|
676
|
-
offset?: string | number | number[] | undefined;
|
677
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
678
|
-
rounded?: string | number | boolean | undefined;
|
679
|
-
contentClass?: any;
|
680
|
-
opacity?: string | number | undefined;
|
681
673
|
maxHeight?: string | number | undefined;
|
682
674
|
maxWidth?: string | number | undefined;
|
683
675
|
minHeight?: string | number | undefined;
|
684
676
|
minWidth?: string | number | undefined;
|
685
|
-
|
677
|
+
opacity?: string | number | undefined;
|
678
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
679
|
+
text?: string | undefined;
|
680
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
681
|
+
class?: any;
|
682
|
+
timer?: string | boolean | undefined;
|
683
|
+
theme?: string | undefined;
|
684
|
+
rounded?: string | number | boolean | undefined;
|
685
|
+
contentClass?: any;
|
686
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
686
687
|
closeDelay?: string | number | undefined;
|
687
688
|
openDelay?: string | number | undefined;
|
688
689
|
openOnClick?: boolean | undefined;
|
689
690
|
openOnFocus?: boolean | undefined;
|
690
691
|
contentProps?: any;
|
691
692
|
attach?: string | boolean | Element | undefined;
|
692
|
-
timer?: string | boolean | undefined;
|
693
693
|
} & {
|
694
694
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
695
695
|
activator?: ((arg: {
|
@@ -726,24 +726,25 @@ declare const VSnackbar: {
|
|
726
726
|
} & {
|
727
727
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
728
728
|
}, {
|
729
|
-
|
730
|
-
disabled: boolean;
|
729
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
731
730
|
absolute: boolean;
|
731
|
+
location: Anchor;
|
732
|
+
origin: "auto" | Anchor | "overlap";
|
732
733
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
733
734
|
component?: vue.Component | undefined;
|
734
735
|
})>;
|
735
736
|
zIndex: string | number;
|
737
|
+
style: vue.StyleValue;
|
736
738
|
eager: boolean;
|
739
|
+
disabled: boolean;
|
740
|
+
timeout: string | number;
|
741
|
+
vertical: boolean;
|
737
742
|
modelValue: boolean;
|
738
743
|
rounded: string | number | boolean;
|
739
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
740
|
-
origin: Anchor | "auto" | "overlap";
|
741
|
-
vertical: boolean;
|
742
744
|
tile: boolean;
|
743
|
-
|
744
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
745
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
745
746
|
updateLocation: (e?: Event | undefined) => void;
|
746
|
-
} | undefined)
|
747
|
+
} | undefined);
|
747
748
|
activatorProps: Record<string, any>;
|
748
749
|
openOnClick: boolean;
|
749
750
|
openOnHover: boolean;
|
@@ -752,7 +753,6 @@ declare const VSnackbar: {
|
|
752
753
|
closeOnBack: boolean;
|
753
754
|
contained: boolean;
|
754
755
|
multiLine: boolean;
|
755
|
-
timeout: string | number;
|
756
756
|
}, true, {}, vue.SlotsType<Partial<{
|
757
757
|
activator: (arg: {
|
758
758
|
isActive: boolean;
|
@@ -779,55 +779,55 @@ declare const VSnackbar: {
|
|
779
779
|
M: {};
|
780
780
|
Defaults: {};
|
781
781
|
}, {
|
782
|
-
|
783
|
-
disabled: boolean;
|
782
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
784
783
|
absolute: boolean;
|
784
|
+
location: Anchor;
|
785
|
+
origin: "auto" | Anchor | "overlap";
|
785
786
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
786
787
|
component?: vue.Component | undefined;
|
787
788
|
})>;
|
788
789
|
zIndex: string | number;
|
790
|
+
style: vue.StyleValue;
|
789
791
|
eager: boolean;
|
790
|
-
|
791
|
-
|
792
|
-
origin: Anchor | "auto" | "overlap";
|
792
|
+
disabled: boolean;
|
793
|
+
timeout: string | number;
|
793
794
|
vertical: boolean;
|
795
|
+
modelValue: boolean;
|
794
796
|
tile: boolean;
|
795
|
-
|
796
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
797
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
797
798
|
updateLocation: (e?: Event | undefined) => void;
|
798
|
-
} | undefined)
|
799
|
+
} | undefined);
|
799
800
|
activatorProps: Record<string, any>;
|
800
801
|
openOnHover: boolean;
|
801
802
|
closeOnContentClick: boolean;
|
802
803
|
closeOnBack: boolean;
|
803
804
|
contained: boolean;
|
804
805
|
multiLine: boolean;
|
805
|
-
timeout: string | number;
|
806
806
|
} & {
|
807
|
-
|
808
|
-
text?: string | undefined;
|
809
|
-
width?: string | number | undefined;
|
807
|
+
offset?: string | number | number[] | undefined;
|
810
808
|
height?: string | number | undefined;
|
811
|
-
|
812
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
809
|
+
width?: string | number | undefined;
|
813
810
|
color?: string | undefined;
|
814
|
-
offset?: string | number | number[] | undefined;
|
815
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
816
|
-
rounded?: string | number | boolean | undefined;
|
817
|
-
contentClass?: any;
|
818
|
-
opacity?: string | number | undefined;
|
819
811
|
maxHeight?: string | number | undefined;
|
820
812
|
maxWidth?: string | number | undefined;
|
821
813
|
minHeight?: string | number | undefined;
|
822
814
|
minWidth?: string | number | undefined;
|
823
|
-
|
815
|
+
opacity?: string | number | undefined;
|
816
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
817
|
+
text?: string | undefined;
|
818
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
819
|
+
class?: any;
|
820
|
+
timer?: string | boolean | undefined;
|
821
|
+
theme?: string | undefined;
|
822
|
+
rounded?: string | number | boolean | undefined;
|
823
|
+
contentClass?: any;
|
824
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
824
825
|
closeDelay?: string | number | undefined;
|
825
826
|
openDelay?: string | number | undefined;
|
826
827
|
openOnClick?: boolean | undefined;
|
827
828
|
openOnFocus?: boolean | undefined;
|
828
829
|
contentProps?: any;
|
829
830
|
attach?: string | boolean | Element | undefined;
|
830
|
-
timer?: string | boolean | undefined;
|
831
831
|
} & {
|
832
832
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
833
833
|
activator?: ((arg: {
|
@@ -867,21 +867,21 @@ declare const VSnackbar: {
|
|
867
867
|
$: vue.ComponentInternalInstance;
|
868
868
|
$data: {};
|
869
869
|
$props: Partial<{
|
870
|
-
style: vue.StyleValue;
|
871
|
-
disabled: boolean;
|
872
870
|
absolute: boolean;
|
871
|
+
location: Anchor;
|
872
|
+
origin: "auto" | Anchor | "overlap";
|
873
873
|
transition: string | boolean | (vue.TransitionProps & {
|
874
874
|
component?: vue.Component | undefined;
|
875
875
|
});
|
876
876
|
zIndex: string | number;
|
877
|
+
style: vue.StyleValue;
|
877
878
|
eager: boolean;
|
879
|
+
disabled: boolean;
|
878
880
|
modelValue: boolean;
|
879
|
-
|
880
|
-
location: Anchor;
|
881
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
881
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
882
882
|
updateLocation: (e?: Event | undefined) => void;
|
883
|
-
} | undefined)
|
884
|
-
scrollStrategy: "
|
883
|
+
} | undefined);
|
884
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
885
885
|
activatorProps: Record<string, any>;
|
886
886
|
openOnClick: boolean;
|
887
887
|
openOnHover: boolean;
|
@@ -894,21 +894,21 @@ declare const VSnackbar: {
|
|
894
894
|
scrim: string | boolean;
|
895
895
|
_disableGlobalStack: boolean;
|
896
896
|
}> & Omit<{
|
897
|
-
style: vue.StyleValue;
|
898
|
-
disabled: boolean;
|
899
897
|
absolute: boolean;
|
898
|
+
location: Anchor;
|
899
|
+
origin: "auto" | Anchor | "overlap";
|
900
900
|
transition: string | boolean | (vue.TransitionProps & {
|
901
901
|
component?: vue.Component | undefined;
|
902
902
|
});
|
903
903
|
zIndex: string | number;
|
904
|
+
style: vue.StyleValue;
|
904
905
|
eager: boolean;
|
906
|
+
disabled: boolean;
|
905
907
|
modelValue: boolean;
|
906
|
-
|
907
|
-
location: Anchor;
|
908
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
908
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
909
909
|
updateLocation: (e?: Event | undefined) => void;
|
910
|
-
} | undefined)
|
911
|
-
scrollStrategy: "
|
910
|
+
} | undefined);
|
911
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
912
912
|
activatorProps: Record<string, any>;
|
913
913
|
openOnHover: boolean;
|
914
914
|
closeOnContentClick: boolean;
|
@@ -918,19 +918,19 @@ declare const VSnackbar: {
|
|
918
918
|
persistent: boolean;
|
919
919
|
scrim: string | boolean;
|
920
920
|
_disableGlobalStack: boolean;
|
921
|
-
class?: any;
|
922
|
-
width?: string | number | undefined;
|
923
|
-
height?: string | number | undefined;
|
924
|
-
theme?: string | undefined;
|
925
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
926
921
|
offset?: string | number | number[] | undefined;
|
927
|
-
|
928
|
-
|
922
|
+
height?: string | number | undefined;
|
923
|
+
width?: string | number | undefined;
|
929
924
|
maxHeight?: string | number | undefined;
|
930
925
|
maxWidth?: string | number | undefined;
|
931
926
|
minHeight?: string | number | undefined;
|
932
927
|
minWidth?: string | number | undefined;
|
933
|
-
|
928
|
+
opacity?: string | number | undefined;
|
929
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
930
|
+
class?: any;
|
931
|
+
theme?: string | undefined;
|
932
|
+
contentClass?: any;
|
933
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
934
934
|
closeDelay?: string | number | undefined;
|
935
935
|
openDelay?: string | number | undefined;
|
936
936
|
openOnClick?: boolean | undefined;
|
@@ -967,26 +967,26 @@ declare const VSnackbar: {
|
|
967
967
|
props: Record<string, any>;
|
968
968
|
targetRef: TemplateRef;
|
969
969
|
}) => vue.VNodeChild) | undefined;
|
970
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
971
970
|
onAfterEnter?: (() => any) | undefined;
|
972
971
|
onAfterLeave?: (() => any) | undefined;
|
972
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
973
973
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
974
974
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
975
|
-
style: vue.StyleValue;
|
976
|
-
disabled: boolean;
|
977
975
|
absolute: boolean;
|
976
|
+
location: Anchor;
|
977
|
+
origin: "auto" | Anchor | "overlap";
|
978
978
|
transition: string | boolean | (vue.TransitionProps & {
|
979
979
|
component?: vue.Component | undefined;
|
980
980
|
});
|
981
981
|
zIndex: string | number;
|
982
|
+
style: vue.StyleValue;
|
982
983
|
eager: boolean;
|
984
|
+
disabled: boolean;
|
983
985
|
modelValue: boolean;
|
984
|
-
|
985
|
-
location: Anchor;
|
986
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
986
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
987
987
|
updateLocation: (e?: Event | undefined) => void;
|
988
|
-
} | undefined)
|
989
|
-
scrollStrategy: "
|
988
|
+
} | undefined);
|
989
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
990
990
|
activatorProps: Record<string, any>;
|
991
991
|
openOnHover: boolean;
|
992
992
|
closeOnContentClick: boolean;
|
@@ -997,19 +997,19 @@ declare const VSnackbar: {
|
|
997
997
|
scrim: string | boolean;
|
998
998
|
_disableGlobalStack: boolean;
|
999
999
|
} & {
|
1000
|
-
class?: any;
|
1001
|
-
width?: string | number | undefined;
|
1002
|
-
height?: string | number | undefined;
|
1003
|
-
theme?: string | undefined;
|
1004
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1005
1000
|
offset?: string | number | number[] | undefined;
|
1006
|
-
|
1007
|
-
|
1001
|
+
height?: string | number | undefined;
|
1002
|
+
width?: string | number | undefined;
|
1008
1003
|
maxHeight?: string | number | undefined;
|
1009
1004
|
maxWidth?: string | number | undefined;
|
1010
1005
|
minHeight?: string | number | undefined;
|
1011
1006
|
minWidth?: string | number | undefined;
|
1012
|
-
|
1007
|
+
opacity?: string | number | undefined;
|
1008
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1009
|
+
class?: any;
|
1010
|
+
theme?: string | undefined;
|
1011
|
+
contentClass?: any;
|
1012
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1013
1013
|
closeDelay?: string | number | undefined;
|
1014
1014
|
openDelay?: string | number | undefined;
|
1015
1015
|
openOnClick?: boolean | undefined;
|
@@ -1049,11 +1049,11 @@ declare const VSnackbar: {
|
|
1049
1049
|
targetRef: TemplateRef;
|
1050
1050
|
}) => vue.VNodeChild) | undefined;
|
1051
1051
|
} & {
|
1052
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1053
1052
|
onAfterEnter?: (() => any) | undefined;
|
1054
1053
|
onAfterLeave?: (() => any) | undefined;
|
1054
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1055
1055
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1056
|
-
}, "
|
1056
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1057
1057
|
$attrs: {
|
1058
1058
|
[x: string]: unknown;
|
1059
1059
|
};
|
@@ -1079,21 +1079,21 @@ declare const VSnackbar: {
|
|
1079
1079
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1080
1080
|
$el: any;
|
1081
1081
|
$options: vue.ComponentOptionsBase<{
|
1082
|
-
style: vue.StyleValue;
|
1083
|
-
disabled: boolean;
|
1084
1082
|
absolute: boolean;
|
1083
|
+
location: Anchor;
|
1084
|
+
origin: "auto" | Anchor | "overlap";
|
1085
1085
|
transition: string | boolean | (vue.TransitionProps & {
|
1086
1086
|
component?: vue.Component | undefined;
|
1087
1087
|
});
|
1088
1088
|
zIndex: string | number;
|
1089
|
+
style: vue.StyleValue;
|
1089
1090
|
eager: boolean;
|
1091
|
+
disabled: boolean;
|
1090
1092
|
modelValue: boolean;
|
1091
|
-
|
1092
|
-
location: Anchor;
|
1093
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1093
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1094
1094
|
updateLocation: (e?: Event | undefined) => void;
|
1095
|
-
} | undefined)
|
1096
|
-
scrollStrategy: "
|
1095
|
+
} | undefined);
|
1096
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1097
1097
|
activatorProps: Record<string, any>;
|
1098
1098
|
openOnHover: boolean;
|
1099
1099
|
closeOnContentClick: boolean;
|
@@ -1104,21 +1104,21 @@ declare const VSnackbar: {
|
|
1104
1104
|
scrim: string | boolean;
|
1105
1105
|
_disableGlobalStack: boolean;
|
1106
1106
|
} & {
|
1107
|
-
class?: any;
|
1108
|
-
width?: string | number | undefined;
|
1109
|
-
height?: string | number | undefined;
|
1110
|
-
theme?: string | undefined;
|
1111
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1112
1107
|
offset?: string | number | number[] | undefined;
|
1113
|
-
|
1114
|
-
|
1108
|
+
height?: string | number | undefined;
|
1109
|
+
width?: string | number | undefined;
|
1115
1110
|
maxHeight?: string | number | undefined;
|
1116
1111
|
maxWidth?: string | number | undefined;
|
1117
1112
|
minHeight?: string | number | undefined;
|
1118
1113
|
minWidth?: string | number | undefined;
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1114
|
+
opacity?: string | number | undefined;
|
1115
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1116
|
+
class?: any;
|
1117
|
+
theme?: string | undefined;
|
1118
|
+
contentClass?: any;
|
1119
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1120
|
+
closeDelay?: string | number | undefined;
|
1121
|
+
openDelay?: string | number | undefined;
|
1122
1122
|
openOnClick?: boolean | undefined;
|
1123
1123
|
openOnFocus?: boolean | undefined;
|
1124
1124
|
contentProps?: any;
|
@@ -1156,9 +1156,9 @@ declare const VSnackbar: {
|
|
1156
1156
|
targetRef: TemplateRef;
|
1157
1157
|
}) => vue.VNodeChild) | undefined;
|
1158
1158
|
} & {
|
1159
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1160
1159
|
onAfterEnter?: (() => any) | undefined;
|
1161
1160
|
onAfterLeave?: (() => any) | undefined;
|
1161
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1162
1162
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1163
1163
|
}, {
|
1164
1164
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1175,21 +1175,21 @@ declare const VSnackbar: {
|
|
1175
1175
|
afterEnter: () => true;
|
1176
1176
|
afterLeave: () => true;
|
1177
1177
|
}, string, {
|
1178
|
-
style: vue.StyleValue;
|
1179
|
-
disabled: boolean;
|
1180
1178
|
absolute: boolean;
|
1179
|
+
location: Anchor;
|
1180
|
+
origin: "auto" | Anchor | "overlap";
|
1181
1181
|
transition: string | boolean | (vue.TransitionProps & {
|
1182
1182
|
component?: vue.Component | undefined;
|
1183
1183
|
});
|
1184
1184
|
zIndex: string | number;
|
1185
|
+
style: vue.StyleValue;
|
1185
1186
|
eager: boolean;
|
1187
|
+
disabled: boolean;
|
1186
1188
|
modelValue: boolean;
|
1187
|
-
|
1188
|
-
location: Anchor;
|
1189
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1189
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1190
1190
|
updateLocation: (e?: Event | undefined) => void;
|
1191
|
-
} | undefined)
|
1192
|
-
scrollStrategy: "
|
1191
|
+
} | undefined);
|
1192
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1193
1193
|
activatorProps: Record<string, any>;
|
1194
1194
|
openOnClick: boolean;
|
1195
1195
|
openOnHover: boolean;
|
@@ -1235,21 +1235,21 @@ declare const VSnackbar: {
|
|
1235
1235
|
$nextTick: typeof nextTick;
|
1236
1236
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1237
1237
|
} & Omit<{
|
1238
|
-
style: vue.StyleValue;
|
1239
|
-
disabled: boolean;
|
1240
1238
|
absolute: boolean;
|
1239
|
+
location: Anchor;
|
1240
|
+
origin: "auto" | Anchor | "overlap";
|
1241
1241
|
transition: string | boolean | (vue.TransitionProps & {
|
1242
1242
|
component?: vue.Component | undefined;
|
1243
1243
|
});
|
1244
1244
|
zIndex: string | number;
|
1245
|
+
style: vue.StyleValue;
|
1245
1246
|
eager: boolean;
|
1247
|
+
disabled: boolean;
|
1246
1248
|
modelValue: boolean;
|
1247
|
-
|
1248
|
-
location: Anchor;
|
1249
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1249
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1250
1250
|
updateLocation: (e?: Event | undefined) => void;
|
1251
|
-
} | undefined)
|
1252
|
-
scrollStrategy: "
|
1251
|
+
} | undefined);
|
1252
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1253
1253
|
activatorProps: Record<string, any>;
|
1254
1254
|
openOnHover: boolean;
|
1255
1255
|
closeOnContentClick: boolean;
|
@@ -1260,19 +1260,19 @@ declare const VSnackbar: {
|
|
1260
1260
|
scrim: string | boolean;
|
1261
1261
|
_disableGlobalStack: boolean;
|
1262
1262
|
} & {
|
1263
|
-
class?: any;
|
1264
|
-
width?: string | number | undefined;
|
1265
|
-
height?: string | number | undefined;
|
1266
|
-
theme?: string | undefined;
|
1267
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1268
1263
|
offset?: string | number | number[] | undefined;
|
1269
|
-
|
1270
|
-
|
1264
|
+
height?: string | number | undefined;
|
1265
|
+
width?: string | number | undefined;
|
1271
1266
|
maxHeight?: string | number | undefined;
|
1272
1267
|
maxWidth?: string | number | undefined;
|
1273
1268
|
minHeight?: string | number | undefined;
|
1274
1269
|
minWidth?: string | number | undefined;
|
1275
|
-
|
1270
|
+
opacity?: string | number | undefined;
|
1271
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1272
|
+
class?: any;
|
1273
|
+
theme?: string | undefined;
|
1274
|
+
contentClass?: any;
|
1275
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1276
1276
|
closeDelay?: string | number | undefined;
|
1277
1277
|
openDelay?: string | number | undefined;
|
1278
1278
|
openOnClick?: boolean | undefined;
|
@@ -1312,9 +1312,9 @@ declare const VSnackbar: {
|
|
1312
1312
|
targetRef: TemplateRef;
|
1313
1313
|
}) => vue.VNodeChild) | undefined;
|
1314
1314
|
} & {
|
1315
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1316
1315
|
onAfterEnter?: (() => any) | undefined;
|
1317
1316
|
onAfterLeave?: (() => any) | undefined;
|
1317
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1318
1318
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1319
1319
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1320
1320
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1325,25 +1325,26 @@ declare const VSnackbar: {
|
|
1325
1325
|
globalTop: Readonly<Ref<boolean>>;
|
1326
1326
|
localTop: vue.ComputedRef<boolean>;
|
1327
1327
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1328
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1329
|
-
|
1330
|
-
disabled: boolean;
|
1328
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "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}`>, {}, {}, {}, {
|
1329
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1331
1330
|
absolute: boolean;
|
1331
|
+
location: Anchor;
|
1332
|
+
origin: "auto" | Anchor | "overlap";
|
1332
1333
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1333
1334
|
component?: vue.Component | undefined;
|
1334
1335
|
})>;
|
1335
1336
|
zIndex: string | number;
|
1337
|
+
style: vue.StyleValue;
|
1336
1338
|
eager: boolean;
|
1339
|
+
disabled: boolean;
|
1340
|
+
timeout: string | number;
|
1341
|
+
vertical: boolean;
|
1337
1342
|
modelValue: boolean;
|
1338
1343
|
rounded: string | number | boolean;
|
1339
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1340
|
-
origin: Anchor | "auto" | "overlap";
|
1341
|
-
vertical: boolean;
|
1342
1344
|
tile: boolean;
|
1343
|
-
|
1344
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1345
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1345
1346
|
updateLocation: (e?: Event | undefined) => void;
|
1346
|
-
} | undefined)
|
1347
|
+
} | undefined);
|
1347
1348
|
activatorProps: Record<string, any>;
|
1348
1349
|
openOnClick: boolean;
|
1349
1350
|
openOnHover: boolean;
|
@@ -1352,61 +1353,60 @@ declare const VSnackbar: {
|
|
1352
1353
|
closeOnBack: boolean;
|
1353
1354
|
contained: boolean;
|
1354
1355
|
multiLine: boolean;
|
1355
|
-
timeout: string | number;
|
1356
1356
|
}>;
|
1357
1357
|
__isFragment?: undefined;
|
1358
1358
|
__isTeleport?: undefined;
|
1359
1359
|
__isSuspense?: undefined;
|
1360
1360
|
} & vue.ComponentOptionsBase<{
|
1361
|
-
|
1362
|
-
disabled: boolean;
|
1361
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1363
1362
|
absolute: boolean;
|
1363
|
+
location: Anchor;
|
1364
|
+
origin: "auto" | Anchor | "overlap";
|
1364
1365
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1365
1366
|
component?: vue.Component | undefined;
|
1366
1367
|
})>;
|
1367
1368
|
zIndex: string | number;
|
1369
|
+
style: vue.StyleValue;
|
1368
1370
|
eager: boolean;
|
1369
|
-
|
1370
|
-
|
1371
|
-
origin: Anchor | "auto" | "overlap";
|
1371
|
+
disabled: boolean;
|
1372
|
+
timeout: string | number;
|
1372
1373
|
vertical: boolean;
|
1374
|
+
modelValue: boolean;
|
1373
1375
|
tile: boolean;
|
1374
|
-
|
1375
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1376
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1376
1377
|
updateLocation: (e?: Event | undefined) => void;
|
1377
|
-
} | undefined)
|
1378
|
+
} | undefined);
|
1378
1379
|
activatorProps: Record<string, any>;
|
1379
1380
|
openOnHover: boolean;
|
1380
1381
|
closeOnContentClick: boolean;
|
1381
1382
|
closeOnBack: boolean;
|
1382
1383
|
contained: boolean;
|
1383
1384
|
multiLine: boolean;
|
1384
|
-
timeout: string | number;
|
1385
1385
|
} & {
|
1386
|
-
|
1387
|
-
text?: string | undefined;
|
1388
|
-
width?: string | number | undefined;
|
1386
|
+
offset?: string | number | number[] | undefined;
|
1389
1387
|
height?: string | number | undefined;
|
1390
|
-
|
1391
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1388
|
+
width?: string | number | undefined;
|
1392
1389
|
color?: string | undefined;
|
1393
|
-
offset?: string | number | number[] | undefined;
|
1394
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1395
|
-
rounded?: string | number | boolean | undefined;
|
1396
|
-
contentClass?: any;
|
1397
|
-
opacity?: string | number | undefined;
|
1398
1390
|
maxHeight?: string | number | undefined;
|
1399
1391
|
maxWidth?: string | number | undefined;
|
1400
1392
|
minHeight?: string | number | undefined;
|
1401
1393
|
minWidth?: string | number | undefined;
|
1402
|
-
|
1394
|
+
opacity?: string | number | undefined;
|
1395
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1396
|
+
text?: string | undefined;
|
1397
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1398
|
+
class?: any;
|
1399
|
+
timer?: string | boolean | undefined;
|
1400
|
+
theme?: string | undefined;
|
1401
|
+
rounded?: string | number | boolean | undefined;
|
1402
|
+
contentClass?: any;
|
1403
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1403
1404
|
closeDelay?: string | number | undefined;
|
1404
1405
|
openDelay?: string | number | undefined;
|
1405
1406
|
openOnClick?: boolean | undefined;
|
1406
1407
|
openOnFocus?: boolean | undefined;
|
1407
1408
|
contentProps?: any;
|
1408
1409
|
attach?: string | boolean | Element | undefined;
|
1409
|
-
timer?: string | boolean | undefined;
|
1410
1410
|
} & {
|
1411
1411
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1412
1412
|
activator?: ((arg: {
|
@@ -1446,21 +1446,21 @@ declare const VSnackbar: {
|
|
1446
1446
|
$: vue.ComponentInternalInstance;
|
1447
1447
|
$data: {};
|
1448
1448
|
$props: Partial<{
|
1449
|
-
style: vue.StyleValue;
|
1450
|
-
disabled: boolean;
|
1451
1449
|
absolute: boolean;
|
1450
|
+
location: Anchor;
|
1451
|
+
origin: "auto" | Anchor | "overlap";
|
1452
1452
|
transition: string | boolean | (vue.TransitionProps & {
|
1453
1453
|
component?: vue.Component | undefined;
|
1454
1454
|
});
|
1455
1455
|
zIndex: string | number;
|
1456
|
+
style: vue.StyleValue;
|
1456
1457
|
eager: boolean;
|
1458
|
+
disabled: boolean;
|
1457
1459
|
modelValue: boolean;
|
1458
|
-
|
1459
|
-
location: Anchor;
|
1460
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1460
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1461
1461
|
updateLocation: (e?: Event | undefined) => void;
|
1462
|
-
} | undefined)
|
1463
|
-
scrollStrategy: "
|
1462
|
+
} | undefined);
|
1463
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1464
1464
|
activatorProps: Record<string, any>;
|
1465
1465
|
openOnClick: boolean;
|
1466
1466
|
openOnHover: boolean;
|
@@ -1473,21 +1473,21 @@ declare const VSnackbar: {
|
|
1473
1473
|
scrim: string | boolean;
|
1474
1474
|
_disableGlobalStack: boolean;
|
1475
1475
|
}> & Omit<{
|
1476
|
-
style: vue.StyleValue;
|
1477
|
-
disabled: boolean;
|
1478
1476
|
absolute: boolean;
|
1477
|
+
location: Anchor;
|
1478
|
+
origin: "auto" | Anchor | "overlap";
|
1479
1479
|
transition: string | boolean | (vue.TransitionProps & {
|
1480
1480
|
component?: vue.Component | undefined;
|
1481
1481
|
});
|
1482
1482
|
zIndex: string | number;
|
1483
|
+
style: vue.StyleValue;
|
1483
1484
|
eager: boolean;
|
1485
|
+
disabled: boolean;
|
1484
1486
|
modelValue: boolean;
|
1485
|
-
|
1486
|
-
location: Anchor;
|
1487
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1487
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1488
1488
|
updateLocation: (e?: Event | undefined) => void;
|
1489
|
-
} | undefined)
|
1490
|
-
scrollStrategy: "
|
1489
|
+
} | undefined);
|
1490
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1491
1491
|
activatorProps: Record<string, any>;
|
1492
1492
|
openOnHover: boolean;
|
1493
1493
|
closeOnContentClick: boolean;
|
@@ -1497,19 +1497,19 @@ declare const VSnackbar: {
|
|
1497
1497
|
persistent: boolean;
|
1498
1498
|
scrim: string | boolean;
|
1499
1499
|
_disableGlobalStack: boolean;
|
1500
|
-
class?: any;
|
1501
|
-
width?: string | number | undefined;
|
1502
|
-
height?: string | number | undefined;
|
1503
|
-
theme?: string | undefined;
|
1504
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1505
1500
|
offset?: string | number | number[] | undefined;
|
1506
|
-
|
1507
|
-
|
1501
|
+
height?: string | number | undefined;
|
1502
|
+
width?: string | number | undefined;
|
1508
1503
|
maxHeight?: string | number | undefined;
|
1509
1504
|
maxWidth?: string | number | undefined;
|
1510
1505
|
minHeight?: string | number | undefined;
|
1511
1506
|
minWidth?: string | number | undefined;
|
1512
|
-
|
1507
|
+
opacity?: string | number | undefined;
|
1508
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1509
|
+
class?: any;
|
1510
|
+
theme?: string | undefined;
|
1511
|
+
contentClass?: any;
|
1512
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1513
1513
|
closeDelay?: string | number | undefined;
|
1514
1514
|
openDelay?: string | number | undefined;
|
1515
1515
|
openOnClick?: boolean | undefined;
|
@@ -1546,26 +1546,26 @@ declare const VSnackbar: {
|
|
1546
1546
|
props: Record<string, any>;
|
1547
1547
|
targetRef: TemplateRef;
|
1548
1548
|
}) => vue.VNodeChild) | undefined;
|
1549
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1550
1549
|
onAfterEnter?: (() => any) | undefined;
|
1551
1550
|
onAfterLeave?: (() => any) | undefined;
|
1551
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1552
1552
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1553
1553
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1554
|
-
style: vue.StyleValue;
|
1555
|
-
disabled: boolean;
|
1556
1554
|
absolute: boolean;
|
1555
|
+
location: Anchor;
|
1556
|
+
origin: "auto" | Anchor | "overlap";
|
1557
1557
|
transition: string | boolean | (vue.TransitionProps & {
|
1558
1558
|
component?: vue.Component | undefined;
|
1559
1559
|
});
|
1560
1560
|
zIndex: string | number;
|
1561
|
+
style: vue.StyleValue;
|
1561
1562
|
eager: boolean;
|
1563
|
+
disabled: boolean;
|
1562
1564
|
modelValue: boolean;
|
1563
|
-
|
1564
|
-
location: Anchor;
|
1565
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1565
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1566
1566
|
updateLocation: (e?: Event | undefined) => void;
|
1567
|
-
} | undefined)
|
1568
|
-
scrollStrategy: "
|
1567
|
+
} | undefined);
|
1568
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1569
1569
|
activatorProps: Record<string, any>;
|
1570
1570
|
openOnHover: boolean;
|
1571
1571
|
closeOnContentClick: boolean;
|
@@ -1576,19 +1576,19 @@ declare const VSnackbar: {
|
|
1576
1576
|
scrim: string | boolean;
|
1577
1577
|
_disableGlobalStack: boolean;
|
1578
1578
|
} & {
|
1579
|
-
class?: any;
|
1580
|
-
width?: string | number | undefined;
|
1581
|
-
height?: string | number | undefined;
|
1582
|
-
theme?: string | undefined;
|
1583
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1584
1579
|
offset?: string | number | number[] | undefined;
|
1585
|
-
|
1586
|
-
|
1580
|
+
height?: string | number | undefined;
|
1581
|
+
width?: string | number | undefined;
|
1587
1582
|
maxHeight?: string | number | undefined;
|
1588
1583
|
maxWidth?: string | number | undefined;
|
1589
1584
|
minHeight?: string | number | undefined;
|
1590
1585
|
minWidth?: string | number | undefined;
|
1591
|
-
|
1586
|
+
opacity?: string | number | undefined;
|
1587
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1588
|
+
class?: any;
|
1589
|
+
theme?: string | undefined;
|
1590
|
+
contentClass?: any;
|
1591
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1592
1592
|
closeDelay?: string | number | undefined;
|
1593
1593
|
openDelay?: string | number | undefined;
|
1594
1594
|
openOnClick?: boolean | undefined;
|
@@ -1628,11 +1628,11 @@ declare const VSnackbar: {
|
|
1628
1628
|
targetRef: TemplateRef;
|
1629
1629
|
}) => vue.VNodeChild) | undefined;
|
1630
1630
|
} & {
|
1631
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1632
1631
|
onAfterEnter?: (() => any) | undefined;
|
1633
1632
|
onAfterLeave?: (() => any) | undefined;
|
1633
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1634
1634
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1635
|
-
}, "
|
1635
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1636
1636
|
$attrs: {
|
1637
1637
|
[x: string]: unknown;
|
1638
1638
|
};
|
@@ -1658,21 +1658,21 @@ declare const VSnackbar: {
|
|
1658
1658
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1659
1659
|
$el: any;
|
1660
1660
|
$options: vue.ComponentOptionsBase<{
|
1661
|
-
style: vue.StyleValue;
|
1662
|
-
disabled: boolean;
|
1663
1661
|
absolute: boolean;
|
1662
|
+
location: Anchor;
|
1663
|
+
origin: "auto" | Anchor | "overlap";
|
1664
1664
|
transition: string | boolean | (vue.TransitionProps & {
|
1665
1665
|
component?: vue.Component | undefined;
|
1666
1666
|
});
|
1667
1667
|
zIndex: string | number;
|
1668
|
+
style: vue.StyleValue;
|
1668
1669
|
eager: boolean;
|
1670
|
+
disabled: boolean;
|
1669
1671
|
modelValue: boolean;
|
1670
|
-
|
1671
|
-
location: Anchor;
|
1672
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1672
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1673
1673
|
updateLocation: (e?: Event | undefined) => void;
|
1674
|
-
} | undefined)
|
1675
|
-
scrollStrategy: "
|
1674
|
+
} | undefined);
|
1675
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1676
1676
|
activatorProps: Record<string, any>;
|
1677
1677
|
openOnHover: boolean;
|
1678
1678
|
closeOnContentClick: boolean;
|
@@ -1683,19 +1683,19 @@ declare const VSnackbar: {
|
|
1683
1683
|
scrim: string | boolean;
|
1684
1684
|
_disableGlobalStack: boolean;
|
1685
1685
|
} & {
|
1686
|
-
class?: any;
|
1687
|
-
width?: string | number | undefined;
|
1688
|
-
height?: string | number | undefined;
|
1689
|
-
theme?: string | undefined;
|
1690
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1691
1686
|
offset?: string | number | number[] | undefined;
|
1692
|
-
|
1693
|
-
|
1687
|
+
height?: string | number | undefined;
|
1688
|
+
width?: string | number | undefined;
|
1694
1689
|
maxHeight?: string | number | undefined;
|
1695
1690
|
maxWidth?: string | number | undefined;
|
1696
1691
|
minHeight?: string | number | undefined;
|
1697
1692
|
minWidth?: string | number | undefined;
|
1698
|
-
|
1693
|
+
opacity?: string | number | undefined;
|
1694
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1695
|
+
class?: any;
|
1696
|
+
theme?: string | undefined;
|
1697
|
+
contentClass?: any;
|
1698
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1699
1699
|
closeDelay?: string | number | undefined;
|
1700
1700
|
openDelay?: string | number | undefined;
|
1701
1701
|
openOnClick?: boolean | undefined;
|
@@ -1735,9 +1735,9 @@ declare const VSnackbar: {
|
|
1735
1735
|
targetRef: TemplateRef;
|
1736
1736
|
}) => vue.VNodeChild) | undefined;
|
1737
1737
|
} & {
|
1738
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1739
1738
|
onAfterEnter?: (() => any) | undefined;
|
1740
1739
|
onAfterLeave?: (() => any) | undefined;
|
1740
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1741
1741
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1742
1742
|
}, {
|
1743
1743
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1754,21 +1754,21 @@ declare const VSnackbar: {
|
|
1754
1754
|
afterEnter: () => true;
|
1755
1755
|
afterLeave: () => true;
|
1756
1756
|
}, string, {
|
1757
|
-
style: vue.StyleValue;
|
1758
|
-
disabled: boolean;
|
1759
1757
|
absolute: boolean;
|
1758
|
+
location: Anchor;
|
1759
|
+
origin: "auto" | Anchor | "overlap";
|
1760
1760
|
transition: string | boolean | (vue.TransitionProps & {
|
1761
1761
|
component?: vue.Component | undefined;
|
1762
1762
|
});
|
1763
1763
|
zIndex: string | number;
|
1764
|
+
style: vue.StyleValue;
|
1764
1765
|
eager: boolean;
|
1766
|
+
disabled: boolean;
|
1765
1767
|
modelValue: boolean;
|
1766
|
-
|
1767
|
-
location: Anchor;
|
1768
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1768
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1769
1769
|
updateLocation: (e?: Event | undefined) => void;
|
1770
|
-
} | undefined)
|
1771
|
-
scrollStrategy: "
|
1770
|
+
} | undefined);
|
1771
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1772
1772
|
activatorProps: Record<string, any>;
|
1773
1773
|
openOnClick: boolean;
|
1774
1774
|
openOnHover: boolean;
|
@@ -1814,21 +1814,21 @@ declare const VSnackbar: {
|
|
1814
1814
|
$nextTick: typeof nextTick;
|
1815
1815
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: vue.WatchOptions<boolean> | undefined): vue.WatchStopHandle;
|
1816
1816
|
} & Omit<{
|
1817
|
-
style: vue.StyleValue;
|
1818
|
-
disabled: boolean;
|
1819
1817
|
absolute: boolean;
|
1818
|
+
location: Anchor;
|
1819
|
+
origin: "auto" | Anchor | "overlap";
|
1820
1820
|
transition: string | boolean | (vue.TransitionProps & {
|
1821
1821
|
component?: vue.Component | undefined;
|
1822
1822
|
});
|
1823
1823
|
zIndex: string | number;
|
1824
|
+
style: vue.StyleValue;
|
1824
1825
|
eager: boolean;
|
1826
|
+
disabled: boolean;
|
1825
1827
|
modelValue: boolean;
|
1826
|
-
|
1827
|
-
location: Anchor;
|
1828
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1828
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1829
1829
|
updateLocation: (e?: Event | undefined) => void;
|
1830
|
-
} | undefined)
|
1831
|
-
scrollStrategy: "
|
1830
|
+
} | undefined);
|
1831
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps$1, scope: vue.EffectScope) => void) | "reposition";
|
1832
1832
|
activatorProps: Record<string, any>;
|
1833
1833
|
openOnHover: boolean;
|
1834
1834
|
closeOnContentClick: boolean;
|
@@ -1839,19 +1839,19 @@ declare const VSnackbar: {
|
|
1839
1839
|
scrim: string | boolean;
|
1840
1840
|
_disableGlobalStack: boolean;
|
1841
1841
|
} & {
|
1842
|
-
class?: any;
|
1843
|
-
width?: string | number | undefined;
|
1844
|
-
height?: string | number | undefined;
|
1845
|
-
theme?: string | undefined;
|
1846
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1847
1842
|
offset?: string | number | number[] | undefined;
|
1848
|
-
|
1849
|
-
|
1843
|
+
height?: string | number | undefined;
|
1844
|
+
width?: string | number | undefined;
|
1850
1845
|
maxHeight?: string | number | undefined;
|
1851
1846
|
maxWidth?: string | number | undefined;
|
1852
1847
|
minHeight?: string | number | undefined;
|
1853
1848
|
minWidth?: string | number | undefined;
|
1854
|
-
|
1849
|
+
opacity?: string | number | undefined;
|
1850
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1851
|
+
class?: any;
|
1852
|
+
theme?: string | undefined;
|
1853
|
+
contentClass?: any;
|
1854
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1855
1855
|
closeDelay?: string | number | undefined;
|
1856
1856
|
openDelay?: string | number | undefined;
|
1857
1857
|
openOnClick?: boolean | undefined;
|
@@ -1891,9 +1891,9 @@ declare const VSnackbar: {
|
|
1891
1891
|
targetRef: TemplateRef;
|
1892
1892
|
}) => vue.VNodeChild) | undefined;
|
1893
1893
|
} & {
|
1894
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1895
1894
|
onAfterEnter?: (() => any) | undefined;
|
1896
1895
|
onAfterLeave?: (() => any) | undefined;
|
1896
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1897
1897
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1898
1898
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1899
1899
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1904,27 +1904,28 @@ declare const VSnackbar: {
|
|
1904
1904
|
globalTop: Readonly<Ref<boolean>>;
|
1905
1905
|
localTop: vue.ComputedRef<boolean>;
|
1906
1906
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1907
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1907
|
+
}> & {} & vue.ComponentCustomProperties & {}, "offset" | "key" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "ref" | "onAfterEnter" | "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, {
|
1908
1908
|
'update:modelValue': (v: boolean) => boolean;
|
1909
1909
|
}, string, {
|
1910
|
-
|
1911
|
-
disabled: boolean;
|
1910
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1912
1911
|
absolute: boolean;
|
1912
|
+
location: Anchor;
|
1913
|
+
origin: "auto" | Anchor | "overlap";
|
1913
1914
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1914
1915
|
component?: vue.Component | undefined;
|
1915
1916
|
})>;
|
1916
1917
|
zIndex: string | number;
|
1918
|
+
style: vue.StyleValue;
|
1917
1919
|
eager: boolean;
|
1920
|
+
disabled: boolean;
|
1921
|
+
timeout: string | number;
|
1922
|
+
vertical: boolean;
|
1918
1923
|
modelValue: boolean;
|
1919
1924
|
rounded: string | number | boolean;
|
1920
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1921
|
-
origin: Anchor | "auto" | "overlap";
|
1922
|
-
vertical: boolean;
|
1923
1925
|
tile: boolean;
|
1924
|
-
|
1925
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1926
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
1926
1927
|
updateLocation: (e?: Event | undefined) => void;
|
1927
|
-
} | undefined)
|
1928
|
+
} | undefined);
|
1928
1929
|
activatorProps: Record<string, any>;
|
1929
1930
|
openOnClick: boolean;
|
1930
1931
|
openOnHover: boolean;
|
@@ -1933,7 +1934,6 @@ declare const VSnackbar: {
|
|
1933
1934
|
closeOnBack: boolean;
|
1934
1935
|
contained: boolean;
|
1935
1936
|
multiLine: boolean;
|
1936
|
-
timeout: string | number;
|
1937
1937
|
}, {}, string, vue.SlotsType<Partial<{
|
1938
1938
|
activator: (arg: {
|
1939
1939
|
isActive: boolean;
|
@@ -1953,25 +1953,30 @@ declare const VSnackbar: {
|
|
1953
1953
|
[key: string]: any;
|
1954
1954
|
}>[];
|
1955
1955
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1956
|
-
class: vue.PropType<any>;
|
1957
|
-
style: {
|
1958
|
-
type: vue.PropType<vue.StyleValue>;
|
1959
|
-
default: null;
|
1960
|
-
};
|
1961
|
-
width: (StringConstructor | NumberConstructor)[];
|
1962
|
-
height: (StringConstructor | NumberConstructor)[];
|
1963
|
-
theme: StringConstructor;
|
1964
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
1965
|
-
disabled: BooleanConstructor;
|
1966
1956
|
offset: vue.PropType<string | number | number[] | undefined>;
|
1967
1957
|
absolute: BooleanConstructor;
|
1958
|
+
location: {
|
1959
|
+
type: vue.PropType<Anchor>;
|
1960
|
+
default: string;
|
1961
|
+
};
|
1962
|
+
origin: {
|
1963
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1964
|
+
default: string;
|
1965
|
+
};
|
1966
|
+
height: (StringConstructor | NumberConstructor)[];
|
1967
|
+
width: (StringConstructor | NumberConstructor)[];
|
1968
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1969
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1970
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1971
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1972
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
1968
1973
|
transition: Omit<{
|
1969
1974
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1970
1975
|
component?: vue.Component | undefined;
|
1971
1976
|
})>;
|
1972
1977
|
default: string;
|
1973
1978
|
validator: (val: unknown) => boolean;
|
1974
|
-
}, "
|
1979
|
+
}, "type" | "default"> & {
|
1975
1980
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
1976
1981
|
component?: vue.Component | undefined;
|
1977
1982
|
})>>;
|
@@ -1983,27 +1988,22 @@ declare const VSnackbar: {
|
|
1983
1988
|
type: (StringConstructor | NumberConstructor)[];
|
1984
1989
|
default: number;
|
1985
1990
|
};
|
1991
|
+
style: {
|
1992
|
+
type: vue.PropType<vue.StyleValue>;
|
1993
|
+
default: null;
|
1994
|
+
};
|
1995
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
1986
1996
|
eager: BooleanConstructor;
|
1997
|
+
disabled: BooleanConstructor;
|
1998
|
+
class: vue.PropType<any>;
|
1999
|
+
theme: StringConstructor;
|
1987
2000
|
modelValue: BooleanConstructor;
|
1988
2001
|
contentClass: null;
|
1989
|
-
|
1990
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
1991
|
-
default: string;
|
1992
|
-
};
|
1993
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
1994
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
1995
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
1996
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
1997
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
1998
|
-
location: {
|
1999
|
-
type: vue.PropType<Anchor>;
|
2000
|
-
default: string;
|
2001
|
-
};
|
2002
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2002
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2003
2003
|
locationStrategy: {
|
2004
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2004
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2005
2005
|
updateLocation: (e?: Event | undefined) => void;
|
2006
|
-
} | undefined)
|
2006
|
+
} | undefined)>;
|
2007
2007
|
default: string;
|
2008
2008
|
validator: (val: any) => boolean;
|
2009
2009
|
};
|
@@ -2037,12 +2037,12 @@ declare const VSnackbar: {
|
|
2037
2037
|
validator: (v: any) => boolean;
|
2038
2038
|
};
|
2039
2039
|
rounded: {
|
2040
|
-
type: (StringConstructor |
|
2040
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2041
2041
|
default: undefined;
|
2042
2042
|
};
|
2043
2043
|
tile: BooleanConstructor;
|
2044
2044
|
position: {
|
2045
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2045
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2046
2046
|
validator: (v: any) => boolean;
|
2047
2047
|
};
|
2048
2048
|
multiLine: BooleanConstructor;
|
@@ -2054,25 +2054,30 @@ declare const VSnackbar: {
|
|
2054
2054
|
};
|
2055
2055
|
vertical: BooleanConstructor;
|
2056
2056
|
}, vue.ExtractPropTypes<{
|
2057
|
-
class: vue.PropType<any>;
|
2058
|
-
style: {
|
2059
|
-
type: vue.PropType<vue.StyleValue>;
|
2060
|
-
default: null;
|
2061
|
-
};
|
2062
|
-
width: (StringConstructor | NumberConstructor)[];
|
2063
|
-
height: (StringConstructor | NumberConstructor)[];
|
2064
|
-
theme: StringConstructor;
|
2065
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2066
|
-
disabled: BooleanConstructor;
|
2067
2057
|
offset: vue.PropType<string | number | number[] | undefined>;
|
2068
2058
|
absolute: BooleanConstructor;
|
2059
|
+
location: {
|
2060
|
+
type: vue.PropType<Anchor>;
|
2061
|
+
default: string;
|
2062
|
+
};
|
2063
|
+
origin: {
|
2064
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2065
|
+
default: string;
|
2066
|
+
};
|
2067
|
+
height: (StringConstructor | NumberConstructor)[];
|
2068
|
+
width: (StringConstructor | NumberConstructor)[];
|
2069
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2070
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2071
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2072
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2073
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2069
2074
|
transition: Omit<{
|
2070
2075
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2071
2076
|
component?: vue.Component | undefined;
|
2072
2077
|
})>;
|
2073
2078
|
default: string;
|
2074
2079
|
validator: (val: unknown) => boolean;
|
2075
|
-
}, "
|
2080
|
+
}, "type" | "default"> & {
|
2076
2081
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2077
2082
|
component?: vue.Component | undefined;
|
2078
2083
|
})>>;
|
@@ -2084,27 +2089,22 @@ declare const VSnackbar: {
|
|
2084
2089
|
type: (StringConstructor | NumberConstructor)[];
|
2085
2090
|
default: number;
|
2086
2091
|
};
|
2092
|
+
style: {
|
2093
|
+
type: vue.PropType<vue.StyleValue>;
|
2094
|
+
default: null;
|
2095
|
+
};
|
2096
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2087
2097
|
eager: BooleanConstructor;
|
2098
|
+
disabled: BooleanConstructor;
|
2099
|
+
class: vue.PropType<any>;
|
2100
|
+
theme: StringConstructor;
|
2088
2101
|
modelValue: BooleanConstructor;
|
2089
2102
|
contentClass: null;
|
2090
|
-
|
2091
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
2092
|
-
default: string;
|
2093
|
-
};
|
2094
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2095
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2096
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2097
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2098
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2099
|
-
location: {
|
2100
|
-
type: vue.PropType<Anchor>;
|
2101
|
-
default: string;
|
2102
|
-
};
|
2103
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2103
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2104
2104
|
locationStrategy: {
|
2105
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2105
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps, contentStyles: Ref<Record<string, string>>) => {
|
2106
2106
|
updateLocation: (e?: Event | undefined) => void;
|
2107
|
-
} | undefined)
|
2107
|
+
} | undefined)>;
|
2108
2108
|
default: string;
|
2109
2109
|
validator: (val: any) => boolean;
|
2110
2110
|
};
|
@@ -2138,12 +2138,12 @@ declare const VSnackbar: {
|
|
2138
2138
|
validator: (v: any) => boolean;
|
2139
2139
|
};
|
2140
2140
|
rounded: {
|
2141
|
-
type: (StringConstructor |
|
2141
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2142
2142
|
default: undefined;
|
2143
2143
|
};
|
2144
2144
|
tile: BooleanConstructor;
|
2145
2145
|
position: {
|
2146
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2146
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2147
2147
|
validator: (v: any) => boolean;
|
2148
2148
|
};
|
2149
2149
|
multiLine: BooleanConstructor;
|