@vuetify/nightly 3.9.0-next.2025-07-09 → 3.9.0-next.2025-07-12
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 +8 -3
- package/dist/json/attributes.json +3462 -3462
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6283 -6283
- package/dist/vuetify-labs.cjs +13 -7
- package/dist/vuetify-labs.css +4709 -4709
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +13 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +13 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +13 -19
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2769 -2769
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +13 -19
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +13 -19
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +9 -10
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +5 -0
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +5 -4
- package/lib/components/VDatePicker/VDatePickerMonth.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/entry-bundler.js +1 -1
- package/lib/framework.d.ts +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -93180,23 +93180,25 @@ declare module 'vue' {
|
|
93180
93180
|
$children?: VNodeChild
|
93181
93181
|
}
|
93182
93182
|
export interface GlobalComponents {
|
93183
|
+
VApp: VApp
|
93184
|
+
VAvatar: VAvatar
|
93183
93185
|
VAppBar: VAppBar
|
93184
93186
|
VAppBarNavIcon: VAppBarNavIcon
|
93185
93187
|
VAppBarTitle: VAppBarTitle
|
93186
|
-
VApp: VApp
|
93187
93188
|
VAutocomplete: VAutocomplete
|
93188
|
-
VAvatar: VAvatar
|
93189
93189
|
VAlert: VAlert
|
93190
93190
|
VAlertTitle: VAlertTitle
|
93191
93191
|
VBanner: VBanner
|
93192
93192
|
VBannerActions: VBannerActions
|
93193
93193
|
VBannerText: VBannerText
|
93194
|
+
VBottomNavigation: VBottomNavigation
|
93194
93195
|
VBadge: VBadge
|
93196
|
+
VBottomSheet: VBottomSheet
|
93195
93197
|
VBreadcrumbs: VBreadcrumbs
|
93196
93198
|
VBreadcrumbsItem: VBreadcrumbsItem
|
93197
93199
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
93198
|
-
VBottomNavigation: VBottomNavigation
|
93199
93200
|
VBtn: VBtn
|
93201
|
+
VBtnGroup: VBtnGroup
|
93200
93202
|
VBtnToggle: VBtnToggle
|
93201
93203
|
VCard: VCard
|
93202
93204
|
VCardActions: VCardActions
|
@@ -93204,17 +93206,14 @@ declare module 'vue' {
|
|
93204
93206
|
VCardSubtitle: VCardSubtitle
|
93205
93207
|
VCardText: VCardText
|
93206
93208
|
VCardTitle: VCardTitle
|
93207
|
-
VBottomSheet: VBottomSheet
|
93208
93209
|
VCarousel: VCarousel
|
93209
93210
|
VCarouselItem: VCarouselItem
|
93211
|
+
VChip: VChip
|
93212
|
+
VChipGroup: VChipGroup
|
93210
93213
|
VCheckbox: VCheckbox
|
93211
93214
|
VCheckboxBtn: VCheckboxBtn
|
93212
|
-
VBtnGroup: VBtnGroup
|
93213
|
-
VChip: VChip
|
93214
93215
|
VCode: VCode
|
93215
|
-
VChipGroup: VChipGroup
|
93216
93216
|
VColorPicker: VColorPicker
|
93217
|
-
VCombobox: VCombobox
|
93218
93217
|
VDataTable: VDataTable
|
93219
93218
|
VDataTableHeaders: VDataTableHeaders
|
93220
93219
|
VDataTableFooter: VDataTableFooter
|
@@ -93222,7 +93221,6 @@ declare module 'vue' {
|
|
93222
93221
|
VDataTableRow: VDataTableRow
|
93223
93222
|
VDataTableVirtual: VDataTableVirtual
|
93224
93223
|
VDataTableServer: VDataTableServer
|
93225
|
-
VCounter: VCounter
|
93226
93224
|
VDialog: VDialog
|
93227
93225
|
VDatePicker: VDatePicker
|
93228
93226
|
VDatePickerControls: VDatePickerControls
|
@@ -93230,29 +93228,32 @@ declare module 'vue' {
|
|
93230
93228
|
VDatePickerMonth: VDatePickerMonth
|
93231
93229
|
VDatePickerMonths: VDatePickerMonths
|
93232
93230
|
VDatePickerYears: VDatePickerYears
|
93233
|
-
VEmptyState: VEmptyState
|
93234
93231
|
VDivider: VDivider
|
93235
|
-
|
93236
|
-
VFieldLabel: VFieldLabel
|
93232
|
+
VCombobox: VCombobox
|
93237
93233
|
VFab: VFab
|
93238
93234
|
VExpansionPanels: VExpansionPanels
|
93239
93235
|
VExpansionPanel: VExpansionPanel
|
93240
93236
|
VExpansionPanelText: VExpansionPanelText
|
93241
93237
|
VExpansionPanelTitle: VExpansionPanelTitle
|
93238
|
+
VEmptyState: VEmptyState
|
93239
|
+
VCounter: VCounter
|
93240
|
+
VField: VField
|
93241
|
+
VFieldLabel: VFieldLabel
|
93242
93242
|
VFileInput: VFileInput
|
93243
|
-
VFooter: VFooter
|
93244
|
-
VInfiniteScroll: VInfiniteScroll
|
93245
93243
|
VIcon: VIcon
|
93246
93244
|
VComponentIcon: VComponentIcon
|
93247
93245
|
VSvgIcon: VSvgIcon
|
93248
93246
|
VLigatureIcon: VLigatureIcon
|
93249
93247
|
VClassIcon: VClassIcon
|
93250
93248
|
VImg: VImg
|
93251
|
-
|
93252
|
-
|
93249
|
+
VFooter: VFooter
|
93250
|
+
VInfiniteScroll: VInfiniteScroll
|
93253
93251
|
VInput: VInput
|
93254
93252
|
VLabel: VLabel
|
93255
93253
|
VKbd: VKbd
|
93254
|
+
VMain: VMain
|
93255
|
+
VItemGroup: VItemGroup
|
93256
|
+
VItem: VItem
|
93256
93257
|
VList: VList
|
93257
93258
|
VListGroup: VListGroup
|
93258
93259
|
VListImg: VListImg
|
@@ -93262,63 +93263,56 @@ declare module 'vue' {
|
|
93262
93263
|
VListItemSubtitle: VListItemSubtitle
|
93263
93264
|
VListItemTitle: VListItemTitle
|
93264
93265
|
VListSubheader: VListSubheader
|
93265
|
-
VMain: VMain
|
93266
93266
|
VMenu: VMenu
|
93267
93267
|
VMessages: VMessages
|
93268
|
-
VNumberInput: VNumberInput
|
93269
93268
|
VNavigationDrawer: VNavigationDrawer
|
93269
|
+
VNumberInput: VNumberInput
|
93270
93270
|
VOtpInput: VOtpInput
|
93271
93271
|
VPagination: VPagination
|
93272
93272
|
VOverlay: VOverlay
|
93273
|
-
VProgressLinear: VProgressLinear
|
93274
93273
|
VProgressCircular: VProgressCircular
|
93275
|
-
|
93276
|
-
VSelect: VSelect
|
93274
|
+
VProgressLinear: VProgressLinear
|
93277
93275
|
VRating: VRating
|
93276
|
+
VRadioGroup: VRadioGroup
|
93278
93277
|
VSelectionControlGroup: VSelectionControlGroup
|
93278
|
+
VSelect: VSelect
|
93279
|
+
VSheet: VSheet
|
93279
93280
|
VSelectionControl: VSelectionControl
|
93281
|
+
VSlider: VSlider
|
93280
93282
|
VSkeletonLoader: VSkeletonLoader
|
93281
93283
|
VSlideGroup: VSlideGroup
|
93282
93284
|
VSlideGroupItem: VSlideGroupItem
|
93283
|
-
VSheet: VSheet
|
93284
93285
|
VSnackbar: VSnackbar
|
93285
|
-
|
93286
|
-
VStepper: VStepper
|
93287
|
-
VStepperActions: VStepperActions
|
93288
|
-
VStepperHeader: VStepperHeader
|
93289
|
-
VStepperItem: VStepperItem
|
93290
|
-
VStepperWindow: VStepperWindow
|
93291
|
-
VStepperWindowItem: VStepperWindowItem
|
93286
|
+
VSwitch: VSwitch
|
93292
93287
|
VTab: VTab
|
93293
93288
|
VTabs: VTabs
|
93294
93289
|
VTabsWindow: VTabsWindow
|
93295
93290
|
VTabsWindowItem: VTabsWindowItem
|
93296
93291
|
VTable: VTable
|
93297
|
-
|
93292
|
+
VSystemBar: VSystemBar
|
93298
93293
|
VTextarea: VTextarea
|
93299
|
-
VToolbar: VToolbar
|
93300
|
-
VToolbarTitle: VToolbarTitle
|
93301
|
-
VToolbarItems: VToolbarItems
|
93302
|
-
VTimeline: VTimeline
|
93303
|
-
VTimelineItem: VTimelineItem
|
93304
93294
|
VTimePicker: VTimePicker
|
93305
93295
|
VTimePickerClock: VTimePickerClock
|
93306
93296
|
VTimePickerControls: VTimePickerControls
|
93297
|
+
VTextField: VTextField
|
93298
|
+
VTimeline: VTimeline
|
93299
|
+
VTimelineItem: VTimelineItem
|
93307
93300
|
VTreeview: VTreeview
|
93308
93301
|
VTreeviewItem: VTreeviewItem
|
93309
93302
|
VTreeviewGroup: VTreeviewGroup
|
93303
|
+
VTooltip: VTooltip
|
93304
|
+
VToolbar: VToolbar
|
93305
|
+
VToolbarTitle: VToolbarTitle
|
93306
|
+
VToolbarItems: VToolbarItems
|
93310
93307
|
VWindow: VWindow
|
93311
93308
|
VWindowItem: VWindowItem
|
93312
|
-
VTooltip: VTooltip
|
93313
|
-
VConfirmEdit: VConfirmEdit
|
93314
93309
|
VDataIterator: VDataIterator
|
93315
93310
|
VDefaultsProvider: VDefaultsProvider
|
93316
|
-
VForm: VForm
|
93317
|
-
VHover: VHover
|
93318
93311
|
VContainer: VContainer
|
93319
93312
|
VCol: VCol
|
93320
93313
|
VRow: VRow
|
93321
93314
|
VSpacer: VSpacer
|
93315
|
+
VHover: VHover
|
93322
93316
|
VLayout: VLayout
|
93323
93317
|
VLayoutItem: VLayoutItem
|
93324
93318
|
VLazy: VLazy
|
@@ -93328,8 +93322,14 @@ declare module 'vue' {
|
|
93328
93322
|
VRadio: VRadio
|
93329
93323
|
VRangeSlider: VRangeSlider
|
93330
93324
|
VResponsive: VResponsive
|
93331
|
-
VSnackbarQueue: VSnackbarQueue
|
93332
93325
|
VSparkline: VSparkline
|
93326
|
+
VStepper: VStepper
|
93327
|
+
VStepperActions: VStepperActions
|
93328
|
+
VStepperHeader: VStepperHeader
|
93329
|
+
VStepperItem: VStepperItem
|
93330
|
+
VStepperWindow: VStepperWindow
|
93331
|
+
VStepperWindowItem: VStepperWindowItem
|
93332
|
+
VSnackbarQueue: VSnackbarQueue
|
93333
93333
|
VSpeedDial: VSpeedDial
|
93334
93334
|
VThemeProvider: VThemeProvider
|
93335
93335
|
VValidation: VValidation
|
@@ -93350,27 +93350,27 @@ declare module 'vue' {
|
|
93350
93350
|
VExpandTransition: VExpandTransition
|
93351
93351
|
VExpandXTransition: VExpandXTransition
|
93352
93352
|
VDialogTransition: VDialogTransition
|
93353
|
-
|
93354
|
-
|
93355
|
-
VColorInput: VColorInput
|
93353
|
+
VForm: VForm
|
93354
|
+
VConfirmEdit: VConfirmEdit
|
93356
93355
|
VCalendar: VCalendar
|
93357
93356
|
VCalendarDay: VCalendarDay
|
93358
93357
|
VCalendarHeader: VCalendarHeader
|
93359
93358
|
VCalendarInterval: VCalendarInterval
|
93360
93359
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
93361
93360
|
VCalendarMonthDay: VCalendarMonthDay
|
93361
|
+
VColorInput: VColorInput
|
93362
93362
|
VIconBtn: VIconBtn
|
93363
|
+
VFileUpload: VFileUpload
|
93364
|
+
VFileUploadItem: VFileUploadItem
|
93363
93365
|
VPicker: VPicker
|
93364
93366
|
VPickerTitle: VPickerTitle
|
93365
93367
|
VStepperVertical: VStepperVertical
|
93366
93368
|
VStepperVerticalItem: VStepperVerticalItem
|
93367
93369
|
VStepperVerticalActions: VStepperVerticalActions
|
93368
|
-
VFileUpload: VFileUpload
|
93369
|
-
VFileUploadItem: VFileUploadItem
|
93370
|
-
VHotkey: VHotkey
|
93371
93370
|
VDateInput: VDateInput
|
93372
|
-
|
93371
|
+
VHotkey: VHotkey
|
93373
93372
|
VPullToRefresh: VPullToRefresh
|
93373
|
+
VMaskInput: VMaskInput
|
93374
93374
|
}
|
93375
93375
|
export interface GlobalDirectives {
|
93376
93376
|
vClickOutside: typeof import('vuetify/directives')['ClickOutside']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-next.2025-07-
|
2
|
+
* Vuetify v3.9.0-next.2025-07-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -18138,7 +18138,7 @@ function endOfYear(date) {
|
|
18138
18138
|
return new Date(date.getFullYear(), 11, 31);
|
18139
18139
|
}
|
18140
18140
|
function isWithinRange(date, range) {
|
18141
|
-
return isAfter(date, range[0]) && isBefore(date, range[1]);
|
18141
|
+
return isEqual(date, range[0]) || isEqual(date, range[1]) || isAfter(date, range[0]) && isBefore(date, range[1]);
|
18142
18142
|
}
|
18143
18143
|
function isValid(date) {
|
18144
18144
|
const d = new Date(date);
|
@@ -18417,18 +18417,6 @@ function createDate(options, locale) {
|
|
18417
18417
|
instance: createInstance(_options, locale)
|
18418
18418
|
};
|
18419
18419
|
}
|
18420
|
-
function createDateRange(adapter, start, stop) {
|
18421
|
-
const diff = adapter.getDiff(adapter.endOfDay(stop ?? start), adapter.startOfDay(start), 'days');
|
18422
|
-
const datesInRange = [start];
|
18423
|
-
for (let i = 1; i < diff; i++) {
|
18424
|
-
const nextDate = adapter.addDays(start, i);
|
18425
|
-
datesInRange.push(nextDate);
|
18426
|
-
}
|
18427
|
-
if (stop) {
|
18428
|
-
datesInRange.push(adapter.endOfDay(stop));
|
18429
|
-
}
|
18430
|
-
return datesInRange;
|
18431
|
-
}
|
18432
18420
|
function createInstance(options, locale) {
|
18433
18421
|
const instance = reactive(typeof options.adapter === 'function'
|
18434
18422
|
// eslint-disable-next-line new-cap
|
@@ -23229,7 +23217,7 @@ const VDatePickerMonth = genericComponent()({
|
|
23229
23217
|
} else {
|
23230
23218
|
rangeStop.value = adapter.endOfDay(_value);
|
23231
23219
|
}
|
23232
|
-
model.value =
|
23220
|
+
model.value = [rangeStart.value, rangeStop.value];
|
23233
23221
|
} else {
|
23234
23222
|
rangeStart.value = value;
|
23235
23223
|
rangeStop.value = undefined;
|
@@ -23292,14 +23280,15 @@ const VDatePickerMonth = genericComponent()({
|
|
23292
23280
|
item,
|
23293
23281
|
i
|
23294
23282
|
};
|
23295
|
-
|
23283
|
+
const isSelected = props.multiple === 'range' && model.value.length === 2 ? adapter.isWithinRange(item.date, model.value) : model.value.some(selectedDate => adapter.isSameDay(selectedDate, item.date));
|
23284
|
+
if (atMax.value && !isSelected) {
|
23296
23285
|
item.isDisabled = true;
|
23297
23286
|
}
|
23298
23287
|
return createElementVNode("div", {
|
23299
23288
|
"class": normalizeClass(['v-date-picker-month__day', {
|
23300
23289
|
'v-date-picker-month__day--adjacent': item.isAdjacent,
|
23301
23290
|
'v-date-picker-month__day--hide-adjacent': item.isHidden,
|
23302
|
-
'v-date-picker-month__day--selected':
|
23291
|
+
'v-date-picker-month__day--selected': isSelected,
|
23303
23292
|
'v-date-picker-month__day--week-end': item.isWeekEnd,
|
23304
23293
|
'v-date-picker-month__day--week-start': item.isWeekStart
|
23305
23294
|
}]),
|
@@ -23599,6 +23588,11 @@ const VDatePicker = genericComponent()({
|
|
23599
23588
|
});
|
23600
23589
|
const isReversing = shallowRef(false);
|
23601
23590
|
const header = computed(() => {
|
23591
|
+
if (props.multiple === 'range' && model.value.length === 2) {
|
23592
|
+
const [startDate, endDate] = model.value;
|
23593
|
+
const daysBetween = adapter.getDiff(endDate, startDate, 'days') + 1;
|
23594
|
+
return t('$vuetify.datePicker.itemsSelected', daysBetween);
|
23595
|
+
}
|
23602
23596
|
if (props.multiple && model.value.length > 1) {
|
23603
23597
|
return t('$vuetify.datePicker.itemsSelected', model.value.length);
|
23604
23598
|
}
|
@@ -31401,7 +31395,7 @@ function createVuetify$1() {
|
|
31401
31395
|
};
|
31402
31396
|
});
|
31403
31397
|
}
|
31404
|
-
const version$1 = "3.9.0-next.2025-07-
|
31398
|
+
const version$1 = "3.9.0-next.2025-07-12";
|
31405
31399
|
createVuetify$1.version = version$1;
|
31406
31400
|
|
31407
31401
|
// Vue's inject() can only be used in setup
|
@@ -31426,7 +31420,7 @@ const createVuetify = function () {
|
|
31426
31420
|
...options
|
31427
31421
|
});
|
31428
31422
|
};
|
31429
|
-
const version = "3.9.0-next.2025-07-
|
31423
|
+
const version = "3.9.0-next.2025-07-12";
|
31430
31424
|
createVuetify.version = version;
|
31431
31425
|
|
31432
31426
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useRtl, useTheme, version };
|