Commit Graph

1139 Commits

Author SHA1 Message Date
Bowen Tan
131bedd97c fix: module will add duplicated moduleId after save meta data 2022-04-06 19:24:03 +08:00
Bowen Tan
0e251fe986 fix moduleContainer mask bug 2022-04-06 17:28:50 +08:00
Bowen Tan
d593a1b2e2 recover explorer 2022-04-06 17:28:34 +08:00
xzdry
b76957da70 feat(table): add ellipsis and change column width functions 2022-04-06 14:12:50 +08:00
xzdry
af0b314a1f pref: use re-resizable instead of react-resizable 2022-04-06 13:39:42 +08:00
MrWindlike
ed9b2c1b7a feat: improve the form performance 2022-04-06 11:24:36 +08:00
MrWindlike
53c5bdb663 style: fix the KeyValueWidth style when string too long 2022-04-02 17:54:50 +08:00
MrWindlike
3d58314d38 feat: handle the expression errors 2022-04-02 16:30:34 +08:00
MrWindlike
badcb92401 feat: implement conditional render 2022-03-30 23:08:25 +08:00
MrWindlike
6eed3fc308 fix(sdk): display key when property spec has no title 2022-03-30 14:26:49 +08:00
xzdry
b6476c5a60 fix: fix incorrect width of tool menu 2022-03-29 13:40:42 +08:00
Yanzhen Yu
428630c1b3 Publish
- @sunmao-ui/arco-lib@0.1.7
 - @sunmao-ui/chakra-ui-lib@0.3.7
 - @sunmao-ui/editor-sdk@0.1.8
 - @sunmao-ui/editor@0.5.8
 - @sunmao-ui/runtime@0.5.6
2022-03-29 00:13:37 +08:00
yz-yu
7817abe300
Merge pull request #360 from webzard-io/fix/windlike-patch
Fix/windlike patch
2022-03-29 00:11:48 +08:00
MrWindlike
8887031539 fix: don't clear data when refetch 2022-03-28 18:11:00 +08:00
MrWindlike
7a85121e7a chore: add comments 2022-03-28 16:50:08 +08:00
MrWindlike
06dd2bc0c7 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/windlike-patch 2022-03-28 16:47:22 +08:00
MrWindlike
bf046a7d42 fix: eval the raw handler when trigger the events 2022-03-28 16:46:43 +08:00
MrWindlike
c2bdc7a880 fix: avoid the immer errors 2022-03-28 16:28:44 +08:00
xzdry
50f4545e10 add react-resizable to runtime 2022-03-28 15:14:30 +08:00
Yanzhen Yu
aaaf553a65 Publish
- @sunmao-ui/arco-lib@0.1.6
 - @sunmao-ui/chakra-ui-lib@0.3.6
 - @sunmao-ui/core@0.5.4
 - @sunmao-ui/editor-sdk@0.1.7
 - @sunmao-ui/editor@0.5.7
 - @sunmao-ui/runtime@0.5.5
2022-03-28 12:22:41 +08:00
xzdry
bbc484adf2 Merge branch 'main' of github.com:webzard-io/sunmao-ui into improve/xzdry-patch 2022-03-28 11:13:59 +08:00
xzdry
4249192936 feat(tree): add path state 2022-03-28 10:50:38 +08:00
xzdry
026ce4eade feat: add resize function to the menu 2022-03-28 10:49:57 +08:00
Bowen Tan
675ad0d505 Publish
- @sunmao-ui/arco-lib@0.1.5
 - @sunmao-ui/chakra-ui-lib@0.3.5
 - @sunmao-ui/editor-sdk@0.1.6
 - @sunmao-ui/editor@0.5.6
 - @sunmao-ui/runtime@0.5.4
2022-03-25 10:09:40 +08:00
Bowen Tan
d597f934ae Merge branch 'main' into publish
* main:
  trim expression before eval
  fix: add typebox into dependencies
  fix: hide the event type in the API form's handlers
  fix: move the fetch trait components to the last

# Conflicts:
#	packages/editor/package.json
2022-03-25 10:02:43 +08:00
tanbowensg
2a4d4d9dba
Merge pull request #351 from webzard-io/fix/windlike-patch
Fix/windlike patch
2022-03-25 09:59:11 +08:00
Bowen Tan
5d18607d3f trim expression before eval 2022-03-23 16:54:51 +08:00
MrWindlike
ed9905dd88 chore: add @sinclair/typebox to peerDependencies 2022-03-22 15:50:57 +08:00
MrWindlike
44e7eefa6e fix: add typebox into dependencies
prevent inject typebox's codes into production files
2022-03-21 11:25:48 +08:00
MrWindlike
16824e29f7 fix: hide the event type in the API form's handlers 2022-03-18 10:54:38 +08:00
MrWindlike
1b1df68fc9 fix: move the fetch trait components to the last
fetch trait executed unexpectedly when it depends on the state behind it
2022-03-18 10:52:44 +08:00
Bowen Tan
57b69914d3 Publish
- @sunmao-ui/arco-lib@0.1.4
 - @sunmao-ui/chakra-ui-lib@0.3.4
 - @sunmao-ui/editor-sdk@0.1.5
 - @sunmao-ui/editor@0.5.5
2022-03-18 09:52:12 +08:00
Bowen Tan
d7f3b7f11a Merge branch 'main' into publish
* main:
  chore: remove `renderField`
  fix: show the state type by real initial value
  feat: improve the trait form
  fix: change the expression styles
  fix: fix no event type in the event widget
  adjust the editor area
  feat(table): add row click
  feat: add the TableColumn widget

