tachybase_todo/packages/core/client/src/block-provider
Junyi 86e672e9bb
feat(plugin-workflow): add form trigger type (#2347)
* feat(plugin-workflow): add form trigger

* test(plugin-workflow): add test cases

* fix(client): fix component warning

* fix(plugin-workflow): fix context data for create and update

* fix(plugin-workflow): allow to select any form type workflow in configuration

* fix(client): fix tree component value

* fix(client): fix value render in component

* fix(plugin-workflow): fix context load

* fix(client): fix type

* fix(client): fix type

* fix(plugin-workflow): fix params

* fix(plugin-workflow): fix required

* fix(plugin): fix context not matching collection error

* fix(plugin-workflow): fix test cases

* refactor(plugin-workflow): change trigger workflow action config to cascaded

* fix(plugin-workflow): remove useless locale

* fix(client): adjust locale

* fix(client): remove useless locale
2023-08-09 12:12:57 +08:00
..
hooks feat(plugin-workflow): add form trigger type (#2347) 2023-08-09 12:12:57 +08:00
BlockProvider.tsx feat(plugin-workflow): add form trigger type (#2347) 2023-08-09 12:12:57 +08:00
BlockSchemaComponentProvider.tsx refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
CalendarBlockProvider.tsx refactor: improve FixedBlock performance (#1593) 2023-03-29 17:11:20 +08:00
DetailsBlockProvider.tsx refactor(association-field): useAssociationNames hook (#1956) 2023-06-07 11:18:35 +08:00
FilterFormBlockProvider.tsx feat(parse-variables): support to parse variables in filter params (#1558) 2023-03-30 23:49:57 +08:00
FormBlockProvider.tsx feat: customize action support create record for any collection (#2264) 2023-07-25 14:51:45 +08:00
FormFieldProvider.tsx feat: support to use variables to set default value (#1726) 2023-04-23 18:27:21 +08:00
GanttBlockProvider.tsx feat(database): view collection support for add new, update and delete actions (#2119) 2023-07-14 14:49:12 +08:00
index.tsx feat(plugin-workflow): manual forms (#1748) 2023-06-05 16:52:43 +08:00
KanbanBlockProvider.tsx refactor: improve FixedBlock performance (#1593) 2023-03-29 17:11:20 +08:00
SharedFilterProvider.tsx fix(association-select): filter without data scope not work (#1509) 2023-02-27 18:52:03 +08:00
TableBlockProvider.tsx feat: customize action support create record for any collection (#2264) 2023-07-25 14:51:45 +08:00
TableFieldProvider.tsx feat: support file collection (#1636) 2023-04-06 12:43:40 +08:00
TableSelectorProvider.tsx fix(FilterFormBlock): fix association field can not to filter (#1699) 2023-04-19 23:06:20 +08:00