@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-labs.d.ts
CHANGED
@@ -101750,79 +101750,73 @@ declare module 'vue' {
|
|
101750
101750
|
}
|
101751
101751
|
export interface GlobalComponents {
|
101752
101752
|
VApp: VApp
|
101753
|
-
VAppBar: VAppBar
|
101754
|
-
VAppBarNavIcon: VAppBarNavIcon
|
101755
|
-
VAppBarTitle: VAppBarTitle
|
101756
101753
|
VAutocomplete: VAutocomplete
|
101757
101754
|
VAlert: VAlert
|
101758
101755
|
VAlertTitle: VAlertTitle
|
101759
|
-
VAvatar: VAvatar
|
101760
|
-
VBanner: VBanner
|
101761
|
-
VBannerActions: VBannerActions
|
101762
|
-
VBannerText: VBannerText
|
101763
101756
|
VBadge: VBadge
|
101764
|
-
|
101765
|
-
|
101757
|
+
VAppBar: VAppBar
|
101758
|
+
VAppBarNavIcon: VAppBarNavIcon
|
101759
|
+
VAppBarTitle: VAppBarTitle
|
101760
|
+
VAvatar: VAvatar
|
101766
101761
|
VBreadcrumbs: VBreadcrumbs
|
101767
101762
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101768
101763
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101769
|
-
|
101764
|
+
VBottomNavigation: VBottomNavigation
|
101765
|
+
VBtn: VBtn
|
101766
|
+
VBanner: VBanner
|
101767
|
+
VBannerActions: VBannerActions
|
101768
|
+
VBannerText: VBannerText
|
101769
|
+
VBtnToggle: VBtnToggle
|
101770
101770
|
VCarousel: VCarousel
|
101771
101771
|
VCarouselItem: VCarouselItem
|
101772
|
-
VBtnToggle: VBtnToggle
|
101773
|
-
VCheckbox: VCheckbox
|
101774
|
-
VCheckboxBtn: VCheckboxBtn
|
101775
|
-
VColorPicker: VColorPicker
|
101776
|
-
VChip: VChip
|
101777
|
-
VCode: VCode
|
101778
|
-
VChipGroup: VChipGroup
|
101779
|
-
VCounter: VCounter
|
101780
101772
|
VBottomSheet: VBottomSheet
|
101781
|
-
VCombobox: VCombobox
|
101782
101773
|
VCard: VCard
|
101783
101774
|
VCardActions: VCardActions
|
101784
101775
|
VCardItem: VCardItem
|
101785
101776
|
VCardSubtitle: VCardSubtitle
|
101786
101777
|
VCardText: VCardText
|
101787
101778
|
VCardTitle: VCardTitle
|
101788
|
-
|
101789
|
-
|
101790
|
-
|
101791
|
-
|
101792
|
-
|
101793
|
-
|
101794
|
-
|
101779
|
+
VChip: VChip
|
101780
|
+
VCheckbox: VCheckbox
|
101781
|
+
VCheckboxBtn: VCheckboxBtn
|
101782
|
+
VBtnGroup: VBtnGroup
|
101783
|
+
VCode: VCode
|
101784
|
+
VCombobox: VCombobox
|
101785
|
+
VCounter: VCounter
|
101786
|
+
VChipGroup: VChipGroup
|
101787
|
+
VColorPicker: VColorPicker
|
101788
|
+
VDialog: VDialog
|
101795
101789
|
VDatePicker: VDatePicker
|
101796
101790
|
VDatePickerControls: VDatePickerControls
|
101797
101791
|
VDatePickerHeader: VDatePickerHeader
|
101798
101792
|
VDatePickerMonth: VDatePickerMonth
|
101799
101793
|
VDatePickerMonths: VDatePickerMonths
|
101800
101794
|
VDatePickerYears: VDatePickerYears
|
101801
|
-
VDialog: VDialog
|
101802
|
-
VEmptyState: VEmptyState
|
101803
101795
|
VDivider: VDivider
|
101796
|
+
VEmptyState: VEmptyState
|
101804
101797
|
VExpansionPanels: VExpansionPanels
|
101805
101798
|
VExpansionPanel: VExpansionPanel
|
101806
101799
|
VExpansionPanelText: VExpansionPanelText
|
101807
101800
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101808
|
-
VFab: VFab
|
101809
|
-
VFileInput: VFileInput
|
101810
101801
|
VField: VField
|
101811
101802
|
VFieldLabel: VFieldLabel
|
101812
|
-
|
101803
|
+
VFab: VFab
|
101813
101804
|
VIcon: VIcon
|
101814
101805
|
VComponentIcon: VComponentIcon
|
101815
101806
|
VSvgIcon: VSvgIcon
|
101816
101807
|
VLigatureIcon: VLigatureIcon
|
101817
101808
|
VClassIcon: VClassIcon
|
101809
|
+
VFileInput: VFileInput
|
101818
101810
|
VFooter: VFooter
|
101819
101811
|
VInfiniteScroll: VInfiniteScroll
|
101820
|
-
VImg: VImg
|
101821
|
-
VKbd: VKbd
|
101822
101812
|
VLabel: VLabel
|
101813
|
+
VInput: VInput
|
101823
101814
|
VItemGroup: VItemGroup
|
101824
101815
|
VItem: VItem
|
101825
|
-
|
101816
|
+
VImg: VImg
|
101817
|
+
VKbd: VKbd
|
101818
|
+
VMessages: VMessages
|
101819
|
+
VMenu: VMenu
|
101826
101820
|
VList: VList
|
101827
101821
|
VListGroup: VListGroup
|
101828
101822
|
VListImg: VListImg
|
@@ -101832,47 +101826,46 @@ declare module 'vue' {
|
|
101832
101826
|
VListItemSubtitle: VListItemSubtitle
|
101833
101827
|
VListItemTitle: VListItemTitle
|
101834
101828
|
VListSubheader: VListSubheader
|
101835
|
-
VMenu: VMenu
|
101836
|
-
VNumberInput: VNumberInput
|
101837
101829
|
VNavigationDrawer: VNavigationDrawer
|
101838
|
-
VMessages: VMessages
|
101839
101830
|
VOtpInput: VOtpInput
|
101831
|
+
VNumberInput: VNumberInput
|
101840
101832
|
VOverlay: VOverlay
|
101833
|
+
VProgressCircular: VProgressCircular
|
101834
|
+
VRadioGroup: VRadioGroup
|
101841
101835
|
VProgressLinear: VProgressLinear
|
101842
101836
|
VPagination: VPagination
|
101843
|
-
|
101837
|
+
VSelectionControlGroup: VSelectionControlGroup
|
101844
101838
|
VRating: VRating
|
101845
|
-
VRadioGroup: VRadioGroup
|
101846
101839
|
VSelect: VSelect
|
101847
101840
|
VSelectionControl: VSelectionControl
|
101848
|
-
|
101849
|
-
|
101841
|
+
VSkeletonLoader: VSkeletonLoader
|
101842
|
+
VMain: VMain
|
101850
101843
|
VSlideGroup: VSlideGroup
|
101851
101844
|
VSlideGroupItem: VSlideGroupItem
|
101852
|
-
VSlider: VSlider
|
101853
|
-
VSnackbar: VSnackbar
|
101854
101845
|
VStepper: VStepper
|
101855
101846
|
VStepperActions: VStepperActions
|
101856
101847
|
VStepperHeader: VStepperHeader
|
101857
101848
|
VStepperItem: VStepperItem
|
101858
101849
|
VStepperWindow: VStepperWindow
|
101859
101850
|
VStepperWindowItem: VStepperWindowItem
|
101860
|
-
|
101861
|
-
|
101851
|
+
VSlider: VSlider
|
101852
|
+
VSheet: VSheet
|
101853
|
+
VSwitch: VSwitch
|
101854
|
+
VSnackbar: VSnackbar
|
101862
101855
|
VTab: VTab
|
101863
101856
|
VTabs: VTabs
|
101864
101857
|
VTabsWindow: VTabsWindow
|
101865
101858
|
VTabsWindowItem: VTabsWindowItem
|
101866
|
-
VSwitch: VSwitch
|
101867
|
-
VTable: VTable
|
101868
|
-
VTextarea: VTextarea
|
101869
101859
|
VTextField: VTextField
|
101860
|
+
VSystemBar: VSystemBar
|
101861
|
+
VTable: VTable
|
101870
101862
|
VTimeline: VTimeline
|
101871
101863
|
VTimelineItem: VTimelineItem
|
101872
101864
|
VToolbar: VToolbar
|
101873
101865
|
VToolbarTitle: VToolbarTitle
|
101874
101866
|
VToolbarItems: VToolbarItems
|
101875
101867
|
VTooltip: VTooltip
|
101868
|
+
VTextarea: VTextarea
|
101876
101869
|
VWindow: VWindow
|
101877
101870
|
VWindowItem: VWindowItem
|
101878
101871
|
VConfirmEdit: VConfirmEdit
|
@@ -101883,20 +101876,19 @@ declare module 'vue' {
|
|
101883
101876
|
VRow: VRow
|
101884
101877
|
VSpacer: VSpacer
|
101885
101878
|
VForm: VForm
|
101886
|
-
VHover: VHover
|
101887
101879
|
VLayout: VLayout
|
101888
101880
|
VLayoutItem: VLayoutItem
|
101889
|
-
VLazy: VLazy
|
101890
101881
|
VLocaleProvider: VLocaleProvider
|
101882
|
+
VHover: VHover
|
101891
101883
|
VNoSsr: VNoSsr
|
101884
|
+
VParallax: VParallax
|
101892
101885
|
VRadio: VRadio
|
101893
101886
|
VRangeSlider: VRangeSlider
|
101894
101887
|
VResponsive: VResponsive
|
101895
101888
|
VSnackbarQueue: VSnackbarQueue
|
101896
|
-
VSpeedDial: VSpeedDial
|
101897
101889
|
VSparkline: VSparkline
|
101890
|
+
VSpeedDial: VSpeedDial
|
101898
101891
|
VThemeProvider: VThemeProvider
|
101899
|
-
VValidation: VValidation
|
101900
101892
|
VVirtualScroll: VVirtualScroll
|
101901
101893
|
VFabTransition: VFabTransition
|
101902
101894
|
VDialogBottomTransition: VDialogBottomTransition
|
@@ -101914,7 +101906,15 @@ declare module 'vue' {
|
|
101914
101906
|
VExpandTransition: VExpandTransition
|
101915
101907
|
VExpandXTransition: VExpandXTransition
|
101916
101908
|
VDialogTransition: VDialogTransition
|
101917
|
-
|
101909
|
+
VDataTable: VDataTable
|
101910
|
+
VDataTableHeaders: VDataTableHeaders
|
101911
|
+
VDataTableFooter: VDataTableFooter
|
101912
|
+
VDataTableRows: VDataTableRows
|
101913
|
+
VDataTableRow: VDataTableRow
|
101914
|
+
VDataTableVirtual: VDataTableVirtual
|
101915
|
+
VDataTableServer: VDataTableServer
|
101916
|
+
VValidation: VValidation
|
101917
|
+
VLazy: VLazy
|
101918
101918
|
VCalendar: VCalendar
|
101919
101919
|
VCalendarDay: VCalendarDay
|
101920
101920
|
VCalendarHeader: VCalendarHeader
|
@@ -101922,21 +101922,21 @@ declare module 'vue' {
|
|
101922
101922
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101923
101923
|
VCalendarMonthDay: VCalendarMonthDay
|
101924
101924
|
VColorInput: VColorInput
|
101925
|
+
VIconBtn: VIconBtn
|
101926
|
+
VPicker: VPicker
|
101927
|
+
VPickerTitle: VPickerTitle
|
101925
101928
|
VFileUpload: VFileUpload
|
101926
101929
|
VFileUploadItem: VFileUploadItem
|
101927
|
-
VIconBtn: VIconBtn
|
101928
101930
|
VTimePicker: VTimePicker
|
101929
101931
|
VTimePickerClock: VTimePickerClock
|
101930
101932
|
VTimePickerControls: VTimePickerControls
|
101933
|
+
VStepperVertical: VStepperVertical
|
101934
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101935
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101931
101936
|
VTreeview: VTreeview
|
101932
101937
|
VTreeviewItem: VTreeviewItem
|
101933
101938
|
VTreeviewGroup: VTreeviewGroup
|
101934
|
-
VPicker: VPicker
|
101935
|
-
VPickerTitle: VPickerTitle
|
101936
101939
|
VDateInput: VDateInput
|
101937
101940
|
VPullToRefresh: VPullToRefresh
|
101938
|
-
VStepperVertical: VStepperVertical
|
101939
|
-
VStepperVerticalItem: VStepperVerticalItem
|
101940
|
-
VStepperVerticalActions: VStepperVerticalActions
|
101941
101941
|
}
|
101942
101942
|
}
|
package/dist/vuetify-labs.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
|
*/
|
@@ -4855,7 +4855,7 @@ const VProgressCircular = genericComponent()({
|
|
4855
4855
|
resizeRef,
|
4856
4856
|
contentRect
|
4857
4857
|
} = useResizeObserver();
|
4858
|
-
const normalizedValue = toRef(() =>
|
4858
|
+
const normalizedValue = toRef(() => clamp(parseFloat(props.modelValue), 0, 100));
|
4859
4859
|
const width = toRef(() => Number(props.width));
|
4860
4860
|
const size = toRef(() => {
|
4861
4861
|
// Get size from element if size prop value is small, large etc
|
@@ -7462,7 +7462,7 @@ function clampTarget(container, value, rtl, horizontal) {
|
|
7462
7462
|
min = 0;
|
7463
7463
|
max = scrollHeight + -containerHeight;
|
7464
7464
|
}
|
7465
|
-
return
|
7465
|
+
return clamp(value, min, max);
|
7466
7466
|
}
|
7467
7467
|
|
7468
7468
|
function calculateUpdatedTarget(_ref) {
|
@@ -12814,42 +12814,39 @@ const VSelect = genericComponent()({
|
|
12814
12814
|
const items = displayItems.value;
|
12815
12815
|
function findItem() {
|
12816
12816
|
let result = findItemBase();
|
12817
|
-
if (result
|
12817
|
+
if (result) return result;
|
12818
12818
|
if (keyboardLookupPrefix.at(-1) === keyboardLookupPrefix.at(-2)) {
|
12819
12819
|
// No matches but we have a repeated letter, try the next item with that prefix
|
12820
12820
|
keyboardLookupPrefix = keyboardLookupPrefix.slice(0, -1);
|
12821
12821
|
result = findItemBase();
|
12822
|
-
if (result
|
12822
|
+
if (result) return result;
|
12823
12823
|
}
|
12824
12824
|
|
12825
12825
|
// Still nothing, wrap around to the top
|
12826
12826
|
keyboardLookupIndex = -1;
|
12827
12827
|
result = findItemBase();
|
12828
|
-
if (result
|
12828
|
+
if (result) return result;
|
12829
12829
|
|
12830
12830
|
// Still nothing, try just the new letter
|
12831
12831
|
keyboardLookupPrefix = e.key.toLowerCase();
|
12832
12832
|
return findItemBase();
|
12833
12833
|
}
|
12834
12834
|
function findItemBase() {
|
12835
|
-
for (let i =
|
12835
|
+
for (let i = keyboardLookupIndex + 1; i < items.length; i++) {
|
12836
12836
|
const _item = items[i];
|
12837
|
-
if (
|
12838
|
-
|
12839
|
-
return _item;
|
12837
|
+
if (_item.title.toLowerCase().startsWith(keyboardLookupPrefix)) {
|
12838
|
+
return [_item, i];
|
12840
12839
|
}
|
12841
12840
|
}
|
12842
12841
|
return undefined;
|
12843
12842
|
}
|
12844
|
-
const
|
12845
|
-
if (
|
12846
|
-
|
12847
|
-
|
12848
|
-
|
12849
|
-
|
12850
|
-
|
12851
|
-
listRef.value?.focus(index);
|
12852
|
-
}
|
12843
|
+
const result = findItem();
|
12844
|
+
if (!result) return;
|
12845
|
+
const [item, index] = result;
|
12846
|
+
keyboardLookupIndex = index;
|
12847
|
+
listRef.value?.focus(index);
|
12848
|
+
if (!props.multiple) {
|
12849
|
+
model.value = [item];
|
12853
12850
|
}
|
12854
12851
|
}
|
12855
12852
|
|
@@ -15893,7 +15890,7 @@ const useSlider = _ref => {
|
|
15893
15890
|
const clickOffset = getPosition(e, position);
|
15894
15891
|
|
15895
15892
|
// It is possible for left to be NaN, force to number
|
15896
|
-
let clickPos =
|
15893
|
+
let clickPos = clamp((clickOffset - trackStart - startOffset.value) / trackLength) || 0;
|
15897
15894
|
if (vertical ? indexFromEnd.value : indexFromEnd.value !== isRtl.value) clickPos = 1 - clickPos;
|
15898
15895
|
return roundValue(min.value + clickPos * (max.value - min.value));
|
15899
15896
|
}
|
@@ -24331,7 +24328,7 @@ function useTouch(_ref) {
|
|
24331
24328
|
function getProgress(pos) {
|
24332
24329
|
let limit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
24333
24330
|
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();
|
24334
|
-
return limit ?
|
24331
|
+
return limit ? clamp(progress) : progress;
|
24335
24332
|
}
|
24336
24333
|
function onTouchstart(e) {
|
24337
24334
|
if (touchless.value) return;
|
@@ -24816,6 +24813,9 @@ const VNumberInput = genericComponent()({
|
|
24816
24813
|
const controlNodeDefaultHeight = toRef(() => controlVariant.value === 'stacked' ? 'auto' : '100%');
|
24817
24814
|
const incrementSlotProps = {
|
24818
24815
|
props: {
|
24816
|
+
style: {
|
24817
|
+
touchAction: 'none'
|
24818
|
+
},
|
24819
24819
|
onClick: onControlClick,
|
24820
24820
|
onPointerup: onControlMouseup,
|
24821
24821
|
onPointerdown: onUpControlMousedown
|
@@ -24823,6 +24823,9 @@ const VNumberInput = genericComponent()({
|
|
24823
24823
|
};
|
24824
24824
|
const decrementSlotProps = {
|
24825
24825
|
props: {
|
24826
|
+
style: {
|
24827
|
+
touchAction: 'none'
|
24828
|
+
},
|
24826
24829
|
onClick: onControlClick,
|
24827
24830
|
onPointerup: onControlMouseup,
|
24828
24831
|
onPointerdown: onDownControlMousedown
|
@@ -24955,17 +24958,18 @@ const VNumberInput = genericComponent()({
|
|
24955
24958
|
} = VTextField.filterProps(props);
|
24956
24959
|
function incrementControlNode() {
|
24957
24960
|
return !slots.increment ? createVNode(VBtn, {
|
24961
|
+
"aria-hidden": "true",
|
24962
|
+
"data-testid": "increment",
|
24958
24963
|
"disabled": !canIncrease.value,
|
24959
24964
|
"flat": true,
|
24960
|
-
"key": "increment-btn",
|
24961
24965
|
"height": controlNodeDefaultHeight.value,
|
24962
|
-
"data-testid": "increment",
|
24963
|
-
"aria-hidden": "true",
|
24964
24966
|
"icon": incrementIcon.value,
|
24967
|
+
"key": "increment-btn",
|
24965
24968
|
"onClick": onControlClick,
|
24966
|
-
"onPointerup": onControlMouseup,
|
24967
24969
|
"onPointerdown": onUpControlMousedown,
|
24970
|
+
"onPointerup": onControlMouseup,
|
24968
24971
|
"size": controlNodeSize.value,
|
24972
|
+
"style": "touch-action: none",
|
24969
24973
|
"tabindex": "-1"
|
24970
24974
|
}, null) : createVNode(VDefaultsProvider, {
|
24971
24975
|
"key": "increment-defaults",
|
@@ -24984,18 +24988,19 @@ const VNumberInput = genericComponent()({
|
|
24984
24988
|
}
|
24985
24989
|
function decrementControlNode() {
|
24986
24990
|
return !slots.decrement ? createVNode(VBtn, {
|
24991
|
+
"aria-hidden": "true",
|
24992
|
+
"data-testid": "decrement",
|
24987
24993
|
"disabled": !canDecrease.value,
|
24988
24994
|
"flat": true,
|
24989
|
-
"key": "decrement-btn",
|
24990
24995
|
"height": controlNodeDefaultHeight.value,
|
24991
|
-
"data-testid": "decrement",
|
24992
|
-
"aria-hidden": "true",
|
24993
24996
|
"icon": decrementIcon.value,
|
24994
|
-
"
|
24995
|
-
"tabindex": "-1",
|
24997
|
+
"key": "decrement-btn",
|
24996
24998
|
"onClick": onControlClick,
|
24999
|
+
"onPointerdown": onDownControlMousedown,
|
24997
25000
|
"onPointerup": onControlMouseup,
|
24998
|
-
"
|
25001
|
+
"size": controlNodeSize.value,
|
25002
|
+
"style": "touch-action: none",
|
25003
|
+
"tabindex": "-1"
|
24999
25004
|
}, null) : createVNode(VDefaultsProvider, {
|
25000
25005
|
"key": "decrement-defaults",
|
25001
25006
|
"defaults": {
|
@@ -31945,7 +31950,7 @@ function createVuetify$1() {
|
|
31945
31950
|
};
|
31946
31951
|
});
|
31947
31952
|
}
|
31948
|
-
const version$1 = "3.8.
|
31953
|
+
const version$1 = "3.8.6-master.2025-05-21";
|
31949
31954
|
createVuetify$1.version = version$1;
|
31950
31955
|
|
31951
31956
|
// Vue's inject() can only be used in setup
|
@@ -32243,7 +32248,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32243
32248
|
|
32244
32249
|
/* eslint-disable local-rules/sort-imports */
|
32245
32250
|
|
32246
|
-
const version = "3.8.
|
32251
|
+
const version = "3.8.6-master.2025-05-21";
|
32247
32252
|
|
32248
32253
|
/* eslint-disable local-rules/sort-imports */
|
32249
32254
|
|