# Conflicts:
#	packages/chakra-ui-lib/package.json
2022-03-18 09:45:34 +08:00
tanbowensg
58156b8da3
Merge pull request #350 from webzard-io/fix/windlike-patch
Fix/windlike patch
2022-03-18 09:44:01 +08:00
MrWindlike
b85d3583c3 chore: remove renderField 2022-03-18 09:24:20 +08:00
MrWindlike
4b174d6f52 fix: show the state type by real initial value 2022-03-17 20:24:32 +08:00
MrWindlike
7d03a2dd51 feat: improve the trait form 2022-03-17 17:41:52 +08:00
MrWindlike
f7513c1a07 fix: change the expression styles 2022-03-17 15:31:54 +08:00
tanbowensg
250f9eea72
Merge pull request #348 from webzard-io/improve/xzdry-patch
improve table component and editor area
2022-03-17 11:46:01 +08:00
tanbowensg
91a393bac5
Merge pull request #347 from webzard-io/feat/custom-widget
feat: add the TableColumn widget
2022-03-16 17:08:28 +08:00
MrWindlike
726fca3815 fix: fix no event type in the event widget 2022-03-16 16:48:27 +08:00
xzdry
44b11cda6f adjust the editor area 2022-03-16 13:23:28 +08:00
xzdry
94d17f2643 feat(table): add row click 2022-03-16 13:19:51 +08:00
Bowen Tan
d72bd0c806 Publish
- @sunmao-ui/arco-lib@0.1.3
 - @sunmao-ui/chakra-ui-lib@0.3.3
 - @sunmao-ui/core@0.5.3
 - @sunmao-ui/editor-sdk@0.1.4
 - @sunmao-ui/editor@0.5.4
 - @sunmao-ui/runtime@0.5.3
2022-03-16 11:27:08 +08:00
MrWindlike
320e7ac6bb feat: add the TableColumn widget 2022-03-16 09:30:24 +08:00
tanbowensg
4f5b764c15
Merge pull request #346 from webzard-io/fix/windlike-patch
Fix/windlike patch
2022-03-15 16:09:27 +08:00
MrWindlike
7b92fe5030 fix: fix the crashing when the component id is wrong 2022-03-15 15:28:07 +08:00
MrWindlike
be4a9758d5 feat: add setValue method to localStorage trait 2022-03-15 15:26:43 +08:00
MrWindlike
733b965fd2 feat: support expression for API form's body 2022-03-15 15:05:46 +08:00
MrWindlike
b27bc72011 feat: improve the event and fetch traits
make the `disabled` can be expression
2022-03-15 13:44:27 +08:00
MrWindlike
f5fb8b9ffb fix: make the widgets change value correctly 2022-03-15 11:15:12 +08:00
Bowen Tan
d5f2e5bc5e Publish
- @sunmao-ui/arco-lib@0.1.2
 - @sunmao-ui/chakra-ui-lib@0.3.2
 - @sunmao-ui/core@0.5.2
 - @sunmao-ui/editor-sdk@0.1.3
 - @sunmao-ui/editor@0.5.3
 - @sunmao-ui/runtime@0.5.2
2022-03-10 18:39:08 +08:00
tanbowensg
e29e58dbb4
Merge pull request #344 from webzard-io/feat/custom-widget
fix: fix the widget change value wrong
2022-03-10 18:35:21 +08:00
MrWindlike
c41f533f8e fix: fix the widget change value wrong 2022-03-10 18:27:55 +08:00
tanbowensg
a08294d72e
Merge pull request #338 from webzard-io/feat/localstorage
feat: add localstorage to datasource
2022-03-10 17:10:20 +08:00
tanbowensg
a53744da49
Merge pull request #335 from webzard-io/feat/custom-widget
feat: add the popover widget
2022-03-10 17:07:11 +08:00
Bowen Tan
8e7ab37c7f Publish
- @sunmao-ui/arco-lib@0.1.1
 - @sunmao-ui/chakra-ui-lib@0.3.1
 - @sunmao-ui/core@0.5.1
 - @sunmao-ui/editor-sdk@0.1.2
 - @sunmao-ui/editor@0.5.2
 - @sunmao-ui/runtime@0.5.1
2022-03-10 10:55:53 +08:00
Bowen Tan
50a68c77f8 remove stack border and minHeight minWidth 2022-03-10 10:54:07 +08:00
MrWindlike
fe664a4005 feat: improve the display of API's response 2022-03-09 22:26:48 +08:00
MrWindlike
5f3e365225 chore(sdk): improve the codes 2022-03-09 20:20:02 +08:00
Bowen Tan
60ae70e4ea Publish
- @sunmao-ui/editor-sdk@0.1.1
 - @sunmao-ui/editor@0.5.1
2022-03-09 17:12:05 +08:00
Bowen Tan
be0b3f7a98 modify editor-sdk package.json 2022-03-09 17:09:27 +08:00
Bowen Tan
c2510d7767 Publish
- @sunmao-ui/arco-lib@0.1.0
 - @sunmao-ui/chakra-ui-lib@0.3.0
 - @sunmao-ui/core@0.5.0
 - @sunmao-ui/editor-sdk@0.1.0
 - @sunmao-ui/editor@0.5.0
 - @sunmao-ui/runtime@0.5.0
