@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
  */
@@ -8720,7 +8720,7 @@ const useNestedItem = (id, isGroup) => {
8720
8720
  isActivated: computed(() => parent.root.activated.value.has(toRaw(computedId.value))),
8721
8721
  select: (selected, e) => parent.root.select(computedId.value, selected, e),
8722
8722
  isSelected: computed(() => parent.root.selected.value.get(toRaw(computedId.value)) === 'on'),
8723
- isIndeterminate: computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
8723
+ isIndeterminate: computed(() => parent.root.selected.value.get(toRaw(computedId.value)) === 'indeterminate'),
8724
8724
  isLeaf: computed(() => !parent.root.children.value.get(computedId.value)),
8725
8725
  isGroupActivator: parent.isGroupActivator
8726
8726
  };
@@ -29985,7 +29985,7 @@ const VTreeviewItem = genericComponent()({
29985
29985
  "active": vListItemRef.value?.isActivated,
29986
29986
  "class": ['v-treeview-item', {
29987
29987
  'v-treeview-item--activatable-group-activator': isActivatableGroupActivator.value,
29988
- 'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
29988
+ 'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(toRaw(vListItemRef.value?.id))
29989
29989
  }, props.class],
29990
29990
  "ripple": false,
29991
29991
  "onClick": props.onClick ?? activateGroupActivator
@@ -30122,7 +30122,7 @@ const VTreeviewChildren = genericComponent()({
30122
30122
  onClick: isClickOnOpen.value ? [() => checkChildren(item), activatorProps.onClick] : undefined
30123
30123
  };
30124
30124
  return createVNode(VTreeviewItem, mergeProps(listItemProps, {
30125
- "value": props.returnObject ? toRaw(item.raw) : itemProps.value,
30125
+ "value": props.returnObject ? item.raw : itemProps.value,
30126
30126
  "loading": loading
30127
30127
  }), slotsWithItem);
30128
30128
  },
@@ -30780,7 +30780,7 @@ function createVuetify$1() {
30780
30780
  goTo
30781
30781
  };
30782
30782
  }
30783
- const version$1 = "3.7.6-master.2025-01-18";
30783
+ const version$1 = "3.7.6-master.2025-01-19";
30784
30784
  createVuetify$1.version = version$1;
30785
30785
 
30786
30786
  // Vue's inject() can only be used in setup
@@ -31033,7 +31033,7 @@ var index = /*#__PURE__*/Object.freeze({
31033
31033
 
31034
31034
  /* eslint-disable local-rules/sort-imports */
31035
31035
 
31036
- const version = "3.7.6-master.2025-01-18";
31036
+ const version = "3.7.6-master.2025-01-19";
31037
31037
 
31038
31038
  /* eslint-disable local-rules/sort-imports */
31039
31039