@vuetify/nightly 3.9.0-beta.1-dev.2025-06-28 → 3.9.0-beta.1-dev.2025-07-04
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 +112 -3
- package/dist/json/attributes.json +3349 -3357
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +160 -160
- package/dist/json/tags.json +2 -4
- package/dist/json/web-types.json +6608 -6629
- package/dist/vuetify-labs.cjs +179 -121
- package/dist/vuetify-labs.css +3814 -3803
- package/dist/vuetify-labs.d.ts +248 -258
- package/dist/vuetify-labs.esm.js +179 -121
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +179 -121
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +154 -97
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3909 -3898
- package/dist/vuetify.d.ts +105 -115
- package/dist/vuetify.esm.js +154 -97
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +154 -97
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +102 -89
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDataTable/VDataTable.css +12 -1
- package/lib/components/VDataTable/VDataTable.d.ts +20 -38
- package/lib/components/VDataTable/VDataTable.sass +12 -2
- package/lib/components/VDataTable/VDataTableColumn.d.ts +9 -3
- package/lib/components/VDataTable/VDataTableColumn.js +12 -4
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.d.ts +0 -13
- package/lib/components/VDataTable/VDataTableHeaders.js +10 -9
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.js +2 -0
- package/lib/components/VDataTable/VDataTableRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableServer.d.ts +10 -23
- package/lib/components/VDataTable/VDataTableVirtual.d.ts +10 -23
- package/lib/components/VDataTable/composables/headers.d.ts +22 -14
- package/lib/components/VDataTable/composables/headers.js +51 -22
- package/lib/components/VDataTable/composables/headers.js.map +1 -1
- package/lib/components/VDataTable/composables/sort.js +2 -1
- package/lib/components/VDataTable/composables/sort.js.map +1 -1
- package/lib/components/VDataTable/types.d.ts +3 -1
- package/lib/components/VDataTable/types.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +1 -2
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VList/VListGroup.d.ts +13 -0
- package/lib/components/VList/VListGroup.js +2 -1
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +6 -3
- package/lib/components/VList/VListItem.js +1 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +17 -14
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/locationStrategies.js +1 -1
- package/lib/components/VOverlay/locationStrategies.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.d.ts +6 -21
- package/lib/components/VTreeview/VTreeview.js +6 -9
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewGroup.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewItem.d.ts +18 -9
- package/lib/components/VTreeview/VTreeviewItem.js +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/calendar.d.ts +0 -1
- package/lib/composables/calendar.js +6 -10
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.js +1 -1
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +7 -4
- package/lib/composables/nested/nested.js +16 -6
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +2 -1
- package/lib/composables/nested/selectStrategies.js +22 -11
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/composables/virtual.js +1 -1
- package/lib/composables/virtual.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -57
- package/lib/framework.js +1 -1
- package/lib/labs/VCalendar/VCalendar.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendar.js +9 -9
- package/lib/labs/VCalendar/VCalendar.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarDay.d.ts +33 -33
- package/lib/labs/VCalendar/VCalendarDay.js +1 -1
- package/lib/labs/VCalendar/VCalendarDay.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarInterval.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarInterval.js +9 -9
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.d.ts +12 -12
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarMonthDay.d.ts +36 -36
- package/lib/labs/VCalendar/VCalendarMonthDay.js +4 -4
- package/lib/labs/VCalendar/VCalendarMonthDay.js.map +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -499,9 +499,10 @@ type SelectStrategyFunction = (data: {
|
|
499
499
|
selected: Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
500
500
|
children: Map<unknown, unknown[]>;
|
501
501
|
parents: Map<unknown, unknown>;
|
502
|
+
disabled: Set<unknown>;
|
502
503
|
event?: Event;
|
503
504
|
}) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
504
|
-
type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
505
|
+
type SelectStrategyTransformInFunction = (v: readonly unknown[] | undefined, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>, disabled: Set<unknown>) => Map<unknown, 'on' | 'off' | 'indeterminate'>;
|
505
506
|
type SelectStrategyTransformOutFunction = (v: Map<unknown, 'on' | 'off' | 'indeterminate'>, children: Map<unknown, unknown[]>, parents: Map<unknown, unknown>) => unknown[];
|
506
507
|
type SelectStrategy = {
|
507
508
|
select: SelectStrategyFunction;
|
@@ -590,7 +591,7 @@ type DataTableHeader<T = Record<string, any>> = {
|
|
590
591
|
key?: 'data-table-group' | 'data-table-select' | 'data-table-expand' | (string & {});
|
591
592
|
value?: SelectItemKey<T>;
|
592
593
|
title?: string;
|
593
|
-
fixed?: boolean;
|
594
|
+
fixed?: boolean | 'start' | 'end';
|
594
595
|
align?: 'start' | 'end' | 'center';
|
595
596
|
width?: number | string;
|
596
597
|
minWidth?: number | string;
|
@@ -609,7 +610,9 @@ type InternalDataTableHeader = Omit<DataTableHeader, 'key' | 'value' | 'children
|
|
609
610
|
value: SelectItemKey | null;
|
610
611
|
sortable: boolean;
|
611
612
|
fixedOffset?: number;
|
613
|
+
fixedEndOffset?: number;
|
612
614
|
lastFixed?: boolean;
|
615
|
+
firstFixedEnd?: boolean;
|
613
616
|
nowrap?: boolean;
|
614
617
|
colspan?: number;
|
615
618
|
rowspan?: number;
|
@@ -2577,12 +2580,17 @@ declare module 'vue' {
|
|
2577
2580
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2578
2581
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2579
2582
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2583
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2584
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2585
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2580
2586
|
VAlert: typeof import('vuetify/components')['VAlert']
|
2581
2587
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2582
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2583
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2584
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2585
2588
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2589
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2590
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2591
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2592
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2593
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2586
2594
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2587
2595
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2588
2596
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
@@ -2594,23 +2602,15 @@ declare module 'vue' {
|
|
2594
2602
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2595
2603
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2596
2604
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2597
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2598
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2599
|
-
VCode: typeof import('vuetify/components')['VCode']
|
2600
2605
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2601
2606
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2602
|
-
|
2607
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2608
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2603
2609
|
VChip: typeof import('vuetify/components')['VChip']
|
2610
|
+
VCode: typeof import('vuetify/components')['VCode']
|
2604
2611
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2605
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
2606
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
2607
2612
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2608
|
-
|
2609
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2610
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2611
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2612
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2613
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2613
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2614
2614
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2615
2615
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2616
2616
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2618,32 +2618,36 @@ declare module 'vue' {
|
|
2618
2618
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2619
2619
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2620
2620
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2621
|
-
|
2621
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2622
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2623
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2624
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2625
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2626
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2627
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2622
2628
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2623
|
-
|
2624
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2625
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2629
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2626
2630
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2627
2631
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2628
2632
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2629
2633
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2634
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2635
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2636
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2637
|
+
VField: typeof import('vuetify/components')['VField']
|
2638
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2630
2639
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
2640
|
VImg: typeof import('vuetify/components')['VImg']
|
2632
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2633
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2634
2641
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2635
2642
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2636
2643
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2637
2644
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2638
2645
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2646
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2639
2647
|
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2640
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2641
2648
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2642
2649
|
VItem: typeof import('vuetify/components')['VItem']
|
2643
|
-
|
2644
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2645
|
-
VMenu: typeof import('vuetify/components')['VMenu']
|
2646
|
-
VMain: typeof import('vuetify/components')['VMain']
|
2650
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2647
2651
|
VList: typeof import('vuetify/components')['VList']
|
2648
2652
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2649
2653
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2653,56 +2657,54 @@ declare module 'vue' {
|
|
2653
2657
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2654
2658
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2655
2659
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2660
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2656
2661
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2662
|
+
VMenu: typeof import('vuetify/components')['VMenu']
|
2657
2663
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2664
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2665
|
+
VMain: typeof import('vuetify/components')['VMain']
|
2666
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
2658
2667
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2659
2668
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2660
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
2661
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2662
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2663
2669
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2664
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2665
2670
|
VRating: typeof import('vuetify/components')['VRating']
|
2671
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2666
2672
|
VSelect: typeof import('vuetify/components')['VSelect']
|
2667
|
-
|
2673
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2668
2674
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2669
2675
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2670
|
-
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2671
2676
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2672
2677
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2673
|
-
|
2674
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2675
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2676
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2678
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2677
2679
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2678
2680
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2679
2681
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2680
2682
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2681
2683
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2682
2684
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2685
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2686
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2687
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2688
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2689
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2683
2690
|
VTab: typeof import('vuetify/components')['VTab']
|
2684
2691
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2685
2692
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2686
2693
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2687
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2688
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
2689
2694
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2690
2695
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2696
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2697
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
2698
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2699
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2691
2700
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2692
2701
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2693
2702
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2694
|
-
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2695
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2696
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2697
2703
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2698
2704
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2699
2705
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2700
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2701
2706
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2702
2707
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2703
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
2704
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2705
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2706
2708
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2707
2709
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2708
2710
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
@@ -2711,7 +2713,6 @@ declare module 'vue' {
|
|
2711
2713
|
VCol: typeof import('vuetify/components')['VCol']
|
2712
2714
|
VRow: typeof import('vuetify/components')['VRow']
|
2713
2715
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2714
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2715
2716
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2716
2717
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2717
2718
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -2743,24 +2744,26 @@ declare module 'vue' {
|
|
2743
2744
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2744
2745
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2745
2746
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2746
|
-
|
2747
|
-
|
2747
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2748
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2749
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2750
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2748
2751
|
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2749
2752
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2750
2753
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2751
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2752
|
-
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2753
|
-
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2754
|
-
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2755
|
-
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2756
|
-
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2757
|
-
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2758
2754
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2759
2755
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2760
2756
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2761
2757
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2762
2758
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2763
2759
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2760
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2761
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2762
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2763
|
+
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2764
|
+
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2765
|
+
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2766
|
+
VHotkey: typeof import('vuetify/labs/components')['VHotkey']
|
2764
2767
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2765
2768
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2766
2769
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
package/lib/framework.js
CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
|
|
109
109
|
};
|
110
110
|
});
|
111
111
|
}
|
112
|
-
export const version = "3.9.0-beta.1-dev.2025-
|
112
|
+
export const version = "3.9.0-beta.1-dev.2025-07-04";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
@@ -321,7 +321,7 @@ export declare const VCalendar: {
|
|
321
321
|
dayIndex?: number | undefined;
|
322
322
|
} & {
|
323
323
|
$children?: {} | import("vue").VNodeChild | {
|
324
|
-
|
324
|
+
'interval-body'?: ((arg: {
|
325
325
|
interval: {
|
326
326
|
label: string;
|
327
327
|
start: unknown;
|
@@ -329,7 +329,7 @@ export declare const VCalendar: {
|
|
329
329
|
events: any[];
|
330
330
|
};
|
331
331
|
}) => import("vue").VNodeChild) | undefined;
|
332
|
-
|
332
|
+
'interval-event'?: ((arg: {
|
333
333
|
height: string;
|
334
334
|
margin: string;
|
335
335
|
eventClass: string;
|
@@ -341,7 +341,7 @@ export declare const VCalendar: {
|
|
341
341
|
events: any[];
|
342
342
|
};
|
343
343
|
}) => import("vue").VNodeChild) | undefined;
|
344
|
-
|
344
|
+
'interval-title'?: ((arg: {
|
345
345
|
interval: {
|
346
346
|
label: string;
|
347
347
|
start: unknown;
|
@@ -378,7 +378,7 @@ export declare const VCalendar: {
|
|
378
378
|
}) => import("vue").VNodeChild) | undefined;
|
379
379
|
};
|
380
380
|
'v-slots'?: {
|
381
|
-
|
381
|
+
'interval-body'?: false | ((arg: {
|
382
382
|
interval: {
|
383
383
|
label: string;
|
384
384
|
start: unknown;
|
@@ -386,7 +386,7 @@ export declare const VCalendar: {
|
|
386
386
|
events: any[];
|
387
387
|
};
|
388
388
|
}) => import("vue").VNodeChild) | undefined;
|
389
|
-
|
389
|
+
'interval-event'?: false | ((arg: {
|
390
390
|
height: string;
|
391
391
|
margin: string;
|
392
392
|
eventClass: string;
|
@@ -398,7 +398,7 @@ export declare const VCalendar: {
|
|
398
398
|
events: any[];
|
399
399
|
};
|
400
400
|
}) => import("vue").VNodeChild) | undefined;
|
401
|
-
|
401
|
+
'interval-title'?: false | ((arg: {
|
402
402
|
interval: {
|
403
403
|
label: string;
|
404
404
|
start: unknown;
|
@@ -435,7 +435,7 @@ export declare const VCalendar: {
|
|
435
435
|
}) => import("vue").VNodeChild) | undefined;
|
436
436
|
} | undefined;
|
437
437
|
} & {
|
438
|
-
"v-slot:
|
438
|
+
"v-slot:interval-body"?: false | ((arg: {
|
439
439
|
interval: {
|
440
440
|
label: string;
|
441
441
|
start: unknown;
|
@@ -443,7 +443,7 @@ export declare const VCalendar: {
|
|
443
443
|
events: any[];
|
444
444
|
};
|
445
445
|
}) => import("vue").VNodeChild) | undefined;
|
446
|
-
"v-slot:
|
446
|
+
"v-slot:interval-event"?: false | ((arg: {
|
447
447
|
height: string;
|
448
448
|
margin: string;
|
449
449
|
eventClass: string;
|
@@ -455,7 +455,7 @@ export declare const VCalendar: {
|
|
455
455
|
events: any[];
|
456
456
|
};
|
457
457
|
}) => import("vue").VNodeChild) | undefined;
|
458
|
-
"v-slot:
|
458
|
+
"v-slot:interval-title"?: false | ((arg: {
|
459
459
|
interval: {
|
460
460
|
label: string;
|
461
461
|
start: unknown;
|
@@ -525,7 +525,7 @@ export declare const VCalendar: {
|
|
525
525
|
intervals: number;
|
526
526
|
hideWeekNumber: boolean;
|
527
527
|
}, true, {}, import("vue").SlotsType<Partial<{
|
528
|
-
|
528
|
+
'interval-body': (arg: {
|
529
529
|
interval: {
|
530
530
|
label: string;
|
531
531
|
start: unknown;
|
@@ -533,7 +533,7 @@ export declare const VCalendar: {
|
|
533
533
|
events: any[];
|
534
534
|
};
|
535
535
|
}) => import("vue").VNode[];
|
536
|
-
|
536
|
+
'interval-event': (arg: {
|
537
537
|
height: string;
|
538
538
|
margin: string;
|
539
539
|
eventClass: string;
|
@@ -545,7 +545,7 @@ export declare const VCalendar: {
|
|
545
545
|
events: any[];
|
546
546
|
};
|
547
547
|
}) => import("vue").VNode[];
|
548
|
-
|
548
|
+
'interval-title': (arg: {
|
549
549
|
interval: {
|
550
550
|
label: string;
|
551
551
|
start: unknown;
|
@@ -621,7 +621,7 @@ export declare const VCalendar: {
|
|
621
621
|
dayIndex?: number | undefined;
|
622
622
|
} & {
|
623
623
|
$children?: {} | import("vue").VNodeChild | {
|
624
|
-
|
624
|
+
'interval-body'?: ((arg: {
|
625
625
|
interval: {
|
626
626
|
label: string;
|
627
627
|
start: unknown;
|
@@ -629,7 +629,7 @@ export declare const VCalendar: {
|
|
629
629
|
events: any[];
|
630
630
|
};
|
631
631
|
}) => import("vue").VNodeChild) | undefined;
|
632
|
-
|
632
|
+
'interval-event'?: ((arg: {
|
633
633
|
height: string;
|
634
634
|
margin: string;
|
635
635
|
eventClass: string;
|
@@ -641,7 +641,7 @@ export declare const VCalendar: {
|
|
641
641
|
events: any[];
|
642
642
|
};
|
643
643
|
}) => import("vue").VNodeChild) | undefined;
|
644
|
-
|
644
|
+
'interval-title'?: ((arg: {
|
645
645
|
interval: {
|
646
646
|
label: string;
|
647
647
|
start: unknown;
|
@@ -678,7 +678,7 @@ export declare const VCalendar: {
|
|
678
678
|
}) => import("vue").VNodeChild) | undefined;
|
679
679
|
};
|
680
680
|
'v-slots'?: {
|
681
|
-
|
681
|
+
'interval-body'?: false | ((arg: {
|
682
682
|
interval: {
|
683
683
|
label: string;
|
684
684
|
start: unknown;
|
@@ -686,7 +686,7 @@ export declare const VCalendar: {
|
|
686
686
|
events: any[];
|
687
687
|
};
|
688
688
|
}) => import("vue").VNodeChild) | undefined;
|
689
|
-
|
689
|
+
'interval-event'?: false | ((arg: {
|
690
690
|
height: string;
|
691
691
|
margin: string;
|
692
692
|
eventClass: string;
|
@@ -698,7 +698,7 @@ export declare const VCalendar: {
|
|
698
698
|
events: any[];
|
699
699
|
};
|
700
700
|
}) => import("vue").VNodeChild) | undefined;
|
701
|
-
|
701
|
+
'interval-title'?: false | ((arg: {
|
702
702
|
interval: {
|
703
703
|
label: string;
|
704
704
|
start: unknown;
|
@@ -735,7 +735,7 @@ export declare const VCalendar: {
|
|
735
735
|
}) => import("vue").VNodeChild) | undefined;
|
736
736
|
} | undefined;
|
737
737
|
} & {
|
738
|
-
"v-slot:
|
738
|
+
"v-slot:interval-body"?: false | ((arg: {
|
739
739
|
interval: {
|
740
740
|
label: string;
|
741
741
|
start: unknown;
|
@@ -743,7 +743,7 @@ export declare const VCalendar: {
|
|
743
743
|
events: any[];
|
744
744
|
};
|
745
745
|
}) => import("vue").VNodeChild) | undefined;
|
746
|
-
"v-slot:
|
746
|
+
"v-slot:interval-event"?: false | ((arg: {
|
747
747
|
height: string;
|
748
748
|
margin: string;
|
749
749
|
eventClass: string;
|
@@ -755,7 +755,7 @@ export declare const VCalendar: {
|
|
755
755
|
events: any[];
|
756
756
|
};
|
757
757
|
}) => import("vue").VNodeChild) | undefined;
|
758
|
-
"v-slot:
|
758
|
+
"v-slot:interval-title"?: false | ((arg: {
|
759
759
|
interval: {
|
760
760
|
label: string;
|
761
761
|
start: unknown;
|
@@ -857,7 +857,7 @@ export declare const VCalendar: {
|
|
857
857
|
dayIndex?: number | undefined;
|
858
858
|
} & {
|
859
859
|
$children?: {} | import("vue").VNodeChild | {
|
860
|
-
|
860
|
+
'interval-body'?: ((arg: {
|
861
861
|
interval: {
|
862
862
|
label: string;
|
863
863
|
start: unknown;
|
@@ -865,7 +865,7 @@ export declare const VCalendar: {
|
|
865
865
|
events: any[];
|
866
866
|
};
|
867
867
|
}) => import("vue").VNodeChild) | undefined;
|
868
|
-
|
868
|
+
'interval-event'?: ((arg: {
|
869
869
|
height: string;
|
870
870
|
margin: string;
|
871
871
|
eventClass: string;
|
@@ -877,7 +877,7 @@ export declare const VCalendar: {
|
|
877
877
|
events: any[];
|
878
878
|
};
|
879
879
|
}) => import("vue").VNodeChild) | undefined;
|
880
|
-
|
880
|
+
'interval-title'?: ((arg: {
|
881
881
|
interval: {
|
882
882
|
label: string;
|
883
883
|
start: unknown;
|
@@ -914,7 +914,7 @@ export declare const VCalendar: {
|
|
914
914
|
}) => import("vue").VNodeChild) | undefined;
|
915
915
|
};
|
916
916
|
'v-slots'?: {
|
917
|
-
|
917
|
+
'interval-body'?: false | ((arg: {
|
918
918
|
interval: {
|
919
919
|
label: string;
|
920
920
|
start: unknown;
|
@@ -922,7 +922,7 @@ export declare const VCalendar: {
|
|
922
922
|
events: any[];
|
923
923
|
};
|
924
924
|
}) => import("vue").VNodeChild) | undefined;
|
925
|
-
|
925
|
+
'interval-event'?: false | ((arg: {
|
926
926
|
height: string;
|
927
927
|
margin: string;
|
928
928
|
eventClass: string;
|
@@ -934,7 +934,7 @@ export declare const VCalendar: {
|
|
934
934
|
events: any[];
|
935
935
|
};
|
936
936
|
}) => import("vue").VNodeChild) | undefined;
|
937
|
-
|
937
|
+
'interval-title'?: false | ((arg: {
|
938
938
|
interval: {
|
939
939
|
label: string;
|
940
940
|
start: unknown;
|
@@ -971,7 +971,7 @@ export declare const VCalendar: {
|
|
971
971
|
}) => import("vue").VNodeChild) | undefined;
|
972
972
|
} | undefined;
|
973
973
|
} & {
|
974
|
-
"v-slot:
|
974
|
+
"v-slot:interval-body"?: false | ((arg: {
|
975
975
|
interval: {
|
976
976
|
label: string;
|
977
977
|
start: unknown;
|
@@ -979,7 +979,7 @@ export declare const VCalendar: {
|
|
979
979
|
events: any[];
|
980
980
|
};
|
981
981
|
}) => import("vue").VNodeChild) | undefined;
|
982
|
-
"v-slot:
|
982
|
+
"v-slot:interval-event"?: false | ((arg: {
|
983
983
|
height: string;
|
984
984
|
margin: string;
|
985
985
|
eventClass: string;
|
@@ -991,7 +991,7 @@ export declare const VCalendar: {
|
|
991
991
|
events: any[];
|
992
992
|
};
|
993
993
|
}) => import("vue").VNodeChild) | undefined;
|
994
|
-
"v-slot:
|
994
|
+
"v-slot:interval-title"?: false | ((arg: {
|
995
995
|
interval: {
|
996
996
|
label: string;
|
997
997
|
start: unknown;
|
@@ -1061,7 +1061,7 @@ export declare const VCalendar: {
|
|
1061
1061
|
intervals: number;
|
1062
1062
|
hideWeekNumber: boolean;
|
1063
1063
|
}, {}, string, import("vue").SlotsType<Partial<{
|
1064
|
-
|
1064
|
+
'interval-body': (arg: {
|
1065
1065
|
interval: {
|
1066
1066
|
label: string;
|
1067
1067
|
start: unknown;
|
@@ -1069,7 +1069,7 @@ export declare const VCalendar: {
|
|
1069
1069
|
events: any[];
|
1070
1070
|
};
|
1071
1071
|
}) => import("vue").VNode[];
|
1072
|
-
|
1072
|
+
'interval-event': (arg: {
|
1073
1073
|
height: string;
|
1074
1074
|
margin: string;
|
1075
1075
|
eventClass: string;
|
@@ -1081,7 +1081,7 @@ export declare const VCalendar: {
|
|
1081
1081
|
events: any[];
|
1082
1082
|
};
|
1083
1083
|
}) => import("vue").VNode[];
|
1084
|
-
|
1084
|
+
'interval-title': (arg: {
|
1085
1085
|
interval: {
|
1086
1086
|
label: string;
|
1087
1087
|
start: unknown;
|
@@ -40,9 +40,8 @@ export const VCalendar = genericComponent()({
|
|
40
40
|
model,
|
41
41
|
displayValue,
|
42
42
|
weekNumbers,
|
43
|
-
|
43
|
+
weekdayLabels
|
44
44
|
} = useCalendar(props);
|
45
|
-
const dayNames = adapter.getWeekdays();
|
46
45
|
function onClickNext() {
|
47
46
|
if (props.viewMode === 'month') {
|
48
47
|
model.value = [adapter.addMonths(displayValue.value, 1)];
|
@@ -80,6 +79,7 @@ export const VCalendar = genericComponent()({
|
|
80
79
|
useRender(() => {
|
81
80
|
const calendarDayProps = VCalendarDay.filterProps(props);
|
82
81
|
const calendarHeaderProps = VCalendarHeader.filterProps(props);
|
82
|
+
const weekdaysCount = daysInWeek.value.length;
|
83
83
|
return _createElementVNode("div", {
|
84
84
|
"class": _normalizeClass(['v-calendar', {
|
85
85
|
'v-calendar-monthly': props.viewMode === 'month',
|
@@ -101,19 +101,19 @@ export const VCalendar = genericComponent()({
|
|
101
101
|
}), {
|
102
102
|
title: slots.title
|
103
103
|
}))]), _createElementVNode("div", {
|
104
|
-
"class": _normalizeClass(['v-calendar__container', `days__${
|
104
|
+
"class": _normalizeClass(['v-calendar__container', `days__${weekdaysCount}`])
|
105
105
|
}, [props.viewMode === 'month' && !props.hideDayHeader && _createElementVNode("div", {
|
106
|
-
"class": _normalizeClass(['v-calendar-weekly__head', `days__${
|
106
|
+
"class": _normalizeClass(['v-calendar-weekly__head', `days__${weekdaysCount}`, ...(!props.hideWeekNumber ? ['v-calendar-weekly__head-weeknumbers'] : [])]),
|
107
107
|
"key": "calendarWeeklyHead"
|
108
108
|
}, [!props.hideWeekNumber ? _createElementVNode("div", {
|
109
109
|
"key": "weekNumber0",
|
110
110
|
"class": "v-calendar-weekly__head-weeknumber"
|
111
|
-
}, null) : '',
|
111
|
+
}, null) : '', weekdayLabels.value.map(weekday => _createElementVNode("div", {
|
112
112
|
"class": _normalizeClass(`v-calendar-weekly__head-weekday${!props.hideWeekNumber ? '-with-weeknumber' : ''}`)
|
113
|
-
}, [
|
113
|
+
}, [weekday]))]), props.viewMode === 'month' && _createElementVNode("div", {
|
114
114
|
"key": "VCalendarMonth",
|
115
|
-
"class": _normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${
|
116
|
-
}, [chunkArray(daysInMonth.value,
|
115
|
+
"class": _normalizeClass(['v-calendar-month__days', `days${!props.hideWeekNumber ? '-with-weeknumbers' : ''}__${weekdaysCount}`, ...(!props.hideWeekNumber ? ['v-calendar-month__weeknumbers'] : [])])
|
116
|
+
}, [chunkArray(daysInMonth.value, weekdaysCount).map((week, wi) => [!props.hideWeekNumber ? _createElementVNode("div", _mergeProps({
|
117
117
|
"class": "v-calendar-month__weeknumber"
|
118
118
|
}, getPrefixedEventHandlers(attrs, ':weekNumber', () => ({
|
119
119
|
weekNumber: weekNumbers.value[wi],
|
@@ -136,7 +136,7 @@ export const VCalendar = genericComponent()({
|
|
136
136
|
"dayIndex": i,
|
137
137
|
"events": props.events?.filter(e => adapter.isSameDay(e.start, day.date) || adapter.isSameDay(e.end, day.date))
|
138
138
|
}, attrs), {
|
139
|
-
...pick(slots, ['interval', '
|
139
|
+
...pick(slots, ['interval', 'interval-body', 'interval-event', 'interval-title'])
|
140
140
|
})), props.viewMode === 'day' && (slots['day-interval'] ? slots['day-interval']({
|
141
141
|
day: genDays([displayValue.value], adapter.date())[0],
|
142
142
|
dayIndex: 0,
|