bt-core-app 2.0.70 → 2.0.71
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/bt-core-app.js +3 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -9048,7 +9048,9 @@ function sP(e) {
|
|
|
9048
9048
|
}
|
|
9049
9049
|
function M(T, D) {
|
|
9050
9050
|
T.name == (D == null ? void 0 : D.name) && ((D == null ? void 0 : D.params.id) == "new" || (D == null ? void 0 : D.query.id) == "new") && a.value.pop(), T.params.navIgnore !== "true" && a.value.push(T);
|
|
9051
|
-
const L = T.meta.nav ?? T.name, V = y(L)
|
|
9051
|
+
const L = T.meta.nav ?? T.name, V = y(L);
|
|
9052
|
+
o.value = void 0;
|
|
9053
|
+
const P = T.meta.background ?? (V == null ? void 0 : V.background);
|
|
9052
9054
|
P != s.value && (s.value = P, o.value == null && S()), l.value = T.meta.hideNavigation !== !0 && (V == null ? void 0 : V.hideNavigation) !== !0, r.value = T.meta.hideBottomNavigation !== !0 && (V == null ? void 0 : V.hideBottomNavigation) !== !0, n.value = T.meta.hideAppBar !== !0 && (V == null ? void 0 : V.hideAppBar) !== !0, e.menu != null && T.meta.menuGroup != null && e.updateNavItems && (e.menu.currentGroup.value = T.meta.menuGroup);
|
|
9053
9055
|
}
|
|
9054
9056
|
return gy = {
|
package/package.json
CHANGED