@next-core/brick-utils 2.45.3 → 2.45.6
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 +9 -9
package/dist/index.esm.js
CHANGED
|
@@ -23612,9 +23612,10 @@ function scanInstalledAppsInStoryboard(storyboard) {
|
|
|
23612
23612
|
var beforeVisitInstalledApps = beforeVisitInstalledAppsFactory(collection);
|
|
23613
23613
|
var {
|
|
23614
23614
|
customTemplates,
|
|
23615
|
-
functions
|
|
23615
|
+
functions,
|
|
23616
|
+
menus
|
|
23616
23617
|
} = (_storyboard$meta = storyboard.meta) !== null && _storyboard$meta !== void 0 ? _storyboard$meta : {};
|
|
23617
|
-
visitStoryboardExpressions([storyboard.routes, customTemplates], beforeVisitInstalledApps, INSTALLED_APPS);
|
|
23618
|
+
visitStoryboardExpressions([storyboard.routes, customTemplates, menus], beforeVisitInstalledApps, INSTALLED_APPS);
|
|
23618
23619
|
visitStoryboardFunctions(functions, beforeVisitInstalledApps);
|
|
23619
23620
|
return Array.from(collection);
|
|
23620
23621
|
}
|