@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
@@ -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
  */
@@ -12032,7 +12032,7 @@
12032
12032
  // It isn't inside the menu body
12033
12033
  !overlay.value.contentEl.contains(after)) {
12034
12034
  if (focusTrapSuppressed) {
12035
- if (!props.openOnHover || !overlay.value.activatorEl?.contains(after)) {
12035
+ if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
12036
12036
  isActive.value = false;
12037
12037
  }
12038
12038
  } else {
@@ -12719,10 +12719,11 @@
12719
12719
  props: {
12720
12720
  class: fieldClass,
12721
12721
  ...slotProps
12722
- }
12722
+ },
12723
+ controlRef
12723
12724
  } = _ref3;
12724
12725
  const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
12725
- "ref": inputRef,
12726
+ "ref": val => inputRef.value = controlRef.value = val,
12726
12727
  "value": model.value,
12727
12728
  "onInput": onInput,
12728
12729
  "autofocus": props.autofocus,
@@ -13646,7 +13647,8 @@
13646
13647
  "key": item.value,
13647
13648
  "modelValue": isSelected,
13648
13649
  "ripple": false,
13649
- "tabindex": "-1"
13650
+ "tabindex": "-1",
13651
+ "onClick": event => event.preventDefault()
13650
13652
  }, null) : undefined, camelizedProps.prependAvatar && vue.createVNode(VAvatar, {
13651
13653
  "image": camelizedProps.prependAvatar
13652
13654
  }, null), camelizedProps.prependIcon && vue.createVNode(VIcon, {
@@ -14293,7 +14295,8 @@
14293
14295
  "key": item.value,
14294
14296
  "modelValue": isSelected,
14295
14297
  "ripple": false,
14296
- "tabindex": "-1"
14298
+ "tabindex": "-1",
14299
+ "onClick": event => event.preventDefault()
14297
14300
  }, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
14298
14301
  "image": item.props.prependAvatar
14299
14302
  }, null), item.props.prependIcon && vue.createVNode(VIcon, {
@@ -15656,15 +15659,13 @@
15656
15659
  vue.watch(activeIndex, (newVal, oldVal) => {
15657
15660
  let scrollableParent;
15658
15661
  const savedScrollPosition = {
15659
- x: 0,
15660
- y: 0
15662
+ left: 0,
15663
+ top: 0
15661
15664
  };
15662
15665
  if (IN_BROWSER && oldVal >= 0) {
15663
15666
  scrollableParent = getScrollParent(rootRef.value);
15664
-
15665
- // Save current scroll position
15666
- savedScrollPosition.x = scrollableParent.scrollLeft;
15667
- savedScrollPosition.y = scrollableParent.scrollTop;
15667
+ savedScrollPosition.left = scrollableParent?.scrollLeft;
15668
+ savedScrollPosition.top = scrollableParent?.scrollTop;
15668
15669
  }
15669
15670
  const itemsLength = group.items.value.length;
15670
15671
  const lastIndex = itemsLength - 1;
@@ -15680,20 +15681,18 @@
15680
15681
  vue.nextTick(() => {
15681
15682
  if (!IN_BROWSER || !scrollableParent) return;
15682
15683
  const currentScrollY = scrollableParent.scrollTop;
15683
- if (currentScrollY !== savedScrollPosition.y) {
15684
+ if (currentScrollY !== savedScrollPosition.top) {
15684
15685
  scrollableParent.scrollTo({
15685
- left: savedScrollPosition.x,
15686
- top: savedScrollPosition.y,
15686
+ ...savedScrollPosition,
15687
15687
  behavior: 'instant'
15688
15688
  });
15689
15689
  }
15690
15690
  requestAnimationFrame(() => {
15691
15691
  if (!scrollableParent) return;
15692
15692
  const rafScrollY = scrollableParent.scrollTop;
15693
- if (rafScrollY !== savedScrollPosition.y) {
15693
+ if (rafScrollY !== savedScrollPosition.top) {
15694
15694
  scrollableParent.scrollTo({
15695
- left: savedScrollPosition.x,
15696
- top: savedScrollPosition.y,
15695
+ ...savedScrollPosition,
15697
15696
  behavior: 'instant'
15698
15697
  });
15699
15698
  }
@@ -19511,9 +19510,9 @@
19511
19510
  }
19512
19511
  function onAfterLeave() {
19513
19512
  if (isFocused.value) {
19514
- isPristine.value = true;
19515
19513
  vTextFieldRef.value?.focus();
19516
19514
  }
19515
+ isPristine.value = true;
19517
19516
  _searchLock.value = null;
19518
19517
  }
19519
19518
  /** @param set - null means toggle */
@@ -19707,7 +19706,8 @@
19707
19706
  "key": item.value,
19708
19707
  "modelValue": isSelected,
19709
19708
  "ripple": false,
19710
- "tabindex": "-1"
19709
+ "tabindex": "-1",
19710
+ "onClick": event => event.preventDefault()
19711
19711
  }, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
19712
19712
  "image": item.props.prependAvatar
19713
19713
  }, null), item.props.prependIcon && vue.createVNode(VIcon, {
@@ -25205,10 +25205,11 @@
25205
25205
  props: {
25206
25206
  class: fieldClass,
25207
25207
  ...slotProps
25208
- }
25208
+ },
25209
+ controlRef
25209
25210
  } = _ref4;
25210
25211
  return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
25211
- "ref": inputRef,
25212
+ "ref": val => inputRef.value = controlRef.value = val,
25212
25213
  "type": "file",
25213
25214
  "accept": inputAccept,
25214
25215
  "readonly": isReadonly.value,
@@ -30041,12 +30042,13 @@
30041
30042
  props: {
30042
30043
  class: fieldClass,
30043
30044
  ...slotProps
30044
- }
30045
+ },
30046
+ controlRef
30045
30047
  } = _ref3;
30046
30048
  return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
30047
30049
  "class": "v-text-field__prefix"
30048
30050
  }, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
30049
- "ref": textareaRef,
30051
+ "ref": val => textareaRef.value = controlRef.value = val,
30050
30052
  "class": fieldClass,
30051
30053
  "value": model.value,
30052
30054
  "onInput": onInput,
@@ -38160,7 +38162,7 @@
38160
38162
  };
38161
38163
  });
38162
38164
  }
38163
- const version$1 = "3.10.6-dev.2025-10-22";
38165
+ const version$1 = "3.10.7-dev.2025-10-23";
38164
38166
  createVuetify$1.version = version$1;
38165
38167
 
38166
38168
  // Vue's inject() can only be used in setup
@@ -38458,7 +38460,7 @@
38458
38460
 
38459
38461
  /* eslint-disable local-rules/sort-imports */
38460
38462
 
38461
- const version = "3.10.6-dev.2025-10-22";
38463
+ const version = "3.10.7-dev.2025-10-23";
38462
38464
 
38463
38465
  /* eslint-disable local-rules/sort-imports */
38464
38466