@vuetify/nightly 3.7.5-master.2024-12-03 → 3.7.5-master.2024-12-11
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/dist/json/attributes.json +3131 -3131
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +164 -164
- package/dist/json/web-types.json +5557 -5557
- package/dist/vuetify-labs.css +4449 -4451
- package/dist/vuetify-labs.esm.js +9 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1291 -1293
- package/dist/vuetify.d.ts +56 -56
- package/dist/vuetify.esm.js +9 -5
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -5
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -11
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VRangeSlider/VRangeSlider.mjs +2 -2
- package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +1 -3
- package/lib/components/VSelectionControl/VSelectionControl.sass +1 -5
- package/lib/composables/virtual.mjs +4 -0
- package/lib/composables/virtual.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 +1 -1
package/dist/vuetify.d.ts
CHANGED
@@ -67100,46 +67100,39 @@ declare module 'vue' {
|
|
67100
67100
|
}
|
67101
67101
|
export interface GlobalComponents {
|
67102
67102
|
VApp: typeof import('vuetify/components')['VApp']
|
67103
|
-
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67104
|
-
VAlert: typeof import('vuetify/components')['VAlert']
|
67105
|
-
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67106
67103
|
VAvatar: typeof import('vuetify/components')['VAvatar']
|
67104
|
+
VAutocomplete: typeof import('vuetify/components')['VAutocomplete']
|
67107
67105
|
VAppBar: typeof import('vuetify/components')['VAppBar']
|
67108
67106
|
VAppBarNavIcon: typeof import('vuetify/components')['VAppBarNavIcon']
|
67109
67107
|
VAppBarTitle: typeof import('vuetify/components')['VAppBarTitle']
|
67110
|
-
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67111
|
-
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
67108
|
VBanner: typeof import('vuetify/components')['VBanner']
|
67113
67109
|
VBannerActions: typeof import('vuetify/components')['VBannerActions']
|
67114
67110
|
VBannerText: typeof import('vuetify/components')['VBannerText']
|
67111
|
+
VBadge: typeof import('vuetify/components')['VBadge']
|
67112
|
+
VAlert: typeof import('vuetify/components')['VAlert']
|
67113
|
+
VAlertTitle: typeof import('vuetify/components')['VAlertTitle']
|
67115
67114
|
VBottomSheet: typeof import('vuetify/components')['VBottomSheet']
|
67115
|
+
VBottomNavigation: typeof import('vuetify/components')['VBottomNavigation']
|
67116
|
+
VBtn: typeof import('vuetify/components')['VBtn']
|
67116
67117
|
VBreadcrumbs: typeof import('vuetify/components')['VBreadcrumbs']
|
67117
67118
|
VBreadcrumbsItem: typeof import('vuetify/components')['VBreadcrumbsItem']
|
67118
67119
|
VBreadcrumbsDivider: typeof import('vuetify/components')['VBreadcrumbsDivider']
|
67119
|
-
|
67120
|
+
VCode: typeof import('vuetify/components')['VCode']
|
67120
67121
|
VCard: typeof import('vuetify/components')['VCard']
|
67121
67122
|
VCardActions: typeof import('vuetify/components')['VCardActions']
|
67122
67123
|
VCardItem: typeof import('vuetify/components')['VCardItem']
|
67123
67124
|
VCardSubtitle: typeof import('vuetify/components')['VCardSubtitle']
|
67124
67125
|
VCardText: typeof import('vuetify/components')['VCardText']
|
67125
67126
|
VCardTitle: typeof import('vuetify/components')['VCardTitle']
|
67126
|
-
VChip: typeof import('vuetify/components')['VChip']
|
67127
|
-
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67128
|
-
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67129
|
-
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67130
|
-
VBtn: typeof import('vuetify/components')['VBtn']
|
67131
|
-
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67132
67127
|
VCheckbox: typeof import('vuetify/components')['VCheckbox']
|
67133
67128
|
VCheckboxBtn: typeof import('vuetify/components')['VCheckboxBtn']
|
67129
|
+
VBtnToggle: typeof import('vuetify/components')['VBtnToggle']
|
67130
|
+
VBtnGroup: typeof import('vuetify/components')['VBtnGroup']
|
67131
|
+
VCarousel: typeof import('vuetify/components')['VCarousel']
|
67132
|
+
VCarouselItem: typeof import('vuetify/components')['VCarouselItem']
|
67133
|
+
VChip: typeof import('vuetify/components')['VChip']
|
67134
67134
|
VChipGroup: typeof import('vuetify/components')['VChipGroup']
|
67135
|
-
|
67136
|
-
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67137
|
-
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67138
|
-
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67139
|
-
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67140
|
-
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67141
|
-
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67142
|
-
VCounter: typeof import('vuetify/components')['VCounter']
|
67135
|
+
VColorPicker: typeof import('vuetify/components')['VColorPicker']
|
67143
67136
|
VDataTable: typeof import('vuetify/components')['VDataTable']
|
67144
67137
|
VDataTableHeaders: typeof import('vuetify/components')['VDataTableHeaders']
|
67145
67138
|
VDataTableFooter: typeof import('vuetify/components')['VDataTableFooter']
|
@@ -67147,32 +67140,38 @@ declare module 'vue' {
|
|
67147
67140
|
VDataTableRow: typeof import('vuetify/components')['VDataTableRow']
|
67148
67141
|
VDataTableVirtual: typeof import('vuetify/components')['VDataTableVirtual']
|
67149
67142
|
VDataTableServer: typeof import('vuetify/components')['VDataTableServer']
|
67150
|
-
|
67143
|
+
VCombobox: typeof import('vuetify/components')['VCombobox']
|
67144
|
+
VCounter: typeof import('vuetify/components')['VCounter']
|
67145
|
+
VDivider: typeof import('vuetify/components')['VDivider']
|
67146
|
+
VFab: typeof import('vuetify/components')['VFab']
|
67147
|
+
VDatePicker: typeof import('vuetify/components')['VDatePicker']
|
67148
|
+
VDatePickerControls: typeof import('vuetify/components')['VDatePickerControls']
|
67149
|
+
VDatePickerHeader: typeof import('vuetify/components')['VDatePickerHeader']
|
67150
|
+
VDatePickerMonth: typeof import('vuetify/components')['VDatePickerMonth']
|
67151
|
+
VDatePickerMonths: typeof import('vuetify/components')['VDatePickerMonths']
|
67152
|
+
VDatePickerYears: typeof import('vuetify/components')['VDatePickerYears']
|
67151
67153
|
VExpansionPanels: typeof import('vuetify/components')['VExpansionPanels']
|
67152
67154
|
VExpansionPanel: typeof import('vuetify/components')['VExpansionPanel']
|
67153
67155
|
VExpansionPanelText: typeof import('vuetify/components')['VExpansionPanelText']
|
67154
67156
|
VExpansionPanelTitle: typeof import('vuetify/components')['VExpansionPanelTitle']
|
67155
|
-
|
67156
|
-
VDivider: typeof import('vuetify/components')['VDivider']
|
67157
|
+
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67157
67158
|
VField: typeof import('vuetify/components')['VField']
|
67158
67159
|
VFieldLabel: typeof import('vuetify/components')['VFieldLabel']
|
67159
|
-
VFab: typeof import('vuetify/components')['VFab']
|
67160
67160
|
VFooter: typeof import('vuetify/components')['VFooter']
|
67161
|
+
VDialog: typeof import('vuetify/components')['VDialog']
|
67161
67162
|
VEmptyState: typeof import('vuetify/components')['VEmptyState']
|
67162
67163
|
VIcon: typeof import('vuetify/components')['VIcon']
|
67163
67164
|
VComponentIcon: typeof import('vuetify/components')['VComponentIcon']
|
67164
67165
|
VSvgIcon: typeof import('vuetify/components')['VSvgIcon']
|
67165
67166
|
VLigatureIcon: typeof import('vuetify/components')['VLigatureIcon']
|
67166
67167
|
VClassIcon: typeof import('vuetify/components')['VClassIcon']
|
67167
|
-
VFileInput: typeof import('vuetify/components')['VFileInput']
|
67168
67168
|
VImg: typeof import('vuetify/components')['VImg']
|
67169
|
+
VInfiniteScroll: typeof import('vuetify/components')['VInfiniteScroll']
|
67169
67170
|
VKbd: typeof import('vuetify/components')['VKbd']
|
67170
|
-
VInput: typeof import('vuetify/components')['VInput']
|
67171
|
-
VLabel: typeof import('vuetify/components')['VLabel']
|
67172
|
-
VMain: typeof import('vuetify/components')['VMain']
|
67173
67171
|
VItemGroup: typeof import('vuetify/components')['VItemGroup']
|
67174
67172
|
VItem: typeof import('vuetify/components')['VItem']
|
67175
|
-
|
67173
|
+
VLabel: typeof import('vuetify/components')['VLabel']
|
67174
|
+
VInput: typeof import('vuetify/components')['VInput']
|
67176
67175
|
VList: typeof import('vuetify/components')['VList']
|
67177
67176
|
VListGroup: typeof import('vuetify/components')['VListGroup']
|
67178
67177
|
VListImg: typeof import('vuetify/components')['VListImg']
|
@@ -67182,69 +67181,71 @@ declare module 'vue' {
|
|
67182
67181
|
VListItemSubtitle: typeof import('vuetify/components')['VListItemSubtitle']
|
67183
67182
|
VListItemTitle: typeof import('vuetify/components')['VListItemTitle']
|
67184
67183
|
VListSubheader: typeof import('vuetify/components')['VListSubheader']
|
67185
|
-
VMessages: typeof import('vuetify/components')['VMessages']
|
67186
|
-
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67187
67184
|
VMenu: typeof import('vuetify/components')['VMenu']
|
67188
|
-
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67189
67185
|
VOtpInput: typeof import('vuetify/components')['VOtpInput']
|
67186
|
+
VMain: typeof import('vuetify/components')['VMain']
|
67187
|
+
VNavigationDrawer: typeof import('vuetify/components')['VNavigationDrawer']
|
67188
|
+
VMessages: typeof import('vuetify/components')['VMessages']
|
67189
|
+
VPagination: typeof import('vuetify/components')['VPagination']
|
67190
67190
|
VProgressLinear: typeof import('vuetify/components')['VProgressLinear']
|
67191
|
+
VOverlay: typeof import('vuetify/components')['VOverlay']
|
67191
67192
|
VProgressCircular: typeof import('vuetify/components')['VProgressCircular']
|
67192
67193
|
VRating: typeof import('vuetify/components')['VRating']
|
67193
|
-
VPagination: typeof import('vuetify/components')['VPagination']
|
67194
67194
|
VRadioGroup: typeof import('vuetify/components')['VRadioGroup']
|
67195
|
+
VSelect: typeof import('vuetify/components')['VSelect']
|
67195
67196
|
VSelectionControl: typeof import('vuetify/components')['VSelectionControl']
|
67196
|
-
VSheet: typeof import('vuetify/components')['VSheet']
|
67197
67197
|
VSelectionControlGroup: typeof import('vuetify/components')['VSelectionControlGroup']
|
67198
|
-
VSelect: typeof import('vuetify/components')['VSelect']
|
67199
|
-
VSlider: typeof import('vuetify/components')['VSlider']
|
67200
67198
|
VSlideGroup: typeof import('vuetify/components')['VSlideGroup']
|
67201
67199
|
VSlideGroupItem: typeof import('vuetify/components')['VSlideGroupItem']
|
67202
|
-
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67203
67200
|
VSkeletonLoader: typeof import('vuetify/components')['VSkeletonLoader']
|
67201
|
+
VSnackbar: typeof import('vuetify/components')['VSnackbar']
|
67202
|
+
VSheet: typeof import('vuetify/components')['VSheet']
|
67204
67203
|
VStepper: typeof import('vuetify/components')['VStepper']
|
67205
67204
|
VStepperActions: typeof import('vuetify/components')['VStepperActions']
|
67206
67205
|
VStepperHeader: typeof import('vuetify/components')['VStepperHeader']
|
67207
67206
|
VStepperItem: typeof import('vuetify/components')['VStepperItem']
|
67208
67207
|
VStepperWindow: typeof import('vuetify/components')['VStepperWindow']
|
67209
67208
|
VStepperWindowItem: typeof import('vuetify/components')['VStepperWindowItem']
|
67210
|
-
|
67211
|
-
VTextField: typeof import('vuetify/components')['VTextField']
|
67212
|
-
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67209
|
+
VSlider: typeof import('vuetify/components')['VSlider']
|
67213
67210
|
VTab: typeof import('vuetify/components')['VTab']
|
67214
67211
|
VTabs: typeof import('vuetify/components')['VTabs']
|
67215
67212
|
VTabsWindow: typeof import('vuetify/components')['VTabsWindow']
|
67216
67213
|
VTabsWindowItem: typeof import('vuetify/components')['VTabsWindowItem']
|
67214
|
+
VSystemBar: typeof import('vuetify/components')['VSystemBar']
|
67215
|
+
VSwitch: typeof import('vuetify/components')['VSwitch']
|
67217
67216
|
VTextarea: typeof import('vuetify/components')['VTextarea']
|
67218
67217
|
VTable: typeof import('vuetify/components')['VTable']
|
67219
|
-
|
67218
|
+
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67219
|
+
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67220
|
+
VTextField: typeof import('vuetify/components')['VTextField']
|
67220
67221
|
VToolbar: typeof import('vuetify/components')['VToolbar']
|
67221
67222
|
VToolbarTitle: typeof import('vuetify/components')['VToolbarTitle']
|
67222
67223
|
VToolbarItems: typeof import('vuetify/components')['VToolbarItems']
|
67223
|
-
VTimeline: typeof import('vuetify/components')['VTimeline']
|
67224
|
-
VTimelineItem: typeof import('vuetify/components')['VTimelineItem']
|
67225
67224
|
VWindow: typeof import('vuetify/components')['VWindow']
|
67226
67225
|
VWindowItem: typeof import('vuetify/components')['VWindowItem']
|
67227
|
-
|
67226
|
+
VTooltip: typeof import('vuetify/components')['VTooltip']
|
67228
67227
|
VConfirmEdit: typeof import('vuetify/components')['VConfirmEdit']
|
67228
|
+
VDataIterator: typeof import('vuetify/components')['VDataIterator']
|
67229
67229
|
VDefaultsProvider: typeof import('vuetify/components')['VDefaultsProvider']
|
67230
67230
|
VContainer: typeof import('vuetify/components')['VContainer']
|
67231
67231
|
VCol: typeof import('vuetify/components')['VCol']
|
67232
67232
|
VRow: typeof import('vuetify/components')['VRow']
|
67233
67233
|
VSpacer: typeof import('vuetify/components')['VSpacer']
|
67234
67234
|
VForm: typeof import('vuetify/components')['VForm']
|
67235
|
-
VLazy: typeof import('vuetify/components')['VLazy']
|
67236
67235
|
VHover: typeof import('vuetify/components')['VHover']
|
67237
|
-
|
67236
|
+
VLazy: typeof import('vuetify/components')['VLazy']
|
67238
67237
|
VLayout: typeof import('vuetify/components')['VLayout']
|
67239
67238
|
VLayoutItem: typeof import('vuetify/components')['VLayoutItem']
|
67239
|
+
VLocaleProvider: typeof import('vuetify/components')['VLocaleProvider']
|
67240
67240
|
VNoSsr: typeof import('vuetify/components')['VNoSsr']
|
67241
67241
|
VParallax: typeof import('vuetify/components')['VParallax']
|
67242
|
-
VRadio: typeof import('vuetify/components')['VRadio']
|
67243
67242
|
VRangeSlider: typeof import('vuetify/components')['VRangeSlider']
|
67243
|
+
VRadio: typeof import('vuetify/components')['VRadio']
|
67244
67244
|
VResponsive: typeof import('vuetify/components')['VResponsive']
|
67245
|
-
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67246
67245
|
VSparkline: typeof import('vuetify/components')['VSparkline']
|
67246
|
+
VSpeedDial: typeof import('vuetify/components')['VSpeedDial']
|
67247
67247
|
VThemeProvider: typeof import('vuetify/components')['VThemeProvider']
|
67248
|
+
VValidation: typeof import('vuetify/components')['VValidation']
|
67248
67249
|
VVirtualScroll: typeof import('vuetify/components')['VVirtualScroll']
|
67249
67250
|
VFabTransition: typeof import('vuetify/components')['VFabTransition']
|
67250
67251
|
VDialogBottomTransition: typeof import('vuetify/components')['VDialogBottomTransition']
|
@@ -67262,27 +67263,26 @@ declare module 'vue' {
|
|
67262
67263
|
VExpandTransition: typeof import('vuetify/components')['VExpandTransition']
|
67263
67264
|
VExpandXTransition: typeof import('vuetify/components')['VExpandXTransition']
|
67264
67265
|
VDialogTransition: typeof import('vuetify/components')['VDialogTransition']
|
67265
|
-
|
67266
|
+
VPicker: typeof import('vuetify/labs/components')['VPicker']
|
67267
|
+
VPickerTitle: typeof import('vuetify/labs/components')['VPickerTitle']
|
67268
|
+
VNumberInput: typeof import('vuetify/labs/components')['VNumberInput']
|
67266
67269
|
VCalendar: typeof import('vuetify/labs/components')['VCalendar']
|
67267
67270
|
VCalendarDay: typeof import('vuetify/labs/components')['VCalendarDay']
|
67268
67271
|
VCalendarHeader: typeof import('vuetify/labs/components')['VCalendarHeader']
|
67269
67272
|
VCalendarInterval: typeof import('vuetify/labs/components')['VCalendarInterval']
|
67270
67273
|
VCalendarIntervalEvent: typeof import('vuetify/labs/components')['VCalendarIntervalEvent']
|
67271
67274
|
VCalendarMonthDay: typeof import('vuetify/labs/components')['VCalendarMonthDay']
|
67272
|
-
|
67273
|
-
|
67274
|
-
|
67275
|
+
VTreeview: typeof import('vuetify/labs/components')['VTreeview']
|
67276
|
+
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67277
|
+
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67275
67278
|
VStepperVertical: typeof import('vuetify/labs/components')['VStepperVertical']
|
67276
67279
|
VStepperVerticalItem: typeof import('vuetify/labs/components')['VStepperVerticalItem']
|
67277
67280
|
VStepperVerticalActions: typeof import('vuetify/labs/components')['VStepperVerticalActions']
|
67278
67281
|
VTimePicker: typeof import('vuetify/labs/components')['VTimePicker']
|
67279
67282
|
VTimePickerClock: typeof import('vuetify/labs/components')['VTimePickerClock']
|
67280
67283
|
VTimePickerControls: typeof import('vuetify/labs/components')['VTimePickerControls']
|
67281
|
-
|
67282
|
-
VTreeviewItem: typeof import('vuetify/labs/components')['VTreeviewItem']
|
67283
|
-
VTreeviewGroup: typeof import('vuetify/labs/components')['VTreeviewGroup']
|
67284
|
+
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67284
67285
|
VPullToRefresh: typeof import('vuetify/labs/components')['VPullToRefresh']
|
67285
67286
|
VSnackbarQueue: typeof import('vuetify/labs/components')['VSnackbarQueue']
|
67286
|
-
VDateInput: typeof import('vuetify/labs/components')['VDateInput']
|
67287
67287
|
}
|
67288
67288
|
}
|
package/dist/vuetify.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.5-master.2024-12-
|
2
|
+
* Vuetify v3.7.5-master.2024-12-11
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12297,6 +12297,7 @@ function useVirtual(props, items) {
|
|
12297
12297
|
}
|
12298
12298
|
}
|
12299
12299
|
});
|
12300
|
+
let scrollTimeout = -1;
|
12300
12301
|
function handleScroll() {
|
12301
12302
|
if (!containerRef.value || !markerRef.value) return;
|
12302
12303
|
const scrollTop = containerRef.value.scrollTop;
|
@@ -12313,12 +12314,15 @@ function useVirtual(props, items) {
|
|
12313
12314
|
}
|
12314
12315
|
lastScrollTop = scrollTop;
|
12315
12316
|
lastScrollTime = scrollTime;
|
12317
|
+
window.clearTimeout(scrollTimeout);
|
12318
|
+
scrollTimeout = window.setTimeout(handleScrollend, 500);
|
12316
12319
|
calculateVisibleItems();
|
12317
12320
|
}
|
12318
12321
|
function handleScrollend() {
|
12319
12322
|
if (!containerRef.value || !markerRef.value) return;
|
12320
12323
|
scrollVelocity = 0;
|
12321
12324
|
lastScrollTime = 0;
|
12325
|
+
window.clearTimeout(scrollTimeout);
|
12322
12326
|
calculateVisibleItems();
|
12323
12327
|
}
|
12324
12328
|
let raf = -1;
|
@@ -25089,7 +25093,7 @@ const VRangeSlider = genericComponent()({
|
|
25089
25093
|
// the thumbs are on top of each other
|
25090
25094
|
// and they are both at minimum value
|
25091
25095
|
// but only if focused from outside.
|
25092
|
-
if (model.value[0] === model.value[1] && model.value[1] === min.value && e.relatedTarget !== stopThumbRef.value?.$el) {
|
25096
|
+
if (max.value !== min.value && model.value[0] === model.value[1] && model.value[1] === min.value && e.relatedTarget !== stopThumbRef.value?.$el) {
|
25093
25097
|
startThumbRef.value?.$el.blur();
|
25094
25098
|
stopThumbRef.value?.$el.focus();
|
25095
25099
|
}
|
@@ -25118,7 +25122,7 @@ const VRangeSlider = genericComponent()({
|
|
25118
25122
|
// the thumbs are on top of each other
|
25119
25123
|
// and they are both at maximum value
|
25120
25124
|
// but only if focused from outside.
|
25121
|
-
if (model.value[0] === model.value[1] && model.value[0] === max.value && e.relatedTarget !== startThumbRef.value?.$el) {
|
25125
|
+
if (max.value !== min.value && model.value[0] === model.value[1] && model.value[0] === max.value && e.relatedTarget !== startThumbRef.value?.$el) {
|
25122
25126
|
stopThumbRef.value?.$el.blur();
|
25123
25127
|
startThumbRef.value?.$el.focus();
|
25124
25128
|
}
|
@@ -28262,7 +28266,7 @@ function createVuetify$1() {
|
|
28262
28266
|
goTo
|
28263
28267
|
};
|
28264
28268
|
}
|
28265
|
-
const version$1 = "3.7.5-master.2024-12-
|
28269
|
+
const version$1 = "3.7.5-master.2024-12-11";
|
28266
28270
|
createVuetify$1.version = version$1;
|
28267
28271
|
|
28268
28272
|
// Vue's inject() can only be used in setup
|
@@ -28287,7 +28291,7 @@ const createVuetify = function () {
|
|
28287
28291
|
...options
|
28288
28292
|
});
|
28289
28293
|
};
|
28290
|
-
const version = "3.7.5-master.2024-12-
|
28294
|
+
const version = "3.7.5-master.2024-12-11";
|
28291
28295
|
createVuetify.version = version;
|
28292
28296
|
|
28293
28297
|
export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useLayout, useLocale, useRtl, useTheme, version };
|