@vuetify/nightly 3.8.7-master.2025-05-31 → 3.8.7-master.2025-06-02
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 +4 -3
- package/dist/json/attributes.json +3145 -3145
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +166 -166
- package/dist/json/web-types.json +5896 -5896
- package/dist/vuetify-labs.cjs +73 -73
- package/dist/vuetify-labs.css +5220 -5220
- package/dist/vuetify-labs.d.ts +58 -58
- package/dist/vuetify-labs.esm.js +73 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +73 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +67 -67
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3183 -3183
- package/dist/vuetify.d.ts +58 -58
- package/dist/vuetify.esm.js +67 -67
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +67 -67
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +260 -260
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VCarousel/VCarousel.js +3 -3
- package/lib/components/VCarousel/VCarousel.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerPreview.js +3 -3
- package/lib/components/VColorPicker/VColorPickerPreview.js.map +1 -1
- package/lib/components/VColorPicker/VColorPickerSwatches.js +3 -3
- package/lib/components/VColorPicker/VColorPickerSwatches.js.map +1 -1
- package/lib/components/VDataTable/VDataTableColumn.js +3 -3
- package/lib/components/VDataTable/VDataTableColumn.js.map +1 -1
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js +3 -3
- package/lib/components/VDataTable/VDataTableGroupHeaderRow.js.map +1 -1
- package/lib/components/VDataTable/VDataTableVirtual.js +7 -7
- package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerControls.js +4 -4
- package/lib/components/VDatePicker/VDatePickerControls.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonth.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonth.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerMonths.js +3 -3
- package/lib/components/VDatePicker/VDatePickerMonths.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +3 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VEmptyState/VEmptyState.js +3 -3
- package/lib/components/VEmptyState/VEmptyState.js.map +1 -1
- package/lib/components/VImg/VImg.js +7 -7
- package/lib/components/VImg/VImg.js.map +1 -1
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js +3 -3
- package/lib/components/VInfiniteScroll/VInfiniteScroll.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.js +2 -2
- package/lib/components/VSelectionControl/VSelectionControl.js.map +1 -1
- package/lib/components/VSlider/VSliderThumb.js +4 -4
- package/lib/components/VSlider/VSliderThumb.js.map +1 -1
- package/lib/components/VSlider/VSliderTrack.js +6 -6
- package/lib/components/VSlider/VSliderTrack.js.map +1 -1
- package/lib/components/VTable/VTable.js +3 -3
- package/lib/components/VTable/VTable.js.map +1 -1
- package/lib/components/VToolbar/VToolbar.js +5 -5
- package/lib/components/VToolbar/VToolbar.js.map +1 -1
- package/lib/components/VVirtualScroll/VVirtualScroll.js +7 -7
- package/lib/components/VVirtualScroll/VVirtualScroll.js.map +1 -1
- package/lib/components/VWindow/VWindow.js +3 -3
- package/lib/components/VWindow/VWindow.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/VPullToRefresh/VPullToRefresh.js +7 -7
- package/lib/labs/VPullToRefresh/VPullToRefresh.js.map +1 -1
- package/package.json +2 -2
package/dist/vuetify.d.ts
CHANGED
@@ -85901,44 +85901,42 @@ declare module 'vue' {
|
|
85901
85901
|
$children?: VNodeChild
|
85902
85902
|
}
|
85903
85903
|
export interface GlobalComponents {
|
85904
|
+
VAppBar: VAppBar
|
85905
|
+
VAppBarNavIcon: VAppBarNavIcon
|
85906
|
+
VAppBarTitle: VAppBarTitle
|
85904
85907
|
VApp: VApp
|
85905
85908
|
VAlert: VAlert
|
85906
85909
|
VAlertTitle: VAlertTitle
|
85907
|
-
VAvatar: VAvatar
|
85908
85910
|
VAutocomplete: VAutocomplete
|
85909
85911
|
VBottomNavigation: VBottomNavigation
|
85912
|
+
VAvatar: VAvatar
|
85913
|
+
VBadge: VBadge
|
85910
85914
|
VBanner: VBanner
|
85911
85915
|
VBannerActions: VBannerActions
|
85912
85916
|
VBannerText: VBannerText
|
85913
|
-
VBadge: VBadge
|
85914
85917
|
VBtn: VBtn
|
85918
|
+
VBottomSheet: VBottomSheet
|
85915
85919
|
VBreadcrumbs: VBreadcrumbs
|
85916
85920
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85917
85921
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85922
|
+
VBtnToggle: VBtnToggle
|
85923
|
+
VCarousel: VCarousel
|
85924
|
+
VCarouselItem: VCarouselItem
|
85918
85925
|
VCard: VCard
|
85919
85926
|
VCardActions: VCardActions
|
85920
85927
|
VCardItem: VCardItem
|
85921
85928
|
VCardSubtitle: VCardSubtitle
|
85922
85929
|
VCardText: VCardText
|
85923
85930
|
VCardTitle: VCardTitle
|
85924
|
-
VBottomSheet: VBottomSheet
|
85925
|
-
VBtnToggle: VBtnToggle
|
85926
85931
|
VCheckbox: VCheckbox
|
85927
85932
|
VCheckboxBtn: VCheckboxBtn
|
85928
85933
|
VBtnGroup: VBtnGroup
|
85934
|
+
VChipGroup: VChipGroup
|
85929
85935
|
VChip: VChip
|
85930
|
-
|
85931
|
-
VCarouselItem: VCarouselItem
|
85936
|
+
VCombobox: VCombobox
|
85932
85937
|
VCode: VCode
|
85933
|
-
VChipGroup: VChipGroup
|
85934
85938
|
VColorPicker: VColorPicker
|
85935
|
-
|
85936
|
-
VDatePicker: VDatePicker
|
85937
|
-
VDatePickerControls: VDatePickerControls
|
85938
|
-
VDatePickerHeader: VDatePickerHeader
|
85939
|
-
VDatePickerMonth: VDatePickerMonth
|
85940
|
-
VDatePickerMonths: VDatePickerMonths
|
85941
|
-
VDatePickerYears: VDatePickerYears
|
85939
|
+
VCounter: VCounter
|
85942
85940
|
VDataTable: VDataTable
|
85943
85941
|
VDataTableHeaders: VDataTableHeaders
|
85944
85942
|
VDataTableFooter: VDataTableFooter
|
@@ -85946,18 +85944,26 @@ declare module 'vue' {
|
|
85946
85944
|
VDataTableRow: VDataTableRow
|
85947
85945
|
VDataTableVirtual: VDataTableVirtual
|
85948
85946
|
VDataTableServer: VDataTableServer
|
85949
|
-
|
85947
|
+
VDatePicker: VDatePicker
|
85948
|
+
VDatePickerControls: VDatePickerControls
|
85949
|
+
VDatePickerHeader: VDatePickerHeader
|
85950
|
+
VDatePickerMonth: VDatePickerMonth
|
85951
|
+
VDatePickerMonths: VDatePickerMonths
|
85952
|
+
VDatePickerYears: VDatePickerYears
|
85950
85953
|
VDialog: VDialog
|
85954
|
+
VFab: VFab
|
85951
85955
|
VEmptyState: VEmptyState
|
85952
|
-
VDivider: VDivider
|
85953
85956
|
VExpansionPanels: VExpansionPanels
|
85954
85957
|
VExpansionPanel: VExpansionPanel
|
85955
85958
|
VExpansionPanelText: VExpansionPanelText
|
85956
85959
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85957
|
-
|
85960
|
+
VDivider: VDivider
|
85961
|
+
VFileInput: VFileInput
|
85958
85962
|
VField: VField
|
85959
85963
|
VFieldLabel: VFieldLabel
|
85960
|
-
|
85964
|
+
VFooter: VFooter
|
85965
|
+
VImg: VImg
|
85966
|
+
VInput: VInput
|
85961
85967
|
VIcon: VIcon
|
85962
85968
|
VComponentIcon: VComponentIcon
|
85963
85969
|
VSvgIcon: VSvgIcon
|
@@ -85965,12 +85971,6 @@ declare module 'vue' {
|
|
85965
85971
|
VClassIcon: VClassIcon
|
85966
85972
|
VItemGroup: VItemGroup
|
85967
85973
|
VItem: VItem
|
85968
|
-
VInfiniteScroll: VInfiniteScroll
|
85969
|
-
VFooter: VFooter
|
85970
|
-
VInput: VInput
|
85971
|
-
VImg: VImg
|
85972
|
-
VKbd: VKbd
|
85973
|
-
VLabel: VLabel
|
85974
85974
|
VList: VList
|
85975
85975
|
VListGroup: VListGroup
|
85976
85976
|
VListImg: VListImg
|
@@ -85980,29 +85980,29 @@ declare module 'vue' {
|
|
85980
85980
|
VListItemSubtitle: VListItemSubtitle
|
85981
85981
|
VListItemTitle: VListItemTitle
|
85982
85982
|
VListSubheader: VListSubheader
|
85983
|
-
|
85983
|
+
VInfiniteScroll: VInfiniteScroll
|
85984
|
+
VKbd: VKbd
|
85985
|
+
VLabel: VLabel
|
85984
85986
|
VMessages: VMessages
|
85985
|
-
VNumberInput: VNumberInput
|
85986
|
-
VMain: VMain
|
85987
85987
|
VNavigationDrawer: VNavigationDrawer
|
85988
|
-
|
85988
|
+
VMenu: VMenu
|
85989
|
+
VMain: VMain
|
85989
85990
|
VOtpInput: VOtpInput
|
85990
|
-
|
85991
|
-
|
85991
|
+
VNumberInput: VNumberInput
|
85992
|
+
VOverlay: VOverlay
|
85992
85993
|
VProgressCircular: VProgressCircular
|
85993
|
-
|
85994
|
+
VPagination: VPagination
|
85995
|
+
VProgressLinear: VProgressLinear
|
85994
85996
|
VRating: VRating
|
85995
85997
|
VSelectionControlGroup: VSelectionControlGroup
|
85996
|
-
|
85997
|
-
|
85998
|
-
VSlider: VSlider
|
85999
|
-
VSheet: VSheet
|
85998
|
+
VRadioGroup: VRadioGroup
|
85999
|
+
VSelect: VSelect
|
86000
86000
|
VSlideGroup: VSlideGroup
|
86001
86001
|
VSlideGroupItem: VSlideGroupItem
|
86002
|
+
VSelectionControl: VSelectionControl
|
86003
|
+
VSkeletonLoader: VSkeletonLoader
|
86004
|
+
VSheet: VSheet
|
86002
86005
|
VSnackbar: VSnackbar
|
86003
|
-
VSelect: VSelect
|
86004
|
-
VSystemBar: VSystemBar
|
86005
|
-
VSwitch: VSwitch
|
86006
86006
|
VStepper: VStepper
|
86007
86007
|
VStepperActions: VStepperActions
|
86008
86008
|
VStepperHeader: VStepperHeader
|
@@ -86013,44 +86013,44 @@ declare module 'vue' {
|
|
86013
86013
|
VTabs: VTabs
|
86014
86014
|
VTabsWindow: VTabsWindow
|
86015
86015
|
VTabsWindowItem: VTabsWindowItem
|
86016
|
+
VSlider: VSlider
|
86017
|
+
VSystemBar: VSystemBar
|
86018
|
+
VSwitch: VSwitch
|
86019
|
+
VTable: VTable
|
86020
|
+
VTimeline: VTimeline
|
86021
|
+
VTimelineItem: VTimelineItem
|
86016
86022
|
VTextarea: VTextarea
|
86017
86023
|
VTextField: VTextField
|
86018
|
-
VTable: VTable
|
86019
|
-
VTooltip: VTooltip
|
86020
86024
|
VToolbar: VToolbar
|
86021
86025
|
VToolbarTitle: VToolbarTitle
|
86022
86026
|
VToolbarItems: VToolbarItems
|
86023
|
-
VTimeline: VTimeline
|
86024
|
-
VTimelineItem: VTimelineItem
|
86025
86027
|
VWindow: VWindow
|
86026
86028
|
VWindowItem: VWindowItem
|
86027
|
-
|
86028
|
-
VAppBarNavIcon: VAppBarNavIcon
|
86029
|
-
VAppBarTitle: VAppBarTitle
|
86029
|
+
VTooltip: VTooltip
|
86030
86030
|
VConfirmEdit: VConfirmEdit
|
86031
|
-
VDefaultsProvider: VDefaultsProvider
|
86032
86031
|
VDataIterator: VDataIterator
|
86032
|
+
VDefaultsProvider: VDefaultsProvider
|
86033
86033
|
VForm: VForm
|
86034
|
+
VHover: VHover
|
86034
86035
|
VContainer: VContainer
|
86035
86036
|
VCol: VCol
|
86036
86037
|
VRow: VRow
|
86037
86038
|
VSpacer: VSpacer
|
86038
|
-
VHover: VHover
|
86039
86039
|
VLayout: VLayout
|
86040
86040
|
VLayoutItem: VLayoutItem
|
86041
86041
|
VLazy: VLazy
|
86042
86042
|
VLocaleProvider: VLocaleProvider
|
86043
|
+
VNoSsr: VNoSsr
|
86043
86044
|
VParallax: VParallax
|
86044
86045
|
VRadio: VRadio
|
86045
|
-
VNoSsr: VNoSsr
|
86046
|
-
VRangeSlider: VRangeSlider
|
86047
86046
|
VResponsive: VResponsive
|
86048
|
-
|
86047
|
+
VRangeSlider: VRangeSlider
|
86049
86048
|
VSnackbarQueue: VSnackbarQueue
|
86049
|
+
VSparkline: VSparkline
|
86050
86050
|
VSpeedDial: VSpeedDial
|
86051
86051
|
VThemeProvider: VThemeProvider
|
86052
|
-
VValidation: VValidation
|
86053
86052
|
VVirtualScroll: VVirtualScroll
|
86053
|
+
VValidation: VValidation
|
86054
86054
|
VFabTransition: VFabTransition
|
86055
86055
|
VDialogBottomTransition: VDialogBottomTransition
|
86056
86056
|
VDialogTopTransition: VDialogTopTransition
|
@@ -86067,28 +86067,28 @@ declare module 'vue' {
|
|
86067
86067
|
VExpandTransition: VExpandTransition
|
86068
86068
|
VExpandXTransition: VExpandXTransition
|
86069
86069
|
VDialogTransition: VDialogTransition
|
86070
|
-
|
86071
|
-
VFileUploadItem: VFileUploadItem
|
86072
|
-
VIconBtn: VIconBtn
|
86070
|
+
VColorInput: VColorInput
|
86073
86071
|
VCalendar: VCalendar
|
86074
86072
|
VCalendarDay: VCalendarDay
|
86075
86073
|
VCalendarHeader: VCalendarHeader
|
86076
86074
|
VCalendarInterval: VCalendarInterval
|
86077
86075
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86078
86076
|
VCalendarMonthDay: VCalendarMonthDay
|
86077
|
+
VIconBtn: VIconBtn
|
86078
|
+
VFileUpload: VFileUpload
|
86079
|
+
VFileUploadItem: VFileUploadItem
|
86080
|
+
VPicker: VPicker
|
86081
|
+
VPickerTitle: VPickerTitle
|
86079
86082
|
VStepperVertical: VStepperVertical
|
86080
86083
|
VStepperVerticalItem: VStepperVerticalItem
|
86081
86084
|
VStepperVerticalActions: VStepperVerticalActions
|
86082
|
-
VPicker: VPicker
|
86083
|
-
VPickerTitle: VPickerTitle
|
86084
86085
|
VTimePicker: VTimePicker
|
86085
86086
|
VTimePickerClock: VTimePickerClock
|
86086
86087
|
VTimePickerControls: VTimePickerControls
|
86088
|
+
VDateInput: VDateInput
|
86087
86089
|
VTreeview: VTreeview
|
86088
86090
|
VTreeviewItem: VTreeviewItem
|
86089
86091
|
VTreeviewGroup: VTreeviewGroup
|
86090
|
-
VColorInput: VColorInput
|
86091
|
-
VDateInput: VDateInput
|
86092
86092
|
VPullToRefresh: VPullToRefresh
|
86093
86093
|
}
|
86094
86094
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.7-master.2025-
|
2
|
+
* Vuetify v3.8.7-master.2025-06-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -4035,9 +4035,9 @@ const VImg = genericComponent()({
|
|
4035
4035
|
if (!normalisedSrc.value.src || state.value === 'idle') return null;
|
4036
4036
|
const img = createElementVNode("img", {
|
4037
4037
|
"class": normalizeClass(['v-img__img', containClasses.value]),
|
4038
|
-
"style":
|
4038
|
+
"style": {
|
4039
4039
|
objectPosition: props.position
|
4040
|
-
}
|
4040
|
+
},
|
4041
4041
|
"crossorigin": props.crossorigin,
|
4042
4042
|
"src": normalisedSrc.value.src,
|
4043
4043
|
"srcset": normalisedSrc.value.srcset,
|
@@ -4064,9 +4064,9 @@ const VImg = genericComponent()({
|
|
4064
4064
|
}, {
|
4065
4065
|
default: () => [normalisedSrc.value.lazySrc && state.value !== 'loaded' && createElementVNode("img", {
|
4066
4066
|
"class": normalizeClass(['v-img__img', 'v-img__img--preload', containClasses.value]),
|
4067
|
-
"style":
|
4067
|
+
"style": {
|
4068
4068
|
objectPosition: props.position
|
4069
|
-
}
|
4069
|
+
},
|
4070
4070
|
"crossorigin": props.crossorigin,
|
4071
4071
|
"src": normalisedSrc.value.lazySrc,
|
4072
4072
|
"alt": props.alt,
|
@@ -4100,9 +4100,9 @@ const VImg = genericComponent()({
|
|
4100
4100
|
if (!props.gradient) return null;
|
4101
4101
|
return createElementVNode("div", {
|
4102
4102
|
"class": "v-img__gradient",
|
4103
|
-
"style":
|
4103
|
+
"style": {
|
4104
4104
|
backgroundImage: `linear-gradient(${props.gradient})`
|
4105
|
-
}
|
4105
|
+
}
|
4106
4106
|
}, null);
|
4107
4107
|
};
|
4108
4108
|
const isBooted = shallowRef(false);
|
@@ -4313,9 +4313,9 @@ const VToolbar = genericComponent()({
|
|
4313
4313
|
}, {
|
4314
4314
|
default: () => [createElementVNode("div", {
|
4315
4315
|
"class": "v-toolbar__content",
|
4316
|
-
"style":
|
4316
|
+
"style": {
|
4317
4317
|
height: convertToUnit(contentHeight.value)
|
4318
|
-
}
|
4318
|
+
}
|
4319
4319
|
}, [slots.prepend && createElementVNode("div", {
|
4320
4320
|
"class": "v-toolbar__prepend"
|
4321
4321
|
}, [slots.prepend?.()]), hasTitle && createVNode(VToolbarTitle, {
|
@@ -4336,9 +4336,9 @@ const VToolbar = genericComponent()({
|
|
4336
4336
|
default: () => [createVNode(VExpandTransition, null, {
|
4337
4337
|
default: () => [isExtended.value && createElementVNode("div", {
|
4338
4338
|
"class": "v-toolbar__extension",
|
4339
|
-
"style":
|
4339
|
+
"style": {
|
4340
4340
|
height: convertToUnit(extensionHeight.value)
|
4341
|
-
}
|
4341
|
+
}
|
4342
4342
|
}, [extension])]
|
4343
4343
|
})]
|
4344
4344
|
})]
|
@@ -5202,9 +5202,9 @@ const VProgressCircular = genericComponent()({
|
|
5202
5202
|
"aria-valuenow": props.indeterminate ? undefined : normalizedValue.value
|
5203
5203
|
}, {
|
5204
5204
|
default: () => [createElementVNode("svg", {
|
5205
|
-
"style":
|
5205
|
+
"style": {
|
5206
5206
|
transform: `rotate(calc(-90deg + ${Number(props.rotate)}deg))`
|
5207
|
-
}
|
5207
|
+
},
|
5208
5208
|
"xmlns": "http://www.w3.org/2000/svg",
|
5209
5209
|
"viewBox": `0 0 ${diameter.value} ${diameter.value}`
|
5210
5210
|
}, [createElementVNode("circle", {
|
@@ -5425,7 +5425,7 @@ const VProgressLinear = genericComponent()({
|
|
5425
5425
|
default: () => [props.stream && createElementVNode("div", {
|
5426
5426
|
"key": "stream",
|
5427
5427
|
"class": normalizeClass(['v-progress-linear__stream', textColorClasses.value]),
|
5428
|
-
"style":
|
5428
|
+
"style": {
|
5429
5429
|
...textColorStyles.value,
|
5430
5430
|
[isReversed.value ? 'left' : 'right']: convertToUnit(-height.value),
|
5431
5431
|
borderTop: `${convertToUnit(height.value / 2)} dotted`,
|
@@ -5433,7 +5433,7 @@ const VProgressLinear = genericComponent()({
|
|
5433
5433
|
top: `calc(50% - ${convertToUnit(height.value / 4)})`,
|
5434
5434
|
width: convertToUnit(100 - normalizedBuffer.value, '%'),
|
5435
5435
|
'--v-progress-linear-stream-to': convertToUnit(height.value * (isReversed.value ? 1 : -1))
|
5436
|
-
}
|
5436
|
+
}
|
5437
5437
|
}, null), createElementVNode("div", {
|
5438
5438
|
"class": normalizeClass(['v-progress-linear__background', !isForcedColorsModeActive ? backgroundColorClasses.value : undefined]),
|
5439
5439
|
"style": normalizeStyle([backgroundColorStyles.value, {
|
@@ -6741,7 +6741,7 @@ const VSelectionControl = genericComponent()({
|
|
6741
6741
|
backgroundColorClasses,
|
6742
6742
|
backgroundColorStyles
|
6743
6743
|
}), withDirectives(createElementVNode("div", {
|
6744
|
-
"class": ['v-selection-control__input']
|
6744
|
+
"class": normalizeClass(['v-selection-control__input'])
|
6745
6745
|
}, [slots.input?.({
|
6746
6746
|
model,
|
6747
6747
|
textColorClasses,
|
@@ -12888,14 +12888,14 @@ const VVirtualScroll = genericComponent()({
|
|
12888
12888
|
return props.renderless ? createElementVNode(Fragment, null, [createElementVNode("div", {
|
12889
12889
|
"ref": markerRef,
|
12890
12890
|
"class": "v-virtual-scroll__spacer",
|
12891
|
-
"style":
|
12891
|
+
"style": {
|
12892
12892
|
paddingTop: convertToUnit(paddingTop.value)
|
12893
|
-
}
|
12893
|
+
}
|
12894
12894
|
}, null), children, createElementVNode("div", {
|
12895
12895
|
"class": "v-virtual-scroll__spacer",
|
12896
|
-
"style":
|
12896
|
+
"style": {
|
12897
12897
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12898
|
-
}
|
12898
|
+
}
|
12899
12899
|
}, null)]) : createElementVNode("div", {
|
12900
12900
|
"ref": containerRef,
|
12901
12901
|
"class": normalizeClass(['v-virtual-scroll', props.class]),
|
@@ -12905,10 +12905,10 @@ const VVirtualScroll = genericComponent()({
|
|
12905
12905
|
}, [createElementVNode("div", {
|
12906
12906
|
"ref": markerRef,
|
12907
12907
|
"class": "v-virtual-scroll__container",
|
12908
|
-
"style":
|
12908
|
+
"style": {
|
12909
12909
|
paddingTop: convertToUnit(paddingTop.value),
|
12910
12910
|
paddingBottom: convertToUnit(paddingBottom.value)
|
12911
|
-
}
|
12911
|
+
}
|
12912
12912
|
}, [children])]);
|
12913
12913
|
});
|
12914
12914
|
return {
|
@@ -15342,9 +15342,9 @@ const VWindow = genericComponent()({
|
|
15342
15342
|
}, {
|
15343
15343
|
default: () => [createElementVNode("div", {
|
15344
15344
|
"class": "v-window__container",
|
15345
|
-
"style":
|
15345
|
+
"style": {
|
15346
15346
|
height: transitionHeight.value
|
15347
|
-
}
|
15347
|
+
}
|
15348
15348
|
}, [slots.default?.({
|
15349
15349
|
group
|
15350
15350
|
}), props.showArrows !== false && createElementVNode("div", {
|
@@ -15439,10 +15439,10 @@ const VCarousel = genericComponent()({
|
|
15439
15439
|
} = _ref2;
|
15440
15440
|
return createElementVNode(Fragment, null, [!props.hideDelimiters && createElementVNode("div", {
|
15441
15441
|
"class": "v-carousel__controls",
|
15442
|
-
"style":
|
15442
|
+
"style": {
|
15443
15443
|
left: props.verticalDelimiters === 'left' && props.verticalDelimiters ? 0 : 'auto',
|
15444
15444
|
right: props.verticalDelimiters === 'right' ? 0 : 'auto'
|
15445
|
-
}
|
15445
|
+
}
|
15446
15446
|
}, [group.items.value.length > 0 && createVNode(VDefaultsProvider, {
|
15447
15447
|
"defaults": {
|
15448
15448
|
VBtn: {
|
@@ -16500,9 +16500,9 @@ const VSliderThumb = genericComponent()({
|
|
16500
16500
|
"onKeydown": !readonly.value ? onKeydown : undefined
|
16501
16501
|
}, [createElementVNode("div", {
|
16502
16502
|
"class": normalizeClass(['v-slider-thumb__surface', textColorClasses.value, elevationClasses.value]),
|
16503
|
-
"style":
|
16503
|
+
"style": {
|
16504
16504
|
...textColorStyles.value
|
16505
|
-
}
|
16505
|
+
}
|
16506
16506
|
}, null), withDirectives(createElementVNode("div", {
|
16507
16507
|
"class": normalizeClass(['v-slider-thumb__ripple', textColorClasses.value]),
|
16508
16508
|
"style": normalizeStyle(textColorStyles.value)
|
@@ -16515,7 +16515,7 @@ const VSliderThumb = genericComponent()({
|
|
16515
16515
|
default: () => [withDirectives(createElementVNode("div", {
|
16516
16516
|
"class": "v-slider-thumb__label-container"
|
16517
16517
|
}, [createElementVNode("div", {
|
16518
|
-
"class": ['v-slider-thumb__label']
|
16518
|
+
"class": normalizeClass(['v-slider-thumb__label'])
|
16519
16519
|
}, [createElementVNode("div", null, [slots['thumb-label']?.({
|
16520
16520
|
modelValue: props.modelValue
|
16521
16521
|
}) ?? props.modelValue.toFixed(step.value ? decimals.value : 1)])])]), [[vShow, thumbLabel.value && props.focused || thumbLabel.value === 'always']])]
|
@@ -16600,9 +16600,9 @@ const VSliderTrack = genericComponent()({
|
|
16600
16600
|
'v-slider-track__tick--first': tick.value === min.value,
|
16601
16601
|
'v-slider-track__tick--last': tick.value === max.value
|
16602
16602
|
}]),
|
16603
|
-
"style":
|
16603
|
+
"style": {
|
16604
16604
|
[startDir.value]: directionValue
|
16605
|
-
}
|
16605
|
+
}
|
16606
16606
|
}, [(tick.label || slots['tick-label']) && createElementVNode("div", {
|
16607
16607
|
"class": "v-slider-track__tick-label"
|
16608
16608
|
}, [slots['tick-label']?.({
|
@@ -16622,16 +16622,16 @@ const VSliderTrack = genericComponent()({
|
|
16622
16622
|
"class": normalizeClass(['v-slider-track__background', trackColorClasses.value, {
|
16623
16623
|
'v-slider-track__background--opacity': !!color.value || !trackFillColor.value
|
16624
16624
|
}]),
|
16625
|
-
"style":
|
16625
|
+
"style": {
|
16626
16626
|
...backgroundStyles.value,
|
16627
16627
|
...trackColorStyles.value
|
16628
|
-
}
|
16628
|
+
}
|
16629
16629
|
}, null), createElementVNode("div", {
|
16630
16630
|
"class": normalizeClass(['v-slider-track__fill', trackFillColorClasses.value]),
|
16631
|
-
"style":
|
16631
|
+
"style": {
|
16632
16632
|
...trackFillStyles.value,
|
16633
16633
|
...trackFillColorStyles.value
|
16634
|
-
}
|
16634
|
+
}
|
16635
16635
|
}, null), showTicks.value && createElementVNode("div", {
|
16636
16636
|
"class": normalizeClass(['v-slider-track__ticks', {
|
16637
16637
|
'v-slider-track__ticks--always-show': showTicks.value === 'always'
|
@@ -16833,9 +16833,9 @@ const VColorPickerPreview = defineComponent({
|
|
16833
16833
|
}, null)]), createElementVNode("div", {
|
16834
16834
|
"class": "v-color-picker-preview__dot"
|
16835
16835
|
}, [createElementVNode("div", {
|
16836
|
-
"style":
|
16836
|
+
"style": {
|
16837
16837
|
background: HSVtoCSS(props.color ?? nullColor)
|
16838
|
-
}
|
16838
|
+
}
|
16839
16839
|
}, null)]), createElementVNode("div", {
|
16840
16840
|
"class": "v-color-picker-preview__sliders"
|
16841
16841
|
}, [createVNode(VSlider, {
|
@@ -17236,9 +17236,9 @@ const VColorPickerSwatches = defineComponent({
|
|
17236
17236
|
"class": "v-color-picker-swatches__color",
|
17237
17237
|
"onClick": () => hsva && emit('update:color', hsva)
|
17238
17238
|
}, [createElementVNode("div", {
|
17239
|
-
"style":
|
17239
|
+
"style": {
|
17240
17240
|
background
|
17241
|
-
}
|
17241
|
+
}
|
17242
17242
|
}, [props.color && deepEqual(props.color, hsva) ? createVNode(VIcon, {
|
17243
17243
|
"size": "x-small",
|
17244
17244
|
"icon": "$success",
|
@@ -20257,12 +20257,12 @@ const VDataTableColumn = defineFunctionalComponent({
|
|
20257
20257
|
'v-data-table-column--no-padding': props.noPadding,
|
20258
20258
|
'v-data-table-column--nowrap': props.nowrap
|
20259
20259
|
}, `v-data-table-column--align-${props.align}`]),
|
20260
|
-
"style":
|
20260
|
+
"style": {
|
20261
20261
|
height: convertToUnit(props.height),
|
20262
20262
|
width: convertToUnit(props.width),
|
20263
20263
|
maxWidth: convertToUnit(props.maxWidth),
|
20264
20264
|
left: convertToUnit(props.fixedOffset || null)
|
20265
|
-
}
|
20265
|
+
}
|
20266
20266
|
}, {
|
20267
20267
|
default: () => [slots.default?.()]
|
20268
20268
|
});
|
@@ -20787,9 +20787,9 @@ const VDataTableGroupHeaderRow = genericComponent()({
|
|
20787
20787
|
});
|
20788
20788
|
return () => createElementVNode("tr", {
|
20789
20789
|
"class": "v-data-table-group-header-row",
|
20790
|
-
"style":
|
20790
|
+
"style": {
|
20791
20791
|
'--v-data-table-group-header-row-depth': props.item.depth
|
20792
|
-
}
|
20792
|
+
}
|
20793
20793
|
}, [columns.value.map(column => {
|
20794
20794
|
if (column.key === 'data-table-group') {
|
20795
20795
|
const icon = isGroupOpen(props.item) ? '$expand' : '$next';
|
@@ -21137,9 +21137,9 @@ const VTable = genericComponent()({
|
|
21137
21137
|
}, {
|
21138
21138
|
default: () => [slots.top?.(), slots.default ? createElementVNode("div", {
|
21139
21139
|
"class": "v-table__wrapper",
|
21140
|
-
"style":
|
21140
|
+
"style": {
|
21141
21141
|
height: convertToUnit(props.height)
|
21142
|
-
}
|
21142
|
+
}
|
21143
21143
|
}, [createElementVNode("table", null, [slots.default()])]) : slots.wrapper?.(), slots.bottom?.()]
|
21144
21144
|
}));
|
21145
21145
|
return {};
|
@@ -21574,19 +21574,19 @@ const VDataTableVirtual = genericComponent()({
|
|
21574
21574
|
"onScrollPassive": handleScroll,
|
21575
21575
|
"onScrollend": handleScrollend,
|
21576
21576
|
"class": "v-table__wrapper",
|
21577
|
-
"style":
|
21577
|
+
"style": {
|
21578
21578
|
height: convertToUnit(props.height)
|
21579
|
-
}
|
21579
|
+
}
|
21580
21580
|
}, [createElementVNode("table", null, [slots.colgroup?.(slotProps.value), !props.hideDefaultHeader && createElementVNode("thead", {
|
21581
21581
|
"key": "thead"
|
21582
21582
|
}, [createVNode(VDataTableHeaders, dataTableHeadersProps, slots)]), slots.thead?.(slotProps.value), !props.hideDefaultBody && createElementVNode("tbody", {
|
21583
21583
|
"key": "tbody"
|
21584
21584
|
}, [createElementVNode("tr", {
|
21585
21585
|
"ref": markerRef,
|
21586
|
-
"style":
|
21586
|
+
"style": {
|
21587
21587
|
height: convertToUnit(paddingTop.value),
|
21588
21588
|
border: 0
|
21589
|
-
}
|
21589
|
+
}
|
21590
21590
|
}, [createElementVNode("td", {
|
21591
21591
|
"colspan": columns.value.length,
|
21592
21592
|
"style": {
|
@@ -21617,10 +21617,10 @@ const VDataTableVirtual = genericComponent()({
|
|
21617
21617
|
}
|
21618
21618
|
})
|
21619
21619
|
}), slots['body.append']?.(slotProps.value), createElementVNode("tr", {
|
21620
|
-
"style":
|
21620
|
+
"style": {
|
21621
21621
|
height: convertToUnit(paddingBottom.value),
|
21622
21622
|
border: 0
|
21623
|
-
}
|
21623
|
+
}
|
21624
21624
|
}, [createElementVNode("td", {
|
21625
21625
|
"colspan": columns.value.length,
|
21626
21626
|
"style": {
|
@@ -22158,10 +22158,10 @@ const VDatePickerControls = genericComponent()({
|
|
22158
22158
|
useRender(() => {
|
22159
22159
|
// TODO: add slot support and scope defaults
|
22160
22160
|
return createElementVNode("div", {
|
22161
|
-
"class": ['v-date-picker-controls'],
|
22162
|
-
"style":
|
22161
|
+
"class": normalizeClass(['v-date-picker-controls']),
|
22162
|
+
"style": {
|
22163
22163
|
'--v-date-picker-controls-height': convertToUnit(props.controlHeight)
|
22164
|
-
}
|
22164
|
+
}
|
22165
22165
|
}, [createVNode(VBtn, {
|
22166
22166
|
"class": "v-date-picker-controls__month-btn",
|
22167
22167
|
"data-testid": "month-btn",
|
@@ -22539,7 +22539,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22539
22539
|
"key": "hide-week-days",
|
22540
22540
|
"class": "v-date-picker-month__day"
|
22541
22541
|
}, [createTextVNode("\xA0")]), weekNumbers.value.map(week => createElementVNode("div", {
|
22542
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__day--adjacent']
|
22542
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__day--adjacent'])
|
22543
22543
|
}, [week]))]), createVNode(MaybeTransition, {
|
22544
22544
|
"name": transition.value
|
22545
22545
|
}, {
|
@@ -22548,7 +22548,7 @@ const VDatePickerMonth = genericComponent()({
|
|
22548
22548
|
"key": daysInMonth.value[0].date?.toString(),
|
22549
22549
|
"class": "v-date-picker-month__days"
|
22550
22550
|
}, [!props.hideWeekdays && adapter.getWeekdays(props.firstDayOfWeek).map(weekDay => createElementVNode("div", {
|
22551
|
-
"class": ['v-date-picker-month__day', 'v-date-picker-month__weekday']
|
22551
|
+
"class": normalizeClass(['v-date-picker-month__day', 'v-date-picker-month__weekday'])
|
22552
22552
|
}, [weekDay])), daysInMonth.value.map((item, i) => {
|
22553
22553
|
const slotProps = {
|
22554
22554
|
props: {
|
@@ -22636,9 +22636,9 @@ const VDatePickerMonths = genericComponent()({
|
|
22636
22636
|
}
|
22637
22637
|
useRender(() => createElementVNode("div", {
|
22638
22638
|
"class": "v-date-picker-months",
|
22639
|
-
"style":
|
22639
|
+
"style": {
|
22640
22640
|
height: convertToUnit(props.height)
|
22641
|
-
}
|
22641
|
+
}
|
22642
22642
|
}, [createElementVNode("div", {
|
22643
22643
|
"class": "v-date-picker-months__content"
|
22644
22644
|
}, [months.value.map((month, i) => {
|
@@ -22738,9 +22738,9 @@ const VDatePickerYears = genericComponent()({
|
|
22738
22738
|
}
|
22739
22739
|
useRender(() => createElementVNode("div", {
|
22740
22740
|
"class": "v-date-picker-years",
|
22741
|
-
"style":
|
22741
|
+
"style": {
|
22742
22742
|
height: convertToUnit(props.height)
|
22743
|
-
}
|
22743
|
+
}
|
22744
22744
|
}, [createElementVNode("div", {
|
22745
22745
|
"class": "v-date-picker-years__content"
|
22746
22746
|
}, [years.value.map((year, i) => {
|
@@ -23184,9 +23184,9 @@ const VEmptyState = genericComponent()({
|
|
23184
23184
|
}, [slots.title?.() ?? props.title]), hasText && createElementVNode("div", {
|
23185
23185
|
"key": "text",
|
23186
23186
|
"class": "v-empty-state__text",
|
23187
|
-
"style":
|
23187
|
+
"style": {
|
23188
23188
|
maxWidth: convertToUnit(props.textWidth)
|
23189
|
-
}
|
23189
|
+
}
|
23190
23190
|
}, [slots.text?.() ?? props.text]), slots.default && createElementVNode("div", {
|
23191
23191
|
"key": "content",
|
23192
23192
|
"class": "v-empty-state__content"
|
@@ -24051,9 +24051,9 @@ const VInfiniteScrollIntersect = defineComponent({
|
|
24051
24051
|
});
|
24052
24052
|
useRender(() => createElementVNode("div", {
|
24053
24053
|
"class": "v-infinite-scroll-intersect",
|
24054
|
-
"style":
|
24054
|
+
"style": {
|
24055
24055
|
'--v-infinite-margin-size': props.rootMargin
|
24056
|
-
}
|
24056
|
+
},
|
24057
24057
|
"ref": intersectionRef
|
24058
24058
|
}, [createTextVNode("\xA0")]));
|
24059
24059
|
return {};
|
@@ -25664,7 +25664,7 @@ const VOtpInput = genericComponent()({
|
|
25664
25664
|
"aria-label": t(props.label, i + 1),
|
25665
25665
|
"autofocus": i === 0 && props.autofocus,
|
25666
25666
|
"autocomplete": "one-time-code",
|
25667
|
-
"class": ['v-otp-input__field'],
|
25667
|
+
"class": normalizeClass(['v-otp-input__field']),
|
25668
25668
|
"disabled": props.disabled,
|
25669
25669
|
"inputmode": props.type === 'number' ? 'numeric' : 'text',
|
25670
25670
|
"min": props.type === 'number' ? 0 : undefined,
|
@@ -29382,7 +29382,7 @@ function createVuetify$1() {
|
|
29382
29382
|
};
|
29383
29383
|
});
|
29384
29384
|
}
|
29385
|
-
const version$1 = "3.8.7-master.2025-
|
29385
|
+
const version$1 = "3.8.7-master.2025-06-02";
|
29386
29386
|
createVuetify$1.version = version$1;
|
29387
29387
|
|
29388
29388
|
// Vue's inject() can only be used in setup
|
@@ -29407,7 +29407,7 @@ const createVuetify = function () {
|
|
29407
29407
|
...options
|
29408
29408
|
});
|
29409
29409
|
};
|
29410
|
-
const version = "3.8.7-master.2025-
|
29410
|
+
const version = "3.8.7-master.2025-06-02";
|
29411
29411
|
createVuetify.version = version;
|
29412
29412
|
|
29413
29413
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|