@vuetify/nightly 3.7.9-master.2025-01-30 → 3.7.9-master.2025-02-03

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/dist/json/attributes.json +2811 -2807
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +142 -142
  5. package/dist/json/tags.json +1 -0
  6. package/dist/json/web-types.json +5120 -5110
  7. package/dist/vuetify-labs.css +3836 -3836
  8. package/dist/vuetify-labs.d.ts +15 -0
  9. package/dist/vuetify-labs.esm.js +16 -5
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +16 -5
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.css +5694 -5694
  14. package/dist/vuetify.d.ts +48 -48
  15. package/dist/vuetify.esm.js +5 -4
  16. package/dist/vuetify.esm.js.map +1 -1
  17. package/dist/vuetify.js +5 -4
  18. package/dist/vuetify.js.map +1 -1
  19. package/dist/vuetify.min.css +2 -2
  20. package/dist/vuetify.min.js +4 -4
  21. package/dist/vuetify.min.js.map +1 -1
  22. package/lib/components/VDatePicker/VDatePicker.mjs +2 -1
  23. package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
  24. package/lib/entry-bundler.mjs +1 -1
  25. package/lib/framework.mjs +1 -1
  26. package/lib/index.d.mts +48 -48
  27. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  28. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  29. package/lib/labs/VTreeview/VTreeviewChildren.mjs +13 -2
  30. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  31. package/lib/labs/VTreeview/index.d.mts +15 -0
  32. package/lib/labs/components.d.mts +15 -0
  33. package/lib/locale/da.mjs +5 -5
  34. package/lib/locale/da.mjs.map +1 -1
  35. package/lib/locale/de.mjs +3 -3
  36. package/lib/locale/de.mjs.map +1 -1
  37. package/lib/locale/fi.mjs +5 -5
  38. package/lib/locale/fi.mjs.map +1 -1
  39. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -67088,41 +67088,41 @@ declare module 'vue' {
67088
67088
  $children?: VNodeChild
67089
67089
  }
