@vuetify/nightly 3.8.5-dev.2025-05-14 → 3.8.5-dev.2025-05-17

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.8.5-dev.2025-05-14
2
+ * Vuetify v3.8.5-dev.2025-05-17
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -2216,8 +2216,8 @@ if(f.run((()=>{o.install(u)})),u.onUnmount((()=>f.stop())),u.provide(kt,e),u.pro
2216
2216
  else{const{mount:e}=u
2217
2217
  u.mount=function(){const a=e(...arguments)
2218
2218
  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:kf.call(this,kt),display:kf.call(this,kn),theme:kf.call(this,Va),icons:kf.call(this,Ot),locale:kf.call(this,ma),date:kf.call(this,Iu)})}}})},unmount:function(){u.stop()},defaults:e,display:l,theme:o,icons:c,locale:d,date:v,goTo:p}}))}function kf(e){const t=this.$,a=t.parent?.provides??t.vnode.appContext?.provides
2219
- if(a&&e in a)return a[e]}Sf.version="3.8.5-dev.2025-05-14"
2220
- const xf=function(){return Sf({components:pf,directives:wf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Nf="3.8.5-dev.2025-05-14"
2219
+ if(a&&e in a)return a[e]}Sf.version="3.8.5-dev.2025-05-17"
2220
+ const xf=function(){return Sf({components:pf,directives:wf,...arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}})},Nf="3.8.5-dev.2025-05-17"
2221
2221
  xf.version=Nf,e.blueprints=Zt,e.components=pf,e.createVuetify=xf,e.directives=wf,e.useDate=Pu,e.useDefaults=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0
2222
2222
  const{props:a,provideSubDefaults:l}=Ct(e,t)
2223
2223
  return l(),a},e.useDisplay=Bn,e.useGoTo=En,e.useLayout=la,e.useLocale=ha,e.useRtl=ba,e.useTheme=Ba,e.version=Nf}))
@@ -1,3 +1,4 @@
1
1
  export { createDate, useDate, DateAdapterSymbol } from './date.js';
2
2
  export type { DateAdapter } from './DateAdapter.js';
3
3
  export type { DateOptions, DateInstance, DateModule } from './date.js';
4
+ export { VuetifyDateAdapter } from './adapters/vuetify.js';
@@ -1,2 +1,3 @@
1
1
  export { createDate, useDate, DateAdapterSymbol } from "./date.js";
2
+ export { VuetifyDateAdapter } from "./adapters/vuetify.js";
2
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["createDate","useDate","DateAdapterSymbol"],"sources":["../../../src/composables/date/index.ts"],"sourcesContent":["export { createDate, useDate, DateAdapterSymbol } from './date'\nexport type { DateAdapter } from './DateAdapter'\nexport type { DateOptions, DateInstance, DateModule } from './date'\n"],"mappings":"SAASA,UAAU,EAAEC,OAAO,EAAEC,iBAAiB","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["createDate","useDate","DateAdapterSymbol","VuetifyDateAdapter"],"sources":["../../../src/composables/date/index.ts"],"sourcesContent":["export { createDate, useDate, DateAdapterSymbol } from './date'\nexport type { DateAdapter } from './DateAdapter'\nexport type { DateOptions, DateInstance, DateModule } from './date'\nexport { VuetifyDateAdapter } from './adapters/vuetify'\n"],"mappings":"SAASA,UAAU,EAAEC,OAAO,EAAEC,iBAAiB;AAAA,SAGtCC,kBAAkB","ignoreList":[]}
@@ -16,7 +16,7 @@ export const createVuetify = function () {
16
16
  ...options
17
17
  });
18
18
  };
19
- export const version = "3.8.5-dev.2025-05-14";
19
+ export const version = "3.8.5-dev.2025-05-17";
20
20
  createVuetify.version = version;
21
21
  export { blueprints, components, directives };
22
22
  export * from "./composables/index.js";
@@ -2544,40 +2544,38 @@ declare module 'vue' {
2544
2544
  $children?: VNodeChild
2545
2545
  }
