1118 Commits

Author SHA1 Message Date
neverland
0c8c9438ee
refactor(Tag): update tag style (#3465) 2020-07-31 18:58:04 +08:00
rex
53e4f3bf89
docs(tree-select): add doc for height (#3460) 2020-07-31 14:17:58 +08:00
agoni1212
87c6ef6d9e
Update Empty guid (#3429) 2020-07-31 14:09:51 +08:00
neverland
deb670e285
feat(Toast): update style (#3451) 2020-07-29 18:14:40 +08:00
rex
1ad284bb56
fix(area): fix setValues error (#3443)
fix #3405
2020-07-28 20:35:28 +08:00
neverland
aefad39a36
feat(Toast): increase border radius to 8px (#3419) 2020-07-21 14:16:40 +08:00
neverland
4426a4ef80
feat(Picker): adjust default value of visible-item-count to 6 (#3418) 2020-07-21 14:16:10 +08:00
rex
40072f6d4c
docs(calendar): add doc for min-date & max-date (#3416)
fix #3096
2020-07-21 11:13:05 +08:00
rex
cfbf07bb8a
fix(slider): avoid emit drag on click (#3415)
fix #3378
2020-07-21 11:05:43 +08:00
rex
2855aa91d9
docs(field): add example for two way binding (#3414)
fix #3341
2020-07-21 09:43:15 +08:00
rex
85fd5e68e8
fix(collapse): fix typo error (#3403) 2020-07-17 16:20:59 +08:00
rex
b953273f38
fix(collapse): refactor with animation to improve performance (#3401)
fix #3279
2020-07-17 11:47:21 +08:00
rex
ee65d6c9e5
feat(notice-bar): add new prop background & add new event close (#3388)
fix #3380
2020-07-15 00:02:40 +08:00
agoni1212
375eb64adc
feat(GridItem): add icon-color prop (#3386) 2020-07-14 19:56:30 +08:00
neverland
3a3999ccaa
feat(Uploader): update delete icon style (#3385) 2020-07-14 19:50:34 +08:00
rex
20d1f2ede0
fix(field): adjust height in textarea (#3383) 2020-07-14 19:41:30 +08:00
neverland
0f65ed110c
fix(Uploader): remove round border radius (#3384) 2020-07-14 19:41:12 +08:00
rex
92a0934bdf
refactor(nav-bar): move customStyle to root view (#3371)
fix #3369
2020-07-13 19:30:43 +08:00
rex
57cf883296
fix(dialog): show dialog after class ready (#3374)
fix #3362
2020-07-13 19:28:53 +08:00
Waiter
7d74a169fe
feat(Cell): add title-style prop, fix Field label width (#3370)
* fix(Field): title width

* feat(Field): add spacing

* feat(Cell): add titleStyle

* fix(Cell): no observer

Co-authored-by: songweite <songweite@youzan.com>
2020-07-13 16:38:39 +08:00
neverland
c0b4455f68
feat(Uploader): update failed icon (#3359) 2020-07-09 15:48:27 +08:00
neverland
abd0457238
feat(Field): update disabled style (#3358) 2020-07-09 15:39:18 +08:00
neverland
da4a5f3cd4
feat(Field): update label style (#3357) 2020-07-09 15:30:40 +08:00
rex
fa54a19805
fix(datetime-picker): update value with origin column after change (#3352) 2020-07-09 14:15:02 +08:00
Wuli锤锤
44194c711e
fix(Area): When setting the attribute [columns-num=1 or columns-num=2] lower than the WeChat basic library version 2.7.7, the real machine environment reports an error (#3318) 2020-07-08 15:43:01 +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
neverland
82b9356315
fix(Uploader): incorrect default size and loading style (#3317) 2020-06-24 17:55:42 +08:00
neverland
b4cfcceca8
feat(Picker): update action button style (#3316) 2020-06-24 17:38:15 +08:00
rex
c92f46756a
feat(steps): add new steps properties inactiveIcon & activeIcon (#3315)
fix #3111
2020-06-24 17:06:01 +08:00
rex
4e6efd1b8b
fix(tabbar): fix style error in iphonese (#3314)
fix #2988
2020-06-24 16:12:24 +08:00
rex
b7ded1282f
fix(field): always set value after input (#3313)
fix #3297
2020-06-24 15:55:27 +08:00
rex
978b59650c
feat(field): add new external class label-class (#3311)
fix #3285
2020-06-24 15:15:02 +08:00
rex
6242423768
fix(grid): add margin-top for text with icon (#3310)
fix #3307
2020-06-24 15:05:16 +08:00
王颖博
d35649e88f
fix:uploader组件增加单张只读属性 (#3270)
* Update index.wxml

uploader组件,deletable属性只能控制全局是否可以删除,不能控制单张图片是否可删除,因此当fileList内为对象时,增加onlyRead标识,当onlyRead为true时,单张不显示删除icon;

* Update index.wxml

uploader组件,deletable属性只能控制全局是否可以删除,不能控制单张图片是否可删除,因此当fileList内为对象时,增加onlyRead标识,当onlyRead为true时,单张不显示删除icon;

* 补充upload deletable 文档

* Update index.wxml

* Update index.ts

Co-authored-by: wangyingbo <>
2020-06-16 21:25:43 +08:00
agoni1212
9de507dd10
Update Grid direction README (#3266)
* Update README.md

* Update README.md
2020-06-16 21:22:28 +08:00
rex
9717d4170b
fix(calendar): fix default-date not work in multiple mode (#3284)
fix #3271
2020-06-16 21:21:42 +08:00
rex
8456e58b46
perf(uploader): expand delete area (#3265)
fix #3243
2020-06-09 21:23:43 +08:00
rex
e16d611f94
fix(circle): can not set value dynamic (#3264)
fix #3239
2020-06-09 20:59:39 +08:00
rex
67dfb120c3
fix(nav-bar): fix style error with no left-text (#3263)
fix #3250
2020-06-09 17:59:15 +08:00
rex
5479631403
docs(popup): add doc for scroll (#3238)
fix #3175
2020-06-04 12:02:52 +08:00
Lindy
107782364a
fix(Grid): fix square item gutter bug (#3231) 2020-06-03 17:50:02 +08:00
rex
29f1628c00
feat(grid): add new prop icon-size & badge (#3236)
fix #3223
2020-06-03 17:36:06 +08:00
如风
d1cc1276ad
fix(calendar): 在多选日期状态下,选择完后点确定提交报错 (#3195) 2020-06-03 11:30:33 +08:00
rex
02bf7e857b
fix(uploader): avoid emit click-preview event in delete event (#3230)
fix #3216
2020-06-03 11:08:34 +08:00
rex
9a508de397
fix(button): compatible form-field-button in low sdk version (#3229) 2020-06-03 11:03:28 +08:00
rex
f40a5fbe97
fix(circle): fix type not work (#3228)
fix #3168
2020-06-02 21:40:34 +08:00
f00bar
5ccc355e3d
docs: typo fix in uploader (#3224) 2020-05-31 00:19:18 +08:00
rex
662fe0a8ef
docs(tag): add prop closable doc (#3209)
fix #3200
2020-05-27 15:33:18 +08:00
rex
1dc1960694 feat(button): add new prop form-type (#3208)
fix #3204
2020-05-27 15:24:13 +08:00
rex
3a37327ec1
feat(grid): add new prop direction (#3192)
fix #3180
2020-05-25 15:18:20 +08:00