1810 Commits

Author SHA1 Message Date
陈嘉涵
56e450f29e feat(PullRefresh): add success slot 2019-12-27 15:06:37 +08:00
陈嘉涵
f3857053d6 test(PullRefresh): add test cases 2019-12-27 14:28:26 +08:00
陈嘉涵
e00058b681 fix(PullRefresh): failed to trigger pull refresh when scrolling 2019-12-27 14:28:26 +08:00
neverland
cf43e6ee75
fix(Toast): may lose forbid click when has multiple toasts (#5398) 2019-12-27 10:57:47 +08:00
陈嘉涵
e9a9388202 feat(List): add error slot 2019-12-26 20:35:16 +08:00
陈嘉涵
8a0705d761 feat(List): add finished slot 2019-12-26 20:14:16 +08:00
陈嘉涵
30b3e4b6ba feat(Calendar): add less vars 2019-12-26 19:59:08 +08:00
陈嘉涵
dec732daac test(Calendar): add test cases 2019-12-26 19:59:08 +08:00
陈嘉涵
87ecdf9425 docs(Calendar): add enUS document 2019-12-26 19:59:08 +08:00
陈嘉涵
28f126e4ec feat(Calendar): add formatter prop 2019-12-26 19:59:08 +08:00
陈嘉涵
1f6cce692c feat(Calendar): add reset method 2019-12-26 19:59:08 +08:00
陈嘉涵
6d85fc0aac fix(Calendar): incorrect header month title 2019-12-26 19:59:08 +08:00
陈嘉涵
c1e8cb9146 feat(Calendar): add show-confirm prop、confirm event 2019-12-26 19:59:08 +08:00
陈嘉涵
39179c2336 feat(Calendar): add popable prop 2019-12-26 19:59:08 +08:00
陈嘉涵
f49c21a7ca feat(Calendar): add default-date prop and remove v-model 2019-12-26 19:59:08 +08:00
陈嘉涵
779dcf4e54 feat(Calendar): add locale messages 2019-12-26 19:59:08 +08:00
陈嘉涵
a0308bddaf docs(Calendar): update demo 2019-12-26 19:59:08 +08:00
陈嘉涵
d9da405b95 fix(Calendar): row-height not work 2019-12-26 19:59:08 +08:00
陈嘉涵
51c4dc180b fix(Calendar): should update header title 2019-12-26 19:59:08 +08:00
陈嘉涵
bfb08c37cb feat(Calendar): lazy render 2019-12-26 19:59:08 +08:00
陈嘉涵
0b721fd87c feat(Calendar): add safe-area-inset-bottom prop、footer slot 2019-12-26 19:59:08 +08:00
陈嘉涵
f65f2cc6cf feat(Calendar): add show-mark prop 2019-12-26 19:59:08 +08:00
陈嘉涵
c9964d5759 chore(Calendar): code review 2019-12-26 19:59:08 +08:00
陈嘉涵
0db1a03996 feat(Calendar): support select date range 2019-12-26 19:59:08 +08:00
陈嘉涵
c447152be9 feat(Calendar): add select event 2019-12-26 19:59:08 +08:00
陈嘉涵
43a0aed8c9 feat(Calendar): support select day 2019-12-26 19:59:08 +08:00
陈嘉涵
e21455f856 feat(Calendar): disable outranged days 2019-12-26 19:59:08 +08:00
陈嘉涵
9f1e3b0fde feat(Calendar): add month mark 2019-12-26 19:59:08 +08:00
陈嘉涵
c53c4a78bb feat(Calendar): change title when scrolling 2019-12-26 19:59:08 +08:00
陈嘉涵
04c412c99b feat(Calendar): add Header component 2019-12-26 19:59:08 +08:00
陈嘉涵
f4f8952553 feat(Calendar): render days 2019-12-26 19:59:08 +08:00
陈嘉涵
49781a5e15 feat(Calendar): add basic files 2019-12-26 19:59:08 +08:00
陈嘉涵
88e3f83b2c docs(AddressList): fix missing default-tag-text 2019-12-25 11:56:55 +08:00
rex
0b6e7ec896 feat(CouponList): modify button style (#5368) 2019-12-25 11:12:02 +08:00
陈嘉涵
46d2b09447 types(Picker): add method types 2019-12-22 17:36:47 +08:00
陈嘉涵
d2bb9fa81b types(Sku): add methods types 2019-12-22 17:36:47 +08:00
陈嘉涵
cf191e09cb types(Uploader): add closeImagePreview method type 2019-12-22 17:36:47 +08:00
陈嘉涵
285bce677c types(List): add check method type 2019-12-22 17:36:47 +08:00
陈嘉涵
0b5c8e5f3d types(Field): add focus、blur method type 2019-12-22 17:36:47 +08:00
陈嘉涵
5c1883f77c types(DropdownItem): add toggle method type 2019-12-22 17:36:47 +08:00
neverland
216ca56e63
types(Checkbox): add toggle method type (#5354) 2019-12-22 13:03:25 +08:00
neverland
24def10a1e
types(Area): add reset method type (#5353) 2019-12-22 12:54:29 +08:00
neverland
a54a77d8c8
types(AddressEdit): add setAddressDetail method type (#5352) 2019-12-22 12:50:03 +08:00
neverland
84f53d0014
fix(Tag): should not trigger click event when close (#5351) 2019-12-22 12:46:26 +08:00
neverland
cd6050d3e4
fix(Rate、Slider): avoid Vue 2.6 event bubble issues (#5350) 2019-12-22 12:29:14 +08:00
neverland
c3685ac7c1
fix(NumberKeyboard): avoid Vue 2.6 event bubble issues (#5349) 2019-12-22 09:51:48 +08:00
neverland
e037082feb
fix(SwipeCell): avoid Vue 2.6 event bubble issues (#5348) 2019-12-22 09:47:40 +08:00
neverland
6a20400699
fix(PullRefresh): avoid Vue 2.6 event bubble issues (#5347) 2019-12-22 09:38:17 +08:00
neverland
6ed535c013
fix(Swipe): avoid Vue 2.6 event bubble issues (#5346) 2019-12-22 09:32:16 +08:00
neverland
799f84488c
fix(Picker): avoid Vue 2.6 event bubble issues by manually binding events (#5345) 2019-12-22 09:24:34 +08:00