Commit Graph

1747 Commits

Author SHA1 Message Date
tanbowensg
bd4625136c
Merge pull request #628 from smartxworks/fix/dry
fix(EventWidget): keep the input type of waitTimeField as number
2022-10-21 10:18:13 +08:00
tanbowensg
37f513754c
Merge pull request #629 from smartxworks/arco/fix
Arco/fix
2022-10-19 16:38:51 +08:00
xzdry
44f5ad30fb refactor(arco/Select): remove addOption methods 2022-10-19 15:48:59 +08:00
xzdry
f369347b7f feat(arco): changing the defaultValue will trigger the onChange method 2022-10-19 14:40:34 +08:00
xzdry
d1cfc023a3 fix(Tree): fix the error caused by changing data in multi-select mode 2022-10-19 14:23:56 +08:00
xzdry
819dad3ada feat(arco/Tree): synchronize state when data changes 2022-10-19 14:08:23 +08:00
xzdry
4ac2bd010f feat(arco/Select): add addOption and setValue methods 2022-10-19 10:57:24 +08:00
xzdry
4f2d3ececc fix(EventWidget): keep the input type of waitTimeField as number 2022-10-18 18:29:53 +08:00
tanbowensg
eec356ddfb
Merge pull request #626 from smartxworks/feat/dry
Feat/dry
2022-10-18 17:50:01 +08:00
xzdry
ed9e207f4d feat(arco/Timeline): add slots 2022-10-18 17:27:45 +08:00
tanbowensg
a4d6004d71
Merge pull request #627 from smartxworks/feat/remove-listItem
remove evalListItem of parseExpression
2022-10-18 16:35:49 +08:00
tanbowensg
09c5c184f3
Merge pull request #610 from smartxworks/fix/hidden-trait
fix(hidden): hidden trait 'visually' breaks style trait
2022-10-18 15:28:15 +08:00
tanbowensg
c4a7f6355a
Merge pull request #625 from smartxworks/arco/fix
Arco/fix
2022-10-18 14:40:03 +08:00
xzdry
ac55561422 feat(Table): synchronize clickedRow state when data changes 2022-10-18 11:52:37 +08:00
xzdry
9ee265882d feat(Table): reset to the first page if there is less data to show 2022-10-18 11:41:57 +08:00
tanbowensg
23c3d87583
Merge pull request #624 from tuchg/fix/component-list-state
fix(editor): loss of state in ComponentList caused by tab switching
2022-10-18 11:01:09 +08:00
xzdry
099b94e063 fix(StateManager): remove console 2022-10-17 22:05:33 +08:00
xzdry
3751086cd1 fix(Table): use raw spec of column to eval instead of column 2022-10-17 22:04:44 +08:00
tuchg
3d999a655b fix(editor): loss of state in ComponentList caused by tab switching 2022-10-14 21:21:28 +08:00
tuchg
474ef8a28c fix(editor): status display problem of version filter 2022-10-14 21:13:20 +08:00
Bowen Tan
2c1c2dba78 fix(runtime): remove $listItem 2022-10-14 16:36:44 +08:00
yz-yu
0fb888fff9
Merge pull request #623 from smartxworks/fix/dry
bugfix
2022-10-14 08:51:42 +08:00
yz-yu
3cfaef64a2
Merge pull request #621 from smartxworks/feat/mount-event
add component life cycle events to Event Trait
2022-10-12 16:30:13 +08:00
xzdry
615378f955 fix(arco/Table): fix the filterRule type error 2022-10-12 15:00:53 +08:00
xzdry
55c0cb4421 fix(NumberField): fix the problem of numberfield not being displayed 2022-10-11 10:01:17 +08:00
xzdry
68ea6db590 fix(arco/Table): refine filter rule's spec 2022-10-11 10:00:29 +08:00
Bowen Tan
28e989e3d5 fix(editor): fix small bugs 2022-09-29 17:12:49 +08:00
Bowen Tan
8e882c9c11 feat(runtime): add component life cycle events to Event Trait 2022-09-29 17:12:25 +08:00
yz-yu
ffbac180e3
Merge pull request #619 from smartxworks/fix/keyboard
fix(editor): prevent pasting component when cursor in input components
2022-09-27 18:04:07 +08:00
Bowen Tan
8839d0b7ed fix(editor): prevent pasting component when cursor in input components 2022-09-27 17:43:34 +08:00
yz-yu
edd9dd5ac9
Merge pull request #618 from smartxworks/fix/arco-bugs
Fix small bug and warnings
2022-09-27 15:50:01 +08:00
Bowen Tan
50e2cdc5df fix(editor): fix warnings 2022-09-27 10:57:02 +08:00
Bowen Tan
90a130389d fix(editor): editor mask does not show when there is only text component 2022-09-27 10:56:35 +08:00
yz-yu
8d42271244
Merge pull request #617 from smartxworks/fix/improve-style
Fix some style bugs
2022-09-22 19:27:43 +08:00
yz-yu
11a8847862
Merge pull request #615 from smartxworks/fix/response-freeze
fix(editor): page freezes when fetch response is too large
2022-09-22 19:27:26 +08:00
yz-yu
ca1f0a4b88
Merge pull request #608 from smartxworks/build/initajv
Extract a common function initAjv
2022-09-22 19:26:53 +08:00
tanbowensg
af44c04676
Merge pull request #613 from smartxworks/refactor/runtime-generate-callback
refactor(runtime): export generateCallback and rename to runEventHandler
2022-09-22 17:22:48 +08:00
Bowen Tan
78169e981e fix(editor): update codemirror to fix bug
see: https://github.com/codemirror/codemirror5/issues/6982
2022-09-22 16:58:36 +08:00
Bowen Tan
a76ec134ee fix(editor): set component form popovers lazy to improve performance 2022-09-22 16:54:01 +08:00
Bowen Tan
976d3be3a1 fix(editor): disable search component input autocomplete 2022-09-22 16:53:10 +08:00
Bowen Tan
d4c27f575f fix(editor-sdk): fix type error 2022-09-22 15:39:04 +08:00
Bowen Tan
67cd314a12 fix(editor-sdk): fix ExpressionEditor style 2022-09-22 15:39:04 +08:00
Bowen Tan
801cd3c4b5 build(shared): add init ajv function 2022-09-22 15:39:03 +08:00
yz-yu
46414136af
Merge pull request #616 from smartxworks/fix/component-form-size
fix(editor): enlarge form popover size
2022-09-22 15:35:32 +08:00
Bowen Tan
ca141eed0d fix(editor): enlarge form size 2022-09-22 15:14:35 +08:00
tanbowensg
a3de3eb56b
Merge pull request #614 from smartxworks/fix/dry
fix(Table): only selectedRows should be reset when the data is changed
2022-09-22 13:52:50 +08:00
Bowen Tan
828059d2c0 fix(editor): page freezes when fetch response is too large 2022-09-22 13:41:58 +08:00
xzdry
00208778b2 fix(Table): only selectedRows should be reset when the data is changed 2022-09-22 10:27:40 +08:00
Bowen Tan
57812fd3cc refactor(runtime): export generateCallback and rename to runEventHandler 2022-09-22 10:14:26 +08:00
tanbowensg
29e4ae4f98
Merge pull request #609 from smartxworks/fix/number-field-undefined
fix(editor-sdk): prevent NumberField auto converting undefined to 0
2022-09-22 09:54:17 +08:00