91 Commits

Author SHA1 Message Date
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
chenjiahan
7af2c99b4a fix(Stepper): skip form number validation (#5792) 2020-03-11 17:24:22 +08:00
chenjiahan
1f4ab5bb56 chore(Stepper): update snapsnot 2020-03-11 10:00:18 +08:00
chenjiahan
09ad95ca68 fix(Field): should not get formValue from button slot (#5785) 2020-03-09 19:18:16 +08:00
chenjiahan
c6791841f4 feat(Uploader): increase border-radius to 8px 2020-02-29 10:49:52 +08:00
chenjiahan
bd4e64190e feat: update upload area style 2020-02-29 10:45:28 +08:00
chenjiahan
961bf9cccb feat(Form): rule message can be function (#5704) 2020-02-26 20:49:45 +08:00
chenjiahan
7344389535 feat(Area): add title slot (#5719) 2020-02-25 19:20:29 +08:00
陈嘉涵
aba946f20e feat(Form): formatter add rule param 2020-02-23 19:58:37 +08:00
陈嘉涵
d878354ebf feat(Form): support rule formatter 2020-02-23 19:56:44 +08:00
陈嘉涵
3cb84e1a4e docs(Form): add validator version tag 2020-02-21 20:52:03 +08:00
陈嘉涵
1b3bcf27ee feat(Form): rule validator add rule param (#5704) 2020-02-21 20:51:28 +08:00
陈嘉涵
529e117096 feat(Form): support pattern rule (#5700) 2020-02-21 17:11:22 +08:00
陈嘉涵
d72bf8145a docs(Form): use new unified syntax for perf 2020-02-20 20:56:16 +08:00
陈嘉涵
b8818cef8c feat(Form): add scroll-to-error prop (#5680) 2020-02-20 20:15:29 +08:00
陈嘉涵
3f14795387 feat(Form): add scrollToField method (#5680) 2020-02-20 16:32:14 +08:00
陈嘉涵
9b70d1a4dc test(Form): add test case of trigger in rules 2020-02-20 10:22:14 +08:00
陈嘉涵
e5097dba9f docs(Form): add data structure of Rule 2020-02-20 10:09:25 +08:00
陈嘉涵
c08db724a3 feat(Form): add validate-trigger prop 2020-02-19 17:25:30 +08:00
陈嘉涵
3672441839 fix(Form): error-message-align prop type (#5674) 2020-02-17 14:22:01 +08:00
陈嘉涵
9371bc06c8 feat(Form): add colon prop 2020-02-14 12:12:44 +08:00