@maxtropy/v-components 0.1.18-beta.1 → 0.1.18-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.
@@ -26621,7 +26621,9 @@ function Jhe(e) {
26621
26621
  return t;
26622
26622
  }
26623
26623
  function j_(e = []) {
26624
- const t = Xo(e), n = {};
26624
+ const t = Xo(e);
26625
+ console.log("list", t);
26626
+ const n = {};
26625
26627
  for (let r = 0; r < t.length; r += 1) {
26626
26628
  const a = t[r];
26627
26629
  if (a.level === C4.THREE) {
@@ -27675,7 +27677,9 @@ const qpe = ["onClick"], fg = /* @__PURE__ */ te({
27675
27677
  return a.value;
27676
27678
  }), o = L(() => j_(i.value));
27677
27679
  console.log("path2Node", o.value);
27678
- const s = L(() => Jhe(i.value ?? [])), l = U(), u = L(() => {
27680
+ const s = L(() => Jhe(i.value ?? []));
27681
+ console.log("id2Node", s.value);
27682
+ const l = U(), u = L(() => {
27679
27683
  if (l.value && !n.reassign) {
27680
27684
  let f = o.value[l.value] ?? o.value["/" + l.value];
27681
27685
  if (f)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.18-beta.1",
3
+ "version": "0.1.18-beta.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],