@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-11-29

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.4-master.2024-11-28
2
+ * Vuetify v3.7.4-master.2024-11-29
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -29598,9 +29598,8 @@
29598
29598
  const vListItemRef = vue.ref();
29599
29599
  const isActivatableGroupActivator = vue.computed(() => vListItemRef.value?.root.activatable.value && vListItemRef.value?.isGroupActivator);
29600
29600
  const isClickable = vue.computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || props.value != null && !!vListItemRef.value?.list || isActivatableGroupActivator.value));
29601
- function activateItem(e) {
29602
- if (!isClickable.value || !isActivatableGroupActivator.value && vListItemRef.value?.isGroupActivator) return;
29603
- if (vListItemRef.value?.root.activatable.value) {
29601
+ function activateGroupActivator(e) {
29602
+ if (isClickable.value && isActivatableGroupActivator.value) {
29604
29603
  vListItemRef.value?.activate(!vListItemRef.value?.isActivated, e);
29605
29604
  }
29606
29605
  }
@@ -29619,7 +29618,7 @@
29619
29618
  'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
29620
29619
  }, props.class],
29621
29620
  "ripple": false,
29622
- "onClick": props.onClick ?? activateItem
29621
+ "onClick": props.onClick ?? activateGroupActivator
29623
29622
  }), {
29624
29623
  ...slots,
29625
29624
  prepend: hasPrepend ? slotProps => {
@@ -30409,7 +30408,7 @@
30409
30408
  goTo
30410
30409
  };
30411
30410
  }
30412
- const version$1 = "3.7.4-master.2024-11-28";
30411
+ const version$1 = "3.7.4-master.2024-11-29";
30413
30412
  createVuetify$1.version = version$1;
30414
30413
 
30415
30414
  // Vue's inject() can only be used in setup
@@ -30662,7 +30661,7 @@
30662
30661
 
30663
30662
  /* eslint-disable local-rules/sort-imports */
30664
30663
 
30665
- const version = "3.7.4-master.2024-11-28";
30664
+ const version = "3.7.4-master.2024-11-29";
30666
30665
 
30667
30666
  /* eslint-disable local-rules/sort-imports */
30668
30667