tachybase_todo/packages/plugins/@nocobase/plugin-workflow-manual/src/client
Zeke Zhang c6922b071d
refactor(DataBlock): form block (#3771)
* refactor: extract to createCreateFormBBlockUISchema

* refactor: extract to createEditFormBlockUISchema

* refactor: use new function to create UISchema

* refactor: add x-use-decorator-props

* fix: add withDynamicSchemaProps to FormBlockProvider

* chore: update import path for withDynamicSchemaProps

* refactor: should not get collection on getting association in UISchema

* refactor: use x-use-component-props instead of useProps

* fix: fix withDynamicSchemaProps

* chore: fix unit test
2024-03-27 17:32:26 +08:00
..
__e2e__ feat(plugin-workflow): support multiple data source in workflow (#3739) 2024-03-25 14:46:22 +08:00
instruction refactor(DataBlock): form block (#3771) 2024-03-27 17:32:26 +08:00
index.ts refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
WorkflowTodo.tsx feat(plugin-workflow): support multiple data source in workflow (#3739) 2024-03-25 14:46:22 +08:00
WorkflowTodoBlockInitializer.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00