@vuetify/nightly 3.7.7-dev.2025-01-22 → 3.7.7-dev.2025-01-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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vuetify v3.7.7-dev.2025-01-22
2
+ * Vuetify v3.7.7-dev.2025-01-23
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8829,6 +8829,7 @@
8829
8829
  } = useSsrBoot();
8830
8830
  function onClick(e) {
8831
8831
  e.stopPropagation();
8832
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
8832
8833
  open(!isOpen.value, e);
8833
8834
  }
8834
8835
  const activatorProps = vue.computed(() => ({
@@ -9046,6 +9047,7 @@
9046
9047
  }));
9047
9048
  function onClick(e) {
9048
9049
  emit('click', e);
9050
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
9049
9051
  if (!isClickable.value) return;
9050
9052
  link.navigate?.(e);
9051
9053
  if (isGroupActivator) return;
@@ -9058,6 +9060,7 @@
9058
9060
  }
9059
9061
  }
9060
9062
  function onKeyDown(e) {
9063
+ if (['INPUT', 'TEXTAREA'].includes(e.target?.tagName)) return;
9061
9064
  if (e.key === 'Enter' || e.key === ' ') {
9062
9065
  e.preventDefault();
9063
9066
  e.target.dispatchEvent(new MouseEvent('click', e));
@@ -30848,7 +30851,7 @@
30848
30851
  };
30849
30852
  });
30850
30853
  }
30851
- const version$1 = "3.7.7-dev.2025-01-22";
30854
+ const version$1 = "3.7.7-dev.2025-01-23";
30852
30855
  createVuetify$1.version = version$1;
30853
30856
 
30854
30857
  // Vue's inject() can only be used in setup
@@ -31101,7 +31104,7 @@
31101
31104
 
31102
31105
  /* eslint-disable local-rules/sort-imports */
31103
31106
 
31104
- const version = "3.7.7-dev.2025-01-22";
31107
+ const version = "3.7.7-dev.2025-01-23";
31105
31108
 
31106
31109
  /* eslint-disable local-rules/sort-imports */
31107
31110