@flexem/fc-gui 3.0.0-alpha.45 → 3.0.0-alpha.46

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.
@@ -231,7 +231,7 @@ export class NumericalDisplayElement extends ReadableElement {
231
231
  var _a;
232
232
  this.displayText = this.formatNumericalDisplayText(this.model.dataType, this.model.fractionDigits, value);
233
233
  this.updateDisplayText(this.formatDisplayTextUnit(this.displayText));
234
- if (((_a = this.writeValueMmodalRef) === null || _a === void 0 ? void 0 : _a.content) && +this.displayText !== +this.showValue) {
234
+ if (((_a = this.writeValueMmodalRef) === null || _a === void 0 ? void 0 : _a.content) && +this.displayText === +this.showValue) {
235
235
  this.writeValueMmodalRef.hide();
236
236
  this.writeValueMmodalRef.content.hideValidationErrorInfo();
237
237
  this.recordOperation(this.writeValue);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.45",
3
+ "version": "3.0.0-alpha.46",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",