@maxtropy/v-components 0.1.12-beta.1 → 0.1.12-beta.2

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.
@@ -25254,9 +25254,8 @@ const lP = ["onClick"], Vr = /* @__PURE__ */ U({
25254
25254
  return r.value;
25255
25255
  }), l = I(() => Wu(a.value)), i = I(() => A5(a.value ?? [])), u = x(), c = I(() => {
25256
25256
  if (u.value && !n.reassign) {
25257
- console.log("activeThirdKey.value", u.value), console.log("path2Node.value", l.value);
25258
- let d = l.value[u.value];
25259
- if (console.log("id2Node.value", i.value), d)
25257
+ let d = l.value[u.value] ?? l.value["/" + u.value];
25258
+ if (d)
25260
25259
  return [
25261
25260
  { name: i.value[d.rootId].name },
25262
25261
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.12-beta.1",
3
+ "version": "0.1.12-beta.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],