1676 Commits

Author SHA1 Message Date
MrWindlike
c69bbfaf1c fix: add circular reference handling for object stringification 2025-03-11 10:17:46 +08:00
MrWindlike
7e88dfeb44 fix: remove the useless component key 2024-07-19 11:22:15 +08:00
Bowen Tan
beca5d4b0f fix(runtime): increase priority of style trait 2024-07-18 18:03:06 +08:00
MrWindlike
5902e34b34 feat(Validation): add the default values for the props and params 2024-02-19 11:09:42 +08:00
Bowen Tan
94564e7325 chore(*): publish
- @sunmao-ui/arco-lib@0.11.0
 - @sunmao-ui/chakra-ui-lib@0.11.0
 - @sunmao-ui/core@0.11.0
 - @sunmao-ui/editor-sdk@0.11.0
 - @sunmao-ui/editor@0.11.0
 - @sunmao-ui/runtime@0.11.0
 - @sunmao-ui/shared@0.11.0
 - @sunmao-ui/vite-plugin-fs@0.1.2
 - @sunmao-ui/vite-plugins@1.1.2
2023-09-07 10:27:19 +08:00
tanbowensg
a5c74b5746
Merge pull request #721 from smartxworks/feat/watcher
feat(runtime): add watcher data source
2023-09-07 09:57:50 +08:00
tanbowensg
3e977315b6
Merge pull request #725 from smartxworks/feat/datasource-tag
feat(editor): support use tags to filter data source
2023-09-07 09:57:39 +08:00
Bowen Tan
ed0a1fd4e3 feat(editor): support use tags to filter data source 2023-09-06 14:45:58 +08:00
Bowen Tan
2fa9db5fde feat(runtime): add watcher data source 2023-09-06 14:31:33 +08:00
MrWindlike
3aa08e3d17 feat(Editor): not allowed to remove component that is used by others 2023-09-06 13:37:39 +08:00
tanbowensg
f7bcbb22ad
Merge pull request #717 from smartxworks/feat/event-component-tooltip
feat(editor-sdk): add tooltip for too long ArrayTableRow
2023-09-05 11:17:39 +08:00
MrWindlike
bdda1356e6 feat(Editor): support copy the component states 2023-09-01 14:28:46 +08:00
tanbowensg
9729c55990
Merge pull request #722 from smartxworks/feat/window-services
feat(runtime): mount sunmao services on window
2023-08-31 16:53:56 +08:00
tanbowensg
b11c3d9985
Merge pull request #716 from smartxworks/feat/hide-validator
feat(editor): hide warning area & disable validator
2023-08-31 16:47:32 +08:00
tanbowensg
712f5a579e
Merge pull request #718 from smartxworks/feat/eval-input
feat(editor): add convenient eval input
2023-08-31 16:47:21 +08:00
Bowen Tan
84bad0af9c feat(runtime): mount sunmao services on window 2023-08-30 17:04:25 +08:00
tanbowensg
32713c8060
Merge pull request #720 from smartxworks/fix/conditions
fix: the data passed to shouldRender should be evaled
2023-08-30 16:53:54 +08:00
xzdry
9fd9a9055c fix: the data passed to shouldRender should be evaled 2023-08-30 10:03:30 +08:00
xzdry
b67e15cc41 feat(Modal): add hideFooter property 2023-08-30 09:31:48 +08:00
Bowen Tan
82c107af36 feat(editor): hide warning area & disable validator 2023-08-29 17:07:46 +08:00
Bowen Tan
9c56b2ad65 feat(editor): add convenient eval input 2023-08-29 16:33:16 +08:00
Bowen Tan
1b9672e188 feat(editor-sdk): add tooltip for too long ArrayTableRow 2023-08-29 14:31:10 +08:00
Yanzhen Yu
3c79dd7360 expose services when init editor 2023-06-20 22:43:03 +08:00
tanbowensg
2a0b4d9b60
Merge pull request #714 from smartxworks/fix/table
fix(Table): fix  where the state was not updated correctly in some cases
2023-05-19 10:10:25 +08:00
tanbowensg
4fb5d3bba8
Merge pull request #713 from smartxworks/fix/collapse
fix(Collapse): fix a dead loop caused by passing in a new array
2023-05-19 10:04:58 +08:00
xzdry
dd3d034463 fix(Table): fix where the state was not updated correctly in some cases 2023-05-15 11:27:16 +08:00
xzdry
cc3ab308a2 fix(Collapse): fix a dead loop caused by passing in a new array 2023-05-12 13:50:51 +08:00
xzdry
e7f6a6670e feat: add popover trigger style for tooltip and popover 2023-05-09 18:38:37 +08:00
xzdry
75eb138e7e feat(ExpressionWidget): add slotProps tip 2023-05-05 16:15:45 +08:00
tanbowensg
18a9b298d0
Merge pull request #709 from smartxworks/fix/windlike-dev
fix(Validation): don't validate the nonexistent rules
2023-04-13 10:25:40 +08:00
MrWindlike
26a4c654df fix(Validation): don't validate the nonexistent rules 2023-04-12 19:00:01 +08:00
xzdry
ae90a55421 fix(ComponentSearch): use onSelect instead of onChange 2023-04-12 09:40:30 +08:00
Bowen Tan
4bc635a9a6 fix(runtime): use proxy when watch and eval slot props 2023-04-10 19:11:52 +08:00
tanbowensg
b9880d7d7e
Merge pull request #706 from smartxworks/fix/windlike-dev
feat: support switching the custom widget to the expression
2023-03-30 16:18:46 +08:00
tanbowensg
ecfd7af8c6
Merge pull request #704 from smartxworks/fix/arco-table
Fix/arco table
2023-03-30 16:17:48 +08:00
MrWindlike
7298ccd014 feat: support switching the custom widget to the expression 2023-03-30 16:09:32 +08:00
Bowen Tan
a33f545b38 feat: editor supports module method 2023-03-30 15:58:27 +08:00
Bowen Tan
333963756b feat: runtime supports module method 2023-03-30 15:13:15 +08:00
xzdry
01a045a7ff fix(Table): deep eval columns when columns is expression 2023-03-29 17:13:21 +08:00
tanbowensg
e0557c926b
Merge pull request #703 from smartxworks/feat/module-event-method
feat: support listening module events by event trait
2023-03-29 17:01:23 +08:00
Bowen Tan
17e8439294 feat: support listening module events by event trait 2023-03-29 16:47:24 +08:00
xzdry
a32f2d6057 fix: if checkCross is enabled,value should be cached when data changes 2023-03-29 11:15:44 +08:00
xzdry
56a371fa0e Merge branch 'develop' of github.com:webzard-io/sunmao-ui into fix/dry 2023-03-28 10:34:55 +08:00
tanbowensg
bb3a6d4007
Merge pull request #696 from smartxworks/fix/679
fix(#679): ensure that ids are unique when copying components
2023-03-28 10:26:44 +08:00
tanbowensg
b0ba492b31
Merge pull request #701 from smartxworks/fix/slot-name
fix: hide slot names  only when the slot is unique and is content
2023-03-28 10:23:06 +08:00
xzdry
5052766c7c fix: hide slot names only when the slot is unique and is content 2023-03-28 09:41:02 +08:00
tanbowensg
d7d5dcd1b6
Merge pull request #699 from smartxworks/feat/logs
Feat/logs
2023-03-27 17:27:00 +08:00
xzdry
ebb06679e2 test(component.spec.ts): add paste component test case 2023-03-27 15:27:03 +08:00
xzdry
33a0fdaad8 refactor(pasteComponentLeafOperation): making code more readable 2023-03-27 14:47:33 +08:00
xzdry
d1f9398466 fix(AppModel): update componentMap after copying top-level components 2023-03-27 13:29:19 +08:00