@vuetify/nightly 3.7.11-master.2025-02-08 → 3.7.11-master.2025-02-10
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 +6 -4
- package/dist/json/attributes.json +2975 -2975
- package/dist/json/importMap-labs.json +32 -32
- package/dist/json/importMap.json +274 -274
- package/dist/json/web-types.json +5785 -5785
- package/dist/vuetify-labs.css +3544 -3543
- package/dist/vuetify-labs.esm.js +30 -17
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +30 -17
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3691 -3690
- package/dist/vuetify.d.ts +60 -60
- package/dist/vuetify.esm.js +30 -17
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +30 -17
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +16 -11
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +2 -1
- package/lib/components/VOverlay/VOverlay.sass +2 -1
- package/lib/components/VOverlay/_variables.scss +1 -1
- package/lib/components/VSlider/slider.mjs +25 -12
- package/lib/components/VSlider/slider.mjs.map +1 -1
- package/lib/composables/list-items.mjs +3 -3
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/package.json +3 -3
package/dist/vuetify.d.ts
CHANGED
@@ -66949,24 +66949,30 @@ declare module 'vue' {
|
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
66951
|
VApp: typeof import('vuetify/components')['VApp']
|
66952
|
-
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66953
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
66954
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66955
66952
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66956
66953
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66957
66954
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66955
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
66956
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66957
|
+
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66958
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66958
66959
|
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66959
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66960
66960
|
VBadge: typeof import('vuetify/components')['VBadge']
|
66961
|
-
|
66962
|
-
|
66963
|
-
|
66964
|
-
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66965
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66961
|
+
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66962
|
+
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66963
|
+
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66966
66964
|
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66965
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66966
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66967
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66967
66968
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66968
66969
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66969
|
-
|
66970
|
+
VChip: typeof import('vuetify/components')['VChip']
|
66971
|
+
VBanner: typeof import('vuetify/components')['VBanner']
|
66972
|
+
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66973
|
+
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66974
|
+
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66975
|
+
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66970
66976
|
VCard: typeof import('vuetify/components')['VCard']
|
66971
66977
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66972
66978
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
@@ -66974,22 +66980,8 @@ declare module 'vue' {
|
|
66974
66980
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66975
66981
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66976
66982
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66977
|
-
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66978
|
-
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66979
|
-
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66980
|
-
VChip: typeof import('vuetify/components')['VChip']
|
66981
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66982
|
-
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66983
|
-
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66984
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66985
66983
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66986
|
-
|
66987
|
-
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66988
|
-
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
66989
|
-
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
66990
|
-
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66991
|
-
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
66992
|
-
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66993
66985
|
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66994
66986
|
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66995
66987
|
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
@@ -66997,28 +66989,39 @@ declare module 'vue' {
|
|
66997
66989
|
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66998
66990
|
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66999
66991
|
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66992
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67000
66993
|
VDialog: typeof import('vuetify/components')['VDialog']
|
67001
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67002
66994
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66995
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66996
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66997
|
+
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66998
|
+
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66999
|
+
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
67000
|
+
VDataTableRows: typeof import('vuetify/components')['VDataTableRows']
|
67001
|
+
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67002
|
+
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67003
|
+
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67004
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67005
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67003
67006
|
VField: typeof import('vuetify/components')['VField']
|
67004
67007
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67005
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67006
67008
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67007
67009
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67008
67010
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67009
67011
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67010
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67011
|
-
VFooter: typeof import('vuetify/components')['VFooter']
|
67012
67012
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67013
67013
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67014
67014
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67015
67015
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67016
67016
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67017
67017
|
VImg: typeof import('vuetify/components')['VImg']
|
67018
|
-
|
67018
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67019
67019
|
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67021
|
+
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67022
|
+
VItem: typeof import('vuetify/components')['VItem']
|
67020
67023
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67021
|
-
|
67024
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67022
67025
|
VList: typeof import('vuetify/components')['VList']
|
67023
67026
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67024
67027
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67028,73 +67031,70 @@ declare module 'vue' {
|
|
67028
67031
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67029
67032
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67030
67033
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67031
|
-
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67032
|
-
VItem: typeof import('vuetify/components')['VItem']
|
67033
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67034
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67035
67034
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67035
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67036
|
+
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67036
67037
|
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67037
67038
|
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67038
|
-
|
67039
|
-
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67039
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67040
67040
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67041
|
-
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67042
67041
|
VRating: typeof import('vuetify/components')['VRating']
|
67043
|
-
|
67042
|
+
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67043
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67044
67044
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67045
67045
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67046
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67046
67047
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67047
67048
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67048
|
-
|
67049
|
+
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67050
|
+
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67051
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67052
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67053
|
+
VTab: typeof import('vuetify/components')['VTab']
|
67054
|
+
VTabs: typeof import('vuetify/components')['VTabs']
|
67055
|
+
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67056
|
+
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67049
67057
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67050
67058
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67051
67059
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67052
67060
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67053
67061
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67054
67062
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67055
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67056
67063
|
VTable: typeof import('vuetify/components')['VTable']
|
67057
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67058
|
-
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67059
|
-
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67060
|
-
VTab: typeof import('vuetify/components')['VTab']
|
67061
|
-
VTabs: typeof import('vuetify/components')['VTabs']
|
67062
|
-
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67063
|
-
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67064
67064
|
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67065
|
-
|
67065
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67066
67066
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67067
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67068
67067
|
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67069
67068
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67070
67069
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67071
67070
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67072
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67073
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67074
67071
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67075
67072
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67073
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67074
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67075
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67076
67076
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67077
67077
|
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67078
|
-
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67079
67078
|
VForm: typeof import('vuetify/components')['VForm']
|
67079
|
+
VHover: typeof import('vuetify/components')['VHover']
|
67080
67080
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67081
67081
|
VCol: typeof import('vuetify/components')['VCol']
|
67082
67082
|
VRow: typeof import('vuetify/components')['VRow']
|
67083
67083
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67084
|
-
VHover: typeof import('vuetify/components')['VHover']
|
67085
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67086
67084
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67087
67085
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67088
67086
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67087
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67089
67088
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67090
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67091
67089
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67090
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67092
67091
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67093
67092
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67094
67093
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67095
67094
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67096
67095
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
67096
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67097
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67098
67098
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67099
67099
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67100
67100
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67111,21 +67111,21 @@ declare module 'vue' {
|
|
67111
67111
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67112
67112
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67113
67113
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67114
|
-
|
67115
|
-
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67116
|
-
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67114
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67117
67115
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67118
67116
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67119
67117
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67120
67118
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67121
67119
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67122
67120
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67121
|
+
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67122
|
+
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67123
67123
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67124
67124
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67125
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67125
67126
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67126
67127
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67127
67128
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67128
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67129
67129
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67130
67130
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67131
67131
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.11-master.2025-02-
|
2
|
+
* Vuetify v3.7.11-master.2025-02-10
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -9633,7 +9633,7 @@ function transformItem$3(props, item) {
|
|
9633
9633
|
};
|
9634
9634
|
}
|
9635
9635
|
function transformItems$3(props, items) {
|
9636
|
-
const _props =
|
9636
|
+
const _props = pick(props, ['itemTitle', 'itemValue', 'itemChildren', 'itemProps', 'returnObject', 'valueComparator']);
|
9637
9637
|
const array = [];
|
9638
9638
|
for (const item of items) {
|
9639
9639
|
array.push(transformItem$3(_props, item));
|
@@ -9676,7 +9676,7 @@ function useItems(props) {
|
|
9676
9676
|
const _returnObject = props.returnObject;
|
9677
9677
|
const hasValueComparator = !!props.valueComparator;
|
9678
9678
|
const valueComparator = props.valueComparator || deepEqual;
|
9679
|
-
const _props =
|
9679
|
+
const _props = pick(props, ['itemTitle', 'itemValue', 'itemChildren', 'itemProps', 'returnObject', 'valueComparator']);
|
9680
9680
|
const returnValue = [];
|
9681
9681
|
main: for (const v of _value) {
|
9682
9682
|
// When the model value is null, return an InternalItem
|
@@ -15823,6 +15823,8 @@ const useSlider = _ref => {
|
|
15823
15823
|
const trackContainerRef = ref();
|
15824
15824
|
const activeThumbRef = ref();
|
15825
15825
|
function parseMouseMove(e) {
|
15826
|
+
const el = trackContainerRef.value?.$el;
|
15827
|
+
if (!el) return;
|
15826
15828
|
const vertical = props.direction === 'vertical';
|
15827
15829
|
const start = vertical ? 'top' : 'left';
|
15828
15830
|
const length = vertical ? 'height' : 'width';
|
@@ -15830,7 +15832,7 @@ const useSlider = _ref => {
|
|
15830
15832
|
const {
|
15831
15833
|
[start]: trackStart,
|
15832
15834
|
[length]: trackLength
|
15833
|
-
} =
|
15835
|
+
} = el.getBoundingClientRect();
|
15834
15836
|
const clickOffset = getPosition(e, position);
|
15835
15837
|
|
15836
15838
|
// It is possible for left to be NaN, force to number
|
@@ -15839,13 +15841,17 @@ const useSlider = _ref => {
|
|
15839
15841
|
return roundValue(min.value + clickPos * (max.value - min.value));
|
15840
15842
|
}
|
15841
15843
|
const handleStop = e => {
|
15842
|
-
|
15843
|
-
|
15844
|
-
|
15844
|
+
const value = parseMouseMove(e);
|
15845
|
+
if (value != null) {
|
15846
|
+
onSliderEnd({
|
15847
|
+
value
|
15848
|
+
});
|
15849
|
+
}
|
15845
15850
|
mousePressed.value = false;
|
15846
15851
|
startOffset.value = 0;
|
15847
15852
|
};
|
15848
15853
|
const handleStart = e => {
|
15854
|
+
const value = parseMouseMove(e);
|
15849
15855
|
activeThumbRef.value = getActiveThumb(e);
|
15850
15856
|
if (!activeThumbRef.value) return;
|
15851
15857
|
mousePressed.value = true;
|
@@ -15853,13 +15859,17 @@ const useSlider = _ref => {
|
|
15853
15859
|
startOffset.value = getOffset(e, activeThumbRef.value, props.direction);
|
15854
15860
|
} else {
|
15855
15861
|
startOffset.value = 0;
|
15856
|
-
|
15857
|
-
|
15862
|
+
if (value != null) {
|
15863
|
+
onSliderMove({
|
15864
|
+
value
|
15865
|
+
});
|
15866
|
+
}
|
15867
|
+
}
|
15868
|
+
if (value != null) {
|
15869
|
+
onSliderStart({
|
15870
|
+
value
|
15858
15871
|
});
|
15859
15872
|
}
|
15860
|
-
onSliderStart({
|
15861
|
-
value: parseMouseMove(e)
|
15862
|
-
});
|
15863
15873
|
nextTick(() => activeThumbRef.value?.focus());
|
15864
15874
|
};
|
15865
15875
|
const moveListenerOptions = {
|
@@ -15867,9 +15877,12 @@ const useSlider = _ref => {
|
|
15867
15877
|
capture: true
|
15868
15878
|
};
|
15869
15879
|
function onMouseMove(e) {
|
15870
|
-
|
15871
|
-
|
15872
|
-
|
15880
|
+
const value = parseMouseMove(e);
|
15881
|
+
if (value != null) {
|
15882
|
+
onSliderMove({
|
15883
|
+
value
|
15884
|
+
});
|
15885
|
+
}
|
15873
15886
|
}
|
15874
15887
|
function onSliderMouseUp(e) {
|
15875
15888
|
e.stopPropagation();
|
@@ -28383,7 +28396,7 @@ function createVuetify$1() {
|
|
28383
28396
|
goTo
|
28384
28397
|
};
|
28385
28398
|
}
|
28386
|
-
const version$1 = "3.7.11-master.2025-02-
|
28399
|
+
const version$1 = "3.7.11-master.2025-02-10";
|
28387
28400
|
createVuetify$1.version = version$1;
|
28388
28401
|
|
28389
28402
|
// Vue's inject() can only be used in setup
|
@@ -28408,7 +28421,7 @@ const createVuetify = function () {
|
|
28408
28421
|
...options
|
28409
28422
|
});
|
28410
28423
|
};
|
28411
|
-
const version = "3.7.11-master.2025-02-
|
28424
|
+
const version = "3.7.11-master.2025-02-10";
|
28412
28425
|
createVuetify.version = version;
|
28413
28426
|
|
28414
28427
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|