bt-core-app 2.0.58 → 2.0.59

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.
@@ -13563,7 +13563,7 @@ function yc(e, t, a) {
13563
13563
  function xa(Le) {
13564
13564
  var Xe;
13565
13565
  const Qe = e.addBladeName ?? e.itemBladeName;
13566
- Qe != null && (Le == "page" ? (Xe = a == null ? void 0 : a.router) == null || Xe.push({
13566
+ Qe != null && (Le == "page" || e.navType == "page" ? (Xe = a == null ? void 0 : a.router) == null || Xe.push({
13567
13567
  name: Qe,
13568
13568
  params: { id: "new" }
13569
13569
  }) : Qe != null && (i == null || i.updateBlade({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.58",
3
+ "version": "2.0.59",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {