@kontur.candy/generator 4.253.1 → 4.254.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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -147055,6 +147055,7 @@ class HeaderPanelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
|
|
|
147055
147055
|
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("HeaderPanel");
|
|
147056
147056
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|
|
147057
147057
|
markupBuilder.prop(x => x.onBackButtonClick).set(context.generateHelperFunctionExpression(node, "onBackButtonClick", node.onBackButtonClick));
|
|
147058
|
+
markupBuilder.prop(x => x.bindingPath).set(node.getFullPath());
|
|
147058
147059
|
markupBuilder.prop(x => x.backButtonHint).set(node.backButtonHint);
|
|
147059
147060
|
return markupBuilder.buildConverterResult();
|
|
147060
147061
|
}
|