@vuetify/nightly 3.9.0-beta.0-dev.2025-06-20 → 3.9.0-beta.1-dev.2025-06-26
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 +3 -3
- package/dist/json/attributes.json +2060 -2060
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +3859 -3859
- package/dist/vuetify-labs.cjs +57 -54
- package/dist/vuetify-labs.css +4725 -4729
- package/dist/vuetify-labs.d.ts +1300 -97
- package/dist/vuetify-labs.esm.js +57 -54
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +57 -54
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +57 -54
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3311 -3315
- package/dist/vuetify.d.ts +1300 -97
- package/dist/vuetify.esm.js +57 -54
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +57 -54
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +45 -45
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBtn/VBtn.sass +3 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDatePicker/VDatePickerControls.css +1 -0
- package/lib/components/VDatePicker/VDatePickerControls.sass +1 -0
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/components/VTimePicker/VTimePicker.css +1 -6
- package/lib/components/VTimePicker/VTimePicker.sass +1 -6
- package/lib/components/VTimePicker/VTimePickerClock.css +5 -4
- package/lib/components/VTimePicker/VTimePickerClock.sass +5 -4
- package/lib/components/VTimePicker/VTimePickerControls.css +2 -1
- package/lib/components/VTimePicker/VTimePickerControls.sass +2 -3
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +11 -6
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.d.ts +1206 -3
- package/lib/components/VTreeview/VTreeviewItem.js +11 -12
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/calendar.d.ts +2 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/lib/labs/VPicker/VPicker.css +4 -0
- package/lib/labs/VPicker/VPicker.sass +4 -0
- package/package.json +1 -1
package/lib/framework.d.ts
CHANGED
@@ -2553,42 +2553,38 @@ declare module 'vue' {
|
|
2553
2553
|
$children?: VNodeChild
|
2554
2554
|
}
|
2555
2555
|
export interface GlobalComponents {
|
2556
|
-
VApp: typeof import('vuetify/components')['VApp']
|
2557
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2558
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2559
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2560
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2561
2556
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2562
2557
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2563
2558
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2564
|
-
|
2565
|
-
|
2566
|
-
|
2559
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2560
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2561
|
+
VApp: typeof import('vuetify/components')['VApp']
|
2567
2562
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2568
|
-
|
2569
|
-
|
2563
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2564
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2570
2565
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2571
2566
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2572
2567
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2573
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2574
2568
|
VBanner: typeof import('vuetify/components')['VBanner']
|
2575
2569
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2576
2570
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2577
|
-
|
2578
|
-
|
2579
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2580
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2571
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2572
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2581
2573
|
VCard: typeof import('vuetify/components')['VCard']
|
2582
2574
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2583
2575
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2584
2576
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2585
2577
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2586
2578
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2587
|
-
|
2579
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2580
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2588
2581
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2589
|
-
|
2590
|
-
|
2582
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2583
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2584
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2585
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2591
2586
|
VCode: typeof import('vuetify/components')['VCode']
|
2587
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
2592
2588
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2593
2589
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2594
2590
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2596,34 +2592,35 @@ declare module 'vue' {
|
|
2596
2592
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2597
2593
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2598
2594
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2599
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2600
2595
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2601
2596
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2602
2597
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2603
2598
|
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2604
2599
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2605
2600
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2601
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2602
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2603
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2606
2604
|
VDivider: typeof import('vuetify/components')['VDivider']
|
2607
|
-
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2608
|
-
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2609
|
-
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2610
|
-
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2611
2605
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2612
2606
|
VFab: typeof import('vuetify/components')['VFab']
|
2613
2607
|
VField: typeof import('vuetify/components')['VField']
|
2614
2608
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2615
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
2616
2609
|
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2617
|
-
|
2618
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2610
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
2619
2611
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2620
2612
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2621
2613
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2622
2614
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2623
2615
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2624
|
-
|
2625
|
-
|
2616
|
+
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2617
|
+
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2618
|
+
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2619
|
+
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2620
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2626
2621
|
VInput: typeof import('vuetify/components')['VInput']
|
2622
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2623
|
+
VItem: typeof import('vuetify/components')['VItem']
|
2627
2624
|
VList: typeof import('vuetify/components')['VList']
|
2628
2625
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2629
2626
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2633,82 +2630,85 @@ declare module 'vue' {
|
|
2633
2630
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2634
2631
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2635
2632
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2636
|
-
|
2637
|
-
|
2633
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2634
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2635
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2638
2636
|
VMain: typeof import('vuetify/components')['VMain']
|
2639
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
2640
2637
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2638
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
2639
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2641
2640
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2641
|
+
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2642
2642
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2643
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2644
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2645
2643
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2644
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2646
2645
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2647
|
-
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2648
2646
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2649
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2650
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2651
2647
|
VSheet: typeof import('vuetify/components')['VSheet']
|
2648
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2652
2649
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2653
2650
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2654
2651
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2655
|
-
|
2652
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
2653
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2656
2654
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2657
2655
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2656
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2658
2657
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2659
2658
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2660
2659
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
2661
2660
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
2662
2661
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
2663
2662
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
2664
|
-
|
2663
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2665
2664
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
2665
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2666
2666
|
VTab: typeof import('vuetify/components')['VTab']
|
2667
2667
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2668
2668
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2669
2669
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2670
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2671
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
2672
2670
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2673
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2674
2671
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2675
2672
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2676
|
-
|
2677
|
-
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2678
|
-
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2673
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2679
2674
|
VTreeview: typeof import('vuetify/components')['VTreeview']
|
2680
2675
|
VTreeviewItem: typeof import('vuetify/components')['VTreeviewItem']
|
2681
2676
|
VTreeviewGroup: typeof import('vuetify/components')['VTreeviewGroup']
|
2677
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2682
2678
|
VTimePicker: typeof import('vuetify/components')['VTimePicker']
|
2683
2679
|
VTimePickerClock: typeof import('vuetify/components')['VTimePickerClock']
|
2684
2680
|
VTimePickerControls: typeof import('vuetify/components')['VTimePickerControls']
|
2685
|
-
|
2681
|
+
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2682
|
+
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2683
|
+
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2686
2684
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2687
2685
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2686
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2687
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2688
2688
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2689
|
-
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2690
2689
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2691
2690
|
VForm: typeof import('vuetify/components')['VForm']
|
2691
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2692
2692
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2693
2693
|
VCol: typeof import('vuetify/components')['VCol']
|
2694
2694
|
VRow: typeof import('vuetify/components')['VRow']
|
2695
2695
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2696
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2697
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
2698
2696
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2699
2697
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2698
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
2700
2699
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
2701
2700
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
2702
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
2703
2701
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2702
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
2704
2703
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2705
2704
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2706
2705
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2707
|
-
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2708
2706
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2707
|
+
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2709
2708
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2710
|
-
VValidation: typeof import('vuetify/components')['VValidation']
|
2711
2709
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2710
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
2711
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2712
2712
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2713
2713
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
2714
2714
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -2725,24 +2725,24 @@ declare module 'vue' {
|
|
2725
2725
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2726
2726
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2727
2727
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2728
|
+
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2728
2729
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2729
2730
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2730
2731
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2731
2732
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2732
2733
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2733
2734
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2734
|
-
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2735
2735
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2736
2736
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2737
|
+
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2737
2738
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2738
2739
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
2739
2740
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
2740
2741
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
2741
2742
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
2743
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2742
2744
|
VMaskInput: typeof import('vuetify/labs/components')['VMaskInput']
|
2743
2745
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2744
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2745
|
-
VColorInput: typeof import('vuetify/labs/components')['VColorInput']
|
2746
2746
|
}
|
2747
2747
|
export interface GlobalDirectives {
|
2748
2748
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
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.
|
112
|
+
export const version = "3.9.0-beta.1-dev.2025-06-26";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
@@ -2,6 +2,7 @@
|
|
2
2
|
display: grid;
|
3
3
|
grid-auto-rows: min-content;
|
4
4
|
grid-template-areas: "title" "header" "body";
|
5
|
+
grid-template-columns: minmax(0, 1fr);
|
5
6
|
overflow: hidden;
|
6
7
|
}
|
7
8
|
.v-picker.v-sheet {
|
@@ -18,6 +19,9 @@
|
|
18
19
|
grid-area: body;
|
19
20
|
overflow: hidden;
|
20
21
|
position: relative;
|
22
|
+
display: flex;
|
23
|
+
justify-content: center;
|
24
|
+
flex-wrap: wrap;
|
21
25
|
}
|
22
26
|
|
23
27
|
.v-picker__header {
|
@@ -7,6 +7,7 @@
|
|
7
7
|
display: grid
|
8
8
|
grid-auto-rows: min-content
|
9
9
|
grid-template-areas: "title" "header" "body"
|
10
|
+
grid-template-columns: minmax(0, 1fr)
|
10
11
|
overflow: hidden
|
11
12
|
@include tools.elevation($picker-elevation)
|
12
13
|
@include tools.rounded($picker-border-radius)
|
@@ -18,6 +19,9 @@
|
|
18
19
|
grid-area: body
|
19
20
|
overflow: hidden
|
20
21
|
position: relative
|
22
|
+
display: flex
|
23
|
+
justify-content: center
|
24
|
+
flex-wrap: wrap
|
21
25
|
|
22
26
|
.v-picker__header
|
23
27
|
grid-area: header
|
package/package.json
CHANGED