3135 Commits

Author SHA1 Message Date
neverland
2a065f85ef
feat(Field): add clear-icon prop (#8438) 2021-04-01 09:51:00 +08:00
nemo-shen
5eeaa2dd9b
test(DropdownMenu): test cases (#8425)
* test(DropdownMenu): test cases

* test(DropdownMenu): test cases

Co-authored-by: nemo-shen <1034131477@qq.com>
2021-03-30 16:37:05 +08:00
neverland
a3c9111130
docs(DatetimePicke): update demo (#8427) 2021-03-29 19:42:55 +08:00
neverland
62eda87c99
chore: split function call (#8424) 2021-03-29 17:47:24 +08:00
neverland
eec186ac19
feat(Dialog): allow to render JSX message (#8420)
* feat(Dialog): allow to render JSX message

* types: add DialogMessage type
2021-03-29 15:51:02 +08:00
neverland
1a6930fa73
docs(SwipeCell): improve event param (#8413) 2021-03-26 17:55:38 +08:00
neverland
20bb718ab6
fix(Field): should not reset validation after blured (#8409)
* fix(Field): should not reset validation after blured

* test(Form): add reset validation test case
2021-03-26 10:55:21 +08:00
neverland
2cad166226
fix(Sticky): Element not exist during SSR (#8407)
* fix(Sticky): Element not exist during SSR

* chore: upd
2021-03-25 11:35:59 +08:00
Dante
507adef9b2
fix: corrected horizontal slip judgment (#8388) 2021-03-24 07:55:48 +08:00
neverland
6d428345d7
feat(Image): add icon-size prop (#8395) 2021-03-23 17:15:08 +08:00
neverland
49430a1ef6
feat(Row): add wrap prop (#8393) 2021-03-23 13:05:52 +08:00
neverland
71d60cdca0
feat(Cascader): add swipeable prop (#8383) 2021-03-21 21:25:00 +08:00
neverland
1865e06a7a
feat(Dialog): add footer slot (#8382) 2021-03-20 15:47:52 +08:00
neverland
fa5c8cd0b4
feat(Badge): add show-zero prop (#8381) 2021-03-19 09:59:51 +08:00
neverland
f7706fb179
docs: add component registration link (#8378) 2021-03-18 11:23:49 +08:00
neverland
61b8cf2dec
feat(Sticky): add change event (#8374) 2021-03-18 09:35:31 +08:00
Glory 1997
062f5c54b4
docs(Sticky): reorder documents (#8370) 2021-03-17 16:38:09 +08:00
neverland
b3146b9108
style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00
BeADre
3b645362d8
docs(collapse): fix typo (#8367) 2021-03-17 14:03:57 +08:00
neverland
70b78b0b4a
feat(PullRefresh): add @pull-refresh-loading-icon-size less var (#8366) 2021-03-17 11:51:28 +08:00
neverland
648a768bdd
feat(List): add @list-loading-icon-size less var (#8365) 2021-03-17 10:10:58 +08:00
chenjiahan
465bf07095 feat(Loading): add @button-loading-icon-size less var 2021-03-17 10:08:58 +08:00
neverland
d9ed5b9fb0
chore(Tabbar): improve isUnfit (#8356) 2021-03-15 20:35:14 +08:00
neverland
b119d4ad41
feat(Popover): add duration prop (#8355) 2021-03-15 20:23:02 +08:00
neverland
c452926cd1
feat(Popover): add overlay-style prop (#8354) 2021-03-15 20:20:41 +08:00
neverland
536f2fad38
feat(Popover): add overlay-class prop (#8353)
* feat(Popover): add overlay-class prop

* chore: upd
2021-03-15 20:17:29 +08:00
neverland
40a1b27c5d
fix(Popover): close-on-click-outside not work (#8352) 2021-03-15 20:05:45 +08:00
nemo-shen
d9c51b9070
fix(utils): 调整deepClone (#8340)
* fix(utils): 调整deepClone

解决deepClone没有对数组进行处理的问题

* style(utils): format

* fix(utils): 删除isDef判断

T声明应该应该传入null或者undefined

* fix(utils): add isDef

1. 考虑到可能会有参数同时存在oject和null两种可能性,重新增加isDef判断
2. 补全测试用例

Co-authored-by: nemo-shen <1034131477@qq.com>
2021-03-15 20:01:14 +08:00
neverland
a7fb5f732e
feat(Popover): add close-on-click-overlay prop (#8351) 2021-03-15 19:56:53 +08:00
neverland
ca9ec7e1bd
fix(Toast): icon-size prop should affect loading icon (#8339) 2021-03-14 11:52:28 +08:00
neverland
7a14991b16
feat(Toast): add iconSize option (#8338) 2021-03-14 11:44:43 +08:00
neverland
6877dabe6a
feat(Tag): close event param (#8337) 2021-03-14 11:30:04 +08:00
neverland
1e3791a8a3
docs(ShareSheet): add open、close event (#8336) 2021-03-14 11:24:54 +08:00
neverland
2961384530
feat(ShareSheet): add cancel slot (#8335) 2021-03-14 11:24:48 +08:00
neverland
c424d6efcd
feat(Cascader): add close-icon prop (#8334) 2021-03-14 11:20:08 +08:00
neverland
393d7cb7af
feat(ActionSheet): add cancel slot (#8333) 2021-03-14 11:14:55 +08:00
neverland
ceebc22e63
types: extract prop types (#8332) 2021-03-14 10:58:08 +08:00
neverland
6e026e18c3
fix(Swipe): incorrect item width after scaled (#8330) 2021-03-13 18:19:42 +08:00
nemo-shen
c5ac2b62aa
test(Toast): add test cases (#8324)
* test(Toast): add test cases

* test(Toast): add test cases

Co-authored-by: nemo-shen <1034131477@qq.com>
2021-03-13 17:44:12 +08:00
neverland
e1bfb7b27d
feat(Coupon): add @coupon-corner-checkbox-icon-color var (#8323) 2021-03-12 09:43:31 +08:00
neverland
27a52949fa
feat(ContactList): add @contact-list-item-radio-icon-color var (#8322) 2021-03-11 21:15:55 +08:00
nemo-shen
dcd5f08b3b
test(Uploader): add test cases (#8318)
* test(Uploader): add test cases

* test(Uploader): add test cases

* test(Uploader): add test cases

* test(Uploader): 修复类型错误

Co-authored-by: nemo-shen <1034131477@qq.com>
2021-03-10 11:25:16 +08:00
neverland
1381070a12
chore: prefer named exports (#8315)
* chore: prefer named exports

* chore: fix import
2021-03-09 15:39:26 +08:00
neverland
5d5ff1da4a
chore: function components support named exports (#8314) 2021-03-09 11:18:58 +08:00
chenjiahan
b526bfeee9 docs(changelog): 3.0.9 2021-03-08 17:37:31 +08:00
neverland
110af6f1f4
docs: revert cdn URL (#8310) 2021-03-08 17:19:56 +08:00
neverland
8bae9ca0ed
chore: export some types (#8309) 2021-03-08 17:14:55 +08:00
neverland
ae40d40c24
types: improve generated component typing (#8308) 2021-03-08 16:52:15 +08:00
Lindy
0c740b6962
feat(AddressList): add tag slots (#8292) 2021-03-08 16:50:12 +08:00
neverland
e540876398
refactor: reorganize all components (#8303) 2021-03-08 11:50:37 +08:00