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.
- package/dist/bt-core-app.js +2 -2
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -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:
|
|
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:
|
|
3764
|
+
nav: g
|
|
3765
3765
|
};
|
|
3766
3766
|
le == "page" && M.push({
|
|
3767
3767
|
name: p.bladeName,
|
package/package.json
CHANGED