@kontur.candy/generator 4.249.0 → 4.251.0-hobbit.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
|
@@ -146798,6 +146798,7 @@ class HeaderPanelConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_
|
|
|
146798
146798
|
const markupBuilder = (0,_ComponentMarkupBuilder_ComponentMarkupBuilder__WEBPACK_IMPORTED_MODULE_1__.componentMarkupBuilder)("HeaderPanel");
|
|
146799
146799
|
markupBuilder.appendChild(context.convertChildNodes(node.children));
|
|
146800
146800
|
markupBuilder.prop(x => x.onBackButtonClick).set(context.generateHelperFunctionExpression(node, "onBackButtonClick", node.onBackButtonClick));
|
|
146801
|
+
markupBuilder.prop(x => x.bindingPath).set(node.getFullPath());
|
|
146801
146802
|
markupBuilder.prop(x => x.backButtonHint).set(node.backButtonHint);
|
|
146802
146803
|
return markupBuilder.buildConverterResult();
|
|
146803
146804
|
}
|