-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port Bean configuration UI #8
Comments
Fixes: KaotoIO#147 ATM sub schemas are not used by UI. We'll soon use for Beans editor (#8) and will be easier to identify the sub schema by its name being same as the property name - for example, `beans` to be a name for the beans sub schema. The old verbose name were moved as `description` in the index.json. We might want to generate an enum of these sub schema names and put in .d.ts.
Fixes: KaotoIO#147 ATM sub schemas are not used by UI. We'll soon use for Beans editor (#8) and will be easier to identify the sub schema by its name being same as the property name - for example, `beans` to be a name for the beans sub schema. The old verbose name were moved as `description` in the index.json. We might want to generate an enum of these sub schema names and put in .d.ts.
Fixes: #147 ATM sub schemas are not used by UI. We'll soon use for Beans editor (#8) and will be easier to identify the sub schema by its name being same as the property name - for example, `beans` to be a name for the beans sub schema. The old verbose name were moved as `description` in the index.json. We might want to generate an enum of these sub schema names and put in .d.ts.
I started from copying files from kaoto-ui and hit an import error on uniforms .js file
It's here in the code - igarashitm@d59e459#diff-11b0615911fef30b63d0671102541f9c6e13b7d0ff2271e0a04cbe1fef22d80cR3 @lordrip does it ring your bell? it works in kaoto-ui, not sure what's different. |
nevermind, it just needs to use from esm instead. |
Did that happened when using |
if we need access to
|
chore(deps): update dependency @types/node to v20.11.19
Please describe the feature that you want to propose
Port Bean configuration UI (MetadataEditor component) from kaoto-ui.
The text was updated successfully, but these errors were encountered: