@vuetify/nightly 3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce → 3.6.13-3.7.0-beta.0.0-pr-20092.a834b18

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.6.13-3.7.0-beta.0.0-pr-20092.a834b18
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8962,7 +8962,7 @@
8962
8962
  function onKeyDown(e) {
8963
8963
  if (e.key === 'Enter' || e.key === ' ') {
8964
8964
  e.preventDefault();
8965
- onClick(e);
8965
+ e.target.dispatchEvent(new MouseEvent('click', e));
8966
8966
  }
8967
8967
  }
8968
8968
  useRender(() => {
@@ -11214,9 +11214,6 @@
11214
11214
  isActive.value = false;
11215
11215
  overlay.value?.activatorEl?.focus();
11216
11216
  }
11217
- } else if (['Enter', ' '].includes(e.key) && props.closeOnContentClick) {
11218
- isActive.value = false;
11219
- parent?.closeParents();
11220
11217
  } else if (props.submenu && e.key === (isRtl.value ? 'ArrowRight' : 'ArrowLeft')) {
11221
11218
  isActive.value = false;
11222
11219
  overlay.value?.activatorEl?.focus();
@@ -30338,7 +30335,7 @@
30338
30335
  goTo
30339
30336
  };
30340
30337
  }
30341
- const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
30338
+ const version$1 = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
30342
30339
  createVuetify$1.version = version$1;
30343
30340
 
30344
30341
  // Vue's inject() can only be used in setup
@@ -30591,7 +30588,7 @@
30591
30588
 
30592
30589
  /* eslint-disable local-rules/sort-imports */
30593
30590
 
30594
- const version = "3.6.13-3.7.0-beta.0.0-pr-20092.dc840ce";
30591
+ const version = "3.6.13-3.7.0-beta.0.0-pr-20092.a834b18";
30595
30592
 
30596
30593
  /* eslint-disable local-rules/sort-imports */
30597
30594