@next-core/brick-kit 2.179.2 → 2.179.3
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/index.bundle.js +2 -1
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10409,15 +10409,16 @@ class LocationContext {
|
|
|
10409
10409
|
}
|
|
10410
10410
|
}
|
|
10411
10411
|
}
|
|
10412
|
-
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10413
10412
|
if (route.documentId) {
|
|
10414
10413
|
mountRoutesResult.appBar.documentId = route.documentId;
|
|
10415
10414
|
}
|
|
10416
10415
|
if (isRouteConfOfRoutes(route) && Array.isArray(route.routes)) {
|
|
10417
10416
|
yield _this4.preFetchMenu(route.context);
|
|
10417
|
+
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10418
10418
|
yield _this4.mountRoutes(route.routes, slotId, mountRoutesResult);
|
|
10419
10419
|
} else if (isRouteConfOfBricks(route) && Array.isArray(route.bricks)) {
|
|
10420
10420
|
yield _this4.preFetchMenu(route);
|
|
10421
|
+
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10421
10422
|
yield _this4.mountBricks(route.bricks, matched.match, slotId, mountRoutesResult);
|
|
10422
10423
|
|
|
10423
10424
|
// analytics data (page_view event)
|