beca-ui 2.1.0-beta.87 → 2.1.0-beta.88
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.
- package/dist/beca-ui.js +6 -9
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99870,15 +99870,12 @@ const ait = 52, lit = 68, sit = (e) => {
|
|
|
99870
99870
|
const $ = [...n].sort(
|
|
99871
99871
|
(R, I) => (R.order ?? 0) - (I.order ?? 0)
|
|
99872
99872
|
);
|
|
99873
|
-
if (
|
|
99873
|
+
if (S != null && S.appMenu) {
|
|
99874
99874
|
if (((T = S.appMenu.items) == null ? void 0 : T.length) > 0) {
|
|
99875
|
-
const I = [...S.appMenu.items.map((P) =>
|
|
99876
|
-
|
|
99877
|
-
|
|
99878
|
-
|
|
99879
|
-
return console.log("item", P), console.log("appItem", k), k ?? P;
|
|
99880
|
-
})];
|
|
99881
|
-
console.log("mergedItems", I), console.log("applicationsCardData", n), n.forEach((P) => {
|
|
99875
|
+
const I = [...S.appMenu.items.map((P) => n.find(
|
|
99876
|
+
(D) => D.id !== void 0 ? D.id === P.id : D.Id === P.Id
|
|
99877
|
+
) ?? P)];
|
|
99878
|
+
n.forEach((P) => {
|
|
99882
99879
|
I.some((k) => k.id === P.id) || I.push(P);
|
|
99883
99880
|
}), m(I);
|
|
99884
99881
|
} else
|
|
@@ -99886,7 +99883,7 @@ const ait = 52, lit = 68, sit = (e) => {
|
|
|
99886
99883
|
S.appMenu.totalDisplay !== void 0 ? v(S.appMenu.totalDisplay) : v(o);
|
|
99887
99884
|
} else
|
|
99888
99885
|
m($);
|
|
99889
|
-
}, [S == null ? void 0 : S.appMenu, JSON.stringify(n)]),
|
|
99886
|
+
}, [S == null ? void 0 : S.appMenu, JSON.stringify(n)]), /* @__PURE__ */ Gt("div", { className: "app-menu", children: [
|
|
99890
99887
|
/* @__PURE__ */ z("div", { className: "app-main-logo-wrap", children: /* @__PURE__ */ z("a", { href: "/", children: /* @__PURE__ */ z("img", { src: t, className: "app-main-logo" }) }) }),
|
|
99891
99888
|
/* @__PURE__ */ Gt("div", { className: "app-menu-items-wrap", children: [
|
|
99892
99889
|
/* @__PURE__ */ z(
|