@flexem/fc-gui 3.0.0-alpha.167 → 3.0.0-alpha.168

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.
@@ -38561,7 +38561,7 @@ class numerical_display_element_NumericalDisplayElement extends readable_element
38561
38561
  }
38562
38562
  if (typeof numericalOperation.numericalLowerLimit === 'object' && numericalOperation.numericalLowerLimit.type === 1) {
38563
38563
  if (isSimulation) {
38564
- numericalOperation.numericalUpperLimit = this.dataTypeService.getMinValue(this.model.version || 0, this.model.dataType || 0, this.model.fBoxDataType || 0, this.model.integerDigits || undefined, this.model.fractionDigits || undefined);
38564
+ numericalOperation.numericalLowerLimit = this.dataTypeService.getMinValue(this.model.version || 0, this.model.dataType || 0, this.model.fBoxDataType || 0, this.model.integerDigits || undefined, this.model.fractionDigits || undefined);
38565
38565
  }
38566
38566
  else {
38567
38567
  numericalOperation.numericalLowerLimit = this._resolvedLowerLimitValue != null