@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-01
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 +9 -5
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +128 -128
- package/dist/json/tags.json +1 -0
- package/dist/json/web-types.json +24 -13
- package/dist/vuetify-labs.css +2796 -2073
- package/dist/vuetify-labs.d.ts +29 -11
- package/dist/vuetify-labs.esm.js +98 -67
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +98 -67
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1806 -1083
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +35 -29
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +35 -29
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +13 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +5 -1
- package/lib/components/VAutocomplete/VAutocomplete.css +4 -0
- package/lib/components/VAvatar/VAvatar.css +8 -4
- package/lib/components/VAvatar/VAvatar.mjs +1 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VBadge/VBadge.css +2 -0
- package/lib/components/VBanner/VBanner.css +12 -4
- package/lib/components/VBottomNavigation/VBottomNavigation.css +11 -3
- package/lib/components/VBottomSheet/VBottomSheet.css +2 -0
- package/lib/components/VBtn/VBtn.css +16 -9
- package/lib/components/VBtn/VBtn.mjs +1 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +12 -4
- package/lib/components/VCard/VCard.css +9 -1
- package/lib/components/VCarousel/VCarousel.css +2 -0
- package/lib/components/VChip/VChip.css +15 -9
- package/lib/components/VChip/VChip.sass +1 -1
- package/lib/components/VColorPicker/VColorPicker.css +2 -0
- package/lib/components/VColorPicker/VColorPicker.sass +4 -4
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -4
- package/lib/components/VCombobox/VCombobox.css +4 -0
- package/lib/components/VDialog/VDialog.css +5 -0
- package/lib/components/VDivider/VDivider.css +2 -0
- package/lib/components/VExpansionPanel/VExpansionPanel.css +11 -5
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +3 -3
- package/lib/components/VField/VField.css +13 -1
- package/lib/components/VField/VField.sass +5 -8
- package/lib/components/VFooter/VFooter.css +12 -4
- package/lib/components/VFooter/VFooter.mjs +20 -14
- package/lib/components/VFooter/VFooter.mjs.map +1 -1
- package/lib/components/VFooter/index.d.mts +3 -3
- package/lib/components/VGrid/VGrid.sass +1 -1
- package/lib/components/VGrid/_mixins.sass +4 -4
- package/lib/components/VImg/VImg.css +6 -0
- package/lib/components/VKbd/VKbd.css +2 -0
- package/lib/components/VList/VList.css +12 -4
- package/lib/components/VList/VListItem.css +21 -11
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VMain/VMain.css +2 -0
- package/lib/components/VMenu/VMenu.css +6 -0
- package/lib/components/VMenu/VMenu.mjs +1 -1
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +9 -3
- package/lib/components/VOtpInput/VOtpInput.css +3 -1
- package/lib/components/VOtpInput/VOtpInput.sass +1 -2
- package/lib/components/VOverflowBtn/VOverflowBtn.sass +1 -1
- package/lib/components/VSelect/VSelect.css +4 -0
- package/lib/components/VSelectionControl/VSelectionControl.css +6 -4
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -1
- package/lib/components/VSheet/VSheet.css +12 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +6 -4
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +9 -8
- package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs.map +1 -1
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +1 -2
- package/lib/components/VSlider/VSliderThumb.sass +2 -2
- package/lib/components/VSnackbar/VSnackbar.css +2 -0
- package/lib/components/VSnackbar/VSnackbar.mjs +4 -4
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VStepper/VStepper.css +8 -2
- package/lib/components/VStepper/VStepper.sass +2 -4
- package/lib/components/VStepper/VStepperItem.css +4 -1
- package/lib/components/VStepper/VStepperItem.sass +1 -1
- package/lib/components/VSwitch/VSwitch.css +2 -0
- package/lib/components/VSwitch/VSwitch.sass +10 -10
- package/lib/components/VSystemBar/VSystemBar.css +14 -8
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +2 -3
- package/lib/components/VTimeline/VTimeline.css +2 -0
- package/lib/components/VToolbar/VToolbar.css +21 -7
- package/lib/components/VToolbar/VToolbar.sass +1 -2
- package/lib/components/VTreeview/VTreeview.sass +9 -9
- package/lib/components/index.d.mts +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +44 -44
- package/lib/labs/VNumberInput/VNumberInput.mjs +60 -36
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/index.d.mts +17 -8
- package/lib/labs/VPicker/VPicker.css +6 -2
- package/lib/labs/VPicker/VPicker.sass +2 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +4 -3
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -1
- package/lib/labs/VPullToRefresh/index.d.mts +9 -0
- package/lib/labs/components.d.mts +26 -8
- package/lib/styles/generic/_colors.scss +9 -3
- package/lib/styles/main.css +520 -0
- package/lib/styles/tools/_absolute.sass +8 -7
- package/lib/styles/tools/_border.sass +4 -3
- package/lib/styles/tools/_display.sass +8 -7
- package/lib/styles/tools/_elevation.sass +4 -2
- package/lib/styles/tools/_index.sass +0 -1
- package/lib/styles/tools/_radius.sass +6 -5
- package/lib/styles/tools/_rounded.sass +2 -1
- package/lib/styles/tools/_theme.sass +3 -2
- package/lib/styles/tools/_typography.sass +6 -5
- package/lib/styles/tools/_utilities.sass +5 -5
- package/lib/styles/utilities/_index.sass +7 -7
- package/package.json +1 -1
- package/lib/styles/tools/_sheet.sass +0 -14
package/dist/vuetify.d.ts
CHANGED
@@ -35939,7 +35939,7 @@ declare const VFooter: {
|
|
35939
35939
|
} | undefined;
|
35940
35940
|
} & {
|
35941
35941
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
35942
|
-
},
|
35942
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
|
35943
35943
|
absolute: boolean;
|
35944
35944
|
height: string | number;
|
35945
35945
|
order: string | number;
|
@@ -36009,7 +36009,7 @@ declare const VFooter: {
|
|
36009
36009
|
} | undefined;
|
36010
36010
|
} & {
|
36011
36011
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36012
|
-
},
|
36012
|
+
}, any, {}, {}, {}, {
|
36013
36013
|
absolute: boolean;
|
36014
36014
|
height: string | number;
|
36015
36015
|
order: string | number;
|
@@ -36047,7 +36047,7 @@ declare const VFooter: {
|
|
36047
36047
|
} | undefined;
|
36048
36048
|
} & {
|
36049
36049
|
"v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
|
36050
|
-
},
|
36050
|
+
}, any, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
36051
36051
|
absolute: boolean;
|
36052
36052
|
height: string | number;
|
36053
36053
|
order: string | number;
|
@@ -73078,40 +73078,40 @@ declare global {
|
|
73078
73078
|
}
|
73079
73079
|
interface _GlobalComponents {
|
73080
73080
|
VApp: typeof import('vuetify/components')['VApp']
|
73081
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73082
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
73083
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73084
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73081
73085
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73082
73086
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73083
73087
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73084
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73085
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
73086
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73087
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73088
73088
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73089
73089
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73090
73090
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73091
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73092
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
73093
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73094
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73095
73091
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73096
73092
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73097
73093
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73094
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73098
73095
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73096
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73097
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73098
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73099
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73099
73100
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73100
73101
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73101
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73102
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73103
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73104
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73105
73102
|
VCard: typeof import('vuetify/components')['VCard']
|
73106
73103
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73107
73104
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73108
73105
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73109
73106
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73110
73107
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73108
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73109
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73110
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73111
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73111
73112
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73112
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73113
73113
|
VCode: typeof import('vuetify/components')['VCode']
|
73114
|
-
|
73114
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73115
73115
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73116
73116
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73117
73117
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73120,7 +73120,6 @@ interface _GlobalComponents {
|
|
73120
73120
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73121
73121
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73122
73122
|
VCounter: typeof import('vuetify/components')['VCounter']
|
73123
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
73124
73123
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73125
73124
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73126
73125
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73128,27 +73127,27 @@ interface _GlobalComponents {
|
|
73128
73127
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73129
73128
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73130
73129
|
VDialog: typeof import('vuetify/components')['VDialog']
|
73131
|
-
|
73132
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73133
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73134
|
-
VField: typeof import('vuetify/components')['VField']
|
73135
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73130
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
73136
73131
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73137
73132
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73138
73133
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73139
73134
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73140
|
-
|
73135
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73136
|
+
VField: typeof import('vuetify/components')['VField']
|
73137
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73138
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73139
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73141
73140
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73142
73141
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73143
73142
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73144
73143
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73145
73144
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73146
|
-
|
73145
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73147
73146
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73148
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73149
73147
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73150
73148
|
VItem: typeof import('vuetify/components')['VItem']
|
73151
|
-
|
73149
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73150
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73152
73151
|
VKbd: typeof import('vuetify/components')['VKbd']
|
73153
73152
|
VList: typeof import('vuetify/components')['VList']
|
73154
73153
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
@@ -73159,46 +73158,47 @@ interface _GlobalComponents {
|
|
73159
73158
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73160
73159
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73161
73160
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73161
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73162
73162
|
VMain: typeof import('vuetify/components')['VMain']
|
73163
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
73163
73164
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73164
73165
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73165
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
73166
73166
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73167
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73167
73168
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73168
73169
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73169
73170
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73170
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73171
73171
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73172
73172
|
VRating: typeof import('vuetify/components')['VRating']
|
73173
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73174
73173
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73175
73174
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73175
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73176
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73177
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73176
73178
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73178
73179
|
VSlider: typeof import('vuetify/components')['VSlider']
|
73179
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73180
73180
|
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73181
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73182
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73183
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73184
73181
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73185
73182
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73186
73183
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73187
73184
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73188
73185
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73189
73186
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73187
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73188
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73189
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73190
73190
|
VTab: typeof import('vuetify/components')['VTab']
|
73191
73191
|
VTabs: typeof import('vuetify/components')['VTabs']
|
73192
73192
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73193
73193
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73194
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73195
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73196
73194
|
VTable: typeof import('vuetify/components')['VTable']
|
73195
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73196
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73197
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73197
73198
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73198
73199
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73199
73200
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73200
|
-
|
73201
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73201
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73202
73202
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73203
73203
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
73204
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
@@ -73211,13 +73211,13 @@ interface _GlobalComponents {
|
|
73211
73211
|
VRow: typeof import('vuetify/components')['VRow']
|
73212
73212
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73213
73213
|
VHover: typeof import('vuetify/components')['VHover']
|
73214
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73214
73215
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73215
73216
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73216
73217
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73217
|
-
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73218
73218
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73219
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
73220
73219
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73220
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
73221
73221
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73222
73222
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73223
73223
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
@@ -73247,18 +73247,18 @@ interface _GlobalComponents {
|
|
73247
73247
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73248
73248
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73249
73249
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73250
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73251
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73252
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73253
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73254
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73255
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73250
73256
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73251
73257
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73252
73258
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73253
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73254
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73255
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73256
73259
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73257
73260
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73258
73261
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73259
|
-
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73260
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73261
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73262
73262
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
73263
73263
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
73264
73264
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.0-beta.1-dev.2024-
|
2
|
+
* Vuetify v3.7.0-beta.1-dev.2024-08-01
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5949,7 +5949,7 @@ const VBtn = genericComponent()({
|
|
5949
5949
|
"indeterminate": true,
|
5950
5950
|
"width": "2"
|
5951
5951
|
}, null)])]
|
5952
|
-
}), [[Ripple, !isDisabled.value &&
|
5952
|
+
}), [[Ripple, !isDisabled.value && props.ripple, '', {
|
5953
5953
|
center: !!props.icon
|
5954
5954
|
}]]);
|
5955
5955
|
});
|
@@ -6247,7 +6247,7 @@ const VAvatar = genericComponent()({
|
|
6247
6247
|
"defaults": {
|
6248
6248
|
VImg: {
|
6249
6249
|
cover: true,
|
6250
|
-
|
6250
|
+
src: props.image
|
6251
6251
|
},
|
6252
6252
|
VIcon: {
|
6253
6253
|
icon: props.icon
|
@@ -11389,7 +11389,7 @@ const VMenu = genericComponent()({
|
|
11389
11389
|
},
|
11390
11390
|
closeParents(e) {
|
11391
11391
|
setTimeout(() => {
|
11392
|
-
if (!openChildren.value.size && !props.persistent && (e == null ||
|
11392
|
+
if (!openChildren.value.size && !props.persistent && (e == null || overlay.value?.contentEl && !isClickInsideElement(e, overlay.value.contentEl))) {
|
11393
11393
|
isActive.value = false;
|
11394
11394
|
parent?.closeParents();
|
11395
11395
|
}
|
@@ -23208,6 +23208,8 @@ const VFooter = genericComponent()({
|
|
23208
23208
|
let {
|
23209
23209
|
slots
|
23210
23210
|
} = _ref;
|
23211
|
+
const layoutItemStyles = ref();
|
23212
|
+
const layoutIsReady = shallowRef();
|
23211
23213
|
const {
|
23212
23214
|
themeClasses
|
23213
23215
|
} = provideTheme(props);
|
@@ -23232,17 +23234,20 @@ const VFooter = genericComponent()({
|
|
23232
23234
|
autoHeight.value = entries[0].target.clientHeight;
|
23233
23235
|
});
|
23234
23236
|
const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10));
|
23235
|
-
|
23236
|
-
|
23237
|
-
|
23238
|
-
|
23239
|
-
|
23240
|
-
|
23241
|
-
|
23242
|
-
|
23243
|
-
|
23244
|
-
|
23245
|
-
|
23237
|
+
useToggleScope(() => props.app, () => {
|
23238
|
+
const layout = useLayoutItem({
|
23239
|
+
id: props.name,
|
23240
|
+
order: computed(() => parseInt(props.order, 10)),
|
23241
|
+
position: computed(() => 'bottom'),
|
23242
|
+
layoutSize: height,
|
23243
|
+
elementSize: computed(() => props.height === 'auto' ? undefined : height.value),
|
23244
|
+
active: computed(() => props.app),
|
23245
|
+
absolute: toRef(props, 'absolute')
|
23246
|
+
});
|
23247
|
+
watchEffect(() => {
|
23248
|
+
layoutItemStyles.value = layout.layoutItemStyles.value;
|
23249
|
+
layoutIsReady.value = layout.layoutIsReady;
|
23250
|
+
});
|
23246
23251
|
});
|
23247
23252
|
useRender(() => createVNode(props.tag, {
|
23248
23253
|
"ref": resizeRef,
|
@@ -23251,7 +23256,7 @@ const VFooter = genericComponent()({
|
|
23251
23256
|
height: convertToUnit(props.height)
|
23252
23257
|
}, props.style]
|
23253
23258
|
}, slots));
|
23254
|
-
return props.app ? layoutIsReady : {};
|
23259
|
+
return props.app ? layoutIsReady.value : {};
|
23255
23260
|
}
|
23256
23261
|
});
|
23257
23262
|
|
@@ -25392,16 +25397,17 @@ const VSkeletonLoader = genericComponent()({
|
|
25392
25397
|
const items = computed(() => genStructure(wrapInArray(props.type).join(',')));
|
25393
25398
|
useRender(() => {
|
25394
25399
|
const isLoading = !slots.default || props.loading;
|
25395
|
-
|
25400
|
+
const loadingProps = props.boilerplate || !isLoading ? {} : {
|
25401
|
+
ariaLive: 'polite',
|
25402
|
+
ariaLabel: t(props.loadingText),
|
25403
|
+
role: 'alert'
|
25404
|
+
};
|
25405
|
+
return createVNode("div", mergeProps({
|
25396
25406
|
"class": ['v-skeleton-loader', {
|
25397
25407
|
'v-skeleton-loader--boilerplate': props.boilerplate
|
25398
25408
|
}, themeClasses.value, backgroundColorClasses.value, elevationClasses.value],
|
25399
|
-
"style": [backgroundColorStyles.value, isLoading ? dimensionStyles.value : {}]
|
25400
|
-
|
25401
|
-
"aria-live": !props.boilerplate ? 'polite' : undefined,
|
25402
|
-
"aria-label": !props.boilerplate ? t(props.loadingText) : undefined,
|
25403
|
-
"role": !props.boilerplate ? 'alert' : undefined
|
25404
|
-
}, [isLoading ? items.value : slots.default?.()]);
|
25409
|
+
"style": [backgroundColorStyles.value, isLoading ? dimensionStyles.value : {}]
|
25410
|
+
}, loadingProps), [isLoading ? items.value : slots.default?.()]);
|
25405
25411
|
});
|
25406
25412
|
return {};
|
25407
25413
|
}
|
@@ -25434,14 +25440,14 @@ const VSlideGroupItem = genericComponent()({
|
|
25434
25440
|
// Types
|
25435
25441
|
|
25436
25442
|
function useCountdown(milliseconds) {
|
25437
|
-
const time = shallowRef(milliseconds);
|
25443
|
+
const time = shallowRef(milliseconds());
|
25438
25444
|
let timer = -1;
|
25439
25445
|
function clear() {
|
25440
25446
|
clearInterval(timer);
|
25441
25447
|
}
|
25442
25448
|
function reset() {
|
25443
25449
|
clear();
|
25444
|
-
nextTick(() => time.value = milliseconds);
|
25450
|
+
nextTick(() => time.value = milliseconds());
|
25445
25451
|
}
|
25446
25452
|
function start(el) {
|
25447
25453
|
const style = el ? getComputedStyle(el) : {
|
@@ -25453,7 +25459,7 @@ function useCountdown(milliseconds) {
|
|
25453
25459
|
const startTime = performance.now();
|
25454
25460
|
timer = window.setInterval(() => {
|
25455
25461
|
const elapsed = performance.now() - startTime + interval;
|
25456
|
-
time.value = Math.max(milliseconds - elapsed, 0);
|
25462
|
+
time.value = Math.max(milliseconds() - elapsed, 0);
|
25457
25463
|
if (time.value <= 0) clear();
|
25458
25464
|
}, interval);
|
25459
25465
|
}
|
@@ -25513,7 +25519,7 @@ const VSnackbar = genericComponent()({
|
|
25513
25519
|
const {
|
25514
25520
|
roundedClasses
|
25515
25521
|
} = useRounded(props);
|
25516
|
-
const countdown = useCountdown(Number(props.timeout));
|
25522
|
+
const countdown = useCountdown(() => Number(props.timeout));
|
25517
25523
|
const overlay = ref();
|
25518
25524
|
const timerRef = ref();
|
25519
25525
|
const isHovering = shallowRef(false);
|
@@ -28192,7 +28198,7 @@ function createVuetify$1() {
|
|
28192
28198
|
goTo
|
28193
28199
|
};
|
28194
28200
|
}
|
28195
|
-
const version$1 = "3.7.0-beta.1-dev.2024-
|
28201
|
+
const version$1 = "3.7.0-beta.1-dev.2024-08-01";
|
28196
28202
|
createVuetify$1.version = version$1;
|
28197
28203
|
|
28198
28204
|
// Vue's inject() can only be used in setup
|
@@ -28217,7 +28223,7 @@ const createVuetify = function () {
|
|
28217
28223
|
...options
|
28218
28224
|
});
|
28219
28225
|
};
|
28220
|
-
const version = "3.7.0-beta.1-dev.2024-
|
28226
|
+
const version = "3.7.0-beta.1-dev.2024-08-01";
|
28221
28227
|
createVuetify.version = version;
|
28222
28228
|
|
28223
28229
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|