2022-03-09 17:02:14 +08:00
yz-yu
d1671d5f63
Merge pull request #329 from webzard-io/improve-arco
Improve arco components
2022-03-09 16:52:24 +08:00
tanbowensg
05275637db
Merge pull request #340 from webzard-io/fix/xzdry-patch
fix: fix tabs not displaying properly
2022-03-09 16:46:56 +08:00
xzdry
c571dc357b fix: fix tabs not displaying properly 2022-03-09 11:38:26 +08:00
yz-yu
ae5ee1a623
Merge pull request #339 from webzard-io/feat/form-type
show component type in form
2022-03-09 10:57:21 +08:00
Bowen Tan
6a8b2217a0 show component type in form 2022-03-09 10:49:37 +08:00
xzdry
04c68b77bc feat: add localstorage to datasource 2022-03-09 09:48:06 +08:00
MrWindlike
3770aa9e5d Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/custom-widget 2022-03-08 21:16:43 +08:00
tanbowensg
4c00b8b38c
Merge pull request #336 from webzard-io/feat/upload-file
Add FileInput Component
2022-03-08 18:14:37 +08:00
Yanzhen Yu
c414381563 fix stringify undefined value 2022-03-08 15:58:17 +08:00
Bowen Tan
d6490a7788 improve input & select 2022-03-08 14:54:41 +08:00
Bowen Tan
6c96da9722 imporve checkbox & radio 2022-03-08 14:54:39 +08:00
Bowen Tan
1159ef3ee1 add default style for stack 2022-03-08 14:51:23 +08:00
Bowen Tan
07d4f3a48e improve FileInput 2022-03-08 14:21:33 +08:00
Bowen Tan
74081ea612 implement FileUploader & fetch trait supports bodyType 2022-03-08 14:12:19 +08:00
MrWindlike
8ff97f2190 feat: add the popover widget 2022-03-08 13:57:40 +08:00
MrWindlike
8ad33d6938 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/custom-widget 2022-03-07 19:04:23 +08:00
MrWindlike
4eca2c342c fix: fix some widgets' problems 2022-03-07 18:52:32 +08:00
yz-yu
797db6bde1
Merge pull request #332 from webzard-io/feat/trait-factory
add TraitImplFactory
2022-03-07 18:37:04 +08:00
Bowen Tan
8acdefa4a5 improve editor mask label 2022-03-07 16:07:18 +08:00
Bowen Tan
b19010e9ae add TraitImplFactory 2022-03-07 14:42:33 +08:00
MrWindlike
5ec71b1fcd Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/custom-widget 2022-03-07 11:19:41 +08:00
xzdry
326f692821 fix: fix a bug where two updates to the store do not trigger a view refresh 2022-03-07 10:05:46 +08:00
xzdry
630fc87ea6 feat: implement localstorage trait 2022-03-07 09:59:52 +08:00
MrWindlike
213cd7cf7f Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/custom-widget 2022-03-07 09:10:05 +08:00
MrWindlike
95fd1cf3c6 chore: import components from chakra instead of SDK 2022-03-07 09:03:59 +08:00
MrWindlike
45fcf0d20d fix: remove calling onChange in the useEffect of widgets 2022-03-03 23:58:55 +08:00
MrWindlike
f93c69af9c feat: add the editor SDK package 2022-03-03 22:28:26 +08:00
yz-yu
85f88b5ec3
Merge pull request #328 from webzard-io/improve-arco
Improve arco components & add examples
2022-03-03 21:37:05 +08:00
Bowen Tan
94098eda4e rename table rowSelectionType 2022-03-03 18:16:13 +08:00
Bowen Tan
9543d3e3e1 improve table & add table examples 2022-03-03 17:52:22 +08:00
Bowen Tan
e7b5c293f1 improve tab component and add example 2022-03-03 17:03:08 +08:00
tanbowensg
28ee98f2d7
Merge pull request #327 from webzard-io/fix/windlike-patch
fix(editor): fix the API's response doesn't display
2022-03-03 15:29:03 +08:00
Bowen Tan
41764fc209 improve menu and layout component & add layout with menu example 2022-03-03 15:27:08 +08:00
Bowen Tan
10d0447299 add postcss for arco-lib 2022-03-03 15:18:18 +08:00
MrWindlike
eba99423c3 fix(editor): fix the API's response doesn't display 2022-03-03 14:04:36 +08:00
Bowen Tan
3d1b1549c5 remove editor from arco-lib's dependencies 2022-03-03 11:18:51 +08:00
Bowen Tan
208737c98f add peer dependencies 2022-03-03 11:03:34 +08:00
MrWindlike
bae327d20e feat: chang the widgets according to the proposal 2022-03-02 18:29:59 +08:00
Bowen Tan
b359f8c37d Publish
- @sunmao-ui/arco-lib@0.0.7
 - @sunmao-ui/chakra-ui-lib@0.2.1
 - @sunmao-ui/core@0.4.1
 - @sunmao-ui/editor@0.4.1
 - @sunmao-ui/runtime@0.4.1
