@vuetify/nightly 3.8.10-master.2025-06-18 → 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 -3
- package/dist/json/attributes.json +3160 -3160
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +5472 -5472
- package/dist/vuetify-labs.cjs +30 -30
- package/dist/vuetify-labs.css +3684 -3690
- package/dist/vuetify-labs.d.ts +51 -51
- 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 +4377 -4383
- package/dist/vuetify.d.ts +51 -51
- 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/VBtn/VBtn.sass +3 -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 +51 -51
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -85914,40 +85914,40 @@ declare module 'vue' {
|
|
85914
85914
|
}
|
85915
85915
|
export interface GlobalComponents {
|
85916
85916
|
VApp: VApp
|
85917
|
-
VAlert: VAlert
|
85918
|
-
VAlertTitle: VAlertTitle
|
85919
|
-
VAutocomplete: VAutocomplete
|
85920
|
-
VAvatar: VAvatar
|
85921
|
-
VBadge: VBadge
|
85922
|
-
VBanner: VBanner
|
85923
|
-
VBannerActions: VBannerActions
|
85924
|
-
VBannerText: VBannerText
|
85925
85917
|
VAppBar: VAppBar
|
85926
85918
|
VAppBarNavIcon: VAppBarNavIcon
|
85927
85919
|
VAppBarTitle: VAppBarTitle
|
85920
|
+
VAvatar: VAvatar
|
85921
|
+
VAutocomplete: VAutocomplete
|
85928
85922
|
VBottomNavigation: VBottomNavigation
|
85923
|
+
VBanner: VBanner
|
85924
|
+
VBannerActions: VBannerActions
|
85925
|
+
VBannerText: VBannerText
|
85926
|
+
VBottomSheet: VBottomSheet
|
85927
|
+
VBadge: VBadge
|
85928
|
+
VBtnToggle: VBtnToggle
|
85929
85929
|
VBreadcrumbs: VBreadcrumbs
|
85930
85930
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85931
85931
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85932
|
-
|
85932
|
+
VBtn: VBtn
|
85933
85933
|
VCard: VCard
|
85934
85934
|
VCardActions: VCardActions
|
85935
85935
|
VCardItem: VCardItem
|
85936
85936
|
VCardSubtitle: VCardSubtitle
|
85937
85937
|
VCardText: VCardText
|
85938
85938
|
VCardTitle: VCardTitle
|
85939
|
+
VAlert: VAlert
|
85940
|
+
VAlertTitle: VAlertTitle
|
85939
85941
|
VCheckbox: VCheckbox
|
85940
85942
|
VCheckboxBtn: VCheckboxBtn
|
85941
|
-
VCarousel: VCarousel
|
85942
|
-
VCarouselItem: VCarouselItem
|
85943
85943
|
VChip: VChip
|
85944
|
-
VChipGroup: VChipGroup
|
85945
85944
|
VBtnGroup: VBtnGroup
|
85946
|
-
|
85947
|
-
|
85948
|
-
VCombobox: VCombobox
|
85949
|
-
VBtnToggle: VBtnToggle
|
85945
|
+
VChipGroup: VChipGroup
|
85946
|
+
VCode: VCode
|
85950
85947
|
VCounter: VCounter
|
85948
|
+
VCarousel: VCarousel
|
85949
|
+
VCarouselItem: VCarouselItem
|
85950
|
+
VCombobox: VCombobox
|
85951
85951
|
VDataTable: VDataTable
|
85952
85952
|
VDataTableHeaders: VDataTableHeaders
|
85953
85953
|
VDataTableFooter: VDataTableFooter
|
@@ -85955,40 +85955,37 @@ declare module 'vue' {
|
|
85955
85955
|
VDataTableRow: VDataTableRow
|
85956
85956
|
VDataTableVirtual: VDataTableVirtual
|
85957
85957
|
VDataTableServer: VDataTableServer
|
85958
|
-
|
85958
|
+
VColorPicker: VColorPicker
|
85959
85959
|
VDatePicker: VDatePicker
|
85960
85960
|
VDatePickerControls: VDatePickerControls
|
85961
85961
|
VDatePickerHeader: VDatePickerHeader
|
85962
85962
|
VDatePickerMonth: VDatePickerMonth
|
85963
85963
|
VDatePickerMonths: VDatePickerMonths
|
85964
85964
|
VDatePickerYears: VDatePickerYears
|
85965
|
-
VEmptyState: VEmptyState
|
85966
85965
|
VDialog: VDialog
|
85966
|
+
VEmptyState: VEmptyState
|
85967
|
+
VDivider: VDivider
|
85968
|
+
VFooter: VFooter
|
85967
85969
|
VExpansionPanels: VExpansionPanels
|
85968
85970
|
VExpansionPanel: VExpansionPanel
|
85969
85971
|
VExpansionPanelText: VExpansionPanelText
|
85970
85972
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85971
|
-
|
85972
|
-
VDivider: VDivider
|
85973
|
+
VFab: VFab
|
85973
85974
|
VField: VField
|
85974
85975
|
VFieldLabel: VFieldLabel
|
85975
|
-
VFileInput: VFileInput
|
85976
|
-
VFab: VFab
|
85977
85976
|
VIcon: VIcon
|
85978
85977
|
VComponentIcon: VComponentIcon
|
85979
85978
|
VSvgIcon: VSvgIcon
|
85980
85979
|
VLigatureIcon: VLigatureIcon
|
85981
85980
|
VClassIcon: VClassIcon
|
85981
|
+
VFileInput: VFileInput
|
85982
85982
|
VImg: VImg
|
85983
|
-
|
85983
|
+
VInput: VInput
|
85984
85984
|
VItemGroup: VItemGroup
|
85985
85985
|
VItem: VItem
|
85986
85986
|
VKbd: VKbd
|
85987
|
-
VInput: VInput
|
85988
85987
|
VLabel: VLabel
|
85989
|
-
|
85990
|
-
VMenu: VMenu
|
85991
|
-
VMessages: VMessages
|
85988
|
+
VInfiniteScroll: VInfiniteScroll
|
85992
85989
|
VList: VList
|
85993
85990
|
VListGroup: VListGroup
|
85994
85991
|
VListImg: VListImg
|
@@ -85998,18 +85995,24 @@ declare module 'vue' {
|
|
85998
85995
|
VListItemSubtitle: VListItemSubtitle
|
85999
85996
|
VListItemTitle: VListItemTitle
|
86000
85997
|
VListSubheader: VListSubheader
|
85998
|
+
VMenu: VMenu
|
85999
|
+
VMain: VMain
|
86000
|
+
VMessages: VMessages
|
86001
|
+
VNumberInput: VNumberInput
|
86001
86002
|
VNavigationDrawer: VNavigationDrawer
|
86002
|
-
|
86003
|
+
VPagination: VPagination
|
86003
86004
|
VProgressCircular: VProgressCircular
|
86004
|
-
VNumberInput: VNumberInput
|
86005
86005
|
VOtpInput: VOtpInput
|
86006
|
-
|
86006
|
+
VOverlay: VOverlay
|
86007
86007
|
VProgressLinear: VProgressLinear
|
86008
|
-
|
86009
|
-
VSelect: VSelect
|
86008
|
+
VRadioGroup: VRadioGroup
|
86010
86009
|
VSelectionControl: VSelectionControl
|
86011
86010
|
VSelectionControlGroup: VSelectionControlGroup
|
86011
|
+
VRating: VRating
|
86012
86012
|
VSkeletonLoader: VSkeletonLoader
|
86013
|
+
VSlideGroup: VSlideGroup
|
86014
|
+
VSlideGroupItem: VSlideGroupItem
|
86015
|
+
VSelect: VSelect
|
86013
86016
|
VSheet: VSheet
|
86014
86017
|
VSnackbar: VSnackbar
|
86015
86018
|
VStepper: VStepper
|
@@ -86019,48 +86022,47 @@ declare module 'vue' {
|
|
86019
86022
|
VStepperWindow: VStepperWindow
|
86020
86023
|
VStepperWindowItem: VStepperWindowItem
|
86021
86024
|
VSlider: VSlider
|
86022
|
-
VSlideGroup: VSlideGroup
|
86023
|
-
VSlideGroupItem: VSlideGroupItem
|
86024
86025
|
VSwitch: VSwitch
|
86025
86026
|
VTab: VTab
|
86026
86027
|
VTabs: VTabs
|
86027
86028
|
VTabsWindow: VTabsWindow
|
86028
86029
|
VTabsWindowItem: VTabsWindowItem
|
86029
86030
|
VTable: VTable
|
86030
|
-
VTextarea: VTextarea
|
86031
86031
|
VSystemBar: VSystemBar
|
86032
|
-
VTextField: VTextField
|
86033
86032
|
VTimeline: VTimeline
|
86034
86033
|
VTimelineItem: VTimelineItem
|
86034
|
+
VTooltip: VTooltip
|
86035
86035
|
VToolbar: VToolbar
|
86036
86036
|
VToolbarTitle: VToolbarTitle
|
86037
86037
|
VToolbarItems: VToolbarItems
|
86038
|
-
VTooltip: VTooltip
|
86039
86038
|
VWindow: VWindow
|
86040
86039
|
VWindowItem: VWindowItem
|
86041
86040
|
VDataIterator: VDataIterator
|
86041
|
+
VDefaultsProvider: VDefaultsProvider
|
86042
86042
|
VConfirmEdit: VConfirmEdit
|
86043
|
-
VForm: VForm
|
86044
86043
|
VContainer: VContainer
|
86045
86044
|
VCol: VCol
|
86046
86045
|
VRow: VRow
|
86047
86046
|
VSpacer: VSpacer
|
86047
|
+
VForm: VForm
|
86048
86048
|
VHover: VHover
|
86049
|
-
VLazy: VLazy
|
86050
|
-
VDefaultsProvider: VDefaultsProvider
|
86051
86049
|
VLayout: VLayout
|
86052
86050
|
VLayoutItem: VLayoutItem
|
86051
|
+
VLazy: VLazy
|
86053
86052
|
VLocaleProvider: VLocaleProvider
|
86054
86053
|
VNoSsr: VNoSsr
|
86055
86054
|
VParallax: VParallax
|
86056
86055
|
VRadio: VRadio
|
86057
86056
|
VRangeSlider: VRangeSlider
|
86058
86057
|
VResponsive: VResponsive
|
86058
|
+
VSnackbarQueue: VSnackbarQueue
|
86059
86059
|
VSparkline: VSparkline
|
86060
86060
|
VSpeedDial: VSpeedDial
|
86061
86061
|
VThemeProvider: VThemeProvider
|
86062
86062
|
VValidation: VValidation
|
86063
86063
|
VVirtualScroll: VVirtualScroll
|
86064
|
+
VTextField: VTextField
|
86065
|
+
VTextarea: VTextarea
|
86064
86066
|
VFabTransition: VFabTransition
|
86065
86067
|
VDialogBottomTransition: VDialogBottomTransition
|
86066
86068
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86077,9 +86079,6 @@ declare module 'vue' {
|
|
86077
86079
|
VExpandTransition: VExpandTransition
|
86078
86080
|
VExpandXTransition: VExpandXTransition
|
86079
86081
|
VDialogTransition: VDialogTransition
|
86080
|
-
VPagination: VPagination
|
86081
|
-
VSnackbarQueue: VSnackbarQueue
|
86082
|
-
VIconBtn: VIconBtn
|
86083
86082
|
VColorInput: VColorInput
|
86084
86083
|
VCalendar: VCalendar
|
86085
86084
|
VCalendarDay: VCalendarDay
|
@@ -86087,20 +86086,21 @@ declare module 'vue' {
|
|
86087
86086
|
VCalendarInterval: VCalendarInterval
|
86088
86087
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86089
86088
|
VCalendarMonthDay: VCalendarMonthDay
|
86090
|
-
|
86091
|
-
|
86092
|
-
|
86089
|
+
VIconBtn: VIconBtn
|
86090
|
+
VStepperVertical: VStepperVertical
|
86091
|
+
VStepperVerticalItem: VStepperVerticalItem
|
86092
|
+
VStepperVerticalActions: VStepperVerticalActions
|
86093
86093
|
VPicker: VPicker
|
86094
86094
|
VPickerTitle: VPickerTitle
|
86095
|
-
VFileUpload: VFileUpload
|
86096
|
-
VFileUploadItem: VFileUploadItem
|
86097
86095
|
VTreeview: VTreeview
|
86098
86096
|
VTreeviewItem: VTreeviewItem
|
86099
86097
|
VTreeviewGroup: VTreeviewGroup
|
86098
|
+
VFileUpload: VFileUpload
|
86099
|
+
VFileUploadItem: VFileUploadItem
|
86100
|
+
VTimePicker: VTimePicker
|
86101
|
+
VTimePickerClock: VTimePickerClock
|
86102
|
+
VTimePickerControls: VTimePickerControls
|
86100
86103
|
VDateInput: VDateInput
|
86101
86104
|
VPullToRefresh: VPullToRefresh
|
86102
|
-
VStepperVertical: VStepperVertical
|
86103
|
-
VStepperVerticalItem: VStepperVerticalItem
|
86104
|
-
VStepperVerticalActions: VStepperVerticalActions
|
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-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 };
|