@next-core/brick-utils 2.47.6 → 2.48.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
@@ -20051,7 +20051,7 @@ function safeYamlParse(value) {
20051
20051
  }
20052
20052
 
20053
20053
  var fieldsToKeepInMenu = ["menuId", "title", "icon", "titleDataSource", "defaultCollapsed", "defaultCollapsedBreakpoint", "link", "type", "injectMenuGroupId", "dynamicItems", "itemsResolve"];
20054
- var fieldsToKeepInMenuItem = ["text", "to", "href", "target", "icon", "exact", "key", "activeIncludes", "activeExcludes", "activeMatchSearch", "type", "sort", "defaultExpanded", "if", "groupId"];
20054
+ var fieldsToKeepInMenuItem = ["text", "to", "href", "target", "icon", "exact", "key", "activeIncludes", "activeExcludes", "activeMatchSearch", "type", "sort", "defaultExpanded", "if", "groupId", "childLayout"];
20055
20055
  function normalizeMenu(node) {
20056
20056
  return _objectSpread(_objectSpread({}, keep(node, fieldsToKeepInMenu)), {}, {
20057
20057
  items: keepItems(node.items, fieldsToKeepInMenuItem)