Commit Graph

148 Commits

Author SHA1 Message Date
Bowen Tan
a6851b804d Publish
- @sunmao-ui/arco-lib@0.2.0-alpha.2
 - @sunmao-ui/chakra-ui-lib@0.4.0-alpha.2
 - @sunmao-ui/core@0.6.0-alpha.2
 - @sunmao-ui/editor-sdk@0.2.0-alpha.2
 - @sunmao-ui/editor@0.6.0-alpha.2
 - @sunmao-ui/runtime@0.6.0-alpha.2
 - @sunmao-ui/shared@0.1.0-alpha.2
2022-05-17 13:48:33 +08:00
tanbowensg
f850aa64b8
Merge pull request #402 from webzard-io/feat/arco
Feat/arco
2022-05-17 10:45:00 +08:00
xzdry
ebf9f073a1 feat(input): add updateWhenDefaultValueChanges property 2022-05-16 10:12:04 +08:00
xzdry
96b3c98cad refactor(formcontrol): restore the grid layout properties of fromcontrol 2022-05-16 09:58:29 +08:00
xzdry
40e5af4f06 feat(link): add default status 2022-05-16 09:52:38 +08:00
xzdry
6c8b1b678d feat: add arco slider component 2022-05-16 09:51:14 +08:00
Bowen Tan
d251c480c8 Publish
- @sunmao-ui/arco-lib@0.2.0-alpha.1
 - @sunmao-ui/chakra-ui-lib@0.4.0-alpha.1
 - @sunmao-ui/core@0.6.0-alpha.1
 - @sunmao-ui/editor-sdk@0.2.0-alpha.1
 - @sunmao-ui/editor@0.6.0-alpha.1
 - @sunmao-ui/runtime@0.6.0-alpha.1
 - @sunmao-ui/shared@0.1.0-alpha.1
2022-05-12 12:23:10 +08:00
tanbowensg
24e7b87c89
Merge pull request #398 from webzard-io/feat/arco
fix some bugs
2022-05-12 10:24:50 +08:00
xzdry
2cfd2516ac fix(tabs): add setActiveTab methods 2022-05-12 09:40:51 +08:00
Bowen Tan
56712f18ad Publish
- @sunmao-ui/arco-lib@0.2.0-alpha.0
 - @sunmao-ui/chakra-ui-lib@0.4.0-alpha.0
 - @sunmao-ui/core@0.6.0-alpha.0
 - @sunmao-ui/editor-sdk@0.2.0-alpha.0
 - @sunmao-ui/editor@0.6.0-alpha.0
 - @sunmao-ui/runtime@0.6.0-alpha.0
 - @sunmao-ui/shared@0.1.0-alpha.0
2022-05-10 17:50:20 +08:00
Bowen Tan
67f7f683c6 Merge branch 'main' into publish
* main: (24 commits)
  set the default value of debugStore and debugEvent to be false
  fix test
  feat: scroll the tree item into view when select the component
  fix: switch the scale buttons
  fix: improve the expression result display
  refactor init functions parameters
  feat: add the `clear` method to the fetch trait
  feat(tree): add onSelect events
  fix: correct splicing url
  fix(module): change the widget of property to display correct
  fix: select component to add non-empty judgement
  fix: change the import path
  fix: fix the changing api form's tab problem
  fix: fix the datasource update problems
  chore: make the data type datasource informations as constants
  chore: use the enum to replace the constants
  chore: change `GLOBAL_UTILS_ID` to `GLOBAL_UTIL_METHOD_ID`
  feat: add transformer trait
  chore: use the constant as the widget name
  chore: export `RegistryInterface` instead of `Registry`
  ...

# Conflicts:
#	packages/arco-lib/package.json
#	packages/editor-sdk/package.json
#	packages/editor/package.json
#	packages/runtime/package.json
2022-05-10 17:33:42 +08:00
yz-yu
2048d3047e
Merge pull request #394 from webzard-io/refactor/init-function
refactor init functions' parameters
2022-05-10 14:08:25 +08:00
Bowen Tan
f088608fe9 set the default value of debugStore and debugEvent to be false 2022-05-10 14:02:08 +08:00
Bowen Tan
a6c76f0d24 refactor init functions parameters 2022-05-09 18:51:45 +08:00
xzdry
51dfc2bbc6 Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco 2022-05-09 15:09:27 +08:00
xzdry
03f918032b feat(tree): add onSelect events 2022-05-07 18:20:32 +08:00
xzdry
cecf2fddb8 fix: change the import path 2022-05-07 11:04:37 +08:00
MrWindlike
47d8d11901 chore: use the enum to replace the constants 2022-05-05 22:44:56 +08:00
MrWindlike
e55820be71 Merge branch 'main' of https://github.com/webzard-io/sunmao-ui into feat/shared 2022-05-05 17:32:23 +08:00
Bowen Tan
3b14a36148 Publish
- @sunmao-ui/arco-lib@0.1.9
 - @sunmao-ui/chakra-ui-lib@0.3.9
 - @sunmao-ui/core@0.5.6
 - @sunmao-ui/editor-sdk@0.1.10
 - @sunmao-ui/editor@0.5.10
 - @sunmao-ui/runtime@0.5.8
