@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.
- package/CHANGELOG.md +12 -3
- package/dist/json/attributes.json +2453 -2445
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +168 -168
- package/dist/json/tags.json +2 -0
- package/dist/json/web-types.json +4287 -4267
- package/dist/vuetify-labs.cjs +9 -6
- package/dist/vuetify-labs.css +4762 -4762
- package/dist/vuetify-labs.d.ts +84 -74
- 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 +4346 -4346
- package/dist/vuetify.d.ts +76 -60
- 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 +60 -60
- 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 +3 -3
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,52 +114723,43 @@ declare module 'vue' {
|
|
|
114707
114723
|
$children?: VNodeChild
|
|
114708
114724
|
}
|
|
114709
114725
|
export interface GlobalComponents {
|
|
114710
|
-
VAlert: VAlert
|
|
114711
|
-
VAlertTitle: VAlertTitle
|
|
114712
114726
|
VApp: VApp
|
|
114713
|
-
VAvatar: VAvatar
|
|
114714
|
-
VBadge: VBadge
|
|
114715
114727
|
VAppBar: VAppBar
|
|
114716
114728
|
VAppBarNavIcon: VAppBarNavIcon
|
|
114717
114729
|
VAppBarTitle: VAppBarTitle
|
|
114730
|
+
VAutocomplete: VAutocomplete
|
|
114731
|
+
VAvatar: VAvatar
|
|
114732
|
+
VBadge: VBadge
|
|
114718
114733
|
VBanner: VBanner
|
|
114719
114734
|
VBannerActions: VBannerActions
|
|
114720
114735
|
VBannerText: VBannerText
|
|
114736
|
+
VAlert: VAlert
|
|
114737
|
+
VAlertTitle: VAlertTitle
|
|
114721
114738
|
VBreadcrumbs: VBreadcrumbs
|
|
114722
114739
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
114723
114740
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
114724
|
-
VAutocomplete: VAutocomplete
|
|
114725
114741
|
VBottomNavigation: VBottomNavigation
|
|
114726
|
-
VBtn: VBtn
|
|
114727
114742
|
VBottomSheet: VBottomSheet
|
|
114743
|
+
VBtn: VBtn
|
|
114744
|
+
VCalendar: VCalendar
|
|
114745
|
+
VCarousel: VCarousel
|
|
114746
|
+
VCarouselItem: VCarouselItem
|
|
114728
114747
|
VBtnGroup: VBtnGroup
|
|
114729
114748
|
VBtnToggle: VBtnToggle
|
|
114730
|
-
VCalendar: VCalendar
|
|
114731
114749
|
VCard: VCard
|
|
114732
114750
|
VCardActions: VCardActions
|
|
114733
114751
|
VCardItem: VCardItem
|
|
114734
114752
|
VCardSubtitle: VCardSubtitle
|
|
114735
114753
|
VCardText: VCardText
|
|
114736
114754
|
VCardTitle: VCardTitle
|
|
114737
|
-
VCarousel: VCarousel
|
|
114738
|
-
VCarouselItem: VCarouselItem
|
|
114739
|
-
VCode: VCode
|
|
114740
|
-
VChipGroup: VChipGroup
|
|
114741
114755
|
VChip: VChip
|
|
114756
|
+
VColorPicker: VColorPicker
|
|
114757
|
+
VCode: VCode
|
|
114742
114758
|
VCheckbox: VCheckbox
|
|
114743
114759
|
VCheckboxBtn: VCheckboxBtn
|
|
114744
114760
|
VCombobox: VCombobox
|
|
114745
|
-
|
|
114761
|
+
VChipGroup: VChipGroup
|
|
114746
114762
|
VCounter: VCounter
|
|
114747
|
-
VDialog: VDialog
|
|
114748
|
-
VDatePicker: VDatePicker
|
|
114749
|
-
VDatePickerControls: VDatePickerControls
|
|
114750
|
-
VDatePickerHeader: VDatePickerHeader
|
|
114751
|
-
VDatePickerMonth: VDatePickerMonth
|
|
114752
|
-
VDatePickerMonths: VDatePickerMonths
|
|
114753
|
-
VDatePickerYears: VDatePickerYears
|
|
114754
|
-
VDivider: VDivider
|
|
114755
|
-
VEmptyState: VEmptyState
|
|
114756
114763
|
VDataTable: VDataTable
|
|
114757
114764
|
VDataTableHeaders: VDataTableHeaders
|
|
114758
114765
|
VDataTableFooter: VDataTableFooter
|
|
@@ -114760,29 +114767,38 @@ declare module 'vue' {
|
|
|
114760
114767
|
VDataTableRow: VDataTableRow
|
|
114761
114768
|
VDataTableVirtual: VDataTableVirtual
|
|
114762
114769
|
VDataTableServer: VDataTableServer
|
|
114763
|
-
|
|
114770
|
+
VDatePicker: VDatePicker
|
|
114771
|
+
VDatePickerControls: VDatePickerControls
|
|
114772
|
+
VDatePickerHeader: VDatePickerHeader
|
|
114773
|
+
VDatePickerMonth: VDatePickerMonth
|
|
114774
|
+
VDatePickerMonths: VDatePickerMonths
|
|
114775
|
+
VDatePickerYears: VDatePickerYears
|
|
114776
|
+
VDialog: VDialog
|
|
114777
|
+
VDivider: VDivider
|
|
114764
114778
|
VExpansionPanels: VExpansionPanels
|
|
114765
114779
|
VExpansionPanel: VExpansionPanel
|
|
114766
114780
|
VExpansionPanelText: VExpansionPanelText
|
|
114767
114781
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
114768
|
-
|
|
114782
|
+
VEmptyState: VEmptyState
|
|
114783
|
+
VFab: VFab
|
|
114769
114784
|
VFooter: VFooter
|
|
114770
|
-
VHotkey: VHotkey
|
|
114771
114785
|
VField: VField
|
|
114772
114786
|
VFieldLabel: VFieldLabel
|
|
114773
|
-
|
|
114774
|
-
|
|
114775
|
-
VInput: VInput
|
|
114776
|
-
VKbd: VKbd
|
|
114787
|
+
VHotkey: VHotkey
|
|
114788
|
+
VFileInput: VFileInput
|
|
114777
114789
|
VIcon: VIcon
|
|
114778
114790
|
VComponentIcon: VComponentIcon
|
|
114779
114791
|
VSvgIcon: VSvgIcon
|
|
114780
114792
|
VLigatureIcon: VLigatureIcon
|
|
114781
114793
|
VClassIcon: VClassIcon
|
|
114794
|
+
VImg: VImg
|
|
114795
|
+
VInput: VInput
|
|
114796
|
+
VInfiniteScroll: VInfiniteScroll
|
|
114797
|
+
VKbd: VKbd
|
|
114782
114798
|
VItemGroup: VItemGroup
|
|
114783
114799
|
VItem: VItem
|
|
114784
|
-
VMain: VMain
|
|
114785
114800
|
VLabel: VLabel
|
|
114801
|
+
VMain: VMain
|
|
114786
114802
|
VList: VList
|
|
114787
114803
|
VListGroup: VListGroup
|
|
114788
114804
|
VListImg: VListImg
|
|
@@ -114792,79 +114808,79 @@ declare module 'vue' {
|
|
|
114792
114808
|
VListItemSubtitle: VListItemSubtitle
|
|
114793
114809
|
VListItemTitle: VListItemTitle
|
|
114794
114810
|
VListSubheader: VListSubheader
|
|
114795
|
-
|
|
114796
|
-
|
|
114811
|
+
VNumberInput: VNumberInput
|
|
114812
|
+
VMessages: VMessages
|
|
114797
114813
|
VOtpInput: VOtpInput
|
|
114798
114814
|
VPagination: VPagination
|
|
114799
|
-
VMessages: VMessages
|
|
114800
114815
|
VOverlay: VOverlay
|
|
114801
|
-
VNumberInput: VNumberInput
|
|
114802
114816
|
VProgressLinear: VProgressLinear
|
|
114803
114817
|
VProgressCircular: VProgressCircular
|
|
114804
|
-
VRating: VRating
|
|
114805
114818
|
VRadioGroup: VRadioGroup
|
|
114806
|
-
|
|
114819
|
+
VNavigationDrawer: VNavigationDrawer
|
|
114820
|
+
VRating: VRating
|
|
114807
114821
|
VSelect: VSelect
|
|
114808
114822
|
VSelectionControl: VSelectionControl
|
|
114823
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
114824
|
+
VSheet: VSheet
|
|
114825
|
+
VSlider: VSlider
|
|
114809
114826
|
VSkeletonLoader: VSkeletonLoader
|
|
114810
114827
|
VSlideGroup: VSlideGroup
|
|
114811
114828
|
VSlideGroupItem: VSlideGroupItem
|
|
114812
|
-
VSheet: VSheet
|
|
114813
|
-
VSnackbar: VSnackbar
|
|
114814
114829
|
VStepper: VStepper
|
|
114815
114830
|
VStepperActions: VStepperActions
|
|
114816
114831
|
VStepperHeader: VStepperHeader
|
|
114817
114832
|
VStepperItem: VStepperItem
|
|
114818
114833
|
VStepperWindow: VStepperWindow
|
|
114819
114834
|
VStepperWindowItem: VStepperWindowItem
|
|
114820
|
-
|
|
114835
|
+
VSnackbar: VSnackbar
|
|
114821
114836
|
VSwitch: VSwitch
|
|
114837
|
+
VTable: VTable
|
|
114822
114838
|
VTab: VTab
|
|
114823
114839
|
VTabs: VTabs
|
|
114824
114840
|
VTabsWindow: VTabsWindow
|
|
114825
114841
|
VTabsWindowItem: VTabsWindowItem
|
|
114826
114842
|
VSystemBar: VSystemBar
|
|
114827
|
-
VTable: VTable
|
|
114828
|
-
VTextField: VTextField
|
|
114829
|
-
VTimePicker: VTimePicker
|
|
114830
|
-
VTimePickerClock: VTimePickerClock
|
|
114831
|
-
VTimePickerControls: VTimePickerControls
|
|
114832
114843
|
VTextarea: VTextarea
|
|
114844
|
+
VTextField: VTextField
|
|
114845
|
+
VTimeline: VTimeline
|
|
114846
|
+
VTimelineItem: VTimelineItem
|
|
114847
|
+
VMenu: VMenu
|
|
114833
114848
|
VToolbar: VToolbar
|
|
114834
114849
|
VToolbarTitle: VToolbarTitle
|
|
114835
114850
|
VToolbarItems: VToolbarItems
|
|
114836
|
-
|
|
114837
|
-
|
|
114851
|
+
VTimePicker: VTimePicker
|
|
114852
|
+
VTimePickerClock: VTimePickerClock
|
|
114853
|
+
VTimePickerControls: VTimePickerControls
|
|
114854
|
+
VWindow: VWindow
|
|
114855
|
+
VWindowItem: VWindowItem
|
|
114838
114856
|
VTreeview: VTreeview
|
|
114839
114857
|
VTreeviewItem: VTreeviewItem
|
|
114840
114858
|
VTreeviewGroup: VTreeviewGroup
|
|
114841
114859
|
VTooltip: VTooltip
|
|
114842
|
-
VWindow: VWindow
|
|
114843
|
-
VWindowItem: VWindowItem
|
|
114844
|
-
VDataIterator: VDataIterator
|
|
114845
114860
|
VConfirmEdit: VConfirmEdit
|
|
114846
|
-
|
|
114861
|
+
VDataIterator: VDataIterator
|
|
114862
|
+
VForm: VForm
|
|
114847
114863
|
VContainer: VContainer
|
|
114848
114864
|
VCol: VCol
|
|
114849
114865
|
VRow: VRow
|
|
114850
114866
|
VSpacer: VSpacer
|
|
114851
|
-
VForm: VForm
|
|
114852
114867
|
VHover: VHover
|
|
114853
114868
|
VLayout: VLayout
|
|
114854
114869
|
VLayoutItem: VLayoutItem
|
|
114855
114870
|
VLazy: VLazy
|
|
114856
114871
|
VLocaleProvider: VLocaleProvider
|
|
114857
114872
|
VNoSsr: VNoSsr
|
|
114858
|
-
VParallax: VParallax
|
|
114859
|
-
VRangeSlider: VRangeSlider
|
|
114860
114873
|
VRadio: VRadio
|
|
114874
|
+
VRangeSlider: VRangeSlider
|
|
114861
114875
|
VResponsive: VResponsive
|
|
114876
|
+
VParallax: VParallax
|
|
114862
114877
|
VSnackbarQueue: VSnackbarQueue
|
|
114863
114878
|
VSparkline: VSparkline
|
|
114864
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
|
|
114901
|
+
VIconBtn: VIconBtn
|
|
114885
114902
|
VFileUpload: VFileUpload
|
|
114886
114903
|
VFileUploadItem: VFileUploadItem
|
|
114887
|
-
VPicker: VPicker
|
|
114888
|
-
VPickerTitle: VPickerTitle
|
|
114889
114904
|
VStepperVertical: VStepperVertical
|
|
114890
114905
|
VStepperVerticalItem: VStepperVerticalItem
|
|
114891
114906
|
VStepperVerticalActions: VStepperVerticalActions
|
|
114892
|
-
|
|
114893
|
-
|
|
114894
|
-
VPieTooltip: VPieTooltip
|
|
114895
|
-
VIconBtn: VIconBtn
|
|
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 };
|