1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

2085 Commits

Author SHA1 Message Date
Victor
f8d2572354
fix(Field): fix the issue of checking empty value ()
* fix(Field): fix the issue of checking empty value

* fix: field tests

* docs: remove radio-group

* docs: remove required translation key
2020-09-02 20:14:55 +08:00
neverland
438d34caf1
chore(Tab): use callInterceptor () 2020-09-02 11:57:44 +08:00
neverland
d55585314f
feat(Tabbar): add before-change prop () 2020-09-02 11:45:11 +08:00
neverland
dae6e2dbd4
feat(ActionSheet): add description slot () 2020-08-30 20:17:37 +08:00
neverland
570b324de3
fix(Calendar): row-height should work on selected month () 2020-08-25 17:41:58 +08:00
neverland
14609a3c3d
style(Toast): adjust top position () 2020-08-25 11:47:16 +08:00
neverland
a0c10adbae
fix(Calendar): render error when using rem unit () 2020-08-22 16:11:08 +08:00
neverland
f89f939377
feat(Uploader): preview-cover slot add index param () 2020-08-22 15:48:24 +08:00
neverland
a78a7b6aa8
fix(Toast): failed to reopen when using get-container () 2020-08-21 20:53:21 +08:00
neverland
60ce7e048e
docs(Tag): update name () 2020-08-20 21:04:33 +08:00
neverland
ba46a15c30
docs(Tag): update demo () 2020-08-19 17:15:37 +08:00
neverland
4116bc731a
docs(ImagePreview): update demo () 2020-08-18 21:23:07 +08:00
chenjiahan
7cc8a68d92 fix(AddressEdit): incorrect bottom fields when get focused 2020-08-18 17:43:39 +08:00
neverland
1ca5279193
chore(AddressEdit): remove SwitchCell () 2020-08-18 17:36:21 +08:00
neverland
8661a1e799
style(Search): increase left padding to 12px () 2020-08-18 17:14:09 +08:00
chenjiahan
980f472259 fix(CouponCell): incorrect value class 2020-08-17 22:38:18 +08:00
chenjiahan
fc8009b6bf chore(CouponCell): improve bem 2020-08-17 22:21:04 +08:00
chenjiahan
d069a0d0df docs(Notify): update demo 2020-08-16 15:13:03 +08:00
chenjiahan
272a89423e docs: remove legacy slot usage 2020-08-15 07:27:35 +08:00
neverland
b6e42d2344
docs(Dialog): update demo () 2020-08-14 20:27:02 +08:00
neverland
4f9eeec752
style(Tabs): adjust default line-width to 40px () 2020-08-13 20:50:53 +08:00
landluck
5754a8a10b
fix(Sku): compatible sku.list don't exist ()
Co-authored-by: liuhaihong <liuhaihong@youzan.com>
2020-08-12 14:01:10 +08:00
neverland
12365051fc
feat(Tab): add @tab-line-height less var () 2020-08-11 20:51:01 +08:00
neverland
a1007fc324
docs(Area): update area.js () 2020-08-11 19:25:11 +08:00
neverland
eb9c758acf
fix(Icon): fix badge number align ()
* Revert "fix(Info): number vertical align center ()"

This reverts commit 3eb8e00843dc7f5cfcac40ffd0abb2e474573035.

* style(Icon): fix badge number align

* fix(Icon): line-height
2020-08-10 15:55:03 +08:00
neverland
684f2f41b9
style(TabbarItem): increase icon size to 22px () 2020-08-10 11:43:10 +08:00
neverland
c2a3f6411e
style(ContactList): add safe area inset bottom () 2020-08-10 11:21:53 +08:00
neverland
f9a7da54c5
fix(AddressEdit): incorrect label wrap on safari () 2020-08-10 11:14:18 +08:00
neverland
927268cc25
feat(Button): add loading slot () 2020-08-09 08:10:44 +08:00
chenjiahan
3d8798ce3f docs(locale): add Norwegian 2020-08-08 21:19:40 +08:00
Anders
87bfaa7274
adding Norwegian Language support ()
* adding Norwegian Language support

* Rename no-NB.ts to nb-NO.ts
2020-08-08 21:17:08 +08:00
neverland
c0a2e8081a
docs(ShareSheet): add hide cancel button guide () 2020-08-07 18:20:46 +08:00
neverland
3eb8e00843
fix(Info): number vertical align center () 2020-08-06 19:01:45 +08:00
shell
93e01053c3
fix(Picker): When item.defaultIndex is 0, this.defaultIndex will be used () 2020-08-06 18:59:09 +08:00
neverland
625c6816c4
fix(Sku): header image shrink () 2020-08-06 18:58:32 +08:00
neverland
ff200f6e5f
fix(AddressEdit): render error in some cases ()
* fix(AddressEdit): render error in some cases

* chore: update snapshot
2020-08-05 20:07:58 +08:00
neverland
0e8ae68f98
style(NumberKeyboard): adjust padding bottom () 2020-08-04 19:20:40 +08:00
neverland
bbfdbc96d4
fix(NumberKeyboard): incorrect key height on legacy safari () 2020-08-04 19:17:43 +08:00
rex
e0da17d8d9
fix(Dialog): incorrect padding with round-button theme ()
* refactor(dialog): incorrect padding with round-button theme

* refactor(dialog): remove class name & combine style
2020-08-04 19:07:19 +08:00
chenjiahan
eca9f551cb Revert "fix(Icon): incorrect image icon height when loading ()"
This reverts commit 7f466a3859a197bee255c3dca4e620f2ae5014fb.
2020-08-04 17:04:01 +08:00
neverland
9c4ec90cb6
chore(GoodsActionButton): reduce class names () 2020-08-04 16:47:34 +08:00
neverland
d342fa3781
style(Dialog): fix round-button theme ()
* style(Dialog): fix round-button theme

* style(Dialog): improve round-button theme
2020-08-04 16:37:00 +08:00
chenjiahan
c72927f404 chore(Dialog): rename round theme to round-button 2020-08-03 21:31:40 +08:00
rex
26c754e2f6
feat(Dialog): add new prop theme ()
* feat(dialog): add new prop button-theme & change default confirm button text color

* test(dialog): update snapshot

* refactor(dialog): rename button-theme to theme

* refactor(dialog): add theme definition

* docs(dialog): add version tip & change default confirm-button-color
2020-08-03 21:02:14 +08:00
neverland
39c6637894
fix(Calendar): should only scroll calendar body when inited () 2020-08-02 16:49:57 +08:00
chenjiahan
af1261f546 chore(Tab): remove unused style 2020-07-31 20:55:24 +08:00
chenjiahan
bc0e45687a style(Tab): disable ellipsis when scrollable 2020-07-31 20:48:10 +08:00
chenjiahan
729cca61a9 style(Image): adjust icon color to @gray-4 2020-07-31 20:35:40 +08:00
chenjiahan
6d0c54e8f4 feat(DropdownMenu): add @dropdown-menu-box-shadow var 2020-07-31 20:09:57 +08:00
chenjiahan
69ac602bc2 style(Tab): remove default border 2020-07-31 19:25:19 +08:00