@kontur.candy/generator 5.70.0 → 5.71.0-mini-modal-confirm.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -84454,6 +84454,7 @@ class ModalFormConverter extends _SugarNodeConverter__WEBPACK_IMPORTED_MODULE_1_
84454
84454
  markupBuilder.prop(x => x.enabledBackgroundClick).set(node.enabledBackgroundClick);
84455
84455
  markupBuilder.prop(x => x.doNotValidateFormOnStart).set(node.doNotValidateFormOnStart);
84456
84456
  markupBuilder.prop(x => x.onAfterOpen).set(context.generateHelperFunctionExpression(node, "onAfterOpen", node.onAfterOpen));
84457
+ markupBuilder.prop(x => x.bindingPath).set((0,_getBindingPath__WEBPACK_IMPORTED_MODULE_2__.getNewBindingPathExpression)(node));
84457
84458
  context.pushPathsContext();
84458
84459
  markupBuilder.appendChild(context.convertChildNodes(node.children));
84459
84460
  const pathsContext = context.popPathsContext();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.70.0",
3
+ "version": "5.71.0-mini-modal-confirm.1",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,