@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.
- package/dist/index.js +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
|
|
103926
|
-
return (0,_getBindingPath__WEBPACK_IMPORTED_MODULE_6__.getNewBindingPathExpression)((_this$node
|
|
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);
|