config-editor-base 2.9.9 → 3.0.0

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 CHANGED
@@ -21988,7 +21988,11 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
21988
21988
  _proto.handleModeChange = function handleModeChange(selectedOption) {
21989
21989
  var _this2 = this;
21990
21990
  this.setState({
21991
- toolMode: selectedOption.value
21991
+ toolMode: selectedOption.value,
21992
+ generatedConfig: {},
21993
+ combinedConfig: {},
21994
+ mergedConfig: {},
21995
+ mergedConfigValid: "Unknown"
21992
21996
  }, function () {
21993
21997
  if (selectedOption.value === "test") {
21994
21998
  _this2.generateTestConfig();
@@ -22409,7 +22413,7 @@ var OBDTool = /*#__PURE__*/function (_React$Component) {
22409
22413
  fontSize: "12px",
22410
22414
  marginBottom: "5px"
22411
22415
  }
22412
- }, "Load mdf2csv output with your supported PIDs test:"), /*#__PURE__*/React.createElement("div", {
22416
+ }, "Load 'mdf2csv' output with supported PIDs test:"), /*#__PURE__*/React.createElement("div", {
22413
22417
  className: "text-area-wrapper row no-gutters reduced-margin"
22414
22418
  }, /*#__PURE__*/React.createElement("div", {
22415
22419
  className: "file-dropzone"