Tomohisa Igarashi
Tomohisa Igarashi
### Please describe the feature that you want to propose For example if it's a string field, show string next to the field name, if it's an integer, show integer....
### Describe the Bug  `/` also fails ### Steps to Reproduce the Bug or Issue 1. Put `/*` as xpath expression ### Screenshots or Videos _No...
### Please describe the feature that you want to propose Add an option to set `omit-xml-declaration=yes`  Note that this option should be available only when the...
### Describe the Bug It only works if both source and target are completely same including namespace, which we can't expect for data mapping. ~~We should instead construct parent structures...
### Please describe the feature that you want to propose Currently the only way is to add `wrap with if` before adding a mapping. 
### Please describe the feature that you want to propose Show a document field details tooltip. For example show 1. minOccurs 2. maxOccurs 3. `xs:annotation/xs:documentation` (make sure if it's a...
### Please describe the feature that you want to propose - [x] Check if DataMapper UI needs any fix/enhancement due to the difference between 2.0 and 3.0 - [ ]...
### Please describe the feature that you want to propose Just like the flow image, externalize Kamelet icon image to an external file. Currently it uses inline base64 svg https://github.com/KaotoIO/kaoto/blob/main/packages/ui/src/services/parsers/misc-parser.ts#L48...
### Please describe the feature that you want to propose Add a checkbox of "Include flow image(s)" in document export preview toolbar. If unchecked, skip the flow image.
### Please describe the task that needs to be done Currently `CamelRouteResource.getEntities()` returns everything other than `CamelRouteVisualEntity`, which contains other visual entities such as `RouteConfiguration` https://github.com/KaotoIO/kaoto/blob/main/packages/ui/src/models/camel/camel-route-resource.ts#L149 It would be better...