9dc412dbf3
fix: hera/core组件迁移到core ( #1453 )
...
Reviewed-on: daoyoucloud/tachybase#1453
Co-authored-by: wjh <wwwjh0710@163.com>
Co-committed-by: wjh <wwwjh0710@163.com>
2024-08-12 11:40:24 +08:00
bffb42601a
fix: 将自定义筛选字段移到core/client ( #1438 )
...
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1438
Reviewed-by: sealday <zhanglin@daoyoucloud.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Co-committed-by: wjh <wwwjh0710@163.com>
2024-08-08 14:25:54 +08:00
a15f5aedf0
feat: refactor mobile components and add extend collection in form ( #1259 )
...
Reviewed-on: daoyoucloud/tachybase#1259
2024-07-02 17:49:16 +08:00
62ee8730b0
fix: 筛选区块支持关联项直接添加 ( #1255 )
...
Reviewed-on: daoyoucloud/tachybase#1255
Co-authored-by: wjh <wwwjh0710@163.com>
Co-committed-by: wjh <wwwjh0710@163.com>
2024-07-02 12:11:25 +08:00
d99bd8f4a5
fix: workflow executions not show and format codes ( #1184 )
...
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1184
2024-06-13 15:56:43 +08:00
c882909bad
refactor: client ( #1092 )
...
Reviewed-on: daoyoucloud/tachybase#1092
2024-05-31 18:43:29 +08:00
8fdd5d4fe9
refactor: @hera/plugin-core ( #1081 )
...
Reviewed-on: daoyoucloud/tachybase#1081
2024-05-30 17:01:02 +08:00
dc175f789f
fix: template-loading ( #1072 ) close #626
...
Reviewed-on: daoyoucloud/tachybase#1072
2024-05-30 15:15:45 +08:00
82a70fd5c5
refactor: client build in plugins ( #1067 )
...
Reviewed-on: daoyoucloud/tachybase#1067
2024-05-29 17:04:28 +08:00
260a95cac2
refactor: types correct ( #1056 )
...
Reviewed-on: daoyoucloud/tachybase#1056
2024-05-28 16:36:49 +08:00
ccd799f85f
refactor: migrate names ( #1050 )
...
Reviewed-on: daoyoucloud/tachybase#1050
2024-05-24 13:06:59 +08:00
f2a2cc228f
refactor: migrate @emotion/css to antd-style ( #1043 )
...
Reviewed-on: daoyoucloud/tachybase#1043
2024-05-23 21:01:46 +08:00
3e58c54aa8
feat: 仓库二期 ( #719 )
...
Co-authored-by: hello@lv <2256334253@qq.com>
Co-authored-by: wjh <wwwjh0710@163.com>
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#719
2024-05-08 16:20:31 +08:00
dcd89df482
feat: support edit associated form ( #920 )
...
Reviewed-on: daoyoucloud/tachybase#920
2024-05-07 20:30:14 +08:00
adfb78d936
feat: support other collection in popup ( #916 ) close #838
...
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#916
2024-05-07 01:19:24 +08:00
b562ab8b28
feat: support tab dump and load ( #915 )
...
Reviewed-on: daoyoucloud/tachybase#915
2024-05-06 21:44:44 +08:00
8c156c35d2
refactor: @hera/plugin-core @tachybase/schema, remove unused plugin-charts ( #887 )
...
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#887
2024-04-29 21:41:13 +08:00
8a2548f480
feat: 移动端支持筛选
...
Reviewed-on: daoyoucloud/tachycode#638
2024-04-10 15:54:01 +08:00
bai.jingfeng
799603f9f2
refactor: 跟踪上游,(refactor: change useProps to x-use-component-props ( #3853 )) ( #629 )
...
Reviewed-on: daoyoucloud/tachycode#629
Co-authored-by: bai.jingfeng <bai.jingfeng@foxmail.com>
Co-committed-by: bai.jingfeng <bai.jingfeng@foxmail.com>
2024-04-08 17:09:14 +08:00
bai.jingfeng
7f43de4e23
fix: 配置字段,显示一对一的关联表的筛选项
2024-04-07 11:34:37 +08:00
b752e1afe0
feat: optimize block add menu
2024-04-03 20:02:39 +08:00
93d0e17912
fix: add menu
2024-04-03 19:57:59 +08:00
dbb1703dff
feat: @formily/* 统一成 @nocobase/schema,清理所有的 ts build 报错 ( #566 )
...
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachycode#566
2024-04-02 18:13:33 +08:00
fd656387ea
Merge remote-tracking branch 'upstream/main' into @hera/dev
2024-03-29 17:51:25 +08:00
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
Zeke Zhang
d932546194
refactor(DataBlock): grid card block ( #3781 )
...
* refactor: migrate createGridCardBlockSchema to modules
* refactor: add grid-card block hooks and decorator props
* refactor: should not get collection on getting association in UISchema
* refactor: use x-use-component-props instead of useProps
* chore: fix build
2024-03-27 20:56:30 +08:00
Zeke Zhang
d6f38495a7
refactor(DataBlock): filter form ( #3785 )
...
* refactor: migrate to modules
* refactor: add useFilterFormBlockProps
* refactor: add useFilterFormBlockDecoratorProps hook
* chore: avoid error
* refactor: use x-use-component-props instead of useProps
* chore: fix unit test
* chore: fix build
2024-03-27 20:52:29 +08:00
86ffb8f4a9
Merge remote-tracking branch 'upstream/main' into fix_new_version
2024-03-27 19:27:21 +08:00
Zeke Zhang
71005ff9bf
refactor(DataBlock): filter collapse block ( #3786 )
...
* refactor: filter collapse block
* refactor: rename file name
2024-03-27 18:05:07 +08:00
Zeke Zhang
16cad6972e
refactor(DataBlock): table selector ( #3784 )
...
* refactor: extract to common options
* refactor: migrate to modules
* test: add unit test
* refactor: use x-use-component-props instead of useProps
* chore: fix unit test
* chore: rename
* fix: useExpressionScope
---------
Co-authored-by: chenos <chenlinxh@gmail.com>
2024-03-27 17:51:13 +08:00
Zeke Zhang
76cd3474c3
refactor(DataBlock): list block ( #3779 )
...
* refactor: refactor list block initializer and record association list block initializer
* refactor: add useListBlockDecoratorProps
* chore: fix import path to avoid build error
* refactor: should not get collection on getting association in UISchema
* refactor: use x-use-component-props instead of useProps
* chore: fix unit test
2024-03-27 17:41:56 +08:00
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
f364b40e79
Merge remote-tracking branch 'upstream/main' into merge_from_upstream
2024-03-27 17:03:22 +08:00
chenos
b1be8381b5
fix(filter-form): htmlType=submit
2024-03-26 19:51:14 +08:00
Zeke Zhang
1c32983c00
refactor(DataBlock): table block ( #3748 )
...
* refactor: remove useless code
* chore: remove useless code
* feat: add createTableBlockSchema
* refactor: use createTableBlockUISchema
* refactor: extract useTableBlockParams
* refactor: extract useTableBlockSourceId
* refactor: compat
* refactor: fix typo in createTableBlockUISchema file
* refactor: should not get collection on getting association in UISchema
* refactor: use x-use-component-props instead of useProps
* chore: fix unit tests
* fix: fix errors
* refactor: refactor data block source ID hooks
2024-03-25 17:35:57 +08:00
Zeke Zhang
0269a1ff7d
fix(Details): block template ( #3807 )
...
* fix: add 'Details' in condition
* fix: block template
2024-03-25 16:25:41 +08:00
katherinehhh
88d1bdbefb
fix: expand action and add new action should support drag & sort ( #3808 )
2024-03-24 19:44:39 +08:00
de89814eba
Merge remote-tracking branch 'origin/main' into merge_from_upstream
2024-03-21 18:40:03 +08:00
chenos
54f6597b9d
feat: disassociate action ( #3759 )
...
* feat: disassociate action
* chore: compat old initializer
* chore: add translation
* chore: add translation
* fix: acl
---------
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-03-20 09:30:10 +08:00
96f90c7024
Merge remote-tracking branch 'origin/main' into merge_from_upstream3
2024-03-19 12:29:09 +08:00
Zeke Zhang
368036923f
fix: fix the disappearing collections when searching ( #3750 )
2024-03-19 09:00:01 +08:00
d07932e9eb
Merge remote-tracking branch 'origin/main' into merge_from_upstream_1
2024-03-17 04:28:06 +08:00
Zeke Zhang
126f60c959
fix(variables): fix varaibles for table selector ( #3725 )
...
* fix(variables): fix varaibles for table selector
* test: add e2e
* chore: fix build
* fix: should not display current record in create form
* fix: fix known bugs
* test: fix e2e
2024-03-15 22:56:35 +08:00
1f5c9fbdf5
Merge remote-tracking branch 'origin/main' into merge_from_upstream
2024-03-15 16:04:04 +08:00
jack zhang
04ee7b84ec
feat: add data source filter ( #3724 )
2024-03-15 15:38:33 +08:00
abec9982fb
Merge remote-tracking branch 'origin/main' into merge_from_upstream
2024-03-14 22:19:15 +08:00
Zeke Zhang
286af35ff8
refactor: add blocks in a unified way ( #3668 )
...
* refactor: rename filterMenuItemChildren to filterCollections
* refactor: revert parameters to destructured object
* refactor(Details): unify details block between page and popup
* refactor(Form): refactor(Details): unify form block between page and popup
* refactor: table & list & grid card
* refactor: form
* refactor: association details
* chore: useVisible
* refactor: calendar
* chore: remove relationshipBlocks
* refactor: unify Details schema
* fix: avoid error
* chore: add translate
* chore: add tag to association fields
* fix: add block useChildren and children merge
* test: fix e2e
* test: fix e2e
* fix: fix Calendar
* fix: fix search
* test: add e2e for search
* fix: fix T-3554
* fix: fix T-3551
* feat: add no data for details block
* chore: fix unit test
* chore: fix unit test
* chore: change text
* chore: optimize text
* chore: add translation
* style: fix memu item style
* refactor: rename
* test: fix e2e
* test: fix e2e
---------
Co-authored-by: dream2023 <1098626505@qq.com>
2024-03-14 19:20:02 +08:00
Zeke Zhang
51de34251a
refactor(SchemaInitializers): unify naming style ( #3604 )
...
* refactor(SchemaSettings): unify naming style
* refactor(SchemaInitializers): unify naming stle
* refactor: replace CreateFormBlockInitializers to blockInitializers:createForm
* refactor: replace to blockInitializers:customizeCreateForm
* refactor: replace block intializers name
* refactor: replace action initializers name
* refactor: replace field initializers name
* style: fix hover style for column action (T-3297)
* refactor: revert some codes
* chore: update comment
* chore: replace iframeBlockSchemaSettings to blockSettings:iframe
* chore: delete pro-packages
* feat: add CompatibleSchemaInitializer
* test: add unit tests
* chore: add @internal for CompatibleSchemaInitializer
* chore: block
* chore: field
* chore: ations
* fix: build
* chore: typo
* fix: fix unit tests
* test: fix e2e
* chore: remove igone
* refactor: page:addBlock
* refactor: popup:addNew:addBlock
* fix: fix max call stack
* refactor: popup:addRecord:addBlock
* refactor: remove blockInitializers:recordForm
* refactor: popup:tableSelector:addBlock
* refactor: popup:view:addBlock
* refactor: popup:bulkEdit:addBlock & charts:addBlock
* refactor: mobilePage:addBlock
* refactor: popup:snapshot:addBlock
* refactor: popup:workflowManual:configureUserInterface:addBlock
* fix: avoid crashing
* chore: optimize
* refactor: popup:common:addBlock
* refactor: workflowManual:popup:configureUserInterface:addBlock
* refactor: details:configureFields
* refactor: form:configureFields
* refactor: table:configureColumns
* refactor: filterForm:configureFields
* refactor: associationFilterInitializer
* refactor: assignFieldValuesForm:configureFields
* refactor: bulkEditForm:configureFields
* refactor: auditLogsTable:configureColumns
* refactor: chartFilterForm:configureFields
* refactor: kanban:configureItemFields
* refactor: workflowManual:customForm:configureFields
* refactor: detailsWithPaging:configureActions
* refactor: details:configureActions
* refactor: createForm:configureActions
* refactor: editForm:configureActions
* refactor: gridCard:configureActions
* refactor: gridCard:configureItemActions
* refactor: list:configureActions
* refactor: list:configureItemActions
* refactor: table:configureItemActions
* refactor: table:configureActions
* refactor: filterForm:configureActions
* refactor: subTable:configureActions
* refactor: bulkEditForm:configureActions
* refactor: auditLogsTable:configureItemActions
* refactor: auditLogsTable:configureActions
* refactor: calendar:configureActions
* refactor: chartFilterForm:configureActions
* refactor: gantt:configureActions
* refactor: kanban:configureActions
* refactor: map:configureActions
* refactor: workflowManual:form:configureActions
* feat: use 'createForm:configureActions' in page
* feat: use 'details:configureActions' in Calendar
* feat: register deleteEvent initializer in calendar plugin
* fix: fix delete event action
* test: fix e2e
* test: fix e2e
* chore: only run workflow's e2e
* Revert "chore: only run workflow's e2e"
This reverts commit 9e5b4af41e40e8d616007a5ab97291fb2370d88a.
* fix: use isInitializersSame to fix some case
2024-03-14 14:13:11 +08:00
katherinehhh
61a290117f
fix: field configuration of Kanban interacts with other block ( #3689 )
2024-03-13 15:21:35 +08:00
1737a0f83b
Merge pull request 'main' ( #349 ) from main into @hera/dev
...
Reviewed-on: daoyoucloud/tachycode#349
2024-03-12 20:00:15 +08:00