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 685d76cc ROute Templates in Topology
     new 1f8a5c34 Sensitive fields validator in Beans
     new 19e66247 Sensitive fields validator

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:
 .../webui/src/designer/property/DslProperties.css  |  9 +++
 .../webui/src/designer/property/DslProperties.tsx  | 41 +++++++++---
 .../src/designer/property/PropertiesHeader.tsx     |  2 +-
 .../webui/src/designer/property/PropertyStore.ts   |  6 ++
 .../designer/property/property/BeanProperties.tsx  | 75 ++++++++++------------
 .../property/property/ComponentPropertyField.tsx   | 38 +++++++----
 .../property/property/DslPropertyField.tsx         | 38 ++++++++++-
 .../property/property/KameletPropertyField.tsx     | 47 +++++++++-----
 .../utils/ValidatorUtils.ts}                       | 18 +++---
 karavan-app/src/main/webui/src/util/StringUtils.ts | 17 +++++
 karavan-designer/public/example/demo.camel.yaml    | 27 +++-----
 .../src/designer/property/DslProperties.css        |  9 +++
 .../src/designer/property/DslProperties.tsx        | 41 +++++++++---
 .../src/designer/property/PropertiesHeader.tsx     |  2 +-
 .../src/designer/property/PropertyStore.ts         |  6 ++
 .../designer/property/property/BeanProperties.tsx  | 75 ++++++++++------------
 .../property/property/ComponentPropertyField.tsx   | 38 +++++++----
 .../property/property/DslPropertyField.tsx         | 38 ++++++++++-
 .../property/property/KameletPropertyField.tsx     | 47 +++++++++-----
 .../src/designer/utils/ValidatorUtils.ts           | 18 +++---
 .../src/designer/property/DslProperties.css        |  9 +++
 .../src/designer/property/DslProperties.tsx        | 41 +++++++++---
 .../src/designer/property/PropertiesHeader.tsx     |  2 +-
 .../src/designer/property/PropertyStore.ts         |  6 ++
 .../designer/property/property/BeanProperties.tsx  | 75 ++++++++++------------
 .../property/property/ComponentPropertyField.tsx   | 38 +++++++----
 .../property/property/DslPropertyField.tsx         | 38 ++++++++++-
 .../property/property/KameletPropertyField.tsx     | 47 +++++++++-----
 .../src/designer/utils/ValidatorUtils.ts           | 18 +++---
 29 files changed, 565 insertions(+), 301 deletions(-)
 copy karavan-app/src/main/webui/src/{project/beans/BeanFilesDropdown.css => 
designer/utils/ValidatorUtils.ts} (72%)
 copy karavan-app/src/main/webui/src/project/beans/BeanFilesDropdown.css => 
karavan-designer/src/designer/utils/ValidatorUtils.ts (72%)
 copy karavan-app/src/main/webui/src/project/beans/BeanFilesDropdown.css => 
karavan-space/src/designer/utils/ValidatorUtils.ts (72%)

Reply via email to