@vuetify/nightly 3.11.3-dev.2025-12-09 → 3.11.3-dev.2025-12-13

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.
@@ -50976,6 +50976,7 @@ declare const VDatePickerMonth: {
50976
50976
  weeksInMonth: "dynamic" | "static";
50977
50977
  hideWeekdays: boolean;
50978
50978
  showWeek: boolean;
50979
+ readonly: boolean;
50979
50980
  transition: string;
50980
50981
  reverseTransition: string;
50981
50982
  events: DatePickerEvents | null;
@@ -51007,6 +51008,7 @@ declare const VDatePickerMonth: {
51007
51008
  firstDayOfYear: string | number;
51008
51009
  hideWeekdays: boolean;
51009
51010
  showWeek: boolean;
51011
+ readonly: boolean;
51010
51012
  transition: string;
51011
51013
  reverseTransition: string;
51012
51014
  events: DatePickerEvents | null;
@@ -51035,6 +51037,7 @@ declare const VDatePickerMonth: {
51035
51037
  weeksInMonth: "dynamic" | "static";
51036
51038
  hideWeekdays: boolean;
51037
51039
  showWeek: boolean;
51040
+ readonly: boolean;
51038
51041
  transition: string;
51039
51042
  reverseTransition: string;
51040
51043
  events: DatePickerEvents | null;
@@ -51062,6 +51065,7 @@ declare const VDatePickerMonth: {
51062
51065
  firstDayOfYear: string | number;
51063
51066
  hideWeekdays: boolean;
51064
51067
  showWeek: boolean;
51068
+ readonly: boolean;
51065
51069
  transition: string;
51066
51070
  reverseTransition: string;
51067
51071
  events: DatePickerEvents | null;
@@ -51077,6 +51081,7 @@ declare const VDatePickerMonth: {
51077
51081
  weeksInMonth: "dynamic" | "static";
51078
51082
  hideWeekdays: boolean;
51079
51083
  showWeek: boolean;
51084
+ readonly: boolean;
51080
51085
  transition: string;
51081
51086
  reverseTransition: string;
51082
51087
  events: DatePickerEvents | null;
@@ -51108,6 +51113,7 @@ declare const VDatePickerMonth: {
51108
51113
  firstDayOfYear: string | number;
51109
51114
  hideWeekdays: boolean;
51110
51115
  showWeek: boolean;
51116
+ readonly: boolean;
51111
51117
  transition: string;
51112
51118
  reverseTransition: string;
51113
51119
  events: DatePickerEvents | null;
@@ -51161,6 +51167,7 @@ declare const VDatePickerMonth: {
51161
51167
  hideWeekdays: BooleanConstructor;
51162
51168
  multiple: PropType<number | "range" | boolean | (string & {})>;
51163
51169
  showWeek: BooleanConstructor;
51170
+ readonly: BooleanConstructor;
51164
51171
  transition: {
51165
51172
  type: StringConstructor;
51166
51173
  default: string;
@@ -51210,6 +51217,7 @@ declare const VDatePickerMonth: {
51210
51217
  hideWeekdays: BooleanConstructor;
51211
51218
  multiple: PropType<number | "range" | boolean | (string & {})>;
51212
51219
  showWeek: BooleanConstructor;
51220
+ readonly: BooleanConstructor;
51213
51221
  transition: {
51214
51222
  type: StringConstructor;
51215
51223
  default: string;
@@ -52418,6 +52426,7 @@ declare const VDatePicker: {
52418
52426
  weeksInMonth: "dynamic" | "static";
52419
52427
  hideWeekdays: boolean;
52420
52428
  showWeek: boolean;
52429
+ readonly: boolean;
52421
52430
  transition: string;
52422
52431
  reverseTransition: string;
52423
52432
  events: DatePickerEvents | null;
@@ -52488,6 +52497,7 @@ declare const VDatePicker: {
52488
52497
  firstDayOfYear: string | number;
52489
52498
  hideWeekdays: boolean;
52490
52499
  showWeek: boolean;
52500
+ readonly: boolean;
52491
52501
  transition: string;
52492
52502
  reverseTransition: string;
52493
52503
  events: DatePickerEvents | null;
@@ -52582,6 +52592,7 @@ declare const VDatePicker: {
52582
52592
  weeksInMonth: "dynamic" | "static";
52583
52593
  hideWeekdays: boolean;
52584
52594
  showWeek: boolean;
52595
+ readonly: boolean;
52585
52596
  transition: string;
52586
52597
  reverseTransition: string;
52587
52598
  events: DatePickerEvents | null;
@@ -52646,6 +52657,7 @@ declare const VDatePicker: {
52646
52657
  firstDayOfYear: string | number;
52647
52658
  hideWeekdays: boolean;
52648
52659
  showWeek: boolean;
52660
+ readonly: boolean;
52649
52661
  transition: string;
52650
52662
  reverseTransition: string;
52651
52663
  events: DatePickerEvents | null;
@@ -52677,6 +52689,7 @@ declare const VDatePicker: {
52677
52689
  weeksInMonth: "dynamic" | "static";
52678
52690
  hideWeekdays: boolean;
52679
52691
  showWeek: boolean;
52692
+ readonly: boolean;
52680
52693
  transition: string;
52681
52694
  reverseTransition: string;
52682
52695
  events: DatePickerEvents | null;
@@ -52747,6 +52760,7 @@ declare const VDatePicker: {
52747
52760
  firstDayOfYear: string | number;
52748
52761
  hideWeekdays: boolean;
52749
52762
  showWeek: boolean;
52763
+ readonly: boolean;
52750
52764
  transition: string;
52751
52765
  reverseTransition: string;
52752
52766
  events: DatePickerEvents | null;
@@ -52916,6 +52930,7 @@ declare const VDatePicker: {
52916
52930
  hideWeekdays: BooleanConstructor;
52917
52931
  multiple: vue.PropType<number | "range" | boolean | (string & {})>;
52918
52932
  showWeek: BooleanConstructor;
52933
+ readonly: BooleanConstructor;
52919
52934
  transition: {
52920
52935
  type: StringConstructor;
52921
52936
  default: string;
@@ -53043,6 +53058,7 @@ declare const VDatePicker: {
53043
53058
  hideWeekdays: BooleanConstructor;
53044
53059
  multiple: vue.PropType<number | "range" | boolean | (string & {})>;
53045
53060
  showWeek: BooleanConstructor;
53061
+ readonly: BooleanConstructor;
53046
53062
  transition: {
53047
53063
  type: StringConstructor;
53048
53064
  default: string;
@@ -116036,7 +116052,6 @@ declare const VDateInput: {
116036
116052
  focused: boolean;
116037
116053
  errorMessages: string | readonly string[] | null;
116038
116054
  maxErrors: string | number;
116039
- readonly: boolean | null;
116040
116055
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
116041
116056
  density: Density;
116042
116057
  tile: boolean;
@@ -116081,6 +116096,7 @@ declare const VDateInput: {
116081
116096
  weeksInMonth: "dynamic" | "static";
116082
116097
  hideWeekdays: boolean;
116083
116098
  showWeek: boolean;
116099
+ readonly: boolean;
116084
116100
  transition: string;
116085
116101
  reverseTransition: string;
116086
116102
  events: DatePickerEvents | null;
@@ -118341,7 +118357,6 @@ declare const VDateInput: {
118341
118357
  focused: boolean;
118342
118358
  errorMessages: string | readonly string[] | null;
118343
118359
  maxErrors: string | number;
118344
- readonly: boolean | null;
118345
118360
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
118346
118361
  density: Density;
118347
118362
  rounded: string | number | boolean;
@@ -118390,6 +118405,7 @@ declare const VDateInput: {
118390
118405
  firstDayOfYear: string | number;
118391
118406
  hideWeekdays: boolean;
118392
118407
  showWeek: boolean;
118408
+ readonly: boolean;
118393
118409
  transition: string;
118394
118410
  reverseTransition: string;
118395
118411
  events: DatePickerEvents | null;
@@ -118502,7 +118518,6 @@ declare const VDateInput: {
118502
118518
  focused: boolean;
118503
118519
  errorMessages: string | readonly string[] | null;
118504
118520
  maxErrors: string | number;
118505
- readonly: boolean | null;
118506
118521
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
118507
118522
  density: Density;
118508
118523
  tile: boolean;
@@ -118547,6 +118562,7 @@ declare const VDateInput: {
118547
118562
  weeksInMonth: "dynamic" | "static";
118548
118563
  hideWeekdays: boolean;
118549
118564
  showWeek: boolean;
118565
+ readonly: boolean;
118550
118566
  transition: string;
118551
118567
  reverseTransition: string;
118552
118568
  events: DatePickerEvents | null;
@@ -120801,7 +120817,6 @@ declare const VDateInput: {
120801
120817
  focused: boolean;
120802
120818
  errorMessages: string | readonly string[] | null;
120803
120819
  maxErrors: string | number;
120804
- readonly: boolean | null;
120805
120820
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
120806
120821
  density: Density;
120807
120822
  rounded: string | number | boolean;
@@ -120850,6 +120865,7 @@ declare const VDateInput: {
120850
120865
  firstDayOfYear: string | number;
120851
120866
  hideWeekdays: boolean;
120852
120867
  showWeek: boolean;
120868
+ readonly: boolean;
120853
120869
  transition: string;
120854
120870
  reverseTransition: string;
120855
120871
  events: DatePickerEvents | null;
@@ -120870,7 +120886,6 @@ declare const VDateInput: {
120870
120886
  focused: boolean;
120871
120887
  errorMessages: string | readonly string[] | null;
120872
120888
  maxErrors: string | number;
120873
- readonly: boolean | null;
120874
120889
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
120875
120890
  density: Density;
120876
120891
  tile: boolean;
@@ -120915,6 +120930,7 @@ declare const VDateInput: {
120915
120930
  weeksInMonth: "dynamic" | "static";
120916
120931
  hideWeekdays: boolean;
120917
120932
  showWeek: boolean;
120933
+ readonly: boolean;
120918
120934
  transition: string;
120919
120935
  reverseTransition: string;
120920
120936
  events: DatePickerEvents | null;
@@ -123175,7 +123191,6 @@ declare const VDateInput: {
123175
123191
  focused: boolean;
123176
123192
  errorMessages: string | readonly string[] | null;
123177
123193
  maxErrors: string | number;
123178
- readonly: boolean | null;
123179
123194
  rules: readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[];
123180
123195
  density: Density;
123181
123196
  rounded: string | number | boolean;
@@ -123224,6 +123239,7 @@ declare const VDateInput: {
123224
123239
  firstDayOfYear: string | number;
123225
123240
  hideWeekdays: boolean;
123226
123241
  showWeek: boolean;
123242
+ readonly: boolean;
123227
123243
  transition: string;
123228
123244
  reverseTransition: string;
123229
123245
  events: DatePickerEvents | null;
@@ -123359,10 +123375,6 @@ declare const VDateInput: {
123359
123375
  default: number;
123360
123376
  };
123361
123377
  name: StringConstructor;
123362
- readonly: {
123363
- type: PropType<boolean | null>;
123364
- default: null;
123365
- };
123366
123378
  rules: {
123367
123379
  type: PropType<readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[]>;
123368
123380
  default: () => never[];
@@ -123543,6 +123555,7 @@ declare const VDateInput: {
123543
123555
  hideWeekdays: BooleanConstructor;
123544
123556
  multiple: PropType<number | "range" | boolean | (string & {})>;
123545
123557
  showWeek: BooleanConstructor;
123558
+ readonly: BooleanConstructor;
123546
123559
  transition: {
123547
123560
  type: StringConstructor;
123548
123561
  default: string;
@@ -123618,10 +123631,6 @@ declare const VDateInput: {
123618
123631
  default: number;
123619
123632
  };
123620
123633
  name: StringConstructor;
123621
- readonly: {
123622
- type: PropType<boolean | null>;
123623
- default: null;
123624
- };
123625
123634
  rules: {
123626
123635
  type: PropType<readonly (string | boolean | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>) | [string, any, (string | undefined)?])[]>;
123627
123636
  default: () => never[];
@@ -123802,6 +123811,7 @@ declare const VDateInput: {
123802
123811
  hideWeekdays: BooleanConstructor;
123803
123812
  multiple: PropType<number | "range" | boolean | (string & {})>;
123804
123813
  showWeek: BooleanConstructor;
123814
+ readonly: BooleanConstructor;
123805
123815
  transition: {
123806
123816
  type: StringConstructor;
123807
123817
  default: string;
@@ -144832,52 +144842,43 @@ declare module 'vue' {
144832
144842
  $children?: VNodeChild
144833
144843
  }
144834
144844
  export interface GlobalComponents {
144835
- VAlert: VAlert
144836
- VAlertTitle: VAlertTitle
144837
144845
  VApp: VApp
144838
- VAvatar: VAvatar
144839
- VBadge: VBadge
144840
144846
  VAppBar: VAppBar
144841
144847
  VAppBarNavIcon: VAppBarNavIcon
144842
144848
  VAppBarTitle: VAppBarTitle
144849
+ VAutocomplete: VAutocomplete
144850
+ VAvatar: VAvatar
144851
+ VBadge: VBadge
144843
144852
  VBanner: VBanner
144844
144853
  VBannerActions: VBannerActions
144845
144854
  VBannerText: VBannerText
144855
+ VAlert: VAlert
144856
+ VAlertTitle: VAlertTitle
144846
144857
  VBreadcrumbs: VBreadcrumbs
144847
144858
  VBreadcrumbsItem: VBreadcrumbsItem
144848
144859
  VBreadcrumbsDivider: VBreadcrumbsDivider
144849
- VAutocomplete: VAutocomplete
144850
144860
  VBottomNavigation: VBottomNavigation
144851
- VBtn: VBtn
144852
144861
  VBottomSheet: VBottomSheet
144862
+ VBtn: VBtn
144863
+ VCalendar: VCalendar
144864
+ VCarousel: VCarousel
144865
+ VCarouselItem: VCarouselItem
144853
144866
  VBtnGroup: VBtnGroup
144854
144867
  VBtnToggle: VBtnToggle
144855
- VCalendar: VCalendar
144856
144868
  VCard: VCard
144857
144869
  VCardActions: VCardActions
144858
144870
  VCardItem: VCardItem
144859
144871
  VCardSubtitle: VCardSubtitle
144860
144872
  VCardText: VCardText
144861
144873
  VCardTitle: VCardTitle
144862
- VCarousel: VCarousel
144863
- VCarouselItem: VCarouselItem
144864
- VCode: VCode
144865
- VChipGroup: VChipGroup
144866
144874
  VChip: VChip
144875
+ VColorPicker: VColorPicker
144876
+ VCode: VCode
144867
144877
  VCheckbox: VCheckbox
144868
144878
  VCheckboxBtn: VCheckboxBtn
144869
144879
  VCombobox: VCombobox
144870
- VColorPicker: VColorPicker
144880
+ VChipGroup: VChipGroup
144871
144881
  VCounter: VCounter
144872
- VDialog: VDialog
144873
- VDatePicker: VDatePicker
144874
- VDatePickerControls: VDatePickerControls
144875
- VDatePickerHeader: VDatePickerHeader
144876
- VDatePickerMonth: VDatePickerMonth
144877
- VDatePickerMonths: VDatePickerMonths
144878
- VDatePickerYears: VDatePickerYears
144879
- VDivider: VDivider
144880
- VEmptyState: VEmptyState
144881
144882
  VDataTable: VDataTable
144882
144883
  VDataTableHeaders: VDataTableHeaders
144883
144884
  VDataTableFooter: VDataTableFooter
@@ -144885,29 +144886,38 @@ declare module 'vue' {
144885
144886
  VDataTableRow: VDataTableRow
144886
144887
  VDataTableVirtual: VDataTableVirtual
144887
144888
  VDataTableServer: VDataTableServer
144888
- VFab: VFab
144889
+ VDatePicker: VDatePicker
144890
+ VDatePickerControls: VDatePickerControls
144891
+ VDatePickerHeader: VDatePickerHeader
144892
+ VDatePickerMonth: VDatePickerMonth
144893
+ VDatePickerMonths: VDatePickerMonths
144894
+ VDatePickerYears: VDatePickerYears
144895
+ VDialog: VDialog
144896
+ VDivider: VDivider
144889
144897
  VExpansionPanels: VExpansionPanels
144890
144898
  VExpansionPanel: VExpansionPanel
144891
144899
  VExpansionPanelText: VExpansionPanelText
144892
144900
  VExpansionPanelTitle: VExpansionPanelTitle
144893
- VFileInput: VFileInput
144901
+ VEmptyState: VEmptyState
144902
+ VFab: VFab
144894
144903
  VFooter: VFooter
144895
- VHotkey: VHotkey
144896
144904
  VField: VField
144897
144905
  VFieldLabel: VFieldLabel
144898
- VImg: VImg
144899
- VInfiniteScroll: VInfiniteScroll
144900
- VInput: VInput
144901
- VKbd: VKbd
144906
+ VHotkey: VHotkey
144907
+ VFileInput: VFileInput
144902
144908
  VIcon: VIcon
144903
144909
  VComponentIcon: VComponentIcon
144904
144910
  VSvgIcon: VSvgIcon
144905
144911
  VLigatureIcon: VLigatureIcon
144906
144912
  VClassIcon: VClassIcon
144913
+ VImg: VImg
144914
+ VInput: VInput
144915
+ VInfiniteScroll: VInfiniteScroll
144916
+ VKbd: VKbd
144907
144917
  VItemGroup: VItemGroup
144908
144918
  VItem: VItem
144909
- VMain: VMain
144910
144919
  VLabel: VLabel
144920
+ VMain: VMain
144911
144921
  VList: VList
144912
144922
  VListGroup: VListGroup
144913
144923
  VListImg: VListImg
@@ -144917,79 +144927,79 @@ declare module 'vue' {
144917
144927
  VListItemSubtitle: VListItemSubtitle
144918
144928
  VListItemTitle: VListItemTitle
144919
144929
  VListSubheader: VListSubheader
144920
- VMenu: VMenu
144921
- VNavigationDrawer: VNavigationDrawer
144930
+ VNumberInput: VNumberInput
144931
+ VMessages: VMessages
144922
144932
  VOtpInput: VOtpInput
144923
144933
  VPagination: VPagination
144924
- VMessages: VMessages
144925
144934
  VOverlay: VOverlay
144926
- VNumberInput: VNumberInput
144927
144935
  VProgressLinear: VProgressLinear
144928
144936
  VProgressCircular: VProgressCircular
144929
- VRating: VRating
144930
144937
  VRadioGroup: VRadioGroup
144931
- VSelectionControlGroup: VSelectionControlGroup
144938
+ VNavigationDrawer: VNavigationDrawer
144939
+ VRating: VRating
144932
144940
  VSelect: VSelect
144933
144941
  VSelectionControl: VSelectionControl
144942
+ VSelectionControlGroup: VSelectionControlGroup
144943
+ VSheet: VSheet
144944
+ VSlider: VSlider
144934
144945
  VSkeletonLoader: VSkeletonLoader
144935
144946
  VSlideGroup: VSlideGroup
144936
144947
  VSlideGroupItem: VSlideGroupItem
144937
- VSheet: VSheet
144938
- VSnackbar: VSnackbar
144939
144948
  VStepper: VStepper
144940
144949
  VStepperActions: VStepperActions
144941
144950
  VStepperHeader: VStepperHeader
144942
144951
  VStepperItem: VStepperItem
144943
144952
  VStepperWindow: VStepperWindow
144944
144953
  VStepperWindowItem: VStepperWindowItem
144945
- VSlider: VSlider
144954
+ VSnackbar: VSnackbar
144946
144955
  VSwitch: VSwitch
144956
+ VTable: VTable
144947
144957
  VTab: VTab
144948
144958
  VTabs: VTabs
144949
144959
  VTabsWindow: VTabsWindow
144950
144960
  VTabsWindowItem: VTabsWindowItem
144951
144961
  VSystemBar: VSystemBar
144952
- VTable: VTable
144953
- VTextField: VTextField
144954
- VTimePicker: VTimePicker
144955
- VTimePickerClock: VTimePickerClock
144956
- VTimePickerControls: VTimePickerControls
144957
144962
  VTextarea: VTextarea
144963
+ VTextField: VTextField
144964
+ VTimeline: VTimeline
144965
+ VTimelineItem: VTimelineItem
144966
+ VMenu: VMenu
144958
144967
  VToolbar: VToolbar
144959
144968
  VToolbarTitle: VToolbarTitle
144960
144969
  VToolbarItems: VToolbarItems
144961
- VTimeline: VTimeline
144962
- VTimelineItem: VTimelineItem
144970
+ VTimePicker: VTimePicker
144971
+ VTimePickerClock: VTimePickerClock
144972
+ VTimePickerControls: VTimePickerControls
144973
+ VWindow: VWindow
144974
+ VWindowItem: VWindowItem
144963
144975
  VTreeview: VTreeview
144964
144976
  VTreeviewItem: VTreeviewItem
144965
144977
  VTreeviewGroup: VTreeviewGroup
144966
144978
  VTooltip: VTooltip
144967
- VWindow: VWindow
144968
- VWindowItem: VWindowItem
144969
- VDataIterator: VDataIterator
144970
144979
  VConfirmEdit: VConfirmEdit
144971
- VDefaultsProvider: VDefaultsProvider
144980
+ VDataIterator: VDataIterator
144981
+ VForm: VForm
144972
144982
  VContainer: VContainer
144973
144983
  VCol: VCol
144974
144984
  VRow: VRow
144975
144985
  VSpacer: VSpacer
144976
- VForm: VForm
144977
144986
  VHover: VHover
144978
144987
  VLayout: VLayout
144979
144988
  VLayoutItem: VLayoutItem
144980
144989
  VLazy: VLazy
144981
144990
  VLocaleProvider: VLocaleProvider
144982
144991
  VNoSsr: VNoSsr
144983
- VParallax: VParallax
144984
- VRangeSlider: VRangeSlider
144985
144992
  VRadio: VRadio
144993
+ VRangeSlider: VRangeSlider
144986
144994
  VResponsive: VResponsive
144995
+ VParallax: VParallax
144987
144996
  VSnackbarQueue: VSnackbarQueue
144988
144997
  VSparkline: VSparkline
144989
144998
  VSpeedDial: VSpeedDial
144990
144999
  VThemeProvider: VThemeProvider
144991
- VValidation: VValidation
144992
145000
  VVirtualScroll: VVirtualScroll
145001
+ VValidation: VValidation
145002
+ VDefaultsProvider: VDefaultsProvider
144993
145003
  VFabTransition: VFabTransition
144994
145004
  VDialogBottomTransition: VDialogBottomTransition
144995
145005
  VDialogTopTransition: VDialogTopTransition
@@ -145007,22 +145017,22 @@ declare module 'vue' {
145007
145017
  VExpandXTransition: VExpandXTransition
145008
145018
  VDialogTransition: VDialogTransition
145009
145019
  VColorInput: VColorInput
145020
+ VIconBtn: VIconBtn
145010
145021
  VFileUpload: VFileUpload
145011
145022
  VFileUploadItem: VFileUploadItem
145012
- VPicker: VPicker
145013
- VPickerTitle: VPickerTitle
145014
145023
  VStepperVertical: VStepperVertical
145015
145024
  VStepperVerticalItem: VStepperVerticalItem
145016
145025
  VStepperVerticalActions: VStepperVerticalActions
145017
- VPie: VPie
145018
- VPieSegment: VPieSegment
145019
- VPieTooltip: VPieTooltip
145020
- VIconBtn: VIconBtn
145026
+ VPicker: VPicker
145027
+ VPickerTitle: VPickerTitle
145021
145028
  VVideo: VVideo
145022
145029
  VVideoControls: VVideoControls
145023
145030
  VVideoVolume: VVideoVolume
145024
- VDateInput: VDateInput
145031
+ VPie: VPie
145032
+ VPieSegment: VPieSegment
145033
+ VPieTooltip: VPieTooltip
145025
145034
  VMaskInput: VMaskInput
145035
+ VDateInput: VDateInput
145026
145036
  VPullToRefresh: VPullToRefresh
145027
145037
  }
145028
145038
  export interface GlobalDirectives {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.11.3-dev.2025-12-09
2
+ * Vuetify v3.11.3-dev.2025-12-13
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -27140,6 +27140,7 @@ const makeVDatePickerMonthProps = propsFactory({
27140
27140
  hideWeekdays: Boolean,
27141
27141
  multiple: [Boolean, Number, String],
27142
27142
  showWeek: Boolean,
27143
+ readonly: Boolean,
27143
27144
  transition: {
27144
27145
  type: String,
27145
27146
  default: 'picker-transition'
@@ -27326,6 +27327,7 @@ const VDatePickerMonth = genericComponent()({
27326
27327
  class: 'v-date-picker-month__day-btn',
27327
27328
  color: item.isSelected || item.isToday ? props.color : undefined,
27328
27329
  disabled: item.isDisabled,
27330
+ readonly: props.readonly,
27329
27331
  icon: true,
27330
27332
  ripple: false,
27331
27333
  variant: item.isSelected ? 'flat' : item.isToday ? 'outlined' : 'text',
@@ -36349,10 +36351,11 @@ const VDateInput = genericComponent()({
36349
36351
  }
36350
36352
  }
36351
36353
  function onClick(e) {
36354
+ if (props.disabled) return;
36352
36355
  e.preventDefault();
36353
36356
  e.stopPropagation();
36354
36357
  if (menu.value && mobile.value) {
36355
- isEditingInput.value = true;
36358
+ isEditingInput.value = !props.readonly;
36356
36359
  } else {
36357
36360
  menu.value = true;
36358
36361
  }
@@ -36421,8 +36424,8 @@ const VDateInput = genericComponent()({
36421
36424
  "focused": menu.value || isFocused.value,
36422
36425
  "onBlur": onBlur,
36423
36426
  "validationValue": model.value,
36424
- "onClick:control": isInteractive.value ? onClick : undefined,
36425
- "onClick:prepend": isInteractive.value ? onClick : undefined,
36427
+ "onClick:control": onClick,
36428
+ "onClick:prepend": onClick,
36426
36429
  "onUpdate:modelValue": onUpdateDisplayModel,
36427
36430
  "onUpdate:focused": event => isFocused.value = event
36428
36431
  }), {
@@ -39328,7 +39331,7 @@ function createVuetify$1() {
39328
39331
  };
39329
39332
  });
39330
39333
  }
39331
- const version$1 = "3.11.3-dev.2025-12-09";
39334
+ const version$1 = "3.11.3-dev.2025-12-13";
39332
39335
  createVuetify$1.version = version$1;
39333
39336
 
39334
39337
  // Vue's inject() can only be used in setup
@@ -39631,7 +39634,7 @@ var index = /*#__PURE__*/Object.freeze({
39631
39634
 
39632
39635
  /* eslint-disable local-rules/sort-imports */
39633
39636
 
39634
- const version = "3.11.3-dev.2025-12-09";
39637
+ const version = "3.11.3-dev.2025-12-13";
39635
39638
 
39636
39639
  /* eslint-disable local-rules/sort-imports */
39637
39640