nocobase/packages/core
Zeke Zhang 2468caeeb9
refactor(DataBlock): details block (#3776)
* refactor: remove useless code related 'TableField'

* refactor: add details block UI schema and hooks

* refactor: update details block schema and create new hook for details block without paging props

* refactor: add useDetailsBlockWithoutPagingDecoratorProps and useDetailsBlockWithPagingDecoratorProps

* test: add unit tests

* chore: fix build

* chore: fix import path for withDynamicSchemaProps

* fix: fix import typo in createDetailsBlockWithoutPagingUISchema test

* chore: fix unit test

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

* chore: fix unit test

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

* chore: fix Pagination

* chore: skip weird tests

* chore: remove weird test

* refactor: update details block initializers and associated schemas

* refactor: rename to useDetailsWithPaginationProps

* refactor: rename to useDetailsWithPaginationDecoratorProps

* refactor: rename to createDetailsWithPaginationUISchema

* chore: fix unit test

* refactor: rename to createDetailsUISchema

* refactor: rename to useDetailsDecoratorProps

* refactor: rename to useDetailsProps

* refactor: rename to 'blockSettings:details'

* chore: fix e2e
2024-03-28 08:48:58 +08:00
..
acl chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
actions chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
app chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
auth chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
build Optimize building tools (#3824) 2024-03-27 07:45:29 +08:00
cache chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
cli Optimize building tools (#3824) 2024-03-27 07:45:29 +08:00
client refactor(DataBlock): details block (#3776) 2024-03-28 08:48:58 +08:00
create-nocobase-app chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
data-source-manager chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
database chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
devtools chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
evaluators chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
logger chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
resourcer chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
sdk chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
server chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
telemetry chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
test chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00
utils chore(versions): 😊 publish v0.20.0-alpha.17 2024-03-26 17:25:06 +08:00