beca-ui 2.1.0-beta.63 → 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 +6 -6
- 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);
|
|
@@ -106151,8 +106151,8 @@ const tlt = elt, nlt = (e) => {
|
|
|
106151
106151
|
!(r != null && r.hidden) && /* @__PURE__ */ z(
|
|
106152
106152
|
er,
|
|
106153
106153
|
{
|
|
106154
|
-
|
|
106155
|
-
status: "
|
|
106154
|
+
secondary: !0,
|
|
106155
|
+
status: "info",
|
|
106156
106156
|
onClick: l,
|
|
106157
106157
|
className: me(
|
|
106158
106158
|
"beca-modal__action-button modal-cancel-button",
|