@vuetify/nightly 3.7.11-master.2025-02-07 → 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 +7 -4
- package/dist/json/attributes.json +2875 -2875
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +262 -262
- package/dist/json/web-types.json +5422 -5422
- package/dist/vuetify-labs.css +3710 -3709
- 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 +4478 -4477
- package/dist/vuetify.d.ts +56 -56
- 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 +56 -56
- package/package.json +3 -3
package/dist/vuetify.d.ts
CHANGED
@@ -66948,49 +66948,52 @@ declare module 'vue' {
|
|
66948
66948
|
$children?: VNodeChild
|
66949
66949
|
}
|
66950
66950
|
export interface GlobalComponents {
|
66951
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66952
66951
|
VApp: typeof import('vuetify/components')['VApp']
|
66953
66952
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
66954
66953
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
66955
66954
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
66956
66955
|
VAlert: typeof import('vuetify/components')['VAlert']
|
66957
66956
|
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
66958
|
-
VBanner: typeof import('vuetify/components')['VBanner']
|
66959
|
-
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
66960
|
-
VBannerText: typeof import('vuetify/components')['VBannerText']
|
66961
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
66962
66957
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
66958
|
+
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
66959
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
66960
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
66963
66961
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
66964
66962
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
66965
66963
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
66966
|
-
|
66967
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
66964
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
66968
66965
|
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
66966
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66967
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
66969
66968
|
VCarousel: typeof import('vuetify/components')['VCarousel']
|
66970
66969
|
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
66971
|
-
|
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']
|
66972
66974
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
66973
66975
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
66974
|
-
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66975
|
-
VCode: typeof import('vuetify/components')['VCode']
|
66976
|
-
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66977
|
-
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
66978
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66979
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66980
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66981
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66982
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66983
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66984
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66985
66976
|
VCard: typeof import('vuetify/components')['VCard']
|
66986
66977
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
66987
66978
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
66988
66979
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
66989
66980
|
VCardText: typeof import('vuetify/components')['VCardText']
|
66990
66981
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
66991
|
-
|
66982
|
+
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
66992
66983
|
VCounter: typeof import('vuetify/components')['VCounter']
|
66984
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
66985
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
66986
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
66987
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
66988
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
66989
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
66990
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
66991
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
66992
|
+
VCode: typeof import('vuetify/components')['VCode']
|
66993
66993
|
VDialog: typeof import('vuetify/components')['VDialog']
|
66994
|
+
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
66995
|
+
VFab: typeof import('vuetify/components')['VFab']
|
66996
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
66994
66997
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
66995
66998
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
66996
66999
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -66998,29 +67001,27 @@ declare module 'vue' {
|
|
66998
67001
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
66999
67002
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67000
67003
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67001
|
-
|
67002
|
-
|
67003
|
-
|
67004
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67005
|
+
VFooter: typeof import('vuetify/components')['VFooter']
|
67006
|
+
VField: typeof import('vuetify/components')['VField']
|
67007
|
+
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67004
67008
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67005
67009
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67006
67010
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67007
67011
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67008
|
-
VField: typeof import('vuetify/components')['VField']
|
67009
|
-
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
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
|
+
VImg: typeof import('vuetify/components')['VImg']
|
67018
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67019
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67020
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67017
67021
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67018
67022
|
VItem: typeof import('vuetify/components')['VItem']
|
67019
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67020
67023
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67021
|
-
|
67022
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67023
|
-
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67024
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67024
67025
|
VList: typeof import('vuetify/components')['VList']
|
67025
67026
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67026
67027
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67030,72 +67031,70 @@ declare module 'vue' {
|
|
67030
67031
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67031
67032
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67032
67033
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67033
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67034
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67035
67034
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67036
67035
|
VMessages: typeof import('vuetify/components')['VMessages']
|
67037
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67038
67036
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67039
|
-
|
67037
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67038
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67039
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67040
67040
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67041
67041
|
VRating: typeof import('vuetify/components')['VRating']
|
67042
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67043
|
-
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67044
67042
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67045
|
-
|
67043
|
+
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67046
67044
|
VSelect: typeof import('vuetify/components')['VSelect']
|
67045
|
+
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67046
|
+
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67047
67047
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67048
67048
|
VSheet: typeof import('vuetify/components')['VSheet']
|
67049
67049
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67050
67050
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67051
67051
|
VSlider: typeof import('vuetify/components')['VSlider']
|
67052
|
-
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67053
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']
|
67054
67057
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67055
67058
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67056
67059
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67057
67060
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67058
67061
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67059
67062
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
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
67063
|
VTable: typeof import('vuetify/components')['VTable']
|
67064
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67065
67065
|
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67066
67066
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67067
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67067
67068
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67068
67069
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67069
67070
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67071
|
+
VWindow: typeof import('vuetify/components')['VWindow']
|
67072
|
+
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67070
67073
|
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67071
67074
|
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67072
|
-
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67073
67075
|
VTextField: typeof import('vuetify/components')['VTextField']
|
67074
|
-
VWindow: typeof import('vuetify/components')['VWindow']
|
67075
|
-
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
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
67084
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67086
67085
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67087
67086
|
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67088
67087
|
VLazy: typeof import('vuetify/components')['VLazy']
|
67089
67088
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67090
|
-
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67091
67089
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67092
67090
|
VRadio: typeof import('vuetify/components')['VRadio']
|
67093
|
-
|
67091
|
+
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67094
67092
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67093
|
+
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67095
67094
|
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67096
67095
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67097
|
-
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67098
67096
|
VValidation: typeof import('vuetify/components')['VValidation']
|
67097
|
+
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67099
67098
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67100
67099
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
67101
67100
|
VDialogTopTransition: typeof import('vuetify/components')['VDialogTopTransition']
|
@@ -67112,28 +67111,29 @@ declare module 'vue' {
|
|
67112
67111
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67113
67112
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67114
67113
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67114
|
+
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67115
67115
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67116
67116
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67117
67117
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67118
67118
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67119
67119
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67120
67120
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67121
|
-
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67122
67121
|
VFileUpload: typeof import('vuetify/labs/components')['VFileUpload']
|
67123
67122
|
VFileUploadItem: typeof import('vuetify/labs/components')['VFileUploadItem']
|
67124
|
-
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67125
|
-
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67126
|
-
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67127
67123
|
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67128
67124
|
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67125
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67129
67126
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67130
67127
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67131
67128
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67129
|
+
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67130
|
+
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67131
|
+
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67132
67132
|
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67133
67133
|
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67134
67134
|
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67135
67135
|
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67136
|
-
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67137
67136
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67137
|
+
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67138
67138
|
}
|
67139
67139
|
}
|
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 };
|