@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-labs.d.ts
CHANGED
|
@@ -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,27 +144842,28 @@ declare module 'vue' {
|
|
|
144832
144842
|
$children?: VNodeChild
|
|
144833
144843
|
}
|
|
144834
144844
|
export interface GlobalComponents {
|
|
144845
|
+
VApp: VApp
|
|
144835
144846
|
VAppBar: VAppBar
|
|
144836
144847
|
VAppBarNavIcon: VAppBarNavIcon
|
|
144837
144848
|
VAppBarTitle: VAppBarTitle
|
|
144838
|
-
VApp: VApp
|
|
144839
|
-
VAvatar: VAvatar
|
|
144840
144849
|
VAutocomplete: VAutocomplete
|
|
144850
|
+
VAvatar: VAvatar
|
|
144851
|
+
VBadge: VBadge
|
|
144841
144852
|
VBanner: VBanner
|
|
144842
144853
|
VBannerActions: VBannerActions
|
|
144843
144854
|
VBannerText: VBannerText
|
|
144844
|
-
VBottomSheet: VBottomSheet
|
|
144845
144855
|
VAlert: VAlert
|
|
144846
144856
|
VAlertTitle: VAlertTitle
|
|
144847
|
-
VBadge: VBadge
|
|
144848
|
-
VBottomNavigation: VBottomNavigation
|
|
144849
144857
|
VBreadcrumbs: VBreadcrumbs
|
|
144850
144858
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
144851
144859
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
144852
|
-
|
|
144860
|
+
VBottomNavigation: VBottomNavigation
|
|
144861
|
+
VBottomSheet: VBottomSheet
|
|
144853
144862
|
VBtn: VBtn
|
|
144854
|
-
|
|
144855
|
-
|
|
144863
|
+
VCalendar: VCalendar
|
|
144864
|
+
VCarousel: VCarousel
|
|
144865
|
+
VCarouselItem: VCarouselItem
|
|
144866
|
+
VBtnGroup: VBtnGroup
|
|
144856
144867
|
VBtnToggle: VBtnToggle
|
|
144857
144868
|
VCard: VCard
|
|
144858
144869
|
VCardActions: VCardActions
|
|
@@ -144860,14 +144871,13 @@ declare module 'vue' {
|
|
|
144860
144871
|
VCardSubtitle: VCardSubtitle
|
|
144861
144872
|
VCardText: VCardText
|
|
144862
144873
|
VCardTitle: VCardTitle
|
|
144863
|
-
VCalendar: VCalendar
|
|
144864
|
-
VChipGroup: VChipGroup
|
|
144865
144874
|
VChip: VChip
|
|
144866
|
-
|
|
144867
|
-
VCarouselItem: VCarouselItem
|
|
144875
|
+
VColorPicker: VColorPicker
|
|
144868
144876
|
VCode: VCode
|
|
144877
|
+
VCheckbox: VCheckbox
|
|
144878
|
+
VCheckboxBtn: VCheckboxBtn
|
|
144869
144879
|
VCombobox: VCombobox
|
|
144870
|
-
|
|
144880
|
+
VChipGroup: VChipGroup
|
|
144871
144881
|
VCounter: VCounter
|
|
144872
144882
|
VDataTable: VDataTable
|
|
144873
144883
|
VDataTableHeaders: VDataTableHeaders
|
|
@@ -144876,35 +144886,38 @@ declare module 'vue' {
|
|
|
144876
144886
|
VDataTableRow: VDataTableRow
|
|
144877
144887
|
VDataTableVirtual: VDataTableVirtual
|
|
144878
144888
|
VDataTableServer: VDataTableServer
|
|
144879
|
-
VDivider: VDivider
|
|
144880
|
-
VDialog: VDialog
|
|
144881
144889
|
VDatePicker: VDatePicker
|
|
144882
144890
|
VDatePickerControls: VDatePickerControls
|
|
144883
144891
|
VDatePickerHeader: VDatePickerHeader
|
|
144884
144892
|
VDatePickerMonth: VDatePickerMonth
|
|
144885
144893
|
VDatePickerMonths: VDatePickerMonths
|
|
144886
144894
|
VDatePickerYears: VDatePickerYears
|
|
144887
|
-
|
|
144888
|
-
|
|
144895
|
+
VDialog: VDialog
|
|
144896
|
+
VDivider: VDivider
|
|
144889
144897
|
VExpansionPanels: VExpansionPanels
|
|
144890
144898
|
VExpansionPanel: VExpansionPanel
|
|
144891
144899
|
VExpansionPanelText: VExpansionPanelText
|
|
144892
144900
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
144901
|
+
VEmptyState: VEmptyState
|
|
144902
|
+
VFab: VFab
|
|
144903
|
+
VFooter: VFooter
|
|
144893
144904
|
VField: VField
|
|
144894
144905
|
VFieldLabel: VFieldLabel
|
|
144895
|
-
VFooter: VFooter
|
|
144896
|
-
VFileInput: VFileInput
|
|
144897
144906
|
VHotkey: VHotkey
|
|
144907
|
+
VFileInput: VFileInput
|
|
144898
144908
|
VIcon: VIcon
|
|
144899
144909
|
VComponentIcon: VComponentIcon
|
|
144900
144910
|
VSvgIcon: VSvgIcon
|
|
144901
144911
|
VLigatureIcon: VLigatureIcon
|
|
144902
144912
|
VClassIcon: VClassIcon
|
|
144903
144913
|
VImg: VImg
|
|
144914
|
+
VInput: VInput
|
|
144904
144915
|
VInfiniteScroll: VInfiniteScroll
|
|
144905
|
-
VLabel: VLabel
|
|
144906
144916
|
VKbd: VKbd
|
|
144907
|
-
|
|
144917
|
+
VItemGroup: VItemGroup
|
|
144918
|
+
VItem: VItem
|
|
144919
|
+
VLabel: VLabel
|
|
144920
|
+
VMain: VMain
|
|
144908
144921
|
VList: VList
|
|
144909
144922
|
VListGroup: VListGroup
|
|
144910
144923
|
VListImg: VListImg
|
|
@@ -144914,28 +144927,24 @@ declare module 'vue' {
|
|
|
144914
144927
|
VListItemSubtitle: VListItemSubtitle
|
|
144915
144928
|
VListItemTitle: VListItemTitle
|
|
144916
144929
|
VListSubheader: VListSubheader
|
|
144917
|
-
|
|
144918
|
-
VItem: VItem
|
|
144919
|
-
VMenu: VMenu
|
|
144920
|
-
VNavigationDrawer: VNavigationDrawer
|
|
144921
|
-
VOverlay: VOverlay
|
|
144922
|
-
VMain: VMain
|
|
144930
|
+
VNumberInput: VNumberInput
|
|
144923
144931
|
VMessages: VMessages
|
|
144924
144932
|
VOtpInput: VOtpInput
|
|
144933
|
+
VPagination: VPagination
|
|
144934
|
+
VOverlay: VOverlay
|
|
144925
144935
|
VProgressLinear: VProgressLinear
|
|
144926
144936
|
VProgressCircular: VProgressCircular
|
|
144927
|
-
|
|
144937
|
+
VRadioGroup: VRadioGroup
|
|
144938
|
+
VNavigationDrawer: VNavigationDrawer
|
|
144928
144939
|
VRating: VRating
|
|
144929
144940
|
VSelect: VSelect
|
|
144930
|
-
VRadioGroup: VRadioGroup
|
|
144931
144941
|
VSelectionControl: VSelectionControl
|
|
144932
|
-
|
|
144942
|
+
VSelectionControlGroup: VSelectionControlGroup
|
|
144933
144943
|
VSheet: VSheet
|
|
144944
|
+
VSlider: VSlider
|
|
144934
144945
|
VSkeletonLoader: VSkeletonLoader
|
|
144935
144946
|
VSlideGroup: VSlideGroup
|
|
144936
144947
|
VSlideGroupItem: VSlideGroupItem
|
|
144937
|
-
VSelectionControlGroup: VSelectionControlGroup
|
|
144938
|
-
VSwitch: VSwitch
|
|
144939
144948
|
VStepper: VStepper
|
|
144940
144949
|
VStepperActions: VStepperActions
|
|
144941
144950
|
VStepperHeader: VStepperHeader
|
|
@@ -144943,32 +144952,32 @@ declare module 'vue' {
|
|
|
144943
144952
|
VStepperWindow: VStepperWindow
|
|
144944
144953
|
VStepperWindowItem: VStepperWindowItem
|
|
144945
144954
|
VSnackbar: VSnackbar
|
|
144946
|
-
|
|
144947
|
-
|
|
144948
|
-
VToolbarItems: VToolbarItems
|
|
144955
|
+
VSwitch: VSwitch
|
|
144956
|
+
VTable: VTable
|
|
144949
144957
|
VTab: VTab
|
|
144950
144958
|
VTabs: VTabs
|
|
144951
144959
|
VTabsWindow: VTabsWindow
|
|
144952
144960
|
VTabsWindowItem: VTabsWindowItem
|
|
144953
144961
|
VSystemBar: VSystemBar
|
|
144954
|
-
VTable: VTable
|
|
144955
144962
|
VTextarea: VTextarea
|
|
144956
144963
|
VTextField: VTextField
|
|
144957
144964
|
VTimeline: VTimeline
|
|
144958
144965
|
VTimelineItem: VTimelineItem
|
|
144959
|
-
|
|
144960
|
-
|
|
144961
|
-
|
|
144962
|
-
|
|
144963
|
-
VNumberInput: VNumberInput
|
|
144966
|
+
VMenu: VMenu
|
|
144967
|
+
VToolbar: VToolbar
|
|
144968
|
+
VToolbarTitle: VToolbarTitle
|
|
144969
|
+
VToolbarItems: VToolbarItems
|
|
144964
144970
|
VTimePicker: VTimePicker
|
|
144965
144971
|
VTimePickerClock: VTimePickerClock
|
|
144966
144972
|
VTimePickerControls: VTimePickerControls
|
|
144967
144973
|
VWindow: VWindow
|
|
144968
144974
|
VWindowItem: VWindowItem
|
|
144975
|
+
VTreeview: VTreeview
|
|
144976
|
+
VTreeviewItem: VTreeviewItem
|
|
144977
|
+
VTreeviewGroup: VTreeviewGroup
|
|
144978
|
+
VTooltip: VTooltip
|
|
144969
144979
|
VConfirmEdit: VConfirmEdit
|
|
144970
144980
|
VDataIterator: VDataIterator
|
|
144971
|
-
VDefaultsProvider: VDefaultsProvider
|
|
144972
144981
|
VForm: VForm
|
|
144973
144982
|
VContainer: VContainer
|
|
144974
144983
|
VCol: VCol
|
|
@@ -144977,19 +144986,20 @@ declare module 'vue' {
|
|
|
144977
144986
|
VHover: VHover
|
|
144978
144987
|
VLayout: VLayout
|
|
144979
144988
|
VLayoutItem: VLayoutItem
|
|
144980
|
-
VLocaleProvider: VLocaleProvider
|
|
144981
144989
|
VLazy: VLazy
|
|
144990
|
+
VLocaleProvider: VLocaleProvider
|
|
144982
144991
|
VNoSsr: VNoSsr
|
|
144983
|
-
VParallax: VParallax
|
|
144984
144992
|
VRadio: VRadio
|
|
144985
144993
|
VRangeSlider: VRangeSlider
|
|
144986
144994
|
VResponsive: VResponsive
|
|
144995
|
+
VParallax: VParallax
|
|
144987
144996
|
VSnackbarQueue: VSnackbarQueue
|
|
144988
|
-
VSpeedDial: VSpeedDial
|
|
144989
144997
|
VSparkline: VSparkline
|
|
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
|
|
145010
|
-
|
|
145011
|
-
VPickerTitle: VPickerTitle
|
|
145020
|
+
VIconBtn: VIconBtn
|
|
145012
145021
|
VFileUpload: VFileUpload
|
|
145013
145022
|
VFileUploadItem: VFileUploadItem
|
|
145014
|
-
VIconBtn: VIconBtn
|
|
145015
145023
|
VStepperVertical: VStepperVertical
|
|
145016
145024
|
VStepperVerticalItem: VStepperVerticalItem
|
|
145017
145025
|
VStepperVerticalActions: VStepperVerticalActions
|
|
145018
|
-
|
|
145019
|
-
|
|
145020
|
-
VPieTooltip: VPieTooltip
|
|
145026
|
+
VPicker: VPicker
|
|
145027
|
+
VPickerTitle: VPickerTitle
|
|
145021
145028
|
VVideo: VVideo
|
|
145022
145029
|
VVideoControls: VVideoControls
|
|
145023
145030
|
VVideoVolume: VVideoVolume
|
|
145024
|
-
|
|
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 {
|
package/dist/vuetify-labs.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
|
*/
|
|
@@ -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 =
|
|
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":
|
|
36425
|
-
"onClick:prepend":
|
|
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-
|
|
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-
|
|
39637
|
+
const version = "3.11.3-dev.2025-12-13";
|
|
39635
39638
|
|
|
39636
39639
|
/* eslint-disable local-rules/sort-imports */
|
|
39637
39640
|
|