Yanzhen Yu
084eb33a76
fix component props eval: deep eval only once
2021-09-20 15:55:58 +08:00
Bowen Tan
ae981541bd
change form control to horizontal
2021-09-18 18:06:31 +08:00
Bowen Tan
8eaec48b97
add dialog form
2021-09-18 14:38:04 +08:00
Bowen Tan
288a432923
integrate form, table and api
2021-09-18 10:32:53 +08:00
Bowen Tan
a3bcb4efc3
add Volume Form
2021-09-17 15:40:07 +08:00
Bowen Tan
e5f2f1b8d3
fix form validation
2021-09-17 10:45:44 +08:00
Bowen Tan
b677bf1ecc
add resetForm method
2021-09-17 10:45:44 +08:00
Bowen Tan
aa00c670d6
complete form component
2021-09-17 10:45:44 +08:00
Bowen Tan
b44ae7685f
add formControl
2021-09-17 10:45:44 +08:00
Bowen Tan
06a3586221
fix validation text does not show in the first render bug
2021-09-17 10:45:44 +08:00
tanbowensg
985f8035b7
Merge pull request #69 from Sczlog/main
...
add chakra-ui toast.
2021-09-17 10:30:34 +08:00
tanbowensg
7894db3215
Merge pull request #67 from webzard-io/cep/radio
...
feat: impl radio and radioGroup
2021-09-17 10:11:49 +08:00
Bowen Tan
8ff0c996d4
add checkbox for table
2021-09-17 09:41:12 +08:00
Bowen Tan
6f10569d92
add dialog in table
2021-09-17 09:41:09 +08:00
Bowen Tan
4a8ae01ab5
table multi select
2021-09-17 09:38:27 +08:00
Bowen Tan
d72d4c57fa
add displayValue for table
2021-09-17 09:38:27 +08:00
Bowen Tan
07b68d8372
split table file
2021-09-17 09:38:27 +08:00
Bowen Tan
319a7beec6
add dummy query
2021-09-17 09:38:27 +08:00
Bowen Tan
65c4c44816
delete row
2021-09-17 09:38:27 +08:00
Bowen Tan
a9d03a0cc6
define table column and add pagination
2021-09-17 09:38:27 +08:00
Bowen Tan
a5b22a8ac1
integrate todolist with api
2021-09-17 09:38:27 +08:00
Bowen Tan
7b6555dc59
refactor: fix trait and component eval order
2021-09-17 09:38:27 +08:00
Sczlog
a5fafc4798
add chakra-ui toast.
2021-09-16 18:51:25 +08:00
chenenpei
56ecfba185
feat: impl radio and radioGroup
2021-09-16 17:06:01 +08:00
chenenpei
0157206207
feat: impl select component
2021-09-15 14:22:37 +08:00
Shengjie Yang
034073d770
fix: use initialValue to replace async setValue
2021-09-13 10:25:44 +08:00
Shengjie Yang
50b07210ed
feat: impl dialog component
2021-09-13 10:25:43 +08:00
Bowen Tan
f7da7a15b0
add style trait
2021-09-13 10:09:17 +08:00
yz-yu
646fdf2c89
Merge pull request #53 from webzard-io/feat/list
...
implement List component
2021-09-12 18:15:15 +08:00
Bowen Tan
25525f9951
implement tooltip component
2021-09-10 17:15:39 +08:00
Chu Bin
e3b38a79e5
feat: chakra image component
2021-09-06 17:57:39 +08:00
Bowen Tan
d05f736a9e
complete simple todo list
2021-09-06 14:05:00 +08:00
Bowen Tan
16f07c20f9
add arrayState Trait
2021-09-06 14:05:00 +08:00
Bowen Tan
9cec11d180
add create and delete button
2021-09-06 14:05:00 +08:00
Bowen Tan
45e5c48f89
support using $listItem in {{}} expression
2021-09-06 14:05:00 +08:00
Bowen Tan
1c9e1c9a99
implement list custom template
2021-09-06 14:05:00 +08:00
Bowen Tan
b9de19bd56
init list
2021-09-06 14:04:59 +08:00
yz-yu
c2670c9a50
Merge pull request #47 from webzard-io/refactor/trait
...
Refactor trait new implementation
2021-09-02 22:02:12 +08:00
chenenpei
84e5250c8c
implement chakra checkbox group #5
2021-09-02 10:08:39 +08:00
Bowen Tan
fd3f27a9e9
restore setValue and support 2 parameters
2021-08-31 14:50:32 +08:00
Bowen Tan
878eb6b318
fix merge code bug
2021-08-31 14:17:11 +08:00
Bowen Tan
50c07a19e6
refactor state trait
2021-08-31 14:05:04 +08:00
Bowen Tan
88b1aad48e
complete validation trait with new trait
2021-08-31 14:01:32 +08:00
Bowen Tan
983d97715a
format all code
2021-08-31 11:18:11 +08:00
Sczlog
5eeac0bcca
replace route trait by slot trait
...
1. replace route trait by slot trait
2. update example
2021-08-25 10:57:19 +08:00
Sczlog
6acd38906b
refactor router component
...
1. refactor most of the component from wouter.
2. add support for route parameter
3. add support for strict and exact matching
4. modify the createRouter function of wouter to remove the top level RouterProvider
5. move matcher to route level not the top level
2021-08-24 16:34:11 +08:00
Sczlog
5bfc886b31
misc update on router
...
1. update example page's title
2. pass params to ImplWrapper(currently not pass it to the component, need discussion on it)
2021-08-23 15:32:09 +08:00
Sczlog
c993c0eb86
hash router
...
1. update example with hash router
(not work good with nested hash router)
2021-08-23 15:31:55 +08:00
Sczlog
575e999785
implement nested router
2021-08-12 18:44:49 +08:00
Sczlog
61b9e897c6
fix redirect and implement default
...
1. fix redirect
2. implement default route
2021-08-12 16:29:03 +08:00