@next-core/brick-utils 2.51.20 → 2.52.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
@@ -20126,8 +20126,8 @@ function safeYamlParse(value) {
20126
20126
  }
20127
20127
  }
20128
20128
 
20129
- var fieldsToKeepInMenu = ["menuId", "title", "icon", "titleDataSource", "defaultCollapsed", "defaultCollapsedBreakpoint", "link", "type", "injectMenuGroupId", "dynamicItems", "itemsResolve"];
20130
- var fieldsToKeepInMenuItem = ["text", "to", "href", "target", "icon", "exact", "key", "activeIncludes", "activeExcludes", "activeMatchSearch", "type", "sort", "defaultExpanded", "if", "groupId", "childLayout"];
20129
+ var fieldsToKeepInMenu = ["menuId", "title", "icon", "titleDataSource", "defaultCollapsed", "defaultCollapsedBreakpoint", "link", "type", "injectMenuGroupId", "dynamicItems", "itemsResolve", "uuid"];
20130
+ var fieldsToKeepInMenuItem = ["text", "to", "href", "target", "icon", "exact", "key", "activeIncludes", "activeExcludes", "activeMatchSearch", "type", "sort", "defaultExpanded", "if", "groupId", "childLayout", "uuid"];
20131
20131
  function normalizeMenu(node) {
20132
20132
  return _objectSpread(_objectSpread({}, keep(node, fieldsToKeepInMenu)), {}, {
20133
20133
  items: keepItems(node.items, fieldsToKeepInMenuItem)