vuetify 3.10.6 → 3.10.7

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 (43) hide show
  1. package/dist/json/attributes.json +1705 -1705
  2. package/dist/json/importMap-labs.json +22 -22
  3. package/dist/json/importMap.json +164 -164
  4. package/dist/json/web-types.json +3230 -3230
  5. package/dist/vuetify-labs.cjs +28 -26
  6. package/dist/vuetify-labs.css +4841 -4841
  7. package/dist/vuetify-labs.d.ts +58 -58
  8. package/dist/vuetify-labs.esm.js +28 -26
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +28 -26
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.cjs +28 -26
  13. package/dist/vuetify.cjs.map +1 -1
  14. package/dist/vuetify.css +3692 -3692
  15. package/dist/vuetify.d.ts +58 -58
  16. package/dist/vuetify.esm.js +28 -26
  17. package/dist/vuetify.esm.js.map +1 -1
  18. package/dist/vuetify.js +28 -26
  19. package/dist/vuetify.js.map +1 -1
  20. package/dist/vuetify.min.css +2 -2
  21. package/dist/vuetify.min.js +19 -19
  22. package/dist/vuetify.min.js.map +1 -1
  23. package/lib/components/VAutocomplete/VAutocomplete.js +2 -1
  24. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  25. package/lib/components/VCombobox/VCombobox.js +3 -2
  26. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  27. package/lib/components/VFileInput/VFileInput.js +3 -2
  28. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  29. package/lib/components/VMenu/VMenu.js +1 -1
  30. package/lib/components/VMenu/VMenu.js.map +1 -1
  31. package/lib/components/VSelect/VSelect.js +2 -1
  32. package/lib/components/VSelect/VSelect.js.map +1 -1
  33. package/lib/components/VTextField/VTextField.js +3 -2
  34. package/lib/components/VTextField/VTextField.js.map +1 -1
  35. package/lib/components/VTextarea/VTextarea.d.ts +3 -3
  36. package/lib/components/VTextarea/VTextarea.js +3 -2
  37. package/lib/components/VTextarea/VTextarea.js.map +1 -1
  38. package/lib/components/VWindow/VWindow.js +8 -12
  39. package/lib/components/VWindow/VWindow.js.map +1 -1
  40. package/lib/entry-bundler.js +1 -1
  41. package/lib/framework.d.ts +55 -55
  42. package/lib/framework.js +1 -1
  43. package/package.json +1 -1
package/dist/vuetify.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.10.6
2
+ * Vuetify v3.10.7
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -12345,7 +12345,7 @@
12345
12345
  // It isn't inside the menu body
