@vuetify/nightly 3.10.6-dev.2025-10-22 → 3.10.7-dev.2025-10-23

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/dist/json/attributes.json +3418 -3418
  3. package/dist/json/importMap-labs.json +32 -32
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +6633 -6633
  6. package/dist/vuetify-labs.cjs +28 -26
  7. package/dist/vuetify-labs.css +4200 -4200
  8. package/dist/vuetify-labs.d.ts +59 -59
  9. package/dist/vuetify-labs.esm.js +28 -26
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +28 -26
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +28 -26
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3573 -3573
  16. package/dist/vuetify.d.ts +59 -59
  17. package/dist/vuetify.esm.js +28 -26
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +28 -26
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +19 -19
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  26. package/lib/components/VCombobox/VCombobox.js +3 -2
  27. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  28. package/lib/components/VFileInput/VFileInput.js +3 -2
  29. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  30. package/lib/components/VMenu/VMenu.js +1 -1
  31. package/lib/components/VMenu/VMenu.js.map +1 -1
  32. package/lib/components/VSelect/VSelect.js +2 -1
  33. package/lib/components/VSelect/VSelect.js.map +1 -1
  34. package/lib/components/VTextField/VTextField.js +3 -2
  35. package/lib/components/VTextField/VTextField.js.map +1 -1
  36. package/lib/components/VTextarea/VTextarea.d.ts +3 -3
  37. package/lib/components/VTextarea/VTextarea.js +3 -2
  38. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  39. package/lib/components/VWindow/VWindow.js +8 -12
  40. package/lib/components/VWindow/VWindow.js.map +1 -1
  41. package/lib/entry-bundler.js +1 -1
  42. package/lib/framework.d.ts +56 -56
  43. package/lib/framework.js +1 -1
  44. package/package.json +1 -1
