bt-core-app 1.4.419 → 1.4.421
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 +1 -1
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23826,7 +23826,7 @@ function QM(e) {
|
|
|
23826
23826
|
function x(M, L) {
|
|
23827
23827
|
M.name == (L == null ? void 0 : L.name) && ((L == null ? void 0 : L.params.id) == "new" || (L == null ? void 0 : L.query.id) == "new") && n.value.pop(), M.params.navIgnore !== "true" && n.value.push(M);
|
|
23828
23828
|
const T = M.meta.nav ?? M.name, P = u(T), H = M.meta.background ?? (P == null ? void 0 : P.background);
|
|
23829
|
-
H != o.value && (o.value = H, i.value == null && b()), l.value = M.meta.hideNavigation !==
|
|
23829
|
+
H != o.value && (o.value = H, i.value == null && b()), l.value = M.meta.hideNavigation !== !0 && (P == null ? void 0 : P.hideNavigation) !== !0, a.value = M.meta.hideAppBar !== !0 && (P == null ? void 0 : P.hideAppBar) !== !0;
|
|
23830
23830
|
}
|
|
23831
23831
|
return Ac = {
|
|
23832
23832
|
showAppBar: a,
|
package/package.json
CHANGED