@next-core/brick-utils 2.45.5 → 2.45.7
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 +3 -2
- package/dist/index.bundle.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -5
package/dist/index.bundle.js
CHANGED
|
@@ -23617,9 +23617,10 @@
|
|
|
23617
23617
|
var beforeVisitInstalledApps = beforeVisitInstalledAppsFactory(collection);
|
|
23618
23618
|
var {
|
|
23619
23619
|
customTemplates,
|
|
23620
|
-
functions
|
|
23620
|
+
functions,
|
|
23621
|
+
menus
|
|
23621
23622
|
} = (_storyboard$meta = storyboard.meta) !== null && _storyboard$meta !== void 0 ? _storyboard$meta : {};
|
|
23622
|
-
visitStoryboardExpressions([storyboard.routes, customTemplates], beforeVisitInstalledApps, INSTALLED_APPS);
|
|
23623
|
+
visitStoryboardExpressions([storyboard.routes, customTemplates, menus], beforeVisitInstalledApps, INSTALLED_APPS);
|
|
23623
23624
|
visitStoryboardFunctions(functions, beforeVisitInstalledApps);
|
|
23624
23625
|
return Array.from(collection);
|
|
23625
23626
|
}
|