2022-04-29 17:16:17 +08:00
xzdry
632e20ff97 improve core stack component 2022-04-27 14:00:46 +08:00
xzdry
36ef824714 change some property title 2022-04-27 11:18:57 +08:00
xzdry
1416699bc8 Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco 2022-04-27 09:18:49 +08:00
xzdry
67d843e319 feat: add grid components and remove the layout property of formcontrol 2022-04-26 21:07:02 +08:00
xzdry
4eb334a5d1 fix: improve timeline property and make the state of treeSelect correct 2022-04-26 17:04:03 +08:00
xzdry
5be9a68f6d feat(table): add onRowClick event 2022-04-26 16:46:45 +08:00
xzdry
1a4b6ee713 remove form and using conditional rendering improve table property 2022-04-26 16:36:59 +08:00
xzdry
b3a2d62f8a fix: make the value of mergeState up-to-date & fix ref reference error 2022-04-26 11:36:31 +08:00
MrWindlike
f000c653fb chore: use the constant as the widget name 2022-04-26 10:44:23 +08:00
xzdry
093abf0108 refactor: improve select and radio 2022-04-25 14:38:16 +08:00
xzdry
fc15befa56 feat: improve progress and add animation property 2022-04-25 13:20:31 +08:00
xzdry
79168b6eda refactor: improve popover and tooltip 2022-04-25 13:19:36 +08:00
xzdry
d37986a19d feat: optimise modal and pagination 2022-04-25 13:17:55 +08:00
xzdry
a49e7d0d53 feat: add events to mentions & add defaultOpen property to modal 2022-04-24 18:42:08 +08:00
xzdry
b127c703e9 feat: add events to input components 2022-04-24 17:44:38 +08:00
xzdry
a03489e2c8 feat: add image group & optimise dropdown 2022-04-24 16:46:39 +08:00
xzdry
0efb3824ea Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco 2022-04-24 13:37:20 +08:00
xzdry
c83a1bf4ac feat: add descriptions component & add dropdown demo 2022-04-24 13:17:01 +08:00
Bowen Tan
8964ffd45e improve merge trait result method 2022-04-22 17:14:52 +08:00
Bowen Tan
0edbfdb6e7 Merge branch 'main' into feat/new-trait
* main:
  Publish
  fix: fix changing wrong tab when drag the component
  feat: add refresh button

# Conflicts:
#	packages/runtime/src/components/_internal/ImplWrapper.tsx
#	packages/runtime/src/components/core/Dummy.tsx
#	packages/runtime/src/traits/core/State.tsx
#	packages/runtime/src/types/trait.ts
2022-04-22 16:33:36 +08:00
Bowen Tan
2a9fc72c59 Publish
- @sunmao-ui/arco-lib@0.1.8
 - @sunmao-ui/chakra-ui-lib@0.3.8
 - @sunmao-ui/core@0.5.5
 - @sunmao-ui/editor-sdk@0.1.9
 - @sunmao-ui/editor@0.5.9
 - @sunmao-ui/runtime@0.5.7
2022-04-21 17:53:12 +08:00
Bowen Tan
487d810156 refactor ImplWrapper 2022-04-20 18:56:29 +08:00
Bowen Tan
89777796c1 add lifecycle hooks 2022-04-18 17:25:29 +08:00
xzdry
1ae52e24ca feat: add divider demo & add new properties to collapse 2022-04-18 10:53:10 +08:00
xzdry
8e8eebb9c7 refactor: make type safe 2022-04-15 17:56:05 +08:00
Bowen Tan
a14b6ed1e3 add HiddenImplWrapper 2022-04-15 17:19:37 +08:00
xzdry
d1312f4d2d refactor(collapse): remove collapseItem component & make type safe 2022-04-15 16:43:21 +08:00
xzdry
9caf29b74a fix(checkbox):fix the bug that events are displayed incorrectly and setCheckedValues does not work 2022-04-15 16:40:20 +08:00
tanbowensg
f74b5bfccf
Merge pull request #378 from webzard-io/feat/arco
Feat/arco
2022-04-15 10:28:11 +08:00
xzdry
af04c66ace format 2022-04-14 11:06:01 +08:00