@kontur.candy/generator 4.257.0-lazy-loading.46 → 4.257.0-lazy-loading.47

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -131958,6 +131958,10 @@ class NormalizationRulesGenerator {
131958
131958
  return this.compiledArgumentExpression(prefix, target, expression, addPrecalculationRule, "Count");
131959
131959
  }
131960
131960
 
131961
+ if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_3__.FormulaLengthExpression) {
131962
+ return new _FLang_FLangCodeDom__WEBPACK_IMPORTED_MODULE_13__.LenExpression(this.castOperandToStringIfNeed(this.compileExpressionToFlashExpression(expression.argument, prefix, target, addPrecalculationRule)));
131963
+ }
131964
+
131961
131965
  throw new Error(`Unsupported type of node: ${expression.constructor.name}`);
131962
131966
  }
131963
131967
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.257.0-lazy-loading.46",
3
+ "version": "4.257.0-lazy-loading.47",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,