@kontur.candy/generator 4.257.0-lazy-loading.41 → 4.257.0-lazy-loading.44

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 +5 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -130057,6 +130057,11 @@ class KCXmlGeneratorBase {
130057
130057
  return gcf(x => x.abs, compiledArgument);
130058
130058
  }
130059
130059
 
130060
+ if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_1__.FormulaXAbsExpression) {
130061
+ const compiledArgument = this.compileExpression(prefix, targetFullPath, expression.expression, deps);
130062
+ return gcf(x => x.xabs, compiledArgument);
130063
+ }
130064
+
130060
130065
  if (expression instanceof _AutoCalculationsGenerator_AutoCalculationsFromFormulas_KCXmlContract_Formula__WEBPACK_IMPORTED_MODULE_1__.FormulaChooseExpression) {
130061
130066
  const compiledCondition = this.compileExpression(prefix, targetFullPath, expression.ifNode.condition, deps);
130062
130067
  const compiledThen = this.compileExpression(prefix, targetFullPath, expression.thenNode.expression, deps);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontur.candy/generator",
3
- "version": "4.257.0-lazy-loading.41",
3
+ "version": "4.257.0-lazy-loading.44",
4
4
  "description": "Candy forms generator",
5
5
  "author": "SKBKontur Candy Team",
6
6
  "private": false,