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-labs.d.ts
CHANGED
|
@@ -101805,24 +101805,23 @@ declare module 'vue' {
|
|
|
101805
101805
|
$children?: VNodeChild
|
|
101806
101806
|
}
|
|
101807
101807
|
export interface GlobalComponents {
|
|
101808
|
-
VAlert: VAlert
|
|
101809
|
-
VAlertTitle: VAlertTitle
|
|
101810
|
-
VApp: VApp
|
|
101811
101808
|
VAppBar: VAppBar
|
|
101812
101809
|
VAppBarNavIcon: VAppBarNavIcon
|
|
101813
101810
|
VAppBarTitle: VAppBarTitle
|
|
101814
|
-
VAvatar: VAvatar
|
|
101815
101811
|
VAutocomplete: VAutocomplete
|
|
101812
|
+
VAlert: VAlert
|
|
101813
|
+
VAlertTitle: VAlertTitle
|
|
101814
|
+
VAvatar: VAvatar
|
|
101816
101815
|
VBanner: VBanner
|
|
101817
101816
|
VBannerActions: VBannerActions
|
|
101818
101817
|
VBannerText: VBannerText
|
|
101819
101818
|
VBottomSheet: VBottomSheet
|
|
101820
101819
|
VBadge: VBadge
|
|
101821
101820
|
VBottomNavigation: VBottomNavigation
|
|
101822
|
-
VBtnGroup: VBtnGroup
|
|
101823
101821
|
VBreadcrumbs: VBreadcrumbs
|
|
101824
101822
|
VBreadcrumbsItem: VBreadcrumbsItem
|
|
101825
101823
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
|
101824
|
+
VBtn: VBtn
|
|
101826
101825
|
VBtnToggle: VBtnToggle
|
|
101827
101826
|
VCard: VCard
|
|
101828
101827
|
VCardActions: VCardActions
|
|
@@ -101832,22 +101831,21 @@ declare module 'vue' {
|
|
|
101832
101831
|
VCardTitle: VCardTitle
|
|
101833
101832
|
VCheckbox: VCheckbox
|
|
101834
101833
|
VCheckboxBtn: VCheckboxBtn
|
|
101834
|
+
VBtnGroup: VBtnGroup
|
|
101835
101835
|
VChipGroup: VChipGroup
|
|
101836
|
-
VCode: VCode
|
|
101837
101836
|
VCarousel: VCarousel
|
|
101838
101837
|
VCarouselItem: VCarouselItem
|
|
101839
101838
|
VChip: VChip
|
|
101839
|
+
VColorPicker: VColorPicker
|
|
101840
|
+
VCode: VCode
|
|
101840
101841
|
VCombobox: VCombobox
|
|
101841
101842
|
VCounter: VCounter
|
|
101842
|
-
VColorPicker: VColorPicker
|
|
101843
101843
|
VDatePicker: VDatePicker
|
|
101844
101844
|
VDatePickerControls: VDatePickerControls
|
|
101845
101845
|
VDatePickerHeader: VDatePickerHeader
|
|
101846
101846
|
VDatePickerMonth: VDatePickerMonth
|
|
101847
101847
|
VDatePickerMonths: VDatePickerMonths
|
|
101848
101848
|
VDatePickerYears: VDatePickerYears
|
|
101849
|
-
VDialog: VDialog
|
|
101850
|
-
VBtn: VBtn
|
|
101851
101849
|
VDataTable: VDataTable
|
|
101852
101850
|
VDataTableHeaders: VDataTableHeaders
|
|
101853
101851
|
VDataTableFooter: VDataTableFooter
|
|
@@ -101855,27 +101853,28 @@ declare module 'vue' {
|
|
|
101855
101853
|
VDataTableRow: VDataTableRow
|
|
101856
101854
|
VDataTableVirtual: VDataTableVirtual
|
|
101857
101855
|
VDataTableServer: VDataTableServer
|
|
101858
|
-
VDivider: VDivider
|
|
101859
|
-
VEmptyState: VEmptyState
|
|
101860
|
-
VField: VField
|
|
101861
|
-
VFieldLabel: VFieldLabel
|
|
101862
|
-
VFileInput: VFileInput
|
|
101863
101856
|
VExpansionPanels: VExpansionPanels
|
|
101864
101857
|
VExpansionPanel: VExpansionPanel
|
|
101865
101858
|
VExpansionPanelText: VExpansionPanelText
|
|
101866
101859
|
VExpansionPanelTitle: VExpansionPanelTitle
|
|
101860
|
+
VDivider: VDivider
|
|
101861
|
+
VDialog: VDialog
|
|
101862
|
+
VEmptyState: VEmptyState
|
|
101867
101863
|
VFab: VFab
|
|
101868
|
-
|
|
101869
|
-
|
|
101870
|
-
|
|
101871
|
-
|
|
101864
|
+
VField: VField
|
|
101865
|
+
VFieldLabel: VFieldLabel
|
|
101866
|
+
VFileInput: VFileInput
|
|
101867
|
+
VFooter: VFooter
|
|
101872
101868
|
VIcon: VIcon
|
|
101873
101869
|
VComponentIcon: VComponentIcon
|
|
101874
101870
|
VSvgIcon: VSvgIcon
|
|
101875
101871
|
VLigatureIcon: VLigatureIcon
|
|
101876
101872
|
VClassIcon: VClassIcon
|
|
101877
101873
|
VInfiniteScroll: VInfiniteScroll
|
|
101878
|
-
|
|
101874
|
+
VInput: VInput
|
|
101875
|
+
VImg: VImg
|
|
101876
|
+
VItemGroup: VItemGroup
|
|
101877
|
+
VItem: VItem
|
|
101879
101878
|
VLabel: VLabel
|
|
101880
101879
|
VKbd: VKbd
|
|
101881
101880
|
VList: VList
|
|
@@ -101888,46 +101887,46 @@ declare module 'vue' {
|
|
|
101888
101887
|
VListItemTitle: VListItemTitle
|
|
101889
101888
|
VListSubheader: VListSubheader
|
|
101890
101889
|
VMain: VMain
|
|
101891
|
-
VMessages: VMessages
|
|
101892
101890
|
VMenu: VMenu
|
|
101891
|
+
VMessages: VMessages
|
|
101892
|
+
VNumberInput: VNumberInput
|
|
101893
101893
|
VOtpInput: VOtpInput
|
|
101894
|
+
VPagination: VPagination
|
|
101894
101895
|
VNavigationDrawer: VNavigationDrawer
|
|
101895
101896
|
VOverlay: VOverlay
|
|
101896
|
-
|
|
101897
|
+
VProgressLinear: VProgressLinear
|
|
101897
101898
|
VProgressCircular: VProgressCircular
|
|
101898
|
-
VNumberInput: VNumberInput
|
|
101899
101899
|
VRadioGroup: VRadioGroup
|
|
101900
|
-
VProgressLinear: VProgressLinear
|
|
101901
101900
|
VRating: VRating
|
|
101902
101901
|
VSelect: VSelect
|
|
101903
|
-
VSheet: VSheet
|
|
101904
101902
|
VSelectionControl: VSelectionControl
|
|
101905
101903
|
VSelectionControlGroup: VSelectionControlGroup
|
|
101906
101904
|
VSkeletonLoader: VSkeletonLoader
|
|
101907
101905
|
VSlideGroup: VSlideGroup
|
|
101908
101906
|
VSlideGroupItem: VSlideGroupItem
|
|
101907
|
+
VSnackbar: VSnackbar
|
|
101909
101908
|
VSlider: VSlider
|
|
101909
|
+
VSheet: VSheet
|
|
101910
101910
|
VStepper: VStepper
|
|
101911
101911
|
VStepperActions: VStepperActions
|
|
101912
101912
|
VStepperHeader: VStepperHeader
|
|
101913
101913
|
VStepperItem: VStepperItem
|
|
101914
101914
|
VStepperWindow: VStepperWindow
|
|
101915
101915
|
VStepperWindowItem: VStepperWindowItem
|
|
101916
|
-
VSnackbar: VSnackbar
|
|
101917
101916
|
VSwitch: VSwitch
|
|
101917
|
+
VSystemBar: VSystemBar
|
|
101918
101918
|
VTable: VTable
|
|
101919
|
-
VTextField: VTextField
|
|
101920
101919
|
VTab: VTab
|
|
101921
101920
|
VTabs: VTabs
|
|
101922
101921
|
VTabsWindow: VTabsWindow
|
|
101923
101922
|
VTabsWindowItem: VTabsWindowItem
|
|
101924
|
-
VSystemBar: VSystemBar
|
|
101925
101923
|
VTextarea: VTextarea
|
|
101924
|
+
VTextField: VTextField
|
|
101925
|
+
VTimeline: VTimeline
|
|
101926
|
+
VTimelineItem: VTimelineItem
|
|
101926
101927
|
VToolbar: VToolbar
|
|
101927
101928
|
VToolbarTitle: VToolbarTitle
|
|
101928
101929
|
VToolbarItems: VToolbarItems
|
|
101929
|
-
VTimeline: VTimeline
|
|
101930
|
-
VTimelineItem: VTimelineItem
|
|
101931
101930
|
VTooltip: VTooltip
|
|
101932
101931
|
VWindow: VWindow
|
|
101933
101932
|
VWindowItem: VWindowItem
|
|
@@ -101935,26 +101934,20 @@ declare module 'vue' {
|
|
|
101935
101934
|
VDataIterator: VDataIterator
|
|
101936
101935
|
VDefaultsProvider: VDefaultsProvider
|
|
101937
101936
|
VForm: VForm
|
|
101938
|
-
VContainer: VContainer
|
|
101939
|
-
VCol: VCol
|
|
101940
|
-
VRow: VRow
|
|
101941
|
-
VSpacer: VSpacer
|
|
101942
|
-
VHover: VHover
|
|
101943
101937
|
VLayout: VLayout
|
|
101944
101938
|
VLayoutItem: VLayoutItem
|
|
101945
101939
|
VLazy: VLazy
|
|
101946
101940
|
VLocaleProvider: VLocaleProvider
|
|
101947
101941
|
VNoSsr: VNoSsr
|
|
101948
101942
|
VParallax: VParallax
|
|
101949
|
-
VRadio: VRadio
|
|
101950
101943
|
VRangeSlider: VRangeSlider
|
|
101944
|
+
VRadio: VRadio
|
|
101951
101945
|
VResponsive: VResponsive
|
|
101952
|
-
VSparkline: VSparkline
|
|
101953
101946
|
VSnackbarQueue: VSnackbarQueue
|
|
101947
|
+
VSparkline: VSparkline
|
|
101954
101948
|
VSpeedDial: VSpeedDial
|
|
101955
|
-
VThemeProvider: VThemeProvider
|
|
101956
|
-
VVirtualScroll: VVirtualScroll
|
|
101957
101949
|
VValidation: VValidation
|
|
101950
|
+
VThemeProvider: VThemeProvider
|
|
101958
101951
|
VFabTransition: VFabTransition
|
|
101959
101952
|
VDialogBottomTransition: VDialogBottomTransition
|
|
101960
101953
|
VDialogTopTransition: VDialogTopTransition
|
|
@@ -101971,27 +101964,34 @@ declare module 'vue' {
|
|
|
101971
101964
|
VExpandTransition: VExpandTransition
|
|
101972
101965
|
VExpandXTransition: VExpandXTransition
|
|
101973
101966
|
VDialogTransition: VDialogTransition
|
|
101967
|
+
VVirtualScroll: VVirtualScroll
|
|
101968
|
+
VContainer: VContainer
|
|
101969
|
+
VCol: VCol
|
|
101970
|
+
VRow: VRow
|
|
101971
|
+
VSpacer: VSpacer
|
|
101972
|
+
VApp: VApp
|
|
101973
|
+
VHover: VHover
|
|
101974
|
+
VColorInput: VColorInput
|
|
101974
101975
|
VCalendar: VCalendar
|
|
101975
101976
|
VCalendarDay: VCalendarDay
|
|
101976
101977
|
VCalendarHeader: VCalendarHeader
|
|
101977
101978
|
VCalendarInterval: VCalendarInterval
|
|
101978
101979
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
|
101979
101980
|
VCalendarMonthDay: VCalendarMonthDay
|
|
101980
|
-
|
|
101981
|
+
VIconBtn: VIconBtn
|
|
101982
|
+
VFileUpload: VFileUpload
|
|
101983
|
+
VFileUploadItem: VFileUploadItem
|
|
101981
101984
|
VPicker: VPicker
|
|
101982
101985
|
VPickerTitle: VPickerTitle
|
|
101983
|
-
|
|
101986
|
+
VStepperVertical: VStepperVertical
|
|
101987
|
+
VStepperVerticalItem: VStepperVerticalItem
|
|
101988
|
+
VStepperVerticalActions: VStepperVerticalActions
|
|
101984
101989
|
VTreeview: VTreeview
|
|
101985
101990
|
VTreeviewItem: VTreeviewItem
|
|
101986
101991
|
VTreeviewGroup: VTreeviewGroup
|
|
101987
|
-
VFileUpload: VFileUpload
|
|
101988
|
-
VFileUploadItem: VFileUploadItem
|
|
101989
101992
|
VTimePicker: VTimePicker
|
|
101990
101993
|
VTimePickerClock: VTimePickerClock
|
|
101991
101994
|
VTimePickerControls: VTimePickerControls
|
|
101992
|
-
VStepperVertical: VStepperVertical
|
|
101993
|
-
VStepperVerticalItem: VStepperVerticalItem
|
|
101994
|
-
VStepperVerticalActions: VStepperVerticalActions
|
|
101995
101995
|
VDateInput: VDateInput
|
|
101996
101996
|
VPullToRefresh: VPullToRefresh
|
|
101997
101997
|
}
|
package/dist/vuetify-labs.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
|
*/
|
|
@@ -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";
|
|
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";
|
|
32500
32500
|
|
|
32501
32501
|
/* eslint-disable local-rules/sort-imports */
|
|
32502
32502
|
|