@vuetify/nightly 3.11.8-dev.2026-02-11 → 3.11.8-dev.2026-02-12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -3
- package/dist/json/attributes.json +3838 -3838
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +7160 -7160
- package/dist/vuetify-labs.cjs +21 -12
- package/dist/vuetify-labs.css +3922 -3920
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +21 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +21 -12
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +21 -12
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2481 -2479
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +21 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +21 -12
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +15 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCard/VCard.js +4 -2
- package/lib/components/VCard/VCard.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +8 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VDialog/VDialog.css +2 -2
- package/lib/components/VDialog/VDialog.sass +2 -2
- package/lib/components/VTabs/VTab.js +7 -5
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTabs/VTabs.css +2 -0
- package/lib/components/VTabs/VTabs.sass +2 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
|
@@ -151972,45 +151972,37 @@ declare module 'vue' {
|
|
|
151972
151972
|
VAppBar: VAppBar
|
|
151973
151973
|
VAppBarNavIcon: VAppBarNavIcon
|
|
151974
151974
|
VAppBarTitle: VAppBarTitle
|
|
151975
|
-
VAutocomplete: VAutocomplete
|
|
151976
151975
|
VAvatar: VAvatar
|
|
151976
|
+
VBadge: VBadge
|
|
151977
|
+
VBottomNavigation: VBottomNavigation
|
|
151978
|
+
VAutocomplete: VAutocomplete
|
|
151979
|
+
VBtnGroup: VBtnGroup
|
|
151977
151980
|
VBanner: VBanner
|
|
151978
151981
|
VBannerActions: VBannerActions
|
|
151979
151982
|
VBannerText: VBannerText
|
|
151980
|
-
VBadge: VBadge
|
|
151981
151983
|
VBottomSheet: VBottomSheet
|
|
151982
|
-
VBottomNavigation: VBottomNavigation
|
|
151983
|
-
VBtn: VBtn
|
|
151984
|
-
VBtnToggle: VBtnToggle
|
|
151985
151984
|
VBreadcrumbs: VBreadcrumbs
|
|
151986
151985
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
151987
151986
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
151988
|
-
|
|
151987
|
+
VBtn: VBtn
|
|
151988
|
+
VBtnToggle: VBtnToggle
|
|
151989
|
+
VCalendar: VCalendar
|
|
151989
151990
|
VCard: VCard
|
|
151990
151991
|
VCardActions: VCardActions
|
|
151991
151992
|
VCardItem: VCardItem
|
|
151992
151993
|
VCardSubtitle: VCardSubtitle
|
|
151993
151994
|
VCardText: VCardText
|
|
151994
151995
|
VCardTitle: VCardTitle
|
|
151995
|
-
|
|
151996
|
+
VChipGroup: VChipGroup
|
|
151996
151997
|
VCarousel: VCarousel
|
|
151997
151998
|
VCarouselItem: VCarouselItem
|
|
151998
|
-
VChip: VChip
|
|
151999
|
-
VCounter: VCounter
|
|
152000
|
-
VCode: VCode
|
|
152001
151999
|
VCheckbox: VCheckbox
|
|
152002
152000
|
VCheckboxBtn: VCheckboxBtn
|
|
152003
|
-
VChipGroup: VChipGroup
|
|
152004
|
-
VColorPicker: VColorPicker
|
|
152005
152001
|
VCombobox: VCombobox
|
|
152006
|
-
|
|
152007
|
-
|
|
152008
|
-
|
|
152009
|
-
|
|
152010
|
-
VDatePickerMonths: VDatePickerMonths
|
|
152011
|
-
VDatePickerYears: VDatePickerYears
|
|
152012
|
-
VDialog: VDialog
|
|
152013
|
-
VDivider: VDivider
|
|
152002
|
+
VCode: VCode
|
|
152003
|
+
VChip: VChip
|
|
152004
|
+
VColorPicker: VColorPicker
|
|
152005
|
+
VCounter: VCounter
|
|
152014
152006
|
VDataTable: VDataTable
|
|
152015
152007
|
VDataTableHeaders: VDataTableHeaders
|
|
152016
152008
|
VDataTableFooter: VDataTableFooter
|
|
@@ -152018,26 +152010,36 @@ declare module 'vue' {
|
|
|
152018
152010
|
VDataTableRow: VDataTableRow
|
|
152019
152011
|
VDataTableVirtual: VDataTableVirtual
|
|
152020
152012
|
VDataTableServer: VDataTableServer
|
|
152021
|
-
|
|
152022
|
-
|
|
152013
|
+
VDatePicker: VDatePicker
|
|
152014
|
+
VDatePickerControls: VDatePickerControls
|
|
152015
|
+
VDatePickerHeader: VDatePickerHeader
|
|
152016
|
+
VDatePickerMonth: VDatePickerMonth
|
|
152017
|
+
VDatePickerMonths: VDatePickerMonths
|
|
152018
|
+
VDatePickerYears: VDatePickerYears
|
|
152019
|
+
VDialog: VDialog
|
|
152023
152020
|
VExpansionPanels: VExpansionPanels
|
|
152024
152021
|
VExpansionPanel: VExpansionPanel
|
|
152025
152022
|
VExpansionPanelText: VExpansionPanelText
|
|
152026
152023
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
152024
|
+
VDivider: VDivider
|
|
152025
|
+
VEmptyState: VEmptyState
|
|
152026
|
+
VFab: VFab
|
|
152027
152027
|
VFileInput: VFileInput
|
|
152028
152028
|
VField: VField
|
|
152029
152029
|
VFieldLabel: VFieldLabel
|
|
152030
|
-
VFooter: VFooter
|
|
152031
152030
|
VHotkey: VHotkey
|
|
152032
|
-
|
|
152031
|
+
VFooter: VFooter
|
|
152033
152032
|
VIcon: VIcon
|
|
152034
152033
|
VComponentIcon: VComponentIcon
|
|
152035
152034
|
VSvgIcon: VSvgIcon
|
|
152036
152035
|
VLigatureIcon: VLigatureIcon
|
|
152037
152036
|
VClassIcon: VClassIcon
|
|
152037
|
+
VInfiniteScroll: VInfiniteScroll
|
|
152038
152038
|
VImg: VImg
|
|
152039
152039
|
VItemGroup: VItemGroup
|
|
152040
152040
|
VItem: VItem
|
|
152041
|
+
VLabel: VLabel
|
|
152042
|
+
VMain: VMain
|
|
152041
152043
|
VInput: VInput
|
|
152042
152044
|
VList: VList
|
|
152043
152045
|
VListGroup: VListGroup
|
|
@@ -152048,46 +152050,44 @@ declare module 'vue' {
|
|
|
152048
152050
|
VListItemSubtitle: VListItemSubtitle
|
|
152049
152051
|
VListItemTitle: VListItemTitle
|
|
152050
152052
|
VListSubheader: VListSubheader
|
|
152051
|
-
VKbd: VKbd
|
|
152052
|
-
VLabel: VLabel
|
|
152053
152053
|
VMenu: VMenu
|
|
152054
|
+
VKbd: VKbd
|
|
152054
152055
|
VNavigationDrawer: VNavigationDrawer
|
|
152055
|
-
|
|
152056
|
+
VOverlay: VOverlay
|
|
152056
152057
|
VMessages: VMessages
|
|
152057
|
-
VNumberInput: VNumberInput
|
|
152058
152058
|
VOtpInput: VOtpInput
|
|
152059
|
+
VNumberInput: VNumberInput
|
|
152059
152060
|
VPagination: VPagination
|
|
152060
|
-
VOverlay: VOverlay
|
|
152061
152061
|
VProgressLinear: VProgressLinear
|
|
152062
|
-
|
|
152062
|
+
VRating: VRating
|
|
152063
152063
|
VProgressCircular: VProgressCircular
|
|
152064
|
-
VRadioGroup: VRadioGroup
|
|
152065
152064
|
VSelect: VSelect
|
|
152066
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
152067
|
-
VRating: VRating
|
|
152068
152065
|
VSheet: VSheet
|
|
152069
|
-
|
|
152070
|
-
|
|
152066
|
+
VRadioGroup: VRadioGroup
|
|
152067
|
+
VSelectionControl: VSelectionControl
|
|
152071
152068
|
VSkeletonLoader: VSkeletonLoader
|
|
152072
|
-
|
|
152073
|
-
VSlider: VSlider
|
|
152074
|
-
VSwitch: VSwitch
|
|
152069
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
152075
152070
|
VStepper: VStepper
|
|
152076
152071
|
VStepperActions: VStepperActions
|
|
152077
152072
|
VStepperHeader: VStepperHeader
|
|
152078
152073
|
VStepperItem: VStepperItem
|
|
152079
152074
|
VStepperWindow: VStepperWindow
|
|
152080
152075
|
VStepperWindowItem: VStepperWindowItem
|
|
152076
|
+
VSlider: VSlider
|
|
152077
|
+
VSlideGroup: VSlideGroup
|
|
152078
|
+
VSlideGroupItem: VSlideGroupItem
|
|
152079
|
+
VSwitch: VSwitch
|
|
152081
152080
|
VSystemBar: VSystemBar
|
|
152082
|
-
|
|
152083
|
-
VTextarea: VTextarea
|
|
152081
|
+
VSnackbar: VSnackbar
|
|
152084
152082
|
VTab: VTab
|
|
152085
152083
|
VTabs: VTabs
|
|
152086
152084
|
VTabsWindow: VTabsWindow
|
|
152087
152085
|
VTabsWindowItem: VTabsWindowItem
|
|
152088
|
-
|
|
152089
|
-
|
|
152090
|
-
|
|
152086
|
+
VTable: VTable
|
|
152087
|
+
VToolbar: VToolbar
|
|
152088
|
+
VToolbarTitle: VToolbarTitle
|
|
152089
|
+
VToolbarItems: VToolbarItems
|
|
152090
|
+
VTextarea: VTextarea
|
|
152091
152091
|
VTextField: VTextField
|
|
152092
152092
|
VTimeline: VTimeline
|
|
152093
152093
|
VTimelineItem: VTimelineItem
|
|
@@ -152095,13 +152095,13 @@ declare module 'vue' {
|
|
|
152095
152095
|
VTreeviewItem: VTreeviewItem
|
|
152096
152096
|
VTreeviewGroup: VTreeviewGroup
|
|
152097
152097
|
VTooltip: VTooltip
|
|
152098
|
-
|
|
152099
|
-
|
|
152100
|
-
|
|
152098
|
+
VTimePicker: VTimePicker
|
|
152099
|
+
VTimePickerClock: VTimePickerClock
|
|
152100
|
+
VTimePickerControls: VTimePickerControls
|
|
152101
152101
|
VWindow: VWindow
|
|
152102
152102
|
VWindowItem: VWindowItem
|
|
152103
|
-
VConfirmEdit: VConfirmEdit
|
|
152104
152103
|
VDataIterator: VDataIterator
|
|
152104
|
+
VConfirmEdit: VConfirmEdit
|
|
152105
152105
|
VDefaultsProvider: VDefaultsProvider
|
|
152106
152106
|
VForm: VForm
|
|
152107
152107
|
VContainer: VContainer
|
|
@@ -152109,20 +152109,21 @@ declare module 'vue' {
|
|
|
152109
152109
|
VRow: VRow
|
|
152110
152110
|
VSpacer: VSpacer
|
|
152111
152111
|
VHover: VHover
|
|
152112
|
-
VLazy: VLazy
|
|
152113
152112
|
VLayout: VLayout
|
|
152114
152113
|
VLayoutItem: VLayoutItem
|
|
152114
|
+
VLazy: VLazy
|
|
152115
152115
|
VLocaleProvider: VLocaleProvider
|
|
152116
152116
|
VNoSsr: VNoSsr
|
|
152117
|
-
VParallax: VParallax
|
|
152118
152117
|
VRadio: VRadio
|
|
152119
|
-
|
|
152118
|
+
VParallax: VParallax
|
|
152120
152119
|
VRangeSlider: VRangeSlider
|
|
152121
|
-
|
|
152120
|
+
VResponsive: VResponsive
|
|
152122
152121
|
VSpeedDial: VSpeedDial
|
|
152122
|
+
VSnackbarQueue: VSnackbarQueue
|
|
152123
152123
|
VSparkline: VSparkline
|
|
152124
152124
|
VThemeProvider: VThemeProvider
|
|
152125
152125
|
VValidation: VValidation
|
|
152126
|
+
VVirtualScroll: VVirtualScroll
|
|
152126
152127
|
VFabTransition: VFabTransition
|
|
152127
152128
|
VDialogBottomTransition: VDialogBottomTransition
|
|
152128
152129
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -152139,28 +152140,27 @@ declare module 'vue' {
|
|
|
152139
152140
|
VExpandTransition: VExpandTransition
|
|
152140
152141
|
VExpandXTransition: VExpandXTransition
|
|
152141
152142
|
VDialogTransition: VDialogTransition
|
|
152142
|
-
|
|
152143
|
-
VColorInput: VColorInput
|
|
152143
|
+
VAvatarGroup: VAvatarGroup
|
|
152144
152144
|
VCommandPalette: VCommandPalette
|
|
152145
152145
|
VCommandPaletteItemComponent: VCommandPaletteItemComponent
|
|
152146
|
-
|
|
152146
|
+
VColorInput: VColorInput
|
|
152147
152147
|
VFileUpload: VFileUpload
|
|
152148
152148
|
VFileUploadItem: VFileUploadItem
|
|
152149
|
-
|
|
152150
|
-
|
|
152151
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
152152
|
-
VIconBtn: VIconBtn
|
|
152149
|
+
VPicker: VPicker
|
|
152150
|
+
VPickerTitle: VPickerTitle
|
|
152153
152151
|
VPie: VPie
|
|
152154
152152
|
VPieSegment: VPieSegment
|
|
152155
152153
|
VPieTooltip: VPieTooltip
|
|
152156
|
-
VPicker: VPicker
|
|
152157
|
-
VPickerTitle: VPickerTitle
|
|
152158
152154
|
VVideo: VVideo
|
|
152159
152155
|
VVideoControls: VVideoControls
|
|
152160
152156
|
VVideoVolume: VVideoVolume
|
|
152161
|
-
|
|
152162
|
-
|
|
152157
|
+
VStepperVertical: VStepperVertical
|
|
152158
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
152159
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
152160
|
+
VIconBtn: VIconBtn
|
|
152163
152161
|
VDateInput: VDateInput
|
|
152162
|
+
VMaskInput: VMaskInput
|
|
152163
|
+
VPullToRefresh: VPullToRefresh
|
|
152164
152164
|
}
|
|
152165
152165
|
export interface GlobalDirectives {
|
|
152166
152166
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify-labs.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.8-dev.2026-02-
|
|
2
|
+
* Vuetify v3.11.8-dev.2026-02-12
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -20071,7 +20071,9 @@ const VCard = genericComponent()({
|
|
|
20071
20071
|
'v-card--hover': props.hover && !(props.disabled || props.flat),
|
|
20072
20072
|
'v-card--link': isClickable
|
|
20073
20073
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, loaderClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
|
20074
|
-
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value,
|
|
20074
|
+
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, {
|
|
20075
|
+
'--v-card-height': convertToUnit(props.height)
|
|
20076
|
+
}, props.style],
|
|
20075
20077
|
"onClick": isClickable && link.navigate,
|
|
20076
20078
|
"tabindex": props.disabled ? -1 : undefined
|
|
20077
20079
|
}), {
|
|
@@ -27704,11 +27706,15 @@ const VDatePickerYears = genericComponent()({
|
|
|
27704
27706
|
watchEffect(() => {
|
|
27705
27707
|
model.value = model.value ?? adapter.getYear(adapter.date());
|
|
27706
27708
|
});
|
|
27709
|
+
const containerRef = templateRef();
|
|
27707
27710
|
const yearRef = templateRef();
|
|
27708
27711
|
function focusSelectedYear() {
|
|
27709
|
-
|
|
27710
|
-
|
|
27711
|
-
|
|
27712
|
+
const container = containerRef.el;
|
|
27713
|
+
const target = yearRef.el;
|
|
27714
|
+
if (!container || !target) return;
|
|
27715
|
+
const containerRect = container.getBoundingClientRect();
|
|
27716
|
+
const targetRect = target.getBoundingClientRect();
|
|
27717
|
+
container.scrollTop += targetRect.top - containerRect.top - container.clientHeight / 2 + targetRect.height / 2;
|
|
27712
27718
|
}
|
|
27713
27719
|
function isYearAllowed(year) {
|
|
27714
27720
|
if (Array.isArray(props.allowedYears) && props.allowedYears.length) {
|
|
@@ -27721,6 +27727,7 @@ const VDatePickerYears = genericComponent()({
|
|
|
27721
27727
|
}
|
|
27722
27728
|
useRender(() => withDirectives(createElementVNode("div", {
|
|
27723
27729
|
"class": "v-date-picker-years",
|
|
27730
|
+
"ref": containerRef,
|
|
27724
27731
|
"style": {
|
|
27725
27732
|
height: convertToUnit(props.height)
|
|
27726
27733
|
}
|
|
@@ -33793,7 +33800,7 @@ const VTab = genericComponent()({
|
|
|
33793
33800
|
const prevEl = rootEl.value?.$el.parentElement?.querySelector('.v-tab--selected .v-tab__slider');
|
|
33794
33801
|
const nextEl = sliderEl.value;
|
|
33795
33802
|
if (!prevEl || !nextEl) return;
|
|
33796
|
-
const color = getComputedStyle(prevEl).
|
|
33803
|
+
const color = getComputedStyle(prevEl).backgroundColor;
|
|
33797
33804
|
const keyframes = {
|
|
33798
33805
|
fade,
|
|
33799
33806
|
grow,
|
|
@@ -33805,7 +33812,7 @@ const VTab = genericComponent()({
|
|
|
33805
33812
|
shift: 225
|
|
33806
33813
|
}[props.sliderTransition ?? 'shift'] ?? 225);
|
|
33807
33814
|
animate(nextEl, {
|
|
33808
|
-
backgroundColor: [color,
|
|
33815
|
+
backgroundColor: [color, color],
|
|
33809
33816
|
...keyframes(nextEl, prevEl)
|
|
33810
33817
|
}, {
|
|
33811
33818
|
duration,
|
|
@@ -33819,7 +33826,9 @@ const VTab = genericComponent()({
|
|
|
33819
33826
|
"symbol": VTabsSymbol,
|
|
33820
33827
|
"ref": rootEl,
|
|
33821
33828
|
"class": ['v-tab', props.class, isSelected.value && props.inset ? insetColorClasses.value : []],
|
|
33822
|
-
"style": [props.style, isSelected.value && props.inset ? insetColorStyles.value : []
|
|
33829
|
+
"style": [props.style, isSelected.value && props.inset ? insetColorStyles.value : [], {
|
|
33830
|
+
backgroundColor: isSelected.value && props.inset ? 'transparent !important' : undefined
|
|
33831
|
+
}],
|
|
33823
33832
|
"tabindex": isSelected.value ? 0 : -1,
|
|
33824
33833
|
"role": "tab",
|
|
33825
33834
|
"aria-selected": String(isSelected.value),
|
|
@@ -33832,8 +33841,8 @@ const VTab = genericComponent()({
|
|
|
33832
33841
|
...slots,
|
|
33833
33842
|
default: () => createElementVNode(Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && createElementVNode("div", {
|
|
33834
33843
|
"ref": sliderEl,
|
|
33835
|
-
"class": normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
|
33836
|
-
"style": normalizeStyle(sliderColorStyles.value)
|
|
33844
|
+
"class": normalizeClass(['v-tab__slider', props.inset ? insetColorClasses.value : sliderColorClasses.value]),
|
|
33845
|
+
"style": normalizeStyle([sliderColorStyles.value, props.inset ? insetColorStyles.value : sliderColorClasses.value])
|
|
33837
33846
|
}, null)])
|
|
33838
33847
|
});
|
|
33839
33848
|
});
|
|
@@ -40053,7 +40062,7 @@ function createVuetify$1() {
|
|
|
40053
40062
|
};
|
|
40054
40063
|
});
|
|
40055
40064
|
}
|
|
40056
|
-
const version$1 = "3.11.8-dev.2026-02-
|
|
40065
|
+
const version$1 = "3.11.8-dev.2026-02-12";
|
|
40057
40066
|
createVuetify$1.version = version$1;
|
|
40058
40067
|
|
|
40059
40068
|
// Vue's inject() can only be used in setup
|
|
@@ -40356,7 +40365,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
|
40356
40365
|
|
|
40357
40366
|
/* eslint-disable local-rules/sort-imports */
|
|
40358
40367
|
|
|
40359
|
-
const version = "3.11.8-dev.2026-02-
|
|
40368
|
+
const version = "3.11.8-dev.2026-02-12";
|
|
40360
40369
|
|
|
40361
40370
|
/* eslint-disable local-rules/sort-imports */
|
|
40362
40371
|
|