@vuetify/nightly 3.6.13-3.7.0-beta.0.0-dev.2024-07-10 → 3.6.13-3.7.0-beta.0.0-dev.2024-07-24
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 -8
- package/dist/json/attributes.json +30 -22
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +120 -120
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +53 -42
- package/dist/vuetify-labs.css +2160 -2162
- package/dist/vuetify-labs.d.ts +12298 -12189
- package/dist/vuetify-labs.esm.js +59 -29
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +59 -29
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +871 -873
- package/dist/vuetify.d.ts +10357 -10268
- package/dist/vuetify.esm.js +51 -25
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +51 -25
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1043 -1044
- 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/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/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/index.d.mts +393 -393
- 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/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/index.d.mts +615 -609
- 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/index.d.mts +10 -10
- package/lib/components/VWindow/index.d.mts +31 -31
- package/lib/components/index.d.mts +10651 -10563
- 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/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +69 -68
- 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/VTreeviewItem.css +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
- package/lib/labs/VTreeview/index.d.mts +199 -199
- package/lib/labs/components.d.mts +1754 -1733
- package/package.json +9 -4
@@ -117,55 +117,55 @@ declare function repositionScrollStrategy(data: ScrollStrategyData, props: Strat
|
|
117
117
|
|
118
118
|
declare const VSnackbar: {
|
119
119
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
120
|
-
|
121
|
-
disabled: boolean;
|
120
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
122
121
|
absolute: boolean;
|
122
|
+
location: Anchor;
|
123
|
+
origin: "auto" | Anchor | "overlap";
|
123
124
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
124
125
|
component?: vue.Component | undefined;
|
125
126
|
})>;
|
126
127
|
zIndex: string | number;
|
128
|
+
style: vue.StyleValue;
|
127
129
|
eager: boolean;
|
128
|
-
|
129
|
-
|
130
|
-
origin: Anchor | "auto" | "overlap";
|
130
|
+
disabled: boolean;
|
131
|
+
timeout: string | number;
|
131
132
|
vertical: boolean;
|
133
|
+
modelValue: boolean;
|
132
134
|
tile: boolean;
|
133
|
-
|
134
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
135
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
135
136
|
updateLocation: (e?: Event | undefined) => void;
|
136
|
-
} | undefined)
|
137
|
+
} | undefined);
|
137
138
|
activatorProps: Record<string, any>;
|
138
139
|
openOnHover: boolean;
|
139
140
|
closeOnContentClick: boolean;
|
140
141
|
closeOnBack: boolean;
|
141
142
|
contained: boolean;
|
142
143
|
multiLine: boolean;
|
143
|
-
timeout: string | number;
|
144
144
|
} & {
|
145
|
-
|
146
|
-
text?: string | undefined;
|
147
|
-
width?: string | number | undefined;
|
145
|
+
offset?: string | number | number[] | undefined;
|
148
146
|
height?: string | number | undefined;
|
149
|
-
|
150
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
147
|
+
width?: string | number | undefined;
|
151
148
|
color?: string | undefined;
|
152
|
-
offset?: string | number | number[] | undefined;
|
153
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
154
|
-
rounded?: string | number | boolean | undefined;
|
155
|
-
contentClass?: any;
|
156
|
-
opacity?: string | number | undefined;
|
157
149
|
maxHeight?: string | number | undefined;
|
158
150
|
maxWidth?: string | number | undefined;
|
159
151
|
minHeight?: string | number | undefined;
|
160
152
|
minWidth?: string | number | undefined;
|
161
|
-
|
153
|
+
opacity?: string | number | undefined;
|
154
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
155
|
+
text?: string | undefined;
|
156
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
157
|
+
class?: any;
|
158
|
+
timer?: string | boolean | undefined;
|
159
|
+
theme?: string | undefined;
|
160
|
+
rounded?: string | number | boolean | undefined;
|
161
|
+
contentClass?: any;
|
162
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
162
163
|
closeDelay?: string | number | undefined;
|
163
164
|
openDelay?: string | number | undefined;
|
164
165
|
openOnClick?: boolean | undefined;
|
165
166
|
openOnFocus?: boolean | undefined;
|
166
167
|
contentProps?: any;
|
167
168
|
attach?: string | boolean | Element | undefined;
|
168
|
-
timer?: string | boolean | undefined;
|
169
169
|
} & {
|
170
170
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
171
171
|
activator?: ((arg: {
|
@@ -205,21 +205,21 @@ declare const VSnackbar: {
|
|
205
205
|
$: vue.ComponentInternalInstance;
|
206
206
|
$data: {};
|
207
207
|
$props: Partial<{
|
208
|
-
style: vue.StyleValue;
|
209
|
-
disabled: boolean;
|
210
208
|
absolute: boolean;
|
209
|
+
location: Anchor;
|
210
|
+
origin: "auto" | Anchor | "overlap";
|
211
211
|
transition: string | boolean | (vue.TransitionProps & {
|
212
212
|
component?: vue.Component | undefined;
|
213
213
|
});
|
214
214
|
zIndex: string | number;
|
215
|
+
style: vue.StyleValue;
|
215
216
|
eager: boolean;
|
217
|
+
disabled: boolean;
|
216
218
|
modelValue: boolean;
|
217
|
-
|
218
|
-
location: Anchor;
|
219
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
219
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
220
220
|
updateLocation: (e?: Event | undefined) => void;
|
221
|
-
} | undefined)
|
222
|
-
scrollStrategy: "
|
221
|
+
} | undefined);
|
222
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
223
223
|
activatorProps: Record<string, any>;
|
224
224
|
openOnClick: boolean;
|
225
225
|
openOnHover: boolean;
|
@@ -232,21 +232,21 @@ declare const VSnackbar: {
|
|
232
232
|
scrim: string | boolean;
|
233
233
|
_disableGlobalStack: boolean;
|
234
234
|
}> & Omit<{
|
235
|
-
style: vue.StyleValue;
|
236
|
-
disabled: boolean;
|
237
235
|
absolute: boolean;
|
236
|
+
location: Anchor;
|
237
|
+
origin: "auto" | Anchor | "overlap";
|
238
238
|
transition: string | boolean | (vue.TransitionProps & {
|
239
239
|
component?: vue.Component | undefined;
|
240
240
|
});
|
241
241
|
zIndex: string | number;
|
242
|
+
style: vue.StyleValue;
|
242
243
|
eager: boolean;
|
244
|
+
disabled: boolean;
|
243
245
|
modelValue: boolean;
|
244
|
-
|
245
|
-
location: Anchor;
|
246
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
246
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
247
247
|
updateLocation: (e?: Event | undefined) => void;
|
248
|
-
} | undefined)
|
249
|
-
scrollStrategy: "
|
248
|
+
} | undefined);
|
249
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
250
250
|
activatorProps: Record<string, any>;
|
251
251
|
openOnHover: boolean;
|
252
252
|
closeOnContentClick: boolean;
|
@@ -256,19 +256,19 @@ declare const VSnackbar: {
|
|
256
256
|
persistent: boolean;
|
257
257
|
scrim: string | boolean;
|
258
258
|
_disableGlobalStack: boolean;
|
259
|
-
class?: any;
|
260
|
-
width?: string | number | undefined;
|
261
|
-
height?: string | number | undefined;
|
262
|
-
theme?: string | undefined;
|
263
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
264
259
|
offset?: string | number | number[] | undefined;
|
265
|
-
|
266
|
-
|
260
|
+
height?: string | number | undefined;
|
261
|
+
width?: string | number | undefined;
|
267
262
|
maxHeight?: string | number | undefined;
|
268
263
|
maxWidth?: string | number | undefined;
|
269
264
|
minHeight?: string | number | undefined;
|
270
265
|
minWidth?: string | number | undefined;
|
271
|
-
|
266
|
+
opacity?: string | number | undefined;
|
267
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
268
|
+
class?: any;
|
269
|
+
theme?: string | undefined;
|
270
|
+
contentClass?: any;
|
271
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
272
272
|
closeDelay?: string | number | undefined;
|
273
273
|
openDelay?: string | number | undefined;
|
274
274
|
openOnClick?: boolean | undefined;
|
@@ -305,26 +305,26 @@ declare const VSnackbar: {
|
|
305
305
|
props: Record<string, any>;
|
306
306
|
targetRef: TemplateRef;
|
307
307
|
}) => vue.VNodeChild) | undefined;
|
308
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
309
308
|
onAfterEnter?: (() => any) | undefined;
|
310
309
|
onAfterLeave?: (() => any) | undefined;
|
310
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
311
311
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
312
312
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
313
|
-
style: vue.StyleValue;
|
314
|
-
disabled: boolean;
|
315
313
|
absolute: boolean;
|
314
|
+
location: Anchor;
|
315
|
+
origin: "auto" | Anchor | "overlap";
|
316
316
|
transition: string | boolean | (vue.TransitionProps & {
|
317
317
|
component?: vue.Component | undefined;
|
318
318
|
});
|
319
319
|
zIndex: string | number;
|
320
|
+
style: vue.StyleValue;
|
320
321
|
eager: boolean;
|
322
|
+
disabled: boolean;
|
321
323
|
modelValue: boolean;
|
322
|
-
|
323
|
-
location: Anchor;
|
324
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
324
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
325
325
|
updateLocation: (e?: Event | undefined) => void;
|
326
|
-
} | undefined)
|
327
|
-
scrollStrategy: "
|
326
|
+
} | undefined);
|
327
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
328
328
|
activatorProps: Record<string, any>;
|
329
329
|
openOnHover: boolean;
|
330
330
|
closeOnContentClick: boolean;
|
@@ -335,19 +335,19 @@ declare const VSnackbar: {
|
|
335
335
|
scrim: string | boolean;
|
336
336
|
_disableGlobalStack: boolean;
|
337
337
|
} & {
|
338
|
-
class?: any;
|
339
|
-
width?: string | number | undefined;
|
340
|
-
height?: string | number | undefined;
|
341
|
-
theme?: string | undefined;
|
342
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
343
338
|
offset?: string | number | number[] | undefined;
|
344
|
-
|
345
|
-
|
339
|
+
height?: string | number | undefined;
|
340
|
+
width?: string | number | undefined;
|
346
341
|
maxHeight?: string | number | undefined;
|
347
342
|
maxWidth?: string | number | undefined;
|
348
343
|
minHeight?: string | number | undefined;
|
349
344
|
minWidth?: string | number | undefined;
|
350
|
-
|
345
|
+
opacity?: string | number | undefined;
|
346
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
347
|
+
class?: any;
|
348
|
+
theme?: string | undefined;
|
349
|
+
contentClass?: any;
|
350
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
351
351
|
closeDelay?: string | number | undefined;
|
352
352
|
openDelay?: string | number | undefined;
|
353
353
|
openOnClick?: boolean | undefined;
|
@@ -387,11 +387,11 @@ declare const VSnackbar: {
|
|
387
387
|
targetRef: TemplateRef;
|
388
388
|
}) => vue.VNodeChild) | undefined;
|
389
389
|
} & {
|
390
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
391
390
|
onAfterEnter?: (() => any) | undefined;
|
392
391
|
onAfterLeave?: (() => any) | undefined;
|
392
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
393
393
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
394
|
-
}, "
|
394
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
395
395
|
$attrs: {
|
396
396
|
[x: string]: unknown;
|
397
397
|
};
|
@@ -417,21 +417,21 @@ declare const VSnackbar: {
|
|
417
417
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
418
418
|
$el: any;
|
419
419
|
$options: vue.ComponentOptionsBase<{
|
420
|
-
style: vue.StyleValue;
|
421
|
-
disabled: boolean;
|
422
420
|
absolute: boolean;
|
421
|
+
location: Anchor;
|
422
|
+
origin: "auto" | Anchor | "overlap";
|
423
423
|
transition: string | boolean | (vue.TransitionProps & {
|
424
424
|
component?: vue.Component | undefined;
|
425
425
|
});
|
426
426
|
zIndex: string | number;
|
427
|
+
style: vue.StyleValue;
|
427
428
|
eager: boolean;
|
429
|
+
disabled: boolean;
|
428
430
|
modelValue: boolean;
|
429
|
-
|
430
|
-
location: Anchor;
|
431
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
431
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
432
432
|
updateLocation: (e?: Event | undefined) => void;
|
433
|
-
} | undefined)
|
434
|
-
scrollStrategy: "
|
433
|
+
} | undefined);
|
434
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
435
435
|
activatorProps: Record<string, any>;
|
436
436
|
openOnHover: boolean;
|
437
437
|
closeOnContentClick: boolean;
|
@@ -442,19 +442,19 @@ declare const VSnackbar: {
|
|
442
442
|
scrim: string | boolean;
|
443
443
|
_disableGlobalStack: boolean;
|
444
444
|
} & {
|
445
|
-
class?: any;
|
446
|
-
width?: string | number | undefined;
|
447
|
-
height?: string | number | undefined;
|
448
|
-
theme?: string | undefined;
|
449
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
450
445
|
offset?: string | number | number[] | undefined;
|
451
|
-
|
452
|
-
|
446
|
+
height?: string | number | undefined;
|
447
|
+
width?: string | number | undefined;
|
453
448
|
maxHeight?: string | number | undefined;
|
454
449
|
maxWidth?: string | number | undefined;
|
455
450
|
minHeight?: string | number | undefined;
|
456
451
|
minWidth?: string | number | undefined;
|
457
|
-
|
452
|
+
opacity?: string | number | undefined;
|
453
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
454
|
+
class?: any;
|
455
|
+
theme?: string | undefined;
|
456
|
+
contentClass?: any;
|
457
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
458
458
|
closeDelay?: string | number | undefined;
|
459
459
|
openDelay?: string | number | undefined;
|
460
460
|
openOnClick?: boolean | undefined;
|
@@ -494,9 +494,9 @@ declare const VSnackbar: {
|
|
494
494
|
targetRef: TemplateRef;
|
495
495
|
}) => vue.VNodeChild) | undefined;
|
496
496
|
} & {
|
497
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
498
497
|
onAfterEnter?: (() => any) | undefined;
|
499
498
|
onAfterLeave?: (() => any) | undefined;
|
499
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
500
500
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
501
501
|
}, {
|
502
502
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -513,21 +513,21 @@ declare const VSnackbar: {
|
|
513
513
|
afterEnter: () => true;
|
514
514
|
afterLeave: () => true;
|
515
515
|
}, string, {
|
516
|
-
style: vue.StyleValue;
|
517
|
-
disabled: boolean;
|
518
516
|
absolute: boolean;
|
517
|
+
location: Anchor;
|
518
|
+
origin: "auto" | Anchor | "overlap";
|
519
519
|
transition: string | boolean | (vue.TransitionProps & {
|
520
520
|
component?: vue.Component | undefined;
|
521
521
|
});
|
522
522
|
zIndex: string | number;
|
523
|
+
style: vue.StyleValue;
|
523
524
|
eager: boolean;
|
525
|
+
disabled: boolean;
|
524
526
|
modelValue: boolean;
|
525
|
-
|
526
|
-
location: Anchor;
|
527
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
527
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
528
528
|
updateLocation: (e?: Event | undefined) => void;
|
529
|
-
} | undefined)
|
530
|
-
scrollStrategy: "
|
529
|
+
} | undefined);
|
530
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
531
531
|
activatorProps: Record<string, any>;
|
532
532
|
openOnClick: boolean;
|
533
533
|
openOnHover: boolean;
|
@@ -573,21 +573,21 @@ declare const VSnackbar: {
|
|
573
573
|
$nextTick: typeof nextTick;
|
574
574
|
$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;
|
575
575
|
} & Omit<{
|
576
|
-
style: vue.StyleValue;
|
577
|
-
disabled: boolean;
|
578
576
|
absolute: boolean;
|
577
|
+
location: Anchor;
|
578
|
+
origin: "auto" | Anchor | "overlap";
|
579
579
|
transition: string | boolean | (vue.TransitionProps & {
|
580
580
|
component?: vue.Component | undefined;
|
581
581
|
});
|
582
582
|
zIndex: string | number;
|
583
|
+
style: vue.StyleValue;
|
583
584
|
eager: boolean;
|
585
|
+
disabled: boolean;
|
584
586
|
modelValue: boolean;
|
585
|
-
|
586
|
-
location: Anchor;
|
587
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
587
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
588
588
|
updateLocation: (e?: Event | undefined) => void;
|
589
|
-
} | undefined)
|
590
|
-
scrollStrategy: "
|
589
|
+
} | undefined);
|
590
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
591
591
|
activatorProps: Record<string, any>;
|
592
592
|
openOnHover: boolean;
|
593
593
|
closeOnContentClick: boolean;
|
@@ -598,19 +598,19 @@ declare const VSnackbar: {
|
|
598
598
|
scrim: string | boolean;
|
599
599
|
_disableGlobalStack: boolean;
|
600
600
|
} & {
|
601
|
-
class?: any;
|
602
|
-
width?: string | number | undefined;
|
603
|
-
height?: string | number | undefined;
|
604
|
-
theme?: string | undefined;
|
605
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
606
601
|
offset?: string | number | number[] | undefined;
|
607
|
-
|
608
|
-
|
602
|
+
height?: string | number | undefined;
|
603
|
+
width?: string | number | undefined;
|
609
604
|
maxHeight?: string | number | undefined;
|
610
605
|
maxWidth?: string | number | undefined;
|
611
606
|
minHeight?: string | number | undefined;
|
612
607
|
minWidth?: string | number | undefined;
|
613
|
-
|
608
|
+
opacity?: string | number | undefined;
|
609
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
610
|
+
class?: any;
|
611
|
+
theme?: string | undefined;
|
612
|
+
contentClass?: any;
|
613
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
614
614
|
closeDelay?: string | number | undefined;
|
615
615
|
openDelay?: string | number | undefined;
|
616
616
|
openOnClick?: boolean | undefined;
|
@@ -650,9 +650,9 @@ declare const VSnackbar: {
|
|
650
650
|
targetRef: TemplateRef;
|
651
651
|
}) => vue.VNodeChild) | undefined;
|
652
652
|
} & {
|
653
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
654
653
|
onAfterEnter?: (() => any) | undefined;
|
655
654
|
onAfterLeave?: (() => any) | undefined;
|
655
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
656
656
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
657
657
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
658
658
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -663,58 +663,58 @@ declare const VSnackbar: {
|
|
663
663
|
globalTop: Readonly<Ref<boolean>>;
|
664
664
|
localTop: vue.ComputedRef<boolean>;
|
665
665
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
666
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
666
|
+
}> & {} & 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, {
|
667
667
|
'update:modelValue': (v: boolean) => boolean;
|
668
668
|
}, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
669
|
-
|
670
|
-
disabled: boolean;
|
669
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
671
670
|
absolute: boolean;
|
671
|
+
location: Anchor;
|
672
|
+
origin: "auto" | Anchor | "overlap";
|
672
673
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
673
674
|
component?: vue.Component | undefined;
|
674
675
|
})>;
|
675
676
|
zIndex: string | number;
|
677
|
+
style: vue.StyleValue;
|
676
678
|
eager: boolean;
|
677
|
-
|
678
|
-
|
679
|
-
origin: Anchor | "auto" | "overlap";
|
679
|
+
disabled: boolean;
|
680
|
+
timeout: string | number;
|
680
681
|
vertical: boolean;
|
682
|
+
modelValue: boolean;
|
681
683
|
tile: boolean;
|
682
|
-
|
683
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
684
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
684
685
|
updateLocation: (e?: Event | undefined) => void;
|
685
|
-
} | undefined)
|
686
|
+
} | undefined);
|
686
687
|
activatorProps: Record<string, any>;
|
687
688
|
openOnHover: boolean;
|
688
689
|
closeOnContentClick: boolean;
|
689
690
|
closeOnBack: boolean;
|
690
691
|
contained: boolean;
|
691
692
|
multiLine: boolean;
|
692
|
-
timeout: string | number;
|
693
693
|
} & {
|
694
|
-
|
695
|
-
text?: string | undefined;
|
696
|
-
width?: string | number | undefined;
|
694
|
+
offset?: string | number | number[] | undefined;
|
697
695
|
height?: string | number | undefined;
|
698
|
-
|
699
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
696
|
+
width?: string | number | undefined;
|
700
697
|
color?: string | undefined;
|
701
|
-
offset?: string | number | number[] | undefined;
|
702
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
703
|
-
rounded?: string | number | boolean | undefined;
|
704
|
-
contentClass?: any;
|
705
|
-
opacity?: string | number | undefined;
|
706
698
|
maxHeight?: string | number | undefined;
|
707
699
|
maxWidth?: string | number | undefined;
|
708
700
|
minHeight?: string | number | undefined;
|
709
701
|
minWidth?: string | number | undefined;
|
710
|
-
|
702
|
+
opacity?: string | number | undefined;
|
703
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
704
|
+
text?: string | undefined;
|
705
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
706
|
+
class?: any;
|
707
|
+
timer?: string | boolean | undefined;
|
708
|
+
theme?: string | undefined;
|
709
|
+
rounded?: string | number | boolean | undefined;
|
710
|
+
contentClass?: any;
|
711
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
711
712
|
closeDelay?: string | number | undefined;
|
712
713
|
openDelay?: string | number | undefined;
|
713
714
|
openOnClick?: boolean | undefined;
|
714
715
|
openOnFocus?: boolean | undefined;
|
715
716
|
contentProps?: any;
|
716
717
|
attach?: string | boolean | Element | undefined;
|
717
|
-
timer?: string | boolean | undefined;
|
718
718
|
} & {
|
719
719
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
720
720
|
activator?: ((arg: {
|
@@ -751,24 +751,25 @@ declare const VSnackbar: {
|
|
751
751
|
} & {
|
752
752
|
"onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
|
753
753
|
}, {
|
754
|
-
|
755
|
-
disabled: boolean;
|
754
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
756
755
|
absolute: boolean;
|
756
|
+
location: Anchor;
|
757
|
+
origin: "auto" | Anchor | "overlap";
|
757
758
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
758
759
|
component?: vue.Component | undefined;
|
759
760
|
})>;
|
760
761
|
zIndex: string | number;
|
762
|
+
style: vue.StyleValue;
|
761
763
|
eager: boolean;
|
764
|
+
disabled: boolean;
|
765
|
+
timeout: string | number;
|
766
|
+
vertical: boolean;
|
762
767
|
modelValue: boolean;
|
763
768
|
rounded: string | number | boolean;
|
764
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
765
|
-
origin: Anchor | "auto" | "overlap";
|
766
|
-
vertical: boolean;
|
767
769
|
tile: boolean;
|
768
|
-
|
769
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
770
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
770
771
|
updateLocation: (e?: Event | undefined) => void;
|
771
|
-
} | undefined)
|
772
|
+
} | undefined);
|
772
773
|
activatorProps: Record<string, any>;
|
773
774
|
openOnClick: boolean;
|
774
775
|
openOnHover: boolean;
|
@@ -777,7 +778,6 @@ declare const VSnackbar: {
|
|
777
778
|
closeOnBack: boolean;
|
778
779
|
contained: boolean;
|
779
780
|
multiLine: boolean;
|
780
|
-
timeout: string | number;
|
781
781
|
}, true, {}, vue.SlotsType<Partial<{
|
782
782
|
activator: (arg: {
|
783
783
|
isActive: boolean;
|
@@ -804,55 +804,55 @@ declare const VSnackbar: {
|
|
804
804
|
M: {};
|
805
805
|
Defaults: {};
|
806
806
|
}, {
|
807
|
-
|
808
|
-
disabled: boolean;
|
807
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
809
808
|
absolute: boolean;
|
809
|
+
location: Anchor;
|
810
|
+
origin: "auto" | Anchor | "overlap";
|
810
811
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
811
812
|
component?: vue.Component | undefined;
|
812
813
|
})>;
|
813
814
|
zIndex: string | number;
|
815
|
+
style: vue.StyleValue;
|
814
816
|
eager: boolean;
|
815
|
-
|
816
|
-
|
817
|
-
origin: Anchor | "auto" | "overlap";
|
817
|
+
disabled: boolean;
|
818
|
+
timeout: string | number;
|
818
819
|
vertical: boolean;
|
820
|
+
modelValue: boolean;
|
819
821
|
tile: boolean;
|
820
|
-
|
821
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
822
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
822
823
|
updateLocation: (e?: Event | undefined) => void;
|
823
|
-
} | undefined)
|
824
|
+
} | undefined);
|
824
825
|
activatorProps: Record<string, any>;
|
825
826
|
openOnHover: boolean;
|
826
827
|
closeOnContentClick: boolean;
|
827
828
|
closeOnBack: boolean;
|
828
829
|
contained: boolean;
|
829
830
|
multiLine: boolean;
|
830
|
-
timeout: string | number;
|
831
831
|
} & {
|
832
|
-
|
833
|
-
text?: string | undefined;
|
834
|
-
width?: string | number | undefined;
|
832
|
+
offset?: string | number | number[] | undefined;
|
835
833
|
height?: string | number | undefined;
|
836
|
-
|
837
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
834
|
+
width?: string | number | undefined;
|
838
835
|
color?: string | undefined;
|
839
|
-
offset?: string | number | number[] | undefined;
|
840
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
841
|
-
rounded?: string | number | boolean | undefined;
|
842
|
-
contentClass?: any;
|
843
|
-
opacity?: string | number | undefined;
|
844
836
|
maxHeight?: string | number | undefined;
|
845
837
|
maxWidth?: string | number | undefined;
|
846
838
|
minHeight?: string | number | undefined;
|
847
839
|
minWidth?: string | number | undefined;
|
848
|
-
|
840
|
+
opacity?: string | number | undefined;
|
841
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
842
|
+
text?: string | undefined;
|
843
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
844
|
+
class?: any;
|
845
|
+
timer?: string | boolean | undefined;
|
846
|
+
theme?: string | undefined;
|
847
|
+
rounded?: string | number | boolean | undefined;
|
848
|
+
contentClass?: any;
|
849
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
849
850
|
closeDelay?: string | number | undefined;
|
850
851
|
openDelay?: string | number | undefined;
|
851
852
|
openOnClick?: boolean | undefined;
|
852
853
|
openOnFocus?: boolean | undefined;
|
853
854
|
contentProps?: any;
|
854
855
|
attach?: string | boolean | Element | undefined;
|
855
|
-
timer?: string | boolean | undefined;
|
856
856
|
} & {
|
857
857
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
858
858
|
activator?: ((arg: {
|
@@ -892,21 +892,21 @@ declare const VSnackbar: {
|
|
892
892
|
$: vue.ComponentInternalInstance;
|
893
893
|
$data: {};
|
894
894
|
$props: Partial<{
|
895
|
-
style: vue.StyleValue;
|
896
|
-
disabled: boolean;
|
897
895
|
absolute: boolean;
|
896
|
+
location: Anchor;
|
897
|
+
origin: "auto" | Anchor | "overlap";
|
898
898
|
transition: string | boolean | (vue.TransitionProps & {
|
899
899
|
component?: vue.Component | undefined;
|
900
900
|
});
|
901
901
|
zIndex: string | number;
|
902
|
+
style: vue.StyleValue;
|
902
903
|
eager: boolean;
|
904
|
+
disabled: boolean;
|
903
905
|
modelValue: boolean;
|
904
|
-
|
905
|
-
location: Anchor;
|
906
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
906
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
907
907
|
updateLocation: (e?: Event | undefined) => void;
|
908
|
-
} | undefined)
|
909
|
-
scrollStrategy: "
|
908
|
+
} | undefined);
|
909
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
910
910
|
activatorProps: Record<string, any>;
|
911
911
|
openOnClick: boolean;
|
912
912
|
openOnHover: boolean;
|
@@ -919,21 +919,21 @@ declare const VSnackbar: {
|
|
919
919
|
scrim: string | boolean;
|
920
920
|
_disableGlobalStack: boolean;
|
921
921
|
}> & Omit<{
|
922
|
-
style: vue.StyleValue;
|
923
|
-
disabled: boolean;
|
924
922
|
absolute: boolean;
|
923
|
+
location: Anchor;
|
924
|
+
origin: "auto" | Anchor | "overlap";
|
925
925
|
transition: string | boolean | (vue.TransitionProps & {
|
926
926
|
component?: vue.Component | undefined;
|
927
927
|
});
|
928
928
|
zIndex: string | number;
|
929
|
+
style: vue.StyleValue;
|
929
930
|
eager: boolean;
|
931
|
+
disabled: boolean;
|
930
932
|
modelValue: boolean;
|
931
|
-
|
932
|
-
location: Anchor;
|
933
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
933
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
934
934
|
updateLocation: (e?: Event | undefined) => void;
|
935
|
-
} | undefined)
|
936
|
-
scrollStrategy: "
|
935
|
+
} | undefined);
|
936
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
937
937
|
activatorProps: Record<string, any>;
|
938
938
|
openOnHover: boolean;
|
939
939
|
closeOnContentClick: boolean;
|
@@ -943,19 +943,19 @@ declare const VSnackbar: {
|
|
943
943
|
persistent: boolean;
|
944
944
|
scrim: string | boolean;
|
945
945
|
_disableGlobalStack: boolean;
|
946
|
-
class?: any;
|
947
|
-
width?: string | number | undefined;
|
948
|
-
height?: string | number | undefined;
|
949
|
-
theme?: string | undefined;
|
950
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
951
946
|
offset?: string | number | number[] | undefined;
|
952
|
-
|
953
|
-
|
947
|
+
height?: string | number | undefined;
|
948
|
+
width?: string | number | undefined;
|
954
949
|
maxHeight?: string | number | undefined;
|
955
950
|
maxWidth?: string | number | undefined;
|
956
951
|
minHeight?: string | number | undefined;
|
957
952
|
minWidth?: string | number | undefined;
|
958
|
-
|
953
|
+
opacity?: string | number | undefined;
|
954
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
955
|
+
class?: any;
|
956
|
+
theme?: string | undefined;
|
957
|
+
contentClass?: any;
|
958
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
959
959
|
closeDelay?: string | number | undefined;
|
960
960
|
openDelay?: string | number | undefined;
|
961
961
|
openOnClick?: boolean | undefined;
|
@@ -992,26 +992,26 @@ declare const VSnackbar: {
|
|
992
992
|
props: Record<string, any>;
|
993
993
|
targetRef: TemplateRef;
|
994
994
|
}) => vue.VNodeChild) | undefined;
|
995
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
996
995
|
onAfterEnter?: (() => any) | undefined;
|
997
996
|
onAfterLeave?: (() => any) | undefined;
|
997
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
998
998
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
999
999
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1000
|
-
style: vue.StyleValue;
|
1001
|
-
disabled: boolean;
|
1002
1000
|
absolute: boolean;
|
1001
|
+
location: Anchor;
|
1002
|
+
origin: "auto" | Anchor | "overlap";
|
1003
1003
|
transition: string | boolean | (vue.TransitionProps & {
|
1004
1004
|
component?: vue.Component | undefined;
|
1005
1005
|
});
|
1006
1006
|
zIndex: string | number;
|
1007
|
+
style: vue.StyleValue;
|
1007
1008
|
eager: boolean;
|
1009
|
+
disabled: boolean;
|
1008
1010
|
modelValue: boolean;
|
1009
|
-
|
1010
|
-
location: Anchor;
|
1011
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1011
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1012
1012
|
updateLocation: (e?: Event | undefined) => void;
|
1013
|
-
} | undefined)
|
1014
|
-
scrollStrategy: "
|
1013
|
+
} | undefined);
|
1014
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1015
1015
|
activatorProps: Record<string, any>;
|
1016
1016
|
openOnHover: boolean;
|
1017
1017
|
closeOnContentClick: boolean;
|
@@ -1022,19 +1022,19 @@ declare const VSnackbar: {
|
|
1022
1022
|
scrim: string | boolean;
|
1023
1023
|
_disableGlobalStack: boolean;
|
1024
1024
|
} & {
|
1025
|
-
class?: any;
|
1026
|
-
width?: string | number | undefined;
|
1027
|
-
height?: string | number | undefined;
|
1028
|
-
theme?: string | undefined;
|
1029
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1030
1025
|
offset?: string | number | number[] | undefined;
|
1031
|
-
|
1032
|
-
|
1026
|
+
height?: string | number | undefined;
|
1027
|
+
width?: string | number | undefined;
|
1033
1028
|
maxHeight?: string | number | undefined;
|
1034
1029
|
maxWidth?: string | number | undefined;
|
1035
1030
|
minHeight?: string | number | undefined;
|
1036
1031
|
minWidth?: string | number | undefined;
|
1037
|
-
|
1032
|
+
opacity?: string | number | undefined;
|
1033
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1034
|
+
class?: any;
|
1035
|
+
theme?: string | undefined;
|
1036
|
+
contentClass?: any;
|
1037
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1038
1038
|
closeDelay?: string | number | undefined;
|
1039
1039
|
openDelay?: string | number | undefined;
|
1040
1040
|
openOnClick?: boolean | undefined;
|
@@ -1074,11 +1074,11 @@ declare const VSnackbar: {
|
|
1074
1074
|
targetRef: TemplateRef;
|
1075
1075
|
}) => vue.VNodeChild) | undefined;
|
1076
1076
|
} & {
|
1077
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1078
1077
|
onAfterEnter?: (() => any) | undefined;
|
1079
1078
|
onAfterLeave?: (() => any) | undefined;
|
1079
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1080
1080
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1081
|
-
}, "
|
1081
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1082
1082
|
$attrs: {
|
1083
1083
|
[x: string]: unknown;
|
1084
1084
|
};
|
@@ -1104,21 +1104,21 @@ declare const VSnackbar: {
|
|
1104
1104
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1105
1105
|
$el: any;
|
1106
1106
|
$options: vue.ComponentOptionsBase<{
|
1107
|
-
style: vue.StyleValue;
|
1108
|
-
disabled: boolean;
|
1109
1107
|
absolute: boolean;
|
1108
|
+
location: Anchor;
|
1109
|
+
origin: "auto" | Anchor | "overlap";
|
1110
1110
|
transition: string | boolean | (vue.TransitionProps & {
|
1111
1111
|
component?: vue.Component | undefined;
|
1112
1112
|
});
|
1113
1113
|
zIndex: string | number;
|
1114
|
+
style: vue.StyleValue;
|
1114
1115
|
eager: boolean;
|
1116
|
+
disabled: boolean;
|
1115
1117
|
modelValue: boolean;
|
1116
|
-
|
1117
|
-
location: Anchor;
|
1118
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1118
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1119
1119
|
updateLocation: (e?: Event | undefined) => void;
|
1120
|
-
} | undefined)
|
1121
|
-
scrollStrategy: "
|
1120
|
+
} | undefined);
|
1121
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1122
1122
|
activatorProps: Record<string, any>;
|
1123
1123
|
openOnHover: boolean;
|
1124
1124
|
closeOnContentClick: boolean;
|
@@ -1129,21 +1129,21 @@ declare const VSnackbar: {
|
|
1129
1129
|
scrim: string | boolean;
|
1130
1130
|
_disableGlobalStack: boolean;
|
1131
1131
|
} & {
|
1132
|
-
class?: any;
|
1133
|
-
width?: string | number | undefined;
|
1134
|
-
height?: string | number | undefined;
|
1135
|
-
theme?: string | undefined;
|
1136
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1137
1132
|
offset?: string | number | number[] | undefined;
|
1138
|
-
|
1139
|
-
|
1133
|
+
height?: string | number | undefined;
|
1134
|
+
width?: string | number | undefined;
|
1140
1135
|
maxHeight?: string | number | undefined;
|
1141
1136
|
maxWidth?: string | number | undefined;
|
1142
1137
|
minHeight?: string | number | undefined;
|
1143
1138
|
minWidth?: string | number | undefined;
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1139
|
+
opacity?: string | number | undefined;
|
1140
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1141
|
+
class?: any;
|
1142
|
+
theme?: string | undefined;
|
1143
|
+
contentClass?: any;
|
1144
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1145
|
+
closeDelay?: string | number | undefined;
|
1146
|
+
openDelay?: string | number | undefined;
|
1147
1147
|
openOnClick?: boolean | undefined;
|
1148
1148
|
openOnFocus?: boolean | undefined;
|
1149
1149
|
contentProps?: any;
|
@@ -1181,9 +1181,9 @@ declare const VSnackbar: {
|
|
1181
1181
|
targetRef: TemplateRef;
|
1182
1182
|
}) => vue.VNodeChild) | undefined;
|
1183
1183
|
} & {
|
1184
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1185
1184
|
onAfterEnter?: (() => any) | undefined;
|
1186
1185
|
onAfterLeave?: (() => any) | undefined;
|
1186
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1187
1187
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1188
1188
|
}, {
|
1189
1189
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1200,21 +1200,21 @@ declare const VSnackbar: {
|
|
1200
1200
|
afterEnter: () => true;
|
1201
1201
|
afterLeave: () => true;
|
1202
1202
|
}, string, {
|
1203
|
-
style: vue.StyleValue;
|
1204
|
-
disabled: boolean;
|
1205
1203
|
absolute: boolean;
|
1204
|
+
location: Anchor;
|
1205
|
+
origin: "auto" | Anchor | "overlap";
|
1206
1206
|
transition: string | boolean | (vue.TransitionProps & {
|
1207
1207
|
component?: vue.Component | undefined;
|
1208
1208
|
});
|
1209
1209
|
zIndex: string | number;
|
1210
|
+
style: vue.StyleValue;
|
1210
1211
|
eager: boolean;
|
1212
|
+
disabled: boolean;
|
1211
1213
|
modelValue: boolean;
|
1212
|
-
|
1213
|
-
location: Anchor;
|
1214
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1214
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1215
1215
|
updateLocation: (e?: Event | undefined) => void;
|
1216
|
-
} | undefined)
|
1217
|
-
scrollStrategy: "
|
1216
|
+
} | undefined);
|
1217
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1218
1218
|
activatorProps: Record<string, any>;
|
1219
1219
|
openOnClick: boolean;
|
1220
1220
|
openOnHover: boolean;
|
@@ -1260,21 +1260,21 @@ declare const VSnackbar: {
|
|
1260
1260
|
$nextTick: typeof nextTick;
|
1261
1261
|
$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;
|
1262
1262
|
} & Omit<{
|
1263
|
-
style: vue.StyleValue;
|
1264
|
-
disabled: boolean;
|
1265
1263
|
absolute: boolean;
|
1264
|
+
location: Anchor;
|
1265
|
+
origin: "auto" | Anchor | "overlap";
|
1266
1266
|
transition: string | boolean | (vue.TransitionProps & {
|
1267
1267
|
component?: vue.Component | undefined;
|
1268
1268
|
});
|
1269
1269
|
zIndex: string | number;
|
1270
|
+
style: vue.StyleValue;
|
1270
1271
|
eager: boolean;
|
1272
|
+
disabled: boolean;
|
1271
1273
|
modelValue: boolean;
|
1272
|
-
|
1273
|
-
location: Anchor;
|
1274
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1274
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1275
1275
|
updateLocation: (e?: Event | undefined) => void;
|
1276
|
-
} | undefined)
|
1277
|
-
scrollStrategy: "
|
1276
|
+
} | undefined);
|
1277
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1278
1278
|
activatorProps: Record<string, any>;
|
1279
1279
|
openOnHover: boolean;
|
1280
1280
|
closeOnContentClick: boolean;
|
@@ -1285,19 +1285,19 @@ declare const VSnackbar: {
|
|
1285
1285
|
scrim: string | boolean;
|
1286
1286
|
_disableGlobalStack: boolean;
|
1287
1287
|
} & {
|
1288
|
-
class?: any;
|
1289
|
-
width?: string | number | undefined;
|
1290
|
-
height?: string | number | undefined;
|
1291
|
-
theme?: string | undefined;
|
1292
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1293
1288
|
offset?: string | number | number[] | undefined;
|
1294
|
-
|
1295
|
-
|
1289
|
+
height?: string | number | undefined;
|
1290
|
+
width?: string | number | undefined;
|
1296
1291
|
maxHeight?: string | number | undefined;
|
1297
1292
|
maxWidth?: string | number | undefined;
|
1298
1293
|
minHeight?: string | number | undefined;
|
1299
1294
|
minWidth?: string | number | undefined;
|
1300
|
-
|
1295
|
+
opacity?: string | number | undefined;
|
1296
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1297
|
+
class?: any;
|
1298
|
+
theme?: string | undefined;
|
1299
|
+
contentClass?: any;
|
1300
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1301
1301
|
closeDelay?: string | number | undefined;
|
1302
1302
|
openDelay?: string | number | undefined;
|
1303
1303
|
openOnClick?: boolean | undefined;
|
@@ -1337,9 +1337,9 @@ declare const VSnackbar: {
|
|
1337
1337
|
targetRef: TemplateRef;
|
1338
1338
|
}) => vue.VNodeChild) | undefined;
|
1339
1339
|
} & {
|
1340
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1341
1340
|
onAfterEnter?: (() => any) | undefined;
|
1342
1341
|
onAfterLeave?: (() => any) | undefined;
|
1342
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1343
1343
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1344
1344
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1345
1345
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1350,25 +1350,26 @@ declare const VSnackbar: {
|
|
1350
1350
|
globalTop: Readonly<Ref<boolean>>;
|
1351
1351
|
localTop: vue.ComputedRef<boolean>;
|
1352
1352
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1353
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1354
|
-
|
1355
|
-
disabled: boolean;
|
1353
|
+
}> & {} & 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}`>, {}, {}, {}, {
|
1354
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1356
1355
|
absolute: boolean;
|
1356
|
+
location: Anchor;
|
1357
|
+
origin: "auto" | Anchor | "overlap";
|
1357
1358
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1358
1359
|
component?: vue.Component | undefined;
|
1359
1360
|
})>;
|
1360
1361
|
zIndex: string | number;
|
1362
|
+
style: vue.StyleValue;
|
1361
1363
|
eager: boolean;
|
1364
|
+
disabled: boolean;
|
1365
|
+
timeout: string | number;
|
1366
|
+
vertical: boolean;
|
1362
1367
|
modelValue: boolean;
|
1363
1368
|
rounded: string | number | boolean;
|
1364
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1365
|
-
origin: Anchor | "auto" | "overlap";
|
1366
|
-
vertical: boolean;
|
1367
1369
|
tile: boolean;
|
1368
|
-
|
1369
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1370
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1370
1371
|
updateLocation: (e?: Event | undefined) => void;
|
1371
|
-
} | undefined)
|
1372
|
+
} | undefined);
|
1372
1373
|
activatorProps: Record<string, any>;
|
1373
1374
|
openOnClick: boolean;
|
1374
1375
|
openOnHover: boolean;
|
@@ -1377,61 +1378,60 @@ declare const VSnackbar: {
|
|
1377
1378
|
closeOnBack: boolean;
|
1378
1379
|
contained: boolean;
|
1379
1380
|
multiLine: boolean;
|
1380
|
-
timeout: string | number;
|
1381
1381
|
}>;
|
1382
1382
|
__isFragment?: undefined;
|
1383
1383
|
__isTeleport?: undefined;
|
1384
1384
|
__isSuspense?: undefined;
|
1385
1385
|
} & vue.ComponentOptionsBase<{
|
1386
|
-
|
1387
|
-
disabled: boolean;
|
1386
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1388
1387
|
absolute: boolean;
|
1388
|
+
location: Anchor;
|
1389
|
+
origin: "auto" | Anchor | "overlap";
|
1389
1390
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1390
1391
|
component?: vue.Component | undefined;
|
1391
1392
|
})>;
|
1392
1393
|
zIndex: string | number;
|
1394
|
+
style: vue.StyleValue;
|
1393
1395
|
eager: boolean;
|
1394
|
-
|
1395
|
-
|
1396
|
-
origin: Anchor | "auto" | "overlap";
|
1396
|
+
disabled: boolean;
|
1397
|
+
timeout: string | number;
|
1397
1398
|
vertical: boolean;
|
1399
|
+
modelValue: boolean;
|
1398
1400
|
tile: boolean;
|
1399
|
-
|
1400
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1401
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1401
1402
|
updateLocation: (e?: Event | undefined) => void;
|
1402
|
-
} | undefined)
|
1403
|
+
} | undefined);
|
1403
1404
|
activatorProps: Record<string, any>;
|
1404
1405
|
openOnHover: boolean;
|
1405
1406
|
closeOnContentClick: boolean;
|
1406
1407
|
closeOnBack: boolean;
|
1407
1408
|
contained: boolean;
|
1408
1409
|
multiLine: boolean;
|
1409
|
-
timeout: string | number;
|
1410
1410
|
} & {
|
1411
|
-
|
1412
|
-
text?: string | undefined;
|
1413
|
-
width?: string | number | undefined;
|
1411
|
+
offset?: string | number | number[] | undefined;
|
1414
1412
|
height?: string | number | undefined;
|
1415
|
-
|
1416
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1413
|
+
width?: string | number | undefined;
|
1417
1414
|
color?: string | undefined;
|
1418
|
-
offset?: string | number | number[] | undefined;
|
1419
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
1420
|
-
rounded?: string | number | boolean | undefined;
|
1421
|
-
contentClass?: any;
|
1422
|
-
opacity?: string | number | undefined;
|
1423
1415
|
maxHeight?: string | number | undefined;
|
1424
1416
|
maxWidth?: string | number | undefined;
|
1425
1417
|
minHeight?: string | number | undefined;
|
1426
1418
|
minWidth?: string | number | undefined;
|
1427
|
-
|
1419
|
+
opacity?: string | number | undefined;
|
1420
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
1421
|
+
text?: string | undefined;
|
1422
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1423
|
+
class?: any;
|
1424
|
+
timer?: string | boolean | undefined;
|
1425
|
+
theme?: string | undefined;
|
1426
|
+
rounded?: string | number | boolean | undefined;
|
1427
|
+
contentClass?: any;
|
1428
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1428
1429
|
closeDelay?: string | number | undefined;
|
1429
1430
|
openDelay?: string | number | undefined;
|
1430
1431
|
openOnClick?: boolean | undefined;
|
1431
1432
|
openOnFocus?: boolean | undefined;
|
1432
1433
|
contentProps?: any;
|
1433
1434
|
attach?: string | boolean | Element | undefined;
|
1434
|
-
timer?: string | boolean | undefined;
|
1435
1435
|
} & {
|
1436
1436
|
$children?: vue.VNodeChild | (() => vue.VNodeChild) | {
|
1437
1437
|
activator?: ((arg: {
|
@@ -1471,21 +1471,21 @@ declare const VSnackbar: {
|
|
1471
1471
|
$: vue.ComponentInternalInstance;
|
1472
1472
|
$data: {};
|
1473
1473
|
$props: Partial<{
|
1474
|
-
style: vue.StyleValue;
|
1475
|
-
disabled: boolean;
|
1476
1474
|
absolute: boolean;
|
1475
|
+
location: Anchor;
|
1476
|
+
origin: "auto" | Anchor | "overlap";
|
1477
1477
|
transition: string | boolean | (vue.TransitionProps & {
|
1478
1478
|
component?: vue.Component | undefined;
|
1479
1479
|
});
|
1480
1480
|
zIndex: string | number;
|
1481
|
+
style: vue.StyleValue;
|
1481
1482
|
eager: boolean;
|
1483
|
+
disabled: boolean;
|
1482
1484
|
modelValue: boolean;
|
1483
|
-
|
1484
|
-
location: Anchor;
|
1485
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1485
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1486
1486
|
updateLocation: (e?: Event | undefined) => void;
|
1487
|
-
} | undefined)
|
1488
|
-
scrollStrategy: "
|
1487
|
+
} | undefined);
|
1488
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1489
1489
|
activatorProps: Record<string, any>;
|
1490
1490
|
openOnClick: boolean;
|
1491
1491
|
openOnHover: boolean;
|
@@ -1498,21 +1498,21 @@ declare const VSnackbar: {
|
|
1498
1498
|
scrim: string | boolean;
|
1499
1499
|
_disableGlobalStack: boolean;
|
1500
1500
|
}> & Omit<{
|
1501
|
-
style: vue.StyleValue;
|
1502
|
-
disabled: boolean;
|
1503
1501
|
absolute: boolean;
|
1502
|
+
location: Anchor;
|
1503
|
+
origin: "auto" | Anchor | "overlap";
|
1504
1504
|
transition: string | boolean | (vue.TransitionProps & {
|
1505
1505
|
component?: vue.Component | undefined;
|
1506
1506
|
});
|
1507
1507
|
zIndex: string | number;
|
1508
|
+
style: vue.StyleValue;
|
1508
1509
|
eager: boolean;
|
1510
|
+
disabled: boolean;
|
1509
1511
|
modelValue: boolean;
|
1510
|
-
|
1511
|
-
location: Anchor;
|
1512
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1512
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1513
1513
|
updateLocation: (e?: Event | undefined) => void;
|
1514
|
-
} | undefined)
|
1515
|
-
scrollStrategy: "
|
1514
|
+
} | undefined);
|
1515
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1516
1516
|
activatorProps: Record<string, any>;
|
1517
1517
|
openOnHover: boolean;
|
1518
1518
|
closeOnContentClick: boolean;
|
@@ -1522,19 +1522,19 @@ declare const VSnackbar: {
|
|
1522
1522
|
persistent: boolean;
|
1523
1523
|
scrim: string | boolean;
|
1524
1524
|
_disableGlobalStack: boolean;
|
1525
|
-
class?: any;
|
1526
|
-
width?: string | number | undefined;
|
1527
|
-
height?: string | number | undefined;
|
1528
|
-
theme?: string | undefined;
|
1529
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1530
1525
|
offset?: string | number | number[] | undefined;
|
1531
|
-
|
1532
|
-
|
1526
|
+
height?: string | number | undefined;
|
1527
|
+
width?: string | number | undefined;
|
1533
1528
|
maxHeight?: string | number | undefined;
|
1534
1529
|
maxWidth?: string | number | undefined;
|
1535
1530
|
minHeight?: string | number | undefined;
|
1536
1531
|
minWidth?: string | number | undefined;
|
1537
|
-
|
1532
|
+
opacity?: string | number | undefined;
|
1533
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1534
|
+
class?: any;
|
1535
|
+
theme?: string | undefined;
|
1536
|
+
contentClass?: any;
|
1537
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1538
1538
|
closeDelay?: string | number | undefined;
|
1539
1539
|
openDelay?: string | number | undefined;
|
1540
1540
|
openOnClick?: boolean | undefined;
|
@@ -1571,26 +1571,26 @@ declare const VSnackbar: {
|
|
1571
1571
|
props: Record<string, any>;
|
1572
1572
|
targetRef: TemplateRef;
|
1573
1573
|
}) => vue.VNodeChild) | undefined;
|
1574
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1575
1574
|
onAfterEnter?: (() => any) | undefined;
|
1576
1575
|
onAfterLeave?: (() => any) | undefined;
|
1576
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1577
1577
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1578
1578
|
} & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
1579
|
-
style: vue.StyleValue;
|
1580
|
-
disabled: boolean;
|
1581
1579
|
absolute: boolean;
|
1580
|
+
location: Anchor;
|
1581
|
+
origin: "auto" | Anchor | "overlap";
|
1582
1582
|
transition: string | boolean | (vue.TransitionProps & {
|
1583
1583
|
component?: vue.Component | undefined;
|
1584
1584
|
});
|
1585
1585
|
zIndex: string | number;
|
1586
|
+
style: vue.StyleValue;
|
1586
1587
|
eager: boolean;
|
1588
|
+
disabled: boolean;
|
1587
1589
|
modelValue: boolean;
|
1588
|
-
|
1589
|
-
location: Anchor;
|
1590
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1590
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1591
1591
|
updateLocation: (e?: Event | undefined) => void;
|
1592
|
-
} | undefined)
|
1593
|
-
scrollStrategy: "
|
1592
|
+
} | undefined);
|
1593
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1594
1594
|
activatorProps: Record<string, any>;
|
1595
1595
|
openOnHover: boolean;
|
1596
1596
|
closeOnContentClick: boolean;
|
@@ -1601,19 +1601,19 @@ declare const VSnackbar: {
|
|
1601
1601
|
scrim: string | boolean;
|
1602
1602
|
_disableGlobalStack: boolean;
|
1603
1603
|
} & {
|
1604
|
-
class?: any;
|
1605
|
-
width?: string | number | undefined;
|
1606
|
-
height?: string | number | undefined;
|
1607
|
-
theme?: string | undefined;
|
1608
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1609
1604
|
offset?: string | number | number[] | undefined;
|
1610
|
-
|
1611
|
-
|
1605
|
+
height?: string | number | undefined;
|
1606
|
+
width?: string | number | undefined;
|
1612
1607
|
maxHeight?: string | number | undefined;
|
1613
1608
|
maxWidth?: string | number | undefined;
|
1614
1609
|
minHeight?: string | number | undefined;
|
1615
1610
|
minWidth?: string | number | undefined;
|
1616
|
-
|
1611
|
+
opacity?: string | number | undefined;
|
1612
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1613
|
+
class?: any;
|
1614
|
+
theme?: string | undefined;
|
1615
|
+
contentClass?: any;
|
1616
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1617
1617
|
closeDelay?: string | number | undefined;
|
1618
1618
|
openDelay?: string | number | undefined;
|
1619
1619
|
openOnClick?: boolean | undefined;
|
@@ -1653,11 +1653,11 @@ declare const VSnackbar: {
|
|
1653
1653
|
targetRef: TemplateRef;
|
1654
1654
|
}) => vue.VNodeChild) | undefined;
|
1655
1655
|
} & {
|
1656
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1657
1656
|
onAfterEnter?: (() => any) | undefined;
|
1658
1657
|
onAfterLeave?: (() => any) | undefined;
|
1658
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1659
1659
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1660
|
-
}, "
|
1660
|
+
}, "absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "persistent" | "scrim" | "_disableGlobalStack">;
|
1661
1661
|
$attrs: {
|
1662
1662
|
[x: string]: unknown;
|
1663
1663
|
};
|
@@ -1683,21 +1683,21 @@ declare const VSnackbar: {
|
|
1683
1683
|
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "afterEnter") => void) & ((event: "afterLeave") => void);
|
1684
1684
|
$el: any;
|
1685
1685
|
$options: vue.ComponentOptionsBase<{
|
1686
|
-
style: vue.StyleValue;
|
1687
|
-
disabled: boolean;
|
1688
1686
|
absolute: boolean;
|
1687
|
+
location: Anchor;
|
1688
|
+
origin: "auto" | Anchor | "overlap";
|
1689
1689
|
transition: string | boolean | (vue.TransitionProps & {
|
1690
1690
|
component?: vue.Component | undefined;
|
1691
1691
|
});
|
1692
1692
|
zIndex: string | number;
|
1693
|
+
style: vue.StyleValue;
|
1693
1694
|
eager: boolean;
|
1695
|
+
disabled: boolean;
|
1694
1696
|
modelValue: boolean;
|
1695
|
-
|
1696
|
-
location: Anchor;
|
1697
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1697
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1698
1698
|
updateLocation: (e?: Event | undefined) => void;
|
1699
|
-
} | undefined)
|
1700
|
-
scrollStrategy: "
|
1699
|
+
} | undefined);
|
1700
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1701
1701
|
activatorProps: Record<string, any>;
|
1702
1702
|
openOnHover: boolean;
|
1703
1703
|
closeOnContentClick: boolean;
|
@@ -1708,19 +1708,19 @@ declare const VSnackbar: {
|
|
1708
1708
|
scrim: string | boolean;
|
1709
1709
|
_disableGlobalStack: boolean;
|
1710
1710
|
} & {
|
1711
|
-
class?: any;
|
1712
|
-
width?: string | number | undefined;
|
1713
|
-
height?: string | number | undefined;
|
1714
|
-
theme?: string | undefined;
|
1715
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1716
1711
|
offset?: string | number | number[] | undefined;
|
1717
|
-
|
1718
|
-
|
1712
|
+
height?: string | number | undefined;
|
1713
|
+
width?: string | number | undefined;
|
1719
1714
|
maxHeight?: string | number | undefined;
|
1720
1715
|
maxWidth?: string | number | undefined;
|
1721
1716
|
minHeight?: string | number | undefined;
|
1722
1717
|
minWidth?: string | number | undefined;
|
1723
|
-
|
1718
|
+
opacity?: string | number | undefined;
|
1719
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1720
|
+
class?: any;
|
1721
|
+
theme?: string | undefined;
|
1722
|
+
contentClass?: any;
|
1723
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1724
1724
|
closeDelay?: string | number | undefined;
|
1725
1725
|
openDelay?: string | number | undefined;
|
1726
1726
|
openOnClick?: boolean | undefined;
|
@@ -1760,9 +1760,9 @@ declare const VSnackbar: {
|
|
1760
1760
|
targetRef: TemplateRef;
|
1761
1761
|
}) => vue.VNodeChild) | undefined;
|
1762
1762
|
} & {
|
1763
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1764
1763
|
onAfterEnter?: (() => any) | undefined;
|
1765
1764
|
onAfterLeave?: (() => any) | undefined;
|
1765
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1766
1766
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1767
1767
|
}, {
|
1768
1768
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1779,21 +1779,21 @@ declare const VSnackbar: {
|
|
1779
1779
|
afterEnter: () => true;
|
1780
1780
|
afterLeave: () => true;
|
1781
1781
|
}, string, {
|
1782
|
-
style: vue.StyleValue;
|
1783
|
-
disabled: boolean;
|
1784
1782
|
absolute: boolean;
|
1783
|
+
location: Anchor;
|
1784
|
+
origin: "auto" | Anchor | "overlap";
|
1785
1785
|
transition: string | boolean | (vue.TransitionProps & {
|
1786
1786
|
component?: vue.Component | undefined;
|
1787
1787
|
});
|
1788
1788
|
zIndex: string | number;
|
1789
|
+
style: vue.StyleValue;
|
1789
1790
|
eager: boolean;
|
1791
|
+
disabled: boolean;
|
1790
1792
|
modelValue: boolean;
|
1791
|
-
|
1792
|
-
location: Anchor;
|
1793
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1793
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1794
1794
|
updateLocation: (e?: Event | undefined) => void;
|
1795
|
-
} | undefined)
|
1796
|
-
scrollStrategy: "
|
1795
|
+
} | undefined);
|
1796
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1797
1797
|
activatorProps: Record<string, any>;
|
1798
1798
|
openOnClick: boolean;
|
1799
1799
|
openOnHover: boolean;
|
@@ -1839,21 +1839,21 @@ declare const VSnackbar: {
|
|
1839
1839
|
$nextTick: typeof nextTick;
|
1840
1840
|
$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;
|
1841
1841
|
} & Omit<{
|
1842
|
-
style: vue.StyleValue;
|
1843
|
-
disabled: boolean;
|
1844
1842
|
absolute: boolean;
|
1843
|
+
location: Anchor;
|
1844
|
+
origin: "auto" | Anchor | "overlap";
|
1845
1845
|
transition: string | boolean | (vue.TransitionProps & {
|
1846
1846
|
component?: vue.Component | undefined;
|
1847
1847
|
});
|
1848
1848
|
zIndex: string | number;
|
1849
|
+
style: vue.StyleValue;
|
1849
1850
|
eager: boolean;
|
1851
|
+
disabled: boolean;
|
1850
1852
|
modelValue: boolean;
|
1851
|
-
|
1852
|
-
location: Anchor;
|
1853
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1853
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1854
1854
|
updateLocation: (e?: Event | undefined) => void;
|
1855
|
-
} | undefined)
|
1856
|
-
scrollStrategy: "
|
1855
|
+
} | undefined);
|
1856
|
+
scrollStrategy: "none" | "block" | "close" | ((data: ScrollStrategyData, props: StrategyProps, scope: vue.EffectScope) => void) | "reposition";
|
1857
1857
|
activatorProps: Record<string, any>;
|
1858
1858
|
openOnHover: boolean;
|
1859
1859
|
closeOnContentClick: boolean;
|
@@ -1864,19 +1864,19 @@ declare const VSnackbar: {
|
|
1864
1864
|
scrim: string | boolean;
|
1865
1865
|
_disableGlobalStack: boolean;
|
1866
1866
|
} & {
|
1867
|
-
class?: any;
|
1868
|
-
width?: string | number | undefined;
|
1869
|
-
height?: string | number | undefined;
|
1870
|
-
theme?: string | undefined;
|
1871
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
1872
1867
|
offset?: string | number | number[] | undefined;
|
1873
|
-
|
1874
|
-
|
1868
|
+
height?: string | number | undefined;
|
1869
|
+
width?: string | number | undefined;
|
1875
1870
|
maxHeight?: string | number | undefined;
|
1876
1871
|
maxWidth?: string | number | undefined;
|
1877
1872
|
minHeight?: string | number | undefined;
|
1878
1873
|
minWidth?: string | number | undefined;
|
1879
|
-
|
1874
|
+
opacity?: string | number | undefined;
|
1875
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
1876
|
+
class?: any;
|
1877
|
+
theme?: string | undefined;
|
1878
|
+
contentClass?: any;
|
1879
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
1880
1880
|
closeDelay?: string | number | undefined;
|
1881
1881
|
openDelay?: string | number | undefined;
|
1882
1882
|
openOnClick?: boolean | undefined;
|
@@ -1916,9 +1916,9 @@ declare const VSnackbar: {
|
|
1916
1916
|
targetRef: TemplateRef;
|
1917
1917
|
}) => vue.VNodeChild) | undefined;
|
1918
1918
|
} & {
|
1919
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1920
1919
|
onAfterEnter?: (() => any) | undefined;
|
1921
1920
|
onAfterLeave?: (() => any) | undefined;
|
1921
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
1922
1922
|
"onClick:outside"?: ((e: MouseEvent) => any) | undefined;
|
1923
1923
|
}, "target" | "activatorEl" | "scrimEl" | "animateClick" | "contentEl" | "globalTop" | "localTop" | "updateLocation"> & vue.ShallowUnwrapRef<{
|
1924
1924
|
activatorEl: Ref<HTMLElement | undefined>;
|
@@ -1929,27 +1929,28 @@ declare const VSnackbar: {
|
|
1929
1929
|
globalTop: Readonly<Ref<boolean>>;
|
1930
1930
|
localTop: vue.ComputedRef<boolean>;
|
1931
1931
|
updateLocation: Ref<((e: Event) => void) | undefined>;
|
1932
|
-
}> & {} & vue.ComponentCustomProperties & {}, "
|
1932
|
+
}> & {} & 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, {
|
1933
1933
|
'update:modelValue': (v: boolean) => boolean;
|
1934
1934
|
}, string, {
|
1935
|
-
|
1936
|
-
disabled: boolean;
|
1935
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1937
1936
|
absolute: boolean;
|
1937
|
+
location: Anchor;
|
1938
|
+
origin: "auto" | Anchor | "overlap";
|
1938
1939
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
1939
1940
|
component?: vue.Component | undefined;
|
1940
1941
|
})>;
|
1941
1942
|
zIndex: string | number;
|
1943
|
+
style: vue.StyleValue;
|
1942
1944
|
eager: boolean;
|
1945
|
+
disabled: boolean;
|
1946
|
+
timeout: string | number;
|
1947
|
+
vertical: boolean;
|
1943
1948
|
modelValue: boolean;
|
1944
1949
|
rounded: string | number | boolean;
|
1945
|
-
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
1946
|
-
origin: Anchor | "auto" | "overlap";
|
1947
|
-
vertical: boolean;
|
1948
1950
|
tile: boolean;
|
1949
|
-
|
1950
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1951
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
1951
1952
|
updateLocation: (e?: Event | undefined) => void;
|
1952
|
-
} | undefined)
|
1953
|
+
} | undefined);
|
1953
1954
|
activatorProps: Record<string, any>;
|
1954
1955
|
openOnClick: boolean;
|
1955
1956
|
openOnHover: boolean;
|
@@ -1958,7 +1959,6 @@ declare const VSnackbar: {
|
|
1958
1959
|
closeOnBack: boolean;
|
1959
1960
|
contained: boolean;
|
1960
1961
|
multiLine: boolean;
|
1961
|
-
timeout: string | number;
|
1962
1962
|
}, {}, string, vue.SlotsType<Partial<{
|
1963
1963
|
activator: (arg: {
|
1964
1964
|
isActive: boolean;
|
@@ -1978,25 +1978,30 @@ declare const VSnackbar: {
|
|
1978
1978
|
[key: string]: any;
|
1979
1979
|
}>[];
|
1980
1980
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
1981
|
-
class: vue.PropType<any>;
|
1982
|
-
style: {
|
1983
|
-
type: vue.PropType<vue.StyleValue>;
|
1984
|
-
default: null;
|
1985
|
-
};
|
1986
|
-
width: (StringConstructor | NumberConstructor)[];
|
1987
|
-
height: (StringConstructor | NumberConstructor)[];
|
1988
|
-
theme: StringConstructor;
|
1989
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
1990
|
-
disabled: BooleanConstructor;
|
1991
1981
|
offset: vue.PropType<string | number | number[] | undefined>;
|
1992
1982
|
absolute: BooleanConstructor;
|
1983
|
+
location: {
|
1984
|
+
type: vue.PropType<Anchor>;
|
1985
|
+
default: string;
|
1986
|
+
};
|
1987
|
+
origin: {
|
1988
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
1989
|
+
default: string;
|
1990
|
+
};
|
1991
|
+
height: (StringConstructor | NumberConstructor)[];
|
1992
|
+
width: (StringConstructor | NumberConstructor)[];
|
1993
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
1994
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
1995
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
1996
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
1997
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
1993
1998
|
transition: Omit<{
|
1994
1999
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
1995
2000
|
component?: vue.Component | undefined;
|
1996
2001
|
})>;
|
1997
2002
|
default: string;
|
1998
2003
|
validator: (val: unknown) => boolean;
|
1999
|
-
}, "
|
2004
|
+
}, "type" | "default"> & {
|
2000
2005
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2001
2006
|
component?: vue.Component | undefined;
|
2002
2007
|
})>>;
|
@@ -2008,27 +2013,22 @@ declare const VSnackbar: {
|
|
2008
2013
|
type: (StringConstructor | NumberConstructor)[];
|
2009
2014
|
default: number;
|
2010
2015
|
};
|
2016
|
+
style: {
|
2017
|
+
type: vue.PropType<vue.StyleValue>;
|
2018
|
+
default: null;
|
2019
|
+
};
|
2020
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2011
2021
|
eager: BooleanConstructor;
|
2022
|
+
disabled: BooleanConstructor;
|
2023
|
+
class: vue.PropType<any>;
|
2024
|
+
theme: StringConstructor;
|
2012
2025
|
modelValue: BooleanConstructor;
|
2013
2026
|
contentClass: null;
|
2014
|
-
|
2015
|
-
type: vue.PropType<Anchor | "auto" | "overlap">;
|
2016
|
-
default: string;
|
2017
|
-
};
|
2018
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2019
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2020
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2021
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2022
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2023
|
-
location: {
|
2024
|
-
type: vue.PropType<Anchor>;
|
2025
|
-
default: string;
|
2026
|
-
};
|
2027
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2027
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2028
2028
|
locationStrategy: {
|
2029
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
2029
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
2030
2030
|
updateLocation: (e?: Event | undefined) => void;
|
2031
|
-
} | undefined)
|
2031
|
+
} | undefined)>;
|
2032
2032
|
default: string;
|
2033
2033
|
validator: (val: any) => boolean;
|
2034
2034
|
};
|
@@ -2062,12 +2062,12 @@ declare const VSnackbar: {
|
|
2062
2062
|
validator: (v: any) => boolean;
|
2063
2063
|
};
|
2064
2064
|
rounded: {
|
2065
|
-
type: (StringConstructor |
|
2065
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2066
2066
|
default: undefined;
|
2067
2067
|
};
|
2068
2068
|
tile: BooleanConstructor;
|
2069
2069
|
position: {
|
2070
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2070
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2071
2071
|
validator: (v: any) => boolean;
|
2072
2072
|
};
|
2073
2073
|
multiLine: BooleanConstructor;
|
@@ -2079,25 +2079,30 @@ declare const VSnackbar: {
|
|
2079
2079
|
};
|
2080
2080
|
vertical: BooleanConstructor;
|
2081
2081
|
}, vue.ExtractPropTypes<{
|
2082
|
-
class: vue.PropType<any>;
|
2083
|
-
style: {
|
2084
|
-
type: vue.PropType<vue.StyleValue>;
|
2085
|
-
default: null;
|
2086
|
-
};
|
2087
|
-
width: (StringConstructor | NumberConstructor)[];
|
2088
|
-
height: (StringConstructor | NumberConstructor)[];
|
2089
|
-
theme: StringConstructor;
|
2090
|
-
target: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2091
|
-
disabled: BooleanConstructor;
|
2092
2082
|
offset: vue.PropType<string | number | number[] | undefined>;
|
2093
2083
|
absolute: BooleanConstructor;
|
2084
|
+
location: {
|
2085
|
+
type: vue.PropType<Anchor>;
|
2086
|
+
default: string;
|
2087
|
+
};
|
2088
|
+
origin: {
|
2089
|
+
type: vue.PropType<"auto" | Anchor | "overlap">;
|
2090
|
+
default: string;
|
2091
|
+
};
|
2092
|
+
height: (StringConstructor | NumberConstructor)[];
|
2093
|
+
width: (StringConstructor | NumberConstructor)[];
|
2094
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2095
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2096
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2097
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2098
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2094
2099
|
transition: Omit<{
|
2095
2100
|
type: vue.PropType<string | boolean | (vue.TransitionProps & {
|
2096
2101
|
component?: vue.Component | undefined;
|
2097
2102
|
})>;
|
2098
2103
|
default: string;
|
2099
2104
|
validator: (val: unknown) => boolean;
|
2100
|
-
}, "
|
2105
|
+
}, "type" | "default"> & {
|
2101
2106
|
type: vue.PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2102
2107
|
component?: vue.Component | undefined;
|
2103
2108
|
})>>;
|
@@ -2109,29 +2114,24 @@ declare const VSnackbar: {
|
|
2109
2114
|
type: (StringConstructor | NumberConstructor)[];
|
2110
2115
|
default: number;
|
2111
2116
|
};
|
2117
|
+
style: {
|
2118
|
+
type: vue.PropType<vue.StyleValue>;
|
2119
|
+
default: null;
|
2120
|
+
};
|
2121
|
+
target: vue.PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2112
2122
|
eager: BooleanConstructor;
|
2123
|
+
disabled: BooleanConstructor;
|
2124
|
+
class: vue.PropType<any>;
|
2125
|
+
theme: StringConstructor;
|
2113
2126
|
modelValue: BooleanConstructor;
|
2114
2127
|
contentClass: null;
|
2115
|
-
|
2116
|
-
|
2128
|
+
activator: vue.PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2129
|
+
locationStrategy: {
|
2130
|
+
type: vue.PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
2131
|
+
updateLocation: (e?: Event | undefined) => void;
|
2132
|
+
} | undefined)>;
|
2117
2133
|
default: string;
|
2118
|
-
|
2119
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2120
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2121
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2122
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2123
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2124
|
-
location: {
|
2125
|
-
type: vue.PropType<Anchor>;
|
2126
|
-
default: string;
|
2127
|
-
};
|
2128
|
-
activator: vue.PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2129
|
-
locationStrategy: {
|
2130
|
-
type: vue.PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: Ref<Record<string, string>>) => {
|
2131
|
-
updateLocation: (e?: Event | undefined) => void;
|
2132
|
-
} | undefined) | "connected">;
|
2133
|
-
default: string;
|
2134
|
-
validator: (val: any) => boolean;
|
2134
|
+
validator: (val: any) => boolean;
|
2135
2135
|
};
|
2136
2136
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2137
2137
|
openDelay: (StringConstructor | NumberConstructor)[];
|
@@ -2163,12 +2163,12 @@ declare const VSnackbar: {
|
|
2163
2163
|
validator: (v: any) => boolean;
|
2164
2164
|
};
|
2165
2165
|
rounded: {
|
2166
|
-
type: (StringConstructor |
|
2166
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2167
2167
|
default: undefined;
|
2168
2168
|
};
|
2169
2169
|
tile: BooleanConstructor;
|
2170
2170
|
position: {
|
2171
|
-
type: vue.PropType<"fixed" | "absolute" | "
|
2171
|
+
type: vue.PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2172
2172
|
validator: (v: any) => boolean;
|
2173
2173
|
};
|
2174
2174
|
multiLine: BooleanConstructor;
|
@@ -2199,22 +2199,23 @@ type VSnackbarQueueSlots<T extends string | SnackbarMessage> = {
|
|
2199
2199
|
type SnackbarMessage = Omit<VSnackbar['$props'], '$children' | 'modelValue' | 'onUpdate:modelValue' | 'activator' | 'activatorProps' | 'closeDelay' | 'openDelay' | 'openOnClick' | 'openOnFocus' | 'openOnHover'>;
|
2200
2200
|
declare const VSnackbarQueue: {
|
2201
2201
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
2202
|
-
|
2203
|
-
disabled: boolean;
|
2202
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2204
2203
|
absolute: boolean;
|
2204
|
+
location: Anchor;
|
2205
|
+
origin: "auto" | Anchor | "overlap";
|
2205
2206
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2206
2207
|
component?: vue.Component | undefined;
|
2207
2208
|
})>;
|
2208
2209
|
zIndex: string | number;
|
2210
|
+
style: vue.StyleValue;
|
2209
2211
|
eager: boolean;
|
2210
|
-
|
2211
|
-
|
2212
|
+
disabled: boolean;
|
2213
|
+
timeout: string | number;
|
2212
2214
|
vertical: boolean;
|
2213
2215
|
tile: boolean;
|
2214
|
-
|
2215
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2216
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2216
2217
|
updateLocation: (e?: Event | undefined) => void;
|
2217
|
-
} | undefined)
|
2218
|
+
} | undefined);
|
2218
2219
|
activatorProps: Record<string, any>;
|
2219
2220
|
openOnHover: boolean;
|
2220
2221
|
closeOnContentClick: boolean;
|
@@ -2222,52 +2223,52 @@ declare const VSnackbarQueue: {
|
|
2222
2223
|
contained: boolean;
|
2223
2224
|
closeText: string;
|
2224
2225
|
multiLine: boolean;
|
2225
|
-
timeout: string | number;
|
2226
2226
|
} & {
|
2227
|
-
|
2228
|
-
text?: string | undefined;
|
2229
|
-
width?: string | number | undefined;
|
2227
|
+
offset?: string | number | number[] | undefined;
|
2230
2228
|
height?: string | number | undefined;
|
2231
|
-
|
2232
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2229
|
+
width?: string | number | undefined;
|
2233
2230
|
color?: string | undefined;
|
2234
|
-
offset?: string | number | number[] | undefined;
|
2235
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2236
|
-
rounded?: string | number | boolean | undefined;
|
2237
|
-
contentClass?: any;
|
2238
|
-
opacity?: string | number | undefined;
|
2239
2231
|
maxHeight?: string | number | undefined;
|
2240
2232
|
maxWidth?: string | number | undefined;
|
2241
2233
|
minHeight?: string | number | undefined;
|
2242
2234
|
minWidth?: string | number | undefined;
|
2235
|
+
opacity?: string | number | undefined;
|
2236
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
2237
|
+
text?: string | undefined;
|
2238
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2239
|
+
class?: any;
|
2240
|
+
timer?: string | boolean | undefined;
|
2241
|
+
theme?: string | undefined;
|
2242
|
+
rounded?: string | number | boolean | undefined;
|
2243
|
+
contentClass?: any;
|
2243
2244
|
closable?: string | boolean | undefined;
|
2244
|
-
activator?: Element |
|
2245
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2245
2246
|
closeDelay?: string | number | undefined;
|
2246
2247
|
openDelay?: string | number | undefined;
|
2247
2248
|
openOnClick?: boolean | undefined;
|
2248
2249
|
openOnFocus?: boolean | undefined;
|
2249
2250
|
contentProps?: any;
|
2250
2251
|
attach?: string | boolean | Element | undefined;
|
2251
|
-
timer?: string | boolean | undefined;
|
2252
2252
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2253
2253
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
2254
|
-
}, "v-slot:default" | "
|
2255
|
-
|
2256
|
-
disabled: boolean;
|
2254
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
2255
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2257
2256
|
absolute: boolean;
|
2257
|
+
location: Anchor;
|
2258
|
+
origin: "auto" | Anchor | "overlap";
|
2258
2259
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2259
2260
|
component?: vue.Component | undefined;
|
2260
2261
|
})>;
|
2261
2262
|
zIndex: string | number;
|
2263
|
+
style: vue.StyleValue;
|
2262
2264
|
eager: boolean;
|
2263
|
-
|
2264
|
-
|
2265
|
+
disabled: boolean;
|
2266
|
+
timeout: string | number;
|
2265
2267
|
vertical: boolean;
|
2266
2268
|
tile: boolean;
|
2267
|
-
|
2268
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2269
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2269
2270
|
updateLocation: (e?: Event | undefined) => void;
|
2270
|
-
} | undefined)
|
2271
|
+
} | undefined);
|
2271
2272
|
activatorProps: Record<string, any>;
|
2272
2273
|
openOnHover: boolean;
|
2273
2274
|
closeOnContentClick: boolean;
|
@@ -2275,51 +2276,51 @@ declare const VSnackbarQueue: {
|
|
2275
2276
|
contained: boolean;
|
2276
2277
|
closeText: string;
|
2277
2278
|
multiLine: boolean;
|
2278
|
-
timeout: string | number;
|
2279
2279
|
} & {
|
2280
|
-
|
2281
|
-
text?: string | undefined;
|
2282
|
-
width?: string | number | undefined;
|
2280
|
+
offset?: string | number | number[] | undefined;
|
2283
2281
|
height?: string | number | undefined;
|
2284
|
-
|
2285
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2282
|
+
width?: string | number | undefined;
|
2286
2283
|
color?: string | undefined;
|
2287
|
-
offset?: string | number | number[] | undefined;
|
2288
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2289
|
-
rounded?: string | number | boolean | undefined;
|
2290
|
-
contentClass?: any;
|
2291
|
-
opacity?: string | number | undefined;
|
2292
2284
|
maxHeight?: string | number | undefined;
|
2293
2285
|
maxWidth?: string | number | undefined;
|
2294
2286
|
minHeight?: string | number | undefined;
|
2295
2287
|
minWidth?: string | number | undefined;
|
2288
|
+
opacity?: string | number | undefined;
|
2289
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
2290
|
+
text?: string | undefined;
|
2291
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2292
|
+
class?: any;
|
2293
|
+
timer?: string | boolean | undefined;
|
2294
|
+
theme?: string | undefined;
|
2295
|
+
rounded?: string | number | boolean | undefined;
|
2296
|
+
contentClass?: any;
|
2296
2297
|
closable?: string | boolean | undefined;
|
2297
|
-
activator?: Element |
|
2298
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2298
2299
|
closeDelay?: string | number | undefined;
|
2299
2300
|
openDelay?: string | number | undefined;
|
2300
2301
|
openOnClick?: boolean | undefined;
|
2301
2302
|
openOnFocus?: boolean | undefined;
|
2302
2303
|
contentProps?: any;
|
2303
2304
|
attach?: string | boolean | Element | undefined;
|
2304
|
-
timer?: string | boolean | undefined;
|
2305
2305
|
} & {}, {
|
2306
|
-
|
2307
|
-
disabled: boolean;
|
2306
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2308
2307
|
absolute: boolean;
|
2308
|
+
location: Anchor;
|
2309
|
+
origin: "auto" | Anchor | "overlap";
|
2309
2310
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2310
2311
|
component?: vue.Component | undefined;
|
2311
2312
|
})>;
|
2312
2313
|
zIndex: string | number;
|
2314
|
+
style: vue.StyleValue;
|
2313
2315
|
eager: boolean;
|
2314
|
-
|
2315
|
-
|
2316
|
-
origin: Anchor | "auto" | "overlap";
|
2316
|
+
disabled: boolean;
|
2317
|
+
timeout: string | number;
|
2317
2318
|
vertical: boolean;
|
2319
|
+
rounded: string | number | boolean;
|
2318
2320
|
tile: boolean;
|
2319
|
-
|
2320
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2321
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2321
2322
|
updateLocation: (e?: Event | undefined) => void;
|
2322
|
-
} | undefined)
|
2323
|
+
} | undefined);
|
2323
2324
|
activatorProps: Record<string, any>;
|
2324
2325
|
openOnClick: boolean;
|
2325
2326
|
openOnHover: boolean;
|
@@ -2329,7 +2330,6 @@ declare const VSnackbarQueue: {
|
|
2329
2330
|
contained: boolean;
|
2330
2331
|
closeText: string;
|
2331
2332
|
multiLine: boolean;
|
2332
|
-
timeout: string | number;
|
2333
2333
|
}, true, {}, vue.SlotsType<Partial<{
|
2334
2334
|
default: (arg: {
|
2335
2335
|
item: string | SnackbarMessage;
|
@@ -2357,22 +2357,23 @@ declare const VSnackbarQueue: {
|
|
2357
2357
|
M: {};
|
2358
2358
|
Defaults: {};
|
2359
2359
|
}, {
|
2360
|
-
|
2361
|
-
disabled: boolean;
|
2360
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2362
2361
|
absolute: boolean;
|
2362
|
+
location: Anchor;
|
2363
|
+
origin: "auto" | Anchor | "overlap";
|
2363
2364
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2364
2365
|
component?: vue.Component | undefined;
|
2365
2366
|
})>;
|
2366
2367
|
zIndex: string | number;
|
2368
|
+
style: vue.StyleValue;
|
2367
2369
|
eager: boolean;
|
2368
|
-
|
2369
|
-
|
2370
|
+
disabled: boolean;
|
2371
|
+
timeout: string | number;
|
2370
2372
|
vertical: boolean;
|
2371
2373
|
tile: boolean;
|
2372
|
-
|
2373
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2374
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2374
2375
|
updateLocation: (e?: Event | undefined) => void;
|
2375
|
-
} | undefined)
|
2376
|
+
} | undefined);
|
2376
2377
|
activatorProps: Record<string, any>;
|
2377
2378
|
openOnHover: boolean;
|
2378
2379
|
closeOnContentClick: boolean;
|
@@ -2380,51 +2381,51 @@ declare const VSnackbarQueue: {
|
|
2380
2381
|
contained: boolean;
|
2381
2382
|
closeText: string;
|
2382
2383
|
multiLine: boolean;
|
2383
|
-
timeout: string | number;
|
2384
2384
|
} & {
|
2385
|
-
|
2386
|
-
text?: string | undefined;
|
2387
|
-
width?: string | number | undefined;
|
2385
|
+
offset?: string | number | number[] | undefined;
|
2388
2386
|
height?: string | number | undefined;
|
2389
|
-
|
2390
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2387
|
+
width?: string | number | undefined;
|
2391
2388
|
color?: string | undefined;
|
2392
|
-
offset?: string | number | number[] | undefined;
|
2393
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2394
|
-
rounded?: string | number | boolean | undefined;
|
2395
|
-
contentClass?: any;
|
2396
|
-
opacity?: string | number | undefined;
|
2397
2389
|
maxHeight?: string | number | undefined;
|
2398
2390
|
maxWidth?: string | number | undefined;
|
2399
2391
|
minHeight?: string | number | undefined;
|
2400
2392
|
minWidth?: string | number | undefined;
|
2393
|
+
opacity?: string | number | undefined;
|
2394
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
2395
|
+
text?: string | undefined;
|
2396
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2397
|
+
class?: any;
|
2398
|
+
timer?: string | boolean | undefined;
|
2399
|
+
theme?: string | undefined;
|
2400
|
+
rounded?: string | number | boolean | undefined;
|
2401
|
+
contentClass?: any;
|
2401
2402
|
closable?: string | boolean | undefined;
|
2402
|
-
activator?: Element |
|
2403
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2403
2404
|
closeDelay?: string | number | undefined;
|
2404
2405
|
openDelay?: string | number | undefined;
|
2405
2406
|
openOnClick?: boolean | undefined;
|
2406
2407
|
openOnFocus?: boolean | undefined;
|
2407
2408
|
contentProps?: any;
|
2408
2409
|
attach?: string | boolean | Element | undefined;
|
2409
|
-
timer?: string | boolean | undefined;
|
2410
2410
|
} & {}, {}, {}, {}, {}, {
|
2411
|
-
|
2412
|
-
disabled: boolean;
|
2411
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2413
2412
|
absolute: boolean;
|
2413
|
+
location: Anchor;
|
2414
|
+
origin: "auto" | Anchor | "overlap";
|
2414
2415
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2415
2416
|
component?: vue.Component | undefined;
|
2416
2417
|
})>;
|
2417
2418
|
zIndex: string | number;
|
2419
|
+
style: vue.StyleValue;
|
2418
2420
|
eager: boolean;
|
2419
|
-
|
2420
|
-
|
2421
|
-
origin: Anchor | "auto" | "overlap";
|
2421
|
+
disabled: boolean;
|
2422
|
+
timeout: string | number;
|
2422
2423
|
vertical: boolean;
|
2424
|
+
rounded: string | number | boolean;
|
2423
2425
|
tile: boolean;
|
2424
|
-
|
2425
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2426
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2426
2427
|
updateLocation: (e?: Event | undefined) => void;
|
2427
|
-
} | undefined)
|
2428
|
+
} | undefined);
|
2428
2429
|
activatorProps: Record<string, any>;
|
2429
2430
|
openOnClick: boolean;
|
2430
2431
|
openOnHover: boolean;
|
@@ -2434,28 +2435,28 @@ declare const VSnackbarQueue: {
|
|
2434
2435
|
contained: boolean;
|
2435
2436
|
closeText: string;
|
2436
2437
|
multiLine: boolean;
|
2437
|
-
timeout: string | number;
|
2438
2438
|
}>;
|
2439
2439
|
__isFragment?: undefined;
|
2440
2440
|
__isTeleport?: undefined;
|
2441
2441
|
__isSuspense?: undefined;
|
2442
2442
|
} & vue.ComponentOptionsBase<{
|
2443
|
-
|
2444
|
-
disabled: boolean;
|
2443
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2445
2444
|
absolute: boolean;
|
2445
|
+
location: Anchor;
|
2446
|
+
origin: "auto" | Anchor | "overlap";
|
2446
2447
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2447
2448
|
component?: vue.Component | undefined;
|
2448
2449
|
})>;
|
2449
2450
|
zIndex: string | number;
|
2451
|
+
style: vue.StyleValue;
|
2450
2452
|
eager: boolean;
|
2451
|
-
|
2452
|
-
|
2453
|
+
disabled: boolean;
|
2454
|
+
timeout: string | number;
|
2453
2455
|
vertical: boolean;
|
2454
2456
|
tile: boolean;
|
2455
|
-
|
2456
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2457
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2457
2458
|
updateLocation: (e?: Event | undefined) => void;
|
2458
|
-
} | undefined)
|
2459
|
+
} | undefined);
|
2459
2460
|
activatorProps: Record<string, any>;
|
2460
2461
|
openOnHover: boolean;
|
2461
2462
|
closeOnContentClick: boolean;
|
@@ -2463,53 +2464,53 @@ declare const VSnackbarQueue: {
|
|
2463
2464
|
contained: boolean;
|
2464
2465
|
closeText: string;
|
2465
2466
|
multiLine: boolean;
|
2466
|
-
timeout: string | number;
|
2467
2467
|
} & {
|
2468
|
-
|
2469
|
-
text?: string | undefined;
|
2470
|
-
width?: string | number | undefined;
|
2468
|
+
offset?: string | number | number[] | undefined;
|
2471
2469
|
height?: string | number | undefined;
|
2472
|
-
|
2473
|
-
target?: Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined;
|
2470
|
+
width?: string | number | undefined;
|
2474
2471
|
color?: string | undefined;
|
2475
|
-
offset?: string | number | number[] | undefined;
|
2476
|
-
position?: "fixed" | "absolute" | "relative" | "static" | "sticky" | undefined;
|
2477
|
-
rounded?: string | number | boolean | undefined;
|
2478
|
-
contentClass?: any;
|
2479
|
-
opacity?: string | number | undefined;
|
2480
2472
|
maxHeight?: string | number | undefined;
|
2481
2473
|
maxWidth?: string | number | undefined;
|
2482
2474
|
minHeight?: string | number | undefined;
|
2483
2475
|
minWidth?: string | number | undefined;
|
2476
|
+
opacity?: string | number | undefined;
|
2477
|
+
position?: "fixed" | "absolute" | "static" | "sticky" | "relative" | undefined;
|
2478
|
+
text?: string | undefined;
|
2479
|
+
target?: Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined;
|
2480
|
+
class?: any;
|
2481
|
+
timer?: string | boolean | undefined;
|
2482
|
+
theme?: string | undefined;
|
2483
|
+
rounded?: string | number | boolean | undefined;
|
2484
|
+
contentClass?: any;
|
2484
2485
|
closable?: string | boolean | undefined;
|
2485
|
-
activator?: Element |
|
2486
|
+
activator?: Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined;
|
2486
2487
|
closeDelay?: string | number | undefined;
|
2487
2488
|
openDelay?: string | number | undefined;
|
2488
2489
|
openOnClick?: boolean | undefined;
|
2489
2490
|
openOnFocus?: boolean | undefined;
|
2490
2491
|
contentProps?: any;
|
2491
2492
|
attach?: string | boolean | Element | undefined;
|
2492
|
-
timer?: string | boolean | undefined;
|
2493
2493
|
} & {}, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Omit<{
|
2494
2494
|
'update:modelValue': (val: (string | SnackbarMessage)[]) => true;
|
2495
|
-
}, "v-slot:default" | "
|
2496
|
-
|
2497
|
-
disabled: boolean;
|
2495
|
+
}, "$children" | "v-slot:default" | "v-slots" | "modelValue" | "v-slot:text" | "update:modelValue" | "v-slot:actions">, string, {
|
2496
|
+
variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
|
2498
2497
|
absolute: boolean;
|
2498
|
+
location: Anchor;
|
2499
|
+
origin: "auto" | Anchor | "overlap";
|
2499
2500
|
transition: NonNullable<string | boolean | (vue.TransitionProps & {
|
2500
2501
|
component?: vue.Component | undefined;
|
2501
2502
|
})>;
|
2502
2503
|
zIndex: string | number;
|
2504
|
+
style: vue.StyleValue;
|
2503
2505
|
eager: boolean;
|
2504
|
-
|
2505
|
-
|
2506
|
-
origin: Anchor | "auto" | "overlap";
|
2506
|
+
disabled: boolean;
|
2507
|
+
timeout: string | number;
|
2507
2508
|
vertical: boolean;
|
2509
|
+
rounded: string | number | boolean;
|
2508
2510
|
tile: boolean;
|
2509
|
-
|
2510
|
-
locationStrategy: "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2511
|
+
locationStrategy: "connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2511
2512
|
updateLocation: (e?: Event | undefined) => void;
|
2512
|
-
} | undefined)
|
2513
|
+
} | undefined);
|
2513
2514
|
activatorProps: Record<string, any>;
|
2514
2515
|
openOnClick: boolean;
|
2515
2516
|
openOnHover: boolean;
|
@@ -2519,7 +2520,6 @@ declare const VSnackbarQueue: {
|
|
2519
2520
|
contained: boolean;
|
2520
2521
|
closeText: string;
|
2521
2522
|
multiLine: boolean;
|
2522
|
-
timeout: string | number;
|
2523
2523
|
}, {}, string, vue.SlotsType<Partial<{
|
2524
2524
|
default: (arg: {
|
2525
2525
|
item: string | SnackbarMessage;
|
@@ -2546,27 +2546,40 @@ declare const VSnackbarQueue: {
|
|
2546
2546
|
modelValue?: T | undefined;
|
2547
2547
|
'onUpdate:modelValue'?: ((val: T) => void) | undefined;
|
2548
2548
|
}, VSnackbarQueueSlots<T[number]>>) & FilterPropsOptions<{
|
2549
|
-
|
2550
|
-
|
2551
|
-
|
2552
|
-
|
2549
|
+
variant: {
|
2550
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2551
|
+
default: string;
|
2552
|
+
validator: (v: any) => boolean;
|
2553
2553
|
};
|
2554
|
-
text: StringConstructor;
|
2555
|
-
width: (StringConstructor | NumberConstructor)[];
|
2556
|
-
height: (StringConstructor | NumberConstructor)[];
|
2557
|
-
theme: StringConstructor;
|
2558
|
-
target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2559
|
-
color: StringConstructor;
|
2560
|
-
disabled: BooleanConstructor;
|
2561
2554
|
offset: PropType<string | number | number[] | undefined>;
|
2562
2555
|
absolute: BooleanConstructor;
|
2556
|
+
location: {
|
2557
|
+
type: PropType<Anchor>;
|
2558
|
+
default: string;
|
2559
|
+
};
|
2560
|
+
origin: {
|
2561
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
2562
|
+
default: string;
|
2563
|
+
};
|
2564
|
+
height: (StringConstructor | NumberConstructor)[];
|
2565
|
+
width: (StringConstructor | NumberConstructor)[];
|
2566
|
+
color: StringConstructor;
|
2567
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2568
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2569
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2570
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2571
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2572
|
+
position: {
|
2573
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2574
|
+
validator: (v: any) => boolean;
|
2575
|
+
};
|
2563
2576
|
transition: Omit<{
|
2564
2577
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
2565
2578
|
component?: vue.Component | undefined;
|
2566
2579
|
})>;
|
2567
2580
|
default: string;
|
2568
2581
|
validator: (val: unknown) => boolean;
|
2569
|
-
}, "
|
2582
|
+
}, "type" | "default"> & {
|
2570
2583
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2571
2584
|
component?: vue.Component | undefined;
|
2572
2585
|
})>>;
|
@@ -2574,45 +2587,37 @@ declare const VSnackbarQueue: {
|
|
2574
2587
|
component?: vue.Component | undefined;
|
2575
2588
|
})>;
|
2576
2589
|
};
|
2577
|
-
position: {
|
2578
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2579
|
-
validator: (v: any) => boolean;
|
2580
|
-
};
|
2581
2590
|
zIndex: {
|
2582
2591
|
type: (StringConstructor | NumberConstructor)[];
|
2583
2592
|
default: number;
|
2584
2593
|
};
|
2594
|
+
style: {
|
2595
|
+
type: PropType<vue.StyleValue>;
|
2596
|
+
default: null;
|
2597
|
+
};
|
2598
|
+
text: StringConstructor;
|
2599
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2585
2600
|
eager: BooleanConstructor;
|
2601
|
+
disabled: BooleanConstructor;
|
2602
|
+
timeout: {
|
2603
|
+
type: (StringConstructor | NumberConstructor)[];
|
2604
|
+
default: number;
|
2605
|
+
};
|
2606
|
+
class: PropType<any>;
|
2607
|
+
vertical: BooleanConstructor;
|
2608
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
2609
|
+
theme: StringConstructor;
|
2586
2610
|
rounded: {
|
2587
|
-
type: (StringConstructor |
|
2611
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2588
2612
|
default: undefined;
|
2589
2613
|
};
|
2590
|
-
variant: {
|
2591
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2592
|
-
default: string;
|
2593
|
-
validator: (v: any) => boolean;
|
2594
|
-
};
|
2595
2614
|
contentClass: null;
|
2596
|
-
origin: {
|
2597
|
-
type: PropType<Anchor | "auto" | "overlap">;
|
2598
|
-
default: string;
|
2599
|
-
};
|
2600
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2601
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2602
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2603
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2604
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2605
|
-
vertical: BooleanConstructor;
|
2606
2615
|
tile: BooleanConstructor;
|
2607
|
-
|
2608
|
-
type: PropType<Anchor>;
|
2609
|
-
default: string;
|
2610
|
-
};
|
2611
|
-
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2616
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2612
2617
|
locationStrategy: {
|
2613
|
-
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2618
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2614
2619
|
updateLocation: (e?: Event | undefined) => void;
|
2615
|
-
} | undefined)
|
2620
|
+
} | undefined)>;
|
2616
2621
|
default: string;
|
2617
2622
|
validator: (val: any) => boolean;
|
2618
2623
|
};
|
@@ -2640,11 +2645,6 @@ declare const VSnackbarQueue: {
|
|
2640
2645
|
contentProps: null;
|
2641
2646
|
attach: PropType<string | boolean | Element>;
|
2642
2647
|
multiLine: BooleanConstructor;
|
2643
|
-
timer: (StringConstructor | BooleanConstructor)[];
|
2644
|
-
timeout: {
|
2645
|
-
type: (StringConstructor | NumberConstructor)[];
|
2646
|
-
default: number;
|
2647
|
-
};
|
2648
2648
|
closable: (StringConstructor | BooleanConstructor)[];
|
2649
2649
|
closeText: {
|
2650
2650
|
type: StringConstructor;
|
@@ -2655,27 +2655,40 @@ declare const VSnackbarQueue: {
|
|
2655
2655
|
default: () => never[];
|
2656
2656
|
};
|
2657
2657
|
}, vue.ExtractPropTypes<{
|
2658
|
-
|
2659
|
-
|
2660
|
-
|
2661
|
-
|
2658
|
+
variant: {
|
2659
|
+
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2660
|
+
default: string;
|
2661
|
+
validator: (v: any) => boolean;
|
2662
2662
|
};
|
2663
|
-
text: StringConstructor;
|
2664
|
-
width: (StringConstructor | NumberConstructor)[];
|
2665
|
-
height: (StringConstructor | NumberConstructor)[];
|
2666
|
-
theme: StringConstructor;
|
2667
|
-
target: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | "cursor" | [x: number, y: number] | undefined>;
|
2668
|
-
color: StringConstructor;
|
2669
|
-
disabled: BooleanConstructor;
|
2670
2663
|
offset: PropType<string | number | number[] | undefined>;
|
2671
2664
|
absolute: BooleanConstructor;
|
2665
|
+
location: {
|
2666
|
+
type: PropType<Anchor>;
|
2667
|
+
default: string;
|
2668
|
+
};
|
2669
|
+
origin: {
|
2670
|
+
type: PropType<"auto" | Anchor | "overlap">;
|
2671
|
+
default: string;
|
2672
|
+
};
|
2673
|
+
height: (StringConstructor | NumberConstructor)[];
|
2674
|
+
width: (StringConstructor | NumberConstructor)[];
|
2675
|
+
color: StringConstructor;
|
2676
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
2677
|
+
maxWidth: (StringConstructor | NumberConstructor)[];
|
2678
|
+
minHeight: (StringConstructor | NumberConstructor)[];
|
2679
|
+
minWidth: (StringConstructor | NumberConstructor)[];
|
2680
|
+
opacity: (StringConstructor | NumberConstructor)[];
|
2681
|
+
position: {
|
2682
|
+
type: PropType<"fixed" | "absolute" | "static" | "sticky" | "relative">;
|
2683
|
+
validator: (v: any) => boolean;
|
2684
|
+
};
|
2672
2685
|
transition: Omit<{
|
2673
2686
|
type: PropType<string | boolean | (vue.TransitionProps & {
|
2674
2687
|
component?: vue.Component | undefined;
|
2675
2688
|
})>;
|
2676
2689
|
default: string;
|
2677
2690
|
validator: (val: unknown) => boolean;
|
2678
|
-
}, "
|
2691
|
+
}, "type" | "default"> & {
|
2679
2692
|
type: PropType<NonNullable<string | boolean | (vue.TransitionProps & {
|
2680
2693
|
component?: vue.Component | undefined;
|
2681
2694
|
})>>;
|
@@ -2683,45 +2696,37 @@ declare const VSnackbarQueue: {
|
|
2683
2696
|
component?: vue.Component | undefined;
|
2684
2697
|
})>;
|
2685
2698
|
};
|
2686
|
-
position: {
|
2687
|
-
type: PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
|
2688
|
-
validator: (v: any) => boolean;
|
2689
|
-
};
|
2690
2699
|
zIndex: {
|
2691
2700
|
type: (StringConstructor | NumberConstructor)[];
|
2692
2701
|
default: number;
|
2693
2702
|
};
|
2703
|
+
style: {
|
2704
|
+
type: PropType<vue.StyleValue>;
|
2705
|
+
default: null;
|
2706
|
+
};
|
2707
|
+
text: StringConstructor;
|
2708
|
+
target: PropType<Element | "cursor" | "parent" | (string & {}) | vue.ComponentPublicInstance | [x: number, y: number] | undefined>;
|
2694
2709
|
eager: BooleanConstructor;
|
2710
|
+
disabled: BooleanConstructor;
|
2711
|
+
timeout: {
|
2712
|
+
type: (StringConstructor | NumberConstructor)[];
|
2713
|
+
default: number;
|
2714
|
+
};
|
2715
|
+
class: PropType<any>;
|
2716
|
+
vertical: BooleanConstructor;
|
2717
|
+
timer: (StringConstructor | BooleanConstructor)[];
|
2718
|
+
theme: StringConstructor;
|
2695
2719
|
rounded: {
|
2696
|
-
type: (StringConstructor |
|
2720
|
+
type: (StringConstructor | BooleanConstructor | NumberConstructor)[];
|
2697
2721
|
default: undefined;
|
2698
2722
|
};
|
2699
|
-
variant: {
|
2700
|
-
type: PropType<"flat" | "text" | "elevated" | "tonal" | "outlined" | "plain">;
|
2701
|
-
default: string;
|
2702
|
-
validator: (v: any) => boolean;
|
2703
|
-
};
|
2704
2723
|
contentClass: null;
|
2705
|
-
origin: {
|
2706
|
-
type: PropType<Anchor | "auto" | "overlap">;
|
2707
|
-
default: string;
|
2708
|
-
};
|
2709
|
-
opacity: (StringConstructor | NumberConstructor)[];
|
2710
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
2711
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
2712
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
2713
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
2714
|
-
vertical: BooleanConstructor;
|
2715
2724
|
tile: BooleanConstructor;
|
2716
|
-
|
2717
|
-
type: PropType<Anchor>;
|
2718
|
-
default: string;
|
2719
|
-
};
|
2720
|
-
activator: PropType<Element | vue.ComponentPublicInstance | (string & {}) | "parent" | undefined>;
|
2725
|
+
activator: PropType<Element | "parent" | (string & {}) | vue.ComponentPublicInstance | undefined>;
|
2721
2726
|
locationStrategy: {
|
2722
|
-
type: PropType<"static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2727
|
+
type: PropType<"connected" | "static" | ((data: LocationStrategyData, props: StrategyProps$1, contentStyles: vue.Ref<Record<string, string>>) => {
|
2723
2728
|
updateLocation: (e?: Event | undefined) => void;
|
2724
|
-
} | undefined)
|
2729
|
+
} | undefined)>;
|
2725
2730
|
default: string;
|
2726
2731
|
validator: (val: any) => boolean;
|
2727
2732
|
};
|
@@ -2749,11 +2754,6 @@ declare const VSnackbarQueue: {
|
|
2749
2754
|
contentProps: null;
|
2750
2755
|
attach: PropType<string | boolean | Element>;
|
2751
2756
|
multiLine: BooleanConstructor;
|
2752
|
-
timer: (StringConstructor | BooleanConstructor)[];
|
2753
|
-
timeout: {
|
2754
|
-
type: (StringConstructor | NumberConstructor)[];
|
2755
|
-
default: number;
|
2756
|
-
};
|
2757
2757
|
closable: (StringConstructor | BooleanConstructor)[];
|
2758
2758
|
closeText: {
|
2759
2759
|
type: StringConstructor;
|