@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.7.0-beta.1-pr-20092.92a3215

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce
2
+ * Vuetify v3.7.0-beta.1-pr-20092.92a3215
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8958,7 +8958,7 @@ const VListItem = genericComponent()({
8958
8958
  function onKeyDown(e) {
8959
8959
  if (e.key === 'Enter' || e.key === ' ') {
8960
8960
  e.preventDefault();
8961
- onClick(e);
8961
+ e.target.dispatchEvent(new MouseEvent('click', e));
8962
8962
  }
8963
8963
  }
8964
8964
  useRender(() => {
@@ -9748,12 +9748,6 @@ function getIntrinsicSize(el, isRtl) {
9748
9748
  // el.style.removeProperty('max-width')
9749
9749
  // el.style.removeProperty('max-height')
9750
9750
 
9751
- if (isRtl) {
9752
- el.style.removeProperty('left');
9753
- } else {
9754
- el.style.removeProperty('right');
9755
- }
9756
-
9757
9751
  /* eslint-disable-next-line sonarjs/prefer-immediate-return */
9758
9752
  const contentBox = nullifyTransforms(el);
9759
9753
  if (isRtl) {
@@ -11210,9 +11204,6 @@ const VMenu = genericComponent()({
11210
11204
  isActive.value = false;
11211
11205
  overlay.value?.activatorEl?.focus();
11212
11206
  }
11213
- } else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
11214
- isActive.value = false;
11215
- parent?.closeParents();
11216
11207
  } else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
11217
11208
  isActive.value = false;
11218
11209
  overlay.value?.activatorEl?.focus();
@@ -30334,7 +30325,7 @@ function createVuetify$1() {
30334
30325
  goTo
30335
30326
  };
30336
30327
  }
30337
- const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
30328
+ const version$1 = "3.7.0-beta.1-pr-20092.92a3215";
30338
30329
  createVuetify$1.version = version$1;
30339
30330
 
30340
30331
  // Vue's inject() can only be used in setup
@@ -30587,7 +30578,7 @@ var index = /*#__PURE__*/Object.freeze({
30587
30578
 
30588
30579
  /* eslint-disable local-rules/sort-imports */
30589
30580
 
30590
- const version = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
30581
+ const version = "3.7.0-beta.1-pr-20092.92a3215";
30591
30582
 
30592
30583
  /* eslint-disable local-rules/sort-imports */
30593
30584