beca-ui 2.1.0-beta.64 → 2.1.0-beta.65
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 +4 -4
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99987,10 +99987,10 @@ const Eit = 52, $it = 68, Oit = (e) => {
|
|
|
99987
99987
|
);
|
|
99988
99988
|
if (S != null && S.appMenu) {
|
|
99989
99989
|
if (((T = S.appMenu.items) == null ? void 0 : T.length) > 0) {
|
|
99990
|
-
const
|
|
99991
|
-
n.forEach((
|
|
99992
|
-
|
|
99993
|
-
}), m(
|
|
99990
|
+
const I = [...S.appMenu.items.map((P) => n.find((D) => D.id === P.id) ?? P)];
|
|
99991
|
+
n.forEach((P) => {
|
|
99992
|
+
I.some((k) => k.id === P.id) || I.push(P);
|
|
99993
|
+
}), m(I);
|
|
99994
99994
|
} else
|
|
99995
99995
|
m($);
|
|
99996
99996
|
S.appMenu.totalDisplay !== void 0 ? v(S.appMenu.totalDisplay) : v(o);
|