@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.d.ts
CHANGED
|
@@ -114665,45 +114665,37 @@ declare module 'vue' {
|
|
|
114665
114665
|
VAppBar: VAppBar
|
|
114666
114666
|
VAppBarNavIcon: VAppBarNavIcon
|
|
114667
114667
|
VAppBarTitle: VAppBarTitle
|
|
114668
|
-
VAutocomplete: VAutocomplete
|
|
114669
114668
|
VAvatar: VAvatar
|
|
114669
|
+
VBadge: VBadge
|
|
114670
|
+
VBottomNavigation: VBottomNavigation
|
|
114671
|
+
VAutocomplete: VAutocomplete
|
|
114672
|
+
VBtnGroup: VBtnGroup
|
|
114670
114673
|
VBanner: VBanner
|
|
114671
114674
|
VBannerActions: VBannerActions
|
|
114672
114675
|
VBannerText: VBannerText
|
|
114673
|
-
VBadge: VBadge
|
|
114674
114676
|
VBottomSheet: VBottomSheet
|
|
114675
|
-
VBottomNavigation: VBottomNavigation
|
|
114676
|
-
VBtn: VBtn
|
|
114677
|
-
VBtnToggle: VBtnToggle
|
|
114678
114677
|
VBreadcrumbs: VBreadcrumbs
|
|
114679
114678
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
114680
114679
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
114681
|
-
|
|
114680
|
+
VBtn: VBtn
|
|
114681
|
+
VBtnToggle: VBtnToggle
|
|
114682
|
+
VCalendar: VCalendar
|
|
114682
114683
|
VCard: VCard
|
|
114683
114684
|
VCardActions: VCardActions
|
|
114684
114685
|
VCardItem: VCardItem
|
|
114685
114686
|
VCardSubtitle: VCardSubtitle
|
|
114686
114687
|
VCardText: VCardText
|
|
114687
114688
|
VCardTitle: VCardTitle
|
|
114688
|
-
|
|
114689
|
+
VChipGroup: VChipGroup
|
|
114689
114690
|
VCarousel: VCarousel
|
|
114690
114691
|
VCarouselItem: VCarouselItem
|
|
114691
|
-
VChip: VChip
|
|
114692
|
-
VCounter: VCounter
|
|
114693
|
-
VCode: VCode
|
|
114694
114692
|
VCheckbox: VCheckbox
|
|
114695
114693
|
VCheckboxBtn: VCheckboxBtn
|
|
114696
|
-
VChipGroup: VChipGroup
|
|
114697
|
-
VColorPicker: VColorPicker
|
|
114698
114694
|
VCombobox: VCombobox
|
|
114699
|
-
|
|
114700
|
-
|
|
114701
|
-
|
|
114702
|
-
|
|
114703
|
-
VDatePickerMonths: VDatePickerMonths
|
|
114704
|
-
VDatePickerYears: VDatePickerYears
|
|
114705
|
-
VDialog: VDialog
|
|
114706
|
-
VDivider: VDivider
|
|
114695
|
+
VCode: VCode
|
|
114696
|
+
VChip: VChip
|
|
114697
|
+
VColorPicker: VColorPicker
|
|
114698
|
+
VCounter: VCounter
|
|
114707
114699
|
VDataTable: VDataTable
|
|
114708
114700
|
VDataTableHeaders: VDataTableHeaders
|
|
114709
114701
|
VDataTableFooter: VDataTableFooter
|
|
@@ -114711,26 +114703,36 @@ declare module 'vue' {
|
|
|
114711
114703
|
VDataTableRow: VDataTableRow
|
|
114712
114704
|
VDataTableVirtual: VDataTableVirtual
|
|
114713
114705
|
VDataTableServer: VDataTableServer
|
|
114714
|
-
|
|
114715
|
-
|
|
114706
|
+
VDatePicker: VDatePicker
|
|
114707
|
+
VDatePickerControls: VDatePickerControls
|
|
114708
|
+
VDatePickerHeader: VDatePickerHeader
|
|
114709
|
+
VDatePickerMonth: VDatePickerMonth
|
|
114710
|
+
VDatePickerMonths: VDatePickerMonths
|
|
114711
|
+
VDatePickerYears: VDatePickerYears
|
|
114712
|
+
VDialog: VDialog
|
|
114716
114713
|
VExpansionPanels: VExpansionPanels
|
|
114717
114714
|
VExpansionPanel: VExpansionPanel
|
|
114718
114715
|
VExpansionPanelText: VExpansionPanelText
|
|
114719
114716
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
114717
|
+
VDivider: VDivider
|
|
114718
|
+
VEmptyState: VEmptyState
|
|
114719
|
+
VFab: VFab
|
|
114720
114720
|
VFileInput: VFileInput
|
|
114721
114721
|
VField: VField
|
|
114722
114722
|
VFieldLabel: VFieldLabel
|
|
114723
|
-
VFooter: VFooter
|
|
114724
114723
|
VHotkey: VHotkey
|
|
114725
|
-
|
|
114724
|
+
VFooter: VFooter
|
|
114726
114725
|
VIcon: VIcon
|
|
114727
114726
|
VComponentIcon: VComponentIcon
|
|
114728
114727
|
VSvgIcon: VSvgIcon
|
|
114729
114728
|
VLigatureIcon: VLigatureIcon
|
|
114730
114729
|
VClassIcon: VClassIcon
|
|
114730
|
+
VInfiniteScroll: VInfiniteScroll
|
|
114731
114731
|
VImg: VImg
|
|
114732
114732
|
VItemGroup: VItemGroup
|
|
114733
114733
|
VItem: VItem
|
|
114734
|
+
VLabel: VLabel
|
|
114735
|
+
VMain: VMain
|
|
114734
114736
|
VInput: VInput
|
|
114735
114737
|
VList: VList
|
|
114736
114738
|
VListGroup: VListGroup
|
|
@@ -114741,46 +114743,44 @@ declare module 'vue' {
|
|
|
114741
114743
|
VListItemSubtitle: VListItemSubtitle
|
|
114742
114744
|
VListItemTitle: VListItemTitle
|
|
114743
114745
|
VListSubheader: VListSubheader
|
|
114744
|
-
VKbd: VKbd
|
|
114745
|
-
VLabel: VLabel
|
|
114746
114746
|
VMenu: VMenu
|
|
114747
|
+
VKbd: VKbd
|
|
114747
114748
|
VNavigationDrawer: VNavigationDrawer
|
|
114748
|
-
|
|
114749
|
+
VOverlay: VOverlay
|
|
114749
114750
|
VMessages: VMessages
|
|
114750
|
-
VNumberInput: VNumberInput
|
|
114751
114751
|
VOtpInput: VOtpInput
|
|
114752
|
+
VNumberInput: VNumberInput
|
|
114752
114753
|
VPagination: VPagination
|
|
114753
|
-
VOverlay: VOverlay
|
|
114754
114754
|
VProgressLinear: VProgressLinear
|
|
114755
|
-
|
|
114755
|
+
VRating: VRating
|
|
114756
114756
|
VProgressCircular: VProgressCircular
|
|
114757
|
-
VRadioGroup: VRadioGroup
|
|
114758
114757
|
VSelect: VSelect
|
|
114759
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
114760
|
-
VRating: VRating
|
|
114761
114758
|
VSheet: VSheet
|
|
114762
|
-
|
|
114763
|
-
|
|
114759
|
+
VRadioGroup: VRadioGroup
|
|
114760
|
+
VSelectionControl: VSelectionControl
|
|
114764
114761
|
VSkeletonLoader: VSkeletonLoader
|
|
114765
|
-
|
|
114766
|
-
VSlider: VSlider
|
|
114767
|
-
VSwitch: VSwitch
|
|
114762
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
114768
114763
|
VStepper: VStepper
|
|
114769
114764
|
VStepperActions: VStepperActions
|
|
114770
114765
|
VStepperHeader: VStepperHeader
|
|
114771
114766
|
VStepperItem: VStepperItem
|
|
114772
114767
|
VStepperWindow: VStepperWindow
|
|
114773
114768
|
VStepperWindowItem: VStepperWindowItem
|
|
114769
|
+
VSlider: VSlider
|
|
114770
|
+
VSlideGroup: VSlideGroup
|
|
114771
|
+
VSlideGroupItem: VSlideGroupItem
|
|
114772
|
+
VSwitch: VSwitch
|
|
114774
114773
|
VSystemBar: VSystemBar
|
|
114775
|
-
|
|
114776
|
-
VTextarea: VTextarea
|
|
114774
|
+
VSnackbar: VSnackbar
|
|
114777
114775
|
VTab: VTab
|
|
114778
114776
|
VTabs: VTabs
|
|
114779
114777
|
VTabsWindow: VTabsWindow
|
|
114780
114778
|
VTabsWindowItem: VTabsWindowItem
|
|
114781
|
-
|
|
114782
|
-
|
|
114783
|
-
|
|
114779
|
+
VTable: VTable
|
|
114780
|
+
VToolbar: VToolbar
|
|
114781
|
+
VToolbarTitle: VToolbarTitle
|
|
114782
|
+
VToolbarItems: VToolbarItems
|
|
114783
|
+
VTextarea: VTextarea
|
|
114784
114784
|
VTextField: VTextField
|
|
114785
114785
|
VTimeline: VTimeline
|
|
114786
114786
|
VTimelineItem: VTimelineItem
|
|
@@ -114788,13 +114788,13 @@ declare module 'vue' {
|
|
|
114788
114788
|
VTreeviewItem: VTreeviewItem
|
|
114789
114789
|
VTreeviewGroup: VTreeviewGroup
|
|
114790
114790
|
VTooltip: VTooltip
|
|
114791
|
-
|
|
114792
|
-
|
|
114793
|
-
|
|
114791
|
+
VTimePicker: VTimePicker
|
|
114792
|
+
VTimePickerClock: VTimePickerClock
|
|
114793
|
+
VTimePickerControls: VTimePickerControls
|
|
114794
114794
|
VWindow: VWindow
|
|
114795
114795
|
VWindowItem: VWindowItem
|
|
114796
|
-
VConfirmEdit: VConfirmEdit
|
|
114797
114796
|
VDataIterator: VDataIterator
|
|
114797
|
+
VConfirmEdit: VConfirmEdit
|
|
114798
114798
|
VDefaultsProvider: VDefaultsProvider
|
|
114799
114799
|
VForm: VForm
|
|
114800
114800
|
VContainer: VContainer
|
|
@@ -114802,20 +114802,21 @@ declare module 'vue' {
|
|
|
114802
114802
|
VRow: VRow
|
|
114803
114803
|
VSpacer: VSpacer
|
|
114804
114804
|
VHover: VHover
|
|
114805
|
-
VLazy: VLazy
|
|
114806
114805
|
VLayout: VLayout
|
|
114807
114806
|
VLayoutItem: VLayoutItem
|
|
114807
|
+
VLazy: VLazy
|
|
114808
114808
|
VLocaleProvider: VLocaleProvider
|
|
114809
114809
|
VNoSsr: VNoSsr
|
|
114810
|
-
VParallax: VParallax
|
|
114811
114810
|
VRadio: VRadio
|
|
114812
|
-
|
|
114811
|
+
VParallax: VParallax
|
|
114813
114812
|
VRangeSlider: VRangeSlider
|
|
114814
|
-
|
|
114813
|
+
VResponsive: VResponsive
|
|
114815
114814
|
VSpeedDial: VSpeedDial
|
|
114815
|
+
VSnackbarQueue: VSnackbarQueue
|
|
114816
114816
|
VSparkline: VSparkline
|
|
114817
114817
|
VThemeProvider: VThemeProvider
|
|
114818
114818
|
VValidation: VValidation
|
|
114819
|
+
VVirtualScroll: VVirtualScroll
|
|
114819
114820
|
VFabTransition: VFabTransition
|
|
114820
114821
|
VDialogBottomTransition: VDialogBottomTransition
|
|
114821
114822
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -114832,28 +114833,27 @@ declare module 'vue' {
|
|
|
114832
114833
|
VExpandTransition: VExpandTransition
|
|
114833
114834
|
VExpandXTransition: VExpandXTransition
|
|
114834
114835
|
VDialogTransition: VDialogTransition
|
|
114835
|
-
|
|
114836
|
-
VColorInput: VColorInput
|
|
114836
|
+
VAvatarGroup: VAvatarGroup
|
|
114837
114837
|
VCommandPalette: VCommandPalette
|
|
114838
114838
|
VCommandPaletteItemComponent: VCommandPaletteItemComponent
|
|
114839
|
-
|
|
114839
|
+
VColorInput: VColorInput
|
|
114840
114840
|
VFileUpload: VFileUpload
|
|
114841
114841
|
VFileUploadItem: VFileUploadItem
|
|
114842
|
-
|
|
114843
|
-
|
|
114844
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
114845
|
-
VIconBtn: VIconBtn
|
|
114842
|
+
VPicker: VPicker
|
|
114843
|
+
VPickerTitle: VPickerTitle
|
|
114846
114844
|
VPie: VPie
|
|
114847
114845
|
VPieSegment: VPieSegment
|
|
114848
114846
|
VPieTooltip: VPieTooltip
|
|
114849
|
-
VPicker: VPicker
|
|
114850
|
-
VPickerTitle: VPickerTitle
|
|
114851
114847
|
VVideo: VVideo
|
|
114852
114848
|
VVideoControls: VVideoControls
|
|
114853
114849
|
VVideoVolume: VVideoVolume
|
|
114854
|
-
|
|
114855
|
-
|
|
114850
|
+
VStepperVertical: VStepperVertical
|
|
114851
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
114852
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
114853
|
+
VIconBtn: VIconBtn
|
|
114856
114854
|
VDateInput: VDateInput
|
|
114855
|
+
VMaskInput: VMaskInput
|
|
114856
|
+
VPullToRefresh: VPullToRefresh
|
|
114857
114857
|
}
|
|
114858
114858
|
export interface GlobalDirectives {
|
|
114859
114859
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.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
|
*/
|
|
@@ -20392,7 +20392,9 @@ const VCard = genericComponent()({
|
|
|
20392
20392
|
'v-card--hover': props.hover && !(props.disabled || props.flat),
|
|
20393
20393
|
'v-card--link': isClickable
|
|
20394
20394
|
}, themeClasses.value, borderClasses.value, colorClasses.value, densityClasses.value, elevationClasses.value, loaderClasses.value, positionClasses.value, roundedClasses.value, variantClasses.value, props.class],
|
|
20395
|
-
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value,
|
|
20395
|
+
"style": [colorStyles.value, dimensionStyles.value, locationStyles.value, {
|
|
20396
|
+
'--v-card-height': convertToUnit(props.height)
|
|
20397
|
+
}, props.style],
|
|
20396
20398
|
"onClick": isClickable && link.navigate,
|
|
20397
20399
|
"tabindex": props.disabled ? -1 : undefined
|
|
20398
20400
|
}), {
|
|
@@ -28025,11 +28027,15 @@ const VDatePickerYears = genericComponent()({
|
|
|
28025
28027
|
watchEffect(() => {
|
|
28026
28028
|
model.value = model.value ?? adapter.getYear(adapter.date());
|
|
28027
28029
|
});
|
|
28030
|
+
const containerRef = templateRef();
|
|
28028
28031
|
const yearRef = templateRef();
|
|
28029
28032
|
function focusSelectedYear() {
|
|
28030
|
-
|
|
28031
|
-
|
|
28032
|
-
|
|
28033
|
+
const container = containerRef.el;
|
|
28034
|
+
const target = yearRef.el;
|
|
28035
|
+
if (!container || !target) return;
|
|
28036
|
+
const containerRect = container.getBoundingClientRect();
|
|
28037
|
+
const targetRect = target.getBoundingClientRect();
|
|
28038
|
+
container.scrollTop += targetRect.top - containerRect.top - container.clientHeight / 2 + targetRect.height / 2;
|
|
28033
28039
|
}
|
|
28034
28040
|
function isYearAllowed(year) {
|
|
28035
28041
|
if (Array.isArray(props.allowedYears) && props.allowedYears.length) {
|
|
@@ -28042,6 +28048,7 @@ const VDatePickerYears = genericComponent()({
|
|
|
28042
28048
|
}
|
|
28043
28049
|
useRender(() => withDirectives(createElementVNode("div", {
|
|
28044
28050
|
"class": "v-date-picker-years",
|
|
28051
|
+
"ref": containerRef,
|
|
28045
28052
|
"style": {
|
|
28046
28053
|
height: convertToUnit(props.height)
|
|
28047
28054
|
}
|
|
@@ -34114,7 +34121,7 @@ const VTab = genericComponent()({
|
|
|
34114
34121
|
const prevEl = rootEl.value?.$el.parentElement?.querySelector('.v-tab--selected .v-tab__slider');
|
|
34115
34122
|
const nextEl = sliderEl.value;
|
|
34116
34123
|
if (!prevEl || !nextEl) return;
|
|
34117
|
-
const color = getComputedStyle(prevEl).
|
|
34124
|
+
const color = getComputedStyle(prevEl).backgroundColor;
|
|
34118
34125
|
const keyframes = {
|
|
34119
34126
|
fade,
|
|
34120
34127
|
grow,
|
|
@@ -34126,7 +34133,7 @@ const VTab = genericComponent()({
|
|
|
34126
34133
|
shift: 225
|
|
34127
34134
|
}[props.sliderTransition ?? 'shift'] ?? 225);
|
|
34128
34135
|
animate(nextEl, {
|
|
34129
|
-
backgroundColor: [color,
|
|
34136
|
+
backgroundColor: [color, color],
|
|
34130
34137
|
...keyframes(nextEl, prevEl)
|
|
34131
34138
|
}, {
|
|
34132
34139
|
duration,
|
|
@@ -34140,7 +34147,9 @@ const VTab = genericComponent()({
|
|
|
34140
34147
|
"symbol": VTabsSymbol,
|
|
34141
34148
|
"ref": rootEl,
|
|
34142
34149
|
"class": ['v-tab', props.class, isSelected.value && props.inset ? insetColorClasses.value : []],
|
|
34143
|
-
"style": [props.style, isSelected.value && props.inset ? insetColorStyles.value : []
|
|
34150
|
+
"style": [props.style, isSelected.value && props.inset ? insetColorStyles.value : [], {
|
|
34151
|
+
backgroundColor: isSelected.value && props.inset ? 'transparent !important' : undefined
|
|
34152
|
+
}],
|
|
34144
34153
|
"tabindex": isSelected.value ? 0 : -1,
|
|
34145
34154
|
"role": "tab",
|
|
34146
34155
|
"aria-selected": String(isSelected.value),
|
|
@@ -34153,8 +34162,8 @@ const VTab = genericComponent()({
|
|
|
34153
34162
|
...slots,
|
|
34154
34163
|
default: () => createElementVNode(Fragment, null, [slots.default?.() ?? props.text, !props.hideSlider && createElementVNode("div", {
|
|
34155
34164
|
"ref": sliderEl,
|
|
34156
|
-
"class": normalizeClass(['v-tab__slider', sliderColorClasses.value]),
|
|
34157
|
-
"style": normalizeStyle(sliderColorStyles.value)
|
|
34165
|
+
"class": normalizeClass(['v-tab__slider', props.inset ? insetColorClasses.value : sliderColorClasses.value]),
|
|
34166
|
+
"style": normalizeStyle([sliderColorStyles.value, props.inset ? insetColorStyles.value : sliderColorClasses.value])
|
|
34158
34167
|
}, null)])
|
|
34159
34168
|
});
|
|
34160
34169
|
});
|
|
@@ -37032,7 +37041,7 @@ function createVuetify$1() {
|
|
|
37032
37041
|
};
|
|
37033
37042
|
});
|
|
37034
37043
|
}
|
|
37035
|
-
const version$1 = "3.11.8-dev.2026-02-
|
|
37044
|
+
const version$1 = "3.11.8-dev.2026-02-12";
|
|
37036
37045
|
createVuetify$1.version = version$1;
|
|
37037
37046
|
|
|
37038
37047
|
// Vue's inject() can only be used in setup
|
|
@@ -37057,7 +37066,7 @@ const createVuetify = function () {
|
|
|
37057
37066
|
...options
|
|
37058
37067
|
});
|
|
37059
37068
|
};
|
|
37060
|
-
const version = "3.11.8-dev.2026-02-
|
|
37069
|
+
const version = "3.11.8-dev.2026-02-12";
|
|
37061
37070
|
createVuetify.version = version;
|
|
37062
37071
|
|
|
37063
37072
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|