How to use DataGridPro as an external in a custom workflow activity?
We're building a custom workflow form element that uses MUIX DataGridPro for an editable feature table.
We noticed @vertigis/web/ui/DataGridPro that it exists in the type definitions and DataGridPro.d.ts re-exports from @vertigis/react-ui/DataGrid. However, index.d.ts in the same folder is empty (export {}).
Currently we're bundling @mui/x-data-grid-pro directly with a webpack carve-out. We'd like to consume it as an external from the host instead.
- Is
@vertigis/web/ui/DataGridProavailable as an AMD external at runtime for workflow activity packs? - If yes, what's the correct import path for both the component and named exports (GridColDef, GridToolbar*, etc.)?
- Is the empty
index.d.tsintentional or a packaging issue?
Thanks
2
Vous devez vous connecter pour laisser un commentaire.
Commentaires
0 commentaire