xzdry
37a163f3f1
fix(Table): fix the problem that selectedRow has no value
2022-06-13 09:57:02 +08:00
yz-yu
c376f18aee
Merge pull request #445 from Mark-Fenng/main
...
doc: fix a broken link in README
2022-06-12 21:05:53 +08:00
Yun Feng
c5bc85d088
fix a broken link in README
2022-06-12 22:58:33 +10:00
yz-yu
1266cc3e1b
Merge pull request #386 from webzard-io/docs
...
add readme and docs
2022-06-10 16:07:44 +08:00
tanbowensg
0773f77c90
Merge pull request #442 from webzard-io/fix/windlike
...
fix(EventWidget): fix the parameters init problem
2022-06-10 14:27:58 +08:00
Bowen Tan
3ccb7407fd
docs(component): add docs and readme
2022-06-10 14:06:00 +08:00
Bowen Tan
3da918ce7f
fix(FontWidget): improve font widget
2022-06-10 14:05:22 +08:00
MrWindlike
3b4c2e038c
fix(EventWidget): fix the parameters init problem
2022-06-10 14:02:01 +08:00
MrWindlike
19be7d30d6
test: fix the tests failure
2022-06-10 10:26:11 +08:00
MrWindlike
67d4e49f5b
feat(editor): add the slot trait form
...
ISSUES CLOSED : #440
2022-06-10 09:58:35 +08:00
yz-yu
3f76911745
Merge pull request #439 from webzard-io/chore/translate-text
...
chore(examples): translate and change text in examples
2022-06-09 18:30:01 +08:00
Bowen Tan
870fc9144a
chore(examples): translate and change text in examples
...
- @sunmao-ui/arco-lib@0.3.0-alpha.1
- @sunmao-ui/chakra-ui-lib@0.5.0-alpha.1
-
@sunmao-ui/editor-sdk@0.3.0-alpha.1
- @sunmao-ui/editor@0.7.0-alpha.1
-
@sunmao-ui/runtime@0.7.0-alpha.1
- @sunmao-ui/shared@0.2.0-alpha.1
2022-06-09 18:26:12 +08:00
tanbowensg
9d2af48058
Merge pull request #433 from webzard-io/chore/gitadd
...
fix bug: fail to release pacakge because of commitlint
2022-06-09 17:46:49 +08:00
tanbowensg
512a0c3a2f
Merge pull request #438 from webzard-io/feat/arco
...
fix some arco bugs
2022-06-09 17:31:22 +08:00
Bowen Tan
86d5513927
fix(FormSection): change z-index
2022-06-09 11:14:17 +08:00
xzdry
08376c41ae
Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco
2022-06-09 10:39:31 +08:00
xzdry
792e5f4880
fix: fix some arco bugs
...
Remove useless attributes
Fix slot-related bugs
Fix popover wrong display of controlled mode
2022-06-09 10:38:50 +08:00
tanbowensg
da841a9f6f
Merge pull request #431 from webzard-io/feat/rendercomponent
...
List and table support render component directly
2022-06-09 09:50:41 +08:00
Bowen Tan
987453374e
Merge branch 'main' into feat/rendercomponent
...
* main:
feat: add the `requestFullscreen` method to the iframe component
feat: add the iframe component
# Conflicts:
# packages/runtime/src/services/Registry.tsx
2022-06-08 14:22:32 +08:00
Bowen Tan
90ec91f55b
fix(arco-table): change displayValue contidition
2022-06-08 14:21:25 +08:00
tanbowensg
00c5f345da
Merge pull request #434 from webzard-io/feat/iframe
...
feat: add the iframe component
2022-06-08 14:19:13 +08:00
MrWindlike
942fc6c75a
feat: add the requestFullscreen
method to the iframe component
2022-06-08 11:04:53 +08:00
MrWindlike
6e22f1f852
feat: add the iframe component
...
ISSUES CLOSED : #396
2022-06-07 14:17:46 +08:00
Bowen Tan
63971a46ae
feat(arco-table): support render component and update example
2022-06-06 16:42:19 +08:00
Bowen Tan
d69ade6655
build(package.json): modify commit message to pass commitlint when releasing package
2022-06-06 15:50:31 +08:00
Bowen Tan
07b6375790
build(package.json): remove 'git add' from lint-staged
2022-06-06 15:28:43 +08:00
Bowen Tan
ab9d8fd96f
test(list): update list examples
2022-06-06 14:57:20 +08:00
Bowen Tan
51c1ec448f
feat(chakra): add component table column
2022-06-06 14:57:20 +08:00
Bowen Tan
0c1b602fcb
feat(runtime): use slot pass component
2022-06-06 14:57:18 +08:00
Bowen Tan
de105e3230
add componentRenderer
2022-06-06 14:55:45 +08:00
Bowen Tan
e763766d75
rename ModuleRenderSpec
2022-06-06 14:55:45 +08:00
tanbowensg
5910e9d2d7
Merge pull request #432 from webzard-io/feat/arco
...
Feat/arco
2022-06-06 14:51:27 +08:00
xzdry
7f42012e09
chore: update arco version
2022-06-06 12:09:16 +08:00
xzdry
6e72d046f3
feat(Message): add Message utils
2022-06-06 12:02:55 +08:00
xzdry
e75db74dc3
feat(TimePicker): add TimePicker component
2022-06-06 12:02:11 +08:00
xzdry
9c7317df9b
fix(DatePicker): fix incorrect slots and some other bugs
2022-06-06 12:01:08 +08:00
Bowen Tan
61731f998e
Merge branch 'main' into feat/style-trait-widget
...
* main:
feat(widget): add the color widget
fix: fix the type errors
fix(widget): fix the crash problem when opening the event tab
refactor(slot): slotSchema -> SlotSpec
chore(examples): change the util method's examples
refactor(arco): fix type
update the collapse component impl
refine slotElements interface to avoid re-mount
memomize slotElements to avoid extra re-mount
adapt new slots spec in editor
migrate all in-tree components to the new slot spec
impl #388 , support slot props and apply to tabs component
# Conflicts:
# packages/editor-sdk/src/components/Widgets/StyleWidgets/SizeWidget.tsx
# packages/editor-sdk/src/components/Widgets/index.ts
# packages/editor/src/components/ComponentForm/StyleTraitForm/StyleTraitForm.tsx
2022-06-06 10:33:52 +08:00
yz-yu
6e5a1e19cb
Merge pull request #430 from webzard-io/feat/windlike-patch
...
feat(widget): add the color widget
2022-06-03 22:06:07 +08:00
MrWindlike
d1da6e64fa
feat(widget): add the color widget
2022-06-02 13:51:25 +08:00
xzdry
34b801cb84
Merge branch 'main' of github.com:webzard-io/sunmao-ui into feat/arco
2022-06-02 09:56:27 +08:00
xzdry
35acaa6021
feat(table): multi-selection support across pages
2022-06-01 18:17:13 +08:00
tanbowensg
83c3f7a374
Merge pull request #429 from webzard-io/fix/windlike
...
Fix/windlike
2022-06-01 18:11:24 +08:00
MrWindlike
90209876c9
fix: fix the type errors
2022-06-01 18:08:22 +08:00
MrWindlike
98f2a432a2
fix(widget): fix the crash problem when opening the event tab
...
1. remove circle denpendencies
2. use `parseTypeBox` to generate the params default value
2022-06-01 18:07:57 +08:00
Bowen Tan
efa6773be4
feat(ComponentForm): add text align field
2022-06-01 16:26:54 +08:00
tanbowensg
116865ba5a
Merge pull request #389 from webzard-io/yz-patch
...
impl #388 , support slot props
2022-06-01 16:20:16 +08:00
Bowen Tan
db8ec36364
Merge branch 'main' into yz-patch
...
* main:
chore(examples): change the util method's examples
feat(table): support for custom filtering, sorting and paging
change size widget props type
improve component form style
support size widget
add cssProperties in style trait
style widget
2022-06-01 16:18:32 +08:00
Bowen Tan
59e1e213c7
refactor(slot): slotSchema -> SlotSpec
2022-06-01 16:16:28 +08:00
Bowen Tan
297ad3c0ec
feat(ComponentForm): add font widget
2022-06-01 15:08:41 +08:00
tanbowensg
821d4f7a34
Merge pull request #427 from webzard-io/feat/windlike-patch
...
chore(examples): change the util method's examples
2022-06-01 13:56:02 +08:00