@vuetify/nightly 3.8.10-master.2025-06-19 → 3.8.11-master.2025-06-27
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 +12 -7
- package/dist/json/attributes.json +3005 -3005
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5874 -5874
- package/dist/vuetify-labs.cjs +37 -37
- package/dist/vuetify-labs.css +6315 -6321
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +37 -37
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +37 -37
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +36 -37
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3938 -3944
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +36 -37
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +36 -37
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +36 -36
- 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/VDataTable/VDataTableColumn.js +0 -1
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaders.js +5 -5
- package/lib/components/VDataTable/VDataTableHeaders.js.map +1 -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/components/VTextField/VTextField.js +1 -1
- package/lib/components/VTextField/VTextField.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 +58 -58
- package/lib/framework.js +1 -1
- package/lib/labs/VIconBtn/VIconBtn.js +1 -0
- package/lib/labs/VIconBtn/VIconBtn.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -101805,48 +101805,40 @@ declare module 'vue' {
|
|
101805
101805
|
$children?: VNodeChild
|
101806
101806
|
}
|
101807
101807
|
export interface GlobalComponents {
|
101808
|
-
VAlert: VAlert
|
101809
|
-
VAlertTitle: VAlertTitle
|
101810
101808
|
VApp: VApp
|
101809
|
+
VAutocomplete: VAutocomplete
|
101811
101810
|
VAppBar: VAppBar
|
101812
101811
|
VAppBarNavIcon: VAppBarNavIcon
|
101813
101812
|
VAppBarTitle: VAppBarTitle
|
101813
|
+
VAlert: VAlert
|
101814
|
+
VAlertTitle: VAlertTitle
|
101814
101815
|
VAvatar: VAvatar
|
101815
|
-
VBadge: VBadge
|
101816
|
-
VBanner: VBanner
|
101817
|
-
VBannerActions: VBannerActions
|
101818
|
-
VBannerText: VBannerText
|
101819
101816
|
VBottomNavigation: VBottomNavigation
|
101820
|
-
VAutocomplete: VAutocomplete
|
101821
101817
|
VBreadcrumbs: VBreadcrumbs
|
101822
101818
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101823
101819
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101824
|
-
|
101825
|
-
|
101820
|
+
VBanner: VBanner
|
101821
|
+
VBannerActions: VBannerActions
|
101822
|
+
VBannerText: VBannerText
|
101826
101823
|
VBtn: VBtn
|
101824
|
+
VBadge: VBadge
|
101825
|
+
VBtnGroup: VBtnGroup
|
101826
|
+
VCarousel: VCarousel
|
101827
|
+
VCarouselItem: VCarouselItem
|
101828
|
+
VBtnToggle: VBtnToggle
|
101829
|
+
VChipGroup: VChipGroup
|
101830
|
+
VCombobox: VCombobox
|
101827
101831
|
VCard: VCard
|
101828
101832
|
VCardActions: VCardActions
|
101829
101833
|
VCardItem: VCardItem
|
101830
101834
|
VCardSubtitle: VCardSubtitle
|
101831
101835
|
VCardText: VCardText
|
101832
101836
|
VCardTitle: VCardTitle
|
101833
|
-
|
101834
|
-
VChipGroup: VChipGroup
|
101835
|
-
VCarousel: VCarousel
|
101836
|
-
VCarouselItem: VCarouselItem
|
101837
|
+
VChip: VChip
|
101837
101838
|
VCheckbox: VCheckbox
|
101838
101839
|
VCheckboxBtn: VCheckboxBtn
|
101839
|
-
VColorPicker: VColorPicker
|
101840
|
-
VChip: VChip
|
101841
|
-
VCode: VCode
|
101842
|
-
VCombobox: VCombobox
|
101843
101840
|
VCounter: VCounter
|
101844
|
-
|
101845
|
-
VDatePickerControls: VDatePickerControls
|
101846
|
-
VDatePickerHeader: VDatePickerHeader
|
101847
|
-
VDatePickerMonth: VDatePickerMonth
|
101848
|
-
VDatePickerMonths: VDatePickerMonths
|
101849
|
-
VDatePickerYears: VDatePickerYears
|
101841
|
+
VCode: VCode
|
101850
101842
|
VDataTable: VDataTable
|
101851
101843
|
VDataTableHeaders: VDataTableHeaders
|
101852
101844
|
VDataTableFooter: VDataTableFooter
|
@@ -101854,28 +101846,34 @@ declare module 'vue' {
|
|
101854
101846
|
VDataTableRow: VDataTableRow
|
101855
101847
|
VDataTableVirtual: VDataTableVirtual
|
101856
101848
|
VDataTableServer: VDataTableServer
|
101857
|
-
|
101849
|
+
VDatePicker: VDatePicker
|
101850
|
+
VDatePickerControls: VDatePickerControls
|
101851
|
+
VDatePickerHeader: VDatePickerHeader
|
101852
|
+
VDatePickerMonth: VDatePickerMonth
|
101853
|
+
VDatePickerMonths: VDatePickerMonths
|
101854
|
+
VDatePickerYears: VDatePickerYears
|
101855
|
+
VEmptyState: VEmptyState
|
101858
101856
|
VDivider: VDivider
|
101857
|
+
VDialog: VDialog
|
101858
|
+
VFab: VFab
|
101859
|
+
VField: VField
|
101860
|
+
VFieldLabel: VFieldLabel
|
101859
101861
|
VExpansionPanels: VExpansionPanels
|
101860
101862
|
VExpansionPanel: VExpansionPanel
|
101861
101863
|
VExpansionPanelText: VExpansionPanelText
|
101862
101864
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101863
|
-
VField: VField
|
101864
|
-
VFieldLabel: VFieldLabel
|
101865
|
-
VFab: VFab
|
101866
101865
|
VFileInput: VFileInput
|
101867
|
-
VEmptyState: VEmptyState
|
101868
|
-
VFooter: VFooter
|
101869
|
-
VImg: VImg
|
101870
101866
|
VIcon: VIcon
|
101871
101867
|
VComponentIcon: VComponentIcon
|
101872
101868
|
VSvgIcon: VSvgIcon
|
101873
101869
|
VLigatureIcon: VLigatureIcon
|
101874
101870
|
VClassIcon: VClassIcon
|
101871
|
+
VFooter: VFooter
|
101872
|
+
VInput: VInput
|
101873
|
+
VImg: VImg
|
101875
101874
|
VInfiniteScroll: VInfiniteScroll
|
101876
|
-
VKbd: VKbd
|
101877
101875
|
VLabel: VLabel
|
101878
|
-
|
101876
|
+
VKbd: VKbd
|
101879
101877
|
VItemGroup: VItemGroup
|
101880
101878
|
VItem: VItem
|
101881
101879
|
VList: VList
|
@@ -101887,26 +101885,24 @@ declare module 'vue' {
|
|
101887
101885
|
VListItemSubtitle: VListItemSubtitle
|
101888
101886
|
VListItemTitle: VListItemTitle
|
101889
101887
|
VListSubheader: VListSubheader
|
101890
|
-
VMain: VMain
|
101891
101888
|
VMenu: VMenu
|
101892
101889
|
VMessages: VMessages
|
101893
|
-
|
101890
|
+
VMain: VMain
|
101894
101891
|
VNavigationDrawer: VNavigationDrawer
|
101895
|
-
|
101892
|
+
VNumberInput: VNumberInput
|
101896
101893
|
VOtpInput: VOtpInput
|
101897
|
-
VOverlay: VOverlay
|
101898
|
-
VProgressLinear: VProgressLinear
|
101899
101894
|
VProgressCircular: VProgressCircular
|
101900
|
-
|
101895
|
+
VProgressLinear: VProgressLinear
|
101896
|
+
VOverlay: VOverlay
|
101901
101897
|
VRadioGroup: VRadioGroup
|
101902
|
-
VSelectionControl: VSelectionControl
|
101903
101898
|
VSelectionControlGroup: VSelectionControlGroup
|
101899
|
+
VRating: VRating
|
101900
|
+
VPagination: VPagination
|
101901
|
+
VSelectionControl: VSelectionControl
|
101904
101902
|
VSelect: VSelect
|
101905
|
-
VSkeletonLoader: VSkeletonLoader
|
101906
|
-
VSheet: VSheet
|
101907
101903
|
VSlideGroup: VSlideGroup
|
101908
101904
|
VSlideGroupItem: VSlideGroupItem
|
101909
|
-
|
101905
|
+
VSheet: VSheet
|
101910
101906
|
VSnackbar: VSnackbar
|
101911
101907
|
VStepper: VStepper
|
101912
101908
|
VStepperActions: VStepperActions
|
@@ -101914,47 +101910,49 @@ declare module 'vue' {
|
|
101914
101910
|
VStepperItem: VStepperItem
|
101915
101911
|
VStepperWindow: VStepperWindow
|
101916
101912
|
VStepperWindowItem: VStepperWindowItem
|
101917
|
-
|
101913
|
+
VSlider: VSlider
|
101914
|
+
VSkeletonLoader: VSkeletonLoader
|
101915
|
+
VSystemBar: VSystemBar
|
101918
101916
|
VTab: VTab
|
101919
101917
|
VTabs: VTabs
|
101920
101918
|
VTabsWindow: VTabsWindow
|
101921
101919
|
VTabsWindowItem: VTabsWindowItem
|
101922
|
-
VTable: VTable
|
101923
|
-
VSystemBar: VSystemBar
|
101924
101920
|
VTextarea: VTextarea
|
101925
|
-
|
101926
|
-
|
101927
|
-
VToolbarItems: VToolbarItems
|
101921
|
+
VSwitch: VSwitch
|
101922
|
+
VTable: VTable
|
101928
101923
|
VTextField: VTextField
|
101929
101924
|
VTimeline: VTimeline
|
101930
101925
|
VTimelineItem: VTimelineItem
|
101931
101926
|
VTooltip: VTooltip
|
101927
|
+
VToolbar: VToolbar
|
101928
|
+
VToolbarTitle: VToolbarTitle
|
101929
|
+
VToolbarItems: VToolbarItems
|
101932
101930
|
VWindow: VWindow
|
101933
101931
|
VWindowItem: VWindowItem
|
101934
101932
|
VConfirmEdit: VConfirmEdit
|
101935
101933
|
VDataIterator: VDataIterator
|
101936
101934
|
VDefaultsProvider: VDefaultsProvider
|
101937
101935
|
VForm: VForm
|
101936
|
+
VHover: VHover
|
101938
101937
|
VContainer: VContainer
|
101939
101938
|
VCol: VCol
|
101940
101939
|
VRow: VRow
|
101941
101940
|
VSpacer: VSpacer
|
101942
|
-
|
101941
|
+
VLazy: VLazy
|
101943
101942
|
VLayout: VLayout
|
101944
101943
|
VLayoutItem: VLayoutItem
|
101945
|
-
VLazy: VLazy
|
101946
101944
|
VLocaleProvider: VLocaleProvider
|
101947
101945
|
VNoSsr: VNoSsr
|
101948
101946
|
VParallax: VParallax
|
101949
101947
|
VRadio: VRadio
|
101950
101948
|
VRangeSlider: VRangeSlider
|
101951
101949
|
VResponsive: VResponsive
|
101952
|
-
VSnackbarQueue: VSnackbarQueue
|
101953
101950
|
VSparkline: VSparkline
|
101954
101951
|
VSpeedDial: VSpeedDial
|
101952
|
+
VSnackbarQueue: VSnackbarQueue
|
101955
101953
|
VThemeProvider: VThemeProvider
|
101956
|
-
VValidation: VValidation
|
101957
101954
|
VVirtualScroll: VVirtualScroll
|
101955
|
+
VValidation: VValidation
|
101958
101956
|
VFabTransition: VFabTransition
|
101959
101957
|
VDialogBottomTransition: VDialogBottomTransition
|
101960
101958
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101971,28 +101969,30 @@ declare module 'vue' {
|
|
101971
101969
|
VExpandTransition: VExpandTransition
|
101972
101970
|
VExpandXTransition: VExpandXTransition
|
101973
101971
|
VDialogTransition: VDialogTransition
|
101972
|
+
VColorPicker: VColorPicker
|
101973
|
+
VBottomSheet: VBottomSheet
|
101974
101974
|
VFileUpload: VFileUpload
|
101975
101975
|
VFileUploadItem: VFileUploadItem
|
101976
|
+
VColorInput: VColorInput
|
101976
101977
|
VCalendar: VCalendar
|
101977
101978
|
VCalendarDay: VCalendarDay
|
101978
101979
|
VCalendarHeader: VCalendarHeader
|
101979
101980
|
VCalendarInterval: VCalendarInterval
|
101980
101981
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101981
101982
|
VCalendarMonthDay: VCalendarMonthDay
|
101982
|
-
VColorInput: VColorInput
|
101983
101983
|
VPicker: VPicker
|
101984
101984
|
VPickerTitle: VPickerTitle
|
101985
|
-
VIconBtn: VIconBtn
|
101986
101985
|
VTreeview: VTreeview
|
101987
101986
|
VTreeviewItem: VTreeviewItem
|
101988
101987
|
VTreeviewGroup: VTreeviewGroup
|
101989
|
-
VTimePicker: VTimePicker
|
101990
|
-
VTimePickerClock: VTimePickerClock
|
101991
|
-
VTimePickerControls: VTimePickerControls
|
101992
101988
|
VStepperVertical: VStepperVertical
|
101993
101989
|
VStepperVerticalItem: VStepperVerticalItem
|
101994
101990
|
VStepperVerticalActions: VStepperVerticalActions
|
101995
|
-
|
101991
|
+
VTimePicker: VTimePicker
|
101992
|
+
VTimePickerClock: VTimePickerClock
|
101993
|
+
VTimePickerControls: VTimePickerControls
|
101994
|
+
VIconBtn: VIconBtn
|
101996
101995
|
VPullToRefresh: VPullToRefresh
|
101996
|
+
VDateInput: VDateInput
|
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-27
|
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",
|
@@ -12142,7 +12134,7 @@ const VTextField = genericComponent()({
|
|
12142
12134
|
if (!isFocused.value) focus();
|
12143
12135
|
nextTick(() => {
|
12144
12136
|
if (inputRef.value !== document.activeElement) {
|
12145
|
-
inputRef.value?.focus();
|
12137
|
+
nextTick(() => inputRef.value?.focus());
|
12146
12138
|
}
|
12147
12139
|
});
|
12148
12140
|
}
|
@@ -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
|
@@ -20019,7 +20012,6 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20019
20012
|
} = _ref;
|
20020
20013
|
const Tag = props.tag ?? 'td';
|
20021
20014
|
return createVNode(Tag, {
|
20022
|
-
"tabindex": "0",
|
20023
20015
|
"class": normalizeClass(['v-data-table__td', {
|
20024
20016
|
'v-data-table-column--fixed': props.fixed,
|
20025
20017
|
'v-data-table-column--last-fixed': props.lastFixed,
|
@@ -20420,14 +20412,14 @@ const VDataTableHeaders = genericComponent()({
|
|
20420
20412
|
},
|
20421
20413
|
"colspan": column.colspan,
|
20422
20414
|
"rowspan": column.rowspan,
|
20423
|
-
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20424
20415
|
"fixed": column.fixed,
|
20425
20416
|
"nowrap": column.nowrap,
|
20426
20417
|
"lastFixed": column.lastFixed,
|
20427
|
-
"noPadding": noPadding
|
20428
|
-
|
20429
|
-
"
|
20430
|
-
|
20418
|
+
"noPadding": noPadding,
|
20419
|
+
"tabindex": column.sortable ? 0 : undefined,
|
20420
|
+
"onClick": column.sortable ? () => toggleSort(column) : undefined,
|
20421
|
+
"onKeydown": column.sortable ? event => handleEnterKeyPress(event, column) : undefined
|
20422
|
+
}, headerProps), {
|
20431
20423
|
default: () => {
|
20432
20424
|
const columnSlotName = `header.${column.key}`;
|
20433
20425
|
const columnSlotProps = {
|
@@ -22105,8 +22097,11 @@ function useCalendar(props) {
|
|
22105
22097
|
}, v => adapter.getMonth(v));
|
22106
22098
|
const weekDays = computed(() => {
|
22107
22099
|
const firstDayOfWeek = adapter.toJsDate(adapter.startOfWeek(adapter.date(), props.firstDayOfWeek)).getDay();
|
22108
|
-
|
22109
|
-
|
22100
|
+
return props.weekdays.map(day => (day + firstDayOfWeek) % 7);
|
22101
|
+
});
|
22102
|
+
const weekdayLabels = computed(() => {
|
22103
|
+
const labels = adapter.getWeekdays(props.firstDayOfWeek);
|
22104
|
+
return weekDays.value.map(day => labels[day]);
|
22110
22105
|
});
|
22111
22106
|
const weeksInMonth = computed(() => {
|
22112
22107
|
const weeks = adapter.getWeekArray(month.value, props.firstDayOfWeek);
|
@@ -22187,7 +22182,7 @@ function useCalendar(props) {
|
|
22187
22182
|
if (typeof props.allowedDates === 'function') {
|
22188
22183
|
return !props.allowedDates(date);
|
22189
22184
|
}
|
22190
|
-
return
|
22185
|
+
return false;
|
22191
22186
|
}
|
22192
22187
|
return {
|
22193
22188
|
displayValue,
|
@@ -22197,6 +22192,7 @@ function useCalendar(props) {
|
|
22197
22192
|
model,
|
22198
22193
|
weeksInMonth,
|
22199
22194
|
weekDays,
|
22195
|
+
weekdayLabels,
|
22200
22196
|
weekNumbers
|
22201
22197
|
};
|
22202
22198
|
}
|
@@ -22235,7 +22231,9 @@ const VDatePickerMonth = genericComponent()({
|
|
22235
22231
|
const {
|
22236
22232
|
daysInMonth,
|
22237
22233
|
model,
|
22238
|
-
weekNumbers
|
22234
|
+
weekNumbers,
|
22235
|
+
weekDays,
|
22236
|
+
weekdayLabels
|
22239
22237
|
} = useCalendar(props);
|
22240
22238
|
const adapter = useDate();
|
22241
22239
|
const rangeStart = shallowRef();
|
@@ -22307,7 +22305,10 @@ const VDatePickerMonth = genericComponent()({
|
|
22307
22305
|
}
|
22308
22306
|
}
|
22309
22307
|
useRender(() => createElementVNode("div", {
|
22310
|
-
"class": "v-date-picker-month"
|
22308
|
+
"class": "v-date-picker-month",
|
22309
|
+
"style": {
|
22310
|
+
'--v-date-picker-days-in-week': weekDays.value.length
|
22311
|
+
}
|
22311
22312
|
}, [props.showWeek && createElementVNode("div", {
|
22312
22313
|
"key": "weeks",
|
22313
22314
|
"class": "v-date-picker-month__weeks"
|
@@ -22323,7 +22324,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22323
22324
|
"ref": daysRef,
|
22324
22325
|
"key": daysInMonth.value[0].date?.toString(),
|
22325
22326
|
"class": "v-date-picker-month__days"
|
22326
|
-
}, [!props.hideWeekdays &&
|
22327
|
+
}, [!props.hideWeekdays && weekdayLabels.value.map(weekDay => createElementVNode("div", {
|
22327
22328
|
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22328
22329
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22329
22330
|
const slotProps = {
|
@@ -24925,6 +24926,8 @@ function useHold(_ref) {
|
|
24925
24926
|
function holdStart(value) {
|
24926
24927
|
holdStop();
|
24927
24928
|
tick(value);
|
24929
|
+
window.addEventListener('pointerup', holdStop);
|
24930
|
+
document.addEventListener('blur', holdStop);
|
24928
24931
|
timeout = window.setTimeout(() => {
|
24929
24932
|
interval = window.setInterval(() => tick(value), HOLD_REPEAT);
|
24930
24933
|
}, HOLD_DELAY);
|
@@ -24932,6 +24935,8 @@ function useHold(_ref) {
|
|
24932
24935
|
function holdStop() {
|
24933
24936
|
window.clearTimeout(timeout);
|
24934
24937
|
window.clearInterval(interval);
|
24938
|
+
window.removeEventListener('pointerup', holdStop);
|
24939
|
+
document.removeEventListener('blur', holdStop);
|
24935
24940
|
}
|
24936
24941
|
function tick(value) {
|
24937
24942
|
toggleUpDown(value === 'up');
|
@@ -25043,7 +25048,7 @@ const VNumberInput = genericComponent()({
|
|
25043
25048
|
onClick: onControlClick,
|
25044
25049
|
onPointerup: onControlMouseup,
|
25045
25050
|
onPointerdown: onUpControlMousedown,
|
25046
|
-
onPointercancel:
|
25051
|
+
onPointercancel: onControlMouseup
|
25047
25052
|
}
|
25048
25053
|
};
|
25049
25054
|
const decrementSlotProps = {
|
@@ -25051,7 +25056,7 @@ const VNumberInput = genericComponent()({
|
|
25051
25056
|
onClick: onControlClick,
|
25052
25057
|
onPointerup: onControlMouseup,
|
25053
25058
|
onPointerdown: onDownControlMousedown,
|
25054
|
-
onPointercancel:
|
25059
|
+
onPointercancel: onControlMouseup
|
25055
25060
|
}
|
25056
25061
|
};
|
25057
25062
|
watch(() => props.precision, () => formatInputValue());
|
@@ -25131,7 +25136,6 @@ const VNumberInput = genericComponent()({
|
|
25131
25136
|
const el = e.currentTarget;
|
25132
25137
|
el?.releasePointerCapture(e.pointerId);
|
25133
25138
|
e.preventDefault();
|
25134
|
-
e.stopPropagation();
|
25135
25139
|
holdStop();
|
25136
25140
|
}
|
25137
25141
|
function onUpControlMousedown(e) {
|
@@ -25148,11 +25152,6 @@ const VNumberInput = genericComponent()({
|
|
25148
25152
|
e.stopPropagation();
|
25149
25153
|
holdStart('down');
|
25150
25154
|
}
|
25151
|
-
function onControlPointerCancel(e) {
|
25152
|
-
const el = e.currentTarget;
|
25153
|
-
el?.releasePointerCapture(e.pointerId);
|
25154
|
-
holdStop();
|
25155
|
-
}
|
25156
25155
|
function clampModel() {
|
25157
25156
|
if (controlsDisabled.value) return;
|
25158
25157
|
if (!vTextFieldRef.value) return;
|
@@ -25202,7 +25201,7 @@ const VNumberInput = genericComponent()({
|
|
25202
25201
|
"onClick": onControlClick,
|
25203
25202
|
"onPointerdown": onUpControlMousedown,
|
25204
25203
|
"onPointerup": onControlMouseup,
|
25205
|
-
"onPointercancel":
|
25204
|
+
"onPointercancel": onControlMouseup,
|
25206
25205
|
"size": controlNodeSize.value,
|
25207
25206
|
"tabindex": "-1"
|
25208
25207
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -25232,7 +25231,7 @@ const VNumberInput = genericComponent()({
|
|
25232
25231
|
"onClick": onControlClick,
|
25233
25232
|
"onPointerdown": onDownControlMousedown,
|
25234
25233
|
"onPointerup": onControlMouseup,
|
25235
|
-
"onPointercancel":
|
25234
|
+
"onPointercancel": onControlMouseup,
|
25236
25235
|
"size": controlNodeSize.value,
|
25237
25236
|
"tabindex": "-1"
|
25238
25237
|
}, null) : createVNode(VDefaultsProvider, {
|
@@ -30246,6 +30245,7 @@ const VIconBtn = genericComponent()({
|
|
30246
30245
|
opacity: props.opacity
|
30247
30246
|
};
|
30248
30247
|
return createVNode(props.tag, {
|
30248
|
+
"type": props.tag === 'button' ? 'button' : undefined,
|
30249
30249
|
"class": normalizeClass([{
|
30250
30250
|
'v-icon-btn': true,
|
30251
30251
|
'v-icon-btn--active': isActive.value,
|
@@ -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-27";
|
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-27";
|
32500
32500
|
|
32501
32501
|
/* eslint-disable local-rules/sort-imports */
|
32502
32502
|
|