@next-core/brick-kit 2.138.0 → 2.139.0
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/CHANGELOG.md +11 -0
- package/dist/index.bundle.js +2 -2
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/types/core/Router.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -12082,7 +12082,7 @@ class Router {
|
|
|
12082
12082
|
};
|
|
12083
12083
|
|
|
12084
12084
|
if (storyboard) {
|
|
12085
|
-
var _currentApp$breadcrum, _currentApp$breadcrum2;
|
|
12085
|
+
var _currentApp$breadcrum, _currentApp$breadcrum2, _currentApp$breadcrum3, _currentApp$breadcrum4;
|
|
12086
12086
|
|
|
12087
12087
|
var {
|
|
12088
12088
|
bricks,
|
|
@@ -12106,7 +12106,7 @@ class Router {
|
|
|
12106
12106
|
appBar: {
|
|
12107
12107
|
breadcrumb: [],
|
|
12108
12108
|
documentId: null,
|
|
12109
|
-
noCurrentApp: (_currentApp$breadcrum = (_currentApp$breadcrum2 = currentApp.breadcrumb) === null || _currentApp$breadcrum2 === void 0 ? void 0 : _currentApp$breadcrum2.noCurrentApp) !== null && _currentApp$
|
|
12109
|
+
noCurrentApp: typeof ((_currentApp$breadcrum = currentApp.breadcrumb) === null || _currentApp$breadcrum === void 0 ? void 0 : _currentApp$breadcrum.noCurrentApp) === "string" ? computeRealValue((_currentApp$breadcrum2 = currentApp.breadcrumb) === null || _currentApp$breadcrum2 === void 0 ? void 0 : _currentApp$breadcrum2.noCurrentApp, _this3.locationContext.getCurrentContext()) : (_currentApp$breadcrum3 = (_currentApp$breadcrum4 = currentApp.breadcrumb) === null || _currentApp$breadcrum4 === void 0 ? void 0 : _currentApp$breadcrum4.noCurrentApp) !== null && _currentApp$breadcrum3 !== void 0 ? _currentApp$breadcrum3 : false
|
|
12110
12110
|
},
|
|
12111
12111
|
flags: {
|
|
12112
12112
|
redirect: undefined,
|