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 75c03d83 Preview example of new Designer #1012
     new e1fcd92d Preview fixes of new Designer
     new 9d503ba5 Preview fixes of new Designer
     new 5eb8615b Preview fixes of new Designer
     new 133b002a Preview fixes of new Designer

The 4 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/public/example/demo.camel.yaml    |  33 +++
 karavan-designer/src/designer/DesignerStore.ts     |  34 +--
 .../src/designer/route/DslConnections.tsx          | 200 ++++++++-------
 .../src/designer/route/RouteDesigner.tsx           |   6 +-
 .../src/designer/route/element/DslElement.css      |  30 ++-
 .../src/designer/route/element/DslElement.tsx      | 263 +++-----------------
 .../designer/route/element/DslElementHeader.tsx    | 275 +++++++++++++++++++++
 .../src/designer/route/useRouteDesignerHook.tsx    |   3 +-
 karavan-designer/src/designer/utils/CamelUi.tsx    |   3 +-
 karavan-designer/src/designer/utils/EventBus.ts    |  34 +--
 karavan-space/src/designer/DesignerStore.ts        |  34 +--
 .../src/designer/route/DslConnections.tsx          | 200 ++++++++-------
 karavan-space/src/designer/route/RouteDesigner.tsx |   6 +-
 .../src/designer/route/element/DslElement.css      |  30 ++-
 .../src/designer/route/element/DslElement.tsx      | 265 +++-----------------
 .../designer/route/element/DslElementHeader.tsx    | 275 +++++++++++++++++++++
 .../src/designer/route/useRouteDesignerHook.tsx    |   3 +-
 karavan-space/src/designer/utils/CamelUi.tsx       |   3 +-
 karavan-space/src/designer/utils/EventBus.ts       |  34 +--
 .../src/main/webui/src/designer/DesignerStore.ts   |  34 +--
 .../webui/src/designer/route/DslConnections.tsx    | 200 ++++++++-------
 .../webui/src/designer/route/RouteDesigner.tsx     |   6 +-
 .../src/designer/route/element/DslElement.css      |  30 ++-
 .../src/designer/route/element/DslElement.tsx      | 265 +++-----------------
 .../designer/route/element/DslElementHeader.tsx    | 275 +++++++++++++++++++++
 .../src/designer/route/useRouteDesignerHook.tsx    |   3 +-
 .../src/main/webui/src/designer/utils/CamelUi.tsx  |   3 +-
 .../src/main/webui/src/designer/utils/EventBus.ts  |  34 +--
 28 files changed, 1394 insertions(+), 1187 deletions(-)
 create mode 100644 
karavan-designer/src/designer/route/element/DslElementHeader.tsx
 create mode 100644 
karavan-space/src/designer/route/element/DslElementHeader.tsx
 create mode 100644 
karavan-web/karavan-app/src/main/webui/src/designer/route/element/DslElementHeader.tsx

Reply via email to