mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
047f88cd24
* feat(plugins): add client-v2 block plugins * fix(client-v2): address plugin review issues * fix(client-v2): drop template plugin migration * fix(plugin-gantt): comment out model loader registration * fix(client-v2): drop charts plugin migration * feat(data-visualization): migrate client v2 * chore(data-visualization): remove unused ECharts files * feat(data-visualization): add v2 echarts * refactor(index): export isTitleField from flow-compat * fix(kanban): align client-v2 settings * chore(plugin-block-multi-step-form): remove client-v2 files * chore(plugin-block-tree): remove unused components and files * chore(plugin-gantt): remove unused client-v2 files * chore(map): remove Google Maps components and models - Deleted Google Maps related components, models, and utility functions. - This includes the Search component, Map component, and various field models. - Cleaned up the codebase by removing unused files and simplifying the structure. BREAKING CHANGE: This change removes all Google Maps functionality from the plugin. * chore(kanban): remove unused models and plugin code * chore(calendar): remove deprecated calendar models and components * fix(chart): cast chart type options to any
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
export * from './dist/client-v2';
|
|
export { default } from './dist/client-v2';
|