112 Commits

Author SHA1 Message Date
nemo-shen
cecccc714b test(Sidebar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
338f90d5c5 test(Slider): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
4ada479baf test(Field): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
7cc0379043 test(IndexBar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
0bc139bfb0 test(NavBar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
fa3b17fdaa test(NoticeBar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
beaa24f81b test(Notify): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
40349869e5 test(Overlay): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
1739317a5c test(TreeSelect): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
1a9df5599d test(ShareSheet): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
970967a63f test(Progress): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
88529e642f test(Popup): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
bd9ce42f8d test(Panel): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
46a4c7c4f2 test(GoodsAction): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
7e8a0eb4a9 test(Calendar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
c9dbfc570a test(Toast): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
a3787220c2 test(Tag): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
eda2100dfa test(Tabbar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
efbc3a9ce6 test(SubmitBar): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
3abd671715 test(Sticky): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
1eabea17a8 test(Steps): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
6e4ebfd886 test(Tab): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
ce8955560e test(Stepper): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
606bf8aa25 test(Skeleton): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
689c5d82ed test(Search): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
293f372da5 test(Rate): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
89d2cdbd2d test(Radio): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
0893406a63 test(Loading): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
24017c1c88 test(Image): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
13df6519a4 test(Icon): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
dfe3d3e9f5 test(Empty): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
75eec05604 test(Divider): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
03ee861ca6 test(Dialog): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
8248ff50d1 test(ConfigProvider): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
b6381a0b31 test(Col): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
0ec0925001 test(Circle): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
fd85dcb64b test(CheckBox): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
f88aaf114c test(Cell): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
e14ca0b257 test(Card): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
ff4299b124 test(Grid): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
2591498204 test(Area): add test demo 2021-12-21 09:51:43 +08:00
nemo-shen
7819c25be0 test(ActionSheet): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
3edbcdce53 test(Switch): add demo test 2021-12-21 09:51:43 +08:00
nemo-shen
ee0e485eef
test(Button): add unit test (#4603)
* fix: test init

* test(Button): add unit test

* fix(test): remove unused code

* test(build): remove demo/test dir when compile

* fix(Button): remove duplicate demo

* test(Button): adjust component.json
2021-11-10 15:54:37 +08:00
nemo-shen
b7aaefebf3
feat(ConfigProvider): add config-provider component (#4279) 2021-06-25 17:14:08 +08:00
rex
13e82ea0db
feat(share-sheet): add new component (#3559) 2020-08-26 15:18:19 +08:00
DFmoon
3a60055f8e
feat(Empty): add Empty component (#3327)
* feat(Empty): add Empty component

* fix: 支持传入自定义图片链接

Co-authored-by: shendongfeng <shendongfeng@youzan.com>
2020-06-30 11:43:37 +08:00
rex
163ac52542
feat(Calendar): add new component calendar (#2894) 2020-03-20 23:15:18 +08:00
Waiter
26698e895a
chore: change some code (#2756) 2020-02-14 11:19:50 +08:00
neverland
9ef4cae03f
fix(Skeleton): missing wx:key and page declaration (#2312) 2019-11-15 14:13:11 +08:00