@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-24
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 +3 -11
- package/dist/json/attributes.json +3215 -3215
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +132 -132
- package/dist/json/web-types.json +5554 -5554
- package/dist/vuetify-labs.cjs +30 -30
- package/dist/vuetify-labs.css +6330 -6336
- package/dist/vuetify-labs.d.ts +47 -47
- package/dist/vuetify-labs.esm.js +30 -30
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -30
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +30 -30
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3867 -3873
- package/dist/vuetify.d.ts +47 -47
- package/dist/vuetify.esm.js +30 -30
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -30
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +33 -33
- 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/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/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 +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85913,24 +85913,22 @@ declare module 'vue' {
|
|
85913
85913
|
$children?: VNodeChild
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
|
-
VAlert: VAlert
|
85917
|
-
VAlertTitle: VAlertTitle
|
85918
85916
|
VApp: VApp
|
85919
85917
|
VAppBar: VAppBar
|
85920
85918
|
VAppBarNavIcon: VAppBarNavIcon
|
85921
85919
|
VAppBarTitle: VAppBarTitle
|
85922
85920
|
VAvatar: VAvatar
|
85923
|
-
|
85921
|
+
VAutocomplete: VAutocomplete
|
85922
|
+
VBottomNavigation: VBottomNavigation
|
85924
85923
|
VBanner: VBanner
|
85925
85924
|
VBannerActions: VBannerActions
|
85926
85925
|
VBannerText: VBannerText
|
85927
|
-
|
85928
|
-
|
85926
|
+
VBottomSheet: VBottomSheet
|
85927
|
+
VBadge: VBadge
|
85928
|
+
VBtnToggle: VBtnToggle
|
85929
85929
|
VBreadcrumbs: VBreadcrumbs
|
85930
85930
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85931
85931
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
VBottomSheet: VBottomSheet
|
85933
|
-
VBtnGroup: VBtnGroup
|
85934
85932
|
VBtn: VBtn
|
85935
85933
|
VCard: VCard
|
85936
85934
|
VCardActions: VCardActions
|
@@ -85938,23 +85936,18 @@ declare module 'vue' {
|
|
85938
85936
|
VCardSubtitle: VCardSubtitle
|
85939
85937
|
VCardText: VCardText
|
85940
85938
|
VCardTitle: VCardTitle
|
85941
|
-
|
85942
|
-
|
85943
|
-
VCarousel: VCarousel
|
85944
|
-
VCarouselItem: VCarouselItem
|
85939
|
+
VAlert: VAlert
|
85940
|
+
VAlertTitle: VAlertTitle
|
85945
85941
|
VCheckbox: VCheckbox
|
85946
85942
|
VCheckboxBtn: VCheckboxBtn
|
85947
|
-
VColorPicker: VColorPicker
|
85948
85943
|
VChip: VChip
|
85944
|
+
VBtnGroup: VBtnGroup
|
85945
|
+
VChipGroup: VChipGroup
|
85949
85946
|
VCode: VCode
|
85950
|
-
VCombobox: VCombobox
|
85951
85947
|
VCounter: VCounter
|
85952
|
-
|
85953
|
-
|
85954
|
-
|
85955
|
-
VDatePickerMonth: VDatePickerMonth
|
85956
|
-
VDatePickerMonths: VDatePickerMonths
|
85957
|
-
VDatePickerYears: VDatePickerYears
|
85948
|
+
VCarousel: VCarousel
|
85949
|
+
VCarouselItem: VCarouselItem
|
85950
|
+
VCombobox: VCombobox
|
85958
85951
|
VDataTable: VDataTable
|
85959
85952
|
VDataTableHeaders: VDataTableHeaders
|
85960
85953
|
VDataTableFooter: VDataTableFooter
|
@@ -85962,30 +85955,37 @@ declare module 'vue' {
|
|
85962
85955
|
VDataTableRow: VDataTableRow
|
85963
85956
|
VDataTableVirtual: VDataTableVirtual
|
85964
85957
|
VDataTableServer: VDataTableServer
|
85958
|
+
VColorPicker: VColorPicker
|
85959
|
+
VDatePicker: VDatePicker
|
85960
|
+
VDatePickerControls: VDatePickerControls
|
85961
|
+
VDatePickerHeader: VDatePickerHeader
|
85962
|
+
VDatePickerMonth: VDatePickerMonth
|
85963
|
+
VDatePickerMonths: VDatePickerMonths
|
85964
|
+
VDatePickerYears: VDatePickerYears
|
85965
85965
|
VDialog: VDialog
|
85966
|
+
VEmptyState: VEmptyState
|
85966
85967
|
VDivider: VDivider
|
85968
|
+
VFooter: VFooter
|
85967
85969
|
VExpansionPanels: VExpansionPanels
|
85968
85970
|
VExpansionPanel: VExpansionPanel
|
85969
85971
|
VExpansionPanelText: VExpansionPanelText
|
85970
85972
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85973
|
+
VFab: VFab
|
85971
85974
|
VField: VField
|
85972
85975
|
VFieldLabel: VFieldLabel
|
85973
|
-
VFab: VFab
|
85974
|
-
VFileInput: VFileInput
|
85975
|
-
VEmptyState: VEmptyState
|
85976
|
-
VFooter: VFooter
|
85977
|
-
VImg: VImg
|
85978
85976
|
VIcon: VIcon
|
85979
85977
|
VComponentIcon: VComponentIcon
|
85980
85978
|
VSvgIcon: VSvgIcon
|
85981
85979
|
VLigatureIcon: VLigatureIcon
|
85982
85980
|
VClassIcon: VClassIcon
|
85983
|
-
|
85984
|
-
|
85985
|
-
VLabel: VLabel
|
85981
|
+
VFileInput: VFileInput
|
85982
|
+
VImg: VImg
|
85986
85983
|
VInput: VInput
|
85987
85984
|
VItemGroup: VItemGroup
|
85988
85985
|
VItem: VItem
|
85986
|
+
VKbd: VKbd
|
85987
|
+
VLabel: VLabel
|
85988
|
+
VInfiniteScroll: VInfiniteScroll
|
85989
85989
|
VList: VList
|
85990
85990
|
VListGroup: VListGroup
|
85991
85991
|
VListImg: VListImg
|
@@ -85995,26 +85995,25 @@ declare module 'vue' {
|
|
85995
85995
|
VListItemSubtitle: VListItemSubtitle
|
85996
85996
|
VListItemTitle: VListItemTitle
|
85997
85997
|
VListSubheader: VListSubheader
|
85998
|
-
VMain: VMain
|
85999
85998
|
VMenu: VMenu
|
85999
|
+
VMain: VMain
|
86000
86000
|
VMessages: VMessages
|
86001
86001
|
VNumberInput: VNumberInput
|
86002
86002
|
VNavigationDrawer: VNavigationDrawer
|
86003
86003
|
VPagination: VPagination
|
86004
|
+
VProgressCircular: VProgressCircular
|
86004
86005
|
VOtpInput: VOtpInput
|
86005
86006
|
VOverlay: VOverlay
|
86006
86007
|
VProgressLinear: VProgressLinear
|
86007
|
-
VProgressCircular: VProgressCircular
|
86008
|
-
VRating: VRating
|
86009
86008
|
VRadioGroup: VRadioGroup
|
86010
86009
|
VSelectionControl: VSelectionControl
|
86011
86010
|
VSelectionControlGroup: VSelectionControlGroup
|
86012
|
-
|
86011
|
+
VRating: VRating
|
86013
86012
|
VSkeletonLoader: VSkeletonLoader
|
86014
|
-
VSheet: VSheet
|
86015
86013
|
VSlideGroup: VSlideGroup
|
86016
86014
|
VSlideGroupItem: VSlideGroupItem
|
86017
|
-
|
86015
|
+
VSelect: VSelect
|
86016
|
+
VSheet: VSheet
|
86018
86017
|
VSnackbar: VSnackbar
|
86019
86018
|
VStepper: VStepper
|
86020
86019
|
VStepperActions: VStepperActions
|
@@ -86022,6 +86021,7 @@ declare module 'vue' {
|
|
86022
86021
|
VStepperItem: VStepperItem
|
86023
86022
|
VStepperWindow: VStepperWindow
|
86024
86023
|
VStepperWindowItem: VStepperWindowItem
|
86024
|
+
VSlider: VSlider
|
86025
86025
|
VSwitch: VSwitch
|
86026
86026
|
VTab: VTab
|
86027
86027
|
VTabs: VTabs
|
@@ -86029,24 +86029,22 @@ declare module 'vue' {
|
|
86029
86029
|
VTabsWindowItem: VTabsWindowItem
|
86030
86030
|
VTable: VTable
|
86031
86031
|
VSystemBar: VSystemBar
|
86032
|
-
VTextarea: VTextarea
|
86033
|
-
VToolbar: VToolbar
|
86034
|
-
VToolbarTitle: VToolbarTitle
|
86035
|
-
VToolbarItems: VToolbarItems
|
86036
|
-
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
|
-
VConfirmEdit: VConfirmEdit
|
86043
86040
|
VDataIterator: VDataIterator
|
86044
86041
|
VDefaultsProvider: VDefaultsProvider
|
86045
|
-
|
86042
|
+
VConfirmEdit: VConfirmEdit
|
86046
86043
|
VContainer: VContainer
|
86047
86044
|
VCol: VCol
|
86048
86045
|
VRow: VRow
|
86049
86046
|
VSpacer: VSpacer
|
86047
|
+
VForm: VForm
|
86050
86048
|
VHover: VHover
|
86051
86049
|
VLayout: VLayout
|
86052
86050
|
VLayoutItem: VLayoutItem
|
@@ -86063,6 +86061,8 @@ declare module 'vue' {
|
|
86063
86061
|
VThemeProvider: VThemeProvider
|
86064
86062
|
VValidation: VValidation
|
86065
86063
|
VVirtualScroll: VVirtualScroll
|
86064
|
+
VTextField: VTextField
|
86065
|
+
VTextarea: VTextarea
|
86066
86066
|
VFabTransition: VFabTransition
|
86067
86067
|
VDialogBottomTransition: VDialogBottomTransition
|
86068
86068
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86079,27 +86079,27 @@ declare module 'vue' {
|
|
86079
86079
|
VExpandTransition: VExpandTransition
|
86080
86080
|
VExpandXTransition: VExpandXTransition
|
86081
86081
|
VDialogTransition: VDialogTransition
|
86082
|
-
|
86083
|
-
VFileUploadItem: VFileUploadItem
|
86082
|
+
VColorInput: VColorInput
|
86084
86083
|
VCalendar: VCalendar
|
86085
86084
|
VCalendarDay: VCalendarDay
|
86086
86085
|
VCalendarHeader: VCalendarHeader
|
86087
86086
|
VCalendarInterval: VCalendarInterval
|
86088
86087
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86089
86088
|
VCalendarMonthDay: VCalendarMonthDay
|
86090
|
-
|
86089
|
+
VIconBtn: VIconBtn
|
86090
|
+
VStepperVertical: VStepperVertical
|
86091
|
+
VStepperVerticalItem: VStepperVerticalItem
|
86092
|
+
VStepperVerticalActions: VStepperVerticalActions
|
86091
86093
|
VPicker: VPicker
|
86092
86094
|
VPickerTitle: VPickerTitle
|
86093
|
-
VIconBtn: VIconBtn
|
86094
86095
|
VTreeview: VTreeview
|
86095
86096
|
VTreeviewItem: VTreeviewItem
|
86096
86097
|
VTreeviewGroup: VTreeviewGroup
|
86098
|
+
VFileUpload: VFileUpload
|
86099
|
+
VFileUploadItem: VFileUploadItem
|
86097
86100
|
VTimePicker: VTimePicker
|
86098
86101
|
VTimePickerClock: VTimePickerClock
|
86099
86102
|
VTimePickerControls: VTimePickerControls
|
86100
|
-
VStepperVertical: VStepperVertical
|
86101
|
-
VStepperVerticalItem: VStepperVerticalItem
|
86102
|
-
VStepperVerticalActions: VStepperVerticalActions
|
86103
86103
|
VDateInput: VDateInput
|
86104
86104
|
VPullToRefresh: VPullToRefresh
|
86105
86105
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.
|
2
|
+
* Vuetify v3.8.11-master.2025-06-24
|
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",
|
@@ -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
|
@@ -22383,8 +22376,11 @@ function useCalendar(props) {
|
|
22383
22376
|
}, v => adapter.getMonth(v));
|
22384
22377
|
const weekDays = computed(() => {
|
22385
22378
|
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22386
|
-
|
22387
|
-
|
22379
|
+
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22380
|
+
});
|
22381
|
+
const weekdayLabels = computed(() => {
|
22382
|
+
const labels = adapter.getWeekdays(props.firstDayOfWeek);
|
22383
|
+
return weekDays.value.map(day => labels[day]);
|
22388
22384
|
});
|
22389
22385
|
const weeksInMonth = computed(() => {
|
22390
22386
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22465,7 +22461,7 @@ function useCalendar(props) {
|
|
22465
22461
|
if (typeof props.allowedDates === 'function') {
|
22466
22462
|
return !props.allowedDates(date);
|
22467
22463
|
}
|
22468
|
-
return
|
22464
|
+
return false;
|
22469
22465
|
}
|
22470
22466
|
return {
|
22471
22467
|
displayValue,
|
@@ -22475,6 +22471,7 @@ function useCalendar(props) {
|
|
22475
22471
|
model,
|
22476
22472
|
weeksInMonth,
|
22477
22473
|
weekDays,
|
22474
|
+
weekdayLabels,
|
22478
22475
|
weekNumbers
|
22479
22476
|
};
|
22480
22477
|
}
|
@@ -22513,7 +22510,9 @@ const VDatePickerMonth = genericComponent()({
|
|
22513
22510
|
const {
|
22514
22511
|
daysInMonth,
|
22515
22512
|
model,
|
22516
|
-
weekNumbers
|
22513
|
+
weekNumbers,
|
22514
|
+
weekDays,
|
22515
|
+
weekdayLabels
|
22517
22516
|
} = useCalendar(props);
|
22518
22517
|
const adapter = useDate();
|
22519
22518
|
const rangeStart = shallowRef();
|
@@ -22585,7 +22584,10 @@ const VDatePickerMonth = genericComponent()({
|
|
22585
22584
|
}
|
22586
22585
|
}
|
22587
22586
|
useRender(() => createElementVNode("div", {
|
22588
|
-
"class": "v-date-picker-month"
|
22587
|
+
"class": "v-date-picker-month",
|
22588
|
+
"style": {
|
22589
|
+
'--v-date-picker-days-in-week': weekDays.value.length
|
22590
|
+
}
|
22589
22591
|
}, [props.showWeek && createElementVNode("div", {
|
22590
22592
|
"key": "weeks",
|
22591
22593
|
"class": "v-date-picker-month__weeks"
|
@@ -22601,7 +22603,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22601
22603
|
"ref": daysRef,
|
22602
22604
|
"key": daysInMonth.value[0].date?.toString(),
|
22603
22605
|
"class": "v-date-picker-month__days"
|
22604
|
-
}, [!props.hideWeekdays &&
|
22606
|
+
}, [!props.hideWeekdays && weekdayLabels.value.map(weekDay => createElementVNode("div", {
|
22605
22607
|
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22606
22608
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22607
22609
|
const slotProps = {
|
@@ -25203,6 +25205,8 @@ function useHold(_ref) {
|
|
25203
25205
|
function holdStart(value) {
|
25204
25206
|
holdStop();
|
25205
25207
|
tick(value);
|
25208
|
+
window.addEventListener('pointerup', holdStop);
|
25209
|
+
document.addEventListener('blur', holdStop);
|
25206
25210
|
timeout = window.setTimeout(() => {
|
25207
25211
|
interval = window.setInterval(() => tick(value), HOLD_REPEAT);
|
25208
25212
|
}, HOLD_DELAY);
|
@@ -25210,6 +25214,8 @@ function useHold(_ref) {
|
|
25210
25214
|
function holdStop() {
|
25211
25215
|
window.clearTimeout(timeout);
|
25212
25216
|
window.clearInterval(interval);
|
25217
|
+
window.removeEventListener('pointerup', holdStop);
|
25218
|
+
document.removeEventListener('blur', holdStop);
|
25213
25219
|
}
|
25214
25220
|
function tick(value) {
|
25215
25221
|
toggleUpDown(value === 'up');
|
@@ -25321,7 +25327,7 @@ const VNumberInput = genericComponent()({
|
|
25321
25327
|
onClick: onControlClick,
|
25322
25328
|
onPointerup: onControlMouseup,
|
25323
25329
|
onPointerdown: onUpControlMousedown,
|
25324
|
-
onPointercancel:
|
25330
|
+
onPointercancel: onControlMouseup
|
25325
25331
|
}
|
25326
25332
|
};
|
25327
25333
|
const decrementSlotProps = {
|
@@ -25329,7 +25335,7 @@ const VNumberInput = genericComponent()({
|
|
25329
25335
|
onClick: onControlClick,
|
25330
25336
|
onPointerup: onControlMouseup,
|
25331
25337
|
onPointerdown: onDownControlMousedown,
|
25332
|
-
onPointercancel:
|
25338
|
+
onPointercancel: onControlMouseup
|
25333
25339
|
}
|
25334
25340
|
};
|
25335
25341
|
watch(() => props.precision, () => formatInputValue());
|
@@ -25409,7 +25415,6 @@ const VNumberInput = genericComponent()({
|
|
25409
25415
|
const el = e.currentTarget;
|
25410
25416
|
el?.releasePointerCapture(e.pointerId);
|
25411
25417
|
e.preventDefault();
|
25412
|
-
e.stopPropagation();
|
25413
25418
|
holdStop();
|
25414
25419
|
}
|
25415
25420
|
function onUpControlMousedown(e) {
|
@@ -25426,11 +25431,6 @@ const VNumberInput = genericComponent()({
|
|
25426
25431
|
e.stopPropagation();
|
25427
25432
|
holdStart('down');
|
25428
25433
|
}
|
25429
|
-
function onControlPointerCancel(e) {
|
25430
|
-
const el = e.currentTarget;
|
25431
|
-
el?.releasePointerCapture(e.pointerId);
|
25432
|
-
holdStop();
|
25433
|
-
}
|
25434
25434
|
function clampModel() {
|
25435
25435
|
if (controlsDisabled.value) return;
|
25436
25436
|
if (!vTextFieldRef.value) return;
|
@@ -25480,7 +25480,7 @@ const VNumberInput = genericComponent()({
|
|
25480
25480
|
"onClick": onControlClick,
|
25481
25481
|
"onPointerdown": onUpControlMousedown,
|
25482
25482
|
"onPointerup": onControlMouseup,
|
25483
|
-
"onPointercancel":
|
25483
|
+
"onPointercancel": onControlMouseup,
|
25484
25484
|
"size": controlNodeSize.value,
|
25485
25485
|
"tabindex": "-1"
|
25486
25486
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -25510,7 +25510,7 @@ const VNumberInput = genericComponent()({
|
|
25510
25510
|
"onClick": onControlClick,
|
25511
25511
|
"onPointerdown": onDownControlMousedown,
|
25512
25512
|
"onPointerup": onControlMouseup,
|
25513
|
-
"onPointercancel":
|
25513
|
+
"onPointercancel": onControlMouseup,
|
25514
25514
|
"size": controlNodeSize.value,
|
25515
25515
|
"tabindex": "-1"
|
25516
25516
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -29508,7 +29508,7 @@ function createVuetify$1() {
|
|
29508
29508
|
};
|
29509
29509
|
});
|
29510
29510
|
}
|
29511
|
-
const version$1 = "3.8.
|
29511
|
+
const version$1 = "3.8.11-master.2025-06-24";
|
29512
29512
|
createVuetify$1.version = version$1;
|
29513
29513
|
|
29514
29514
|
// Vue's inject() can only be used in setup
|
@@ -29533,7 +29533,7 @@ const createVuetify = function () {
|
|
29533
29533
|
...options
|
29534
29534
|
});
|
29535
29535
|
};
|
29536
|
-
const version = "3.8.
|
29536
|
+
const version = "3.8.11-master.2025-06-24";
|
29537
29537
|
createVuetify.version = version;
|
29538
29538
|
|
29539
29539
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|