@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.7.0-beta.1-pr-20092.92a3215
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/importMap-labs.json +12 -12
- package/dist/json/importMap.json +112 -112
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2314 -2314
- package/dist/vuetify-labs.esm.js +4 -13
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -13
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3049 -3049
- package/dist/vuetify.d.ts +35 -35
- package/dist/vuetify.esm.js +4 -13
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -13
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +6 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListItem.mjs +1 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VMenu/VMenu.mjs +0 -3
- package/lib/components/VMenu/VMenu.mjs.map +1 -1
- package/lib/components/VOverlay/locationStrategies.mjs +0 -6
- package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +35 -35
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -73077,24 +73077,24 @@ declare global {
|
|
73077
73077
|
}
|
73078
73078
|
}
|
73079
73079
|
interface _GlobalComponents {
|
73080
|
+
VApp: typeof import('vuetify/components')['VApp']
|
73081
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73080
73082
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
73081
73083
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
73082
73084
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
73083
|
-
|
73085
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73084
73086
|
VAlert: typeof import('vuetify/components')['VAlert']
|
73085
73087
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
73086
73088
|
VBanner: typeof import('vuetify/components')['VBanner']
|
73087
73089
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
73088
73090
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
73089
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
73090
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
73091
73091
|
VBadge: typeof import('vuetify/components')['VBadge']
|
73092
|
-
|
73092
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
73093
73093
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
73094
73094
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
73095
73095
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
73096
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
73096
73097
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
73097
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
73098
73098
|
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
73099
73099
|
VCard: typeof import('vuetify/components')['VCard']
|
73100
73100
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
@@ -73102,16 +73102,15 @@ interface _GlobalComponents {
|
|
73102
73102
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
73103
73103
|
VCardText: typeof import('vuetify/components')['VCardText']
|
73104
73104
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
73105
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73106
73105
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
73107
73106
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
73107
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
73108
73108
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
73109
73109
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
73110
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73111
73110
|
VCode: typeof import('vuetify/components')['VCode']
|
73112
|
-
|
73113
|
-
VChip: typeof import('vuetify/components')['VChip']
|
73111
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
73114
73112
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
73113
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
73115
73114
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
73116
73115
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
73117
73116
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -73119,7 +73118,9 @@ interface _GlobalComponents {
|
|
73119
73118
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
73120
73119
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
73121
73120
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
73122
|
-
|
73121
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
73122
|
+
VChip: typeof import('vuetify/components')['VChip']
|
73123
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
73123
73124
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
73124
73125
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
73125
73126
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -73128,27 +73129,27 @@ interface _GlobalComponents {
|
|
73128
73129
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
73129
73130
|
VDivider: typeof import('vuetify/components')['VDivider']
|
73130
73131
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
73131
|
-
VFab: typeof import('vuetify/components')['VFab']
|
73132
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
73133
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
73134
73132
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
73135
73133
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
73136
73134
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
73137
73135
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
73136
|
+
VFab: typeof import('vuetify/components')['VFab']
|
73137
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
73138
73138
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
73139
73139
|
VField: typeof import('vuetify/components')['VField']
|
73140
73140
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
73141
|
-
VImg: typeof import('vuetify/components')['VImg']
|
73142
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73143
73141
|
VIcon: typeof import('vuetify/components')['VIcon']
|
73144
73142
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
73145
73143
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
73146
73144
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
73147
73145
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
73146
|
+
VImg: typeof import('vuetify/components')['VImg']
|
73147
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
73148
|
+
VInput: typeof import('vuetify/components')['VInput']
|
73149
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
73148
73150
|
VLabel: typeof import('vuetify/components')['VLabel']
|
73149
73151
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
73150
73152
|
VItem: typeof import('vuetify/components')['VItem']
|
73151
|
-
VInput: typeof import('vuetify/components')['VInput']
|
73152
73153
|
VList: typeof import('vuetify/components')['VList']
|
73153
73154
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
73154
73155
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -73158,48 +73159,47 @@ interface _GlobalComponents {
|
|
73158
73159
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
73159
73160
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
73160
73161
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
73161
|
-
|
73162
|
+
VMain: typeof import('vuetify/components')['VMain']
|
73162
73163
|
VMenu: typeof import('vuetify/components')['VMenu']
|
73163
73164
|
VMessages: typeof import('vuetify/components')['VMessages']
|
73164
|
-
VMain: typeof import('vuetify/components')['VMain']
|
73165
73165
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
73166
73166
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
73167
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73168
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
73169
73167
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
73168
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
73170
73169
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
73171
|
-
|
73170
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
73172
73171
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
73172
|
+
VRating: typeof import('vuetify/components')['VRating']
|
73173
73173
|
VSelect: typeof import('vuetify/components')['VSelect']
|
73174
73174
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
73175
73175
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
73176
73176
|
VSheet: typeof import('vuetify/components')['VSheet']
|
73177
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73178
73177
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
73178
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
73179
73179
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
73180
73180
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
73181
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
73182
|
+
VTab: typeof import('vuetify/components')['VTab']
|
73183
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
73184
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73185
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73186
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73181
73187
|
VStepper: typeof import('vuetify/components')['VStepper']
|
73182
73188
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
73183
73189
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
73184
73190
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
73185
73191
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
73186
73192
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
73187
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
73188
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73189
73193
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
73190
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
73191
|
-
VTab: typeof import('vuetify/components')['VTab']
|
73192
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
73193
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
73194
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
73195
73194
|
VTable: typeof import('vuetify/components')['VTable']
|
73195
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
73196
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
73196
73197
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
73197
73198
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
73198
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
73199
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
73200
73199
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
73201
73200
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
73202
73201
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
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']
|
@@ -73211,9 +73211,9 @@ 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
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
73215
73214
|
VLayout: typeof import('vuetify/components')['VLayout']
|
73216
73215
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
73216
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
73217
73217
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
73218
73218
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
73219
73219
|
VParallax: typeof import('vuetify/components')['VParallax']
|
@@ -73241,21 +73241,21 @@ interface _GlobalComponents {
|
|
73241
73241
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
73242
73242
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
73243
73243
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
73244
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73245
73244
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
73246
73245
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
73247
73246
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
73248
73247
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
73249
73248
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
73250
73249
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
73250
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
73251
73251
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
73252
73252
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
73253
73253
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
73254
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73255
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73254
73256
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
73255
73257
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
73256
73258
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
73257
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
73258
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
73259
73259
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
73260
73260
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
73261
73261
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.
|
2
|
+
* Vuetify v3.7.0-beta.1-pr-20092.92a3215
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9191,7 +9191,7 @@ const VListItem = genericComponent()({
|
|
9191
9191
|
function onKeyDown(e) {
|
9192
9192
|
if (e.key === 'Enter' || e.key === ' ') {
|
9193
9193
|
e.preventDefault();
|
9194
|
-
|
9194
|
+
e.target.dispatchEvent(new MouseEvent('click', e));
|
9195
9195
|
}
|
9196
9196
|
}
|
9197
9197
|
useRender(() => {
|
@@ -9981,12 +9981,6 @@ function getIntrinsicSize(el, isRtl) {
|
|
9981
9981
|
// el.style.removeProperty('max-width')
|
9982
9982
|
// el.style.removeProperty('max-height')
|
9983
9983
|
|
9984
|
-
if (isRtl) {
|
9985
|
-
el.style.removeProperty('left');
|
9986
|
-
} else {
|
9987
|
-
el.style.removeProperty('right');
|
9988
|
-
}
|
9989
|
-
|
9990
9984
|
/* eslint-disable-next-line sonarjs/prefer-immediate-return */
|
9991
9985
|
const contentBox = nullifyTransforms(el);
|
9992
9986
|
if (isRtl) {
|
@@ -11443,9 +11437,6 @@ const VMenu = genericComponent()({
|
|
11443
11437
|
isActive.value = false;
|
11444
11438
|
overlay.value?.activatorEl?.focus();
|
11445
11439
|
}
|
11446
|
-
} else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
|
11447
|
-
isActive.value = false;
|
11448
|
-
parent?.closeParents();
|
11449
11440
|
} else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
|
11450
11441
|
isActive.value = false;
|
11451
11442
|
overlay.value?.activatorEl?.focus();
|
@@ -28201,7 +28192,7 @@ function createVuetify$1() {
|
|
28201
28192
|
goTo
|
28202
28193
|
};
|
28203
28194
|
}
|
28204
|
-
const version$1 = "3.
|
28195
|
+
const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
|
28205
28196
|
createVuetify$1.version = version$1;
|
28206
28197
|
|
28207
28198
|
// Vue's inject() can only be used in setup
|
@@ -28226,7 +28217,7 @@ const createVuetify = function () {
|
|
28226
28217
|
...options
|
28227
28218
|
});
|
28228
28219
|
};
|
28229
|
-
const version = "3.
|
28220
|
+
const version = "3.7.0-beta.1-pr-20092.92a3215";
|
28230
28221
|
createVuetify.version = version;
|
28231
28222
|
|
28232
28223
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|