@finmars/ui 1.0.84 → 1.0.85

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.
@@ -24416,7 +24416,7 @@ const q1 = {
24416
24416
  function u(f) {
24417
24417
  return Array.isArray(f) ? f.length ? f.map((d, v) => {
24418
24418
  const h = { ...d }, y = v === f.length - 1;
24419
- return console.log("newItem", h), h.app_code === "w" ? h.href = l(h.href, i.value.params, h.relative_link) : h.href && (h.href = c(h.href, i.value.params, h.relative_link)), h.to && (h.to = s(h.to, i.value.params)), h.children && Array.isArray(h.children) && (h.children = u(h.children)), y && (a.value = !1), h;
24419
+ return h.app_code === "w" ? h.href = l(h.href, i.value.params, h.relative_link) : h.href && (h.href = c(h.href, i.value.params, h.relative_link)), h.to && (h.to = s(h.to, i.value.params)), h.children && Array.isArray(h.children) && (h.children = u(h.children)), y && (a.value = !1), h;
24420
24420
  }) : (a.value = !1, []) : (a.value = !0, []);
24421
24421
  }
24422
24422
  const o = M(() => u(n.items));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finmars/ui",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "description": "Finmars UI library for Vue 3 applications.",
5
5
  "scripts": {
6
6
  "dev": "vite dev --config vite.config.dev.js",