@kontur.candy/generator 5.113.0-dynamic-height-2.0 → 5.113.0-dynamic-height-2.1
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.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -89346,7 +89346,8 @@ class ErrorBlockConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_3
|
|
|
89346
89346
|
}
|
|
89347
89347
|
doConvert(context) {
|
|
89348
89348
|
const node = this.getCurrentNodeAs(_ErrorBlockNode__WEBPACK_IMPORTED_MODULE_4__.ErrorBlockNode);
|
|
89349
|
-
const
|
|
89349
|
+
const newBindingPathExpression = (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node).toEachIteration();
|
|
89350
|
+
const nestedPaths = [...context.getAllNestedPaths(newBindingPathExpression)];
|
|
89350
89351
|
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("ErrorBlock");
|
|
89351
89352
|
markupBuilder.prop(x => x.paths).set([...nestedPaths]);
|
|
89352
89353
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|