@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-27
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 +12 -7
- package/dist/json/attributes.json +3005 -3005
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5874 -5874
- package/dist/vuetify-labs.cjs +37 -37
- package/dist/vuetify-labs.css +6315 -6321
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +37 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +37 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -37
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3938 -3944
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +36 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +36 -36
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.css +0 -1
- package/lib/components/VCarousel/VCarousel.js +1 -0
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.sass +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.css +3 -8
- package/lib/components/VDatePicker/VDatePickerMonth.js +8 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.sass +3 -8
- package/lib/components/VField/VField.js +2 -10
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VList.js +1 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.js +4 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/hold.js +4 -0
- package/lib/components/VNumberInput/hold.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/composables/calendar.d.ts +1 -0
- package/lib/composables/calendar.js +7 -3
- package/lib/composables/calendar.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85913,48 +85913,40 @@ declare module 'vue' {
|
|
85913
85913
|
$children?: VNodeChild
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
|
-
VAlert: VAlert
|
85917
|
-
VAlertTitle: VAlertTitle
|
85918
85916
|
VApp: VApp
|
85917
|
+
VAutocomplete: VAutocomplete
|
85919
85918
|
VAppBar: VAppBar
|
85920
85919
|
VAppBarNavIcon: VAppBarNavIcon
|
85921
85920
|
VAppBarTitle: VAppBarTitle
|
85921
|
+
VAlert: VAlert
|
85922
|
+
VAlertTitle: VAlertTitle
|
85922
85923
|
VAvatar: VAvatar
|
85923
|
-
VBadge: VBadge
|
85924
|
-
VBanner: VBanner
|
85925
|
-
VBannerActions: VBannerActions
|
85926
|
-
VBannerText: VBannerText
|
85927
85924
|
VBottomNavigation: VBottomNavigation
|
85928
|
-
VAutocomplete: VAutocomplete
|
85929
85925
|
VBreadcrumbs: VBreadcrumbs
|
85930
85926
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85931
85927
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
|
85933
|
-
|
85928
|
+
VBanner: VBanner
|
85929
|
+
VBannerActions: VBannerActions
|
85930
|
+
VBannerText: VBannerText
|
85934
85931
|
VBtn: VBtn
|
85932
|
+
VBadge: VBadge
|
85933
|
+
VBtnGroup: VBtnGroup
|
85934
|
+
VCarousel: VCarousel
|
85935
|
+
VCarouselItem: VCarouselItem
|
85936
|
+
VBtnToggle: VBtnToggle
|
85937
|
+
VChipGroup: VChipGroup
|
85938
|
+
VCombobox: VCombobox
|
85935
85939
|
VCard: VCard
|
85936
85940
|
VCardActions: VCardActions
|
85937
85941
|
VCardItem: VCardItem
|
85938
85942
|
VCardSubtitle: VCardSubtitle
|
85939
85943
|
VCardText: VCardText
|
85940
85944
|
VCardTitle: VCardTitle
|
85941
|
-
|
85942
|
-
VChipGroup: VChipGroup
|
85943
|
-
VCarousel: VCarousel
|
85944
|
-
VCarouselItem: VCarouselItem
|
85945
|
+
VChip: VChip
|
85945
85946
|
VCheckbox: VCheckbox
|
85946
85947
|
VCheckboxBtn: VCheckboxBtn
|
85947
|
-
VColorPicker: VColorPicker
|
85948
|
-
VChip: VChip
|
85949
|
-
VCode: VCode
|
85950
|
-
VCombobox: VCombobox
|
85951
85948
|
VCounter: VCounter
|
85952
|
-
|
85953
|
-
VDatePickerControls: VDatePickerControls
|
85954
|
-
VDatePickerHeader: VDatePickerHeader
|
85955
|
-
VDatePickerMonth: VDatePickerMonth
|
85956
|
-
VDatePickerMonths: VDatePickerMonths
|
85957
|
-
VDatePickerYears: VDatePickerYears
|
85949
|
+
VCode: VCode
|
85958
85950
|
VDataTable: VDataTable
|
85959
85951
|
VDataTableHeaders: VDataTableHeaders
|
85960
85952
|
VDataTableFooter: VDataTableFooter
|
@@ -85962,28 +85954,34 @@ declare module 'vue' {
|
|
85962
85954
|
VDataTableRow: VDataTableRow
|
85963
85955
|
VDataTableVirtual: VDataTableVirtual
|
85964
85956
|
VDataTableServer: VDataTableServer
|
85965
|
-
|
85957
|
+
VDatePicker: VDatePicker
|
85958
|
+
VDatePickerControls: VDatePickerControls
|
85959
|
+
VDatePickerHeader: VDatePickerHeader
|
85960
|
+
VDatePickerMonth: VDatePickerMonth
|
85961
|
+
VDatePickerMonths: VDatePickerMonths
|
85962
|
+
VDatePickerYears: VDatePickerYears
|
85963
|
+
VEmptyState: VEmptyState
|
85966
85964
|
VDivider: VDivider
|
85965
|
+
VDialog: VDialog
|
85966
|
+
VFab: VFab
|
85967
|
+
VField: VField
|
85968
|
+
VFieldLabel: VFieldLabel
|
85967
85969
|
VExpansionPanels: VExpansionPanels
|
85968
85970
|
VExpansionPanel: VExpansionPanel
|
85969
85971
|
VExpansionPanelText: VExpansionPanelText
|
85970
85972
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85971
|
-
VField: VField
|
85972
|
-
VFieldLabel: VFieldLabel
|
85973
|
-
VFab: VFab
|
85974
85973
|
VFileInput: VFileInput
|
85975
|
-
VEmptyState: VEmptyState
|
85976
|
-
VFooter: VFooter
|
85977
|
-
VImg: VImg
|
85978
85974
|
VIcon: VIcon
|
85979
85975
|
VComponentIcon: VComponentIcon
|
85980
85976
|
VSvgIcon: VSvgIcon
|
85981
85977
|
VLigatureIcon: VLigatureIcon
|
85982
85978
|
VClassIcon: VClassIcon
|
85979
|
+
VFooter: VFooter
|
85980
|
+
VInput: VInput
|
85981
|
+
VImg: VImg
|
85983
85982
|
VInfiniteScroll: VInfiniteScroll
|
85984
|
-
VKbd: VKbd
|
85985
85983
|
VLabel: VLabel
|
85986
|
-
|
85984
|
+
VKbd: VKbd
|
85987
85985
|
VItemGroup: VItemGroup
|
85988
85986
|
VItem: VItem
|
85989
85987
|
VList: VList
|
@@ -85995,26 +85993,24 @@ declare module 'vue' {
|
|
85995
85993
|
VListItemSubtitle: VListItemSubtitle
|
85996
85994
|
VListItemTitle: VListItemTitle
|
85997
85995
|
VListSubheader: VListSubheader
|
85998
|
-
VMain: VMain
|
85999
85996
|
VMenu: VMenu
|
86000
85997
|
VMessages: VMessages
|
86001
|
-
|
85998
|
+
VMain: VMain
|
86002
85999
|
VNavigationDrawer: VNavigationDrawer
|
86003
|
-
|
86000
|
+
VNumberInput: VNumberInput
|
86004
86001
|
VOtpInput: VOtpInput
|
86005
|
-
VOverlay: VOverlay
|
86006
|
-
VProgressLinear: VProgressLinear
|
86007
86002
|
VProgressCircular: VProgressCircular
|
86008
|
-
|
86003
|
+
VProgressLinear: VProgressLinear
|
86004
|
+
VOverlay: VOverlay
|
86009
86005
|
VRadioGroup: VRadioGroup
|
86010
|
-
VSelectionControl: VSelectionControl
|
86011
86006
|
VSelectionControlGroup: VSelectionControlGroup
|
86007
|
+
VRating: VRating
|
86008
|
+
VPagination: VPagination
|
86009
|
+
VSelectionControl: VSelectionControl
|
86012
86010
|
VSelect: VSelect
|
86013
|
-
VSkeletonLoader: VSkeletonLoader
|
86014
|
-
VSheet: VSheet
|
86015
86011
|
VSlideGroup: VSlideGroup
|
86016
86012
|
VSlideGroupItem: VSlideGroupItem
|
86017
|
-
|
86013
|
+
VSheet: VSheet
|
86018
86014
|
VSnackbar: VSnackbar
|
86019
86015
|
VStepper: VStepper
|
86020
86016
|
VStepperActions: VStepperActions
|
@@ -86022,47 +86018,49 @@ declare module 'vue' {
|
|
86022
86018
|
VStepperItem: VStepperItem
|
86023
86019
|
VStepperWindow: VStepperWindow
|
86024
86020
|
VStepperWindowItem: VStepperWindowItem
|
86025
|
-
|
86021
|
+
VSlider: VSlider
|
86022
|
+
VSkeletonLoader: VSkeletonLoader
|
86023
|
+
VSystemBar: VSystemBar
|
86026
86024
|
VTab: VTab
|
86027
86025
|
VTabs: VTabs
|
86028
86026
|
VTabsWindow: VTabsWindow
|
86029
86027
|
VTabsWindowItem: VTabsWindowItem
|
86030
|
-
VTable: VTable
|
86031
|
-
VSystemBar: VSystemBar
|
86032
86028
|
VTextarea: VTextarea
|
86033
|
-
|
86034
|
-
|
86035
|
-
VToolbarItems: VToolbarItems
|
86029
|
+
VSwitch: VSwitch
|
86030
|
+
VTable: VTable
|
86036
86031
|
VTextField: VTextField
|
86037
86032
|
VTimeline: VTimeline
|
86038
86033
|
VTimelineItem: VTimelineItem
|
86039
86034
|
VTooltip: VTooltip
|
86035
|
+
VToolbar: VToolbar
|
86036
|
+
VToolbarTitle: VToolbarTitle
|
86037
|
+
VToolbarItems: VToolbarItems
|
86040
86038
|
VWindow: VWindow
|
86041
86039
|
VWindowItem: VWindowItem
|
86042
86040
|
VConfirmEdit: VConfirmEdit
|
86043
86041
|
VDataIterator: VDataIterator
|
86044
86042
|
VDefaultsProvider: VDefaultsProvider
|
86045
86043
|
VForm: VForm
|
86044
|
+
VHover: VHover
|
86046
86045
|
VContainer: VContainer
|
86047
86046
|
VCol: VCol
|
86048
86047
|
VRow: VRow
|
86049
86048
|
VSpacer: VSpacer
|
86050
|
-
|
86049
|
+
VLazy: VLazy
|
86051
86050
|
VLayout: VLayout
|
86052
86051
|
VLayoutItem: VLayoutItem
|
86053
|
-
VLazy: VLazy
|
86054
86052
|
VLocaleProvider: VLocaleProvider
|
86055
86053
|
VNoSsr: VNoSsr
|
86056
86054
|
VParallax: VParallax
|
86057
86055
|
VRadio: VRadio
|
86058
86056
|
VRangeSlider: VRangeSlider
|
86059
86057
|
VResponsive: VResponsive
|
86060
|
-
VSnackbarQueue: VSnackbarQueue
|
86061
86058
|
VSparkline: VSparkline
|
86062
86059
|
VSpeedDial: VSpeedDial
|
86060
|
+
VSnackbarQueue: VSnackbarQueue
|
86063
86061
|
VThemeProvider: VThemeProvider
|
86064
|
-
VValidation: VValidation
|
86065
86062
|
VVirtualScroll: VVirtualScroll
|
86063
|
+
VValidation: VValidation
|
86066
86064
|
VFabTransition: VFabTransition
|
86067
86065
|
VDialogBottomTransition: VDialogBottomTransition
|
86068
86066
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86079,28 +86077,30 @@ declare module 'vue' {
|
|
86079
86077
|
VExpandTransition: VExpandTransition
|
86080
86078
|
VExpandXTransition: VExpandXTransition
|
86081
86079
|
VDialogTransition: VDialogTransition
|
86080
|
+
VColorPicker: VColorPicker
|
86081
|
+
VBottomSheet: VBottomSheet
|
86082
86082
|
VFileUpload: VFileUpload
|
86083
86083
|
VFileUploadItem: VFileUploadItem
|
86084
|
+
VColorInput: VColorInput
|
86084
86085
|
VCalendar: VCalendar
|
86085
86086
|
VCalendarDay: VCalendarDay
|
86086
86087
|
VCalendarHeader: VCalendarHeader
|
86087
86088
|
VCalendarInterval: VCalendarInterval
|
86088
86089
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86089
86090
|
VCalendarMonthDay: VCalendarMonthDay
|
86090
|
-
VColorInput: VColorInput
|
86091
86091
|
VPicker: VPicker
|
86092
86092
|
VPickerTitle: VPickerTitle
|
86093
|
-
VIconBtn: VIconBtn
|
86094
86093
|
VTreeview: VTreeview
|
86095
86094
|
VTreeviewItem: VTreeviewItem
|
86096
86095
|
VTreeviewGroup: VTreeviewGroup
|
86097
|
-
VTimePicker: VTimePicker
|
86098
|
-
VTimePickerClock: VTimePickerClock
|
86099
|
-
VTimePickerControls: VTimePickerControls
|
86100
86096
|
VStepperVertical: VStepperVertical
|
86101
86097
|
VStepperVerticalItem: VStepperVerticalItem
|
86102
86098
|
VStepperVerticalActions: VStepperVerticalActions
|
86103
|
-
|
86099
|
+
VTimePicker: VTimePicker
|
86100
|
+
VTimePickerClock: VTimePickerClock
|
86101
|
+
VTimePickerControls: VTimePickerControls
|
86102
|
+
VIconBtn: VIconBtn
|
86104
86103
|
VPullToRefresh: VPullToRefresh
|
86104
|
+
VDateInput: VDateInput
|
86105
86105
|
}
|
86106
86106
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.
|
2
|
+
* Vuetify v3.8.11-master.2025-06-27
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9987,7 +9987,7 @@ function useItems(props) {
|
|
9987
9987
|
function transformItem$2(props, item) {
|
9988
9988
|
const type = getPropertyFromItem(item, props.itemType, 'item');
|
9989
9989
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
9990
|
-
const value = getPropertyFromItem(item, props.itemValue, undefined);
|
9990
|
+
const value = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemValue, undefined);
|
9991
9991
|
const children = getPropertyFromItem(item, props.itemChildren);
|
9992
9992
|
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
9993
9993
|
const _props = {
|
@@ -12232,11 +12232,7 @@ const VField = genericComponent()({
|
|
12232
12232
|
default: slots.loader
|
12233
12233
|
}), hasPrepend && createElementVNode("div", {
|
12234
12234
|
"key": "prepend",
|
12235
|
-
"class": "v-field__prepend-inner"
|
12236
|
-
"onMousedown": e => {
|
12237
|
-
e.preventDefault();
|
12238
|
-
e.stopPropagation();
|
12239
|
-
}
|
12235
|
+
"class": "v-field__prepend-inner"
|
12240
12236
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
12241
12237
|
"key": "prepend-icon",
|
12242
12238
|
"name": "prependInner",
|
@@ -12305,11 +12301,7 @@ const VField = genericComponent()({
|
|
12305
12301
|
})]), [[vShow, props.dirty]])]
|
12306
12302
|
}), hasAppend && createElementVNode("div", {
|
12307
12303
|
"key": "append",
|
12308
|
-
"class": "v-field__append-inner"
|
12309
|
-
"onMousedown": e => {
|
12310
|
-
e.preventDefault();
|
12311
|
-
e.stopPropagation();
|
12312
|
-
}
|
12304
|
+
"class": "v-field__append-inner"
|
12313
12305
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12314
12306
|
"key": "append-icon",
|
12315
12307
|
"name": "appendInner",
|
@@ -12420,7 +12412,7 @@ const VTextField = genericComponent()({
|
|
12420
12412
|
if (!isFocused.value) focus();
|
12421
12413
|
nextTick(() => {
|
12422
12414
|
if (inputRef.value !== document.activeElement) {
|
12423
|
-
inputRef.value?.focus();
|
12415
|
+
nextTick(() => inputRef.value?.focus());
|
12424
12416
|
}
|
12425
12417
|
});
|
12426
12418
|
}
|
@@ -15503,6 +15495,7 @@ const VCarousel = genericComponent()({
|
|
15503
15495
|
}) : createVNode(VBtn, mergeProps(item, props), null);
|
15504
15496
|
})]
|
15505
15497
|
})]), props.progress && createVNode(VProgressLinear, {
|
15498
|
+
"absolute": true,
|
15506
15499
|
"class": "v-carousel__progress",
|
15507
15500
|
"color": typeof props.progress === 'string' ? props.progress : undefined,
|
15508
15501
|
"modelValue": (group.getItemIndex(model.value) + 1) / group.items.value.length * 100
|
@@ -20297,7 +20290,6 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20297
20290
|
} = _ref;
|
20298
20291
|
const Tag = props.tag ?? 'td';
|
20299
20292
|
return createVNode(Tag, {
|
20300
|
-
"tabindex": "0",
|
20301
20293
|
"class": normalizeClass(['v-data-table__td', {
|
20302
20294
|
'v-data-table-column--fixed': props.fixed,
|
20303
20295
|
'v-data-table-column--last-fixed': props.lastFixed,
|
@@ -20698,14 +20690,14 @@ const VDataTableHeaders = genericComponent()({
|
|
20698
20690
|
},
|
20699
20691
|
"colspan": column.colspan,
|
20700
20692
|
"rowspan": column.rowspan,
|
20701
|
-
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20702
20693
|
"fixed": column.fixed,
|
20703
20694
|
"nowrap": column.nowrap,
|
20704
20695
|
"lastFixed": column.lastFixed,
|
20705
|
-
"noPadding": noPadding
|
20706
|
-
|
20707
|
-
"
|
20708
|
-
|
20696
|
+
"noPadding": noPadding,
|
20697
|
+
"tabindex": column.sortable ? 0 : undefined,
|
20698
|
+
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20699
|
+
"onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
|
20700
|
+
}, headerProps), {
|
20709
20701
|
default: () => {
|
20710
20702
|
const columnSlotName = `header.${column.key}`;
|
20711
20703
|
const columnSlotProps = {
|
@@ -22383,8 +22375,11 @@ function useCalendar(props) {
|
|
22383
22375
|
}, v => adapter.getMonth(v));
|
22384
22376
|
const weekDays = computed(() => {
|
22385
22377
|
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22386
|
-
|
22387
|
-
|
22378
|
+
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22379
|
+
});
|
22380
|
+
const weekdayLabels = computed(() => {
|
22381
|
+
const labels = adapter.getWeekdays(props.firstDayOfWeek);
|
22382
|
+
return weekDays.value.map(day => labels[day]);
|
22388
22383
|
});
|
22389
22384
|
const weeksInMonth = computed(() => {
|
22390
22385
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22465,7 +22460,7 @@ function useCalendar(props) {
|
|
22465
22460
|
if (typeof props.allowedDates === 'function') {
|
22466
22461
|
return !props.allowedDates(date);
|
22467
22462
|
}
|
22468
|
-
return
|
22463
|
+
return false;
|
22469
22464
|
}
|
22470
22465
|
return {
|
22471
22466
|
displayValue,
|
@@ -22475,6 +22470,7 @@ function useCalendar(props) {
|
|
22475
22470
|
model,
|
22476
22471
|
weeksInMonth,
|
22477
22472
|
weekDays,
|
22473
|
+
weekdayLabels,
|
22478
22474
|
weekNumbers
|
22479
22475
|
};
|
22480
22476
|
}
|
@@ -22513,7 +22509,9 @@ const VDatePickerMonth = genericComponent()({
|
|
22513
22509
|
const {
|
22514
22510
|
daysInMonth,
|
22515
22511
|
model,
|
22516
|
-
weekNumbers
|
22512
|
+
weekNumbers,
|
22513
|
+
weekDays,
|
22514
|
+
weekdayLabels
|
22517
22515
|
} = useCalendar(props);
|
22518
22516
|
const adapter = useDate();
|
22519
22517
|
const rangeStart = shallowRef();
|
@@ -22585,7 +22583,10 @@ const VDatePickerMonth = genericComponent()({
|
|
22585
22583
|
}
|
22586
22584
|
}
|
22587
22585
|
useRender(() => createElementVNode("div", {
|
22588
|
-
"class": "v-date-picker-month"
|
22586
|
+
"class": "v-date-picker-month",
|
22587
|
+
"style": {
|
22588
|
+
'--v-date-picker-days-in-week': weekDays.value.length
|
22589
|
+
}
|
22589
22590
|
}, [props.showWeek && createElementVNode("div", {
|
22590
22591
|
"key": "weeks",
|
22591
22592
|
"class": "v-date-picker-month__weeks"
|
@@ -22601,7 +22602,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22601
22602
|
"ref": daysRef,
|
22602
22603
|
"key": daysInMonth.value[0].date?.toString(),
|
22603
22604
|
"class": "v-date-picker-month__days"
|
22604
|
-
}, [!props.hideWeekdays &&
|
22605
|
+
}, [!props.hideWeekdays && weekdayLabels.value.map(weekDay => createElementVNode("div", {
|
22605
22606
|
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22606
22607
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22607
22608
|
const slotProps = {
|
@@ -25203,6 +25204,8 @@ function useHold(_ref) {
|
|
25203
25204
|
function holdStart(value) {
|
25204
25205
|
holdStop();
|
25205
25206
|
tick(value);
|
25207
|
+
window.addEventListener('pointerup', holdStop);
|
25208
|
+
document.addEventListener('blur', holdStop);
|
25206
25209
|
timeout = window.setTimeout(() => {
|
25207
25210
|
interval = window.setInterval(() => tick(value), HOLD_REPEAT);
|
25208
25211
|
}, HOLD_DELAY);
|
@@ -25210,6 +25213,8 @@ function useHold(_ref) {
|
|
25210
25213
|
function holdStop() {
|
25211
25214
|
window.clearTimeout(timeout);
|
25212
25215
|
window.clearInterval(interval);
|
25216
|
+
window.removeEventListener('pointerup', holdStop);
|
25217
|
+
document.removeEventListener('blur', holdStop);
|
25213
25218
|
}
|
25214
25219
|
function tick(value) {
|
25215
25220
|
toggleUpDown(value === 'up');
|
@@ -25321,7 +25326,7 @@ const VNumberInput = genericComponent()({
|
|
25321
25326
|
onClick: onControlClick,
|
25322
25327
|
onPointerup: onControlMouseup,
|
25323
25328
|
onPointerdown: onUpControlMousedown,
|
25324
|
-
onPointercancel:
|
25329
|
+
onPointercancel: onControlMouseup
|
25325
25330
|
}
|
25326
25331
|
};
|
25327
25332
|
const decrementSlotProps = {
|
@@ -25329,7 +25334,7 @@ const VNumberInput = genericComponent()({
|
|
25329
25334
|
onClick: onControlClick,
|
25330
25335
|
onPointerup: onControlMouseup,
|
25331
25336
|
onPointerdown: onDownControlMousedown,
|
25332
|
-
onPointercancel:
|
25337
|
+
onPointercancel: onControlMouseup
|
25333
25338
|
}
|
25334
25339
|
};
|
25335
25340
|
watch(() => props.precision, () => formatInputValue());
|
@@ -25409,7 +25414,6 @@ const VNumberInput = genericComponent()({
|
|
25409
25414
|
const el = e.currentTarget;
|
25410
25415
|
el?.releasePointerCapture(e.pointerId);
|
25411
25416
|
e.preventDefault();
|
25412
|
-
e.stopPropagation();
|
25413
25417
|
holdStop();
|
25414
25418
|
}
|
25415
25419
|
function onUpControlMousedown(e) {
|
@@ -25426,11 +25430,6 @@ const VNumberInput = genericComponent()({
|
|
25426
25430
|
e.stopPropagation();
|
25427
25431
|
holdStart('down');
|
25428
25432
|
}
|
25429
|
-
function onControlPointerCancel(e) {
|
25430
|
-
const el = e.currentTarget;
|
25431
|
-
el?.releasePointerCapture(e.pointerId);
|
25432
|
-
holdStop();
|
25433
|
-
}
|
25434
25433
|
function clampModel() {
|
25435
25434
|
if (controlsDisabled.value) return;
|
25436
25435
|
if (!vTextFieldRef.value) return;
|
@@ -25480,7 +25479,7 @@ const VNumberInput = genericComponent()({
|
|
25480
25479
|
"onClick": onControlClick,
|
25481
25480
|
"onPointerdown": onUpControlMousedown,
|
25482
25481
|
"onPointerup": onControlMouseup,
|
25483
|
-
"onPointercancel":
|
25482
|
+
"onPointercancel": onControlMouseup,
|
25484
25483
|
"size": controlNodeSize.value,
|
25485
25484
|
"tabindex": "-1"
|
25486
25485
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -25510,7 +25509,7 @@ const VNumberInput = genericComponent()({
|
|
25510
25509
|
"onClick": onControlClick,
|
25511
25510
|
"onPointerdown": onDownControlMousedown,
|
25512
25511
|
"onPointerup": onControlMouseup,
|
25513
|
-
"onPointercancel":
|
25512
|
+
"onPointercancel": onControlMouseup,
|
25514
25513
|
"size": controlNodeSize.value,
|
25515
25514
|
"tabindex": "-1"
|
25516
25515
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -29508,7 +29507,7 @@ function createVuetify$1() {
|
|
29508
29507
|
};
|
29509
29508
|
});
|
29510
29509
|
}
|
29511
|
-
const version$1 = "3.8.
|
29510
|
+
const version$1 = "3.8.11-master.2025-06-27";
|
29512
29511
|
createVuetify$1.version = version$1;
|
29513
29512
|
|
29514
29513
|
// Vue's inject() can only be used in setup
|
@@ -29533,7 +29532,7 @@ const createVuetify = function () {
|
|
29533
29532
|
...options
|
29534
29533
|
});
|
29535
29534
|
};
|
29536
|
-
const version = "3.8.
|
29535
|
+
const version = "3.8.11-master.2025-06-27";
|
29537
29536
|
createVuetify.version = version;
|
29538
29537
|
|
29539
29538
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|