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