@vuetify/nightly 3.7.18-dev.2025-03-19 → 3.7.18-dev.2025-03-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/dist/json/attributes.json +3574 -3574
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +6436 -6436
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4390 -4390
- package/dist/vuetify-labs.d.ts +13177 -13474
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3862 -3862
- package/dist/vuetify.d.ts +9272 -9569
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +12 -12
- package/lib/components/VAppBar/VAppBar.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +179 -207
- package/lib/components/VAvatar/VAvatar.d.ts +6 -6
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +6 -6
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +6 -6
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +30 -50
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +6 -6
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +12 -12
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +12 -12
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCarousel/VCarousel.d.ts +2 -2
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +39 -39
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChipGroup/VChipGroup.d.ts +14 -14
- package/lib/components/VColorPicker/VColorPicker.d.ts +15 -15
- package/lib/components/VCombobox/VCombobox.d.ts +179 -207
- package/lib/components/VDataIterator/VDataIterator.d.ts +45 -45
- package/lib/components/VDataTable/VDataTable.d.ts +96 -96
- package/lib/components/VDataTable/VDataTableRows.d.ts +2 -2
- package/lib/components/VDataTable/VDataTableServer.d.ts +105 -105
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +89 -89
- package/lib/components/VDataTable/composables/headers.d.ts +10 -10
- package/lib/components/VDataTable/types.d.ts +6 -3
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +11 -11
- package/lib/components/VDialog/VDialog.d.ts +87 -143
- package/lib/components/VFab/VFab.d.ts +35 -35
- package/lib/components/VField/VField.d.ts +8 -8
- package/lib/components/VFileInput/VFileInput.d.ts +54 -54
- package/lib/components/VInput/VInput.d.ts +2 -2
- package/lib/components/VList/VList.d.ts +23 -23
- package/lib/components/VList/VListChildren.d.ts +2 -2
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VMenu/VMenu.d.ts +106 -178
- package/lib/components/VMessages/VMessages.d.ts +16 -16
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +34 -34
- package/lib/components/VNumberInput/VNumberInput.d.ts +221 -221
- package/lib/components/VOtpInput/VOtpInput.d.ts +20 -20
- package/lib/components/VOverlay/VOverlay.d.ts +22 -42
- package/lib/components/VOverlay/locationStrategies.d.ts +4 -4
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VOverlay/scrollStrategies.d.ts +4 -4
- package/lib/components/VOverlay/scrollStrategies.js.map +1 -1
- package/lib/components/VPagination/VPagination.d.ts +26 -26
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +39 -39
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +18 -18
- package/lib/components/VSelect/VSelect.d.ts +207 -251
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSkeletonLoader/VSkeletonLoader.d.ts +8 -8
- package/lib/components/VSlider/VSlider.d.ts +18 -18
- package/lib/components/VSnackbar/VSnackbar.d.ts +85 -141
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +76 -96
- package/lib/components/VSnackbarQueue/VSnackbarQueue.js.map +1 -1
- package/lib/components/VSparkline/VBarline.d.ts +6 -6
- package/lib/components/VSparkline/VSparkline.d.ts +6 -6
- package/lib/components/VSparkline/VTrendline.d.ts +6 -6
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +49 -85
- package/lib/components/VStepper/VStepper.d.ts +9 -9
- package/lib/components/VSwitch/VSwitch.d.ts +20 -20
- package/lib/components/VTabs/VTab.d.ts +56 -56
- package/lib/components/VTabs/VTabs.d.ts +8 -8
- package/lib/components/VTextField/VTextField.d.ts +72 -72
- package/lib/components/VTextarea/VTextarea.d.ts +54 -54
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +6 -6
- package/lib/components/VTooltip/VTooltip.d.ts +109 -181
- package/lib/components/VWindow/VWindow.d.ts +2 -2
- package/lib/composables/index.d.ts +0 -9
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/nested/activeStrategies.d.ts +7 -6
- package/lib/composables/nested/activeStrategies.js.map +1 -1
- package/lib/composables/nested/openStrategies.d.ts +5 -4
- package/lib/composables/nested/openStrategies.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +7 -6
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +2135 -58
- package/lib/framework.js +3 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +62 -62
- package/lib/labs/VFileUpload/VFileUpload.d.ts +12 -12
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VPicker/VPicker.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +19 -19
- package/lib/labs/VTimePicker/VTimePicker.d.ts +13 -13
- package/lib/labs/VTreeview/VTreeview.d.ts +143 -143
- package/lib/labs/VTreeview/VTreeviewChildren.d.ts +15 -15
- package/lib/labs/VTreeview/VTreeviewItem.d.ts +6 -6
- package/lib/types.d.ts +19 -0
- package/lib/types.js +2 -0
- package/lib/types.js.map +1 -0
- package/package.json +1 -1
@@ -21,11 +21,10 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
21
21
|
class?: unknown;
|
22
22
|
theme?: unknown;
|
23
23
|
modelValue?: unknown;
|
24
|
-
contentClass?: unknown;
|
25
|
-
activator?: unknown;
|
26
24
|
locationStrategy?: unknown;
|
27
25
|
closeDelay?: unknown;
|
28
26
|
openDelay?: unknown;
|
27
|
+
activator?: unknown;
|
29
28
|
activatorProps?: unknown;
|
30
29
|
openOnClick?: unknown;
|
31
30
|
openOnHover?: unknown;
|
@@ -33,6 +32,7 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
33
32
|
closeOnContentClick?: unknown;
|
34
33
|
closeOnBack?: unknown;
|
35
34
|
contained?: unknown;
|
35
|
+
contentClass?: unknown;
|
36
36
|
contentProps?: unknown;
|
37
37
|
attach?: unknown;
|
38
38
|
color?: unknown;
|
@@ -184,14 +184,6 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
184
184
|
type: import("vue").PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
185
185
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
186
186
|
};
|
187
|
-
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
188
|
-
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
189
|
-
default: unknown extends Defaults["contentClass"] ? any : any;
|
190
|
-
};
|
191
|
-
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
192
|
-
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
193
|
-
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
194
|
-
};
|
195
187
|
locationStrategy: unknown extends Defaults["locationStrategy"] ? {
|
196
188
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
197
189
|
default: string;
|
@@ -201,16 +193,8 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
201
193
|
default: string;
|
202
194
|
validator: (val: any) => boolean;
|
203
195
|
}, "type" | "default"> & {
|
204
|
-
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" |
|
205
|
-
|
206
|
-
}) : "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
207
|
-
updateLocation: (e?: Event) => void;
|
208
|
-
}) | Defaults["locationStrategy"]>;
|
209
|
-
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
210
|
-
updateLocation: (e?: Event) => void;
|
211
|
-
}) : NonNullable<"connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
212
|
-
updateLocation: (e?: Event) => void;
|
213
|
-
})> | Defaults["locationStrategy"];
|
196
|
+
type: import("vue").PropType<unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction | Defaults["locationStrategy"]>;
|
197
|
+
default: unknown extends Defaults["locationStrategy"] ? "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction : NonNullable<"connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction> | Defaults["locationStrategy"];
|
214
198
|
};
|
215
199
|
closeDelay: unknown extends Defaults["closeDelay"] ? (StringConstructor | NumberConstructor)[] : {
|
216
200
|
type: import("vue").PropType<unknown extends Defaults["closeDelay"] ? string | number : string | number | Defaults["closeDelay"]>;
|
@@ -220,6 +204,10 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
220
204
|
type: import("vue").PropType<unknown extends Defaults["openDelay"] ? string | number : string | number | Defaults["openDelay"]>;
|
221
205
|
default: unknown extends Defaults["openDelay"] ? string | number : NonNullable<string | number> | Defaults["openDelay"];
|
222
206
|
};
|
207
|
+
activator: unknown extends Defaults["activator"] ? import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> : {
|
208
|
+
type: import("vue").PropType<unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | Defaults["activator"] | undefined>;
|
209
|
+
default: unknown extends Defaults["activator"] ? Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined : NonNullable<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined> | Defaults["activator"];
|
210
|
+
};
|
223
211
|
activatorProps: unknown extends Defaults["activatorProps"] ? {
|
224
212
|
type: import("vue").PropType<Record<string, any>>;
|
225
213
|
default: () => {};
|
@@ -272,6 +260,10 @@ export declare const makeVSnackbarProps: <Defaults extends {
|
|
272
260
|
type: import("vue").PropType<unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"]>;
|
273
261
|
default: unknown extends Defaults["contained"] ? boolean : boolean | Defaults["contained"];
|
274
262
|
};
|
263
|
+
contentClass: unknown extends Defaults["contentClass"] ? null : {
|
264
|
+
type: import("vue").PropType<unknown extends Defaults["contentClass"] ? any : any>;
|
265
|
+
default: unknown extends Defaults["contentClass"] ? any : any;
|
266
|
+
};
|
275
267
|
contentProps: unknown extends Defaults["contentProps"] ? null : {
|
276
268
|
type: import("vue").PropType<unknown extends Defaults["contentProps"] ? any : any>;
|
277
269
|
default: unknown extends Defaults["contentProps"] ? any : any;
|
@@ -363,10 +355,8 @@ export declare const VSnackbar: {
|
|
363
355
|
timeout: string | number;
|
364
356
|
vertical: boolean;
|
365
357
|
modelValue: boolean;
|
358
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
366
359
|
tile: boolean;
|
367
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
368
|
-
updateLocation: (e?: Event) => void;
|
369
|
-
});
|
370
360
|
activatorProps: Record<string, any>;
|
371
361
|
openOnHover: boolean;
|
372
362
|
closeOnContentClick: boolean;
|
@@ -390,12 +380,12 @@ export declare const VSnackbar: {
|
|
390
380
|
theme?: string | undefined;
|
391
381
|
timer?: string | boolean | undefined;
|
392
382
|
rounded?: string | number | boolean | undefined;
|
393
|
-
contentClass?: any;
|
394
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
395
383
|
closeDelay?: string | number | undefined;
|
396
384
|
openDelay?: string | number | undefined;
|
385
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
397
386
|
openOnClick?: boolean | undefined;
|
398
387
|
openOnFocus?: boolean | undefined;
|
388
|
+
contentClass?: any;
|
399
389
|
contentProps?: any;
|
400
390
|
attach?: string | boolean | Element | undefined;
|
401
391
|
} & {
|
@@ -449,10 +439,8 @@ export declare const VSnackbar: {
|
|
449
439
|
disabled: boolean;
|
450
440
|
persistent: boolean;
|
451
441
|
modelValue: boolean;
|
452
|
-
locationStrategy: "connected" | "static" |
|
453
|
-
|
454
|
-
});
|
455
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
442
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
443
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
456
444
|
activatorProps: Record<string, any>;
|
457
445
|
openOnClick: boolean;
|
458
446
|
openOnHover: boolean;
|
@@ -476,10 +464,8 @@ export declare const VSnackbar: {
|
|
476
464
|
disabled: boolean;
|
477
465
|
persistent: boolean;
|
478
466
|
modelValue: boolean;
|
479
|
-
locationStrategy: "connected" | "static" |
|
480
|
-
|
481
|
-
});
|
482
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
467
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
468
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
483
469
|
activatorProps: Record<string, any>;
|
484
470
|
openOnHover: boolean;
|
485
471
|
closeOnContentClick: boolean;
|
@@ -499,12 +485,12 @@ export declare const VSnackbar: {
|
|
499
485
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
500
486
|
class?: any;
|
501
487
|
theme?: string | undefined;
|
502
|
-
contentClass?: any;
|
503
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
504
488
|
closeDelay?: string | number | undefined;
|
505
489
|
openDelay?: string | number | undefined;
|
490
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
506
491
|
openOnClick?: boolean | undefined;
|
507
492
|
openOnFocus?: boolean | undefined;
|
493
|
+
contentClass?: any;
|
508
494
|
contentProps?: any;
|
509
495
|
attach?: string | boolean | Element | undefined;
|
510
496
|
$children?: import("vue").VNodeChild | {
|
@@ -577,10 +563,8 @@ export declare const VSnackbar: {
|
|
577
563
|
disabled: boolean;
|
578
564
|
persistent: boolean;
|
579
565
|
modelValue: boolean;
|
580
|
-
locationStrategy: "connected" | "static" |
|
581
|
-
|
582
|
-
});
|
583
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
566
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
567
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
584
568
|
activatorProps: Record<string, any>;
|
585
569
|
openOnHover: boolean;
|
586
570
|
closeOnContentClick: boolean;
|
@@ -601,12 +585,12 @@ export declare const VSnackbar: {
|
|
601
585
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
602
586
|
class?: any;
|
603
587
|
theme?: string | undefined;
|
604
|
-
contentClass?: any;
|
605
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
606
588
|
closeDelay?: string | number | undefined;
|
607
589
|
openDelay?: string | number | undefined;
|
590
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
608
591
|
openOnClick?: boolean | undefined;
|
609
592
|
openOnFocus?: boolean | undefined;
|
593
|
+
contentClass?: any;
|
610
594
|
contentProps?: any;
|
611
595
|
attach?: string | boolean | Element | undefined;
|
612
596
|
} & {
|
@@ -675,10 +659,8 @@ export declare const VSnackbar: {
|
|
675
659
|
disabled: boolean;
|
676
660
|
persistent: boolean;
|
677
661
|
modelValue: boolean;
|
678
|
-
locationStrategy: "connected" | "static" |
|
679
|
-
|
680
|
-
});
|
681
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
662
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
663
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
682
664
|
activatorProps: Record<string, any>;
|
683
665
|
openOnClick: boolean;
|
684
666
|
openOnHover: boolean;
|
@@ -731,10 +713,8 @@ export declare const VSnackbar: {
|
|
731
713
|
disabled: boolean;
|
732
714
|
persistent: boolean;
|
733
715
|
modelValue: boolean;
|
734
|
-
locationStrategy: "connected" | "static" |
|
735
|
-
|
736
|
-
});
|
737
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
716
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
717
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
738
718
|
activatorProps: Record<string, any>;
|
739
719
|
openOnClick: boolean;
|
740
720
|
openOnHover: boolean;
|
@@ -758,10 +738,8 @@ export declare const VSnackbar: {
|
|
758
738
|
disabled: boolean;
|
759
739
|
persistent: boolean;
|
760
740
|
modelValue: boolean;
|
761
|
-
locationStrategy: "connected" | "static" |
|
762
|
-
|
763
|
-
});
|
764
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
741
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
742
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
765
743
|
activatorProps: Record<string, any>;
|
766
744
|
openOnHover: boolean;
|
767
745
|
closeOnContentClick: boolean;
|
@@ -782,12 +760,12 @@ export declare const VSnackbar: {
|
|
782
760
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
783
761
|
class?: any;
|
784
762
|
theme?: string | undefined;
|
785
|
-
contentClass?: any;
|
786
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
787
763
|
closeDelay?: string | number | undefined;
|
788
764
|
openDelay?: string | number | undefined;
|
765
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
789
766
|
openOnClick?: boolean | undefined;
|
790
767
|
openOnFocus?: boolean | undefined;
|
768
|
+
contentClass?: any;
|
791
769
|
contentProps?: any;
|
792
770
|
attach?: string | boolean | Element | undefined;
|
793
771
|
} & {
|
@@ -837,7 +815,7 @@ export declare const VSnackbar: {
|
|
837
815
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
838
816
|
localTop: import("vue").ComputedRef<boolean>;
|
839
817
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
840
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
818
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
841
819
|
_allExposed: {
|
842
820
|
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
843
821
|
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -865,11 +843,9 @@ export declare const VSnackbar: {
|
|
865
843
|
timeout: string | number;
|
866
844
|
vertical: boolean;
|
867
845
|
modelValue: boolean;
|
846
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
868
847
|
rounded: string | number | boolean;
|
869
848
|
tile: boolean;
|
870
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
871
|
-
updateLocation: (e?: Event) => void;
|
872
|
-
});
|
873
849
|
activatorProps: Record<string, any>;
|
874
850
|
openOnClick: boolean;
|
875
851
|
openOnHover: boolean;
|
@@ -910,10 +886,8 @@ export declare const VSnackbar: {
|
|
910
886
|
timeout: string | number;
|
911
887
|
vertical: boolean;
|
912
888
|
modelValue: boolean;
|
889
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
913
890
|
tile: boolean;
|
914
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
915
|
-
updateLocation: (e?: Event) => void;
|
916
|
-
});
|
917
891
|
activatorProps: Record<string, any>;
|
918
892
|
openOnHover: boolean;
|
919
893
|
closeOnContentClick: boolean;
|
@@ -937,12 +911,12 @@ export declare const VSnackbar: {
|
|
937
911
|
theme?: string | undefined;
|
938
912
|
timer?: string | boolean | undefined;
|
939
913
|
rounded?: string | number | boolean | undefined;
|
940
|
-
contentClass?: any;
|
941
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
942
914
|
closeDelay?: string | number | undefined;
|
943
915
|
openDelay?: string | number | undefined;
|
916
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
944
917
|
openOnClick?: boolean | undefined;
|
945
918
|
openOnFocus?: boolean | undefined;
|
919
|
+
contentClass?: any;
|
946
920
|
contentProps?: any;
|
947
921
|
attach?: string | boolean | Element | undefined;
|
948
922
|
} & {
|
@@ -996,10 +970,8 @@ export declare const VSnackbar: {
|
|
996
970
|
disabled: boolean;
|
997
971
|
persistent: boolean;
|
998
972
|
modelValue: boolean;
|
999
|
-
locationStrategy: "connected" | "static" |
|
1000
|
-
|
1001
|
-
});
|
1002
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
973
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
974
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1003
975
|
activatorProps: Record<string, any>;
|
1004
976
|
openOnClick: boolean;
|
1005
977
|
openOnHover: boolean;
|
@@ -1023,10 +995,8 @@ export declare const VSnackbar: {
|
|
1023
995
|
disabled: boolean;
|
1024
996
|
persistent: boolean;
|
1025
997
|
modelValue: boolean;
|
1026
|
-
locationStrategy: "connected" | "static" |
|
1027
|
-
|
1028
|
-
});
|
1029
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
998
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
999
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1030
1000
|
activatorProps: Record<string, any>;
|
1031
1001
|
openOnHover: boolean;
|
1032
1002
|
closeOnContentClick: boolean;
|
@@ -1046,12 +1016,12 @@ export declare const VSnackbar: {
|
|
1046
1016
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1047
1017
|
class?: any;
|
1048
1018
|
theme?: string | undefined;
|
1049
|
-
contentClass?: any;
|
1050
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1051
1019
|
closeDelay?: string | number | undefined;
|
1052
1020
|
openDelay?: string | number | undefined;
|
1021
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1053
1022
|
openOnClick?: boolean | undefined;
|
1054
1023
|
openOnFocus?: boolean | undefined;
|
1024
|
+
contentClass?: any;
|
1055
1025
|
contentProps?: any;
|
1056
1026
|
attach?: string | boolean | Element | undefined;
|
1057
1027
|
$children?: import("vue").VNodeChild | {
|
@@ -1124,10 +1094,8 @@ export declare const VSnackbar: {
|
|
1124
1094
|
disabled: boolean;
|
1125
1095
|
persistent: boolean;
|
1126
1096
|
modelValue: boolean;
|
1127
|
-
locationStrategy: "connected" | "static" |
|
1128
|
-
|
1129
|
-
});
|
1130
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1097
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1098
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1131
1099
|
activatorProps: Record<string, any>;
|
1132
1100
|
openOnHover: boolean;
|
1133
1101
|
closeOnContentClick: boolean;
|
@@ -1148,12 +1116,12 @@ export declare const VSnackbar: {
|
|
1148
1116
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1149
1117
|
class?: any;
|
1150
1118
|
theme?: string | undefined;
|
1151
|
-
contentClass?: any;
|
1152
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1153
1119
|
closeDelay?: string | number | undefined;
|
1154
1120
|
openDelay?: string | number | undefined;
|
1121
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1155
1122
|
openOnClick?: boolean | undefined;
|
1156
1123
|
openOnFocus?: boolean | undefined;
|
1124
|
+
contentClass?: any;
|
1157
1125
|
contentProps?: any;
|
1158
1126
|
attach?: string | boolean | Element | undefined;
|
1159
1127
|
} & {
|
@@ -1222,10 +1190,8 @@ export declare const VSnackbar: {
|
|
1222
1190
|
disabled: boolean;
|
1223
1191
|
persistent: boolean;
|
1224
1192
|
modelValue: boolean;
|
1225
|
-
locationStrategy: "connected" | "static" |
|
1226
|
-
|
1227
|
-
});
|
1228
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1193
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1194
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1229
1195
|
activatorProps: Record<string, any>;
|
1230
1196
|
openOnClick: boolean;
|
1231
1197
|
openOnHover: boolean;
|
@@ -1278,10 +1244,8 @@ export declare const VSnackbar: {
|
|
1278
1244
|
disabled: boolean;
|
1279
1245
|
persistent: boolean;
|
1280
1246
|
modelValue: boolean;
|
1281
|
-
locationStrategy: "connected" | "static" |
|
1282
|
-
|
1283
|
-
});
|
1284
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1247
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1248
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1285
1249
|
activatorProps: Record<string, any>;
|
1286
1250
|
openOnClick: boolean;
|
1287
1251
|
openOnHover: boolean;
|
@@ -1305,10 +1269,8 @@ export declare const VSnackbar: {
|
|
1305
1269
|
disabled: boolean;
|
1306
1270
|
persistent: boolean;
|
1307
1271
|
modelValue: boolean;
|
1308
|
-
locationStrategy: "connected" | "static" |
|
1309
|
-
|
1310
|
-
});
|
1311
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1272
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1273
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1312
1274
|
activatorProps: Record<string, any>;
|
1313
1275
|
openOnHover: boolean;
|
1314
1276
|
closeOnContentClick: boolean;
|
@@ -1329,12 +1291,12 @@ export declare const VSnackbar: {
|
|
1329
1291
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1330
1292
|
class?: any;
|
1331
1293
|
theme?: string | undefined;
|
1332
|
-
contentClass?: any;
|
1333
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1334
1294
|
closeDelay?: string | number | undefined;
|
1335
1295
|
openDelay?: string | number | undefined;
|
1296
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1336
1297
|
openOnClick?: boolean | undefined;
|
1337
1298
|
openOnFocus?: boolean | undefined;
|
1299
|
+
contentClass?: any;
|
1338
1300
|
contentProps?: any;
|
1339
1301
|
attach?: string | boolean | Element | undefined;
|
1340
1302
|
} & {
|
@@ -1384,7 +1346,7 @@ export declare const VSnackbar: {
|
|
1384
1346
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1385
1347
|
localTop: import("vue").ComputedRef<boolean>;
|
1386
1348
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1387
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1349
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1388
1350
|
_allExposed: {
|
1389
1351
|
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1390
1352
|
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1410,11 +1372,9 @@ export declare const VSnackbar: {
|
|
1410
1372
|
timeout: string | number;
|
1411
1373
|
vertical: boolean;
|
1412
1374
|
modelValue: boolean;
|
1375
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1413
1376
|
rounded: string | number | boolean;
|
1414
1377
|
tile: boolean;
|
1415
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1416
|
-
updateLocation: (e?: Event) => void;
|
1417
|
-
});
|
1418
1378
|
activatorProps: Record<string, any>;
|
1419
1379
|
openOnClick: boolean;
|
1420
1380
|
openOnHover: boolean;
|
@@ -1442,10 +1402,8 @@ export declare const VSnackbar: {
|
|
1442
1402
|
timeout: string | number;
|
1443
1403
|
vertical: boolean;
|
1444
1404
|
modelValue: boolean;
|
1405
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1445
1406
|
tile: boolean;
|
1446
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1447
|
-
updateLocation: (e?: Event) => void;
|
1448
|
-
});
|
1449
1407
|
activatorProps: Record<string, any>;
|
1450
1408
|
openOnHover: boolean;
|
1451
1409
|
closeOnContentClick: boolean;
|
@@ -1469,12 +1427,12 @@ export declare const VSnackbar: {
|
|
1469
1427
|
theme?: string | undefined;
|
1470
1428
|
timer?: string | boolean | undefined;
|
1471
1429
|
rounded?: string | number | boolean | undefined;
|
1472
|
-
contentClass?: any;
|
1473
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1474
1430
|
closeDelay?: string | number | undefined;
|
1475
1431
|
openDelay?: string | number | undefined;
|
1432
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1476
1433
|
openOnClick?: boolean | undefined;
|
1477
1434
|
openOnFocus?: boolean | undefined;
|
1435
|
+
contentClass?: any;
|
1478
1436
|
contentProps?: any;
|
1479
1437
|
attach?: string | boolean | Element | undefined;
|
1480
1438
|
} & {
|
@@ -1528,10 +1486,8 @@ export declare const VSnackbar: {
|
|
1528
1486
|
disabled: boolean;
|
1529
1487
|
persistent: boolean;
|
1530
1488
|
modelValue: boolean;
|
1531
|
-
locationStrategy: "connected" | "static" |
|
1532
|
-
|
1533
|
-
});
|
1534
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1489
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1490
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1535
1491
|
activatorProps: Record<string, any>;
|
1536
1492
|
openOnClick: boolean;
|
1537
1493
|
openOnHover: boolean;
|
@@ -1555,10 +1511,8 @@ export declare const VSnackbar: {
|
|
1555
1511
|
disabled: boolean;
|
1556
1512
|
persistent: boolean;
|
1557
1513
|
modelValue: boolean;
|
1558
|
-
locationStrategy: "connected" | "static" |
|
1559
|
-
|
1560
|
-
});
|
1561
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1514
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1515
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1562
1516
|
activatorProps: Record<string, any>;
|
1563
1517
|
openOnHover: boolean;
|
1564
1518
|
closeOnContentClick: boolean;
|
@@ -1578,12 +1532,12 @@ export declare const VSnackbar: {
|
|
1578
1532
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1579
1533
|
class?: any;
|
1580
1534
|
theme?: string | undefined;
|
1581
|
-
contentClass?: any;
|
1582
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1583
1535
|
closeDelay?: string | number | undefined;
|
1584
1536
|
openDelay?: string | number | undefined;
|
1537
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1585
1538
|
openOnClick?: boolean | undefined;
|
1586
1539
|
openOnFocus?: boolean | undefined;
|
1540
|
+
contentClass?: any;
|
1587
1541
|
contentProps?: any;
|
1588
1542
|
attach?: string | boolean | Element | undefined;
|
1589
1543
|
$children?: import("vue").VNodeChild | {
|
@@ -1656,10 +1610,8 @@ export declare const VSnackbar: {
|
|
1656
1610
|
disabled: boolean;
|
1657
1611
|
persistent: boolean;
|
1658
1612
|
modelValue: boolean;
|
1659
|
-
locationStrategy: "connected" | "static" |
|
1660
|
-
|
1661
|
-
});
|
1662
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1613
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1614
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1663
1615
|
activatorProps: Record<string, any>;
|
1664
1616
|
openOnHover: boolean;
|
1665
1617
|
closeOnContentClick: boolean;
|
@@ -1680,12 +1632,12 @@ export declare const VSnackbar: {
|
|
1680
1632
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1681
1633
|
class?: any;
|
1682
1634
|
theme?: string | undefined;
|
1683
|
-
contentClass?: any;
|
1684
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1685
1635
|
closeDelay?: string | number | undefined;
|
1686
1636
|
openDelay?: string | number | undefined;
|
1637
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1687
1638
|
openOnClick?: boolean | undefined;
|
1688
1639
|
openOnFocus?: boolean | undefined;
|
1640
|
+
contentClass?: any;
|
1689
1641
|
contentProps?: any;
|
1690
1642
|
attach?: string | boolean | Element | undefined;
|
1691
1643
|
} & {
|
@@ -1754,10 +1706,8 @@ export declare const VSnackbar: {
|
|
1754
1706
|
disabled: boolean;
|
1755
1707
|
persistent: boolean;
|
1756
1708
|
modelValue: boolean;
|
1757
|
-
locationStrategy: "connected" | "static" |
|
1758
|
-
|
1759
|
-
});
|
1760
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1709
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1710
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1761
1711
|
activatorProps: Record<string, any>;
|
1762
1712
|
openOnClick: boolean;
|
1763
1713
|
openOnHover: boolean;
|
@@ -1810,10 +1760,8 @@ export declare const VSnackbar: {
|
|
1810
1760
|
disabled: boolean;
|
1811
1761
|
persistent: boolean;
|
1812
1762
|
modelValue: boolean;
|
1813
|
-
locationStrategy: "connected" | "static" |
|
1814
|
-
|
1815
|
-
});
|
1816
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1763
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1764
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1817
1765
|
activatorProps: Record<string, any>;
|
1818
1766
|
openOnClick: boolean;
|
1819
1767
|
openOnHover: boolean;
|
@@ -1837,10 +1785,8 @@ export declare const VSnackbar: {
|
|
1837
1785
|
disabled: boolean;
|
1838
1786
|
persistent: boolean;
|
1839
1787
|
modelValue: boolean;
|
1840
|
-
locationStrategy: "connected" | "static" |
|
1841
|
-
|
1842
|
-
});
|
1843
|
-
scrollStrategy: "none" | "block" | "close" | ((data: import("../VOverlay/scrollStrategies.js").ScrollStrategyData, props: import("../VOverlay/scrollStrategies.js").StrategyProps, scope: import("vue").EffectScope) => void) | "reposition";
|
1788
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1789
|
+
scrollStrategy: "none" | "block" | "close" | import("../VOverlay/scrollStrategies.js").ScrollStrategyFunction | "reposition";
|
1844
1790
|
activatorProps: Record<string, any>;
|
1845
1791
|
openOnHover: boolean;
|
1846
1792
|
closeOnContentClick: boolean;
|
@@ -1861,12 +1807,12 @@ export declare const VSnackbar: {
|
|
1861
1807
|
target?: Element | "cursor" | "parent" | (string & {}) | import("vue").ComponentPublicInstance | [x: number, y: number] | undefined;
|
1862
1808
|
class?: any;
|
1863
1809
|
theme?: string | undefined;
|
1864
|
-
contentClass?: any;
|
1865
|
-
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1866
1810
|
closeDelay?: string | number | undefined;
|
1867
1811
|
openDelay?: string | number | undefined;
|
1812
|
+
activator?: Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined;
|
1868
1813
|
openOnClick?: boolean | undefined;
|
1869
1814
|
openOnFocus?: boolean | undefined;
|
1815
|
+
contentClass?: any;
|
1870
1816
|
contentProps?: any;
|
1871
1817
|
attach?: string | boolean | Element | undefined;
|
1872
1818
|
} & {
|
@@ -1916,7 +1862,7 @@ export declare const VSnackbar: {
|
|
1916
1862
|
globalTop: Readonly<Ref<boolean, boolean>>;
|
1917
1863
|
localTop: import("vue").ComputedRef<boolean>;
|
1918
1864
|
updateLocation: Ref<((e: Event) => void) | undefined, ((e: Event) => void) | undefined>;
|
1919
|
-
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "
|
1865
|
+
}> & {} & import("vue").ComponentCustomProperties & {}, "offset" | "height" | "width" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "target" | "class" | "theme" | "onAfterEnter" | "onAfterLeave" | "onKeydown" | "$children" | "v-slots" | "v-slot:default" | keyof import("vue").VNodeProps | "onUpdate:modelValue" | "closeDelay" | "openDelay" | "activator" | "contentClass" | "contentProps" | "attach" | "onClick:outside" | ("absolute" | "location" | "origin" | "transition" | "zIndex" | "style" | "eager" | "disabled" | "persistent" | "modelValue" | "locationStrategy" | "scrollStrategy" | "activatorProps" | "openOnClick" | "openOnHover" | "openOnFocus" | "closeOnContentClick" | "closeOnBack" | "contained" | "noClickAnimation" | "scrim" | "_disableGlobalStack") | "v-slot:activator">, `$${any}`> & {
|
1920
1866
|
_allExposed: {
|
1921
1867
|
activatorEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
1922
1868
|
scrimEl: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
@@ -1944,11 +1890,9 @@ export declare const VSnackbar: {
|
|
1944
1890
|
timeout: string | number;
|
1945
1891
|
vertical: boolean;
|
1946
1892
|
modelValue: boolean;
|
1893
|
+
locationStrategy: "connected" | "static" | import("../VOverlay/locationStrategies.js").LocationStrategyFunction;
|
1947
1894
|
rounded: string | number | boolean;
|
1948
1895
|
tile: boolean;
|
1949
|
-
locationStrategy: "connected" | "static" | ((data: import("../VOverlay/locationStrategies.js").LocationStrategyData, props: import("../VOverlay/locationStrategies.js").StrategyProps, contentStyles: Ref<Record<string, string>>) => undefined | {
|
1950
|
-
updateLocation: (e?: Event) => void;
|
1951
|
-
});
|
1952
1896
|
activatorProps: Record<string, any>;
|
1953
1897
|
openOnClick: boolean;
|
1954
1898
|
openOnHover: boolean;
|
@@ -2013,8 +1957,6 @@ export declare const VSnackbar: {
|
|
2013
1957
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2014
1958
|
theme: StringConstructor;
|
2015
1959
|
modelValue: BooleanConstructor;
|
2016
|
-
contentClass: null;
|
2017
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2018
1960
|
locationStrategy: {
|
2019
1961
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2020
1962
|
default: string;
|
@@ -2022,6 +1964,7 @@ export declare const VSnackbar: {
|
|
2022
1964
|
};
|
2023
1965
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2024
1966
|
openDelay: (StringConstructor | NumberConstructor)[];
|
1967
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2025
1968
|
activatorProps: {
|
2026
1969
|
type: import("vue").PropType<Record<string, any>>;
|
2027
1970
|
default: () => {};
|
@@ -2041,6 +1984,7 @@ export declare const VSnackbar: {
|
|
2041
1984
|
default: boolean;
|
2042
1985
|
};
|
2043
1986
|
contained: BooleanConstructor;
|
1987
|
+
contentClass: null;
|
2044
1988
|
contentProps: null;
|
2045
1989
|
attach: import("vue").PropType<boolean | string | Element>;
|
2046
1990
|
color: StringConstructor;
|
@@ -2112,8 +2056,6 @@ export declare const VSnackbar: {
|
|
2112
2056
|
class: import("vue").PropType<import("../../composables/component.js").ClassValue>;
|
2113
2057
|
theme: StringConstructor;
|
2114
2058
|
modelValue: BooleanConstructor;
|
2115
|
-
contentClass: null;
|
2116
|
-
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2117
2059
|
locationStrategy: {
|
2118
2060
|
type: import("vue").PropType<import("../VOverlay/locationStrategies.js").StrategyProps["locationStrategy"]>;
|
2119
2061
|
default: string;
|
@@ -2121,6 +2063,7 @@ export declare const VSnackbar: {
|
|
2121
2063
|
};
|
2122
2064
|
closeDelay: (StringConstructor | NumberConstructor)[];
|
2123
2065
|
openDelay: (StringConstructor | NumberConstructor)[];
|
2066
|
+
activator: import("vue").PropType<Element | "parent" | (string & {}) | import("vue").ComponentPublicInstance | undefined>;
|
2124
2067
|
activatorProps: {
|
2125
2068
|
type: import("vue").PropType<Record<string, any>>;
|
2126
2069
|
default: () => {};
|
@@ -2140,6 +2083,7 @@ export declare const VSnackbar: {
|
|
2140
2083
|
default: boolean;
|
2141
2084
|
};
|
2142
2085
|
contained: BooleanConstructor;
|
2086
|
+
contentClass: null;
|
2143
2087
|
contentProps: null;
|
2144
2088
|
attach: import("vue").PropType<boolean | string | Element>;
|
2145
2089
|
color: StringConstructor;
|