package/dist/vuetify.d.ts CHANGED
@@ -92701,7 +92701,7 @@ declare const VTextarea: {
92701
92701
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
92702
92702
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
92703
92703
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
92704
- }, HTMLInputElement & Omit<Omit<{
92704
+ }, HTMLTextAreaElement & Omit<Omit<{
92705
92705
  $: vue.ComponentInternalInstance;
92706
92706
  $data: {};
92707
92707
  $props: Partial<{
@@ -93165,7 +93165,7 @@ declare const VTextarea: {
93165
93165
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93166
93166
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93167
93167
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93168
- }, HTMLInputElement & Omit<Omit<{
93168
+ }, HTMLTextAreaElement & Omit<Omit<{
93169
93169
  $: vue.ComponentInternalInstance;
93170
93170
  $data: {};
93171
93171
  $props: Partial<{
@@ -93584,7 +93584,7 @@ declare const VTextarea: {
93584
93584
  "onUpdate:focused"?: ((focused: boolean) => any) | undefined;
93585
93585
  "onUpdate:modelValue"?: ((val: string) => any) | undefined;
93586
93586
  "onUpdate:rows"?: ((rows: number) => any) | undefined;
93587
- }, HTMLInputElement & Omit<Omit<{
93587
+ }, HTMLTextAreaElement & Omit<Omit<{
93588
93588
  $: vue.ComponentInternalInstance;
93589
93589
  $data: {};
93590
93590
  $props: Partial<{
@@ -106111,26 +106111,25 @@ declare module 'vue' {
106111
106111
  $children?: VNodeChild
106112
106112
  }
106113
106113
  export interface GlobalComponents {
106114
- VAlert: VAlert
106115
- VAlertTitle: VAlertTitle
106116
106114
  VApp: VApp
106117
- VAutocomplete: VAutocomplete
106118
106115
  VAppBar: VAppBar
106119
106116
  VAppBarNavIcon: VAppBarNavIcon
106120
106117
  VAppBarTitle: VAppBarTitle
106121
- VBadge: VBadge
106122
- VBottomNavigation: VBottomNavigation
106123
- VAvatar: VAvatar
106124
- VBottomSheet: VBottomSheet
106118
+ VAlert: VAlert
106119
+ VAlertTitle: VAlertTitle
106125
106120
  VBanner: VBanner
106126
106121
  VBannerActions: VBannerActions
106127
106122
  VBannerText: VBannerText
106128
- VBtn: VBtn
106123
+ VAvatar: VAvatar
106124
+ VBottomSheet: VBottomSheet
106125
+ VBadge: VBadge
106126
+ VBottomNavigation: VBottomNavigation
106127
+ VAutocomplete: VAutocomplete
106129
106128
  VBreadcrumbs: VBreadcrumbs
106130
106129
  VBreadcrumbsItem: VBreadcrumbsItem
106131
106130
  VBreadcrumbsDivider: VBreadcrumbsDivider
106132
- VBtnToggle: VBtnToggle
106133
106131
  VBtnGroup: VBtnGroup
106132
+ VBtnToggle: VBtnToggle
106134
106133
  VCarousel: VCarousel
106135
106134
  VCarouselItem: VCarouselItem
106136
106135
  VCard: VCard
@@ -106139,12 +106138,21 @@ declare module 'vue' {
106139
106138
  VCardSubtitle: VCardSubtitle
106140
106139
  VCardText: VCardText
106141
106140
  VCardTitle: VCardTitle
106141
+ VBtn: VBtn
106142
+ VCombobox: VCombobox
106143
+ VChip: VChip
106142
106144
  VCheckbox: VCheckbox
106143
106145
  VCheckboxBtn: VCheckboxBtn
106144
106146
  VCode: VCode
106145
106147
  VChipGroup: VChipGroup
106146
- VChip: VChip
106147
106148
  VCounter: VCounter
106149
+ VDatePicker: VDatePicker
106150
+ VDatePickerControls: VDatePickerControls
106151
+ VDatePickerHeader: VDatePickerHeader
106152
+ VDatePickerMonth: VDatePickerMonth
106153
+ VDatePickerMonths: VDatePickerMonths
106154
+ VDatePickerYears: VDatePickerYears
106155
+ VColorPicker: VColorPicker
106148
106156
  VDataTable: VDataTable
106149
106157
  VDataTableHeaders: VDataTableHeaders
106150
106158
  VDataTableFooter: VDataTableFooter
@@ -106152,39 +106160,30 @@ declare module 'vue' {
106152
106160
  VDataTableRow: VDataTableRow
106153
106161
  VDataTableVirtual: VDataTableVirtual
106154
106162
  VDataTableServer: VDataTableServer
106155
- VColorPicker: VColorPicker
106156
- VDatePicker: VDatePicker
106157
- VDatePickerControls: VDatePickerControls
106158
- VDatePickerHeader: VDatePickerHeader
106159
- VDatePickerMonth: VDatePickerMonth
106160
- VDatePickerMonths: VDatePickerMonths
106161
- VDatePickerYears: VDatePickerYears
106162
- VCombobox: VCombobox
106163
- VDialog: VDialog
106164
106163
  VEmptyState: VEmptyState
106165
106164
  VDivider: VDivider
106166
- VFileInput: VFileInput
106165
+ VDialog: VDialog
106167
106166
  VExpansionPanels: VExpansionPanels
106168
106167
  VExpansionPanel: VExpansionPanel
106169
106168
  VExpansionPanelText: VExpansionPanelText
106170
106169
  VExpansionPanelTitle: VExpansionPanelTitle
106171
- VFooter: VFooter
106172
- VFab: VFab
106170
+ VFileInput: VFileInput
106173
106171
  VField: VField
106174
106172
  VFieldLabel: VFieldLabel
106173
+ VFab: VFab
106174
+ VImg: VImg
106175
+ VFooter: VFooter
106176
+ VInfiniteScroll: VInfiniteScroll
106175
106177
  VIcon: VIcon
106176
106178
  VComponentIcon: VComponentIcon
106177
106179
  VSvgIcon: VSvgIcon
106178
106180
  VLigatureIcon: VLigatureIcon
106179
106181
  VClassIcon: VClassIcon
106180
106182
  VInput: VInput
106181
- VInfiniteScroll: VInfiniteScroll
106183
+ VLabel: VLabel
106184
+ VKbd: VKbd
106182
106185
  VItemGroup: VItemGroup
106183
106186
  VItem: VItem
106184
- VImg: VImg
106185
- VKbd: VKbd
106186
- VLabel: VLabel
106187
- VMain: VMain
106188
106187
  VList: VList
106189
106188
  VListGroup: VListGroup
106190
106189
  VListImg: VListImg
@@ -106194,41 +106193,45 @@ declare module 'vue' {
106194
106193
  VListItemSubtitle: VListItemSubtitle
106195
106194
  VListItemTitle: VListItemTitle
106196
106195
  VListSubheader: VListSubheader
106197
- VOverlay: VOverlay
106198
- VMessages: VMessages
106199
- VNumberInput: VNumberInput
106196
+ VMain: VMain
106197
+ VNavigationDrawer: VNavigationDrawer
106200
106198
  VMenu: VMenu
106201
106199
  VOtpInput: VOtpInput
106202
- VNavigationDrawer: VNavigationDrawer
106203
- VProgressCircular: VProgressCircular
106200
+ VMessages: VMessages
106201
+ VNumberInput: VNumberInput
106204
106202
  VPagination: VPagination
106205
- VRating: VRating
106206
106203
  VProgressLinear: VProgressLinear
106204
+ VOverlay: VOverlay
106205
+ VProgressCircular: VProgressCircular
106206
+ VRating: VRating
106207
106207
  VRadioGroup: VRadioGroup
106208
+ VSelectionControlGroup: VSelectionControlGroup
106208
106209
  VSelectionControl: VSelectionControl
106209
106210
  VSelect: VSelect
106210
- VSlider: VSlider
106211
- VSelectionControlGroup: VSelectionControlGroup
106212
- VSlideGroup: VSlideGroup
106213
- VSlideGroupItem: VSlideGroupItem
106214
106211
  VSheet: VSheet
106215
- VSkeletonLoader: VSkeletonLoader
106212
+ VSlider: VSlider
106216
106213
  VStepper: VStepper
106217
106214
  VStepperActions: VStepperActions
106218
106215
  VStepperHeader: VStepperHeader
106219
106216
  VStepperItem: VStepperItem
106220
106217
  VStepperWindow: VStepperWindow
106221
106218
  VStepperWindowItem: VStepperWindowItem
106222
- VSwitch: VSwitch
106219
+ VSkeletonLoader: VSkeletonLoader
106223
106220
  VSnackbar: VSnackbar
106224
- VSystemBar: VSystemBar
106225
- VTable: VTable
106221
+ VSlideGroup: VSlideGroup
106222
+ VSlideGroupItem: VSlideGroupItem
106223
+ VSwitch: VSwitch
106226
106224
  VTextarea: VTextarea
106227
- VTextField: VTextField
106228
106225
  VTab: VTab
106229
106226
  VTabs: VTabs
106230
106227
  VTabsWindow: VTabsWindow
106231
106228
  VTabsWindowItem: VTabsWindowItem
106229
+ VSystemBar: VSystemBar
106230
+ VTable: VTable
106231
+ VTextField: VTextField
106232
+ VToolbar: VToolbar
106233
+ VToolbarTitle: VToolbarTitle
106234
+ VToolbarItems: VToolbarItems
106232
106235
  VTimeline: VTimeline
106233
106236
  VTimelineItem: VTimelineItem
106234
106237
  VTreeview: VTreeview
@@ -106238,9 +106241,6 @@ declare module 'vue' {
106238
106241
  VTimePicker: VTimePicker
106239
106242
  VTimePickerClock: VTimePickerClock
106240
106243
  VTimePickerControls: VTimePickerControls
106241
- VToolbar: VToolbar
106242
- VToolbarTitle: VToolbarTitle
106243
- VToolbarItems: VToolbarItems
106244
106244
  VWindow: VWindow
106245
106245
  VWindowItem: VWindowItem
106246
106246
  VConfirmEdit: VConfirmEdit
@@ -106250,15 +106250,15 @@ declare module 'vue' {
106250
106250
  VCol: VCol
106251
106251
  VRow: VRow
106252
106252
  VSpacer: VSpacer
106253
- VForm: VForm
106254
106253
  VHover: VHover
106254
+ VForm: VForm
106255
+ VLazy: VLazy
106255
106256
  VLayout: VLayout
106256
106257
  VLayoutItem: VLayoutItem
106257
- VLazy: VLazy
106258
106258
  VLocaleProvider: VLocaleProvider
106259
106259
  VNoSsr: VNoSsr
106260
- VParallax: VParallax
106261
106260
  VRadio: VRadio
106261
+ VParallax: VParallax
106262
106262
  VRangeSlider: VRangeSlider
106263
106263
  VResponsive: VResponsive
106264
106264
  VSnackbarQueue: VSnackbarQueue
@@ -106283,26 +106283,26 @@ declare module 'vue' {
106283
106283
  VExpandTransition: VExpandTransition
106284
106284
  VExpandXTransition: VExpandXTransition
106285
106285
  VDialogTransition: VDialogTransition
106286
- VColorInput: VColorInput
106287
- VPicker: VPicker
106288
- VPickerTitle: VPickerTitle
106289
106286
  VCalendar: VCalendar
106287
+ VColorInput: VColorInput
106290
106288
  VFileUpload: VFileUpload
106291
106289
  VFileUploadItem: VFileUploadItem
106292
- VPie: VPie
106293
- VPieSegment: VPieSegment
106294
- VPieTooltip: VPieTooltip
106295
- VHotkey: VHotkey
106296
106290
  VStepperVertical: VStepperVertical
106297
106291
  VStepperVerticalItem: VStepperVerticalItem
106298
106292
  VStepperVerticalActions: VStepperVerticalActions
106299
106293
  VVideo: VVideo
106300
106294
  VVideoControls: VVideoControls
106301
106295
  VVideoVolume: VVideoVolume
106296
+ VPie: VPie
106297
+ VPieSegment: VPieSegment
106298
+ VPieTooltip: VPieTooltip
106299
+ VPicker: VPicker
106300
+ VPickerTitle: VPickerTitle
106301
+ VHotkey: VHotkey
106302
106302
  VIconBtn: VIconBtn
106303
- VMaskInput: VMaskInput
106304
106303
  VDateInput: VDateInput
106305
106304
  VPullToRefresh: VPullToRefresh
106305
+ VMaskInput: VMaskInput
106306
106306
  }
106307
106307
  export interface GlobalDirectives {
106308
106308
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.10.6-dev.2025-10-22
2
+ * Vuetify v3.10.7-dev.2025-10-23
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12352,7 +12352,7 @@ const VMenu = genericComponent()({
12352
12352
  // It isn't inside the menu body
12353
12353
  !overlay.value.contentEl.contains(after)) {
12354
12354
  if (focusTrapSuppressed) {
12355
- if (!props.openOnHover || !overlay.value.activatorEl?.contains(after)) {
12355
+ if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
12356
12356
  isActive.value = false;
12357
12357
  }
12358
12358
  } else {
@@ -13039,10 +13039,11 @@ const VTextField = genericComponent()({
13039
13039
  props: {
13040
13040
  class: fieldClass,
13041
13041
  ...slotProps
13042
- }
13042
+ },
13043
+ controlRef
13043
13044
  } = _ref3;
13044
13045
  const inputNode = withDirectives(createElementVNode("input", mergeProps({
13045
- "ref": inputRef,
13046
+ "ref": val => inputRef.value = controlRef.value = val,
13046
13047
  "value": model.value,
13047
13048
  "onInput": onInput,
13048
13049
  "autofocus": props.autofocus,
@@ -13966,7 +13967,8 @@ const VSelect = genericComponent()({
13966
13967
  "key": item.value,
13967
13968
  "modelValue": isSelected,
13968
13969
  "ripple": false,
13969
- "tabindex": "-1"
13970
+ "tabindex": "-1",
13971
+ "onClick": event => event.preventDefault()
13970
13972
  }, null) : undefined, camelizedProps.prependAvatar && createVNode(VAvatar, {
13971
13973
  "image": camelizedProps.prependAvatar
13972
13974
  }, null), camelizedProps.prependIcon && createVNode(VIcon, {
@@ -14613,7 +14615,8 @@ const VAutocomplete = genericComponent()({
14613
14615
  "key": item.value,
14614
14616
  "modelValue": isSelected,
14615
14617
  "ripple": false,
14616
- "tabindex": "-1"
14618
+ "tabindex": "-1",
14619
+ "onClick": event => event.preventDefault()
14617
14620
  }, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
14618
14621
  "image": item.props.prependAvatar
14619
14622
  }, null), item.props.prependIcon && createVNode(VIcon, {
@@ -15976,15 +15979,13 @@ const VWindow = genericComponent()({
15976
15979
  watch(activeIndex, (newVal, oldVal) => {
15977
15980
  let scrollableParent;
15978
15981
  const savedScrollPosition = {
15979
- x: 0,
15980
- y: 0
15982
+ left: 0,
15983
+ top: 0
15981
15984
  };
15982
15985
  if (IN_BROWSER && oldVal >= 0) {
15983
15986
  scrollableParent = getScrollParent(rootRef.value);
15984
-
15985
- // Save current scroll position
15986
- savedScrollPosition.x = scrollableParent.scrollLeft;
15987
- savedScrollPosition.y = scrollableParent.scrollTop;
15987
+ savedScrollPosition.left = scrollableParent?.scrollLeft;
15988
+ savedScrollPosition.top = scrollableParent?.scrollTop;
15988
15989
  }
15989
15990
  const itemsLength = group.items.value.length;
15990
15991
  const lastIndex = itemsLength - 1;
@@ -16000,20 +16001,18 @@ const VWindow = genericComponent()({
16000
16001
  nextTick(() => {
16001
16002
  if (!IN_BROWSER || !scrollableParent) return;
16002
16003
  const currentScrollY = scrollableParent.scrollTop;
16003
- if (currentScrollY !== savedScrollPosition.y) {
16004
+ if (currentScrollY !== savedScrollPosition.top) {
16004
16005
  scrollableParent.scrollTo({
16005
- left: savedScrollPosition.x,
16006
- top: savedScrollPosition.y,
16006
+ ...savedScrollPosition,
16007
16007
  behavior: 'instant'
16008
16008
  });
16009
16009
  }
16010
16010
  requestAnimationFrame(() => {
16011
16011
  if (!scrollableParent) return;
16012
16012
  const rafScrollY = scrollableParent.scrollTop;
16013
- if (rafScrollY !== savedScrollPosition.y) {
16013
+ if (rafScrollY !== savedScrollPosition.top) {
16014
16014
  scrollableParent.scrollTo({
16015
- left: savedScrollPosition.x,
16016
- top: savedScrollPosition.y,
16015
+ ...savedScrollPosition,
16017
16016
  behavior: 'instant'
16018
16017
  });
16019
16018
  }
@@ -19822,9 +19821,9 @@ const VCombobox = genericComponent()({
19822
19821
  }
19823
19822
  function onAfterLeave() {
19824
19823
  if (isFocused.value) {
19825
- isPristine.value = true;
19826
19824
  vTextFieldRef.value?.focus();
19827
19825
  }
19826
+ isPristine.value = true;
19828
19827
  _searchLock.value = null;
19829
19828
  }
19830
19829
  /** @param set - null means toggle */
@@ -20018,7 +20017,8 @@ const VCombobox = genericComponent()({
20018
20017
  "key": item.value,
20019
20018
  "modelValue": isSelected,
20020
20019
  "ripple": false,
20021
- "tabindex": "-1"
20020
+ "tabindex": "-1",
20021
+ "onClick": event => event.preventDefault()
20022
20022
  }, null) : undefined, item.props.prependAvatar && createVNode(VAvatar, {
20023
20023
  "image": item.props.prependAvatar
20024
20024
  }, null), item.props.prependIcon && createVNode(VIcon, {
@@ -25516,10 +25516,11 @@ const VFileInput = genericComponent()({
25516
25516
  props: {
25517
25517
  class: fieldClass,
25518
25518
  ...slotProps
25519
- }
25519
+ },
25520
+ controlRef
25520
25521
  } = _ref4;
25521
25522
  return createElementVNode(Fragment, null, [createElementVNode("input", mergeProps({
25522
- "ref": inputRef,
25523
+ "ref": val => inputRef.value = controlRef.value = val,
25523
25524
  "type": "file",
25524
25525
  "accept": inputAccept,
25525
25526
  "readonly": isReadonly.value,
@@ -30352,12 +30353,13 @@ const VTextarea = genericComponent()({
30352
30353
  props: {
30353
30354
  class: fieldClass,
30354
30355
  ...slotProps
30355
- }
30356
+ },
30357
+ controlRef
30356
30358
  } = _ref3;
30357
30359
  return createElementVNode(Fragment, null, [props.prefix && createElementVNode("span", {
30358
30360
  "class": "v-text-field__prefix"
30359
30361
  }, [props.prefix]), withDirectives(createElementVNode("textarea", mergeProps({
30360
- "ref": textareaRef,
30362
+ "ref": val => textareaRef.value = controlRef.value = val,
30361
30363
  "class": fieldClass,
30362
30364
  "value": model.value,
30363
30365
  "onInput": onInput,
@@ -32521,7 +32523,7 @@ function createVuetify$1() {
32521
32523
  };
32522
32524
  });
32523
32525
  }
32524
- const version$1 = "3.10.6-dev.2025-10-22";
32526
+ const version$1 = "3.10.7-dev.2025-10-23";
32525
32527
  createVuetify$1.version = version$1;
32526
32528
 
32527
32529
  // Vue's inject() can only be used in setup
@@ -32546,7 +32548,7 @@ const createVuetify = function () {
32546
32548
  ...options
32547
32549
  });
32548
32550
  };
32549
- const version = "3.10.6-dev.2025-10-22";
32551
+ const version = "3.10.7-dev.2025-10-23";
32550
32552
  createVuetify.version = version;
32551
32553
 
32552
32554
  export { index as blueprints, components, createVuetify, directives, useDate, useDefaults, useDisplay, useGoTo, useHotkey, useLayout, useLocale, useMask, useRtl, useTheme, version };