config-editor-base 1.7.5 → 1.7.7
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 +0 -11
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -11
- package/dist/index.modern.js.map +1 -1
- package/dist/schema/Advanced/uischema-01.07.json +982 -0
- package/dist/schema/CANedge1/schema-01.07.json +2250 -0
- package/dist/schema/CANedge2/schema-01.07.json +2659 -0
- package/dist/schema/Simple/uischema-01.07.json +1020 -0
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -18517,17 +18517,6 @@ var EditorSection = /*#__PURE__*/function (_React$Component) {
|
|
|
18517
18517
|
var configLocal = nextProps.editorConfigFiles.filter(function (file) {
|
|
18518
18518
|
return file.name.includes('(local)');
|
|
18519
18519
|
});
|
|
18520
|
-
console.log("nextProps.editorUISchemaFiles", nextProps.editorUISchemaFiles);
|
|
18521
|
-
var uiS3 = nextProps.editorUISchemaFiles.filter(function (file) {
|
|
18522
|
-
return isValidUISchema(file.name);
|
|
18523
|
-
});
|
|
18524
|
-
console.log("uiS3", uiS3, "uiS3[0]", uiS3[0]);
|
|
18525
|
-
|
|
18526
|
-
if (uiS3.length) {
|
|
18527
|
-
this.setState({
|
|
18528
|
-
selecteduischema: uiS3[0].name
|
|
18529
|
-
});
|
|
18530
|
-
}
|
|
18531
18520
|
|
|
18532
18521
|
if (uiLocal.length) {
|
|
18533
18522
|
this.setState({
|