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 7c75dc64 fix #1139
new d9b28064 Style
new 8c72c517 Fix #1141
The 2 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-core/src/core/api/TopologyUtils.ts | 4 +-
karavan-core/src/core/api/VariableUtil.ts | 99 ++++++++++++++++++++++
karavan-core/test/routes.spec.ts | 1 -
karavan-core/test/variable1.camel.yaml | 42 +++++++++
karavan-core/test/variable2.camel.yaml | 42 +++++++++
...pportedComponents.spec.ts => variables.spec.ts} | 21 ++---
karavan-designer/public/example/demo.camel.yaml | 42 +++++++++
karavan-designer/src/App.tsx | 2 +-
karavan-designer/src/DesignerPage.tsx | 1 -
karavan-designer/src/designer/DesignerStore.ts | 27 +++---
karavan-designer/src/designer/KaravanDesigner.tsx | 12 +--
.../property/property/DslPropertyField.css | 6 ++
.../property/property/DslPropertyField.tsx | 13 +--
.../property/property/VariablesDropdown.tsx | 9 +-
.../src/designer/route/RouteDesigner.tsx | 2 +-
karavan-space/src/designer/DesignerStore.ts | 27 +++---
karavan-space/src/designer/KaravanDesigner.tsx | 12 +--
.../property/property/DslPropertyField.css | 6 ++
.../property/property/DslPropertyField.tsx | 13 +--
.../property/property/VariablesDropdown.tsx | 9 +-
karavan-space/src/designer/route/RouteDesigner.tsx | 2 +-
karavan-space/src/space/SpacePage.tsx | 1 -
karavan-vscode/webview/App.tsx | 1 -
.../src/main/webui/src/designer/DesignerStore.ts | 27 +++---
.../main/webui/src/designer/KaravanDesigner.tsx | 12 +--
.../property/property/DslPropertyField.css | 6 ++
.../property/property/DslPropertyField.tsx | 13 +--
.../property/property/VariablesDropdown.tsx | 9 +-
.../webui/src/designer/route/RouteDesigner.tsx | 2 +-
.../src/main/webui/src/project/FileEditor.tsx | 1 -
30 files changed, 363 insertions(+), 101 deletions(-)
create mode 100644 karavan-core/src/core/api/VariableUtil.ts
create mode 100644 karavan-core/test/variable1.camel.yaml
create mode 100644 karavan-core/test/variable2.camel.yaml
copy karavan-core/test/{supportedComponents.spec.ts => variables.spec.ts} (61%)