@vuetify/nightly 3.8.0-beta.0-dev.2025-03-29 → 3.8.0-beta.0-dev.2025-03-31
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 +4 -3
- package/dist/json/attributes.json +4062 -4062
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +7209 -7209
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3133 -3129
- package/dist/vuetify-labs.d.ts +52 -52
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2566 -2562
- package/dist/vuetify.d.ts +52 -52
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +52 -52
- package/lib/framework.js +1 -1
- package/lib/styles/main.css +4 -0
- package/lib/styles/settings/_utilities.scss +5 -0
- package/package.json +1 -1
package/dist/vuetify.min.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.0-beta.0-dev.2025-03-
|
2
|
+
* Vuetify v3.8.0-beta.0-dev.2025-03-31
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -2174,8 +2174,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(Vt,e),u.pro
|
|
2174
2174
|
else{const{mount:e}=u
|
2175
2175
|
u.mount=function(){const a=e(...arguments)
|
2176
2176
|
return t.nextTick((()=>l.update())),u.mount=e,a}}("boolean"!=typeof __VUE_OPTIONS_API__||__VUE_OPTIONS_API__)&&u.mixin({computed:{$vuetify(){return t.reactive({defaults:cf.call(this,Vt),display:cf.call(this,pn),theme:cf.call(this,ha),icons:cf.call(this,Ft),locale:cf.call(this,va),date:cf.call(this,pu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function cf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
|
2177
|
-
if(a&&e in a)return a[e]}uf.version="3.8.0-beta.0-dev.2025-03-
|
2178
|
-
const df=function(){return uf({components:Jp,directives:sf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},vf="3.8.0-beta.0-dev.2025-03-
|
2177
|
+
if(a&&e in a)return a[e]}uf.version="3.8.0-beta.0-dev.2025-03-31"
|
2178
|
+
const df=function(){return uf({components:Jp,directives:sf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},vf="3.8.0-beta.0-dev.2025-03-31"
|
2179
2179
|
df.version=vf,e.blueprints=qt,e.components=Jp,e.createVuetify=df,e.directives=sf,e.useDate=mu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
|
2180
2180
|
const{props:a,provideSubDefaults:l}=kt(e,t)
|
2181
2181
|
return l(),a},e.useDisplay=Vn,e.useGoTo=Nn,e.useLayout=ea,e.useLocale=fa,e.useRtl=ga,e.useTheme=wa,e.version=vf}))
|
package/lib/entry-bundler.js
CHANGED
@@ -16,7 +16,7 @@ export const createVuetify = function () {
|
|
16
16
|
...options
|
17
17
|
});
|
18
18
|
};
|
19
|
-
export const version = "3.8.0-beta.0-dev.2025-03-
|
19
|
+
export const version = "3.8.0-beta.0-dev.2025-03-31";
|
20
20
|
createVuetify.version = version;
|
21
21
|
export { blueprints, components, directives };
|
22
22
|
export * from "./composables/index.js";
|
package/lib/framework.d.ts
CHANGED
@@ -2568,48 +2568,41 @@ declare module 'vue' {
|
|
2568
2568
|
}
|
2569
2569
|
export interface GlobalComponents {
|
2570
2570
|
VApp: typeof import('vuetify/components')['VApp']
|
2571
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
2572
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2573
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
2574
2571
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
2575
2572
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
2576
2573
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
2577
2574
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
2578
2575
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
2579
|
-
|
2576
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
2577
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
2578
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2579
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2580
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
2581
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
2580
2582
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
2581
|
-
|
2583
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
2582
2584
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
2583
2585
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
2584
2586
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
2585
|
-
|
2586
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
2587
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
2588
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2587
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2589
2588
|
VCard: typeof import('vuetify/components')['VCard']
|
2590
2589
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
2591
2590
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
2592
2591
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
2593
2592
|
VCardText: typeof import('vuetify/components')['VCardText']
|
2594
2593
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
2595
|
-
|
2596
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2597
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
2598
|
-
VChip: typeof import('vuetify/components')['VChip']
|
2594
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
2599
2595
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
2600
2596
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
2597
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
2601
2598
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
2602
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2603
2599
|
VCode: typeof import('vuetify/components')['VCode']
|
2600
|
+
VChip: typeof import('vuetify/components')['VChip']
|
2601
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
2602
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
2604
2603
|
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
2604
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
2605
2605
|
VCounter: typeof import('vuetify/components')['VCounter']
|
2606
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2607
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2608
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2609
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2610
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2611
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2612
|
-
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2613
2606
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
2614
2607
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
2615
2608
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -2617,29 +2610,33 @@ declare module 'vue' {
|
|
2617
2610
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
2618
2611
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
2619
2612
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
2613
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
2614
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
2615
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
2616
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
2617
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
2618
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
2619
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
2620
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
2621
|
+
VFab: typeof import('vuetify/components')['VFab']
|
2622
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
2620
2623
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
2621
2624
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
2622
2625
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
2623
2626
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
2624
2627
|
VField: typeof import('vuetify/components')['VField']
|
2625
2628
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
2626
|
-
VDialog: typeof import('vuetify/components')['VDialog']
|
2627
|
-
VFab: typeof import('vuetify/components')['VFab']
|
2628
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
2629
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2630
2629
|
VFooter: typeof import('vuetify/components')['VFooter']
|
2631
|
-
|
2630
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
2632
2631
|
VIcon: typeof import('vuetify/components')['VIcon']
|
2633
2632
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
2634
2633
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
2635
2634
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
2636
2635
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
2636
|
+
VImg: typeof import('vuetify/components')['VImg']
|
2637
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2637
2638
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
2638
2639
|
VItem: typeof import('vuetify/components')['VItem']
|
2639
|
-
VInput: typeof import('vuetify/components')['VInput']
|
2640
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
2641
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
2642
|
-
VKbd: typeof import('vuetify/components')['VKbd']
|
2643
2640
|
VList: typeof import('vuetify/components')['VList']
|
2644
2641
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
2645
2642
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -2649,27 +2646,30 @@ declare module 'vue' {
|
|
2649
2646
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
2650
2647
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
2651
2648
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
2649
|
+
VInput: typeof import('vuetify/components')['VInput']
|
2652
2650
|
VMenu: typeof import('vuetify/components')['VMenu']
|
2651
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
2652
|
+
VKbd: typeof import('vuetify/components')['VKbd']
|
2653
2653
|
VMain: typeof import('vuetify/components')['VMain']
|
2654
2654
|
VMessages: typeof import('vuetify/components')['VMessages']
|
2655
|
-
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2656
2655
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
2657
2656
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
2658
2657
|
VNumberInput: typeof import('vuetify/components')['VNumberInput']
|
2659
2658
|
VPagination: typeof import('vuetify/components')['VPagination']
|
2659
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
2660
2660
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
2661
2661
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
2662
|
-
VRating: typeof import('vuetify/components')['VRating']
|
2663
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
2664
2662
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
2665
|
-
|
2663
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
2664
|
+
VRating: typeof import('vuetify/components')['VRating']
|
2665
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
2666
2666
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
2667
|
-
|
2667
|
+
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
2668
2668
|
VSlider: typeof import('vuetify/components')['VSlider']
|
2669
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2670
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
2669
2671
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
2670
2672
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
2671
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
2672
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
2673
2673
|
VStepper: typeof import('vuetify/components')['VStepper']
|
2674
2674
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
2675
2675
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
@@ -2682,26 +2682,26 @@ declare module 'vue' {
|
|
2682
2682
|
VTabs: typeof import('vuetify/components')['VTabs']
|
2683
2683
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
2684
2684
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
2685
|
+
VTable: typeof import('vuetify/components')['VTable']
|
2685
2686
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
2686
2687
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
2687
|
-
VTable: typeof import('vuetify/components')['VTable']
|
2688
|
-
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2689
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2690
2688
|
VTextField: typeof import('vuetify/components')['VTextField']
|
2689
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
2690
|
+
VTextarea: typeof import('vuetify/components')['VTextarea']
|
2691
2691
|
VWindow: typeof import('vuetify/components')['VWindow']
|
2692
2692
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
2693
2693
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
2694
2694
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
2695
2695
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
2696
2696
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
2697
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2698
2697
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
2698
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
2699
2699
|
VForm: typeof import('vuetify/components')['VForm']
|
2700
|
-
VHover: typeof import('vuetify/components')['VHover']
|
2701
2700
|
VContainer: typeof import('vuetify/components')['VContainer']
|
2702
2701
|
VCol: typeof import('vuetify/components')['VCol']
|
2703
2702
|
VRow: typeof import('vuetify/components')['VRow']
|
2704
2703
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
2704
|
+
VHover: typeof import('vuetify/components')['VHover']
|
2705
2705
|
VLayout: typeof import('vuetify/components')['VLayout']
|
2706
2706
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
2707
2707
|
VLazy: typeof import('vuetify/components')['VLazy']
|
@@ -2710,12 +2710,11 @@ declare module 'vue' {
|
|
2710
2710
|
VParallax: typeof import('vuetify/components')['VParallax']
|
2711
2711
|
VRadio: typeof import('vuetify/components')['VRadio']
|
2712
2712
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
2713
|
-
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2714
2713
|
VSnackbarQueue: typeof import('vuetify/components')['VSnackbarQueue']
|
2714
|
+
VResponsive: typeof import('vuetify/components')['VResponsive']
|
2715
2715
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
2716
2716
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
2717
2717
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
2718
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2719
2718
|
VValidation: typeof import('vuetify/components')['VValidation']
|
2720
2719
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
2721
2720
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -2733,14 +2732,7 @@ declare module 'vue' {
|
|
2733
2732
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
2734
2733
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
2735
2734
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
2736
|
-
|
2737
|
-
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2738
|
-
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2739
|
-
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2740
|
-
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2741
|
-
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2742
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2743
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2735
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
2744
2736
|
VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
|
2745
2737
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
2746
2738
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
@@ -2750,9 +2742,17 @@ declare module 'vue' {
|
|
2750
2742
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
2751
2743
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
2752
2744
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
2745
|
+
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
2746
|
+
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
2747
|
+
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
2748
|
+
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
2749
|
+
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
2750
|
+
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
2753
2751
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
2754
2752
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
2755
2753
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
2754
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
2755
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
2756
2756
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
2757
2757
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
2758
2758
|
}
|
package/lib/framework.js
CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
|
|
109
109
|
};
|
110
110
|
});
|
111
111
|
}
|
112
|
-
export const version = "3.8.0-beta.0-dev.2025-03-
|
112
|
+
export const version = "3.8.0-beta.0-dev.2025-03-31";
|
113
113
|
createVuetify.version = version;
|
114
114
|
|
115
115
|
// Vue's inject() can only be used in setup
|
package/lib/styles/main.css
CHANGED
@@ -6953,6 +6953,10 @@ html.overflow-y-hidden {
|
|
6953
6953
|
border-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
|
6954
6954
|
}
|
6955
6955
|
|
6956
|
+
.border-current {
|
6957
|
+
border-color: currentColor !important;
|
6958
|
+
}
|
6959
|
+
|
6956
6960
|
.border-opacity-0 {
|
6957
6961
|
--v-border-opacity: 0 !important;
|
6958
6962
|
}
|
@@ -417,6 +417,11 @@ $utilities: () !default;
|
|
417
417
|
class: border,
|
418
418
|
values: variables.$borders
|
419
419
|
),
|
420
|
+
"border-current": (
|
421
|
+
property: border-color,
|
422
|
+
class: border,
|
423
|
+
values: (current: currentColor)
|
424
|
+
),
|
420
425
|
"border-opacity": (
|
421
426
|
property: --v-border-opacity,
|
422
427
|
class: border-opacity,
|
package/package.json
CHANGED