@next-core/brick-kit 2.179.4 → 2.179.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.esm.js
CHANGED
|
@@ -9041,6 +9041,7 @@ class Kernel {
|
|
|
9041
9041
|
_dev_only_updateStoryboard(appId, storyboardPatch) {
|
|
9042
9042
|
var storyboard = this.bootstrapData.storyboards.find(item => item.app.id === appId);
|
|
9043
9043
|
Object.assign(storyboard, _objectSpread(_objectSpread({}, storyboardPatch), {}, {
|
|
9044
|
+
meta: _objectSpread(_objectSpread({}, storyboard.meta), storyboardPatch.meta),
|
|
9044
9045
|
$$fulfilling: null,
|
|
9045
9046
|
$$fulfilled: true,
|
|
9046
9047
|
$$registerCustomTemplateProcessed: false,
|
|
@@ -9059,7 +9060,7 @@ class Kernel {
|
|
|
9059
9060
|
path: previewPath,
|
|
9060
9061
|
bricks: [_objectSpread({
|
|
9061
9062
|
brick: templateId
|
|
9062
|
-
}, pick(settings, "properties", "events", "lifeCycle", "context"))],
|
|
9063
|
+
}, pick(settings, "properties", "events", "lifeCycle", "context", "slots"))],
|
|
9063
9064
|
menu: false,
|
|
9064
9065
|
exact: true,
|
|
9065
9066
|
hybrid: app.legacy === "iframe"
|