@kontur.candy/generator 4.278.0-efs-partial-load.12 → 4.278.0-efs-partial-load.13

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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -134472,7 +134472,7 @@ class ValidationRulesBuilder {
134472
134472
  const targetCtx = current.checkType === "warning" ? ctx.warnings : ctx.errors;
134473
134473
  const path = statement.left.modePath.toLegacyPath();
134474
134474
  const currentExpression = targetCtx[path];
134475
- const expression = currentExpression != undefined ? new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.ConditionalExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.EqExpression(currentExpression, new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NullLiteralExpression()), currentExpression, statement.right) : statement.right;
134475
+ const expression = currentExpression != undefined ? new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.ConditionalExpression(new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NotEqExpression(statement.right, new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_1__.NullLiteralExpression()), statement.right, currentExpression) : statement.right;
134476
134476
  targetCtx[path] = expression;
134477
134477
  return ctx;
134478
134478
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.278.0-efs-partial-load.12",
3
+ "version": "4.278.0-efs-partial-load.13",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,