@flexem/fc-gui 3.0.0-alpha.54 → 3.0.0-alpha.55

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.
@@ -111,7 +111,7 @@ let WriteValueModalComponent = class WriteValueModalComponent {
111
111
  }
112
112
  }
113
113
  this.args.releasedVariableService.getVariableWithValueTransform(this.variableName).subscribe(result => {
114
- if (JSON.parse(result).Type !== 0) {
114
+ if (JSON.parse(result.valueTransform).Type !== 0) {
115
115
  this.isNumericalOperation = true;
116
116
  }
117
117
  this.onClosed({ value, showValue, enableNumericalOperation: this.enableNumericalOperation, isNumericalOperation: this.isNumericalOperation });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "main": "bundles/fc-gui.umd.js",
3
- "version": "3.0.0-alpha.54",
3
+ "version": "3.0.0-alpha.55",
4
4
  "module": "public_api.js",
5
5
  "typings": "public_api.d.ts",
6
6
  "license": "UNLICENSED",