2546
2546
  export interface GlobalComponents {
2547
+ VApp: typeof import('vuetify/components')['VApp']
2547
2548
  VAppBar: typeof import('vuetify/components')['VAppBar']
2548
2549
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
2549
2550
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
2550
- VApp: typeof import('vuetify/components')['VApp']
2551
- VAlert: typeof import('vuetify/components')['VAlert']
2552
- VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2553
2551
  VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
2552
+ VBadge: typeof import('vuetify/components')['VBadge']
2554
2553
  VBanner: typeof import('vuetify/components')['VBanner']
2555
2554
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
2556
2555
  VBannerText: typeof import('vuetify/components')['VBannerText']
2557
- VAvatar: typeof import('vuetify/components')['VAvatar']
2556
+ VAlert: typeof import('vuetify/components')['VAlert']
2557
+ VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
2558
2558
  VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
2559
- VBadge: typeof import('vuetify/components')['VBadge']
2560
2559
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
2561
- VBtn: typeof import('vuetify/components')['VBtn']
2562
- VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2563
- VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2564
- VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2565
2560
  VCard: typeof import('vuetify/components')['VCard']
2566
2561
  VCardActions: typeof import('vuetify/components')['VCardActions']
2567
2562
  VCardItem: typeof import('vuetify/components')['VCardItem']
2568
2563
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
2569
2564
  VCardText: typeof import('vuetify/components')['VCardText']
2570
2565
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
2571
- VCarousel: typeof import('vuetify/components')['VCarousel']
2572
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2566
+ VBtn: typeof import('vuetify/components')['VBtn']
2567
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2573
2568
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
2574
2569
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
2575
- VChip: typeof import('vuetify/components')['VChip']
2570
+ VCarousel: typeof import('vuetify/components')['VCarousel']
2571
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
2576
2572
  VCode: typeof import('vuetify/components')['VCode']
2573
+ VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
2574
+ VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
2575
+ VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
2577
2576
  VChipGroup: typeof import('vuetify/components')['VChipGroup']
2578
- VCounter: typeof import('vuetify/components')['VCounter']
2579
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
2580
- VCombobox: typeof import('vuetify/components')['VCombobox']
2577
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2578
+ VChip: typeof import('vuetify/components')['VChip']
2581
2579
  VDataTable: typeof import('vuetify/components')['VDataTable']
2582
2580
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
2583
2581
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -2585,34 +2583,38 @@ declare module 'vue' {
2585
2583
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
2586
2584
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
2587
2585
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
2586
+ VCombobox: typeof import('vuetify/components')['VCombobox']
2587
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
2588
2588
  VDialog: typeof import('vuetify/components')['VDialog']
2589
+ VCounter: typeof import('vuetify/components')['VCounter']
2589
2590
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
2590
2591
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
2591
2592
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
2592
2593
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
2593
2594
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
2594
2595
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
2595
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
2596
- VDivider: typeof import('vuetify/components')['VDivider']
2597
2596
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
2598
2597
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
2599
2598
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
2600
2599
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
2600
+ VDivider: typeof import('vuetify/components')['VDivider']
2601
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
2602
+ VFooter: typeof import('vuetify/components')['VFooter']
2601
2603
  VFab: typeof import('vuetify/components')['VFab']
2602
2604
  VField: typeof import('vuetify/components')['VField']
2603
2605
  VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
2604
- VFooter: typeof import('vuetify/components')['VFooter']
2605
2606
  VFileInput: typeof import('vuetify/components')['VFileInput']
2606
2607
  VIcon: typeof import('vuetify/components')['VIcon']
2607
2608
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
2608
2609
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
2609
2610
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
2610
2611
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
2611
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2612
2612
  VItemGroup: typeof import('vuetify/components')['VItemGroup']
2613
2613
  VItem: typeof import('vuetify/components')['VItem']
2614
2614
  VImg: typeof import('vuetify/components')['VImg']
2615
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
2615
2616
  VInput: typeof import('vuetify/components')['VInput']
2617
+ VKbd: typeof import('vuetify/components')['VKbd']
2616
2618
  VList: typeof import('vuetify/components')['VList']
2617
2619
  VListGroup: typeof import('vuetify/components')['VListGroup']
2618
2620
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -2622,30 +2624,29 @@ declare module 'vue' {
2622
2624
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
2623
2625
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
2624
2626
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
2625
- VKbd: typeof import('vuetify/components')['VKbd']
2626
- VLabel: typeof import('vuetify/components')['VLabel']
2627
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
2627
+ VMessages: typeof import('vuetify/components')['VMessages']
2628
2628
  VMain: typeof import('vuetify/components')['VMain']
2629
+ VLabel: typeof import('vuetify/components')['VLabel']
2629
2630
  VMenu: typeof import('vuetify/components')['VMenu']
2630
- VMessages: typeof import('vuetify/components')['VMessages']
2631
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2632
2631
  VNumberInput: typeof import('vuetify/components')['VNumberInput']
2633
2632
  VOverlay: typeof import('vuetify/components')['VOverlay']
2634
2633
  VOtpInput: typeof import('vuetify/components')['VOtpInput']
2634
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
2635
2635
  VPagination: typeof import('vuetify/components')['VPagination']
2636
- VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2637
2636
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
2638
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2639
- VSelect: typeof import('vuetify/components')['VSelect']
2637
+ VAvatar: typeof import('vuetify/components')['VAvatar']
2638
+ VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
2640
2639
  VRating: typeof import('vuetify/components')['VRating']
2641
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2640
+ VSelect: typeof import('vuetify/components')['VSelect']
2641
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
2642
2642
  VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
2643
- VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2644
2643
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
2645
2644
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
2646
2645
  VSheet: typeof import('vuetify/components')['VSheet']
2647
- VSlider: typeof import('vuetify/components')['VSlider']
2646
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
2648
2647
  VSnackbar: typeof import('vuetify/components')['VSnackbar']
2648
+ VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
2649
+ VSlider: typeof import('vuetify/components')['VSlider']
2649
2650
  VStepper: typeof import('vuetify/components')['VStepper']
2650
2651
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
2651
2652
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
@@ -2653,35 +2654,35 @@ declare module 'vue' {
2653
2654
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
2654
2655
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
2655
2656
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
2656
- VSwitch: typeof import('vuetify/components')['VSwitch']
2657
2657
  VTab: typeof import('vuetify/components')['VTab']
2658
2658
  VTabs: typeof import('vuetify/components')['VTabs']
2659
2659
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
2660
2660
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
2661
- VTextField: typeof import('vuetify/components')['VTextField']
2662
2661
  VTable: typeof import('vuetify/components')['VTable']
2663
- VTextarea: typeof import('vuetify/components')['VTextarea']
2662
+ VSwitch: typeof import('vuetify/components')['VSwitch']
2664
2663
  VTimeline: typeof import('vuetify/components')['VTimeline']
2665
2664
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
2666
- VWindow: typeof import('vuetify/components')['VWindow']
2667
- VWindowItem: typeof import('vuetify/components')['VWindowItem']
2668
2665
  VToolbar: typeof import('vuetify/components')['VToolbar']
2669
2666
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
2670
2667
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
2668
+ VTextarea: typeof import('vuetify/components')['VTextarea']
2669
+ VTextField: typeof import('vuetify/components')['VTextField']
2671
2670
  VTooltip: typeof import('vuetify/components')['VTooltip']
2671
+ VWindow: typeof import('vuetify/components')['VWindow']
2672
+ VWindowItem: typeof import('vuetify/components')['VWindowItem']
2672
2673
  VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
2673
2674
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
2674
2675
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
2675
2676
  VForm: typeof import('vuetify/components')['VForm']
2676
- VHover: typeof import('vuetify/components')['VHover']
2677
2677
  VContainer: typeof import('vuetify/components')['VContainer']
2678
2678
  VCol: typeof import('vuetify/components')['VCol']
2679
2679
  VRow: typeof import('vuetify/components')['VRow']
2680
2680
  VSpacer: typeof import('vuetify/components')['VSpacer']
2681
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
2681
+ VHover: typeof import('vuetify/components')['VHover']
2682
2682
  VLayout: typeof import('vuetify/components')['VLayout']
2683
2683
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
2684
2684
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
2685
+ VNoSsr: typeof import('vuetify/components')['VNoSsr']
2685
2686
  VParallax: typeof import('vuetify/components')['VParallax']
2686
2687
  VRadio: typeof import('vuetify/components')['VRadio']
2687
2688
  VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
@@ -2690,8 +2691,8 @@ declare module 'vue' {
2690
2691
  VSparkline: typeof import('vuetify/components')['VSparkline']
2691
2692
  VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
2692
2693
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
2693
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2694
2694
  VValidation: typeof import('vuetify/components')['VValidation']
2695
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
2695
2696
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
2696
2697
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
2697
2698
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -2709,28 +2710,27 @@ declare module 'vue' {
2709
2710
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
2710
2711
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
2711
2712
  VLazy: typeof import('vuetify/components')['VLazy']
2712
- VNoSsr: typeof import('vuetify/components')['VNoSsr']
2713
2713
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
2714
2714
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
2715
2715
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
2716
2716
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
2717
2717
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
2718
2718
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
2719
- VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2720
2719
  VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
2721
2720
  VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
2721
+ VPicker: typeof import('vuetify/labs/components')['VPicker']
2722
+ VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2722
2723
  VColorInput: typeof import('vuetify/labs/components')['VColorInput']
2724
+ VIconBtn: typeof import('vuetify/labs/components')['VIconBtn']
2723
2725
  VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
2724
2726
  VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
2725
2727
  VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
2726
- VPicker: typeof import('vuetify/labs/components')['VPicker']
2727
- VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
2728
- VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2729
- VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2730
- VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2731
2728
  VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
2732
2729
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
2733
2730
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
2731
+ VTreeview: typeof import('vuetify/labs/components')['VTreeview']
2732
+ VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
2733
+ VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
2734
2734
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
2735
2735
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
2736
2736
  }
package/lib/framework.js CHANGED
@@ -109,7 +109,7 @@ export function createVuetify() {
109
109
  };
110
110
  });
111
111
  }
112
- export const version = "3.8.5-dev.2025-05-14";
112
+ export const version = "3.8.5-dev.2025-05-17";
113
113
  createVuetify.version = version;
114
114
 
115
115
  // Vue's inject() can only be used in setup
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vuetify/nightly",
3
3
  "description": "Vue Material Component Framework",
4
- "version": "3.8.5-dev.2025-05-14",
4
+ "version": "3.8.5-dev.2025-05-17",
5
5
  "author": {
6
6
  "name": "John Leider",
7
7
  "email": "john@vuetifyjs.com"
@@ -76,6 +76,7 @@
76
76
  "./labs/components": "./lib/labs/components.js",
77
77
  "./labs/*": "./lib/labs/*/index.js",
78
78
  "./util/colors": "./lib/util/colors.js",
79
+ "./date/adapters/*": "./lib/composables/date/adapters/*.js",
79
80
  "./util/transitions": "./lib/components/transitions/createTransition.js",
80
81
  "./dist/vuetify.js": {
81
82
  "types": "./dist/vuetify.d.ts",