67090
67090
  export interface GlobalComponents {
67091
- VApp: typeof import('vuetify/components')['VApp']
67092
67091
  VAppBar: typeof import('vuetify/components')['VAppBar']
67093
67092
  VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
67094
67093
  VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
67095
67094
  VAlert: typeof import('vuetify/components')['VAlert']
67096
67095
  VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
67096
+ VApp: typeof import('vuetify/components')['VApp']
67097
67097
  VBadge: typeof import('vuetify/components')['VBadge']
67098
- VAvatar: typeof import('vuetify/components')['VAvatar']
67098
+ VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67099
67099
  VBanner: typeof import('vuetify/components')['VBanner']
67100
67100
  VBannerActions: typeof import('vuetify/components')['VBannerActions']
67101
67101
  VBannerText: typeof import('vuetify/components')['VBannerText']
67102
67102
  VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
67103
- VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
67103
+ VAvatar: typeof import('vuetify/components')['VAvatar']
67104
+ VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67105
+ VBtn: typeof import('vuetify/components')['VBtn']
67106
+ VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67104
67107
  VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
67105
67108
  VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
67106
67109
  VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
67107
- VBtn: typeof import('vuetify/components')['VBtn']
67108
- VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
67109
67110
  VCard: typeof import('vuetify/components')['VCard']
67110
67111
  VCardActions: typeof import('vuetify/components')['VCardActions']
67111
67112
  VCardItem: typeof import('vuetify/components')['VCardItem']
67112
67113
  VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
67113
67114
  VCardText: typeof import('vuetify/components')['VCardText']
67114
67115
  VCardTitle: typeof import('vuetify/components')['VCardTitle']
67115
- VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
67116
- VCode: typeof import('vuetify/components')['VCode']
67117
- VCarousel: typeof import('vuetify/components')['VCarousel']
67118
- VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67119
- VChipGroup: typeof import('vuetify/components')['VChipGroup']
67120
- VChip: typeof import('vuetify/components')['VChip']
67121
67116
  VCheckbox: typeof import('vuetify/components')['VCheckbox']
67122
67117
  VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
67123
- VCombobox: typeof import('vuetify/components')['VCombobox']
67124
- VColorPicker: typeof import('vuetify/components')['VColorPicker']
67118
+ VChipGroup: typeof import('vuetify/components')['VChipGroup']
67119
+ VChip: typeof import('vuetify/components')['VChip']
67120
+ VCarousel: typeof import('vuetify/components')['VCarousel']
67121
+ VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
67125
67122
  VCounter: typeof import('vuetify/components')['VCounter']
67123
+ VColorPicker: typeof import('vuetify/components')['VColorPicker']
67124
+ VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67125
+ VCode: typeof import('vuetify/components')['VCode']
67126
67126
  VDataTable: typeof import('vuetify/components')['VDataTable']
67127
67127
  VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
67128
67128
  VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
@@ -67130,36 +67130,38 @@ declare module 'vue' {
67130
67130
  VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
67131
67131
  VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
67132
67132
  VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
67133
- VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
67133
+ VCombobox: typeof import('vuetify/components')['VCombobox']
67134
+ VDivider: typeof import('vuetify/components')['VDivider']
67134
67135
  VDatePicker: typeof import('vuetify/components')['VDatePicker']
67135
67136
  VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
67136
67137
  VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
67137
67138
  VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
67138
67139
  VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
67139
67140
  VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
67140
- VField: typeof import('vuetify/components')['VField']
67141
- VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67142
67141
  VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
67143
67142
  VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
67144
67143
  VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
67145
67144
  VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
67146
- VDivider: typeof import('vuetify/components')['VDivider']
67147
- VEmptyState: typeof import('vuetify/components')['VEmptyState']
67148
67145
  VDialog: typeof import('vuetify/components')['VDialog']
67146
+ VField: typeof import('vuetify/components')['VField']
67147
+ VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
67148
+ VFab: typeof import('vuetify/components')['VFab']
67149
67149
  VFileInput: typeof import('vuetify/components')['VFileInput']
67150
67150
  VFooter: typeof import('vuetify/components')['VFooter']
67151
- VImg: typeof import('vuetify/components')['VImg']
67152
- VItemGroup: typeof import('vuetify/components')['VItemGroup']
67153
- VItem: typeof import('vuetify/components')['VItem']
67151
+ VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67152
+ VEmptyState: typeof import('vuetify/components')['VEmptyState']
67154
67153
  VInput: typeof import('vuetify/components')['VInput']
67155
- VFab: typeof import('vuetify/components')['VFab']
67156
67154
  VIcon: typeof import('vuetify/components')['VIcon']
67157
67155
  VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
67158
67156
  VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
67159
67157
  VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
67160
67158
  VClassIcon: typeof import('vuetify/components')['VClassIcon']
67161
- VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
67159
+ VImg: typeof import('vuetify/components')['VImg']
67160
+ VItemGroup: typeof import('vuetify/components')['VItemGroup']
67161
+ VItem: typeof import('vuetify/components')['VItem']
67162
+ VLabel: typeof import('vuetify/components')['VLabel']
67162
67163
  VKbd: typeof import('vuetify/components')['VKbd']
67164
+ VMain: typeof import('vuetify/components')['VMain']
67163
67165
  VList: typeof import('vuetify/components')['VList']
67164
67166
  VListGroup: typeof import('vuetify/components')['VListGroup']
67165
67167
  VListImg: typeof import('vuetify/components')['VListImg']
@@ -67169,72 +67171,70 @@ declare module 'vue' {
67169
67171
  VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
67170
67172
  VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
67171
67173
  VListSubheader: typeof import('vuetify/components')['VListSubheader']
67172
- VLabel: typeof import('vuetify/components')['VLabel']
67173
- VMain: typeof import('vuetify/components')['VMain']
67174
67174
  VMenu: typeof import('vuetify/components')['VMenu']
67175
- VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67176
67175
  VMessages: typeof import('vuetify/components')['VMessages']
67176
+ VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
67177
+ VOtpInput: typeof import('vuetify/components')['VOtpInput']
67177
67178
  VOverlay: typeof import('vuetify/components')['VOverlay']
67179
+ VPagination: typeof import('vuetify/components')['VPagination']
67178
67180
  VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
67179
- VOtpInput: typeof import('vuetify/components')['VOtpInput']
67180
67181
  VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
67181
- VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67182
- VPagination: typeof import('vuetify/components')['VPagination']
67183
67182
  VRating: typeof import('vuetify/components')['VRating']
67184
- VSheet: typeof import('vuetify/components')['VSheet']
67183
+ VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67184
+ VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
67185
+ VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67185
67186
  VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
67186
- VSelect: typeof import('vuetify/components')['VSelect']
67187
+ VSheet: typeof import('vuetify/components')['VSheet']
67188
+ VSnackbar: typeof import('vuetify/components')['VSnackbar']
67187
67189
  VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
67188
67190
  VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
67189
- VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
67190
- VSnackbar: typeof import('vuetify/components')['VSnackbar']
67191
67191
  VSlider: typeof import('vuetify/components')['VSlider']
67192
+ VSelect: typeof import('vuetify/components')['VSelect']
67193
+ VSwitch: typeof import('vuetify/components')['VSwitch']
67194
+ VTable: typeof import('vuetify/components')['VTable']
67192
67195
  VStepper: typeof import('vuetify/components')['VStepper']
67193
67196
  VStepperActions: typeof import('vuetify/components')['VStepperActions']
67194
67197
  VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
67195
67198
  VStepperItem: typeof import('vuetify/components')['VStepperItem']
67196
67199
  VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
67197
67200
  VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
67198
- VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
67199
- VSwitch: typeof import('vuetify/components')['VSwitch']
67200
67201
  VSystemBar: typeof import('vuetify/components')['VSystemBar']
67202
+ VTextarea: typeof import('vuetify/components')['VTextarea']
67201
67203
  VTab: typeof import('vuetify/components')['VTab']
67202
67204
  VTabs: typeof import('vuetify/components')['VTabs']
67203
67205
  VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
67204
67206
  VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
67205
- VTable: typeof import('vuetify/components')['VTable']
67206
- VTextField: typeof import('vuetify/components')['VTextField']
67207
- VTextarea: typeof import('vuetify/components')['VTextarea']
67208
67207
  VTimeline: typeof import('vuetify/components')['VTimeline']
67209
67208
  VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
67210
- VTooltip: typeof import('vuetify/components')['VTooltip']
67211
67209
  VToolbar: typeof import('vuetify/components')['VToolbar']
67212
67210
  VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
67213
67211
  VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
67212
+ VTextField: typeof import('vuetify/components')['VTextField']
67213
+ VTooltip: typeof import('vuetify/components')['VTooltip']
67214
67214
  VWindow: typeof import('vuetify/components')['VWindow']
67215
67215
  VWindowItem: typeof import('vuetify/components')['VWindowItem']
67216
- VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67217
67216
  VDataIterator: typeof import('vuetify/components')['VDataIterator']
67217
+ VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
67218
67218
  VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
67219
- VForm: typeof import('vuetify/components')['VForm']
67220
67219
  VContainer: typeof import('vuetify/components')['VContainer']
67221
67220
  VCol: typeof import('vuetify/components')['VCol']
67222
67221
  VRow: typeof import('vuetify/components')['VRow']
67223
67222
  VSpacer: typeof import('vuetify/components')['VSpacer']
67223
+ VForm: typeof import('vuetify/components')['VForm']
67224
67224
  VHover: typeof import('vuetify/components')['VHover']
67225
+ VLazy: typeof import('vuetify/components')['VLazy']
67225
67226
  VLayout: typeof import('vuetify/components')['VLayout']
67226
67227
  VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
67227
- VLazy: typeof import('vuetify/components')['VLazy']
67228
67228
  VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
67229
67229
  VNoSsr: typeof import('vuetify/components')['VNoSsr']
67230
67230
  VParallax: typeof import('vuetify/components')['VParallax']
67231
- VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67232
67231
  VRadio: typeof import('vuetify/components')['VRadio']
67232
+ VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
67233
67233
  VResponsive: typeof import('vuetify/components')['VResponsive']
67234
- VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67235
67234
  VSparkline: typeof import('vuetify/components')['VSparkline']
67236
67235
  VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
67237
67236
  VValidation: typeof import('vuetify/components')['VValidation']
67237
+ VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67238
67238
  VFabTransition: typeof import('vuetify/components')['VFabTransition']
67239
67239
  VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
67240
67240
  VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
@@ -67251,18 +67251,18 @@ declare module 'vue' {
67251
67251
  VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
67252
67252
  VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
67253
67253
  VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
67254
- VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
67254
+ VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
67255
67255
  VCalendar: typeof import('vuetify/labs/components')['VCalendar']
67256
67256
  VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
67257
67257
  VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
67258
67258
  VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
67259
67259
  VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
67260
67260
  VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
67261
+ VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67262
+ VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67261
67263
  VPicker: typeof import('vuetify/labs/components')['VPicker']
67262
67264
  VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
67263
67265
  VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
67264
- VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
67265
- VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
67266
67266
  VTreeview: typeof import('vuetify/labs/components')['VTreeview']
67267
67267
  VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
67268
67268
  VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
@@ -67273,7 +67273,7 @@ declare module 'vue' {
67273
67273
  VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
67274
67274
  VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
67275
67275
  VDateInput: typeof import('vuetify/labs/components')['VDateInput']
67276
- VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67277
67276
  VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
67277
+ VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
67278
67278
  }
67279
67279
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.9-master.2025-01-30
2
+ * Vuetify v3.7.9-master.2025-02-03
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -22485,8 +22485,9 @@ const VDatePicker = genericComponent()({
22485
22485
  targets.push(...['prev', 'next']);
22486
22486
  } else {
22487
22487
  let _date = adapter.date();
22488
- _date = adapter.setYear(_date, year.value);
22488
+ _date = adapter.startOfMonth(_date);
22489
22489
  _date = adapter.setMonth(_date, month.value);
22490
+ _date = adapter.setYear(_date, year.value);
22490
22491
  if (minDate.value) {
22491
22492
  const date = adapter.addDays(adapter.startOfMonth(_date), -1);
22492
22493
  adapter.isAfter(minDate.value, date) && targets.push('prev');
@@ -28374,7 +28375,7 @@ function createVuetify$1() {
28374
28375
  goTo
28375
28376
  };
28376
28377
  }
28377
- const version$1 = "3.7.9-master.2025-01-30";
28378
+ const version$1 = "3.7.9-master.2025-02-03";
28378
28379
  createVuetify$1.version = version$1;
28379
28380
 
28380
28381
  // Vue's inject() can only be used in setup
@@ -28399,7 +28400,7 @@ const createVuetify = function () {
28399
28400
  ...options
28400
28401
  });
28401
28402
  };
28402
- const version = "3.7.9-master.2025-01-30";
28403
+ const version = "3.7.9-master.2025-02-03";
28403
28404
  createVuetify.version = version;
28404
28405
 
28405
28406
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };