tachybase_todo/packages/plugins/@nocobase/plugin-action-bulk-edit/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__ refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
component feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
locale chore: add tsdoc (#3788) 2024-03-26 17:08:45 +08:00
BulkEditAction.Settings.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
BulkEditActionInitializer.tsx refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
BulkEditBlockInitializers.tsx refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
BulkEditFormActionInitializers.tsx refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
BulkEditFormItemInitializers.tsx refactor(SchemaInitializers): unify naming style (#3604) 2024-03-14 14:13:11 +08:00
bulkEditFormItemSettings.ts fix: bulkEditFormItemSettings collection undefined (#3616) 2024-03-05 17:39:43 +08:00
BulkEditSubmitActionInitializer.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00
createBulkEditBlockUISchema.ts refactor(DataBlock): form block (#3771) 2024-03-27 17:32:26 +08:00
CreateFormBulkEditBlockInitializer.tsx refactor(DataBlock): form block (#3771) 2024-03-27 17:32:26 +08:00
index.tsx chore: add tsdoc (#3788) 2024-03-26 17:08:45 +08:00
utils.tsx feat: support for multiple data sources (#3418) 2024-03-03 23:06:24 +08:00