This is an automated email from the ASF dual-hosted git repository.

marat pushed a change to branch feature-836
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


    from 27ebf976 Delete element for #836
     new 63223071 Download YAML and PNG #836
     new 64a8c66a Fix connections issues #836
     new f432faaf Copy and Paste for #836
     new bff7ef31 Copy and Paste for #836
     new 425975b3 Properties for #836
     new 4f8a93e1 Fixed issue with Expressions for #836

The 6 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/CamelUtil.ts             |   2 +-
 karavan-designer/public/example/demo.camel.yaml    |  39 +-
 karavan-designer/src/designer/KaravanDesigner.tsx  |  18 +-
 karavan-designer/src/designer/KaravanStore.ts      |  39 +-
 .../src/designer/rest/RestDesigner.tsx             |   9 +-
 .../src/designer/route/DslConnections.tsx          |   2 -
 karavan-designer/src/designer/route/DslElement.tsx | 135 +++---
 .../src/designer/route/DslProperties.tsx           | 213 +++------
 .../src/designer/route/DslSelector.tsx             |  26 +-
 .../src/designer/route/RouteDesigner.tsx           | 134 ++----
 .../designer/route/property/DataFormatField.tsx    |  15 +-
 .../designer/route/property/DslPropertyField.tsx   | 516 +++++++++++----------
 .../designer/route/property/ExpressionField.tsx    | 181 ++++----
 .../src/designer/route/property/ObjectField.tsx    |  12 +-
 .../src/designer/route/usePropertiesHook.tsx       |  94 ++++
 .../src/designer/route/useRouteDesignerHook.tsx    | 339 ++++++--------
 karavan-designer/src/designer/utils/CamelUi.tsx    |   4 +-
 .../src/designer/utils/KaravanIcons.tsx            |  22 +
 18 files changed, 845 insertions(+), 955 deletions(-)
 create mode 100644 karavan-designer/src/designer/route/usePropertiesHook.tsx

Reply via email to