@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
  */
@@ -29594,9 +29594,8 @@ const VTreeviewItem = genericComponent()({
29594
29594
  const vListItemRef = ref();
29595
29595
  const isActivatableGroupActivator = computed(() => vListItemRef.value?.root.activatable.value && vListItemRef.value?.isGroupActivator);
29596
29596
  const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || props.value != null && !!vListItemRef.value?.list || isActivatableGroupActivator.value));
29597
- function activateItem(e) {
29598
- if (!isClickable.value || !isActivatableGroupActivator.value && vListItemRef.value?.isGroupActivator) return;
29599
- if (vListItemRef.value?.root.activatable.value) {
29597
+ function activateGroupActivator(e) {
29598
+ if (isClickable.value && isActivatableGroupActivator.value) {
29600
29599
  vListItemRef.value?.activate(!vListItemRef.value?.isActivated, e);
29601
29600
  }
29602
29601
  }
@@ -29615,7 +29614,7 @@ const VTreeviewItem = genericComponent()({
29615
29614
  'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
29616
29615
  }, props.class],
29617
29616
  "ripple": false,
29618
- "onClick": props.onClick ?? activateItem
29617
+ "onClick": props.onClick ?? activateGroupActivator
29619
29618
  }), {
29620
29619
  ...slots,
29621
29620
  prepend: hasPrepend ? slotProps => {
@@ -30405,7 +30404,7 @@ function createVuetify$1() {
30405
30404
  goTo
30406
30405
  };
30407
30406
  }
30408
- const version$1 = "3.7.4-master.2024-11-28";
30407
+ const version$1 = "3.7.4-master.2024-11-29";
30409
30408
  createVuetify$1.version = version$1;
30410
30409
 
30411
30410
  // Vue's inject() can only be used in setup
@@ -30658,7 +30657,7 @@ var index = /*#__PURE__*/Object.freeze({
30658
30657
 
30659
30658
  /* eslint-disable local-rules/sort-imports */
30660
30659
 
30661
- const version = "3.7.4-master.2024-11-28";
30660
+ const version = "3.7.4-master.2024-11-29";
30662
30661
 
30663
30662
  /* eslint-disable local-rules/sort-imports */
30664
30663