@kontur.candy/generator 5.83.0-diadoc-title-1.2 → 5.83.0-diadoc-title-1.4

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -103922,8 +103922,8 @@ class SugarNodeConverterBase {
103922
103922
  return page != undefined ? this.getNodeAs(_ElementProcessors_FormParts_Page_PageNode__WEBPACK_IMPORTED_MODULE_10__.PageNode, page) : undefined;
103923
103923
  }
103924
103924
  getEvaluatorsContextPathExpression() {
103925
- var _this$node$parent;
103926
- return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_6__.getNewBindingPathExpression)((_this$node$parent = this.node.parent) !== null && _this$node$parent !== void 0 ? _this$node$parent : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_1__.reject)());
103925
+ var _this$node;
103926
+ return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_6__.getNewBindingPathExpression)((_this$node = this.node) !== null && _this$node !== void 0 ? _this$node : (0,_Common_TypingUtils__WEBPACK_IMPORTED_MODULE_1__.reject)());
103927
103927
  }
103928
103928
  buildValidations(validationGenerator) {
103929
103929
  this.doBuildNodeValidations(validationGenerator);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "5.83.0-diadoc-title-1.2",
3
+ "version": "5.83.0-diadoc-title-1.4",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,