bt-core-app 1.4.44 → 1.4.45

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.
@@ -3727,7 +3727,7 @@ function Aa(e, t, l) {
3727
3727
  const le = {
3728
3728
  additionalUrl: e.additionalUrl,
3729
3729
  id: e.itemID,
3730
- nav: e.nav,
3730
+ nav: g,
3731
3731
  params: fe.value,
3732
3732
  //params,
3733
3733
  // params: params.getParamOptions(),
@@ -3761,7 +3761,7 @@ function Aa(e, t, l) {
3761
3761
  let p = {
3762
3762
  bladeName: e.itemBladeName,
3763
3763
  id: K.id,
3764
- nav: e.nav
3764
+ nav: g
3765
3765
  };
3766
3766
  le == "page" && M.push({
3767
3767
  name: p.bladeName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.44",
3
+ "version": "1.4.45",
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": {