@vuetify/nightly 3.8.5-pr-21419.3ae3440 → 3.8.6-master.2025-05-21
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 +10 -11
- package/dist/json/attributes.json +3365 -3365
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +6152 -6152
- package/dist/vuetify-labs.cjs +38 -33
- package/dist/vuetify-labs.css +4423 -4412
- package/dist/vuetify-labs.d.ts +59 -59
- package/dist/vuetify-labs.esm.js +38 -33
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +38 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +38 -33
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +4299 -4288
- package/dist/vuetify.d.ts +59 -59
- package/dist/vuetify.esm.js +38 -33
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +38 -33
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +21 -21
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VNavigationDrawer/touch.js +2 -4
- package/lib/components/VNavigationDrawer/touch.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.css +15 -4
- package/lib/components/VNumberInput/VNumberInput.js +18 -10
- package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
- package/lib/components/VNumberInput/VNumberInput.sass +18 -6
- package/lib/components/VProgressCircular/VProgressCircular.js +2 -2
- package/lib/components/VProgressCircular/VProgressCircular.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +13 -16
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSlider/slider.js +1 -1
- package/lib/components/VSlider/slider.js.map +1 -1
- package/lib/composables/goto.js +1 -1
- package/lib/composables/goto.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +59 -59
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/package.json +5 -5
package/dist/vuetify.d.ts
CHANGED
@@ -85878,79 +85878,73 @@ declare module 'vue' {
|
|
85878
85878
|
}
|
85879
85879
|
export interface GlobalComponents {
|
85880
85880
|
VApp: VApp
|
85881
|
-
VAppBar: VAppBar
|
85882
|
-
VAppBarNavIcon: VAppBarNavIcon
|
85883
|
-
VAppBarTitle: VAppBarTitle
|
85884
85881
|
VAutocomplete: VAutocomplete
|
85885
85882
|
VAlert: VAlert
|
85886
85883
|
VAlertTitle: VAlertTitle
|
85887
|
-
VAvatar: VAvatar
|
85888
|
-
VBanner: VBanner
|
85889
|
-
VBannerActions: VBannerActions
|
85890
|
-
VBannerText: VBannerText
|
85891
85884
|
VBadge: VBadge
|
85892
|
-
|
85893
|
-
|
85885
|
+
VAppBar: VAppBar
|
85886
|
+
VAppBarNavIcon: VAppBarNavIcon
|
85887
|
+
VAppBarTitle: VAppBarTitle
|
85888
|
+
VAvatar: VAvatar
|
85894
85889
|
VBreadcrumbs: VBreadcrumbs
|
85895
85890
|
VBreadcrumbsItem: VBreadcrumbsItem
|
85896
85891
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
85897
|
-
|
85892
|
+
VBottomNavigation: VBottomNavigation
|
85893
|
+
VBtn: VBtn
|
85894
|
+
VBanner: VBanner
|
85895
|
+
VBannerActions: VBannerActions
|
85896
|
+
VBannerText: VBannerText
|
85897
|
+
VBtnToggle: VBtnToggle
|
85898
85898
|
VCarousel: VCarousel
|
85899
85899
|
VCarouselItem: VCarouselItem
|
85900
|
-
VBtnToggle: VBtnToggle
|
85901
|
-
VCheckbox: VCheckbox
|
85902
|
-
VCheckboxBtn: VCheckboxBtn
|
85903
|
-
VColorPicker: VColorPicker
|
85904
|
-
VChip: VChip
|
85905
|
-
VCode: VCode
|
85906
|
-
VChipGroup: VChipGroup
|
85907
|
-
VCounter: VCounter
|
85908
85900
|
VBottomSheet: VBottomSheet
|
85909
|
-
VCombobox: VCombobox
|
85910
85901
|
VCard: VCard
|
85911
85902
|
VCardActions: VCardActions
|
85912
85903
|
VCardItem: VCardItem
|
85913
85904
|
VCardSubtitle: VCardSubtitle
|
85914
85905
|
VCardText: VCardText
|
85915
85906
|
VCardTitle: VCardTitle
|
85916
|
-
|
85917
|
-
|
85918
|
-
|
85919
|
-
|
85920
|
-
|
85921
|
-
|
85922
|
-
|
85907
|
+
VChip: VChip
|
85908
|
+
VCheckbox: VCheckbox
|
85909
|
+
VCheckboxBtn: VCheckboxBtn
|
85910
|
+
VBtnGroup: VBtnGroup
|
85911
|
+
VCode: VCode
|
85912
|
+
VCombobox: VCombobox
|
85913
|
+
VCounter: VCounter
|
85914
|
+
VChipGroup: VChipGroup
|
85915
|
+
VColorPicker: VColorPicker
|
85916
|
+
VDialog: VDialog
|
85923
85917
|
VDatePicker: VDatePicker
|
85924
85918
|
VDatePickerControls: VDatePickerControls
|
85925
85919
|
VDatePickerHeader: VDatePickerHeader
|
85926
85920
|
VDatePickerMonth: VDatePickerMonth
|
85927
85921
|
VDatePickerMonths: VDatePickerMonths
|
85928
85922
|
VDatePickerYears: VDatePickerYears
|
85929
|
-
VDialog: VDialog
|
85930
|
-
VEmptyState: VEmptyState
|
85931
85923
|
VDivider: VDivider
|
85924
|
+
VEmptyState: VEmptyState
|
85932
85925
|
VExpansionPanels: VExpansionPanels
|
85933
85926
|
VExpansionPanel: VExpansionPanel
|
85934
85927
|
VExpansionPanelText: VExpansionPanelText
|
85935
85928
|
VExpansionPanelTitle: VExpansionPanelTitle
|
85936
|
-
VFab: VFab
|
85937
|
-
VFileInput: VFileInput
|
85938
85929
|
VField: VField
|
85939
85930
|
VFieldLabel: VFieldLabel
|
85940
|
-
|
85931
|
+
VFab: VFab
|
85941
85932
|
VIcon: VIcon
|
85942
85933
|
VComponentIcon: VComponentIcon
|
85943
85934
|
VSvgIcon: VSvgIcon
|
85944
85935
|
VLigatureIcon: VLigatureIcon
|
85945
85936
|
VClassIcon: VClassIcon
|
85937
|
+
VFileInput: VFileInput
|
85946
85938
|
VFooter: VFooter
|
85947
85939
|
VInfiniteScroll: VInfiniteScroll
|
85948
|
-
VImg: VImg
|
85949
|
-
VKbd: VKbd
|
85950
85940
|
VLabel: VLabel
|
85941
|
+
VInput: VInput
|
85951
85942
|
VItemGroup: VItemGroup
|
85952
85943
|
VItem: VItem
|
85953
|
-
|
85944
|
+
VImg: VImg
|
85945
|
+
VKbd: VKbd
|
85946
|
+
VMessages: VMessages
|
85947
|
+
VMenu: VMenu
|
85954
85948
|
VList: VList
|
85955
85949
|
VListGroup: VListGroup
|
85956
85950
|
VListImg: VListImg
|
@@ -85960,47 +85954,46 @@ declare module 'vue' {
|
|
85960
85954
|
VListItemSubtitle: VListItemSubtitle
|
85961
85955
|
VListItemTitle: VListItemTitle
|
85962
85956
|
VListSubheader: VListSubheader
|
85963
|
-
VMenu: VMenu
|
85964
|
-
VNumberInput: VNumberInput
|
85965
85957
|
VNavigationDrawer: VNavigationDrawer
|
85966
|
-
VMessages: VMessages
|
85967
85958
|
VOtpInput: VOtpInput
|
85959
|
+
VNumberInput: VNumberInput
|
85968
85960
|
VOverlay: VOverlay
|
85961
|
+
VProgressCircular: VProgressCircular
|
85962
|
+
VRadioGroup: VRadioGroup
|
85969
85963
|
VProgressLinear: VProgressLinear
|
85970
85964
|
VPagination: VPagination
|
85971
|
-
|
85965
|
+
VSelectionControlGroup: VSelectionControlGroup
|
85972
85966
|
VRating: VRating
|
85973
|
-
VRadioGroup: VRadioGroup
|
85974
85967
|
VSelect: VSelect
|
85975
85968
|
VSelectionControl: VSelectionControl
|
85976
|
-
|
85977
|
-
|
85969
|
+
VSkeletonLoader: VSkeletonLoader
|
85970
|
+
VMain: VMain
|
85978
85971
|
VSlideGroup: VSlideGroup
|
85979
85972
|
VSlideGroupItem: VSlideGroupItem
|
85980
|
-
VSlider: VSlider
|
85981
|
-
VSnackbar: VSnackbar
|
85982
85973
|
VStepper: VStepper
|
85983
85974
|
VStepperActions: VStepperActions
|
85984
85975
|
VStepperHeader: VStepperHeader
|
85985
85976
|
VStepperItem: VStepperItem
|
85986
85977
|
VStepperWindow: VStepperWindow
|
85987
85978
|
VStepperWindowItem: VStepperWindowItem
|
85988
|
-
|
85989
|
-
|
85979
|
+
VSlider: VSlider
|
85980
|
+
VSheet: VSheet
|
85981
|
+
VSwitch: VSwitch
|
85982
|
+
VSnackbar: VSnackbar
|
85990
85983
|
VTab: VTab
|
85991
85984
|
VTabs: VTabs
|
85992
85985
|
VTabsWindow: VTabsWindow
|
85993
85986
|
VTabsWindowItem: VTabsWindowItem
|
85994
|
-
VSwitch: VSwitch
|
85995
|
-
VTable: VTable
|
85996
|
-
VTextarea: VTextarea
|
85997
85987
|
VTextField: VTextField
|
85988
|
+
VSystemBar: VSystemBar
|
85989
|
+
VTable: VTable
|
85998
85990
|
VTimeline: VTimeline
|
85999
85991
|
VTimelineItem: VTimelineItem
|
86000
85992
|
VToolbar: VToolbar
|
86001
85993
|
VToolbarTitle: VToolbarTitle
|
86002
85994
|
VToolbarItems: VToolbarItems
|
86003
85995
|
VTooltip: VTooltip
|
85996
|
+
VTextarea: VTextarea
|
86004
85997
|
VWindow: VWindow
|
86005
85998
|
VWindowItem: VWindowItem
|
86006
85999
|
VConfirmEdit: VConfirmEdit
|
@@ -86011,20 +86004,19 @@ declare module 'vue' {
|
|
86011
86004
|
VRow: VRow
|
86012
86005
|
VSpacer: VSpacer
|
86013
86006
|
VForm: VForm
|
86014
|
-
VHover: VHover
|
86015
86007
|
VLayout: VLayout
|
86016
86008
|
VLayoutItem: VLayoutItem
|
86017
|
-
VLazy: VLazy
|
86018
86009
|
VLocaleProvider: VLocaleProvider
|
86010
|
+
VHover: VHover
|
86019
86011
|
VNoSsr: VNoSsr
|
86012
|
+
VParallax: VParallax
|
86020
86013
|
VRadio: VRadio
|
86021
86014
|
VRangeSlider: VRangeSlider
|
86022
86015
|
VResponsive: VResponsive
|
86023
86016
|
VSnackbarQueue: VSnackbarQueue
|
86024
|
-
VSpeedDial: VSpeedDial
|
86025
86017
|
VSparkline: VSparkline
|
86018
|
+
VSpeedDial: VSpeedDial
|
86026
86019
|
VThemeProvider: VThemeProvider
|
86027
|
-
VValidation: VValidation
|
86028
86020
|
VVirtualScroll: VVirtualScroll
|
86029
86021
|
VFabTransition: VFabTransition
|
86030
86022
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -86042,7 +86034,15 @@ declare module 'vue' {
|
|
86042
86034
|
VExpandTransition: VExpandTransition
|
86043
86035
|
VExpandXTransition: VExpandXTransition
|
86044
86036
|
VDialogTransition: VDialogTransition
|
86045
|
-
|
86037
|
+
VDataTable: VDataTable
|
86038
|
+
VDataTableHeaders: VDataTableHeaders
|
86039
|
+
VDataTableFooter: VDataTableFooter
|
86040
|
+
VDataTableRows: VDataTableRows
|
86041
|
+
VDataTableRow: VDataTableRow
|
86042
|
+
VDataTableVirtual: VDataTableVirtual
|
86043
|
+
VDataTableServer: VDataTableServer
|
86044
|
+
VValidation: VValidation
|
86045
|
+
VLazy: VLazy
|
86046
86046
|
VCalendar: VCalendar
|
86047
86047
|
VCalendarDay: VCalendarDay
|
86048
86048
|
VCalendarHeader: VCalendarHeader
|
@@ -86050,21 +86050,21 @@ declare module 'vue' {
|
|
86050
86050
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
86051
86051
|
VCalendarMonthDay: VCalendarMonthDay
|
86052
86052
|
VColorInput: VColorInput
|
86053
|
+
VIconBtn: VIconBtn
|
86054
|
+
VPicker: VPicker
|
86055
|
+
VPickerTitle: VPickerTitle
|
86053
86056
|
VFileUpload: VFileUpload
|
86054
86057
|
VFileUploadItem: VFileUploadItem
|
86055
|
-
VIconBtn: VIconBtn
|
86056
86058
|
VTimePicker: VTimePicker
|
86057
86059
|
VTimePickerClock: VTimePickerClock
|
86058
86060
|
VTimePickerControls: VTimePickerControls
|
86061
|
+
VStepperVertical: VStepperVertical
|
86062
|
+
VStepperVerticalItem: VStepperVerticalItem
|
86063
|
+
VStepperVerticalActions: VStepperVerticalActions
|
86059
86064
|
VTreeview: VTreeview
|
86060
86065
|
VTreeviewItem: VTreeviewItem
|
86061
86066
|
VTreeviewGroup: VTreeviewGroup
|
86062
|
-
VPicker: VPicker
|
86063
|
-
VPickerTitle: VPickerTitle
|
86064
86067
|
VDateInput: VDateInput
|
86065
86068
|
VPullToRefresh: VPullToRefresh
|
86066
|
-
VStepperVertical: VStepperVertical
|
86067
|
-
VStepperVerticalItem: VStepperVerticalItem
|
86068
|
-
VStepperVerticalActions: VStepperVerticalActions
|
86069
86069
|
}
|
86070
86070
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.
|
2
|
+
* Vuetify v3.8.6-master.2025-05-21
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -5133,7 +5133,7 @@ const VProgressCircular = genericComponent()({
|
|
5133
5133
|
resizeRef,
|
5134
5134
|
contentRect
|
5135
5135
|
} = useResizeObserver();
|
5136
|
-
const normalizedValue = toRef(() =>
|
5136
|
+
const normalizedValue = toRef(() => clamp(parseFloat(props.modelValue), 0, 100));
|
5137
5137
|
const width = toRef(() => Number(props.width));
|
5138
5138
|
const size = toRef(() => {
|
5139
5139
|
// Get size from element if size prop value is small, large etc
|
@@ -7740,7 +7740,7 @@ function clampTarget(container, value, rtl, horizontal) {
|
|
7740
7740
|
min = 0;
|
7741
7741
|
max = scrollHeight + -containerHeight;
|
7742
7742
|
}
|
7743
|
-
return
|
7743
|
+
return clamp(value, min, max);
|
7744
7744
|
}
|
7745
7745
|
|
7746
7746
|
function calculateUpdatedTarget(_ref) {
|
@@ -13092,42 +13092,39 @@ const VSelect = genericComponent()({
|
|
13092
13092
|
const items = displayItems.value;
|
13093
13093
|
function findItem() {
|
13094
13094
|
let result = findItemBase();
|
13095
|
-
if (result
|
13095
|
+
if (result) return result;
|
13096
13096
|
if (keyboardLookupPrefix.at(-1) === keyboardLookupPrefix.at(-2)) {
|
13097
13097
|
// No matches but we have a repeated letter, try the next item with that prefix
|
13098
13098
|
keyboardLookupPrefix = keyboardLookupPrefix.slice(0, -1);
|
13099
13099
|
result = findItemBase();
|
13100
|
-
if (result
|
13100
|
+
if (result) return result;
|
13101
13101
|
}
|
13102
13102
|
|
13103
13103
|
// Still nothing, wrap around to the top
|
13104
13104
|
keyboardLookupIndex = -1;
|
13105
13105
|
result = findItemBase();
|
13106
|
-
if (result
|
13106
|
+
if (result) return result;
|
13107
13107
|
|
13108
13108
|
// Still nothing, try just the new letter
|
13109
13109
|
keyboardLookupPrefix = e.key.toLowerCase();
|
13110
13110
|
return findItemBase();
|
13111
13111
|
}
|
13112
13112
|
function findItemBase() {
|
13113
|
-
for (let i =
|
13113
|
+
for (let i = keyboardLookupIndex + 1; i < items.length; i++) {
|
13114
13114
|
const _item = items[i];
|
13115
|
-
if (
|
13116
|
-
|
13117
|
-
return _item;
|
13115
|
+
if (_item.title.toLowerCase().startsWith(keyboardLookupPrefix)) {
|
13116
|
+
return [_item, i];
|
13118
13117
|
}
|
13119
13118
|
}
|
13120
13119
|
return undefined;
|
13121
13120
|
}
|
13122
|
-
const
|
13123
|
-
if (
|
13124
|
-
|
13125
|
-
|
13126
|
-
|
13127
|
-
|
13128
|
-
|
13129
|
-
listRef.value?.focus(index);
|
13130
|
-
}
|
13121
|
+
const result = findItem();
|
13122
|
+
if (!result) return;
|
13123
|
+
const [item, index] = result;
|
13124
|
+
keyboardLookupIndex = index;
|
13125
|
+
listRef.value?.focus(index);
|
13126
|
+
if (!props.multiple) {
|
13127
|
+
model.value = [item];
|
13131
13128
|
}
|
13132
13129
|
}
|
13133
13130
|
|
@@ -16171,7 +16168,7 @@ const useSlider = _ref => {
|
|
16171
16168
|
const clickOffset = getPosition(e, position);
|
16172
16169
|
|
16173
16170
|
// It is possible for left to be NaN, force to number
|
16174
|
-
let clickPos =
|
16171
|
+
let clickPos = clamp((clickOffset - trackStart - startOffset.value) / trackLength) || 0;
|
16175
16172
|
if (vertical ? indexFromEnd.value : indexFromEnd.value !== isRtl.value) clickPos = 1 - clickPos;
|
16176
16173
|
return roundValue(min.value + clickPos * (max.value - min.value));
|
16177
16174
|
}
|
@@ -24609,7 +24606,7 @@ function useTouch(_ref) {
|
|
24609
24606
|
function getProgress(pos) {
|
24610
24607
|
let limit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
24611
24608
|
const progress = position.value === 'left' ? (pos - offset.value) / width.value : position.value === 'right' ? (document.documentElement.clientWidth - pos - offset.value) / width.value : position.value === 'top' ? (pos - offset.value) / width.value : position.value === 'bottom' ? (document.documentElement.clientHeight - pos - offset.value) / width.value : oops();
|
24612
|
-
return limit ?
|
24609
|
+
return limit ? clamp(progress) : progress;
|
24613
24610
|
}
|
24614
24611
|
function onTouchstart(e) {
|
24615
24612
|
if (touchless.value) return;
|
@@ -25094,6 +25091,9 @@ const VNumberInput = genericComponent()({
|
|
25094
25091
|
const controlNodeDefaultHeight = toRef(() => controlVariant.value === 'stacked' ? 'auto' : '100%');
|
25095
25092
|
const incrementSlotProps = {
|
25096
25093
|
props: {
|
25094
|
+
style: {
|
25095
|
+
touchAction: 'none'
|
25096
|
+
},
|
25097
25097
|
onClick: onControlClick,
|
25098
25098
|
onPointerup: onControlMouseup,
|
25099
25099
|
onPointerdown: onUpControlMousedown
|
@@ -25101,6 +25101,9 @@ const VNumberInput = genericComponent()({
|
|
25101
25101
|
};
|
25102
25102
|
const decrementSlotProps = {
|
25103
25103
|
props: {
|
25104
|
+
style: {
|
25105
|
+
touchAction: 'none'
|
25106
|
+
},
|
25104
25107
|
onClick: onControlClick,
|
25105
25108
|
onPointerup: onControlMouseup,
|
25106
25109
|
onPointerdown: onDownControlMousedown
|
@@ -25233,17 +25236,18 @@ const VNumberInput = genericComponent()({
|
|
25233
25236
|
} = VTextField.filterProps(props);
|
25234
25237
|
function incrementControlNode() {
|
25235
25238
|
return !slots.increment ? createVNode(VBtn, {
|
25239
|
+
"aria-hidden": "true",
|
25240
|
+
"data-testid": "increment",
|
25236
25241
|
"disabled": !canIncrease.value,
|
25237
25242
|
"flat": true,
|
25238
|
-
"key": "increment-btn",
|
25239
25243
|
"height": controlNodeDefaultHeight.value,
|
25240
|
-
"data-testid": "increment",
|
25241
|
-
"aria-hidden": "true",
|
25242
25244
|
"icon": incrementIcon.value,
|
25245
|
+
"key": "increment-btn",
|
25243
25246
|
"onClick": onControlClick,
|
25244
|
-
"onPointerup": onControlMouseup,
|
25245
25247
|
"onPointerdown": onUpControlMousedown,
|
25248
|
+
"onPointerup": onControlMouseup,
|
25246
25249
|
"size": controlNodeSize.value,
|
25250
|
+
"style": "touch-action: none",
|
25247
25251
|
"tabindex": "-1"
|
25248
25252
|
}, null) : createVNode(VDefaultsProvider, {
|
25249
25253
|
"key": "increment-defaults",
|
@@ -25262,18 +25266,19 @@ const VNumberInput = genericComponent()({
|
|
25262
25266
|
}
|
25263
25267
|
function decrementControlNode() {
|
25264
25268
|
return !slots.decrement ? createVNode(VBtn, {
|
25269
|
+
"aria-hidden": "true",
|
25270
|
+
"data-testid": "decrement",
|
25265
25271
|
"disabled": !canDecrease.value,
|
25266
25272
|
"flat": true,
|
25267
|
-
"key": "decrement-btn",
|
25268
25273
|
"height": controlNodeDefaultHeight.value,
|
25269
|
-
"data-testid": "decrement",
|
25270
|
-
"aria-hidden": "true",
|
25271
25274
|
"icon": decrementIcon.value,
|
25272
|
-
"
|
25273
|
-
"tabindex": "-1",
|
25275
|
+
"key": "decrement-btn",
|
25274
25276
|
"onClick": onControlClick,
|
25277
|
+
"onPointerdown": onDownControlMousedown,
|
25275
25278
|
"onPointerup": onControlMouseup,
|
25276
|
-
"
|
25279
|
+
"size": controlNodeSize.value,
|
25280
|
+
"style": "touch-action: none",
|
25281
|
+
"tabindex": "-1"
|
25277
25282
|
}, null) : createVNode(VDefaultsProvider, {
|
25278
25283
|
"key": "decrement-defaults",
|
25279
25284
|
"defaults": {
|
@@ -29250,7 +29255,7 @@ function createVuetify$1() {
|
|
29250
29255
|
};
|
29251
29256
|
});
|
29252
29257
|
}
|
29253
|
-
const version$1 = "3.8.
|
29258
|
+
const version$1 = "3.8.6-master.2025-05-21";
|
29254
29259
|
createVuetify$1.version = version$1;
|
29255
29260
|
|
29256
29261
|
// Vue's inject() can only be used in setup
|
@@ -29275,7 +29280,7 @@ const createVuetify = function () {
|
|
29275
29280
|
...options
|
29276
29281
|
});
|
29277
29282
|
};
|
29278
|
-
const version = "3.8.
|
29283
|
+
const version = "3.8.6-master.2025-05-21";
|
29279
29284
|
createVuetify.version = version;
|
29280
29285
|
|
29281
29286
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|