bt-core-app 1.4.376 → 1.4.377
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 +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -23866,9 +23866,9 @@ function qM(e) {
|
|
|
23866
23866
|
}
|
|
23867
23867
|
}
|
|
23868
23868
|
function w(T, L) {
|
|
23869
|
-
L != null && T.name == L.name && (L.params.id == "new" || L.query.id == "new") && n.pop(), T != null && (T.params == null || T.params.navIgnore != "true") && n.push(T);
|
|
23869
|
+
console.log(T), console.log(L), L != null && T.name == L.name && (L.params.id == "new" || L.query.id == "new") && n.pop(), T != null && (T.params == null || T.params.navIgnore != "true") && n.push(T);
|
|
23870
23870
|
const M = T.meta.nav ?? T.name, P = u(M), W = T.meta.background ?? (P == null ? void 0 : P.background);
|
|
23871
|
-
W != o.value && (o.value = W, i.value == null && x()), l.value = T.meta.hideNavigation !== "true" && (P == null ? void 0 : P.hideNavigation) !== !0, a.value = T.meta.hideAppBar !== "true" && (P == null ? void 0 : P.hideAppBar) !== !0;
|
|
23871
|
+
W != o.value && (o.value = W, i.value == null && x()), l.value = T.meta.hideNavigation !== "true" && (P == null ? void 0 : P.hideNavigation) !== !0, a.value = T.meta.hideAppBar !== "true" && (P == null ? void 0 : P.hideAppBar) !== !0, console.log(n);
|
|
23872
23872
|
}
|
|
23873
23873
|
return _c = {
|
|
23874
23874
|
showAppBar: a,
|
package/package.json
CHANGED