@vuetify/nightly 3.7.6-master.2025-01-18 → 3.7.6-master.2025-01-19

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.6-master.2025-01-18
2
+ * Vuetify v3.7.6-master.2025-01-19
3
3
  * Forged by John Leider
4
4
  * Released under the MIT License.
5
5
  */
@@ -8724,7 +8724,7 @@
8724
8724
  isActivated: vue.computed(() => parent.root.activated.value.has(vue.toRaw(computedId.value))),
8725
8725
  select: (selected, e) => parent.root.select(computedId.value, selected, e),
8726
8726
  isSelected: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'on'),
8727
- isIndeterminate: vue.computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
8727
+ isIndeterminate: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'indeterminate'),
8728
8728
  isLeaf: vue.computed(() => !parent.root.children.value.get(computedId.value)),
8729
8729
  isGroupActivator: parent.isGroupActivator
8730
8730
  };
@@ -29989,7 +29989,7 @@
29989
29989
  "active": vListItemRef.value?.isActivated,
29990
29990
  "class": ['v-treeview-item', {
29991
29991
  'v-treeview-item--activatable-group-activator': isActivatableGroupActivator.value,
29992
- 'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
29992
+ 'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vue.toRaw(vListItemRef.value?.id))
29993
29993
  }, props.class],
29994
29994
  "ripple": false,
29995
29995
  "onClick": props.onClick ?? activateGroupActivator
@@ -30126,7 +30126,7 @@
30126
30126
  onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : undefined
30127
30127
  };
30128
30128
  return vue.createVNode(VTreeviewItem, vue.mergeProps(listItemProps, {
30129
- "value": props.returnObject ? vue.toRaw(item.raw) : itemProps.value,
30129
+ "value": props.returnObject ? item.raw : itemProps.value,
30130
30130
  "loading": loading
30131
30131
  }), slotsWithItem);
30132
30132
  },
@@ -30784,7 +30784,7 @@
30784
30784
  goTo
30785
30785
  };
30786
30786
  }
30787
- const version$1 = "3.7.6-master.2025-01-18";
30787
+ const version$1 = "3.7.6-master.2025-01-19";
30788
30788
  createVuetify$1.version = version$1;
30789
30789
 
30790
30790
  // Vue's inject() can only be used in setup
@@ -31037,7 +31037,7 @@
31037
31037
 
31038
31038
  /* eslint-disable local-rules/sort-imports */
31039
31039
 
31040
- const version = "3.7.6-master.2025-01-18";
31040
+ const version = "3.7.6-master.2025-01-19";
31041
31041
 
31042
31042
  /* eslint-disable local-rules/sort-imports */
31043
31043