beca-ui 2.1.0-beta.86 → 2.1.0-beta.87
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 -3
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99872,9 +99872,12 @@ const ait = 52, lit = 68, sit = (e) => {
|
|
|
99872
99872
|
);
|
|
99873
99873
|
if (console.log("userThemeData", S), 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
|
-
|
|
99875
|
+
const I = [...S.appMenu.items.map((P) => {
|
|
99876
|
+
const k = n.find(
|
|
99877
|
+
(D) => D.id === P.id || D.Id === P.Id
|
|
99878
|
+
);
|
|
99879
|
+
return console.log("item", P), console.log("appItem", k), k ?? P;
|
|
99880
|
+
})];
|
|
99878
99881
|
console.log("mergedItems", I), console.log("applicationsCardData", n), n.forEach((P) => {
|
|
99879
99882
|
I.some((k) => k.id === P.id) || I.push(P);
|
|
99880
99883
|
}), m(I);
|