1108 Commits

Author SHA1 Message Date
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
rex
3cf7ceebfb
fix(tag): fix wrong css variable name (#3191)
fix #3185
2020-05-25 14:41:03 +08:00
chenjiahan
6e572ff313 docs(Accordion): add method document 2020-05-24 19:56:54 +08:00
chenjiahan
5c62936325 chore(Button): improve format 2020-05-24 19:45:22 +08:00
程俊超
d80ec54186
feat(Button): add class-prefix prop to support custom icon (#3159) 2020-05-24 19:40:18 +08:00
Lindy
dc7e3d2453
feat(Collapse): add open、close event (#3176) 2020-05-24 19:39:40 +08:00
1sm
f2c1b58ada
docs(Uploader): remove duplicated 'disabled' (#3179) 2020-05-22 15:53:47 +08:00
rex
1f1160a2f0
docs(Tab): add use with popup doc (#3165)
fix #3155
2020-05-22 10:13:28 +08:00
rex
2ff4038f43
docs(button): update disable doc (#3164)
fix #3161
2020-05-19 17:35:29 +08:00
rex
0a512ebd9b
fix(goods-action-button): rerender style after link change (#3145)
fix #3138
2020-05-13 18:00:01 +08:00
rex
c02664bebe
Merge pull request #3134 from Lindysen/feat/change_field_placeholder_color
feat(Field): change placeholder color
2020-05-13 17:59:38 +08:00