@vuetify/nightly 3.7.0-beta.1-dev.2024-07-30 → 3.7.0-beta.1-dev.2024-08-08
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 +13 -5
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +45 -13
- package/dist/vuetify-labs.css +3716 -2993
- package/dist/vuetify-labs.d.ts +50 -11
- package/dist/vuetify-labs.esm.js +113 -69
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -69
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1406 -683
- package/dist/vuetify.d.ts +60 -60
- 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 +57 -57
- 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/VTreeview/VTreeview.mjs +15 -2
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +21 -0
- package/lib/labs/components.d.mts +47 -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,47 @@ 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']
|
73081
73084
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73082
73085
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73083
73086
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73087
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
73084
73088
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73085
|
-
|
73086
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73087
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73089
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73088
73090
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73089
73091
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73090
73092
|
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
73093
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73096
73094
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73097
73095
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73098
|
-
|
73099
|
-
|
73100
|
-
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']
|
73096
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73097
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73105
73098
|
VCard: typeof import('vuetify/components')['VCard']
|
73106
73099
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
73107
73100
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
73108
73101
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73109
73102
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73110
73103
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73104
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73105
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73106
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73107
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73108
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73109
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73110
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73111
73111
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73112
|
-
|
73112
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73113
73113
|
VCode: typeof import('vuetify/components')['VCode']
|
73114
|
-
|
73114
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73115
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73116
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73117
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73118
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73119
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73120
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73121
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73115
73122
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73116
73123
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73117
73124
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73119,37 +73126,30 @@ interface _GlobalComponents {
|
|
73119
73126
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73120
73127
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73121
73128
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73122
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
73123
73129
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73124
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73125
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73126
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
73127
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
73128
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
73129
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73130
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73131
73130
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
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']
|
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']
|
73135
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73136
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73137
|
+
VField: typeof import('vuetify/components')['VField']
|
73138
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73140
73139
|
VFooter: typeof import('vuetify/components')['VFooter']
|
73140
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73141
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73142
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73141
73143
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73142
73144
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73143
73145
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73144
73146
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73145
73147
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73146
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73147
73148
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73148
73149
|
VInput: typeof import('vuetify/components')['VInput']
|
73150
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
73149
73151
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73150
73152
|
VItem: typeof import('vuetify/components')['VItem']
|
73151
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
73152
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
73153
73153
|
VList: typeof import('vuetify/components')['VList']
|
73154
73154
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73155
73155
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73159,57 +73159,57 @@ interface _GlobalComponents {
|
|
73159
73159
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73160
73160
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73161
73161
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73162
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73163
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
73164
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73165
73162
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73163
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73164
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
73165
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73166
73166
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73167
73167
|
VPagination: typeof import('vuetify/components')['VPagination']
|
73168
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73169
73168
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73170
73169
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73171
73170
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73172
|
-
|
73173
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73171
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73174
73172
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73175
73173
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73174
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73175
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73176
73176
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73178
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73179
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73180
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73181
73177
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73182
73178
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73183
|
-
|
73179
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73180
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73181
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73182
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73183
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73184
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73185
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73184
73186
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73185
73187
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73186
73188
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73187
73189
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73188
73190
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73189
73191
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73190
|
-
|
73191
|
-
|
73192
|
-
|
73193
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73192
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73193
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73194
|
+
VTable: typeof import('vuetify/components')['VTable']
|
73194
73195
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73195
73196
|
VTextField: typeof import('vuetify/components')['VTextField']
|
73196
|
-
|
73197
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73198
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73197
73199
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73198
73200
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73199
73201
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
73200
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73201
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73202
73202
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73203
73203
|
VWindow: typeof import('vuetify/components')['VWindow']
|
73204
73204
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
73205
73205
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
73206
73206
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
73207
73207
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
73208
|
-
VForm: typeof import('vuetify/components')['VForm']
|
73209
73208
|
VContainer: typeof import('vuetify/components')['VContainer']
|
73210
73209
|
VCol: typeof import('vuetify/components')['VCol']
|
73211
73210
|
VRow: typeof import('vuetify/components')['VRow']
|
73212
73211
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
73212
|
+
VForm: typeof import('vuetify/components')['VForm']
|
73213
73213
|
VHover: typeof import('vuetify/components')['VHover']
|
73214
73214
|
VLazy: typeof import('vuetify/components')['VLazy']
|
73215
73215
|
VLayout: typeof import('vuetify/components')['VLayout']
|
@@ -73220,10 +73220,10 @@ interface _GlobalComponents {
|
|
73220
73220
|
VParallax: typeof import('vuetify/components')['VParallax']
|
73221
73221
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
73222
73222
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
73223
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73224
73223
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
73225
|
-
|
73224
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
73226
73225
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
73226
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
73227
73227
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
73228
73228
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
73229
73229
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -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
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73251
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73250
73252
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73251
73253
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73252
73254
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73253
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73254
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73255
73255
|
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73256
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73257
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73258
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73259
73256
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73260
73257
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73261
73258
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
73259
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73260
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73261
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
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-08
|
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-08";
|
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-08";
|
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 };
|