111 Commits

Author SHA1 Message Date
chenjiahan
1aa1b3d3a5 Merge branch 'dev' into next 2020-10-02 08:50:37 +08:00
neverland
8d2c4b1e46
feat(CollapseItem): add toggle method (#7281)
* feat(CollapseItem): add toggle method

* chore: update doc
2020-09-29 20:49:22 +08:00
chenjiahan
c2d5a18f59 Merge branch 'dev' into next 2020-09-28 11:46:26 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
chenjiahan
6cd9e98ce4 chore: move useRelation to @vant/use 2020-09-27 17:46:59 +08:00
chenjiahan
47a270effb Merge branch 'dev' into next 2020-09-26 21:35:53 +08:00
neverland
1e07fce513
docs(Form): add validate-trigger detail (#7251) 2020-09-26 15:03:58 +08:00
neverland
0a837e49a9
docs(Form): fix Area demo (#7249) 2020-09-26 14:31:50 +08:00
chenjiahan
3402ba5c8f chore(Form): use relation 2020-09-25 14:16:50 +08:00
chenjiahan
92aac941fc refactor(Form): refactor with composition api 2020-09-21 16:58:44 +08:00
chenjiahan
00dbf2cc50 refactor(Field): refactor with composition-api 2020-09-21 16:48:40 +08:00
chenjiahan
e7ec2ff063 Merge branch 'dev' into next 2020-09-16 19:43:13 +08:00
neverland
49e92757cb
docs(Form): fix missing onSubmit validate-trigger (#7180) 2020-09-14 12:00:27 +08:00
chenjiahan
df8059eb01 breaking change(Button): adjust default native-type to button 2020-09-13 14:40:31 +08:00
chenjiahan
78ded3b7da docs: fix popup v-model usage #7141 2020-09-09 17:29:06 +08:00
chenjiahan
71bae3fcb4 Merge branch 'dev' into next 2020-09-05 06:33:49 +08:00
neverland
d0e6bd3c16
chore(Field): remove log (#7104) 2020-09-05 06:29:27 +08:00
neverland
7c3549ad55
fix(Form): scroll to first matched field (#7102) 2020-09-05 06:18:09 +08:00
chenjiahan
772aecad05 Merge branch 'dev' into next 2020-09-03 20:41:39 +08:00
Victor
f8d2572354
fix(Field): fix the issue of checking empty value (#7050)
* 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
chenjiahan
52b187692b breaking change: rename get-container to teleport 2020-08-21 10:58:02 +08:00
chenjiahan
07d1a2590f breaking change(Button): add success type, remove info type 2020-08-21 10:09:21 +08:00
chenjiahan
8843b7875a breaking change(Picker): enable show-toolbar by default 2020-08-21 00:17:04 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan
b6b6e38c45 feat: migrate Form component 2020-08-19 17:50:34 +08:00
chenjiahan
272a89423e docs: remove legacy slot usage 2020-08-15 07:27:35 +08:00
neverland
378009fefa
style(Image): update loading icon and error icon (#6890) 2020-07-29 09:36:15 +08:00
neverland
aca86a8c21
fix(Field): failed to reset validation when message is empty (#6867)
* fix(Field): failed to reset validation when message is empty

* fix: test case
2020-07-25 09:57:48 +08:00
neverland
7b21a23cae
style(Uploader): update delete icon style (#6750)
* style(Uploader): remove round border radius

* style(Uploader): update delete icon style

* fix: snapshot
2020-07-11 10:57:04 +08:00
neverland
53e64d229f
fix(Field): can't display six characters in iOS (#6743) 2020-07-09 14:39:07 +08:00
chenjiahan
67be6f4f02 docs(Form): use round popup 2020-07-07 16:59:54 +08:00
neverland
49a9bcdaf2
style(Field): label width use em unit (#6589) 2020-06-21 21:36:22 +08:00
neverland
e1f67fa898
style(Field): label width adjusted to 84px (#6583) 2020-06-20 16:56:25 +08:00
neverland
4b786cdba3
feat(Form): rule message can be empty (#6536) 2020-06-14 20:49:53 +08:00
neverland
877ebd6054
feat(Form): add submit-on-enter prop (#6336) 2020-05-21 19:21:49 +08:00
neverland
96ef2557c2
feat(Form): scrollToField can scroll to bottom (#6335) 2020-05-21 19:15:50 +08:00
neverland
bb65c62b1e
fix(Button): text not align center in legacy safari (#6325) 2020-05-20 19:22:14 +08:00
neverland
6870bdcbc2
feat(Field): add extra slot (#6290)
* feat(Field): add extra slot

* docs: remove form demo style
2020-05-16 11:18:08 +08:00
neverland
4adefe5605
feat(Field): add colon prop (#6195) 2020-05-01 19:31:23 +08:00
Chryseis
07ba98bb3d
docs(Form): fix ValidateRules.vue method validator,keep it consistent with the documentation. (#6159) 2020-04-28 14:59:28 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
7cff3de052 docs(Form): fix show-error version tag (#6012) 2020-04-08 13:20:54 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
chenjiahan
b8dea3c13b fix(Form): incorrect validation order when add field dynamically 2020-04-01 21:39:08 +08:00
neverland
6ce940d0db
feat(Form): add show-error prop (#5941) 2020-03-29 15:28:35 +08:00
neverland
529457cbb6
feat(Form): add show-error-message prop (#5927) 2020-03-27 15:26:16 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan
7bfc1a6616 docs(Form): fix missing quote (#5820) 2020-03-14 18:39:08 +08:00
chenjiahan
cc29b28c5b chore(Form): fix demo border 2020-03-13 15:28:08 +08:00
chenjiahan
0a1f928404 docs(Form): add button type faq 2020-03-12 12:09:27 +08:00