@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.
- package/dist/index.js +5 -0
- 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);
|