@vuetify/nightly 3.11.4-dev.2025-12-17 → 3.11.4-dev.2025-12-21

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/vuetify.d.ts CHANGED
@@ -6970,6 +6970,7 @@ type ListItemSlot = {
6970
6970
  isOpen: boolean;
6971
6971
  isSelected: boolean;
6972
6972
  isIndeterminate: boolean;
6973
+ isDisabled: boolean;
6973
6974
  select: (value: boolean) => void;
6974
6975
  };
6975
6976
  type ListItemTitleSlot = {
@@ -114739,48 +114740,44 @@ declare module 'vue' {
114739
114740
  $children?: VNodeChild
114740
114741
  }
114741
114742
  export interface GlobalComponents {
114742
- VApp: VApp
114743
114743
  VAppBar: VAppBar
114744
114744
  VAppBarNavIcon: VAppBarNavIcon
114745
114745
  VAppBarTitle: VAppBarTitle
114746
- VAutocomplete: VAutocomplete
114747
- VAvatar: VAvatar
114748
- VBadge: VBadge
114746
+ VApp: VApp
114749
114747
  VAlert: VAlert
114750
114748
  VAlertTitle: VAlertTitle
114749
+ VBadge: VBadge
114750
+ VAutocomplete: VAutocomplete
114751
+ VAvatar: VAvatar
114752
+ VBottomSheet: VBottomSheet
114751
114753
  VBanner: VBanner
114752
114754
  VBannerActions: VBannerActions
114753
114755
  VBannerText: VBannerText
114754
- VBottomSheet: VBottomSheet
114755
114756
  VBreadcrumbs: VBreadcrumbs
114756
114757
  VBreadcrumbsItem: VBreadcrumbsItem
114757
114758
  VBreadcrumbsDivider: VBreadcrumbsDivider
114758
- VBottomNavigation: VBottomNavigation
114759
114759
  VBtn: VBtn
114760
114760
  VBtnGroup: VBtnGroup
114761
+ VBottomNavigation: VBottomNavigation
114761
114762
  VCard: VCard
114762
114763
  VCardActions: VCardActions
114763
114764
  VCardItem: VCardItem
114764
114765
  VCardSubtitle: VCardSubtitle
114765
114766
  VCardText: VCardText
114766
114767
  VCardTitle: VCardTitle
114767
- VCarousel: VCarousel
114768
- VCarouselItem: VCarouselItem
114768
+ VCalendar: VCalendar
114769
+ VChip: VChip
114770
+ VBtnToggle: VBtnToggle
114769
114771
  VCheckbox: VCheckbox
114770
114772
  VCheckboxBtn: VCheckboxBtn
114771
- VBtnToggle: VBtnToggle
114772
- VChip: VChip
114773
- VCalendar: VCalendar
114774
- VChipGroup: VChipGroup
114773
+ VCarousel: VCarousel
114774
+ VCarouselItem: VCarouselItem
114775
+ VColorPicker: VColorPicker
114775
114776
  VCode: VCode
114777
+ VChipGroup: VChipGroup
114776
114778
  VCombobox: VCombobox
114777
114779
  VCounter: VCounter
114778
- VDatePicker: VDatePicker
114779
- VDatePickerControls: VDatePickerControls
114780
- VDatePickerHeader: VDatePickerHeader
114781
- VDatePickerMonth: VDatePickerMonth
114782
- VDatePickerMonths: VDatePickerMonths
114783
- VDatePickerYears: VDatePickerYears
114780
+ VEmptyState: VEmptyState
114784
114781
  VDataTable: VDataTable
114785
114782
  VDataTableHeaders: VDataTableHeaders
114786
114783
  VDataTableFooter: VDataTableFooter
@@ -114788,32 +114785,36 @@ declare module 'vue' {
114788
114785
  VDataTableRow: VDataTableRow
114789
114786
  VDataTableVirtual: VDataTableVirtual
114790
114787
  VDataTableServer: VDataTableServer
114791
- VColorPicker: VColorPicker
114788
+ VDialog: VDialog
114789
+ VDatePicker: VDatePicker
114790
+ VDatePickerControls: VDatePickerControls
114791
+ VDatePickerHeader: VDatePickerHeader
114792
+ VDatePickerMonth: VDatePickerMonth
114793
+ VDatePickerMonths: VDatePickerMonths
114794
+ VDatePickerYears: VDatePickerYears
114795
+ VDivider: VDivider
114796
+ VFab: VFab
114792
114797
  VExpansionPanels: VExpansionPanels
114793
114798
  VExpansionPanel: VExpansionPanel
114794
114799
  VExpansionPanelText: VExpansionPanelText
114795
114800
  VExpansionPanelTitle: VExpansionPanelTitle
114796
- VDivider: VDivider
114797
- VFab: VFab
114798
- VFileInput: VFileInput
114799
- VEmptyState: VEmptyState
114800
- VFooter: VFooter
114801
114801
  VField: VField
114802
114802
  VFieldLabel: VFieldLabel
114803
- VDialog: VDialog
114803
+ VFooter: VFooter
114804
+ VFileInput: VFileInput
114805
+ VInfiniteScroll: VInfiniteScroll
114806
+ VHotkey: VHotkey
114807
+ VImg: VImg
114808
+ VKbd: VKbd
114809
+ VInput: VInput
114810
+ VLabel: VLabel
114804
114811
  VIcon: VIcon
114805
114812
  VComponentIcon: VComponentIcon
114806
114813
  VSvgIcon: VSvgIcon
114807
114814
  VLigatureIcon: VLigatureIcon
114808
114815
  VClassIcon: VClassIcon
114809
- VImg: VImg
114810
- VHotkey: VHotkey
114811
114816
  VItemGroup: VItemGroup
114812
114817
  VItem: VItem
114813
- VInfiniteScroll: VInfiniteScroll
114814
- VKbd: VKbd
114815
- VInput: VInput
114816
- VLabel: VLabel
114817
114818
  VList: VList
114818
114819
  VListGroup: VListGroup
114819
114820
  VListImg: VListImg
@@ -114823,25 +114824,25 @@ declare module 'vue' {
114823
114824
  VListItemSubtitle: VListItemSubtitle
114824
114825
  VListItemTitle: VListItemTitle
114825
114826
  VListSubheader: VListSubheader
114827
+ VNavigationDrawer: VNavigationDrawer
114828
+ VOtpInput: VOtpInput
114829
+ VNumberInput: VNumberInput
114826
114830
  VMain: VMain
114827
114831
  VMessages: VMessages
114828
114832
  VMenu: VMenu
114829
- VNavigationDrawer: VNavigationDrawer
114830
- VNumberInput: VNumberInput
114831
- VProgressCircular: VProgressCircular
114832
- VOtpInput: VOtpInput
114833
114833
  VOverlay: VOverlay
114834
- VRating: VRating
114834
+ VProgressCircular: VProgressCircular
114835
114835
  VPagination: VPagination
114836
- VProgressLinear: VProgressLinear
114837
114836
  VRadioGroup: VRadioGroup
114837
+ VProgressLinear: VProgressLinear
114838
+ VSelectionControl: VSelectionControl
114839
+ VRating: VRating
114838
114840
  VSelect: VSelect
114841
+ VSlider: VSlider
114839
114842
  VSelectionControlGroup: VSelectionControlGroup
114843
+ VSheet: VSheet
114840
114844
  VSlideGroup: VSlideGroup
114841
114845
  VSlideGroupItem: VSlideGroupItem
114842
- VSelectionControl: VSelectionControl
114843
- VSlider: VSlider
114844
- VSheet: VSheet
114845
114846
  VSnackbar: VSnackbar
114846
114847
  VStepper: VStepper
114847
114848
  VStepperActions: VStepperActions
@@ -114849,21 +114850,20 @@ declare module 'vue' {
114849
114850
  VStepperItem: VStepperItem
114850
114851
  VStepperWindow: VStepperWindow
114851
114852
  VStepperWindowItem: VStepperWindowItem
114852
- VSkeletonLoader: VSkeletonLoader
114853
114853
  VSwitch: VSwitch
114854
114854
  VSystemBar: VSystemBar
114855
+ VTable: VTable
114856
+ VTextarea: VTextarea
114857
+ VTimeline: VTimeline
114858
+ VTimelineItem: VTimelineItem
114855
114859
  VTab: VTab
114856
114860
  VTabs: VTabs
114857
114861
  VTabsWindow: VTabsWindow
114858
114862
  VTabsWindowItem: VTabsWindowItem
114859
- VTextarea: VTextarea
114860
- VTable: VTable
114861
114863
  VTextField: VTextField
114862
114864
  VToolbar: VToolbar
114863
114865
  VToolbarTitle: VToolbarTitle
114864
114866
  VToolbarItems: VToolbarItems
114865
- VTimeline: VTimeline
114866
- VTimelineItem: VTimelineItem
114867
114867
  VTimePicker: VTimePicker
114868
114868
  VTimePickerClock: VTimePickerClock
114869
114869
  VTimePickerControls: VTimePickerControls
@@ -114873,27 +114873,31 @@ declare module 'vue' {
114873
114873
  VTreeviewGroup: VTreeviewGroup
114874
114874
  VWindow: VWindow
114875
114875
  VWindowItem: VWindowItem
114876
+ VSkeletonLoader: VSkeletonLoader
114876
114877
  VConfirmEdit: VConfirmEdit
114877
- VDefaultsProvider: VDefaultsProvider
114878
114878
  VDataIterator: VDataIterator
114879
+ VDefaultsProvider: VDefaultsProvider
114879
114880
  VForm: VForm
114880
114881
  VContainer: VContainer
114881
114882
  VCol: VCol
114882
114883
  VRow: VRow
114883
114884
  VSpacer: VSpacer
114884
- VLazy: VLazy
114885
114885
  VHover: VHover
114886
+ VLayout: VLayout
114887
+ VLayoutItem: VLayoutItem
114888
+ VLazy: VLazy
114886
114889
  VLocaleProvider: VLocaleProvider
114890
+ VNoSsr: VNoSsr
114887
114891
  VParallax: VParallax
114888
- VRadio: VRadio
114889
114892
  VRangeSlider: VRangeSlider
114893
+ VRadio: VRadio
114890
114894
  VResponsive: VResponsive
114891
- VNoSsr: VNoSsr
114895
+ VSnackbarQueue: VSnackbarQueue
114892
114896
  VSparkline: VSparkline
114893
114897
  VSpeedDial: VSpeedDial
114894
- VSnackbarQueue: VSnackbarQueue
114895
114898
  VThemeProvider: VThemeProvider
114896
114899
  VVirtualScroll: VVirtualScroll
114900
+ VValidation: VValidation
114897
114901
  VFabTransition: VFabTransition
114898
114902
  VDialogBottomTransition: VDialogBottomTransition
114899
114903
  VDialogTopTransition: VDialogTopTransition
@@ -114910,24 +114914,21 @@ declare module 'vue' {
114910
114914
  VExpandTransition: VExpandTransition
114911
114915
  VExpandXTransition: VExpandXTransition
114912
114916
  VDialogTransition: VDialogTransition
114913
- VValidation: VValidation
114914
- VLayout: VLayout
114915
- VLayoutItem: VLayoutItem
114916
- VColorInput: VColorInput
114917
- VFileUpload: VFileUpload
114918
- VFileUploadItem: VFileUploadItem
114917
+ VVideo: VVideo
114918
+ VVideoControls: VVideoControls
114919
+ VVideoVolume: VVideoVolume
114919
114920
  VStepperVertical: VStepperVertical
114920
114921
  VStepperVerticalItem: VStepperVerticalItem
114921
114922
  VStepperVerticalActions: VStepperVerticalActions
114923
+ VColorInput: VColorInput
114922
114924
  VIconBtn: VIconBtn
114923
- VPicker: VPicker
114924
- VPickerTitle: VPickerTitle
114925
+ VFileUpload: VFileUpload
114926
+ VFileUploadItem: VFileUploadItem
114925
114927
  VPie: VPie
114926
114928
  VPieSegment: VPieSegment
114927
114929
  VPieTooltip: VPieTooltip
114928
- VVideo: VVideo
114929
- VVideoControls: VVideoControls
114930
- VVideoVolume: VVideoVolume
114930
+ VPicker: VPicker
114931
+ VPickerTitle: VPickerTitle
114931
114932
  VDateInput: VDateInput
114932
114933
  VMaskInput: VMaskInput
114933
114934
  VPullToRefresh: VPullToRefresh
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.4-dev.2025-12-17
2
+ * Vuetify v3.11.4-dev.2025-12-21
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -10467,7 +10467,8 @@ const VListItem = genericComponent()({
10467
10467
  select,
10468
10468
  isOpen: isOpen.value,
10469
10469
  isSelected: isSelected.value,
10470
- isIndeterminate: isIndeterminate.value
10470
+ isIndeterminate: isIndeterminate.value,
10471
+ isDisabled: props.disabled
10471
10472
  }));
10472
10473
  function onClick(e) {
10473
10474
  emit('click', e);
@@ -36872,7 +36873,7 @@ function createVuetify$1() {
36872
36873
  };
36873
36874
  });
36874
36875
  }
36875
- const version$1 = "3.11.4-dev.2025-12-17";
36876
+ const version$1 = "3.11.4-dev.2025-12-21";
36876
36877
  createVuetify$1.version = version$1;
36877
36878
 
36878
36879
  // Vue's inject() can only be used in setup
@@ -36897,7 +36898,7 @@ const createVuetify = function () {
36897
36898
  ...options
36898
36899
  });
36899
36900
  };
36900
- const version = "3.11.4-dev.2025-12-17";
36901
+ const version = "3.11.4-dev.2025-12-21";
36901
36902
  createVuetify.version = version;
36902
36903
 
36903
36904
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };