@vuetify/nightly 3.8.8-master.2025-06-08 → 3.8.8-master.2025-06-10
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 +6 -3
- package/dist/json/attributes.json +2963 -2963
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5784 -5784
- package/dist/vuetify-labs.cjs +11 -11
- package/dist/vuetify-labs.css +3689 -3689
- package/dist/vuetify-labs.d.ts +61 -61
- package/dist/vuetify-labs.esm.js +12 -12
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +11 -11
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +11 -11
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +2210 -2210
- package/dist/vuetify.d.ts +61 -61
- package/dist/vuetify.esm.js +12 -12
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +11 -11
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +915 -916
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +6 -5
- package/lib/components/VSelect/VSelect.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/composables/date/date.js +1 -1
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/list-items.js +2 -2
- package/lib/composables/list-items.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/lib/util/helpers.d.ts +1 -1
- package/lib/util/helpers.js +0 -1
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85908,48 +85908,41 @@ declare module 'vue' {
|
|
85908
85908
|
$children?: VNodeChild
|
85909
85909
|
}
|
85910
85910
|
export interface GlobalComponents {
|
85911
|
-
VApp: VApp
|
85912
85911
|
VAppBar: VAppBar
|
85913
85912
|
VAppBarNavIcon: VAppBarNavIcon
|
85914
85913
|
VAppBarTitle: VAppBarTitle
|
85915
|
-
|
85914
|
+
VApp: VApp
|
85916
85915
|
VAlert: VAlert
|
85917
85916
|
VAlertTitle: VAlertTitle
|
85918
|
-
VAvatar: VAvatar
|
85919
85917
|
VBanner: VBanner
|
85920
85918
|
VBannerActions: VBannerActions
|
85921
85919
|
VBannerText: VBannerText
|
85922
|
-
|
85920
|
+
VAvatar: VAvatar
|
85921
|
+
VAutocomplete: VAutocomplete
|
85922
|
+
VBtn: VBtn
|
85923
85923
|
VBadge: VBadge
|
85924
|
+
VBottomNavigation: VBottomNavigation
|
85924
85925
|
VBreadcrumbs: VBreadcrumbs
|
85925
85926
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85926
85927
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85927
|
-
VBottomNavigation: VBottomNavigation
|
85928
85928
|
VBtnGroup: VBtnGroup
|
85929
|
-
|
85930
|
-
VCarousel: VCarousel
|
85931
|
-
VCarouselItem: VCarouselItem
|
85932
|
-
VBtn: VBtn
|
85933
|
-
VChipGroup: VChipGroup
|
85934
|
-
VChip: VChip
|
85935
|
-
VCheckbox: VCheckbox
|
85936
|
-
VCheckboxBtn: VCheckboxBtn
|
85929
|
+
VBottomSheet: VBottomSheet
|
85937
85930
|
VCard: VCard
|
85938
85931
|
VCardActions: VCardActions
|
85939
85932
|
VCardItem: VCardItem
|
85940
85933
|
VCardSubtitle: VCardSubtitle
|
85941
85934
|
VCardText: VCardText
|
85942
85935
|
VCardTitle: VCardTitle
|
85936
|
+
VBtnToggle: VBtnToggle
|
85937
|
+
VCarousel: VCarousel
|
85938
|
+
VCarouselItem: VCarouselItem
|
85939
|
+
VChip: VChip
|
85940
|
+
VCheckbox: VCheckbox
|
85941
|
+
VCheckboxBtn: VCheckboxBtn
|
85942
|
+
VCombobox: VCombobox
|
85943
|
+
VChipGroup: VChipGroup
|
85943
85944
|
VCode: VCode
|
85944
85945
|
VColorPicker: VColorPicker
|
85945
|
-
VDataTable: VDataTable
|
85946
|
-
VDataTableHeaders: VDataTableHeaders
|
85947
|
-
VDataTableFooter: VDataTableFooter
|
85948
|
-
VDataTableRows: VDataTableRows
|
85949
|
-
VDataTableRow: VDataTableRow
|
85950
|
-
VDataTableVirtual: VDataTableVirtual
|
85951
|
-
VDataTableServer: VDataTableServer
|
85952
|
-
VCombobox: VCombobox
|
85953
85946
|
VDatePicker: VDatePicker
|
85954
85947
|
VDatePickerControls: VDatePickerControls
|
85955
85948
|
VDatePickerHeader: VDatePickerHeader
|
@@ -85958,17 +85951,25 @@ declare module 'vue' {
|
|
85958
85951
|
VDatePickerYears: VDatePickerYears
|
85959
85952
|
VCounter: VCounter
|
85960
85953
|
VDialog: VDialog
|
85961
|
-
|
85954
|
+
VDataTable: VDataTable
|
85955
|
+
VDataTableHeaders: VDataTableHeaders
|
85956
|
+
VDataTableFooter: VDataTableFooter
|
85957
|
+
VDataTableRows: VDataTableRows
|
85958
|
+
VDataTableRow: VDataTableRow
|
85959
|
+
VDataTableVirtual: VDataTableVirtual
|
85960
|
+
VDataTableServer: VDataTableServer
|
85962
85961
|
VDivider: VDivider
|
85962
|
+
VEmptyState: VEmptyState
|
85963
85963
|
VExpansionPanels: VExpansionPanels
|
85964
85964
|
VExpansionPanel: VExpansionPanel
|
85965
85965
|
VExpansionPanelText: VExpansionPanelText
|
85966
85966
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85967
85967
|
VFab: VFab
|
85968
|
-
VFileInput: VFileInput
|
85969
|
-
VFooter: VFooter
|
85970
85968
|
VField: VField
|
85971
85969
|
VFieldLabel: VFieldLabel
|
85970
|
+
VFileInput: VFileInput
|
85971
|
+
VInfiniteScroll: VInfiniteScroll
|
85972
|
+
VFooter: VFooter
|
85972
85973
|
VIcon: VIcon
|
85973
85974
|
VComponentIcon: VComponentIcon
|
85974
85975
|
VSvgIcon: VSvgIcon
|
@@ -85976,11 +85977,9 @@ declare module 'vue' {
|
|
85976
85977
|
VClassIcon: VClassIcon
|
85977
85978
|
VImg: VImg
|
85978
85979
|
VInput: VInput
|
85979
|
-
|
85980
|
-
VKbd: VKbd
|
85980
|
+
VLabel: VLabel
|
85981
85981
|
VItemGroup: VItemGroup
|
85982
85982
|
VItem: VItem
|
85983
|
-
VLabel: VLabel
|
85984
85983
|
VList: VList
|
85985
85984
|
VListGroup: VListGroup
|
85986
85985
|
VListImg: VListImg
|
@@ -85990,27 +85989,28 @@ declare module 'vue' {
|
|
85990
85989
|
VListItemSubtitle: VListItemSubtitle
|
85991
85990
|
VListItemTitle: VListItemTitle
|
85992
85991
|
VListSubheader: VListSubheader
|
85992
|
+
VKbd: VKbd
|
85993
|
+
VMenu: VMenu
|
85993
85994
|
VMain: VMain
|
85994
85995
|
VMessages: VMessages
|
85995
|
-
VMenu: VMenu
|
85996
|
-
VNumberInput: VNumberInput
|
85997
|
-
VNavigationDrawer: VNavigationDrawer
|
85998
85996
|
VOtpInput: VOtpInput
|
85997
|
+
VPagination: VPagination
|
85998
|
+
VNavigationDrawer: VNavigationDrawer
|
85999
|
+
VNumberInput: VNumberInput
|
85999
86000
|
VProgressLinear: VProgressLinear
|
86000
86001
|
VOverlay: VOverlay
|
86001
|
-
VPagination: VPagination
|
86002
|
-
VSelect: VSelect
|
86003
86002
|
VProgressCircular: VProgressCircular
|
86003
|
+
VSelect: VSelect
|
86004
86004
|
VRadioGroup: VRadioGroup
|
86005
86005
|
VRating: VRating
|
86006
86006
|
VSelectionControlGroup: VSelectionControlGroup
|
86007
|
-
VSlideGroup: VSlideGroup
|
86008
|
-
VSlideGroupItem: VSlideGroupItem
|
86009
|
-
VSheet: VSheet
|
86010
86007
|
VSelectionControl: VSelectionControl
|
86011
|
-
|
86008
|
+
VSheet: VSheet
|
86012
86009
|
VSlider: VSlider
|
86010
|
+
VSkeletonLoader: VSkeletonLoader
|
86013
86011
|
VSnackbar: VSnackbar
|
86012
|
+
VSlideGroup: VSlideGroup
|
86013
|
+
VSlideGroupItem: VSlideGroupItem
|
86014
86014
|
VStepper: VStepper
|
86015
86015
|
VStepperActions: VStepperActions
|
86016
86016
|
VStepperHeader: VStepperHeader
|
@@ -86018,41 +86018,46 @@ declare module 'vue' {
|
|
86018
86018
|
VStepperWindow: VStepperWindow
|
86019
86019
|
VStepperWindowItem: VStepperWindowItem
|
86020
86020
|
VSwitch: VSwitch
|
86021
|
-
VTable: VTable
|
86022
|
-
VSystemBar: VSystemBar
|
86023
|
-
VTextarea: VTextarea
|
86024
86021
|
VTextField: VTextField
|
86025
86022
|
VTab: VTab
|
86026
86023
|
VTabs: VTabs
|
86027
86024
|
VTabsWindow: VTabsWindow
|
86028
86025
|
VTabsWindowItem: VTabsWindowItem
|
86026
|
+
VTable: VTable
|
86027
|
+
VSystemBar: VSystemBar
|
86029
86028
|
VTimeline: VTimeline
|
86030
86029
|
VTimelineItem: VTimelineItem
|
86031
|
-
|
86030
|
+
VTextarea: VTextarea
|
86032
86031
|
VToolbar: VToolbar
|
86033
86032
|
VToolbarTitle: VToolbarTitle
|
86034
86033
|
VToolbarItems: VToolbarItems
|
86035
86034
|
VWindow: VWindow
|
86036
86035
|
VWindowItem: VWindowItem
|
86036
|
+
VTooltip: VTooltip
|
86037
|
+
VDataIterator: VDataIterator
|
86037
86038
|
VConfirmEdit: VConfirmEdit
|
86038
86039
|
VDefaultsProvider: VDefaultsProvider
|
86039
|
-
|
86040
|
-
|
86040
|
+
VContainer: VContainer
|
86041
|
+
VCol: VCol
|
86042
|
+
VRow: VRow
|
86043
|
+
VSpacer: VSpacer
|
86041
86044
|
VHover: VHover
|
86045
|
+
VForm: VForm
|
86042
86046
|
VLayout: VLayout
|
86043
86047
|
VLayoutItem: VLayoutItem
|
86044
|
-
VLocaleProvider: VLocaleProvider
|
86045
86048
|
VLazy: VLazy
|
86049
|
+
VLocaleProvider: VLocaleProvider
|
86046
86050
|
VNoSsr: VNoSsr
|
86047
86051
|
VParallax: VParallax
|
86048
86052
|
VRadio: VRadio
|
86049
|
-
VRangeSlider: VRangeSlider
|
86050
86053
|
VResponsive: VResponsive
|
86051
|
-
|
86054
|
+
VRangeSlider: VRangeSlider
|
86055
|
+
VSnackbarQueue: VSnackbarQueue
|
86052
86056
|
VSparkline: VSparkline
|
86057
|
+
VSpeedDial: VSpeedDial
|
86053
86058
|
VThemeProvider: VThemeProvider
|
86054
|
-
VVirtualScroll: VVirtualScroll
|
86055
86059
|
VValidation: VValidation
|
86060
|
+
VVirtualScroll: VVirtualScroll
|
86056
86061
|
VFabTransition: VFabTransition
|
86057
86062
|
VDialogBottomTransition: VDialogBottomTransition
|
86058
86063
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86069,33 +86074,28 @@ declare module 'vue' {
|
|
86069
86074
|
VExpandTransition: VExpandTransition
|
86070
86075
|
VExpandXTransition: VExpandXTransition
|
86071
86076
|
VDialogTransition: VDialogTransition
|
86072
|
-
|
86073
|
-
|
86074
|
-
|
86075
|
-
VSpacer: VSpacer
|
86076
|
-
VSnackbarQueue: VSnackbarQueue
|
86077
|
+
VColorInput: VColorInput
|
86078
|
+
VFileUpload: VFileUpload
|
86079
|
+
VFileUploadItem: VFileUploadItem
|
86077
86080
|
VCalendar: VCalendar
|
86078
86081
|
VCalendarDay: VCalendarDay
|
86079
86082
|
VCalendarHeader: VCalendarHeader
|
86080
86083
|
VCalendarInterval: VCalendarInterval
|
86081
86084
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86082
86085
|
VCalendarMonthDay: VCalendarMonthDay
|
86083
|
-
|
86084
|
-
|
86085
|
-
VIconBtn: VIconBtn
|
86086
|
-
VColorInput: VColorInput
|
86086
|
+
VPicker: VPicker
|
86087
|
+
VPickerTitle: VPickerTitle
|
86087
86088
|
VStepperVertical: VStepperVertical
|
86088
86089
|
VStepperVerticalItem: VStepperVerticalItem
|
86089
86090
|
VStepperVerticalActions: VStepperVerticalActions
|
86090
|
-
VPicker: VPicker
|
86091
|
-
VPickerTitle: VPickerTitle
|
86092
|
-
VTreeview: VTreeview
|
86093
|
-
VTreeviewItem: VTreeviewItem
|
86094
|
-
VTreeviewGroup: VTreeviewGroup
|
86095
86091
|
VTimePicker: VTimePicker
|
86096
86092
|
VTimePickerClock: VTimePickerClock
|
86097
86093
|
VTimePickerControls: VTimePickerControls
|
86098
|
-
|
86094
|
+
VIconBtn: VIconBtn
|
86095
|
+
VTreeview: VTreeview
|
86096
|
+
VTreeviewItem: VTreeviewItem
|
86097
|
+
VTreeviewGroup: VTreeviewGroup
|
86099
86098
|
VPullToRefresh: VPullToRefresh
|
86099
|
+
VDateInput: VDateInput
|
86100
86100
|
}
|
86101
86101
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.8-master.2025-06-
|
2
|
+
* Vuetify v3.8.8-master.2025-06-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
6
6
|
|
7
|
-
import { shallowRef, reactive, watchEffect, toRef, capitalize,
|
7
|
+
import { shallowRef, reactive, watchEffect, toRef, capitalize, unref, Fragment, camelize, isVNode, Comment, warn, getCurrentInstance as getCurrentInstance$1, ref, computed, provide, inject as inject$1, defineComponent as defineComponent$1, h, createVNode, mergeProps, createElementVNode, normalizeClass, toValue, onBeforeUnmount, watch, readonly, onMounted, useId, onDeactivated, onActivated, onScopeDispose, effectScope, toRaw, normalizeStyle, TransitionGroup, Transition, toRefs, isRef, onBeforeMount, nextTick, withDirectives, vShow, onUpdated, Text, resolveDynamicComponent, toDisplayString, markRaw, Teleport, cloneVNode, createTextVNode, normalizeProps, guardReactiveProps, onUnmounted, onBeforeUpdate, withModifiers, vModelText, resolveComponent, render } from 'vue';
|
8
8
|
|
9
9
|
const IN_BROWSER = typeof window !== 'undefined';
|
10
10
|
const SUPPORTS_INTERSECTION = IN_BROWSER && 'IntersectionObserver' in window;
|
@@ -526,7 +526,6 @@ function extractNumber(text, decimalDigitsLimit) {
|
|
526
526
|
return cleanText;
|
527
527
|
}
|
528
528
|
function camelizeProps(props) {
|
529
|
-
if (!props) return;
|
530
529
|
const out = {};
|
531
530
|
for (const prop in props) {
|
532
531
|
out[camelize(prop)] = props[prop];
|
@@ -9864,7 +9863,7 @@ function transformItem$3(props, item) {
|
|
9864
9863
|
const _props = {
|
9865
9864
|
title,
|
9866
9865
|
value,
|
9867
|
-
...
|
9866
|
+
...itemProps
|
9868
9867
|
};
|
9869
9868
|
return {
|
9870
9869
|
title: String(_props.title ?? ''),
|
@@ -13331,6 +13330,7 @@ const VSelect = genericComponent()({
|
|
13331
13330
|
index,
|
13332
13331
|
itemRef
|
13333
13332
|
} = _ref2;
|
13333
|
+
const camelizedProps = camelizeProps(item.props);
|
13334
13334
|
const itemProps = mergeProps(item.props, {
|
13335
13335
|
ref: itemRef,
|
13336
13336
|
key: item.value,
|
@@ -13352,10 +13352,10 @@ const VSelect = genericComponent()({
|
|
13352
13352
|
"modelValue": isSelected,
|
13353
13353
|
"ripple": false,
|
13354
13354
|
"tabindex": "-1"
|
13355
|
-
}, null) : undefined,
|
13356
|
-
"image":
|
13357
|
-
}, null),
|
13358
|
-
"icon":
|
13355
|
+
}, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
|
13356
|
+
"image": camelizedProps.prependAvatar
|
13357
|
+
}, null), camelizedProps.prependIcon && createVNode(VIcon, {
|
13358
|
+
"icon": camelizedProps.prependIcon
|
13359
13359
|
}, null)]);
|
13360
13360
|
}
|
13361
13361
|
});
|
@@ -17803,7 +17803,7 @@ function getWeek(date, locale, firstDayOfWeek, firstWeekMinSize) {
|
|
17803
17803
|
const yearStart = new Date(year, 0, 1);
|
17804
17804
|
const size = firstWeekSize(year);
|
17805
17805
|
const d1w1 = size >= minWeekSize ? addDays(yearStart, size - 7) : addDays(yearStart, size);
|
17806
|
-
return 1 + getDiff(date, d1w1, 'weeks');
|
17806
|
+
return 1 + getDiff(endOfDay(date), startOfDay(d1w1), 'weeks');
|
17807
17807
|
}
|
17808
17808
|
function getDate(date) {
|
17809
17809
|
return date.getDate();
|
@@ -18107,7 +18107,7 @@ function createDate(options, locale) {
|
|
18107
18107
|
};
|
18108
18108
|
}
|
18109
18109
|
function createDateRange(adapter, start, stop) {
|
18110
|
-
const diff = adapter.getDiff(stop ?? start, start, 'days');
|
18110
|
+
const diff = adapter.getDiff(adapter.endOfDay(stop ?? start), adapter.startOfDay(start), 'days');
|
18111
18111
|
const datesInRange = [start];
|
18112
18112
|
for (let i = 1; i < diff; i++) {
|
18113
18113
|
const nextDate = adapter.addDays(start, i);
|
@@ -29464,7 +29464,7 @@ function createVuetify$1() {
|
|
29464
29464
|
};
|
29465
29465
|
});
|
29466
29466
|
}
|
29467
|
-
const version$1 = "3.8.8-master.2025-06-
|
29467
|
+
const version$1 = "3.8.8-master.2025-06-10";
|
29468
29468
|
createVuetify$1.version = version$1;
|
29469
29469
|
|
29470
29470
|
// Vue's inject() can only be used in setup
|
@@ -29489,7 +29489,7 @@ const createVuetify = function () {
|
|
29489
29489
|
...options
|
29490
29490
|
});
|
29491
29491
|
};
|
29492
|
-
const version = "3.8.8-master.2025-06-
|
29492
|
+
const version = "3.8.8-master.2025-06-10";
|
29493
29493
|
createVuetify.version = version;
|
29494
29494
|
|
29495
29495
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|