@next-core/brick-kit 2.126.2 → 2.127.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/dist/index.esm.js
CHANGED
|
@@ -10641,7 +10641,7 @@ class LocationContext {
|
|
|
10641
10641
|
|
|
10642
10642
|
yield _this6.resolver.resolve(brickConf, brick, context);
|
|
10643
10643
|
var expandedBrickConf = brickConf;
|
|
10644
|
-
var isBaseLayout = ["base-layout.tpl-homepage-base-module", "base-layout.tpl-base-page-module"].includes(tplTagName);
|
|
10644
|
+
var isBaseLayout = ["base-layout.tpl-homepage-base-module", "base-layout.tpl-base-page-module", "base-layout.tpl-homepage-base-module-cmdb", "base-layout.tpl-base-page-module-cmdb"].includes(tplTagName);
|
|
10645
10645
|
|
|
10646
10646
|
if (tplTagName && (!isBaseLayout || _this6.kernel.getFeatureFlags()["support-ui-8.0-base-layout"] && isBaseLayout)) {
|
|
10647
10647
|
var _customTemplateRegist;
|
|
@@ -11792,7 +11792,7 @@ class Router {
|
|
|
11792
11792
|
}
|
|
11793
11793
|
}
|
|
11794
11794
|
|
|
11795
|
-
layoutType = bricks.some(brick => ["base-layout.tpl-base-page-module", "base-layout.tpl-homepage-base-module"].includes(brick)) && layoutType === "business" && !_this3.featureFlags["support-ui-8.0-base-layout"] ? "console" : layoutType;
|
|
11795
|
+
layoutType = bricks.some(brick => ["base-layout.tpl-base-page-module", "base-layout.tpl-homepage-base-module", "base-layout.tpl-homepage-base-module-cmdb", "base-layout.tpl-base-page-module-cmdb"].includes(brick)) && layoutType === "business" && !_this3.featureFlags["support-ui-8.0-base-layout"] ? "console" : layoutType;
|
|
11796
11796
|
var mountRoutesResult = {
|
|
11797
11797
|
main: [],
|
|
11798
11798
|
menuInBg: [],
|