@vuetify/nightly 3.11.3-dev.2025-12-10 → 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.
- package/CHANGELOG.md +9 -3
- package/dist/json/attributes.json +3462 -3454
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +140 -140
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +6585 -6565
- package/dist/vuetify-labs.cjs +9 -6
- package/dist/vuetify-labs.css +5178 -5178
- package/dist/vuetify-labs.d.ts +77 -67
- package/dist/vuetify-labs.esm.js +9 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +5 -3
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4307 -4307
- package/dist/vuetify.d.ts +69 -53
- package/dist/vuetify.esm.js +5 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +5 -5
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +13 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js +2 -0
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +53 -53
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +13 -25
- package/lib/labs/VDateInput/VDateInput.js +4 -3
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
|
@@ -50685,6 +50685,7 @@ declare const VDatePickerMonth: {
|
|
|
50685
50685
|
weeksInMonth: "dynamic" | "static";
|
|
50686
50686
|
hideWeekdays: boolean;
|
|
50687
50687
|
showWeek: boolean;
|
|
50688
|
+
readonly: boolean;
|
|
50688
50689
|
transition: string;
|
|
50689
50690
|
reverseTransition: string;
|
|
50690
50691
|
events: DatePickerEvents | null;
|
|
@@ -50716,6 +50717,7 @@ declare const VDatePickerMonth: {
|
|
|
50716
50717
|
firstDayOfYear: string | number;
|
|
50717
50718
|
hideWeekdays: boolean;
|
|
50718
50719
|
showWeek: boolean;
|
|
50720
|
+
readonly: boolean;
|
|
50719
50721
|
transition: string;
|
|
50720
50722
|
reverseTransition: string;
|
|
50721
50723
|
events: DatePickerEvents | null;
|
|
@@ -50744,6 +50746,7 @@ declare const VDatePickerMonth: {
|
|
|
50744
50746
|
weeksInMonth: "dynamic" | "static";
|
|
50745
50747
|
hideWeekdays: boolean;
|
|
50746
50748
|
showWeek: boolean;
|
|
50749
|
+
readonly: boolean;
|
|
50747
50750
|
transition: string;
|
|
50748
50751
|
reverseTransition: string;
|
|
50749
50752
|
events: DatePickerEvents | null;
|
|
@@ -50771,6 +50774,7 @@ declare const VDatePickerMonth: {
|
|
|
50771
50774
|
firstDayOfYear: string | number;
|
|
50772
50775
|
hideWeekdays: boolean;
|
|
50773
50776
|
showWeek: boolean;
|
|
50777
|
+
readonly: boolean;
|
|
50774
50778
|
transition: string;
|
|
50775
50779
|
reverseTransition: string;
|
|
50776
50780
|
events: DatePickerEvents | null;
|
|
@@ -50786,6 +50790,7 @@ declare const VDatePickerMonth: {
|
|
|
50786
50790
|
weeksInMonth: "dynamic" | "static";
|
|
50787
50791
|
hideWeekdays: boolean;
|
|
50788
50792
|
showWeek: boolean;
|
|
50793
|
+
readonly: boolean;
|
|
50789
50794
|
transition: string;
|
|
50790
50795
|
reverseTransition: string;
|
|
50791
50796
|
events: DatePickerEvents | null;
|
|
@@ -50817,6 +50822,7 @@ declare const VDatePickerMonth: {
|
|
|
50817
50822
|
firstDayOfYear: string | number;
|
|
50818
50823
|
hideWeekdays: boolean;
|
|
50819
50824
|
showWeek: boolean;
|
|
50825
|
+
readonly: boolean;
|
|
50820
50826
|
transition: string;
|
|
50821
50827
|
reverseTransition: string;
|
|
50822
50828
|
events: DatePickerEvents | null;
|
|
@@ -50870,6 +50876,7 @@ declare const VDatePickerMonth: {
|
|
|
50870
50876
|
hideWeekdays: BooleanConstructor;
|
|
50871
50877
|
multiple: PropType<number | "range" | boolean | (string & {})>;
|
|
50872
50878
|
showWeek: BooleanConstructor;
|
|
50879
|
+
readonly: BooleanConstructor;
|
|
50873
50880
|
transition: {
|
|
50874
50881
|
type: StringConstructor;
|
|
50875
50882
|
default: string;
|
|
@@ -50919,6 +50926,7 @@ declare const VDatePickerMonth: {
|
|
|
50919
50926
|
hideWeekdays: BooleanConstructor;
|
|
50920
50927
|
multiple: PropType<number | "range" | boolean | (string & {})>;
|
|
50921
50928
|
showWeek: BooleanConstructor;
|
|
50929
|
+
readonly: BooleanConstructor;
|
|
50922
50930
|
transition: {
|
|
50923
50931
|
type: StringConstructor;
|
|
50924
50932
|
default: string;
|
|
@@ -51847,6 +51855,7 @@ declare const VDatePicker: {
|
|
|
51847
51855
|
weeksInMonth: "dynamic" | "static";
|
|
51848
51856
|
hideWeekdays: boolean;
|
|
51849
51857
|
showWeek: boolean;
|
|
51858
|
+
readonly: boolean;
|
|
51850
51859
|
transition: string;
|
|
51851
51860
|
reverseTransition: string;
|
|
51852
51861
|
events: DatePickerEvents | null;
|
|
@@ -51917,6 +51926,7 @@ declare const VDatePicker: {
|
|
|
51917
51926
|
firstDayOfYear: string | number;
|
|
51918
51927
|
hideWeekdays: boolean;
|
|
51919
51928
|
showWeek: boolean;
|
|
51929
|
+
readonly: boolean;
|
|
51920
51930
|
transition: string;
|
|
51921
51931
|
reverseTransition: string;
|
|
51922
51932
|
events: DatePickerEvents | null;
|
|
@@ -52011,6 +52021,7 @@ declare const VDatePicker: {
|
|
|
52011
52021
|
weeksInMonth: "dynamic" | "static";
|
|
52012
52022
|
hideWeekdays: boolean;
|
|
52013
52023
|
showWeek: boolean;
|
|
52024
|
+
readonly: boolean;
|
|
52014
52025
|
transition: string;
|
|
52015
52026
|
reverseTransition: string;
|
|
52016
52027
|
events: DatePickerEvents | null;
|
|
@@ -52075,6 +52086,7 @@ declare const VDatePicker: {
|
|
|
52075
52086
|
firstDayOfYear: string | number;
|
|
52076
52087
|
hideWeekdays: boolean;
|
|
52077
52088
|
showWeek: boolean;
|
|
52089
|
+
readonly: boolean;
|
|
52078
52090
|
transition: string;
|
|
52079
52091
|
reverseTransition: string;
|
|
52080
52092
|
events: DatePickerEvents | null;
|
|
@@ -52106,6 +52118,7 @@ declare const VDatePicker: {
|
|
|
52106
52118
|
weeksInMonth: "dynamic" | "static";
|
|
52107
52119
|
hideWeekdays: boolean;
|
|
52108
52120
|
showWeek: boolean;
|
|
52121
|
+
readonly: boolean;
|
|
52109
52122
|
transition: string;
|
|
52110
52123
|
reverseTransition: string;
|
|
52111
52124
|
events: DatePickerEvents | null;
|
|
@@ -52176,6 +52189,7 @@ declare const VDatePicker: {
|
|
|
52176
52189
|
firstDayOfYear: string | number;
|
|
52177
52190
|
hideWeekdays: boolean;
|
|
52178
52191
|
showWeek: boolean;
|
|
52192
|
+
readonly: boolean;
|
|
52179
52193
|
transition: string;
|
|
52180
52194
|
reverseTransition: string;
|
|
52181
52195
|
events: DatePickerEvents | null;
|
|
@@ -52345,6 +52359,7 @@ declare const VDatePicker: {
|
|
|
52345
52359
|
hideWeekdays: BooleanConstructor;
|
|
52346
52360
|
multiple: vue.PropType<number | "range" | boolean | (string & {})>;
|
|
52347
52361
|
showWeek: BooleanConstructor;
|
|
52362
|
+
readonly: BooleanConstructor;
|
|
52348
52363
|
transition: {
|
|
52349
52364
|
type: StringConstructor;
|
|
52350
52365
|
default: string;
|
|
@@ -52472,6 +52487,7 @@ declare const VDatePicker: {
|
|
|
52472
52487
|
hideWeekdays: BooleanConstructor;
|
|
52473
52488
|
multiple: vue.PropType<number | "range" | boolean | (string & {})>;
|
|
52474
52489
|
showWeek: BooleanConstructor;
|
|
52490
|
+
readonly: BooleanConstructor;
|
|
52475
52491
|
transition: {
|
|
52476
52492
|
type: StringConstructor;
|
|
52477
52493
|
default: string;
|
|
@@ -114707,27 +114723,28 @@ declare module 'vue' {
|
|
|
114707
114723
|
$children?: VNodeChild
|
|
114708
114724
|
}
|
|
114709
114725
|
export interface GlobalComponents {
|
|
114726
|
+
VApp: VApp
|
|
114710
114727
|
VAppBar: VAppBar
|
|
114711
114728
|
VAppBarNavIcon: VAppBarNavIcon
|
|
114712
114729
|
VAppBarTitle: VAppBarTitle
|
|
114713
|
-
VApp: VApp
|
|
114714
|
-
VAvatar: VAvatar
|
|
114715
114730
|
VAutocomplete: VAutocomplete
|
|
114731
|
+
VAvatar: VAvatar
|
|
114732
|
+
VBadge: VBadge
|
|
114716
114733
|
VBanner: VBanner
|
|
114717
114734
|
VBannerActions: VBannerActions
|
|
114718
114735
|
VBannerText: VBannerText
|
|
114719
|
-
VBottomSheet: VBottomSheet
|
|
114720
114736
|
VAlert: VAlert
|
|
114721
114737
|
VAlertTitle: VAlertTitle
|
|
114722
|
-
VBadge: VBadge
|
|
114723
|
-
VBottomNavigation: VBottomNavigation
|
|
114724
114738
|
VBreadcrumbs: VBreadcrumbs
|
|
114725
114739
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
114726
114740
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
114727
|
-
|
|
114741
|
+
VBottomNavigation: VBottomNavigation
|
|
114742
|
+
VBottomSheet: VBottomSheet
|
|
114728
114743
|
VBtn: VBtn
|
|
114729
|
-
|
|
114730
|
-
|
|
114744
|
+
VCalendar: VCalendar
|
|
114745
|
+
VCarousel: VCarousel
|
|
114746
|
+
VCarouselItem: VCarouselItem
|
|
114747
|
+
VBtnGroup: VBtnGroup
|
|
114731
114748
|
VBtnToggle: VBtnToggle
|
|
114732
114749
|
VCard: VCard
|
|
114733
114750
|
VCardActions: VCardActions
|
|
@@ -114735,14 +114752,13 @@ declare module 'vue' {
|
|
|
114735
114752
|
VCardSubtitle: VCardSubtitle
|
|
114736
114753
|
VCardText: VCardText
|
|
114737
114754
|
VCardTitle: VCardTitle
|
|
114738
|
-
VCalendar: VCalendar
|
|
114739
|
-
VChipGroup: VChipGroup
|
|
114740
114755
|
VChip: VChip
|
|
114741
|
-
|
|
114742
|
-
VCarouselItem: VCarouselItem
|
|
114756
|
+
VColorPicker: VColorPicker
|
|
114743
114757
|
VCode: VCode
|
|
114758
|
+
VCheckbox: VCheckbox
|
|
114759
|
+
VCheckboxBtn: VCheckboxBtn
|
|
114744
114760
|
VCombobox: VCombobox
|
|
114745
|
-
|
|
114761
|
+
VChipGroup: VChipGroup
|
|
114746
114762
|
VCounter: VCounter
|
|
114747
114763
|
VDataTable: VDataTable
|
|
114748
114764
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -114751,35 +114767,38 @@ declare module 'vue' {
|
|
|
114751
114767
|
VDataTableRow: VDataTableRow
|
|
114752
114768
|
VDataTableVirtual: VDataTableVirtual
|
|
114753
114769
|
VDataTableServer: VDataTableServer
|
|
114754
|
-
VDivider: VDivider
|
|
114755
|
-
VDialog: VDialog
|
|
114756
114770
|
VDatePicker: VDatePicker
|
|
114757
114771
|
VDatePickerControls: VDatePickerControls
|
|
114758
114772
|
VDatePickerHeader: VDatePickerHeader
|
|
114759
114773
|
VDatePickerMonth: VDatePickerMonth
|
|
114760
114774
|
VDatePickerMonths: VDatePickerMonths
|
|
114761
114775
|
VDatePickerYears: VDatePickerYears
|
|
114762
|
-
|
|
114763
|
-
|
|
114776
|
+
VDialog: VDialog
|
|
114777
|
+
VDivider: VDivider
|
|
114764
114778
|
VExpansionPanels: VExpansionPanels
|
|
114765
114779
|
VExpansionPanel: VExpansionPanel
|
|
114766
114780
|
VExpansionPanelText: VExpansionPanelText
|
|
114767
114781
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
114782
|
+
VEmptyState: VEmptyState
|
|
114783
|
+
VFab: VFab
|
|
114784
|
+
VFooter: VFooter
|
|
114768
114785
|
VField: VField
|
|
114769
114786
|
VFieldLabel: VFieldLabel
|
|
114770
|
-
VFooter: VFooter
|
|
114771
|
-
VFileInput: VFileInput
|
|
114772
114787
|
VHotkey: VHotkey
|
|
114788
|
+
VFileInput: VFileInput
|
|
114773
114789
|
VIcon: VIcon
|
|
114774
114790
|
VComponentIcon: VComponentIcon
|
|
114775
114791
|
VSvgIcon: VSvgIcon
|
|
114776
114792
|
VLigatureIcon: VLigatureIcon
|
|
114777
114793
|
VClassIcon: VClassIcon
|
|
114778
114794
|
VImg: VImg
|
|
114795
|
+
VInput: VInput
|
|
114779
114796
|
VInfiniteScroll: VInfiniteScroll
|
|
114780
|
-
VLabel: VLabel
|
|
114781
114797
|
VKbd: VKbd
|
|
114782
|
-
|
|
114798
|
+
VItemGroup: VItemGroup
|
|
114799
|
+
VItem: VItem
|
|
114800
|
+
VLabel: VLabel
|
|
114801
|
+
VMain: VMain
|
|
114783
114802
|
VList: VList
|
|
114784
114803
|
VListGroup: VListGroup
|
|
114785
114804
|
VListImg: VListImg
|
|
@@ -114789,28 +114808,24 @@ declare module 'vue' {
|
|
|
114789
114808
|
VListItemSubtitle: VListItemSubtitle
|
|
114790
114809
|
VListItemTitle: VListItemTitle
|
|
114791
114810
|
VListSubheader: VListSubheader
|
|
114792
|
-
|
|
114793
|
-
VItem: VItem
|
|
114794
|
-
VMenu: VMenu
|
|
114795
|
-
VNavigationDrawer: VNavigationDrawer
|
|
114796
|
-
VOverlay: VOverlay
|
|
114797
|
-
VMain: VMain
|
|
114811
|
+
VNumberInput: VNumberInput
|
|
114798
114812
|
VMessages: VMessages
|
|
114799
114813
|
VOtpInput: VOtpInput
|
|
114814
|
+
VPagination: VPagination
|
|
114815
|
+
VOverlay: VOverlay
|
|
114800
114816
|
VProgressLinear: VProgressLinear
|
|
114801
114817
|
VProgressCircular: VProgressCircular
|
|
114802
|
-
|
|
114818
|
+
VRadioGroup: VRadioGroup
|
|
114819
|
+
VNavigationDrawer: VNavigationDrawer
|
|
114803
114820
|
VRating: VRating
|
|
114804
114821
|
VSelect: VSelect
|
|
114805
|
-
VRadioGroup: VRadioGroup
|
|
114806
114822
|
VSelectionControl: VSelectionControl
|
|
114807
|
-
|
|
114823
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
114808
114824
|
VSheet: VSheet
|
|
114825
|
+
VSlider: VSlider
|
|
114809
114826
|
VSkeletonLoader: VSkeletonLoader
|
|
114810
114827
|
VSlideGroup: VSlideGroup
|
|
114811
114828
|
VSlideGroupItem: VSlideGroupItem
|
|
114812
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
114813
|
-
VSwitch: VSwitch
|
|
114814
114829
|
VStepper: VStepper
|
|
114815
114830
|
VStepperActions: VStepperActions
|
|
114816
114831
|
VStepperHeader: VStepperHeader
|
|
@@ -114818,32 +114833,32 @@ declare module 'vue' {
|
|
|
114818
114833
|
VStepperWindow: VStepperWindow
|
|
114819
114834
|
VStepperWindowItem: VStepperWindowItem
|
|
114820
114835
|
VSnackbar: VSnackbar
|
|
114821
|
-
|
|
114822
|
-
|
|
114823
|
-
VToolbarItems: VToolbarItems
|
|
114836
|
+
VSwitch: VSwitch
|
|
114837
|
+
VTable: VTable
|
|
114824
114838
|
VTab: VTab
|
|
114825
114839
|
VTabs: VTabs
|
|
114826
114840
|
VTabsWindow: VTabsWindow
|
|
114827
114841
|
VTabsWindowItem: VTabsWindowItem
|
|
114828
114842
|
VSystemBar: VSystemBar
|
|
114829
|
-
VTable: VTable
|
|
114830
114843
|
VTextarea: VTextarea
|
|
114831
114844
|
VTextField: VTextField
|
|
114832
114845
|
VTimeline: VTimeline
|
|
114833
114846
|
VTimelineItem: VTimelineItem
|
|
114834
|
-
|
|
114835
|
-
|
|
114836
|
-
|
|
114837
|
-
|
|
114838
|
-
VNumberInput: VNumberInput
|
|
114847
|
+
VMenu: VMenu
|
|
114848
|
+
VToolbar: VToolbar
|
|
114849
|
+
VToolbarTitle: VToolbarTitle
|
|
114850
|
+
VToolbarItems: VToolbarItems
|
|
114839
114851
|
VTimePicker: VTimePicker
|
|
114840
114852
|
VTimePickerClock: VTimePickerClock
|
|
114841
114853
|
VTimePickerControls: VTimePickerControls
|
|
114842
114854
|
VWindow: VWindow
|
|
114843
114855
|
VWindowItem: VWindowItem
|
|
114856
|
+
VTreeview: VTreeview
|
|
114857
|
+
VTreeviewItem: VTreeviewItem
|
|
114858
|
+
VTreeviewGroup: VTreeviewGroup
|
|
114859
|
+
VTooltip: VTooltip
|
|
114844
114860
|
VConfirmEdit: VConfirmEdit
|
|
114845
114861
|
VDataIterator: VDataIterator
|
|
114846
|
-
VDefaultsProvider: VDefaultsProvider
|
|
114847
114862
|
VForm: VForm
|
|
114848
114863
|
VContainer: VContainer
|
|
114849
114864
|
VCol: VCol
|
|
@@ -114852,19 +114867,20 @@ declare module 'vue' {
|
|
|
114852
114867
|
VHover: VHover
|
|
114853
114868
|
VLayout: VLayout
|
|
114854
114869
|
VLayoutItem: VLayoutItem
|
|
114855
|
-
VLocaleProvider: VLocaleProvider
|
|
114856
114870
|
VLazy: VLazy
|
|
114871
|
+
VLocaleProvider: VLocaleProvider
|
|
114857
114872
|
VNoSsr: VNoSsr
|
|
114858
|
-
VParallax: VParallax
|
|
114859
114873
|
VRadio: VRadio
|
|
114860
114874
|
VRangeSlider: VRangeSlider
|
|
114861
114875
|
VResponsive: VResponsive
|
|
114876
|
+
VParallax: VParallax
|
|
114862
114877
|
VSnackbarQueue: VSnackbarQueue
|
|
114863
|
-
VSpeedDial: VSpeedDial
|
|
114864
114878
|
VSparkline: VSparkline
|
|
114879
|
+
VSpeedDial: VSpeedDial
|
|
114865
114880
|
VThemeProvider: VThemeProvider
|
|
114866
|
-
VValidation: VValidation
|
|
114867
114881
|
VVirtualScroll: VVirtualScroll
|
|
114882
|
+
VValidation: VValidation
|
|
114883
|
+
VDefaultsProvider: VDefaultsProvider
|
|
114868
114884
|
VFabTransition: VFabTransition
|
|
114869
114885
|
VDialogBottomTransition: VDialogBottomTransition
|
|
114870
114886
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -114882,22 +114898,22 @@ declare module 'vue' {
|
|
|
114882
114898
|
VExpandXTransition: VExpandXTransition
|
|
114883
114899
|
VDialogTransition: VDialogTransition
|
|
114884
114900
|
VColorInput: VColorInput
|
|
114885
|
-
|
|
114886
|
-
VPickerTitle: VPickerTitle
|
|
114901
|
+
VIconBtn: VIconBtn
|
|
114887
114902
|
VFileUpload: VFileUpload
|
|
114888
114903
|
VFileUploadItem: VFileUploadItem
|
|
114889
|
-
VIconBtn: VIconBtn
|
|
114890
114904
|
VStepperVertical: VStepperVertical
|
|
114891
114905
|
VStepperVerticalItem: VStepperVerticalItem
|
|
114892
114906
|
VStepperVerticalActions: VStepperVerticalActions
|
|
114893
|
-
|
|
114894
|
-
|
|
114895
|
-
VPieTooltip: VPieTooltip
|
|
114907
|
+
VPicker: VPicker
|
|
114908
|
+
VPickerTitle: VPickerTitle
|
|
114896
114909
|
VVideo: VVideo
|
|
114897
114910
|
VVideoControls: VVideoControls
|
|
114898
114911
|
VVideoVolume: VVideoVolume
|
|
114899
|
-
|
|
114912
|
+
VPie: VPie
|
|
114913
|
+
VPieSegment: VPieSegment
|
|
114914
|
+
VPieTooltip: VPieTooltip
|
|
114900
114915
|
VMaskInput: VMaskInput
|
|
114916
|
+
VDateInput: VDateInput
|
|
114901
114917
|
VPullToRefresh: VPullToRefresh
|
|
114902
114918
|
}
|
|
114903
114919
|
export interface GlobalDirectives {
|
package/dist/vuetify.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.3-dev.2025-12-
|
|
2
|
+
* Vuetify v3.11.3-dev.2025-12-13
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -27460,6 +27460,7 @@ const makeVDatePickerMonthProps = propsFactory({
|
|
|
27460
27460
|
hideWeekdays: Boolean,
|
|
27461
27461
|
multiple: [Boolean, Number, String],
|
|
27462
27462
|
showWeek: Boolean,
|
|
27463
|
+
readonly: Boolean,
|
|
27463
27464
|
transition: {
|
|
27464
27465
|
type: String,
|
|
27465
27466
|
default: 'picker-transition'
|
|
@@ -27646,6 +27647,7 @@ const VDatePickerMonth = genericComponent()({
|
|
|
27646
27647
|
class: 'v-date-picker-month__day-btn',
|
|
27647
27648
|
color: item.isSelected || item.isToday ? props.color : undefined,
|
|
27648
27649
|
disabled: item.isDisabled,
|
|
27650
|
+
readonly: props.readonly,
|
|
27649
27651
|
icon: true,
|
|
27650
27652
|
ripple: false,
|
|
27651
27653
|
variant: item.isSelected ? 'flat' : item.isToday ? 'outlined' : 'text',
|
|
@@ -36800,7 +36802,7 @@ function createVuetify$1() {
|
|
|
36800
36802
|
};
|
|
36801
36803
|
});
|
|
36802
36804
|
}
|
|
36803
|
-
const version$1 = "3.11.3-dev.2025-12-
|
|
36805
|
+
const version$1 = "3.11.3-dev.2025-12-13";
|
|
36804
36806
|
createVuetify$1.version = version$1;
|
|
36805
36807
|
|
|
36806
36808
|
// Vue's inject() can only be used in setup
|
|
@@ -36825,7 +36827,7 @@ const createVuetify = function () {
|
|
|
36825
36827
|
...options
|
|
36826
36828
|
});
|
|
36827
36829
|
};
|
|
36828
|
-
const version = "3.11.3-dev.2025-12-
|
|
36830
|
+
const version = "3.11.3-dev.2025-12-13";
|
|
36829
36831
|
createVuetify.version = version;
|
|
36830
36832
|
|
|
36831
36833
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };
|