@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.bundle.js
CHANGED
|
@@ -10407,15 +10407,16 @@
|
|
|
10407
10407
|
}
|
|
10408
10408
|
}
|
|
10409
10409
|
}
|
|
10410
|
-
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10411
10410
|
if (route.documentId) {
|
|
10412
10411
|
mountRoutesResult.appBar.documentId = route.documentId;
|
|
10413
10412
|
}
|
|
10414
10413
|
if (isRouteConfOfRoutes(route) && Array.isArray(route.routes)) {
|
|
10415
10414
|
yield _this4.preFetchMenu(route.context);
|
|
10415
|
+
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10416
10416
|
yield _this4.mountRoutes(route.routes, slotId, mountRoutesResult);
|
|
10417
10417
|
} else if (isRouteConfOfBricks(route) && Array.isArray(route.bricks)) {
|
|
10418
10418
|
yield _this4.preFetchMenu(route);
|
|
10419
|
+
yield _this4.mountMenu(route.menu, matched.match, mountRoutesResult);
|
|
10419
10420
|
yield _this4.mountBricks(route.bricks, matched.match, slotId, mountRoutesResult);
|
|
10420
10421
|
|
|
10421
10422
|
// analytics data (page_view event)
|