This is an automated email from the ASF dual-hosted git repository. marat pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
from b2736628 Fix #1093 new 83230331 Designer #1094 new 39aaee32 Web app #1094 new 202aea45 Space #1094 new d4f73bfb Vscode #1094 new 31ddb809 Fix #1094 The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: karavan-designer/src/DesignerPage.tsx | 4 +- karavan-designer/src/designer/DesignerStore.ts | 15 +++- karavan-designer/src/designer/KaravanDesigner.tsx | 7 +- .../property/property/ComponentPropertyField.tsx | 6 +- karavan-space/src/designer/DesignerStore.ts | 15 +++- karavan-space/src/designer/KaravanDesigner.tsx | 9 +- .../property/property/ComponentPropertyField.tsx | 12 ++- .../ComponentPropertyPlaceholderDropdown.css | 13 +++ .../ComponentPropertyPlaceholderDropdown.tsx | 96 ++++++++++++++++++---- karavan-space/src/designer/route/RouteDesigner.tsx | 8 +- .../src/designer/utils/InfrastructureAPI.ts | 5 ++ karavan-space/src/space/SpacePage.tsx | 2 + karavan-vscode/src/designerView.ts | 16 ++-- karavan-vscode/src/utils.ts | 48 +++++++++-- karavan-vscode/webview/App.tsx | 11 ++- .../src/main/webui/src/designer/DesignerStore.ts | 15 +++- .../main/webui/src/designer/KaravanDesigner.tsx | 7 +- .../property/property/ComponentPropertyField.tsx | 6 +- .../src/main/webui/src/project/FileEditor.tsx | 16 +++- .../src/main/webui/src/util/CodeUtils.ts | 46 +++++++++++ .../src/main/webui/src/util/StringUtils.ts | 25 ------ 21 files changed, 284 insertions(+), 98 deletions(-) create mode 100644 karavan-web/karavan-app/src/main/webui/src/util/CodeUtils.ts