@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-labs.d.ts
CHANGED
@@ -101806,40 +101806,40 @@ declare module 'vue' {
|
|
101806
101806
|
}
|
101807
101807
|
export interface GlobalComponents {
|
101808
101808
|
VApp: VApp
|
101809
|
-
VAlert: VAlert
|
101810
|
-
VAlertTitle: VAlertTitle
|
101811
|
-
VAutocomplete: VAutocomplete
|
101812
|
-
VAvatar: VAvatar
|
101813
|
-
VBadge: VBadge
|
101814
|
-
VBanner: VBanner
|
101815
|
-
VBannerActions: VBannerActions
|
101816
|
-
VBannerText: VBannerText
|
101817
101809
|
VAppBar: VAppBar
|
101818
101810
|
VAppBarNavIcon: VAppBarNavIcon
|
101819
101811
|
VAppBarTitle: VAppBarTitle
|
101812
|
+
VAvatar: VAvatar
|
101813
|
+
VAutocomplete: VAutocomplete
|
101820
101814
|
VBottomNavigation: VBottomNavigation
|
101815
|
+
VBanner: VBanner
|
101816
|
+
VBannerActions: VBannerActions
|
101817
|
+
VBannerText: VBannerText
|
101818
|
+
VBottomSheet: VBottomSheet
|
101819
|
+
VBadge: VBadge
|
101820
|
+
VBtnToggle: VBtnToggle
|
101821
101821
|
VBreadcrumbs: VBreadcrumbs
|
101822
101822
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101823
101823
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101824
|
-
|
101824
|
+
VBtn: VBtn
|
101825
101825
|
VCard: VCard
|
101826
101826
|
VCardActions: VCardActions
|
101827
101827
|
VCardItem: VCardItem
|
101828
101828
|
VCardSubtitle: VCardSubtitle
|
101829
101829
|
VCardText: VCardText
|
101830
101830
|
VCardTitle: VCardTitle
|
101831
|
+
VAlert: VAlert
|
101832
|
+
VAlertTitle: VAlertTitle
|
101831
101833
|
VCheckbox: VCheckbox
|
101832
101834
|
VCheckboxBtn: VCheckboxBtn
|
101833
|
-
VCarousel: VCarousel
|
101834
|
-
VCarouselItem: VCarouselItem
|
101835
101835
|
VChip: VChip
|
101836
|
-
VChipGroup: VChipGroup
|
101837
101836
|
VBtnGroup: VBtnGroup
|
101838
|
-
|
101839
|
-
|
101840
|
-
VCombobox: VCombobox
|
101841
|
-
VBtnToggle: VBtnToggle
|
101837
|
+
VChipGroup: VChipGroup
|
101838
|
+
VCode: VCode
|
101842
101839
|
VCounter: VCounter
|
101840
|
+
VCarousel: VCarousel
|
101841
|
+
VCarouselItem: VCarouselItem
|
101842
|
+
VCombobox: VCombobox
|
101843
101843
|
VDataTable: VDataTable
|
101844
101844
|
VDataTableHeaders: VDataTableHeaders
|
101845
101845
|
VDataTableFooter: VDataTableFooter
|
@@ -101847,40 +101847,37 @@ declare module 'vue' {
|
|
101847
101847
|
VDataTableRow: VDataTableRow
|
101848
101848
|
VDataTableVirtual: VDataTableVirtual
|
101849
101849
|
VDataTableServer: VDataTableServer
|
101850
|
-
|
101850
|
+
VColorPicker: VColorPicker
|
101851
101851
|
VDatePicker: VDatePicker
|
101852
101852
|
VDatePickerControls: VDatePickerControls
|
101853
101853
|
VDatePickerHeader: VDatePickerHeader
|
101854
101854
|
VDatePickerMonth: VDatePickerMonth
|
101855
101855
|
VDatePickerMonths: VDatePickerMonths
|
101856
101856
|
VDatePickerYears: VDatePickerYears
|
101857
|
-
VEmptyState: VEmptyState
|
101858
101857
|
VDialog: VDialog
|
101858
|
+
VEmptyState: VEmptyState
|
101859
|
+
VDivider: VDivider
|
101860
|
+
VFooter: VFooter
|
101859
101861
|
VExpansionPanels: VExpansionPanels
|
101860
101862
|
VExpansionPanel: VExpansionPanel
|
101861
101863
|
VExpansionPanelText: VExpansionPanelText
|
101862
101864
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101863
|
-
|
101864
|
-
VDivider: VDivider
|
101865
|
+
VFab: VFab
|
101865
101866
|
VField: VField
|
101866
101867
|
VFieldLabel: VFieldLabel
|
101867
|
-
VFileInput: VFileInput
|
101868
|
-
VFab: VFab
|
101869
101868
|
VIcon: VIcon
|
101870
101869
|
VComponentIcon: VComponentIcon
|
101871
101870
|
VSvgIcon: VSvgIcon
|
101872
101871
|
VLigatureIcon: VLigatureIcon
|
101873
101872
|
VClassIcon: VClassIcon
|
101873
|
+
VFileInput: VFileInput
|
101874
101874
|
VImg: VImg
|
101875
|
-
|
101875
|
+
VInput: VInput
|
101876
101876
|
VItemGroup: VItemGroup
|
101877
101877
|
VItem: VItem
|
101878
101878
|
VKbd: VKbd
|
101879
|
-
VInput: VInput
|
101880
101879
|
VLabel: VLabel
|
101881
|
-
|
101882
|
-
VMenu: VMenu
|
101883
|
-
VMessages: VMessages
|
101880
|
+
VInfiniteScroll: VInfiniteScroll
|
101884
101881
|
VList: VList
|
101885
101882
|
VListGroup: VListGroup
|
101886
101883
|
VListImg: VListImg
|
@@ -101890,18 +101887,24 @@ declare module 'vue' {
|
|
101890
101887
|
VListItemSubtitle: VListItemSubtitle
|
101891
101888
|
VListItemTitle: VListItemTitle
|
101892
101889
|
VListSubheader: VListSubheader
|
101890
|
+
VMenu: VMenu
|
101891
|
+
VMain: VMain
|
101892
|
+
VMessages: VMessages
|
101893
|
+
VNumberInput: VNumberInput
|
101893
101894
|
VNavigationDrawer: VNavigationDrawer
|
101894
|
-
|
101895
|
+
VPagination: VPagination
|
101895
101896
|
VProgressCircular: VProgressCircular
|
101896
|
-
VNumberInput: VNumberInput
|
101897
101897
|
VOtpInput: VOtpInput
|
101898
|
-
|
101898
|
+
VOverlay: VOverlay
|
101899
101899
|
VProgressLinear: VProgressLinear
|
101900
|
-
|
101901
|
-
VSelect: VSelect
|
101900
|
+
VRadioGroup: VRadioGroup
|
101902
101901
|
VSelectionControl: VSelectionControl
|
101903
101902
|
VSelectionControlGroup: VSelectionControlGroup
|
101903
|
+
VRating: VRating
|
101904
101904
|
VSkeletonLoader: VSkeletonLoader
|
101905
|
+
VSlideGroup: VSlideGroup
|
101906
|
+
VSlideGroupItem: VSlideGroupItem
|
101907
|
+
VSelect: VSelect
|
101905
101908
|
VSheet: VSheet
|
101906
101909
|
VSnackbar: VSnackbar
|
101907
101910
|
VStepper: VStepper
|
@@ -101911,48 +101914,47 @@ declare module 'vue' {
|
|
101911
101914
|
VStepperWindow: VStepperWindow
|
101912
101915
|
VStepperWindowItem: VStepperWindowItem
|
101913
101916
|
VSlider: VSlider
|
101914
|
-
VSlideGroup: VSlideGroup
|
101915
|
-
VSlideGroupItem: VSlideGroupItem
|
101916
101917
|
VSwitch: VSwitch
|
101917
101918
|
VTab: VTab
|
101918
101919
|
VTabs: VTabs
|
101919
101920
|
VTabsWindow: VTabsWindow
|
101920
101921
|
VTabsWindowItem: VTabsWindowItem
|
101921
101922
|
VTable: VTable
|
101922
|
-
VTextarea: VTextarea
|
101923
101923
|
VSystemBar: VSystemBar
|
101924
|
-
VTextField: VTextField
|
101925
101924
|
VTimeline: VTimeline
|
101926
101925
|
VTimelineItem: VTimelineItem
|
101926
|
+
VTooltip: VTooltip
|
101927
101927
|
VToolbar: VToolbar
|
101928
101928
|
VToolbarTitle: VToolbarTitle
|
101929
101929
|
VToolbarItems: VToolbarItems
|
101930
|
-
VTooltip: VTooltip
|
101931
101930
|
VWindow: VWindow
|
101932
101931
|
VWindowItem: VWindowItem
|
101933
101932
|
VDataIterator: VDataIterator
|
101933
|
+
VDefaultsProvider: VDefaultsProvider
|
101934
101934
|
VConfirmEdit: VConfirmEdit
|
101935
|
-
VForm: VForm
|
101936
101935
|
VContainer: VContainer
|
101937
101936
|
VCol: VCol
|
101938
101937
|
VRow: VRow
|
101939
101938
|
VSpacer: VSpacer
|
101939
|
+
VForm: VForm
|
101940
101940
|
VHover: VHover
|
101941
|
-
VLazy: VLazy
|
101942
|
-
VDefaultsProvider: VDefaultsProvider
|
101943
101941
|
VLayout: VLayout
|
101944
101942
|
VLayoutItem: VLayoutItem
|
101943
|
+
VLazy: VLazy
|
101945
101944
|
VLocaleProvider: VLocaleProvider
|
101946
101945
|
VNoSsr: VNoSsr
|
101947
101946
|
VParallax: VParallax
|
101948
101947
|
VRadio: VRadio
|
101949
101948
|
VRangeSlider: VRangeSlider
|
101950
101949
|
VResponsive: VResponsive
|
101950
|
+
VSnackbarQueue: VSnackbarQueue
|
101951
101951
|
VSparkline: VSparkline
|
101952
101952
|
VSpeedDial: VSpeedDial
|
101953
101953
|
VThemeProvider: VThemeProvider
|
101954
101954
|
VValidation: VValidation
|
101955
101955
|
VVirtualScroll: VVirtualScroll
|
101956
|
+
VTextField: VTextField
|
101957
|
+
VTextarea: VTextarea
|
101956
101958
|
VFabTransition: VFabTransition
|
101957
101959
|
VDialogBottomTransition: VDialogBottomTransition
|
101958
101960
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101969,9 +101971,6 @@ declare module 'vue' {
|
|
101969
101971
|
VExpandTransition: VExpandTransition
|
101970
101972
|
VExpandXTransition: VExpandXTransition
|
101971
101973
|
VDialogTransition: VDialogTransition
|
101972
|
-
VPagination: VPagination
|
101973
|
-
VSnackbarQueue: VSnackbarQueue
|
101974
|
-
VIconBtn: VIconBtn
|
101975
101974
|
VColorInput: VColorInput
|
101976
101975
|
VCalendar: VCalendar
|
101977
101976
|
VCalendarDay: VCalendarDay
|
@@ -101979,20 +101978,21 @@ declare module 'vue' {
|
|
101979
101978
|
VCalendarInterval: VCalendarInterval
|
101980
101979
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101981
101980
|
VCalendarMonthDay: VCalendarMonthDay
|
101982
|
-
|
101983
|
-
|
101984
|
-
|
101981
|
+
VIconBtn: VIconBtn
|
101982
|
+
VStepperVertical: VStepperVertical
|
101983
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101984
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101985
101985
|
VPicker: VPicker
|
101986
101986
|
VPickerTitle: VPickerTitle
|
101987
|
-
VFileUpload: VFileUpload
|
101988
|
-
VFileUploadItem: VFileUploadItem
|
101989
101987
|
VTreeview: VTreeview
|
101990
101988
|
VTreeviewItem: VTreeviewItem
|
101991
101989
|
VTreeviewGroup: VTreeviewGroup
|
101990
|
+
VFileUpload: VFileUpload
|
101991
|
+
VFileUploadItem: VFileUploadItem
|
101992
|
+
VTimePicker: VTimePicker
|
101993
|
+
VTimePickerClock: VTimePickerClock
|
101994
|
+
VTimePickerControls: VTimePickerControls
|
101992
101995
|
VDateInput: VDateInput
|
101993
101996
|
VPullToRefresh: VPullToRefresh
|
101994
|
-
VStepperVertical: VStepperVertical
|
101995
|
-
VStepperVerticalItem: VStepperVerticalItem
|
101996
|
-
VStepperVerticalActions: VStepperVerticalActions
|
101997
101997
|
}
|
101998
101998
|
}
|
package/dist/vuetify-labs.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
|
*/
|
@@ -9709,7 +9709,7 @@ function useItems(props) {
|
|
9709
9709
|
function transformItem$2(props, item) {
|
9710
9710
|
const type = getPropertyFromItem(item, props.itemType, 'item');
|
9711
9711
|
const title = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemTitle);
|
9712
|
-
const value = getPropertyFromItem(item, props.itemValue, undefined);
|
9712
|
+
const value = isPrimitive(item) ? item : getPropertyFromItem(item, props.itemValue, undefined);
|
9713
9713
|
const children = getPropertyFromItem(item, props.itemChildren);
|
9714
9714
|
const itemProps = props.itemProps === true ? omit(item, ['children']) : getPropertyFromItem(item, props.itemProps);
|
9715
9715
|
const _props = {
|
@@ -11954,11 +11954,7 @@ const VField = genericComponent()({
|
|
11954
11954
|
default: slots.loader
|
11955
11955
|
}), hasPrepend && createElementVNode("div", {
|
11956
11956
|
"key": "prepend",
|
11957
|
-
"class": "v-field__prepend-inner"
|
11958
|
-
"onMousedown": e => {
|
11959
|
-
e.preventDefault();
|
11960
|
-
e.stopPropagation();
|
11961
|
-
}
|
11957
|
+
"class": "v-field__prepend-inner"
|
11962
11958
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
11963
11959
|
"key": "prepend-icon",
|
11964
11960
|
"name": "prependInner",
|
@@ -12027,11 +12023,7 @@ const VField = genericComponent()({
|
|
12027
12023
|
})]), [[vShow, props.dirty]])]
|
12028
12024
|
}), hasAppend && createElementVNode("div", {
|
12029
12025
|
"key": "append",
|
12030
|
-
"class": "v-field__append-inner"
|
12031
|
-
"onMousedown": e => {
|
12032
|
-
e.preventDefault();
|
12033
|
-
e.stopPropagation();
|
12034
|
-
}
|
12026
|
+
"class": "v-field__append-inner"
|
12035
12027
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12036
12028
|
"key": "append-icon",
|
12037
12029
|
"name": "appendInner",
|
@@ -15225,6 +15217,7 @@ const VCarousel = genericComponent()({
|
|
15225
15217
|
}) : createVNode(VBtn, mergeProps(item, props), null);
|
15226
15218
|
})]
|
15227
15219
|
})]), props.progress && createVNode(VProgressLinear, {
|
15220
|
+
"absolute": true,
|
15228
15221
|
"class": "v-carousel__progress",
|
15229
15222
|
"color": typeof props.progress === 'string' ? props.progress : undefined,
|
15230
15223
|
"modelValue": (group.getItemIndex(model.value) + 1) / group.items.value.length * 100
|
@@ -22105,8 +22098,11 @@ function useCalendar(props) {
|
|
22105
22098
|
}, v => adapter.getMonth(v));
|
22106
22099
|
const weekDays = computed(() => {
|
22107
22100
|
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22108
|
-
|
22109
|
-
|
22101
|
+
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22102
|
+
});
|
22103
|
+
const weekdayLabels = computed(() => {
|
22104
|
+
const labels = adapter.getWeekdays(props.firstDayOfWeek);
|
22105
|
+
return weekDays.value.map(day => labels[day]);
|
22110
22106
|
});
|
22111
22107
|
const weeksInMonth = computed(() => {
|
22112
22108
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22187,7 +22183,7 @@ function useCalendar(props) {
|
|
22187
22183
|
if (typeof props.allowedDates === 'function') {
|
22188
22184
|
return !props.allowedDates(date);
|
22189
22185
|
}
|
22190
|
-
return
|
22186
|
+
return false;
|
22191
22187
|
}
|
22192
22188
|
return {
|
22193
22189
|
displayValue,
|
@@ -22197,6 +22193,7 @@ function useCalendar(props) {
|
|
22197
22193
|
model,
|
22198
22194
|
weeksInMonth,
|
22199
22195
|
weekDays,
|
22196
|
+
weekdayLabels,
|
22200
22197
|
weekNumbers
|
22201
22198
|
};
|
22202
22199
|
}
|
@@ -22235,7 +22232,9 @@ const VDatePickerMonth = genericComponent()({
|
|
22235
22232
|
const {
|
22236
22233
|
daysInMonth,
|
22237
22234
|
model,
|
22238
|
-
weekNumbers
|
22235
|
+
weekNumbers,
|
22236
|
+
weekDays,
|
22237
|
+
weekdayLabels
|
22239
22238
|
} = useCalendar(props);
|
22240
22239
|
const adapter = useDate();
|
22241
22240
|
const rangeStart = shallowRef();
|
@@ -22307,7 +22306,10 @@ const VDatePickerMonth = genericComponent()({
|
|
22307
22306
|
}
|
22308
22307
|
}
|
22309
22308
|
useRender(() => createElementVNode("div", {
|
22310
|
-
"class": "v-date-picker-month"
|
22309
|
+
"class": "v-date-picker-month",
|
22310
|
+
"style": {
|
22311
|
+
'--v-date-picker-days-in-week': weekDays.value.length
|
22312
|
+
}
|
22311
22313
|
}, [props.showWeek && createElementVNode("div", {
|
22312
22314
|
"key": "weeks",
|
22313
22315
|
"class": "v-date-picker-month__weeks"
|
@@ -22323,7 +22325,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22323
22325
|
"ref": daysRef,
|
22324
22326
|
"key": daysInMonth.value[0].date?.toString(),
|
22325
22327
|
"class": "v-date-picker-month__days"
|
22326
|
-
}, [!props.hideWeekdays &&
|
22328
|
+
}, [!props.hideWeekdays && weekdayLabels.value.map(weekDay => createElementVNode("div", {
|
22327
22329
|
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22328
22330
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22329
22331
|
const slotProps = {
|
@@ -24925,6 +24927,8 @@ function useHold(_ref) {
|
|
24925
24927
|
function holdStart(value) {
|
24926
24928
|
holdStop();
|
24927
24929
|
tick(value);
|
24930
|
+
window.addEventListener('pointerup', holdStop);
|
24931
|
+
document.addEventListener('blur', holdStop);
|
24928
24932
|
timeout = window.setTimeout(() => {
|
24929
24933
|
interval = window.setInterval(() => tick(value), HOLD_REPEAT);
|
24930
24934
|
}, HOLD_DELAY);
|
@@ -24932,6 +24936,8 @@ function useHold(_ref) {
|
|
24932
24936
|
function holdStop() {
|
24933
24937
|
window.clearTimeout(timeout);
|
24934
24938
|
window.clearInterval(interval);
|
24939
|
+
window.removeEventListener('pointerup', holdStop);
|
24940
|
+
document.removeEventListener('blur', holdStop);
|
24935
24941
|
}
|
24936
24942
|
function tick(value) {
|
24937
24943
|
toggleUpDown(value === 'up');
|
@@ -25043,7 +25049,7 @@ const VNumberInput = genericComponent()({
|
|
25043
25049
|
onClick: onControlClick,
|
25044
25050
|
onPointerup: onControlMouseup,
|
25045
25051
|
onPointerdown: onUpControlMousedown,
|
25046
|
-
onPointercancel:
|
25052
|
+
onPointercancel: onControlMouseup
|
25047
25053
|
}
|
25048
25054
|
};
|
25049
25055
|
const decrementSlotProps = {
|
@@ -25051,7 +25057,7 @@ const VNumberInput = genericComponent()({
|
|
25051
25057
|
onClick: onControlClick,
|
25052
25058
|
onPointerup: onControlMouseup,
|
25053
25059
|
onPointerdown: onDownControlMousedown,
|
25054
|
-
onPointercancel:
|
25060
|
+
onPointercancel: onControlMouseup
|
25055
25061
|
}
|
25056
25062
|
};
|
25057
25063
|
watch(() => props.precision, () => formatInputValue());
|
@@ -25131,7 +25137,6 @@ const VNumberInput = genericComponent()({
|
|
25131
25137
|
const el = e.currentTarget;
|
25132
25138
|
el?.releasePointerCapture(e.pointerId);
|
25133
25139
|
e.preventDefault();
|
25134
|
-
e.stopPropagation();
|
25135
25140
|
holdStop();
|
25136
25141
|
}
|
25137
25142
|
function onUpControlMousedown(e) {
|
@@ -25148,11 +25153,6 @@ const VNumberInput = genericComponent()({
|
|
25148
25153
|
e.stopPropagation();
|
25149
25154
|
holdStart('down');
|
25150
25155
|
}
|
25151
|
-
function onControlPointerCancel(e) {
|
25152
|
-
const el = e.currentTarget;
|
25153
|
-
el?.releasePointerCapture(e.pointerId);
|
25154
|
-
holdStop();
|
25155
|
-
}
|
25156
25156
|
function clampModel() {
|
25157
25157
|
if (controlsDisabled.value) return;
|
25158
25158
|
if (!vTextFieldRef.value) return;
|
@@ -25202,7 +25202,7 @@ const VNumberInput = genericComponent()({
|
|
25202
25202
|
"onClick": onControlClick,
|
25203
25203
|
"onPointerdown": onUpControlMousedown,
|
25204
25204
|
"onPointerup": onControlMouseup,
|
25205
|
-
"onPointercancel":
|
25205
|
+
"onPointercancel": onControlMouseup,
|
25206
25206
|
"size": controlNodeSize.value,
|
25207
25207
|
"tabindex": "-1"
|
25208
25208
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -25232,7 +25232,7 @@ const VNumberInput = genericComponent()({
|
|
25232
25232
|
"onClick": onControlClick,
|
25233
25233
|
"onPointerdown": onDownControlMousedown,
|
25234
25234
|
"onPointerup": onControlMouseup,
|
25235
|
-
"onPointercancel":
|
25235
|
+
"onPointercancel": onControlMouseup,
|
25236
25236
|
"size": controlNodeSize.value,
|
25237
25237
|
"tabindex": "-1"
|
25238
25238
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -32198,7 +32198,7 @@ function createVuetify$1() {
|
|
32198
32198
|
};
|
32199
32199
|
});
|
32200
32200
|
}
|
32201
|
-
const version$1 = "3.8.
|
32201
|
+
const version$1 = "3.8.11-master.2025-06-24";
|
32202
32202
|
createVuetify$1.version = version$1;
|
32203
32203
|
|
32204
32204
|
// Vue's inject() can only be used in setup
|
@@ -32496,7 +32496,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32496
32496
|
|
32497
32497
|
/* eslint-disable local-rules/sort-imports */
|
32498
32498
|
|
32499
|
-
const version = "3.8.
|
32499
|
+
const version = "3.8.11-master.2025-06-24";
|
32500
32500
|
|
32501
32501
|
/* eslint-disable local-rules/sort-imports */
|
32502
32502
|
|