1760 Commits

Author SHA1 Message Date
Katherine
fc989fdbc5
fix: column index calculation error in table block (#5100) 2024-08-21 20:16:05 +08:00
chenos
acccd81395
chore: optimize translation (#5092) 2024-08-21 16:21:35 +08:00
Katherine
5f5b97ed69
refactor: support simple Paginate (#5093)
* refactor: support simple Paginate

* chore: simple paginate

* refactor: simplePaginate

* fix: test

* refactor: usePaginationProps

* refactor: simplePaginate

* fix: bug

---------

Co-authored-by: Chareice <chareice@live.com>
2024-08-21 12:03:02 +08:00
Katherine
d2c7092861
fix: error adjusting order of linkage rules (#5086)
* fix: error adjusting order of linkage rules

* fix: bug

* style: style improve
2024-08-20 10:30:38 +08:00
Katherine
ea943b303b
fix: sorting of Table block data (#5071) 2024-08-17 17:33:34 +08:00
Katherine
2c466db7bb
fix: the selected data in the sub table is overwritten by default values (#5075) 2024-08-17 17:29:56 +08:00
Katherine
809b561aee
fix: filter form action bar stye improve (#5054) 2024-08-15 20:18:17 +08:00
Zeke Zhang
8058d22bc5
fix(inherit): correct title for inherited sub-collection association block (#5048) 2024-08-13 18:18:54 +08:00
Zeke Zhang
5d825f85bc
fix(Collapse): fix issue with data scope settings being ineffective (#4914)
* fix(Collapse): fix issue with data scope settings being ineffective

* fix: fix 'Default collapse' and 'sort rules'
2024-08-12 10:16:15 +08:00
Zeke Zhang
f6cb299678
fix(Table): should not error when open a popup by clicking a multi-level field (#5038) 2024-08-11 15:46:16 +08:00
Zeke Zhang
d6c2cfe602
fix(linkageRules): fix an exception when the condition contains a association field (#5037) 2024-08-11 13:23:56 +08:00
chenos
c42a2040e2
fix(client): missing sort parameter (#5034) 2024-08-10 09:03:14 +08:00
Zeke Zhang
20f0e90fe6
fix(variable): the chinaRegions field should not be a submenu (#5030)
* fix(variable): the chinaRegions field should not be a submenu

* chore: skip unstable test
2024-08-09 18:12:49 +08:00
Katherine
750eeadb99
style: quick add button for association field in the form, compact theme style without adaptation (#5024) 2024-08-09 15:10:15 +08:00
Zeke Zhang
789dc49867
fix: correct foreign key value errors (#5027) 2024-08-09 15:07:08 +08:00
Katherine
cd5d48eb80
fix: source field type filtering association fields in sql collection & view collection (#5014)
* fix: source field type filtering relationship fields in sql collection and view collection

* fix: bug

* fix: bug
2024-08-08 15:52:06 +08:00
Katherine
bd573b6ee2
fix: allowMultiple should not appear on read-only association fields (#5017) 2024-08-08 15:20:07 +08:00
jack zhang
cbf65394d2
feat: support dynamic field component (#5006)
* feat: field component

* fix: menu e2e bug
2024-08-07 15:37:00 +08:00
chenos
607af0d399
fix: required validate rule with trim (#5004) 2024-08-07 15:14:40 +08:00
Katherine
9df48ef0a1
fix: acl permission check issue for 'Delete Event' action (#5002)
* fix: delete Event action acl check

* chore: delete vent action
2024-08-07 10:09:58 +08:00
Katherine
ecdacf5e20
fix: unable to clear china region field (#4991) 2024-08-06 17:36:46 +08:00
jack zhang
b13f40c455 fix(T-4927): table performance bug (#4978) 2024-08-06 17:33:52 +08:00
Katherine
bed4f2922a
fix: disabled action to maintain font color on mouse hover (#4988) 2024-08-06 13:34:22 +08:00
Katherine
3813aaaf5b
fix: issue with ACLCollectionFieldProvider field permission evaluation (#4989) 2024-08-06 13:33:42 +08:00
Zeke Zhang
8df32c186c
chore: optimize text for data loading mode (#4918) 2024-08-04 19:23:46 +08:00
Katherine
021e2094f4
fix: action linkage rule (#4980) 2024-08-04 15:54:08 +08:00
Katherine
176f3269ae
refactor: set field required in sub-table should display required indicator in column header (#4972)
* refactor: set field required in sub-table should  display required indicator in column header

* fix: test

* refactor: code improve

* fix: test
2024-08-02 17:21:14 +08:00
Zeke Zhang
638b17dee1
fix: enable date variables in filter forms (#4916)
* fix: enable date variables in filter forms

* fix: resolve error when clicking reset in filter form
2024-08-02 14:23:37 +08:00
Katherine
7b31c92023
fix: required constraint becomes invalid after setting validation rules on form fields (#4977)
* fix: required constraint becomes invalid after setting validation rules on form fields

* fix: bug
2024-08-02 10:14:07 +08:00
Katherine
c3ddeaa46f
fix: collection manager support filterTargetKey setting (#4968)
* fix: edit collection support filterTargetKey setting

* fix: edit collection support filterTargetKey setting

* fix:  external collection support filterTargetKey setting
2024-08-01 11:32:43 +08:00
Zeke Zhang
9296472b32
fix: the date string in filter should not be UTC (#4967)
* fix: the date string in filter should not be UTC

* test: add e2e test

* refactor: translation
2024-07-30 19:13:00 +08:00
jack zhang
afa55e38b3
fix: remove i18n fallbackNS (#4964)
* fix: remove i18n fallbackNS

* fix: add e2e
2024-07-30 08:51:50 +08:00
jack zhang
646f3a8d04
fix: i18n plugin utils (#4962) 2024-07-29 17:51:24 +08:00
Junyi
5b1bd1e5fa
refactor(client): allow select to show null option as tag in read pretty mode if configured (#4950)
* refactor(client): allow select to show null option if conifgured

* test(client): add default value in demo

* fix(client): remove useless logic
2024-07-27 00:11:51 +08:00
Zeke Zhang
96e538ab54
fix: clear default value immediately after field deletion (#4915) 2024-07-25 10:49:46 +08:00
Katherine
47d2a0ee61
fix: autoGenId default value should be false when adding collection (#4942)
* fix: autoGenId default value  should be false when adding collection

* fix: test
2024-07-25 10:31:21 +08:00
Zeke Zhang
bd5d4489fd
refactor: migrate DataBlockCollector to DataBlockProvider (#4938)
* refactor: migrate DataBlockCollector to DataBlockProvider

* chore: fix build

* chore: make unit test pass
2024-07-24 22:03:23 +08:00
Zeke Zhang
c8a9d1dc94
fix(subTable): ensure real-time update of formula field values (#4930)
* fix(subTable): ensure real-time update of formula field values

* chore: fix typo
2024-07-23 09:27:20 +08:00
Zeke Zhang
747910f482 Revert "fix(subTable): ensure real-time update of formula field values"
This reverts commit 9c9177f8482798c9226583dde007091476d47431.
2024-07-22 20:10:00 +08:00
Zeke Zhang
9c9177f848 fix(subTable): ensure real-time update of formula field values 2024-07-22 20:07:37 +08:00
Katherine
0a9f5c7d94
fix: required not applied when changing field from hidden to visible and setting it as required (#4927) 2024-07-22 18:18:09 +08:00
jack zhang
1be5b2f578
refactor: collection fields to initializer items (#4900)
* refactor: add collection-fields-initializer-items

* fix: bug

* fix: bug

* fix: rename and docs

* fix: change dir

* docs: imporve doc

* Update packages/core/client/docs/en-US/core/data-source/collection-fields-to-initializer-items.md

Co-authored-by: Zeke Zhang <958414905@qq.com>

* Update packages/core/client/docs/en-US/core/data-source/collection-fields-to-initializer-items.md

Co-authored-by: Zeke Zhang <958414905@qq.com>

---------

Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-07-22 11:25:12 +08:00
Zeke Zhang
ace1454595 Revert "fix(Collapse): fix issue with data scope settings being ineffective"
This reverts commit 8a4a262414aea13c34fb1439a741a07f04621aeb.
2024-07-21 09:56:42 +08:00
Zeke Zhang
8a4a262414 fix(Collapse): fix issue with data scope settings being ineffective 2024-07-21 09:55:50 +08:00
Zeke Zhang
b634774fec chore: add translation 2024-07-19 10:13:31 +08:00
Zeke Zhang
70c085532c
fix(variable): fix context error with 'current object' variable (#4901)
* fix(variable): fix context error with 'current object' variable

* test: add e2e test
2024-07-19 09:08:53 +08:00
Zeke Zhang
7d660f5a0f
feat(Link): add 'Open in new window' option (#4898)
* refactor: rename 'useURLAndParamsSchema' to 'useURLAndHTMLSchema' and improve it

* feat: add 'Open in new window' option

* test: add e2e test
2024-07-19 09:07:19 +08:00
Katherine
a39df74a49
refactor: adjust the markdown field to use the input component in filtering (#4899) 2024-07-18 23:25:13 +08:00
Katherine
16fd1e3e9c
fix: association field data scope should not persist when switching from select to cascader (#4893) 2024-07-17 17:23:20 +08:00
Katherine
c903e93229
fix: image style issues in rich text field (#4892)
* fix: image style issues in rich text field

* fix: test

* fix: bug
2024-07-17 16:10:45 +08:00