@vuetify/nightly 3.9.3-master.2025-07-31 → 3.9.3-master.2025-08-02
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 +14 -3
- package/dist/json/attributes.json +3543 -3531
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +182 -182
- package/dist/json/tags.json +4 -1
- package/dist/json/web-types.json +6238 -6212
- package/dist/vuetify-labs.cjs +70 -36
- package/dist/vuetify-labs.css +4455 -4440
- package/dist/vuetify-labs.d.ts +128 -86
- package/dist/vuetify-labs.esm.js +70 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +70 -36
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +70 -36
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2538 -2523
- package/dist/vuetify.d.ts +100 -86
- package/dist/vuetify.esm.js +70 -36
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +70 -36
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +288 -282
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +9 -2
- package/lib/components/VAlert/VAlert.js +2 -2
- package/lib/components/VAlert/VAlert.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +10 -3
- package/lib/components/VAlert/_variables.scss +1 -1
- package/lib/components/VApp/VApp.d.ts +0 -25
- package/lib/components/VApp/VApp.js +6 -5
- package/lib/components/VApp/VApp.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.d.ts +25 -0
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +25 -0
- package/lib/components/VStepper/VStepperItem.css +2 -0
- package/lib/components/VStepper/VStepperItem.sass +3 -0
- package/lib/components/VTable/VTable.js +32 -20
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +6 -0
- package/lib/components/VTreeview/VTreeviewItem.sass +7 -0
- package/lib/composables/calendar.d.ts +12 -0
- package/lib/composables/calendar.js +5 -1
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -1
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/string.d.ts +1 -1
- package/lib/composables/date/adapters/string.js +2 -2
- package/lib/composables/date/adapters/string.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -1
- package/lib/composables/date/adapters/vuetify.js +25 -5
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/entry-bundler.d.ts +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +72 -72
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +25 -0
- package/lib/labs/VDateInput/VDateInput.d.ts +25 -0
- package/lib/labs/entry-bundler.d.ts +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -39,7 +39,7 @@ interface DateAdapter<T = unknown> {
|
|
39
39
|
getDiff(date: T, comparing: T | string, unit?: string): number;
|
40
40
|
getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
|
41
41
|
getWeekdays(firstDayOfWeek?: number | string, weekdayFormat?: 'long' | 'short' | 'narrow'): string[];
|
42
|
-
getWeek(date: T, firstDayOfWeek?: number | string,
|
42
|
+
getWeek(date: T, firstDayOfWeek?: number | string, firstDayOfYear?: number | string): number;
|
43
43
|
getMonth(date: T): number;
|
44
44
|
setMonth(date: T, month: number): T;
|
45
45
|
getDate(date: T): number;
|
@@ -3408,7 +3408,6 @@ declare namespace index_d$2 {
|
|
3408
3408
|
declare const VApp: {
|
3409
3409
|
new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
|
3410
3410
|
style: vue.StyleValue;
|
3411
|
-
fullHeight: boolean;
|
3412
3411
|
} & {
|
3413
3412
|
class?: any;
|
3414
3413
|
theme?: string | undefined;
|
@@ -3446,7 +3445,6 @@ declare const VApp: {
|
|
3446
3445
|
theme: ThemeInstance;
|
3447
3446
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
|
3448
3447
|
style: vue.StyleValue;
|
3449
|
-
fullHeight: boolean;
|
3450
3448
|
}, true, {}, vue.SlotsType<Partial<{
|
3451
3449
|
default: () => vue.VNode[];
|
3452
3450
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
|
@@ -3458,7 +3456,6 @@ declare const VApp: {
|
|
3458
3456
|
Defaults: {};
|
3459
3457
|
}, {
|
3460
3458
|
style: vue.StyleValue;
|
3461
|
-
fullHeight: boolean;
|
3462
3459
|
} & {
|
3463
3460
|
class?: any;
|
3464
3461
|
theme?: string | undefined;
|
@@ -3496,14 +3493,12 @@ declare const VApp: {
|
|
3496
3493
|
theme: ThemeInstance;
|
3497
3494
|
}, {}, {}, {}, {
|
3498
3495
|
style: vue.StyleValue;
|
3499
|
-
fullHeight: boolean;
|
3500
3496
|
}>;
|
3501
3497
|
__isFragment?: never;
|
3502
3498
|
__isTeleport?: never;
|
3503
3499
|
__isSuspense?: never;
|
3504
3500
|
} & vue.ComponentOptionsBase<{
|
3505
3501
|
style: vue.StyleValue;
|
3506
|
-
fullHeight: boolean;
|
3507
3502
|
} & {
|
3508
3503
|
class?: any;
|
3509
3504
|
theme?: string | undefined;
|
@@ -3541,16 +3536,11 @@ declare const VApp: {
|
|
3541
3536
|
theme: ThemeInstance;
|
3542
3537
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
|
3543
3538
|
style: vue.StyleValue;
|
3544
|
-
fullHeight: boolean;
|
3545
3539
|
}, {}, string, vue.SlotsType<Partial<{
|
3546
3540
|
default: () => vue.VNode[];
|
3547
3541
|
}>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
3548
3542
|
theme: StringConstructor;
|
3549
3543
|
overlaps: vue.Prop<string[]>;
|
3550
|
-
fullHeight: {
|
3551
|
-
type: vue.PropType<boolean>;
|
3552
|
-
default: boolean;
|
3553
|
-
};
|
3554
3544
|
class: vue.PropType<ClassValue>;
|
3555
3545
|
style: {
|
3556
3546
|
type: vue.PropType<vue.StyleValue>;
|
@@ -3559,10 +3549,6 @@ declare const VApp: {
|
|
3559
3549
|
}, vue.ExtractPropTypes<{
|
3560
3550
|
theme: StringConstructor;
|
3561
3551
|
overlaps: vue.Prop<string[]>;
|
3562
|
-
fullHeight: {
|
3563
|
-
type: vue.PropType<boolean>;
|
3564
|
-
default: boolean;
|
3565
|
-
};
|
3566
3552
|
class: vue.PropType<ClassValue>;
|
3567
3553
|
style: {
|
3568
3554
|
type: vue.PropType<vue.StyleValue>;
|
@@ -41538,6 +41524,7 @@ declare const VDatePickerMonth: {
|
|
41538
41524
|
year?: string | number | undefined;
|
41539
41525
|
modelValue?: unknown[] | undefined;
|
41540
41526
|
firstDayOfWeek?: string | number | undefined;
|
41527
|
+
firstDayOfYear?: string | number | undefined;
|
41541
41528
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
41542
41529
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
41543
41530
|
} & {
|
@@ -41585,6 +41572,7 @@ declare const VDatePickerMonth: {
|
|
41585
41572
|
weekdays: CalendarWeekdays[];
|
41586
41573
|
weeksInMonth: "static" | "dynamic";
|
41587
41574
|
firstDayOfWeek: string | number;
|
41575
|
+
firstDayOfYear: string | number;
|
41588
41576
|
hideWeekdays: boolean;
|
41589
41577
|
showWeek: boolean;
|
41590
41578
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -41620,6 +41608,7 @@ declare const VDatePickerMonth: {
|
|
41620
41608
|
year?: string | number | undefined;
|
41621
41609
|
modelValue?: unknown[] | undefined;
|
41622
41610
|
firstDayOfWeek?: string | number | undefined;
|
41611
|
+
firstDayOfYear?: string | number | undefined;
|
41623
41612
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
41624
41613
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
41625
41614
|
} & {
|
@@ -41663,6 +41652,7 @@ declare const VDatePickerMonth: {
|
|
41663
41652
|
weekdays: CalendarWeekdays[];
|
41664
41653
|
weeksInMonth: "static" | "dynamic";
|
41665
41654
|
firstDayOfWeek: string | number;
|
41655
|
+
firstDayOfYear: string | number;
|
41666
41656
|
hideWeekdays: boolean;
|
41667
41657
|
showWeek: boolean;
|
41668
41658
|
}>;
|
@@ -41687,6 +41677,7 @@ declare const VDatePickerMonth: {
|
|
41687
41677
|
year?: string | number | undefined;
|
41688
41678
|
modelValue?: unknown[] | undefined;
|
41689
41679
|
firstDayOfWeek?: string | number | undefined;
|
41680
|
+
firstDayOfYear?: string | number | undefined;
|
41690
41681
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
41691
41682
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
41692
41683
|
} & {
|
@@ -41734,6 +41725,7 @@ declare const VDatePickerMonth: {
|
|
41734
41725
|
weekdays: CalendarWeekdays[];
|
41735
41726
|
weeksInMonth: "static" | "dynamic";
|
41736
41727
|
firstDayOfWeek: string | number;
|
41728
|
+
firstDayOfYear: string | number;
|
41737
41729
|
hideWeekdays: boolean;
|
41738
41730
|
showWeek: boolean;
|
41739
41731
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -41767,6 +41759,10 @@ declare const VDatePickerMonth: {
|
|
41767
41759
|
type: (StringConstructor | NumberConstructor)[];
|
41768
41760
|
default: undefined;
|
41769
41761
|
};
|
41762
|
+
firstDayOfYear: {
|
41763
|
+
type: (StringConstructor | NumberConstructor)[];
|
41764
|
+
default: undefined;
|
41765
|
+
};
|
41770
41766
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
41771
41767
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
41772
41768
|
color: StringConstructor;
|
@@ -41804,6 +41800,10 @@ declare const VDatePickerMonth: {
|
|
41804
41800
|
type: (StringConstructor | NumberConstructor)[];
|
41805
41801
|
default: undefined;
|
41806
41802
|
};
|
41803
|
+
firstDayOfYear: {
|
41804
|
+
type: (StringConstructor | NumberConstructor)[];
|
41805
|
+
default: undefined;
|
41806
|
+
};
|
41807
41807
|
allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
|
41808
41808
|
weekdayFormat: PropType<"long" | "short" | "narrow" | undefined>;
|
41809
41809
|
color: StringConstructor;
|
@@ -42362,6 +42362,7 @@ declare const VDatePicker: {
|
|
42362
42362
|
controlHeight?: string | number | undefined;
|
42363
42363
|
headerColor?: string | undefined;
|
42364
42364
|
firstDayOfWeek?: string | number | undefined;
|
42365
|
+
firstDayOfYear?: string | number | undefined;
|
42365
42366
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
42366
42367
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
42367
42368
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -42397,6 +42398,7 @@ declare const VDatePicker: {
|
|
42397
42398
|
weekdays: CalendarWeekdays[];
|
42398
42399
|
weeksInMonth: "static" | "dynamic";
|
42399
42400
|
firstDayOfWeek: string | number;
|
42401
|
+
firstDayOfYear: string | number;
|
42400
42402
|
hideWeekdays: boolean;
|
42401
42403
|
showWeek: boolean;
|
42402
42404
|
}, true, {}, vue.SlotsType<Partial<{
|
@@ -42493,6 +42495,7 @@ declare const VDatePicker: {
|
|
42493
42495
|
controlHeight?: string | number | undefined;
|
42494
42496
|
headerColor?: string | undefined;
|
42495
42497
|
firstDayOfWeek?: string | number | undefined;
|
42498
|
+
firstDayOfYear?: string | number | undefined;
|
42496
42499
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
42497
42500
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
42498
42501
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -42523,6 +42526,7 @@ declare const VDatePicker: {
|
|
42523
42526
|
weekdays: CalendarWeekdays[];
|
42524
42527
|
weeksInMonth: "static" | "dynamic";
|
42525
42528
|
firstDayOfWeek: string | number;
|
42529
|
+
firstDayOfYear: string | number;
|
42526
42530
|
hideWeekdays: boolean;
|
42527
42531
|
showWeek: boolean;
|
42528
42532
|
}>;
|
@@ -42575,6 +42579,7 @@ declare const VDatePicker: {
|
|
42575
42579
|
controlHeight?: string | number | undefined;
|
42576
42580
|
headerColor?: string | undefined;
|
42577
42581
|
firstDayOfWeek?: string | number | undefined;
|
42582
|
+
firstDayOfYear?: string | number | undefined;
|
42578
42583
|
allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
|
42579
42584
|
weekdayFormat?: "long" | "short" | "narrow" | undefined;
|
42580
42585
|
allowedMonths?: number[] | ((date: number) => boolean) | undefined;
|
@@ -42610,6 +42615,7 @@ declare const VDatePicker: {
|
|
42610
42615
|
weekdays: CalendarWeekdays[];
|
42611
42616
|
weeksInMonth: "static" | "dynamic";
|
42612
42617
|
firstDayOfWeek: string | number;
|
42618
|
+
firstDayOfYear: string | number;
|
42613
42619
|
hideWeekdays: boolean;
|
42614
42620
|
showWeek: boolean;
|
42615
42621
|
}, {}, string, vue.SlotsType<Partial<{
|
@@ -42725,6 +42731,10 @@ declare const VDatePicker: {
|
|
42725
42731
|
type: (StringConstructor | NumberConstructor)[];
|
42726
42732
|
default: undefined;
|
42727
42733
|
};
|
42734
|
+
firstDayOfYear: {
|
42735
|
+
type: (StringConstructor | NumberConstructor)[];
|
42736
|
+
default: undefined;
|
42737
|
+
};
|
42728
42738
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
42729
42739
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
42730
42740
|
hideWeekdays: BooleanConstructor;
|
@@ -42833,6 +42843,10 @@ declare const VDatePicker: {
|
|
42833
42843
|
type: (StringConstructor | NumberConstructor)[];
|
42834
42844
|
default: undefined;
|
42835
42845
|
};
|
42846
|
+
firstDayOfYear: {
|
42847
|
+
type: (StringConstructor | NumberConstructor)[];
|
42848
|
+
default: undefined;
|
42849
|
+
};
|
42836
42850
|
allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
|
42837
42851
|
weekdayFormat: vue.PropType<"long" | "short" | "narrow" | undefined>;
|
42838
42852
|
hideWeekdays: BooleanConstructor;
|
@@ -95344,7 +95358,7 @@ declare const createVuetify: {
|
|
95344
95358
|
getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
|
95345
95359
|
getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
|
95346
95360
|
getWeekdays: (firstDayOfWeek?: number | string, weekdayFormat?: "long" | "short" | "narrow") => string[];
|
95347
|
-
getWeek: (date: unknown, firstDayOfWeek?: number | string,
|
95361
|
+
getWeek: (date: unknown, firstDayOfWeek?: number | string, firstDayOfYear?: number | string) => number;
|
95348
95362
|
getMonth: (date: unknown) => number;
|
95349
95363
|
setMonth: (date: unknown, month: number) => unknown;
|
95350
95364
|
getDate: (date: unknown) => number;
|
@@ -95401,78 +95415,79 @@ declare module 'vue' {
|
|
95401
95415
|
}
|
95402
95416
|
export interface GlobalComponents {
|
95403
95417
|
VApp: VApp
|
95404
|
-
VAlert: VAlert
|
95405
|
-
VAlertTitle: VAlertTitle
|
95406
|
-
VAutocomplete: VAutocomplete
|
95407
95418
|
VAppBar: VAppBar
|
95408
95419
|
VAppBarNavIcon: VAppBarNavIcon
|
95409
95420
|
VAppBarTitle: VAppBarTitle
|
95421
|
+
VAlert: VAlert
|
95422
|
+
VAlertTitle: VAlertTitle
|
95423
|
+
VAutocomplete: VAutocomplete
|
95424
|
+
VBadge: VBadge
|
95410
95425
|
VAvatar: VAvatar
|
95426
|
+
VBottomNavigation: VBottomNavigation
|
95427
|
+
VBottomSheet: VBottomSheet
|
95428
|
+
VBtn: VBtn
|
95411
95429
|
VBanner: VBanner
|
95412
95430
|
VBannerActions: VBannerActions
|
95413
95431
|
VBannerText: VBannerText
|
95414
|
-
|
95415
|
-
VBtnToggle: VBtnToggle
|
95432
|
+
VBtnGroup: VBtnGroup
|
95416
95433
|
VBreadcrumbs: VBreadcrumbs
|
95417
95434
|
VBreadcrumbsItem: VBreadcrumbsItem
|
95418
95435
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
95419
|
-
|
95420
|
-
|
95421
|
-
|
95422
|
-
|
95436
|
+
VCarousel: VCarousel
|
95437
|
+
VCarouselItem: VCarouselItem
|
95438
|
+
VBtnToggle: VBtnToggle
|
95439
|
+
VCheckbox: VCheckbox
|
95440
|
+
VCheckboxBtn: VCheckboxBtn
|
95441
|
+
VCode: VCode
|
95423
95442
|
VCard: VCard
|
95424
95443
|
VCardActions: VCardActions
|
95425
95444
|
VCardItem: VCardItem
|
95426
95445
|
VCardSubtitle: VCardSubtitle
|
95427
95446
|
VCardText: VCardText
|
95428
95447
|
VCardTitle: VCardTitle
|
95429
|
-
VCarousel: VCarousel
|
95430
|
-
VCarouselItem: VCarouselItem
|
95431
|
-
VCheckbox: VCheckbox
|
95432
|
-
VCheckboxBtn: VCheckboxBtn
|
95433
95448
|
VChip: VChip
|
95434
95449
|
VChipGroup: VChipGroup
|
95435
|
-
|
95450
|
+
VDataTable: VDataTable
|
95451
|
+
VDataTableHeaders: VDataTableHeaders
|
95452
|
+
VDataTableFooter: VDataTableFooter
|
95453
|
+
VDataTableRows: VDataTableRows
|
95454
|
+
VDataTableRow: VDataTableRow
|
95455
|
+
VDataTableVirtual: VDataTableVirtual
|
95456
|
+
VDataTableServer: VDataTableServer
|
95457
|
+
VColorPicker: VColorPicker
|
95458
|
+
VCounter: VCounter
|
95436
95459
|
VDatePicker: VDatePicker
|
95437
95460
|
VDatePickerControls: VDatePickerControls
|
95438
95461
|
VDatePickerHeader: VDatePickerHeader
|
95439
95462
|
VDatePickerMonth: VDatePickerMonth
|
95440
95463
|
VDatePickerMonths: VDatePickerMonths
|
95441
95464
|
VDatePickerYears: VDatePickerYears
|
95442
|
-
|
95465
|
+
VDialog: VDialog
|
95443
95466
|
VCombobox: VCombobox
|
95444
|
-
|
95467
|
+
VEmptyState: VEmptyState
|
95445
95468
|
VDivider: VDivider
|
95446
95469
|
VExpansionPanels: VExpansionPanels
|
95447
95470
|
VExpansionPanel: VExpansionPanel
|
95448
95471
|
VExpansionPanelText: VExpansionPanelText
|
95449
95472
|
VExpansionPanelTitle: VExpansionPanelTitle
|
95450
|
-
VDialog: VDialog
|
95451
|
-
VDataTable: VDataTable
|
95452
|
-
VDataTableHeaders: VDataTableHeaders
|
95453
|
-
VDataTableFooter: VDataTableFooter
|
95454
|
-
VDataTableRows: VDataTableRows
|
95455
|
-
VDataTableRow: VDataTableRow
|
95456
|
-
VDataTableVirtual: VDataTableVirtual
|
95457
|
-
VDataTableServer: VDataTableServer
|
95458
95473
|
VFab: VFab
|
95459
|
-
|
95474
|
+
VFileInput: VFileInput
|
95460
95475
|
VField: VField
|
95461
95476
|
VFieldLabel: VFieldLabel
|
95462
95477
|
VFooter: VFooter
|
95463
|
-
|
95464
|
-
VImg: VImg
|
95478
|
+
VInfiniteScroll: VInfiniteScroll
|
95465
95479
|
VIcon: VIcon
|
95466
95480
|
VComponentIcon: VComponentIcon
|
95467
95481
|
VSvgIcon: VSvgIcon
|
95468
95482
|
VLigatureIcon: VLigatureIcon
|
95469
95483
|
VClassIcon: VClassIcon
|
95470
|
-
|
95484
|
+
VInput: VInput
|
95471
95485
|
VKbd: VKbd
|
95486
|
+
VImg: VImg
|
95487
|
+
VMenu: VMenu
|
95488
|
+
VMain: VMain
|
95472
95489
|
VLabel: VLabel
|
95473
|
-
|
95474
|
-
VItemGroup: VItemGroup
|
95475
|
-
VItem: VItem
|
95490
|
+
VMessages: VMessages
|
95476
95491
|
VList: VList
|
95477
95492
|
VListGroup: VListGroup
|
95478
95493
|
VListImg: VListImg
|
@@ -95482,77 +95497,73 @@ declare module 'vue' {
|
|
95482
95497
|
VListItemSubtitle: VListItemSubtitle
|
95483
95498
|
VListItemTitle: VListItemTitle
|
95484
95499
|
VListSubheader: VListSubheader
|
95485
|
-
VMain: VMain
|
95486
|
-
VMessages: VMessages
|
95487
|
-
VMenu: VMenu
|
95488
|
-
VPagination: VPagination
|
95489
|
-
VOverlay: VOverlay
|
95490
|
-
VNavigationDrawer: VNavigationDrawer
|
95491
95500
|
VNumberInput: VNumberInput
|
95492
|
-
|
95501
|
+
VOverlay: VOverlay
|
95502
|
+
VItemGroup: VItemGroup
|
95503
|
+
VItem: VItem
|
95504
|
+
VPagination: VPagination
|
95493
95505
|
VProgressCircular: VProgressCircular
|
95494
95506
|
VProgressLinear: VProgressLinear
|
95495
|
-
|
95507
|
+
VOtpInput: VOtpInput
|
95496
95508
|
VRating: VRating
|
95509
|
+
VRadioGroup: VRadioGroup
|
95510
|
+
VNavigationDrawer: VNavigationDrawer
|
95497
95511
|
VSelect: VSelect
|
95498
|
-
VSelectionControlGroup: VSelectionControlGroup
|
95499
95512
|
VSelectionControl: VSelectionControl
|
95500
|
-
|
95513
|
+
VSelectionControlGroup: VSelectionControlGroup
|
95501
95514
|
VSkeletonLoader: VSkeletonLoader
|
95515
|
+
VSheet: VSheet
|
95502
95516
|
VSlideGroup: VSlideGroup
|
95503
95517
|
VSlideGroupItem: VSlideGroupItem
|
95504
|
-
VSlider: VSlider
|
95505
|
-
VSnackbar: VSnackbar
|
95506
95518
|
VStepper: VStepper
|
95507
95519
|
VStepperActions: VStepperActions
|
95508
95520
|
VStepperHeader: VStepperHeader
|
95509
95521
|
VStepperItem: VStepperItem
|
95510
95522
|
VStepperWindow: VStepperWindow
|
95511
95523
|
VStepperWindowItem: VStepperWindowItem
|
95512
|
-
|
95524
|
+
VSlider: VSlider
|
95525
|
+
VSystemBar: VSystemBar
|
95513
95526
|
VTab: VTab
|
95514
95527
|
VTabs: VTabs
|
95515
95528
|
VTabsWindow: VTabsWindow
|
95516
95529
|
VTabsWindowItem: VTabsWindowItem
|
95517
|
-
|
95518
|
-
VTextarea: VTextarea
|
95519
|
-
VTextField: VTextField
|
95530
|
+
VSwitch: VSwitch
|
95520
95531
|
VTable: VTable
|
95521
|
-
|
95522
|
-
|
95523
|
-
VTimePickerControls: VTimePickerControls
|
95524
|
-
VToolbar: VToolbar
|
95525
|
-
VToolbarTitle: VToolbarTitle
|
95526
|
-
VToolbarItems: VToolbarItems
|
95532
|
+
VTextField: VTextField
|
95533
|
+
VTextarea: VTextarea
|
95527
95534
|
VTimeline: VTimeline
|
95528
95535
|
VTimelineItem: VTimelineItem
|
95529
95536
|
VTooltip: VTooltip
|
95537
|
+
VTimePicker: VTimePicker
|
95538
|
+
VTimePickerClock: VTimePickerClock
|
95539
|
+
VTimePickerControls: VTimePickerControls
|
95530
95540
|
VTreeview: VTreeview
|
95531
95541
|
VTreeviewItem: VTreeviewItem
|
95532
95542
|
VTreeviewGroup: VTreeviewGroup
|
95543
|
+
VToolbar: VToolbar
|
95544
|
+
VToolbarTitle: VToolbarTitle
|
95545
|
+
VToolbarItems: VToolbarItems
|
95533
95546
|
VWindow: VWindow
|
95534
95547
|
VWindowItem: VWindowItem
|
95535
|
-
|
95536
|
-
VDataIterator: VDataIterator
|
95548
|
+
VSnackbar: VSnackbar
|
95537
95549
|
VDefaultsProvider: VDefaultsProvider
|
95538
|
-
VForm: VForm
|
95539
95550
|
VContainer: VContainer
|
95540
95551
|
VCol: VCol
|
95541
95552
|
VRow: VRow
|
95542
95553
|
VSpacer: VSpacer
|
95543
|
-
|
95544
|
-
VLazy: VLazy
|
95554
|
+
VForm: VForm
|
95545
95555
|
VLayout: VLayout
|
95546
95556
|
VLayoutItem: VLayoutItem
|
95557
|
+
VHover: VHover
|
95558
|
+
VLazy: VLazy
|
95547
95559
|
VLocaleProvider: VLocaleProvider
|
95548
95560
|
VNoSsr: VNoSsr
|
95549
95561
|
VParallax: VParallax
|
95550
95562
|
VRadio: VRadio
|
95551
|
-
VRangeSlider: VRangeSlider
|
95552
95563
|
VResponsive: VResponsive
|
95564
|
+
VRangeSlider: VRangeSlider
|
95553
95565
|
VSnackbarQueue: VSnackbarQueue
|
95554
95566
|
VSparkline: VSparkline
|
95555
|
-
VSpeedDial: VSpeedDial
|
95556
95567
|
VThemeProvider: VThemeProvider
|
95557
95568
|
VValidation: VValidation
|
95558
95569
|
VVirtualScroll: VVirtualScroll
|
@@ -95572,29 +95583,32 @@ declare module 'vue' {
|
|
95572
95583
|
VExpandTransition: VExpandTransition
|
95573
95584
|
VExpandXTransition: VExpandXTransition
|
95574
95585
|
VDialogTransition: VDialogTransition
|
95575
|
-
|
95586
|
+
VSpeedDial: VSpeedDial
|
95587
|
+
VConfirmEdit: VConfirmEdit
|
95588
|
+
VDataIterator: VDataIterator
|
95589
|
+
VFileUpload: VFileUpload
|
95590
|
+
VFileUploadItem: VFileUploadItem
|
95576
95591
|
VCalendar: VCalendar
|
95577
95592
|
VCalendarDay: VCalendarDay
|
95578
95593
|
VCalendarHeader: VCalendarHeader
|
95579
95594
|
VCalendarInterval: VCalendarInterval
|
95580
95595
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
95581
95596
|
VCalendarMonthDay: VCalendarMonthDay
|
95582
|
-
VIconBtn: VIconBtn
|
95583
|
-
VPie: VPie
|
95584
|
-
VPieSegment: VPieSegment
|
95585
|
-
VPieTooltip: VPieTooltip
|
95586
|
-
VFileUpload: VFileUpload
|
95587
|
-
VFileUploadItem: VFileUploadItem
|
95588
95597
|
VPicker: VPicker
|
95589
95598
|
VPickerTitle: VPickerTitle
|
95599
|
+
VColorInput: VColorInput
|
95590
95600
|
VHotkey: VHotkey
|
95591
|
-
VStepperVertical: VStepperVertical
|
95592
|
-
VStepperVerticalItem: VStepperVerticalItem
|
95593
|
-
VStepperVerticalActions: VStepperVerticalActions
|
95594
95601
|
VVideo: VVideo
|
95595
95602
|
VVideoControls: VVideoControls
|
95596
95603
|
VVideoVolume: VVideoVolume
|
95604
|
+
VPie: VPie
|
95605
|
+
VPieSegment: VPieSegment
|
95606
|
+
VPieTooltip: VPieTooltip
|
95607
|
+
VStepperVertical: VStepperVertical
|
95608
|
+
VStepperVerticalItem: VStepperVerticalItem
|
95609
|
+
VStepperVerticalActions: VStepperVerticalActions
|
95597
95610
|
VDateInput: VDateInput
|
95611
|
+
VIconBtn: VIconBtn
|
95598
95612
|
VMaskInput: VMaskInput
|
95599
95613
|
VPullToRefresh: VPullToRefresh
|
95600
95614
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.3-master.2025-
|
2
|
+
* Vuetify v3.9.3-master.2025-08-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -3338,9 +3338,7 @@ function useTheme() {
|
|
3338
3338
|
|
3339
3339
|
const makeVAppProps = propsFactory({
|
3340
3340
|
...makeComponentProps(),
|
3341
|
-
...makeLayoutProps(
|
3342
|
-
fullHeight: true
|
3343
|
-
}),
|
3341
|
+
...omit(makeLayoutProps(), ['fullHeight']),
|
3344
3342
|
...makeThemeProps()
|
3345
3343
|
}, 'VApp');
|
3346
3344
|
const VApp = genericComponent()({
|
@@ -3356,7 +3354,10 @@ const VApp = genericComponent()({
|
|
3356
3354
|
getLayoutItem,
|
3357
3355
|
items,
|
3358
3356
|
layoutRef
|
3359
|
-
} = createLayout(
|
3357
|
+
} = createLayout({
|
3358
|
+
...props,
|
3359
|
+
fullHeight: true
|
3360
|
+
});
|
3360
3361
|
const {
|
3361
3362
|
rtlClasses
|
3362
3363
|
} = useRtl();
|
@@ -6501,7 +6502,7 @@ const VAlert = genericComponent()({
|
|
6501
6502
|
});
|
6502
6503
|
const {
|
6503
6504
|
iconSize
|
6504
|
-
} = useIconSizes(props, () => props.prominent ? 44 :
|
6505
|
+
} = useIconSizes(props, () => props.prominent ? 44 : undefined);
|
6505
6506
|
const {
|
6506
6507
|
themeClasses
|
6507
6508
|
} = provideTheme(props);
|
@@ -6552,7 +6553,7 @@ const VAlert = genericComponent()({
|
|
6552
6553
|
const iconProps = {
|
6553
6554
|
density: props.density,
|
6554
6555
|
icon: icon.value,
|
6555
|
-
size: iconSize.value
|
6556
|
+
size: props.iconSize || props.prominent ? iconSize.value : undefined
|
6556
6557
|
};
|
6557
6558
|
return isActive.value && createVNode(props.tag, {
|
6558
6559
|
"class": normalizeClass(['v-alert', props.border && {
|
@@ -18195,16 +18196,35 @@ function getYear(date) {
|
|
18195
18196
|
function getMonth(date) {
|
18196
18197
|
return date.getMonth();
|
18197
18198
|
}
|
18198
|
-
function getWeek(date, locale, firstDayOfWeek,
|
18199
|
+
function getWeek(date, locale, firstDayOfWeek, firstDayOfYear) {
|
18199
18200
|
const weekInfoFromLocale = weekInfo(locale);
|
18200
18201
|
const weekStart = firstDayOfWeek ?? weekInfoFromLocale?.firstDay ?? 0;
|
18201
|
-
const minWeekSize =
|
18202
|
+
const minWeekSize = weekInfoFromLocale?.firstWeekSize ?? 1;
|
18203
|
+
return firstDayOfYear !== undefined ? calculateWeekWithFirstDayOfYear(date, locale, weekStart, firstDayOfYear) : calculateWeekWithMinWeekSize(date, locale, weekStart, minWeekSize);
|
18204
|
+
}
|
18205
|
+
function calculateWeekWithFirstDayOfYear(date, locale, weekStart, firstDayOfYear) {
|
18206
|
+
const firstDayOfYearOffset = (7 + firstDayOfYear - weekStart) % 7;
|
18207
|
+
const currentWeekStart = startOfWeek(date, locale, weekStart);
|
18208
|
+
const currentWeekEnd = addDays(currentWeekStart, 6);
|
18209
|
+
function yearStartWeekdayOffset(year) {
|
18210
|
+
return (7 + new Date(year, 0, 1).getDay() - weekStart) % 7;
|
18211
|
+
}
|
18212
|
+
let year = getYear(date);
|
18213
|
+
if (year < getYear(currentWeekEnd) && yearStartWeekdayOffset(year + 1) <= firstDayOfYearOffset) {
|
18214
|
+
year++;
|
18215
|
+
}
|
18216
|
+
const yearStart = new Date(year, 0, 1);
|
18217
|
+
const offset = yearStartWeekdayOffset(year);
|
18218
|
+
const d1w1 = offset <= firstDayOfYearOffset ? addDays(yearStart, -offset) : addDays(yearStart, 7 - offset);
|
18219
|
+
return 1 + getDiff(endOfDay(date), startOfDay(d1w1), 'weeks');
|
18220
|
+
}
|
18221
|
+
function calculateWeekWithMinWeekSize(date, locale, weekStart, minWeekSize) {
|
18222
|
+
const currentWeekEnd = addDays(startOfWeek(date, locale, weekStart), 6);
|
18202
18223
|
function firstWeekSize(year) {
|
18203
18224
|
const yearStart = new Date(year, 0, 1);
|
18204
18225
|
return 7 - getDiff(yearStart, startOfWeek(yearStart, locale, weekStart), 'days');
|
18205
18226
|
}
|
18206
18227
|
let year = getYear(date);
|
18207
|
-
const currentWeekEnd = addDays(startOfWeek(date, locale, weekStart), 6);
|
18208
18228
|
if (year < getYear(currentWeekEnd) && firstWeekSize(year + 1) >= minWeekSize) {
|
18209
18229
|
year++;
|
18210
18230
|
}
|
@@ -18426,9 +18446,10 @@ class VuetifyDateAdapter {
|
|
18426
18446
|
getMonth(date) {
|
18427
18447
|
return getMonth(date);
|
18428
18448
|
}
|
18429
|
-
getWeek(date, firstDayOfWeek,
|
18449
|
+
getWeek(date, firstDayOfWeek, firstDayOfYear) {
|
18430
18450
|
const firstDay = firstDayOfWeek !== undefined ? Number(firstDayOfWeek) : undefined;
|
18431
|
-
|
18451
|
+
const firstWeekStart = firstDayOfYear !== undefined ? Number(firstDayOfYear) : undefined;
|
18452
|
+
return getWeek(date, this.locale, firstDay, firstWeekStart);
|
18432
18453
|
}
|
18433
18454
|
getDate(date) {
|
18434
18455
|
return getDate(date);
|
@@ -21937,8 +21958,6 @@ const VDataTableRows = genericComponent()({
|
|
21937
21958
|
}
|
21938
21959
|
});
|
21939
21960
|
|
21940
|
-
// Types
|
21941
|
-
|
21942
21961
|
const makeVTableProps = propsFactory({
|
21943
21962
|
fixedHeader: Boolean,
|
21944
21963
|
fixedFooter: Boolean,
|
@@ -21968,26 +21987,37 @@ const VTable = genericComponent()({
|
|
21968
21987
|
const {
|
21969
21988
|
densityClasses
|
21970
21989
|
} = useDensity(props);
|
21971
|
-
useRender(() =>
|
21972
|
-
|
21973
|
-
|
21974
|
-
|
21975
|
-
'v-table--fixed-footer': props.fixedFooter,
|
21976
|
-
'v-table--has-top': !!slots.top,
|
21977
|
-
'v-table--has-bottom': !!slots.bottom,
|
21978
|
-
'v-table--hover': props.hover,
|
21979
|
-
'v-table--striped-even': props.striped === 'even',
|
21980
|
-
'v-table--striped-odd': props.striped === 'odd'
|
21981
|
-
}, themeClasses.value, densityClasses.value, props.class]),
|
21982
|
-
"style": normalizeStyle(props.style)
|
21983
|
-
}, {
|
21984
|
-
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
21985
|
-
"class": "v-table__wrapper",
|
21986
|
-
"style": {
|
21987
|
-
height: convertToUnit(props.height)
|
21990
|
+
useRender(() => {
|
21991
|
+
const tableContentDefaults = {
|
21992
|
+
VCheckboxBtn: {
|
21993
|
+
density: props.density
|
21988
21994
|
}
|
21989
|
-
}
|
21990
|
-
|
21995
|
+
};
|
21996
|
+
return createVNode(props.tag, {
|
21997
|
+
"class": normalizeClass(['v-table', {
|
21998
|
+
'v-table--fixed-height': !!props.height,
|
21999
|
+
'v-table--fixed-header': props.fixedHeader,
|
22000
|
+
'v-table--fixed-footer': props.fixedFooter,
|
22001
|
+
'v-table--has-top': !!slots.top,
|
22002
|
+
'v-table--has-bottom': !!slots.bottom,
|
22003
|
+
'v-table--hover': props.hover,
|
22004
|
+
'v-table--striped-even': props.striped === 'even',
|
22005
|
+
'v-table--striped-odd': props.striped === 'odd'
|
22006
|
+
}, themeClasses.value, densityClasses.value, props.class]),
|
22007
|
+
"style": normalizeStyle(props.style)
|
22008
|
+
}, {
|
22009
|
+
default: () => [slots.top?.(), createVNode(VDefaultsProvider, {
|
22010
|
+
"defaults": tableContentDefaults
|
22011
|
+
}, {
|
22012
|
+
default: () => [slots.default ? createElementVNode("div", {
|
22013
|
+
"class": "v-table__wrapper",
|
22014
|
+
"style": {
|
22015
|
+
height: convertToUnit(props.height)
|
22016
|
+
}
|
22017
|
+
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.()]
|
22018
|
+
}), slots.bottom?.()]
|
22019
|
+
});
|
22020
|
+
});
|
21991
22021
|
return {};
|
21992
22022
|
}
|
21993
22023
|
});
|
@@ -23159,6 +23189,10 @@ const makeCalendarProps = propsFactory({
|
|
23159
23189
|
type: [Number, String],
|
23160
23190
|
default: undefined
|
23161
23191
|
},
|
23192
|
+
firstDayOfYear: {
|
23193
|
+
type: [Number, String],
|
23194
|
+
default: undefined
|
23195
|
+
},
|
23162
23196
|
weekdayFormat: String
|
23163
23197
|
}, 'calendar');
|
23164
23198
|
function useCalendar(props) {
|
@@ -23250,7 +23284,7 @@ function useCalendar(props) {
|
|
23250
23284
|
});
|
23251
23285
|
const weekNumbers = computed(() => {
|
23252
23286
|
return weeksInMonth.value.map(week => {
|
23253
|
-
return week.length ? adapter.getWeek(week[0], props.firstDayOfWeek) : null;
|
23287
|
+
return week.length ? adapter.getWeek(week[0], props.firstDayOfWeek, props.firstDayOfYear) : null;
|
23254
23288
|
});
|
23255
23289
|
});
|
23256
23290
|
function isDisabled(value) {
|
@@ -31544,7 +31578,7 @@ function createVuetify$1() {
|
|
31544
31578
|
};
|
31545
31579
|
});
|
31546
31580
|
}
|
31547
|
-
const version$1 = "3.9.3-master.2025-
|
31581
|
+
const version$1 = "3.9.3-master.2025-08-02";
|
31548
31582
|
createVuetify$1.version = version$1;
|
31549
31583
|
|
31550
31584
|
// Vue's inject() can only be used in setup
|
@@ -31569,7 +31603,7 @@ const createVuetify = function () {
|
|
31569
31603
|
...options
|
31570
31604
|
});
|
31571
31605
|
};
|
31572
|
-
const version = "3.9.3-master.2025-
|
31606
|
+
const version = "3.9.3-master.2025-08-02";
|
31573
31607
|
createVuetify.version = version;
|
31574
31608
|
|
31575
31609
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|