feat(nodeEdit): Add node configurator and schema field components

- Introduced the NodeConfigurator component for node configuration
- Added the SchemaField component for schema field rendering
- Changed node parameters to an object configuration model
- Added error handling and notification mechanisms
- Modified the CoreTypes definition method to avoid Proxy issues
This commit is contained in:
2025-12-26 17:27:36 +08:00
parent b085ba3c60
commit 57f29f855b
8 changed files with 236 additions and 31 deletions

View File

@@ -32,7 +32,8 @@
"arguments": "Arguments",
"addGroupButton": "Add",
"groupExists": "Group already exists.",
"groupAdded": "Group added."
"groupAdded": "Group added.",
"nodeType": "Node Type"
},
"addNode": {
"title": "Add Node",
@@ -40,7 +41,8 @@
"nodeAlias": "Node alias",
"arguments": "Arguments",
"addNodeButton": "Add",
"nodeAddedSuccess": "Node added successfully"
"nodeAddedSuccess": "Node added successfully",
"nodeAddedError": "Error adding node"
},
"common": {
"save": "Save",