vuetify 3.10.2 → 3.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/json/attributes.json +3585 -3581
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +136 -136
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +6506 -6482
- package/dist/vuetify-labs.cjs +124 -92
- package/dist/vuetify-labs.css +4941 -4941
- package/dist/vuetify-labs.d.ts +1375 -1363
- package/dist/vuetify-labs.esm.js +125 -93
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +124 -92
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +116 -87
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +6491 -6491
- package/dist/vuetify.d.ts +1120 -1108
- package/dist/vuetify.esm.js +116 -87
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +116 -87
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +1435 -1428
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.d.ts +3 -3
- package/lib/components/VAlert/VAlertTitle.d.ts +3 -3
- package/lib/components/VApp/VApp.d.ts +3 -3
- package/lib/components/VAppBar/VAppBar.d.ts +3 -3
- package/lib/components/VAppBar/VAppBarNavIcon.d.ts +6 -6
- package/lib/components/VAppBar/VAppBarTitle.d.ts +3 -3
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +116 -116
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.d.ts +3 -3
- package/lib/components/VBadge/VBadge.d.ts +3 -3
- package/lib/components/VBanner/VBanner.d.ts +3 -3
- package/lib/components/VBanner/VBannerActions.d.ts +3 -3
- package/lib/components/VBanner/VBannerText.d.ts +3 -3
- package/lib/components/VBottomNavigation/VBottomNavigation.d.ts +3 -3
- package/lib/components/VBottomSheet/VBottomSheet.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbs.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsDivider.d.ts +3 -3
- package/lib/components/VBreadcrumbs/VBreadcrumbsItem.d.ts +3 -3
- package/lib/components/VBtn/VBtn.d.ts +6 -6
- package/lib/components/VBtn/VBtn.js +5 -5
- package/lib/components/VBtn/VBtn.js.map +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.d.ts +3 -3
- package/lib/components/VBtnToggle/VBtnToggle.d.ts +3 -3
- package/lib/components/VCard/VCard.d.ts +6 -6
- package/lib/components/VCard/VCard.js +2 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VCard/VCardActions.d.ts +3 -3
- package/lib/components/VCard/VCardItem.d.ts +3 -3
- package/lib/components/VCard/VCardSubtitle.d.ts +3 -3
- package/lib/components/VCard/VCardText.d.ts +3 -3
- package/lib/components/VCard/VCardTitle.d.ts +3 -3
- package/lib/components/VCarousel/VCarousel.d.ts +3 -3
- package/lib/components/VCarousel/VCarouselItem.d.ts +3 -3
- package/lib/components/VCheckbox/VCheckbox.d.ts +15 -15
- package/lib/components/VCheckbox/VCheckboxBtn.d.ts +6 -6
- package/lib/components/VChip/VChip.d.ts +6 -6
- package/lib/components/VChip/VChip.js +15 -4
- package/lib/components/VChip/VChip.js.map +1 -1
- package/lib/components/VChipGroup/VChipGroup.d.ts +3 -3
- package/lib/components/VCode/index.d.ts +3 -3
- package/lib/components/VCombobox/VCombobox.d.ts +129 -116
- package/lib/components/VCombobox/VCombobox.js +8 -25
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.d.ts +3 -3
- package/lib/components/VDataIterator/VDataIterator.d.ts +9 -9
- package/lib/components/VDataTable/VDataTable.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableServer.d.ts +3 -3
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +6 -6
- package/lib/components/VDataTable/composables/expand.js +8 -8
- package/lib/components/VDataTable/composables/expand.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +3 -3
- package/lib/components/VDialog/VDialog.d.ts +12 -12
- package/lib/components/VDialog/VDialog.js +29 -11
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js +41 -0
- package/lib/components/VDialog/__test__/VDialog.spec.browser.js.map +1 -1
- package/lib/components/VDivider/VDivider.d.ts +3 -3
- package/lib/components/VEmptyState/VEmptyState.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanel.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanelText.d.ts +3 -3
- package/lib/components/VExpansionPanel/VExpansionPanelTitle.d.ts +6 -6
- package/lib/components/VExpansionPanel/VExpansionPanels.d.ts +6 -6
- package/lib/components/VFab/VFab.d.ts +6 -6
- package/lib/components/VField/VField.d.ts +3 -3
- package/lib/components/VField/VFieldLabel.d.ts +3 -3
- package/lib/components/VFileInput/VFileInput.d.ts +12 -12
- package/lib/components/VFileInput/VFileInput.js +2 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.d.ts +3 -3
- package/lib/components/VForm/VForm.d.ts +6 -6
- package/lib/components/VGrid/VCol.d.ts +3 -3
- package/lib/components/VGrid/VContainer.d.ts +3 -3
- package/lib/components/VGrid/VRow.d.ts +3 -3
- package/lib/components/VGrid/VSpacer.d.ts +3 -3
- package/lib/components/VIcon/VIcon.d.ts +3 -3
- package/lib/components/VImg/VImg.d.ts +3 -3
- package/lib/components/VInput/VInput.d.ts +3 -3
- package/lib/components/VItemGroup/VItemGroup.d.ts +3 -3
- package/lib/components/VKbd/VKbd.d.ts +3 -3
- package/lib/components/VLabel/VLabel.d.ts +3 -3
- package/lib/components/VLayout/VLayout.d.ts +3 -3
- package/lib/components/VLayout/VLayoutItem.d.ts +3 -3
- package/lib/components/VLazy/VLazy.d.ts +3 -3
- package/lib/components/VList/VList.d.ts +11 -11
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +3 -3
- package/lib/components/VList/VListImg.d.ts +3 -3
- package/lib/components/VList/VListItem.d.ts +6 -6
- package/lib/components/VList/VListItem.js +2 -2
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VList/VListItemAction.d.ts +3 -3
- package/lib/components/VList/VListItemMedia.d.ts +3 -3
- package/lib/components/VList/VListItemSubtitle.d.ts +3 -3
- package/lib/components/VList/VListItemTitle.d.ts +3 -3
- package/lib/components/VList/VListSubheader.d.ts +3 -3
- package/lib/components/VLocaleProvider/VLocaleProvider.d.ts +3 -3
- package/lib/components/VMain/VMain.d.ts +3 -3
- package/lib/components/VMenu/VMenu.d.ts +15 -15
- package/lib/components/VMessages/VMessages.d.ts +3 -3
- package/lib/components/VNavigationDrawer/VNavigationDrawer.d.ts +3 -3
- package/lib/components/VNumberInput/VNumberInput.d.ts +66 -66
- package/lib/components/VNumberInput/VNumberInput.js +1 -0
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.d.ts +3 -3
- package/lib/components/VOverlay/VOverlay.d.ts +3 -3
- package/lib/components/VPagination/VPagination.d.ts +3 -3
- package/lib/components/VParallax/VParallax.d.ts +3 -3
- package/lib/components/VProgressCircular/VProgressCircular.d.ts +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +3 -3
- package/lib/components/VRadio/VRadio.d.ts +6 -6
- package/lib/components/VRadioGroup/VRadioGroup.d.ts +15 -15
- package/lib/components/VRangeSlider/VRangeSlider.d.ts +12 -12
- package/lib/components/VRating/VRating.d.ts +3 -3
- package/lib/components/VResponsive/VResponsive.d.ts +3 -3
- package/lib/components/VSelect/VSelect.d.ts +140 -140
- package/lib/components/VSelectionControl/VSelectionControl.d.ts +6 -6
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.d.ts +6 -6
- package/lib/components/VSheet/VSheet.d.ts +3 -3
- package/lib/components/VSlideGroup/VSlideGroup.d.ts +3 -3
- package/lib/components/VSlider/VSlider.d.ts +12 -12
- package/lib/components/VSlider/VSliderThumb.d.ts +6 -6
- package/lib/components/VSlider/VSliderTrack.d.ts +3 -3
- package/lib/components/VSnackbar/VSnackbar.d.ts +12 -12
- package/lib/components/VSnackbarQueue/VSnackbarQueue.d.ts +3 -3
- package/lib/components/VSpeedDial/VSpeedDial.d.ts +9 -9
- package/lib/components/VStepper/VStepper.d.ts +3 -3
- package/lib/components/VStepper/VStepperHeader.d.ts +3 -3
- package/lib/components/VStepper/VStepperItem.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindow.d.ts +3 -3
- package/lib/components/VStepper/VStepperWindowItem.d.ts +3 -3
- package/lib/components/VSwitch/VSwitch.d.ts +15 -15
- package/lib/components/VSwitch/VSwitch.js +2 -2
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VSystemBar/VSystemBar.d.ts +3 -3
- package/lib/components/VTable/VTable.d.ts +3 -3
- package/lib/components/VTabs/VTab.d.ts +24 -24
- package/lib/components/VTabs/VTabs.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindow.d.ts +3 -3
- package/lib/components/VTabs/VTabsWindowItem.d.ts +3 -3
- package/lib/components/VTextField/VTextField.d.ts +21 -21
- package/lib/components/VTextarea/VTextarea.d.ts +12 -12
- package/lib/components/VThemeProvider/VThemeProvider.d.ts +3 -3
- package/lib/components/VTimePicker/VTimePicker.d.ts +3 -3
- package/lib/components/VTimeline/VTimeline.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineDivider.d.ts +3 -3
- package/lib/components/VTimeline/VTimelineItem.d.ts +3 -3
- package/lib/components/VToolbar/VToolbar.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarItems.d.ts +3 -3
- package/lib/components/VToolbar/VToolbarTitle.d.ts +3 -3
- package/lib/components/VTooltip/VTooltip.d.ts +15 -15
- package/lib/components/VTreeview/VTreeview.d.ts +26 -26
- package/lib/components/VTreeview/VTreeviewChildren.js +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +3 -3
- package/lib/components/VTreeview/VTreeviewItem.d.ts +24 -24
- package/lib/components/VVirtualScroll/VVirtualScroll.d.ts +6 -6
- package/lib/components/VVirtualScroll/VVirtualScrollItem.d.ts +3 -3
- package/lib/components/VWindow/VWindow.d.ts +3 -3
- package/lib/components/VWindow/VWindowItem.d.ts +3 -3
- package/lib/components/transitions/createTransition.d.ts +6 -6
- package/lib/components/transitions/index.d.ts +78 -78
- package/lib/composables/goto.js +2 -2
- package/lib/composables/goto.js.map +1 -1
- package/lib/composables/group.d.ts +2 -0
- package/lib/composables/group.js +15 -9
- package/lib/composables/group.js.map +1 -1
- package/lib/composables/router.d.ts +2 -0
- package/lib/composables/router.js +6 -1
- package/lib/composables/router.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +63 -63
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.js +7 -4
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/composables/calendarWithEvents.js +7 -4
- package/lib/labs/VCalendar/composables/calendarWithEvents.js.map +1 -1
- package/lib/labs/VColorInput/VColorInput.d.ts +6 -6
- package/lib/labs/VDateInput/VDateInput.d.ts +66 -66
- package/lib/labs/VFileUpload/VFileUpload.d.ts +3 -3
- package/lib/labs/VFileUpload/VFileUpload.js +2 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.d.ts +6 -6
- package/lib/labs/VHotkey/VHotkey.d.ts +3 -3
- package/lib/labs/VIconBtn/VIconBtn.d.ts +3 -3
- package/lib/labs/VMaskInput/VMaskInput.d.ts +66 -66
- package/lib/labs/VPicker/VPicker.d.ts +3 -3
- package/lib/labs/VPicker/VPickerTitle.d.ts +3 -3
- package/lib/labs/VPie/VPieTooltip.d.ts +3 -3
- package/lib/labs/VStepperVertical/VStepperVertical.d.ts +6 -6
- package/lib/labs/VStepperVertical/VStepperVerticalItem.d.ts +6 -6
- package/lib/labs/VVideo/VVideo.d.ts +87 -87
- package/lib/labs/VVideo/VVideoControls.d.ts +40 -40
- package/lib/labs/VVideo/VVideoVolume.d.ts +33 -33
- package/lib/util/animation.js +1 -1
- package/lib/util/animation.js.map +1 -1
- package/lib/util/box.d.ts +1 -1
- package/lib/util/box.js +19 -14
- package/lib/util/box.js.map +1 -1
- package/lib/util/createSimpleFunctional.d.ts +3 -3
- package/lib/util/events.js +2 -2
- package/lib/util/events.js.map +1 -1
- package/package.json +9 -9
|
@@ -35,7 +35,7 @@ export declare const makeVListItemSubtitleProps: <Defaults extends {
|
|
|
35
35
|
};
|
|
36
36
|
export declare const VListItemSubtitle: {
|
|
37
37
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
38
|
-
style: import("vue").StyleValue;
|
|
38
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
39
39
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
40
40
|
} & {
|
|
41
41
|
class?: any;
|
|
@@ -66,7 +66,7 @@ export declare const VListItemSubtitle: {
|
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
68
|
}, {
|
|
69
|
-
style: import("vue").StyleValue;
|
|
69
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
70
70
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
71
71
|
} & {
|
|
72
72
|
class?: any;
|
|
@@ -90,7 +90,7 @@ export declare const VListItemSubtitle: {
|
|
|
90
90
|
__isTeleport?: undefined;
|
|
91
91
|
__isSuspense?: undefined;
|
|
92
92
|
} & import("vue").ComponentOptionsBase<{
|
|
93
|
-
style: import("vue").StyleValue;
|
|
93
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
94
94
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
95
95
|
} & {
|
|
96
96
|
class?: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const VListItemTitle: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
3
|
-
style: import("vue").StyleValue;
|
|
3
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
4
4
|
tag: string;
|
|
5
5
|
} & {
|
|
6
6
|
class?: any;
|
|
@@ -32,7 +32,7 @@ export declare const VListItemTitle: {
|
|
|
32
32
|
M: {};
|
|
33
33
|
Defaults: {};
|
|
34
34
|
}, {
|
|
35
|
-
style: import("vue").StyleValue;
|
|
35
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
36
36
|
tag: string;
|
|
37
37
|
} & {
|
|
38
38
|
class?: any;
|
|
@@ -57,7 +57,7 @@ export declare const VListItemTitle: {
|
|
|
57
57
|
__isTeleport?: undefined;
|
|
58
58
|
__isSuspense?: undefined;
|
|
59
59
|
} & import("vue").ComponentOptionsBase<{
|
|
60
|
-
style: import("vue").StyleValue;
|
|
60
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
61
61
|
tag: string;
|
|
62
62
|
} & {
|
|
63
63
|
class?: any;
|
|
@@ -50,7 +50,7 @@ export declare const makeVListSubheaderProps: <Defaults extends {
|
|
|
50
50
|
};
|
|
51
51
|
export declare const VListSubheader: {
|
|
52
52
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
53
|
-
style: import("vue").StyleValue;
|
|
53
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
54
54
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
55
55
|
inset: boolean;
|
|
56
56
|
sticky: boolean;
|
|
@@ -86,7 +86,7 @@ export declare const VListSubheader: {
|
|
|
86
86
|
M: {};
|
|
87
87
|
Defaults: {};
|
|
88
88
|
}, {
|
|
89
|
-
style: import("vue").StyleValue;
|
|
89
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
90
90
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
91
91
|
inset: boolean;
|
|
92
92
|
sticky: boolean;
|
|
@@ -115,7 +115,7 @@ export declare const VListSubheader: {
|
|
|
115
115
|
__isTeleport?: undefined;
|
|
116
116
|
__isSuspense?: undefined;
|
|
117
117
|
} & import("vue").ComponentOptionsBase<{
|
|
118
|
-
style: import("vue").StyleValue;
|
|
118
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
119
119
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
120
120
|
inset: boolean;
|
|
121
121
|
sticky: boolean;
|
|
@@ -47,7 +47,7 @@ export declare const makeVLocaleProviderProps: <Defaults extends {
|
|
|
47
47
|
};
|
|
48
48
|
export declare const VLocaleProvider: {
|
|
49
49
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
50
|
-
style: import("vue").StyleValue;
|
|
50
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
51
51
|
} & {
|
|
52
52
|
class?: any;
|
|
53
53
|
locale?: string | undefined;
|
|
@@ -80,7 +80,7 @@ export declare const VLocaleProvider: {
|
|
|
80
80
|
M: {};
|
|
81
81
|
Defaults: {};
|
|
82
82
|
}, {
|
|
83
|
-
style: import("vue").StyleValue;
|
|
83
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
84
84
|
} & {
|
|
85
85
|
class?: any;
|
|
86
86
|
locale?: string | undefined;
|
|
@@ -106,7 +106,7 @@ export declare const VLocaleProvider: {
|
|
|
106
106
|
__isTeleport?: undefined;
|
|
107
107
|
__isSuspense?: undefined;
|
|
108
108
|
} & import("vue").ComponentOptionsBase<{
|
|
109
|
-
style: import("vue").StyleValue;
|
|
109
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
110
110
|
} & {
|
|
111
111
|
class?: any;
|
|
112
112
|
locale?: string | undefined;
|
|
@@ -73,7 +73,7 @@ export declare const makeVMainProps: <Defaults extends {
|
|
|
73
73
|
};
|
|
74
74
|
export declare const VMain: {
|
|
75
75
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
76
|
-
style: import("vue").StyleValue;
|
|
76
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
77
77
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
78
78
|
scrollable: boolean;
|
|
79
79
|
} & {
|
|
@@ -111,7 +111,7 @@ export declare const VMain: {
|
|
|
111
111
|
M: {};
|
|
112
112
|
Defaults: {};
|
|
113
113
|
}, {
|
|
114
|
-
style: import("vue").StyleValue;
|
|
114
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
115
115
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
116
116
|
scrollable: boolean;
|
|
117
117
|
} & {
|
|
@@ -142,7 +142,7 @@ export declare const VMain: {
|
|
|
142
142
|
__isTeleport?: undefined;
|
|
143
143
|
__isSuspense?: undefined;
|
|
144
144
|
} & import("vue").ComponentOptionsBase<{
|
|
145
|
-
style: import("vue").StyleValue;
|
|
145
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
146
146
|
tag: string | import("../../util/index.js").JSXComponent;
|
|
147
147
|
scrollable: boolean;
|
|
148
148
|
} & {
|
|
@@ -866,9 +866,9 @@ export declare const makeVMenuProps: <Defaults extends {
|
|
|
866
866
|
};
|
|
867
867
|
export declare const VMenu: {
|
|
868
868
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
869
|
-
style: import("vue").StyleValue;
|
|
869
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
870
870
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
871
|
-
location: import("../../util/index.js").Anchor
|
|
871
|
+
location: import("../../util/index.js").Anchor;
|
|
872
872
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
873
873
|
stickToTarget: boolean;
|
|
874
874
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
@@ -1043,7 +1043,7 @@ export declare const VMenu: {
|
|
|
1043
1043
|
}> & Omit<{
|
|
1044
1044
|
theme?: string | undefined;
|
|
1045
1045
|
class?: any;
|
|
1046
|
-
style: import("vue").StyleValue;
|
|
1046
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1047
1047
|
$children?: {
|
|
1048
1048
|
default?: ((arg: {
|
|
1049
1049
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -1147,7 +1147,7 @@ export declare const VMenu: {
|
|
|
1147
1147
|
$emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
1148
1148
|
$el: any;
|
|
1149
1149
|
$options: import("vue").ComponentOptionsBase<{
|
|
1150
|
-
style: import("vue").StyleValue;
|
|
1150
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1151
1151
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1152
1152
|
location: import("../../util/index.js").Anchor;
|
|
1153
1153
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -1325,7 +1325,7 @@ export declare const VMenu: {
|
|
|
1325
1325
|
zIndex: string | number;
|
|
1326
1326
|
_disableGlobalStack: boolean;
|
|
1327
1327
|
}> & Omit<{
|
|
1328
|
-
style: import("vue").StyleValue;
|
|
1328
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1329
1329
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1330
1330
|
location: import("../../util/index.js").Anchor;
|
|
1331
1331
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -1547,9 +1547,9 @@ export declare const VMenu: {
|
|
|
1547
1547
|
M: {};
|
|
1548
1548
|
Defaults: {};
|
|
1549
1549
|
}, {
|
|
1550
|
-
style: import("vue").StyleValue;
|
|
1550
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1551
1551
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1552
|
-
location: import("../../util/index.js").Anchor
|
|
1552
|
+
location: import("../../util/index.js").Anchor;
|
|
1553
1553
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
1554
1554
|
stickToTarget: boolean;
|
|
1555
1555
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
@@ -1724,7 +1724,7 @@ export declare const VMenu: {
|
|
|
1724
1724
|
}> & Omit<{
|
|
1725
1725
|
theme?: string | undefined;
|
|
1726
1726
|
class?: any;
|
|
1727
|
-
style: import("vue").StyleValue;
|
|
1727
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1728
1728
|
$children?: {
|
|
1729
1729
|
default?: ((arg: {
|
|
1730
1730
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -1828,7 +1828,7 @@ export declare const VMenu: {
|
|
|
1828
1828
|
$emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
1829
1829
|
$el: any;
|
|
1830
1830
|
$options: import("vue").ComponentOptionsBase<{
|
|
1831
|
-
style: import("vue").StyleValue;
|
|
1831
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
1832
1832
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
1833
1833
|
location: import("../../util/index.js").Anchor;
|
|
1834
1834
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -2006,7 +2006,7 @@ export declare const VMenu: {
|
|
|
2006
2006
|
zIndex: string | number;
|
|
2007
2007
|
_disableGlobalStack: boolean;
|
|
2008
2008
|
}> & Omit<{
|
|
2009
|
-
style: import("vue").StyleValue;
|
|
2009
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2010
2010
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2011
2011
|
location: import("../../util/index.js").Anchor;
|
|
2012
2012
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -2210,9 +2210,9 @@ export declare const VMenu: {
|
|
|
2210
2210
|
__isTeleport?: undefined;
|
|
2211
2211
|
__isSuspense?: undefined;
|
|
2212
2212
|
} & import("vue").ComponentOptionsBase<{
|
|
2213
|
-
style: import("vue").StyleValue;
|
|
2213
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2214
2214
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2215
|
-
location: import("../../util/index.js").Anchor
|
|
2215
|
+
location: import("../../util/index.js").Anchor;
|
|
2216
2216
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
2217
2217
|
stickToTarget: boolean;
|
|
2218
2218
|
scrollStrategy: "block" | "close" | "none" | "reposition" | import("../../types.js").ScrollStrategyFunction;
|
|
@@ -2387,7 +2387,7 @@ export declare const VMenu: {
|
|
|
2387
2387
|
}> & Omit<{
|
|
2388
2388
|
theme?: string | undefined;
|
|
2389
2389
|
class?: any;
|
|
2390
|
-
style: import("vue").StyleValue;
|
|
2390
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2391
2391
|
$children?: {
|
|
2392
2392
|
default?: ((arg: {
|
|
2393
2393
|
isActive: import("vue").Ref<boolean, boolean>;
|
|
@@ -2491,7 +2491,7 @@ export declare const VMenu: {
|
|
|
2491
2491
|
$emit: ((event: "afterEnter") => void) & ((event: "afterLeave") => void) & ((event: "click:outside", e: MouseEvent) => void) & ((event: "keydown", e: KeyboardEvent) => void) & ((event: "update:modelValue", value: boolean) => void);
|
|
2492
2492
|
$el: any;
|
|
2493
2493
|
$options: import("vue").ComponentOptionsBase<{
|
|
2494
|
-
style: import("vue").StyleValue;
|
|
2494
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2495
2495
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2496
2496
|
location: import("../../util/index.js").Anchor;
|
|
2497
2497
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -2669,7 +2669,7 @@ export declare const VMenu: {
|
|
|
2669
2669
|
zIndex: string | number;
|
|
2670
2670
|
_disableGlobalStack: boolean;
|
|
2671
2671
|
}> & Omit<{
|
|
2672
|
-
style: import("vue").StyleValue;
|
|
2672
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
2673
2673
|
locationStrategy: "connected" | "static" | import("../../types.js").LocationStrategyFunction;
|
|
2674
2674
|
location: import("../../util/index.js").Anchor;
|
|
2675
2675
|
origin: "auto" | "overlap" | import("../../util/index.js").Anchor;
|
|
@@ -109,7 +109,7 @@ export declare const makeVMessagesProps: <Defaults extends {
|
|
|
109
109
|
};
|
|
110
110
|
export declare const VMessages: {
|
|
111
111
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
112
|
-
style: import("vue").StyleValue;
|
|
112
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
113
113
|
transition: string | boolean | {
|
|
114
114
|
component: Component;
|
|
115
115
|
leaveAbsolute: boolean;
|
|
@@ -156,7 +156,7 @@ export declare const VMessages: {
|
|
|
156
156
|
M: {};
|
|
157
157
|
Defaults: {};
|
|
158
158
|
}, {
|
|
159
|
-
style: import("vue").StyleValue;
|
|
159
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
160
160
|
transition: string | boolean | {
|
|
161
161
|
component: Component;
|
|
162
162
|
leaveAbsolute: boolean;
|
|
@@ -196,7 +196,7 @@ export declare const VMessages: {
|
|
|
196
196
|
__isTeleport?: undefined;
|
|
197
197
|
__isSuspense?: undefined;
|
|
198
198
|
} & import("vue").ComponentOptionsBase<{
|
|
199
|
-
style: import("vue").StyleValue;
|
|
199
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
200
200
|
transition: string | boolean | {
|
|
201
201
|
component: Component;
|
|
202
202
|
leaveAbsolute: boolean;
|
|
@@ -266,7 +266,7 @@ export declare const makeVNavigationDrawerProps: <Defaults extends {
|
|
|
266
266
|
};
|
|
267
267
|
export declare const VNavigationDrawer: {
|
|
268
268
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<{
|
|
269
|
-
style: import("vue").StyleValue;
|
|
269
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
270
270
|
mobile: boolean | null;
|
|
271
271
|
order: string | number;
|
|
272
272
|
absolute: boolean;
|
|
@@ -371,7 +371,7 @@ export declare const VNavigationDrawer: {
|
|
|
371
371
|
M: {};
|
|
372
372
|
Defaults: {};
|
|
373
373
|
}, {
|
|
374
|
-
style: import("vue").StyleValue;
|
|
374
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
375
375
|
mobile: boolean | null;
|
|
376
376
|
order: string | number;
|
|
377
377
|
absolute: boolean;
|
|
@@ -457,7 +457,7 @@ export declare const VNavigationDrawer: {
|
|
|
457
457
|
__isTeleport?: undefined;
|
|
458
458
|
__isSuspense?: undefined;
|
|
459
459
|
} & import("vue").ComponentOptionsBase<{
|
|
460
|
-
style: import("vue").StyleValue;
|
|
460
|
+
style: string | false | import("vue").StyleValue[] | import("vue").CSSProperties | null;
|
|
461
461
|
mobile: boolean | null;
|
|
462
462
|
order: string | number;
|
|
463
463
|
absolute: boolean;
|