2022-03-02 18:09:31 +08:00
tanbowensg
ea9f331fa7
Merge pull request #322 from webzard-io/feat/arco-form
feat: implement FormStack and FormControl
2022-03-02 17:41:49 +08:00
xzdry
dfb4993941 refactor: Optimised form styles 2022-03-02 17:27:22 +08:00
Bowen Tan
af76eb8609 add utilMethodManager 2022-03-02 16:39:20 +08:00
Bowen Tan
9f5d9147ec add scrollToComponent utilMethod 2022-03-02 16:08:02 +08:00
tanbowensg
e119fcb60a
Merge pull request #311 from webzard-io/feat/space
feat: implement core space component
2022-03-02 13:47:39 +08:00
xzdry
f69f6bbac2 feat: add arco lib 2022-03-02 13:33:55 +08:00
xzdry
1a4cd734b9 feat: implement FormStack and FormControl 2022-03-02 13:26:48 +08:00
yz-yu
bb6aba3f83
Merge pull request #320 from webzard-io/feat/dialog-mask
EditorMask support components in dialog
2022-03-02 10:36:57 +08:00
Bowen Tan
ba25194287 change hook didDomUpdate name 2022-03-02 10:09:43 +08:00
Bowen Tan
ef0383e8e9 import arco lib 2022-03-01 18:30:07 +08:00
tanbowensg
809bfa5015 Merge pull request #37 from webzard-io/table
add displayValue for table column & eval $listItem for td
2022-03-01 17:51:47 +08:00
tanbowensg
91958f9364 Merge pull request #38 from webzard-io/feat/modal
update modal for new EditorMask
2022-03-01 17:51:47 +08:00
tanbowensg
75b3778f48 Merge pull request #36 from webzard-io/form
add tabs component
2022-03-01 17:51:47 +08:00
tanbowensg
f12d05de8e Merge pull request #35 from webzard-io/example
table example
2022-03-01 17:51:47 +08:00
tanbowensg
4581d2a7f7 Merge pull request #34 from webzard-io/yz-patch
refine layout component
2022-03-01 17:51:46 +08:00
tanbowensg
ee47da58fd Merge pull request #33 from webzard-io/example
refactor: use expression widget to show data
2022-03-01 17:51:46 +08:00
xzdry
f58cd197c9 Merge pull request #32 from webzard-io/feat/tree
add tree component
2022-03-01 17:51:46 +08:00
tanbowensg
38c4ee0c29 Merge pull request #31 from webzard-io/improve
Improve components
2022-03-01 17:51:46 +08:00
Bowen Tan
585a412c45 v0.0.6 2022-03-01 17:51:46 +08:00
tanbowensg
64a798ecf2 Merge pull request #28 from webzard-io/fix/arco-ref
fix some components ref bug
2022-03-01 17:51:46 +08:00
tanbowensg
78056ad930 Merge pull request #27 from webzard-io/improve
fix some bugs
2022-03-01 17:51:46 +08:00
tanbowensg
ab5d437d73 Merge pull request #26 from webzard-io/arco-ref
add ref for arco components
2022-03-01 17:51:46 +08:00
tanbowensg
3b15fc4e33 Merge pull request #25 from webzard-io/improve
expand components property spec
2022-03-01 17:51:45 +08:00
MrWindlike
19f09a7067 Merge pull request #24 from webzard-io/improve
feat(table): expand properties spec
2022-03-01 17:51:45 +08:00
xzdry
69ba766ab6 Merge pull request #22 from webzard-io/improve
Improve component and component props
2022-03-01 17:51:45 +08:00
MrWindlike
f78ce70b4a Merge pull request #19 from webzard-io/component-improve
refactor: improve some components
2022-03-01 17:51:45 +08:00
MrWindlike
d6f9bc26f1 Merge pull request #21 from webzard-io/bugfix
fix(table): add pagesize
2022-03-01 17:51:45 +08:00
xzdry
62a4723956 Merge pull request #20 from webzard-io/radio
feat(Radio): add Radio component
2022-03-01 17:51:45 +08:00
Bowen Tan
7e8bfff6c6 0.0.5 2022-03-01 17:51:45 +08:00
tanbowensg
8bdbb81470 Merge pull request #18 from webzard-io/bugfix
key of the table should support string type & fix treeselect schema
2022-03-01 17:51:45 +08:00
Bowen Tan
74190264ca 0.0.4 2022-03-01 17:51:45 +08:00
tanbowensg
9721130538 Merge pull request #17 from webzard-io/bugfix
fix(table): use sunmao runtime's module and event schmea
2022-03-01 17:51:45 +08:00
Bowen Tan
e8f371aaf9 0.0.3 2022-03-01 17:51:45 +08:00
tanbowensg
a10e6f7345 Merge pull request #16 from webzard-io/bugfix
Fixed a bug that reset all states when canceling one of the multiple selections
2022-03-01 17:51:45 +08:00
Bowen Tan
7c8731405b 0.0.2 2022-03-01 17:51:44 +08:00
tanbowensg
64750873e1 Merge pull request #15 from webzard-io/component-table
Component table
2022-03-01 17:51:44 +08:00
tanbowensg
a96d6d583d Merge pull request #13 from webzard-io/component-pagination
feat: implement pagination
2022-03-01 17:51:44 +08:00
tanbowensg
289ed6598a Merge pull request #14 from webzard-io/checkbox
feat(Checkbox): implement checkbox
2022-03-01 17:51:44 +08:00
Bowen Tan
c837077f33 add lib in package 2022-03-01 17:51:44 +08:00
Bowen Tan
ace3a8ed1c prepare publish 2022-03-01 17:51:44 +08:00
xzdry
7847a36587 Merge pull request #11 from webzard-io/feat/demo
add button demo
2022-03-01 17:51:44 +08:00
tanbowensg
31a8c74a7c Merge pull request #12 from webzard-io/component-steps
feat: implement steps
2022-03-01 17:51:44 +08:00
tanbowensg
b4fa03a442 Merge pull request #10 from webzard-io/component-modal
feat: implement modal
2022-03-01 17:51:44 +08:00
tanbowensg
78473df7fe Merge pull request #8 from webzard-io/dropdown
feat: implement dropdown
2022-03-01 17:51:44 +08:00
tanbowensg
79a9d5c30e Merge pull request #5 from webzard-io/improve
refactor: remove unnecessary component states and optimize components
2022-03-01 17:51:44 +08:00
Bowen Tan
0fd1f30e5d fix string union type 2022-03-01 17:51:44 +08:00
tanbowensg
f5d3ffdcc7 Merge pull request #6 from webzard-io/component-treelike
implement treeselect & timeline
2022-03-01 17:51:43 +08:00
tanbowensg
4d6b95ab48 Merge pull request #9 from webzard-io/feat/icon
add Icon Component
2022-03-01 17:51:43 +08:00
tanbowensg
3f1b4297b6 Merge pull request #7 from webzard-io/component-simple
implement alert & link
2022-03-01 17:51:43 +08:00
tanbowensg
02baff5b32 Merge pull request #4 from webzard-io/refactor/add-eslint
add eslint
2022-03-01 17:51:43 +08:00
tanbowensg
5ac40e0785 Merge pull request #3 from webzard-io/mentions
update editor version and implement part of component
2022-03-01 17:51:43 +08:00
yz-yu
2b40c905d8 Merge pull request #2 from webzard-io/date-picker
refactor: upgrade sunmao-ui version and adapt to the new spec type
2022-03-01 17:51:43 +08:00
Yanzhen Yu
351ad47255 component: avatar 2022-03-01 17:51:43 +08:00
Yanzhen Yu
eab659f2fa component: divider 2022-03-01 17:51:43 +08:00
Yanzhen Yu
c9b1d0de29 use sunmao editor as playground 2022-03-01 17:51:43 +08:00
Yanzhen Yu
11d4b64d0a upgrade sunmao-ui 2022-03-01 17:51:43 +08:00
Yanzhen Yu
ebebe8af66 impl Input component 2022-03-01 17:51:43 +08:00
Yanzhen Yu
b74bee8117 impl Dropdown and Space components 2022-03-01 17:51:42 +08:00
Yanzhen Yu
df2cba12be impl menu component 2022-03-01 17:51:42 +08:00
Yanzhen Yu
4b630cbf55 impl simple select 2022-03-01 17:51:42 +08:00
Yanzhen Yu
b024400c90 impl image component 2022-03-01 17:51:42 +08:00
Yanzhen Yu
ede3c1964e impl layout components 2022-03-01 17:51:42 +08:00
Yanzhen Yu
c819032bd4 rename typegen props 2022-03-01 17:51:42 +08:00
Yanzhen Yu
56ddc6527c add props schema typegen 2022-03-01 17:51:42 +08:00
Yanzhen Yu
8718df4598 init arco-lib 2022-03-01 17:51:42 +08:00
Yanzhen Yu
5cf68fe60c first commit 2022-03-01 17:51:42 +08:00
xzdry
82e45d12b2 refactor: change name to stack 2022-03-01 15:37:04 +08:00
Bowen Tan
405a46dcef Editor mask support components in dialog 2022-03-01 14:25:36 +08:00
Bowen Tan
22a777dac8 fix: cannot drop component after components which have no slots 2022-03-01 14:20:02 +08:00
yz-yu
6c67c735a7
Merge pull request #315 from webzard-io/fix/warning
fix the warning in console when create a new component
2022-02-28 18:14:36 +08:00
Bowen Tan
370c73c496 fix the warning in console when create a new component 2022-02-28 17:24:14 +08:00
Bowen Tan
8256c8ef8b fix the bug that expression will re-eval everytime after store updating 2022-02-28 16:18:53 +08:00
xzdry
065cdf438b feat: implement core space component 2022-02-28 10:07:06 +08:00
Bowen Tan
339be0fb41 add generic type for eval functions 2022-02-25 15:49:41 +08:00
yz-yu
d19d665e2b
Merge pull request #307 from webzard-io/feat/event-payload
Make sure event handler is called in sync order and with the lateset state.
2022-02-25 14:16:06 +08:00
Bowen Tan
fe7a719211 convert proxy to raw object in deepEvalAndWatch & fix examples 2022-02-25 13:59:43 +08:00
Bowen Tan
a6b765d34f eval handler before send event to keep the hanlder is the latest 2022-02-24 18:04:23 +08:00
Bowen Tan
9bb7fba7b3 fix: event is async when wait.time is 0 2022-02-24 18:03:31 +08:00
Bowen Tan
3c93faf1b8 fix: the deepeval watch method generates mutable object 2022-02-24 18:03:31 +08:00
MrWindlike
c46dfb102b feat: support tab to change form focus
make tab key down in the compact expression editor to change form focus
2022-02-24 16:05:27 +08:00
MrWindlike
b8bb57f188 feat: set max height for ExpressionWidget 2022-02-24 15:59:39 +08:00
yz-yu
82104673c2
Merge pull request #299 from webzard-io/feat/datasource
feat: improve datasource[fix #289]
2022-02-24 14:23:35 +08:00
tanbowensg
2636bd8a8f
Merge pull request #293 from webzard-io/feat/property-classification
feat: add a preset order to property categories
2022-02-24 13:44:38 +08:00
MrWindlike
bb573e9a80 fix: change the conditions to show expression btn
don't show button when schema type is `array` or `object`
2022-02-24 11:50:02 +08:00
MrWindlike
83fefbfd1d chore: expose setCode from ExpressionEditor 2022-02-24 11:43:00 +08:00
xzdry
d982fb098a feat: add and export PRESET_PROPERTY_CATEGORY 2022-02-24 10:27:14 +08:00
Bowen Tan
bb997b2ac2 fix: cannot save changes from code mode 2022-02-23 15:00:55 +08:00
yz-yu
f0099ab245
Merge pull request #300 from webzard-io/fix/component-tree
fix component tree bug and improve interaction
2022-02-23 13:48:25 +08:00
xzdry
33a4ed2592 Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/property-classification 2022-02-23 10:47:54 +08:00
MrWindlike
f8875ec486 fix: improve KeyValueEditor style
make the height of `StringField` input in the `KeyValueEditor` fixed
2022-02-22 14:26:56 +08:00
Bowen Tan
1a23dde524 fix: component should not be drop to its self or children 2022-02-22 14:16:11 +08:00
MrWindlike
8e5f079d7b fix(editor): change prop defaultCode to code for ExpressionEditor 2022-02-22 13:01:26 +08:00
MrWindlike
2667383969 feat(editor): improve datasource and event form
support expression input and schema filed for datasource and event form
2022-02-22 12:06:33 +08:00
Bowen Tan
ea42b336cc feat: If you drag a component after an expanded component, this component will be append to its child. 2022-02-22 11:19:37 +08:00
Yanzhen Yu
28f556de09 fix tsconfig to emit declaration files 2022-02-22 11:14:08 +08:00
Yanzhen Yu
1c0d843240 improve the expression parser
By introducing a looking ahead algorithm,
now we can correctly parse expressions like:
{{{a: 1}}}
2022-02-21 19:49:31 +08:00
yz-yu
29b315e403
Merge pull request #295 from webzard-io/yz-patch
small changes
2022-02-21 19:47:47 +08:00
Yanzhen Yu
473458abe3 export local storage manager 2022-02-21 19:13:43 +08:00
Bowen Tan
6b5c170691 Support coping component to root level when no component is selected. 2022-02-21 18:18:03 +08:00
Bowen Tan
315f4945ad fix typo 2022-02-21 18:04:20 +08:00
Bowen Tan
abeccd45b4 fix the bug that a component cannot be copied multiple times 2022-02-21 17:54:25 +08:00
Yanzhen Yu
04ec9e6845 remove plain button component 2022-02-21 15:35:13 +08:00
MrWindlike
0a7e91e8c8 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/datasource 2022-02-21 14:06:17 +08:00
xzdry
0a2b2fa3b6 feat: add a preset order to property categories 2022-02-21 13:42:41 +08:00
MrWindlike
b0eb0921e2 fix(editor): prevent API and state form keyboard events to accidentally trigger operation shortcut 2022-02-21 11:22:56 +08:00
MrWindlike
da29f5a8cd fix(runtime): remove executing trait from useState 2022-02-21 10:15:22 +08:00
Bowen Tan
7ca0781393 Publish
- @sunmao-ui/chakra-ui-lib@0.2.0
 - @sunmao-ui/core@0.4.0
 - @sunmao-ui/editor@0.4.0
 - @sunmao-ui/runtime@0.4.0
2022-02-17 18:04:31 +08:00
Bowen Tan
a7e4f3e5f7 remove empty application template 2022-02-17 17:54:44 +08:00
Bowen Tan
4bed7d5aae add chakra switch component 2022-02-17 17:44:32 +08:00
Bowen Tan
6bb6acc617 fix bug that new created component is not observed resize 2022-02-17 16:26:43 +08:00
Bowen Tan
8df35c22bf fix text component cannot be selected bug 2022-02-17 15:24:44 +08:00
Bowen Tan
f782e68ae3 register lib in PreviewModal 2022-02-17 15:13:49 +08:00
Bowen Tan
f360632a06 fix: mask position calculation is wrong after scrolling 2022-02-17 11:49:54 +08:00
yz-yu
dfb2b66a0e
Merge pull request #283 from webzard-io/fix/bugs
fix some small bugs
2022-02-16 16:35:09 +08:00
Bowen Tan
19a0d7292f hide explorer 2022-02-16 15:16:13 +08:00
MrWindlike
535e19bd9f fix(editor): fix setting API's body 2022-02-16 14:39:48 +08:00
Bowen Tan
b6fd5c1512 fix the bug that cannot drag component to a selected component 2022-02-16 11:25:05 +08:00
Bowen Tan
2df5395665 fix typo: hanlder => handler 2022-02-16 11:02:22 +08:00
Bowen Tan
46137aa8d2 Fix the bug that page cannot scroll when chakra dialog is openning. 2022-02-16 10:53:06 +08:00
MrWindlike
363af1b817 fix(runtime): fix deleting state in the wrong time 2022-02-15 16:55:54 +08:00
yz-yu
61d97fc55a
Merge pull request #280 from webzard-io/fix/disable-save-anyway
validation error will not block save anymore
2022-02-15 15:44:01 +08:00
tanbowensg
114babd865
Merge pull request #281 from webzard-io/feat/chakra-properties-category
feat(lib): change properties spec
2022-02-15 15:43:03 +08:00
yz-yu
da43750319
Merge pull request #276 from webzard-io/feat/property-classification
fix: fix bugs with incorrect setting values and incorrect sorting
2022-02-15 15:27:56 +08:00
MrWindlike
79c4c29e95 chore: fix test cases and change some properties' spec 2022-02-15 15:19:05 +08:00
xzdry
0aa55c7ad0 fix: use advance instead of basic and put it at the bottom 2022-02-15 15:12:35 +08:00
MrWindlike
fc15a2dc50 feat(lib): change properties spec 2022-02-15 13:49:36 +08:00
Bowen Tan
f6cafef182 validation error will not block save anymore 2022-02-15 10:22:44 +08:00
Yanzhen Yu
dc271becd9 use auto refresh addon in code mirror 2022-02-14 23:27:07 +08:00
yz-yu
e9a8b0abb9
Merge pull request #278 from webzard-io/fix/wrapper-drop-bug
improve left panel ui tree
2022-02-14 21:58:11 +08:00
Bowen Tan
7b95f04383 improve left panel ui tree 2022-02-14 18:00:46 +08:00
xzdry
eb58535565 fix: fix bugs with incorrect setting values and incorrect sorting 2022-02-14 16:41:23 +08:00
MrWindlike
322654289c fix(editor): fix error of resolving the conflict 2022-02-14 15:22:32 +08:00
MrWindlike
daf3118b70 fix(editor): fix crash after errors hanpened 2022-02-14 15:19:47 +08:00
tanbowensg
a0a5a653a2
Merge pull request #270 from webzard-io/feat/datasource
feat: make the DataSource as an independent panel
2022-02-14 14:01:21 +08:00
tanbowensg
8567a83e28
Merge pull request #273 from webzard-io/feat/property-classification
feat: classify the properties of the components
2022-02-14 10:41:46 +08:00
MrWindlike
82eec7dcd2 fix(runtime): delete the component state when unmounting 2022-02-14 09:49:19 +08:00
Yanzhen Yu
7290a721d5 improve overlay mode and impl editor modal 2022-02-13 14:09:15 +08:00
Yanzhen Yu
b4e1ea2dc3 improve expression editor with codemirror multiplexing and overlay 2022-02-12 15:46:33 +08:00
xzdry
1a03f331e3 feat: classify the properties of the components 2022-02-12 14:21:06 +08:00
yz-yu
7ab7afa6a7
Merge pull request #271 from webzard-io/fix/wrapper-drop-bug
fix can not drop component in mask bug
2022-02-12 00:10:29 +08:00
MrWindlike
13c6196205 chore: eslint fixed 2022-02-11 17:48:31 +08:00
MrWindlike
7e14b0b2c5 chore(DataSource): improve the codes 2022-02-11 17:43:37 +08:00
Bowen Tan
64deb7ef42 fix can not drop component in mask bug 2022-02-11 16:21:33 +08:00
MrWindlike
d670694361 fix(editor): auto change selected component id after id changed
ISSUE: https://github.com/webzard-io/sunmao-ui/issues/264
2022-02-11 16:18:17 +08:00
MrWindlike
5fededd409 feat(editor): improve UI 2022-02-11 10:31:18 +08:00
MrWindlike
7d06ca61e1 fix(editor): fix the API DataSource params replaced wrong 2022-02-11 10:03:41 +08:00
MrWindlike
f27a1b6a64 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/datasource 2022-02-11 09:59:56 +08:00
MrWindlike
4ee2dea836 feat(editor): improve UI interaction 2022-02-11 09:45:01 +08:00
Yanzhen Yu
75cf9d0128 do not reset value when original value is undefined 2022-02-10 23:33:20 +08:00
Bowen Tan
4cbb6f187c rename and add test 2022-02-10 18:17:05 +08:00
MrWindlike
5642fde8dc Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/datasource 2022-02-10 18:12:38 +08:00
MrWindlike
69a1f7cd35 feat: make the DataSource as an independent panel 2022-02-10 18:05:05 +08:00
Bowen Tan
f40c42fa8a add ref to chakra-ui components 2022-02-10 15:34:10 +08:00
Bowen Tan
cb3d7e9dd2 refine code 2022-02-10 15:34:10 +08:00
Bowen Tan
1e29658fef drag component to mask 2022-02-10 15:34:10 +08:00
Bowen Tan
5aecab13b3 use resize observer 2022-02-10 15:34:09 +08:00
Bowen Tan
07a0a0af61 add drop slot area 2022-02-10 15:34:09 +08:00
Bowen Tan
053ca3bc63 add lifecycles 2022-02-10 15:34:09 +08:00
Bowen Tan
9f8a23902d detect mouse position 2022-02-10 15:34:09 +08:00
Bowen Tan
5d182f9a0a render border 2022-02-10 15:34:09 +08:00
Yanzhen Yu
5d2418f8dd improve #225, reset field value when type miss match 2022-02-10 00:02:08 +08:00
Yanzhen Yu
f0810a09f1 customize state viewer theme 2022-02-09 23:49:48 +08:00
Yanzhen Yu
f46df01acc add category annotation to chakra ui lib 2022-02-09 14:50:33 +08:00
Yanzhen Yu
31bfa1fc32 refactor component list with category annotation 2022-02-09 13:41:04 +08:00
Yanzhen Yu
a722dcc34a extend metadata and set category annotation to core components 2022-02-09 12:50:51 +08:00
yz-yu
f68207c91c
Merge pull request #265 from webzard-io/auto-complete
impl #225 trigger auto-complete when typing
2022-02-09 09:36:51 +08:00
Yanzhen Yu
c683619a86 impl #225 trigger auto-complete when typing 2022-02-08 18:27:02 +08:00
yz-yu
96d5bfc76e
Merge pull request #243 from webzard-io/improve/xzdry
feat: change selected componet will automatically jump to the inspect…
2022-02-08 18:25:37 +08:00
tanbowensg
ed913afc94
Merge pull request #260 from webzard-io/feat/windlike-patch
feat(editor): auto-complete the parameters of the method
2022-02-08 11:00:34 +08:00
MrWindlike
ac1c09e98f feat(editor): auto-complete the parameters of the method 2022-02-07 17:24:44 +08:00
xzdry
727718010b fix: use @typescript-eslint/no-unused-vars instead of no-unused-vars to support typescript 2022-02-07 15:58:30 +08:00
xzdry
aba1265b00 fix: correct some typos 2022-02-07 15:54:30 +08:00
Bowen Tan
a0e1a9bf31 fix bug that the editor will crash after change module 2022-02-07 14:32:48 +08:00
Bowen Tan
9e8b9d5c75 rename folder and files name 2022-02-07 13:42:46 +08:00
tanbowensg
dec1a8526a
Merge pull request #238 from webzard-io/feat/xzdry-patch
feat: support top level components reorder
2022-02-07 11:34:28 +08:00
tanbowensg
70873a491f
Merge pull request #244 from webzard-io/yanzhen-patch-2
improve state viewer UX
2022-02-07 10:59:09 +08:00
tanbowensg
cd3a87be5c
Merge pull request #256 from webzard-io/fix/windlike-patch
fix(editor): change some styles and fix the problems of editor
2022-02-07 10:55:51 +08:00
Yanzhen Yu
e92ee94203 improve multiline expression eval 2022-02-04 17:01:45 +08:00
Yanzhen Yu
46fa447432 support expression editor in object values 2022-02-04 16:32:40 +08:00
Yanzhen Yu
8a375861e6 support expression in number and any fields 2022-02-04 15:21:42 +08:00
Yanzhen Yu
fce1d84bbe implement filter for state viewer 2022-01-31 22:12:09 +08:00
MrWindlike
77031a620a fix(editor): fix the problem of removing a module 2022-01-30 15:53:00 +08:00
MrWindlike
02d1a407dd fix(editor): make the created module's name is different 2022-01-30 15:48:12 +08:00
MrWindlike
f5aa1460ba fix(editor): fix can't change module's version and name at same time 2022-01-30 15:18:38 +08:00
Yanzhen Yu
7652f26599 improve state viewer UX
1. watch state change and update the UI
2. use react-json-tree instead of CodeMirror
2022-01-30 13:02:38 +08:00
xzdry
c7142b53e8 refactor: optimized naming 2022-01-30 12:27:31 +08:00
MrWindlike
3417e1ad72 fix(editor): fix the component wrapper's label is invisible in some sitiations 2022-01-30 11:12:09 +08:00
xzdry
58f2ec47ec test: add test case of move top-level component 2022-01-30 10:25:23 +08:00
xzdry
f233881405 feat: change selected componet will automatically jump to the inspect interface 2022-01-29 16:06:26 +08:00
Bowen Tan
7c2e9983a7 fix jest fails loading css file bug 2022-01-29 14:34:30 +08:00
Bowen Tan
d88c9e9b23 Publish
- @sunmao-ui/chakra-ui-lib@0.1.6
 - @sunmao-ui/editor@0.3.13
 - @sunmao-ui/runtime@0.3.12
2022-01-29 11:51:54 +08:00
Bowen Tan
6e178104d0 Merge branch 'main' into publish
* main:
  fix(editor): disabled trait created when it is exist
  chore(editor): logic improve
  fix(trait): fix no `onComplete` on fetch trait form when it created
  fix(editor): fix that can't find the component by id after change its id
  fix(editor): fix production error by tsup
  test(editor): add FieldModel test cases
2022-01-29 11:50:12 +08:00
tanbowensg
3edfbc16ab
Merge pull request #240 from webzard-io/fix/fetch
fix(editor): fix trait form problems
2022-01-29 11:49:45 +08:00
MrWindlike
cb57c197c5 fix(editor): disabled trait created when it is exist 2022-01-29 11:45:18 +08:00
tanbowensg
c886327f06
Merge pull request #237 from webzard-io/fix/windlike-patch
fix(editor): fix some errors and add test cases
2022-01-29 11:40:11 +08:00
MrWindlike
44645b19ec chore(editor): logic improve 2022-01-29 11:28:15 +08:00
MrWindlike
8c677de77a fix(trait): fix no onComplete on fetch trait form when it created 2022-01-29 10:16:59 +08:00
xzdry
482642a15e feat: support top level components reorder 2022-01-28 17:15:37 +08:00
MrWindlike
1232db2659 fix(editor): fix that can't find the component by id after change its id 2022-01-28 17:14:03 +08:00
MrWindlike
0136cce5ee fix(editor): fix production error by tsup
tsup transforms json properties to variable which may make some mistakes
2022-01-28 16:50:06 +08:00
MrWindlike
0b3bc0f912 test(editor): add FieldModel test cases 2022-01-28 15:36:40 +08:00
Bowen Tan
620fc212aa Publish
- @sunmao-ui/chakra-ui-lib@0.1.5
 - @sunmao-ui/editor@0.3.12
 - @sunmao-ui/runtime@0.3.11
2022-01-28 15:06:18 +08:00
Bowen Tan
22fc280702 export css for editor 2022-01-28 15:00:17 +08:00
Bowen Tan
cdcc8f5e6d Merge branch 'main' into publish
* main:
  fix cannot addModuleId to stateMap bug
  chore(editor): fix type error
  chore(editor): change code style
  fix(editor): forbid drop to component which has no slots
  fix(editor): fix display errors when set event's target to `$utils`
  fix(editor): make the warning area update immediately
  fix(editor): fix display errors when set event's target to `$utils`
  change default value of  Type.Any to undefined
  check modules when validating expression
  fix some style bugs
  fix: will not delete input component which in editing state
  fix(editor): make the warning area update immediately
  fix(editor): recover app when the runtime errors are fixed
  chore: change code style
  feat(Editor): add `$utils` to event targets
  types(IFieldModel): fix type error
  fix(editor): make the form update correctly
2022-01-28 14:18:33 +08:00
yz-yu
8b1a8a7845
Merge pull request #236 from webzard-io/fix/bug
fix cannot addModuleId to stateMap bug
2022-01-28 13:39:23 +08:00
tanbowensg
87e6289747
Merge pull request #229 from webzard-io/fix/windlike-patch
fix(editor): make the form update correctly
2022-01-28 13:36:05 +08:00
tanbowensg
5639ca0d05
Merge pull request #231 from webzard-io/bugfix
fix: Fix the bug that the component will be deleted when editing in the Input
2022-01-28 13:34:39 +08:00
tanbowensg
f1ec4515a2
Merge pull request #233 from webzard-io/fix/warning-area
fix(editor): make the warning area update immediately
2022-01-28 13:34:00 +08:00
Bowen Tan
b0968231e8 fix cannot addModuleId to stateMap bug 2022-01-28 12:47:51 +08:00
MrWindlike
8fbb6a7f9c chore(editor): fix type error 2022-01-28 09:28:53 +08:00
MrWindlike
d83ff4169b chore(editor): change code style 2022-01-28 09:14:03 +08:00
MrWindlike
3eabd7ae4a Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/windlike-patch 2022-01-27 18:32:44 +08:00
MrWindlike
26ebd7b24c fix(editor): forbid drop to component which has no slots 2022-01-27 18:22:21 +08:00
MrWindlike
4b99a4bc24 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/warning-area 2022-01-27 17:44:56 +08:00
MrWindlike
e0f2083df5 fix(editor): fix display errors when set event's target to $utils 2022-01-27 17:20:31 +08:00
MrWindlike
95186a8b64 fix(editor): make the warning area update immediately 2022-01-27 17:20:22 +08:00
MrWindlike
dbd16d311b fix(editor): fix display errors when set event's target to $utils 2022-01-27 17:18:54 +08:00
Bowen Tan
dd1d1ec8a1 change default value of Type.Any to undefined 2022-01-27 17:09:43 +08:00
Bowen Tan
b874ca203d check modules when validating expression 2022-01-27 17:09:36 +08:00
Bowen Tan
cc21a427e0 fix some style bugs 2022-01-27 17:09:26 +08:00
xzdry
e815e83e12 fix: will not delete input component which in editing state 2022-01-27 16:46:09 +08:00
MrWindlike
446a15777c fix(editor): make the warning area update immediately 2022-01-27 16:16:42 +08:00
MrWindlike
40b9b5f32f Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/windlike-patch 2022-01-27 16:01:25 +08:00
tanbowensg
84f311982d
Merge pull request #232 from webzard-io/fix/recover-editor
fix(editor): recover app when the runtime errors are fixed
2022-01-27 15:57:03 +08:00
MrWindlike
9f11d4c298 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/windlike-patch 2022-01-27 15:40:38 +08:00
MrWindlike
159dc7aeeb fix(editor): recover app when the runtime errors are fixed 2022-01-27 15:33:49 +08:00
MrWindlike
60c28d7f1d chore: change code style 2022-01-27 11:15:05 +08:00
MrWindlike
663ba650e0 feat(Editor): add $utils to event targets 2022-01-27 10:05:54 +08:00
Bowen Tan
e60cfe6138 Publish
- @sunmao-ui/editor@0.3.11
2022-01-26 18:01:04 +08:00
Bowen Tan
cfe8c60af0 change editor package entry 2022-01-26 17:59:18 +08:00
MrWindlike
5ab4c6988b types(IFieldModel): fix type error 2022-01-26 17:31:24 +08:00
MrWindlike
4cc0aca7bb Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into fix/windlike-patch 2022-01-26 17:30:34 +08:00
Bowen Tan
7c7dca7834 Publish
- @sunmao-ui/chakra-ui-lib@0.1.4
 - @sunmao-ui/core@0.3.6
 - @sunmao-ui/editor@0.3.10
 - @sunmao-ui/runtime@0.3.10
2022-01-26 17:24:58 +08:00
MrWindlike
f96dc66881 fix(editor): make the form update correctly 2022-01-26 17:24:22 +08:00
yz-yu
7437dc7560
Merge pull request #223 from webzard-io/refactor/appModelManager
refactor operationManager with appModel
2022-01-26 16:57:07 +08:00
Bowen Tan
dcc3d7f04d fetch trait defualt method is get 2022-01-26 15:15:53 +08:00
Bowen Tan
f382a83599 event trait form can choose methods from trait 2022-01-26 14:24:36 +08:00
Bowen Tan
14cd570911 properties validator detect window variables 2022-01-26 14:24:36 +08:00
Bowen Tan
16a26aa651 fix style trait width bug 2022-01-26 14:24:36 +08:00
tanbowensg
e60f2e905c
Merge pull request #226 from webzard-io/auto-complete
Auto complete, part 1
2022-01-26 14:22:12 +08:00
yz-yu
b17f662f7a
Merge pull request #227 from webzard-io/zbs-demo
fix some editor bugs
2022-01-26 13:00:17 +08:00
Bowen Tan
ff7506c26b fix cannot add fetch trait bug 2022-01-26 10:00:33 +08:00
Yanzhen Yu
4f393563f2 fix lockfile and type errors 2022-01-26 09:55:58 +08:00
Yanzhen Yu
495afd4f61 impl expression editor with tern 2022-01-25 23:17:32 +08:00
Yanzhen Yu
910f0ec186 support code mode in schema fields 2022-01-25 18:53:54 +08:00
Bowen Tan
c72c34bfa0 fix addModuleId multiple times bug 2022-01-25 17:29:33 +08:00
Bowen Tan
d618d8bd6d add utilMethods to sunmaoLib & implement chakra toast as utilMethod of lib 2022-01-24 11:41:25 +08:00
Bowen Tan
5ad0d6fea5 refactor operationManager with appModel 2022-01-21 16:14:36 +08:00