12346
12346
  !overlay.value.contentEl.contains(after)) {
12347
12347
  if (focusTrapSuppressed) {
12348
- if (!props.openOnHover || !overlay.value.activatorEl?.contains(after)) {
12348
+ if (!props.openOnHover && !overlay.value.activatorEl?.contains(after)) {
12349
12349
  isActive.value = false;
12350
12350
  }
12351
12351
  } else {
@@ -13032,10 +13032,11 @@
13032
13032
  props: {
13033
13033
  class: fieldClass,
13034
13034
  ...slotProps
13035
- }
13035
+ },
13036
+ controlRef
13036
13037
  } = _ref3;
13037
13038
  const inputNode = vue.withDirectives(vue.createElementVNode("input", vue.mergeProps({
13038
- "ref": inputRef,
13039
+ "ref": val => inputRef.value = controlRef.value = val,
13039
13040
  "value": model.value,
13040
13041
  "onInput": onInput,
13041
13042
  "autofocus": props.autofocus,
@@ -13959,7 +13960,8 @@
13959
13960
  "key": item.value,
13960
13961
  "modelValue": isSelected,
13961
13962
  "ripple": false,
13962
- "tabindex": "-1"
13963
+ "tabindex": "-1",
13964
+ "onClick": event => event.preventDefault()
13963
13965
  }, null) : undefined, camelizedProps.prependAvatar && vue.createVNode(VAvatar, {
13964
13966
  "image": camelizedProps.prependAvatar
13965
13967
  }, null), camelizedProps.prependIcon && vue.createVNode(VIcon, {
@@ -14606,7 +14608,8 @@
14606
14608
  "key": item.value,
14607
14609
  "modelValue": isSelected,
14608
14610
  "ripple": false,
14609
- "tabindex": "-1"
14611
+ "tabindex": "-1",
14612
+ "onClick": event => event.preventDefault()
14610
14613
  }, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
14611
14614
  "image": item.props.prependAvatar
14612
14615
  }, null), item.props.prependIcon && vue.createVNode(VIcon, {
@@ -15969,15 +15972,13 @@
15969
15972
  vue.watch(activeIndex, (newVal, oldVal) => {
15970
15973
  let scrollableParent;
15971
15974
  const savedScrollPosition = {
15972
- x: 0,
15973
- y: 0
15975
+ left: 0,
15976
+ top: 0
15974
15977
  };
15975
15978
  if (IN_BROWSER && oldVal >= 0) {
15976
15979
  scrollableParent = getScrollParent(rootRef.value);
15977
-
15978
- // Save current scroll position
15979
- savedScrollPosition.x = scrollableParent.scrollLeft;
15980
- savedScrollPosition.y = scrollableParent.scrollTop;
15980
+ savedScrollPosition.left = scrollableParent?.scrollLeft;
15981
+ savedScrollPosition.top = scrollableParent?.scrollTop;
15981
15982
  }
15982
15983
  const itemsLength = group.items.value.length;
15983
15984
  const lastIndex = itemsLength - 1;
@@ -15993,20 +15994,18 @@
15993
15994
  vue.nextTick(() => {
15994
15995
  if (!IN_BROWSER || !scrollableParent) return;
15995
15996
  const currentScrollY = scrollableParent.scrollTop;
15996
- if (currentScrollY !== savedScrollPosition.y) {
15997
+ if (currentScrollY !== savedScrollPosition.top) {
15997
15998
  scrollableParent.scrollTo({
15998
- left: savedScrollPosition.x,
15999
- top: savedScrollPosition.y,
15999
+ ...savedScrollPosition,
16000
16000
  behavior: 'instant'
16001
16001
  });
16002
16002
  }
16003
16003
  requestAnimationFrame(() => {
16004
16004
  if (!scrollableParent) return;
16005
16005
  const rafScrollY = scrollableParent.scrollTop;
16006
- if (rafScrollY !== savedScrollPosition.y) {
16006
+ if (rafScrollY !== savedScrollPosition.top) {
16007
16007
  scrollableParent.scrollTo({
16008
- left: savedScrollPosition.x,
16009
- top: savedScrollPosition.y,
16008
+ ...savedScrollPosition,
16010
16009
  behavior: 'instant'
16011
16010
  });
16012
16011
  }
@@ -19815,9 +19814,9 @@
19815
19814
  }
19816
19815
  function onAfterLeave() {
19817
19816
  if (isFocused.value) {
19818
- isPristine.value = true;
19819
19817
  vTextFieldRef.value?.focus();
19820
19818
  }
19819
+ isPristine.value = true;
19821
19820
  _searchLock.value = null;
19822
19821
  }
19823
19822
  /** @param set - null means toggle */
@@ -20011,7 +20010,8 @@
20011
20010
  "key": item.value,
20012
20011
  "modelValue": isSelected,
20013
20012
  "ripple": false,
20014
- "tabindex": "-1"
20013
+ "tabindex": "-1",
20014
+ "onClick": event => event.preventDefault()
20015
20015
  }, null) : undefined, item.props.prependAvatar && vue.createVNode(VAvatar, {
20016
20016
  "image": item.props.prependAvatar
20017
20017
  }, null), item.props.prependIcon && vue.createVNode(VIcon, {
@@ -25444,10 +25444,11 @@
25444
25444
  props: {
25445
25445
  class: fieldClass,
25446
25446
  ...slotProps
25447
- }
25447
+ },
25448
+ controlRef
25448
25449
  } = _ref4;
25449
25450
  return vue.createElementVNode(vue.Fragment, null, [vue.createElementVNode("input", vue.mergeProps({
25450
- "ref": inputRef,
25451
+ "ref": val => inputRef.value = controlRef.value = val,
25451
25452
  "type": "file",
25452
25453
  "accept": inputAccept,
25453
25454
  "readonly": isReadonly.value,
@@ -30263,12 +30264,13 @@
30263
30264
  props: {
30264
30265
  class: fieldClass,
30265
30266
  ...slotProps
30266
- }
30267
+ },
30268
+ controlRef
30267
30269
  } = _ref3;
30268
30270
  return vue.createElementVNode(vue.Fragment, null, [props.prefix && vue.createElementVNode("span", {
30269
30271
  "class": "v-text-field__prefix"
30270
30272
  }, [props.prefix]), vue.withDirectives(vue.createElementVNode("textarea", vue.mergeProps({
30271
- "ref": textareaRef,
30273
+ "ref": val => textareaRef.value = controlRef.value = val,
30272
30274
  "class": fieldClass,
30273
30275
  "value": model.value,
30274
30276
  "onInput": onInput,
@@ -32378,7 +32380,7 @@
32378
32380
  };
32379
32381
  });
32380
32382
  }
32381
- const version$1 = "3.10.6";
32383
+ const version$1 = "3.10.7";
32382
32384
  createVuetify$1.version = version$1;
32383
32385
 
32384
32386
  // Vue's inject() can only be used in setup
@@ -32403,7 +32405,7 @@
32403
32405
  ...options
32404
32406
  });
32405
32407
  };
32406
- const version = "3.10.6";
32408
+ const version = "3.10.7";
32407
32409
  createVuetify.version = version;
32408
32410
 
32409
32411
  exports.blueprints = index;