@vuetify/nightly 3.8.9-master.2025-06-11 → 3.8.9-master.2025-06-13
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 +19 -3
- package/dist/json/attributes.json +3262 -3262
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +6344 -6344
- package/dist/vuetify-labs.cjs +43 -22
- package/dist/vuetify-labs.css +4907 -4905
- package/dist/vuetify-labs.d.ts +60 -60
- package/dist/vuetify-labs.esm.js +43 -22
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +43 -22
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +41 -22
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3650 -3648
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +41 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +19 -17
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +19 -13
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerYears.js +1 -3
- package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
- package/lib/components/VField/VField.js +10 -2
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VList/VListItem.css +2 -0
- package/lib/components/VList/VListItem.sass +2 -0
- package/lib/components/VList/_variables.scss +1 -0
- package/lib/components/VSpeedDial/VSpeedDial.css +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.sass +3 -1
- package/lib/composables/hotkey.d.ts +9 -0
- package/lib/composables/hotkey.js +131 -0
- package/lib/composables/hotkey.js.map +1 -0
- package/lib/composables/transition.js +3 -3
- package/lib/composables/transition.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +60 -60
- package/lib/framework.js +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js +3 -1
- package/lib/labs/VTimePicker/VTimePickerClock.js.map +1 -1
- package/lib/util/helpers.d.ts +3 -0
- package/lib/util/helpers.js +7 -0
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.d.ts
CHANGED
@@ -101795,61 +101795,64 @@ declare module 'vue' {
|
|
101795
101795
|
$children?: VNodeChild
|
101796
101796
|
}
|
101797
101797
|
export interface GlobalComponents {
|
101798
|
-
VApp: VApp
|
101799
101798
|
VAppBar: VAppBar
|
101800
101799
|
VAppBarNavIcon: VAppBarNavIcon
|
101801
101800
|
VAppBarTitle: VAppBarTitle
|
101802
|
-
|
101803
|
-
VAvatar: VAvatar
|
101804
|
-
VAutocomplete: VAutocomplete
|
101805
|
-
VBanner: VBanner
|
101806
|
-
VBannerActions: VBannerActions
|
101807
|
-
VBannerText: VBannerText
|
101801
|
+
VApp: VApp
|
101808
101802
|
VAlert: VAlert
|
101809
101803
|
VAlertTitle: VAlertTitle
|
101810
|
-
|
101811
|
-
|
101804
|
+
VAvatar: VAvatar
|
101805
|
+
VAutocomplete: VAutocomplete
|
101812
101806
|
VBreadcrumbs: VBreadcrumbs
|
101813
101807
|
VBreadcrumbsItem: VBreadcrumbsItem
|
101814
101808
|
VBreadcrumbsDivider: VBreadcrumbsDivider
|
101809
|
+
VBadge: VBadge
|
101815
101810
|
VBottomSheet: VBottomSheet
|
101811
|
+
VBottomNavigation: VBottomNavigation
|
101812
|
+
VBtnToggle: VBtnToggle
|
101813
|
+
VBtn: VBtn
|
101816
101814
|
VCard: VCard
|
101817
101815
|
VCardActions: VCardActions
|
101818
101816
|
VCardItem: VCardItem
|
101819
101817
|
VCardSubtitle: VCardSubtitle
|
101820
101818
|
VCardText: VCardText
|
101821
101819
|
VCardTitle: VCardTitle
|
101820
|
+
VBtnGroup: VBtnGroup
|
101822
101821
|
VCheckbox: VCheckbox
|
101823
101822
|
VCheckboxBtn: VCheckboxBtn
|
101824
|
-
VBtnGroup: VBtnGroup
|
101825
|
-
VBtnToggle: VBtnToggle
|
101826
|
-
VCarousel: VCarousel
|
101827
|
-
VCarouselItem: VCarouselItem
|
101828
101823
|
VChip: VChip
|
101824
|
+
VCombobox: VCombobox
|
101829
101825
|
VChipGroup: VChipGroup
|
101830
|
-
|
101826
|
+
VCode: VCode
|
101827
|
+
VCarousel: VCarousel
|
101828
|
+
VCarouselItem: VCarouselItem
|
101831
101829
|
VDatePicker: VDatePicker
|
101832
101830
|
VDatePickerControls: VDatePickerControls
|
101833
101831
|
VDatePickerHeader: VDatePickerHeader
|
101834
101832
|
VDatePickerMonth: VDatePickerMonth
|
101835
101833
|
VDatePickerMonths: VDatePickerMonths
|
101836
101834
|
VDatePickerYears: VDatePickerYears
|
101837
|
-
|
101838
|
-
|
101839
|
-
|
101835
|
+
VDataTable: VDataTable
|
101836
|
+
VDataTableHeaders: VDataTableHeaders
|
101837
|
+
VDataTableFooter: VDataTableFooter
|
101838
|
+
VDataTableRows: VDataTableRows
|
101839
|
+
VDataTableRow: VDataTableRow
|
101840
|
+
VDataTableVirtual: VDataTableVirtual
|
101841
|
+
VDataTableServer: VDataTableServer
|
101842
|
+
VColorPicker: VColorPicker
|
101840
101843
|
VCounter: VCounter
|
101844
|
+
VDialog: VDialog
|
101841
101845
|
VExpansionPanels: VExpansionPanels
|
101842
101846
|
VExpansionPanel: VExpansionPanel
|
101843
101847
|
VExpansionPanelText: VExpansionPanelText
|
101844
101848
|
VExpansionPanelTitle: VExpansionPanelTitle
|
101845
101849
|
VFab: VFab
|
101850
|
+
VEmptyState: VEmptyState
|
101846
101851
|
VField: VField
|
101847
101852
|
VFieldLabel: VFieldLabel
|
101848
|
-
VEmptyState: VEmptyState
|
101849
101853
|
VFooter: VFooter
|
101850
|
-
VFileInput: VFileInput
|
101851
101854
|
VInfiniteScroll: VInfiniteScroll
|
101852
|
-
|
101855
|
+
VFileInput: VFileInput
|
101853
101856
|
VIcon: VIcon
|
101854
101857
|
VComponentIcon: VComponentIcon
|
101855
101858
|
VSvgIcon: VSvgIcon
|
@@ -101857,11 +101860,9 @@ declare module 'vue' {
|
|
101857
101860
|
VClassIcon: VClassIcon
|
101858
101861
|
VImg: VImg
|
101859
101862
|
VKbd: VKbd
|
101860
|
-
VDialog: VDialog
|
101861
|
-
VMenu: VMenu
|
101862
|
-
VLabel: VLabel
|
101863
101863
|
VItemGroup: VItemGroup
|
101864
101864
|
VItem: VItem
|
101865
|
+
VInput: VInput
|
101865
101866
|
VList: VList
|
101866
101867
|
VListGroup: VListGroup
|
101867
101868
|
VListImg: VListImg
|
@@ -101871,68 +101872,78 @@ declare module 'vue' {
|
|
101871
101872
|
VListItemSubtitle: VListItemSubtitle
|
101872
101873
|
VListItemTitle: VListItemTitle
|
101873
101874
|
VListSubheader: VListSubheader
|
101875
|
+
VLabel: VLabel
|
101876
|
+
VMenu: VMenu
|
101874
101877
|
VMessages: VMessages
|
101875
101878
|
VMain: VMain
|
101876
101879
|
VNavigationDrawer: VNavigationDrawer
|
101877
|
-
VOverlay: VOverlay
|
101878
101880
|
VOtpInput: VOtpInput
|
101879
|
-
|
101881
|
+
VDivider: VDivider
|
101882
|
+
VOverlay: VOverlay
|
101880
101883
|
VNumberInput: VNumberInput
|
101881
|
-
|
101884
|
+
VPagination: VPagination
|
101885
|
+
VProgressCircular: VProgressCircular
|
101882
101886
|
VRadioGroup: VRadioGroup
|
101887
|
+
VProgressLinear: VProgressLinear
|
101888
|
+
VSelect: VSelect
|
101883
101889
|
VRating: VRating
|
101884
101890
|
VSelectionControl: VSelectionControl
|
101885
|
-
VPagination: VPagination
|
101886
101891
|
VSelectionControlGroup: VSelectionControlGroup
|
101887
|
-
VSelect: VSelect
|
101888
101892
|
VSlideGroup: VSlideGroup
|
101889
101893
|
VSlideGroupItem: VSlideGroupItem
|
101890
|
-
VSkeletonLoader: VSkeletonLoader
|
101891
|
-
VSheet: VSheet
|
101892
101894
|
VSnackbar: VSnackbar
|
101893
|
-
|
101895
|
+
VSheet: VSheet
|
101896
|
+
VSkeletonLoader: VSkeletonLoader
|
101894
101897
|
VStepper: VStepper
|
101895
101898
|
VStepperActions: VStepperActions
|
101896
101899
|
VStepperHeader: VStepperHeader
|
101897
101900
|
VStepperItem: VStepperItem
|
101898
101901
|
VStepperWindow: VStepperWindow
|
101899
101902
|
VStepperWindowItem: VStepperWindowItem
|
101903
|
+
VSlider: VSlider
|
101900
101904
|
VSwitch: VSwitch
|
101905
|
+
VSystemBar: VSystemBar
|
101906
|
+
VTable: VTable
|
101901
101907
|
VTab: VTab
|
101902
101908
|
VTabs: VTabs
|
101903
101909
|
VTabsWindow: VTabsWindow
|
101904
101910
|
VTabsWindowItem: VTabsWindowItem
|
101905
|
-
|
101911
|
+
VTextarea: VTextarea
|
101912
|
+
VTextField: VTextField
|
101906
101913
|
VTimeline: VTimeline
|
101907
101914
|
VTimelineItem: VTimelineItem
|
101908
|
-
VTextField: VTextField
|
101909
|
-
VTable: VTable
|
101910
|
-
VTooltip: VTooltip
|
101911
|
-
VTextarea: VTextarea
|
101912
101915
|
VToolbar: VToolbar
|
101913
101916
|
VToolbarTitle: VToolbarTitle
|
101914
101917
|
VToolbarItems: VToolbarItems
|
101915
101918
|
VWindow: VWindow
|
101916
101919
|
VWindowItem: VWindowItem
|
101920
|
+
VTooltip: VTooltip
|
101921
|
+
VDataIterator: VDataIterator
|
101917
101922
|
VConfirmEdit: VConfirmEdit
|
101918
101923
|
VDefaultsProvider: VDefaultsProvider
|
101919
|
-
VDataIterator: VDataIterator
|
101920
101924
|
VForm: VForm
|
101925
|
+
VContainer: VContainer
|
101926
|
+
VCol: VCol
|
101927
|
+
VRow: VRow
|
101928
|
+
VSpacer: VSpacer
|
101921
101929
|
VHover: VHover
|
101922
|
-
VLazy: VLazy
|
101923
101930
|
VLayout: VLayout
|
101924
101931
|
VLayoutItem: VLayoutItem
|
101932
|
+
VLazy: VLazy
|
101925
101933
|
VLocaleProvider: VLocaleProvider
|
101934
|
+
VNoSsr: VNoSsr
|
101926
101935
|
VParallax: VParallax
|
101927
|
-
|
101936
|
+
VRadio: VRadio
|
101928
101937
|
VResponsive: VResponsive
|
101929
101938
|
VSnackbarQueue: VSnackbarQueue
|
101930
101939
|
VSparkline: VSparkline
|
101931
101940
|
VSpeedDial: VSpeedDial
|
101941
|
+
VBanner: VBanner
|
101942
|
+
VBannerActions: VBannerActions
|
101943
|
+
VBannerText: VBannerText
|
101932
101944
|
VThemeProvider: VThemeProvider
|
101933
|
-
VVirtualScroll: VVirtualScroll
|
101934
|
-
VRadio: VRadio
|
101935
101945
|
VValidation: VValidation
|
101946
|
+
VVirtualScroll: VVirtualScroll
|
101936
101947
|
VFabTransition: VFabTransition
|
101937
101948
|
VDialogBottomTransition: VDialogBottomTransition
|
101938
101949
|
VDialogTopTransition: VDialogTopTransition
|
@@ -101949,40 +101960,29 @@ declare module 'vue' {
|
|
101949
101960
|
VExpandTransition: VExpandTransition
|
101950
101961
|
VExpandXTransition: VExpandXTransition
|
101951
101962
|
VDialogTransition: VDialogTransition
|
101952
|
-
|
101953
|
-
VCol: VCol
|
101954
|
-
VRow: VRow
|
101955
|
-
VSpacer: VSpacer
|
101956
|
-
VNoSsr: VNoSsr
|
101957
|
-
VDataTable: VDataTable
|
101958
|
-
VDataTableHeaders: VDataTableHeaders
|
101959
|
-
VDataTableFooter: VDataTableFooter
|
101960
|
-
VDataTableRows: VDataTableRows
|
101961
|
-
VDataTableRow: VDataTableRow
|
101962
|
-
VDataTableVirtual: VDataTableVirtual
|
101963
|
-
VDataTableServer: VDataTableServer
|
101963
|
+
VRangeSlider: VRangeSlider
|
101964
101964
|
VCalendar: VCalendar
|
101965
101965
|
VCalendarDay: VCalendarDay
|
101966
101966
|
VCalendarHeader: VCalendarHeader
|
101967
101967
|
VCalendarInterval: VCalendarInterval
|
101968
101968
|
VCalendarIntervalEvent: VCalendarIntervalEvent
|
101969
101969
|
VCalendarMonthDay: VCalendarMonthDay
|
101970
|
-
|
101971
|
-
|
101972
|
-
|
101970
|
+
VIconBtn: VIconBtn
|
101971
|
+
VStepperVertical: VStepperVertical
|
101972
|
+
VStepperVerticalItem: VStepperVerticalItem
|
101973
|
+
VStepperVerticalActions: VStepperVerticalActions
|
101973
101974
|
VPicker: VPicker
|
101974
101975
|
VPickerTitle: VPickerTitle
|
101975
101976
|
VTimePicker: VTimePicker
|
101976
101977
|
VTimePickerClock: VTimePickerClock
|
101977
101978
|
VTimePickerControls: VTimePickerControls
|
101979
|
+
VFileUpload: VFileUpload
|
101980
|
+
VFileUploadItem: VFileUploadItem
|
101978
101981
|
VTreeview: VTreeview
|
101979
101982
|
VTreeviewItem: VTreeviewItem
|
101980
101983
|
VTreeviewGroup: VTreeviewGroup
|
101981
|
-
VIconBtn: VIconBtn
|
101982
|
-
VStepperVertical: VStepperVertical
|
101983
|
-
VStepperVerticalItem: VStepperVerticalItem
|
101984
|
-
VStepperVerticalActions: VStepperVerticalActions
|
101985
101984
|
VDateInput: VDateInput
|
101986
101985
|
VPullToRefresh: VPullToRefresh
|
101986
|
+
VColorInput: VColorInput
|
101987
101987
|
}
|
101988
101988
|
}
|
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.9-master.2025-06-
|
2
|
+
* Vuetify v3.8.9-master.2025-06-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -609,6 +609,13 @@ function camelizeProps(props) {
|
|
609
609
|
}
|
610
610
|
return out;
|
611
611
|
}
|
612
|
+
function onlyDefinedProps(props) {
|
613
|
+
const booleanAttributes = ['checked', 'disabled'];
|
614
|
+
return Object.fromEntries(Object.entries(props).filter(_ref => {
|
615
|
+
let [key, v] = _ref;
|
616
|
+
return booleanAttributes.includes(key) ? !!v : v !== undefined;
|
617
|
+
}));
|
618
|
+
}
|
612
619
|
|
613
620
|
// Utilities
|
614
621
|
const block = ['top', 'bottom'];
|
@@ -3321,10 +3328,10 @@ const MaybeTransition = (props, _ref) => {
|
|
3321
3328
|
} = isObject(transition) ? transition : {};
|
3322
3329
|
let transitionProps;
|
3323
3330
|
if (isObject(transition)) {
|
3324
|
-
transitionProps = mergeProps(customProps,
|
3331
|
+
transitionProps = mergeProps(customProps, onlyDefinedProps({
|
3325
3332
|
disabled,
|
3326
3333
|
group
|
3327
|
-
})
|
3334
|
+
}), rest);
|
3328
3335
|
} else {
|
3329
3336
|
transitionProps = mergeProps({
|
3330
3337
|
name: disabled || !transition ? '' : transition
|
@@ -11945,7 +11952,11 @@ const VField = genericComponent()({
|
|
11945
11952
|
default: slots.loader
|
11946
11953
|
}), hasPrepend && createElementVNode("div", {
|
11947
11954
|
"key": "prepend",
|
11948
|
-
"class": "v-field__prepend-inner"
|
11955
|
+
"class": "v-field__prepend-inner",
|
11956
|
+
"onMousedown": e => {
|
11957
|
+
e.preventDefault();
|
11958
|
+
e.stopPropagation();
|
11959
|
+
}
|
11949
11960
|
}, [props.prependInnerIcon && createVNode(InputIcon, {
|
11950
11961
|
"key": "prepend-icon",
|
11951
11962
|
"name": "prependInner",
|
@@ -12014,7 +12025,11 @@ const VField = genericComponent()({
|
|
12014
12025
|
})]), [[vShow, props.dirty]])]
|
12015
12026
|
}), hasAppend && createElementVNode("div", {
|
12016
12027
|
"key": "append",
|
12017
|
-
"class": "v-field__append-inner"
|
12028
|
+
"class": "v-field__append-inner",
|
12029
|
+
"onMousedown": e => {
|
12030
|
+
e.preventDefault();
|
12031
|
+
e.stopPropagation();
|
12032
|
+
}
|
12018
12033
|
}, [slots['append-inner']?.(slotProps.value), props.appendInnerIcon && createVNode(InputIcon, {
|
12019
12034
|
"key": "append-icon",
|
12020
12035
|
"name": "appendInner",
|
@@ -22473,9 +22488,7 @@ const VDatePickerYears = genericComponent()({
|
|
22473
22488
|
const yearRef = templateRef();
|
22474
22489
|
onMounted(async () => {
|
22475
22490
|
await nextTick();
|
22476
|
-
yearRef.el?.
|
22477
|
-
block: 'center'
|
22478
|
-
});
|
22491
|
+
yearRef.el?.focus();
|
22479
22492
|
});
|
22480
22493
|
function isYearAllowed(year) {
|
22481
22494
|
if (Array.isArray(props.allowedYears) && props.allowedYears.length) {
|
@@ -22611,8 +22624,16 @@ const VDatePicker = genericComponent()({
|
|
22611
22624
|
return value && adapter.isValid(value) ? value : today;
|
22612
22625
|
});
|
22613
22626
|
const headerColor = toRef(() => props.headerColor ?? props.color);
|
22614
|
-
const
|
22615
|
-
const
|
22627
|
+
const _month = useProxiedModel(props, 'month');
|
22628
|
+
const month = computed({
|
22629
|
+
get: () => Number(_month.value ?? adapter.getMonth(adapter.startOfMonth(internal.value))),
|
22630
|
+
set: v => _month.value = v
|
22631
|
+
});
|
22632
|
+
const _year = useProxiedModel(props, 'year');
|
22633
|
+
const year = computed({
|
22634
|
+
get: () => Number(_year.value ?? adapter.getYear(adapter.startOfYear(adapter.setMonth(internal.value, month.value)))),
|
22635
|
+
set: v => _year.value = v
|
22636
|
+
});
|
22616
22637
|
const isReversing = shallowRef(false);
|
22617
22638
|
const header = computed(() => {
|
22618
22639
|
if (props.multiple && model.value.length > 1) {
|
@@ -22696,9 +22717,9 @@ const VDatePicker = genericComponent()({
|
|
22696
22717
|
} else {
|
22697
22718
|
year.value++;
|
22698
22719
|
month.value = 0;
|
22699
|
-
onUpdateYear(
|
22720
|
+
onUpdateYear();
|
22700
22721
|
}
|
22701
|
-
onUpdateMonth(
|
22722
|
+
onUpdateMonth();
|
22702
22723
|
}
|
22703
22724
|
function onClickPrev() {
|
22704
22725
|
if (month.value > 0) {
|
@@ -22706,9 +22727,9 @@ const VDatePicker = genericComponent()({
|
|
22706
22727
|
} else {
|
22707
22728
|
year.value--;
|
22708
22729
|
month.value = 11;
|
22709
|
-
onUpdateYear(
|
22730
|
+
onUpdateYear();
|
22710
22731
|
}
|
22711
|
-
onUpdateMonth(
|
22732
|
+
onUpdateMonth();
|
22712
22733
|
}
|
22713
22734
|
function onClickDate() {
|
22714
22735
|
viewMode.value = 'month';
|
@@ -22719,13 +22740,11 @@ const VDatePicker = genericComponent()({
|
|
22719
22740
|
function onClickYear() {
|
22720
22741
|
viewMode.value = viewMode.value === 'year' ? 'month' : 'year';
|
22721
22742
|
}
|
22722
|
-
function onUpdateMonth(
|
22743
|
+
function onUpdateMonth() {
|
22723
22744
|
if (viewMode.value === 'months') onClickMonth();
|
22724
|
-
emit('update:month', value);
|
22725
22745
|
}
|
22726
|
-
function onUpdateYear(
|
22746
|
+
function onUpdateYear() {
|
22727
22747
|
if (viewMode.value === 'year') onClickYear();
|
22728
|
-
emit('update:year', value);
|
22729
22748
|
}
|
22730
22749
|
watch(model, (val, oldVal) => {
|
22731
22750
|
const arrBefore = wrapInArray(oldVal);
|
@@ -22737,11 +22756,11 @@ const VDatePicker = genericComponent()({
|
|
22737
22756
|
const newYear = adapter.getYear(after);
|
22738
22757
|
if (newMonth !== month.value) {
|
22739
22758
|
month.value = newMonth;
|
22740
|
-
onUpdateMonth(
|
22759
|
+
onUpdateMonth();
|
22741
22760
|
}
|
22742
22761
|
if (newYear !== year.value) {
|
22743
22762
|
year.value = newYear;
|
22744
|
-
onUpdateYear(
|
22763
|
+
onUpdateYear();
|
22745
22764
|
}
|
22746
22765
|
isReversing.value = adapter.isBefore(before, after);
|
22747
22766
|
});
|
@@ -30671,6 +30690,7 @@ const VTimePickerClock = genericComponent()({
|
|
30671
30690
|
const isDragging = ref(false);
|
30672
30691
|
const valueOnMouseDown = ref(null);
|
30673
30692
|
const valueOnMouseUp = ref(null);
|
30693
|
+
const emitChangeDebounced = debounce(value => emit('change', value), 750);
|
30674
30694
|
const {
|
30675
30695
|
textColorClasses,
|
30676
30696
|
textColorStyles
|
@@ -30716,6 +30736,7 @@ const VTimePickerClock = genericComponent()({
|
|
30716
30736
|
if (value !== props.displayedValue) {
|
30717
30737
|
update(value);
|
30718
30738
|
}
|
30739
|
+
emitChangeDebounced(value);
|
30719
30740
|
}
|
30720
30741
|
function isInner(value) {
|
30721
30742
|
return props.double && value - props.min >= roundCount.value;
|
@@ -32149,7 +32170,7 @@ function createVuetify$1() {
|
|
32149
32170
|
};
|
32150
32171
|
});
|
32151
32172
|
}
|
32152
|
-
const version$1 = "3.8.9-master.2025-06-
|
32173
|
+
const version$1 = "3.8.9-master.2025-06-13";
|
32153
32174
|
createVuetify$1.version = version$1;
|
32154
32175
|
|
32155
32176
|
// Vue's inject() can only be used in setup
|
@@ -32447,7 +32468,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
32447
32468
|
|
32448
32469
|
/* eslint-disable local-rules/sort-imports */
|
32449
32470
|
|
32450
|
-
const version = "3.8.9-master.2025-06-
|
32471
|
+
const version = "3.8.9-master.2025-06-13";
|
32451
32472
|
|
32452
32473
|
/* eslint-disable local-rules/sort-imports */
|
32453
32474
|
|