273 Commits

Author SHA1 Message Date
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
f0a292134b fix(Field): should not cache input slot (#5868) 2020-03-20 14:35:52 +08:00
lmx-Hexagram
f36961fe29
docs: change slot to # (#5858)
* docs(SwipeCell): change "slot" to "v-slot"

* docs(SwipeCell): change `v-slot` to`#`

* docs(cell): change `slot` to `#`

* docs(checkbox): change `slot` to `v-slot`

* docs(field): change `slot` to `v-slot`

* docs(checkbox): remove wrong comment

* docs(radio): change `slot` to `#`

* docs(search): change `slot` to `#`

* docs(slider): change `slot` to `#`

* docs(switch): change `slot` to `#`

* docs(PullRefresh): change `slot` to `#`

* docs(collapse): change `slot` to `#`

* docs(panel): change `slot` to `#`

* docs(swipe): change `slot` to `#`

* docs(navbar): change `slot` to `#`

* docs(tab): change `slot` to `#`

* docs(tabber): change `slot` to `#`

* docs(TreeSelect): change `slot` to `#`

* docs(card): change `slot` to `#`

* docs(submitBar): change `slot` to `#`

* docs(sku): change `slot` to `#` unsure

* docs(cell): delete waste blank line

* docs(panel): fix indentation

* docs(PullRefresh): change "count" to "Refresh Count"

* docs(radio): delete waste blank line

* docs(search): move props above the event

* docs(submitBar): delete waste `<span>`

* docs(swipCell): delete waste blank line

* docs(tabbar): merge `<img>` into one line
2020-03-20 14:12:00 +08:00
chenjiahan
b5a910f41e docs(Field): update digit type description 2020-03-19 19:15:27 +08:00
chenjiahan
7af2c99b4a fix(Stepper): skip form number validation (#5792) 2020-03-11 17:24:22 +08:00
chenjiahan
e89baa12ae feat(Field): improve number keyboard 2020-03-11 11:23:24 +08:00
chenjiahan
09ad95ca68 fix(Field): should not get formValue from button slot (#5785) 2020-03-09 19:18:16 +08:00
chenjiahan
de128b9719 docs(Field): remove unused CellGroup wrapper 2020-03-01 20:38:16 +08:00
chenjiahan
d9d85a7c72 feat(Field): input inherit line-height (#5737) 2020-02-29 11:38:37 +08:00
chenjiahan
876b899fec feat(Field): add icon-prefix prop (#5666) 2020-02-28 15:46:54 +08:00
chenjiahan
961bf9cccb feat(Form): rule message can be function (#5704) 2020-02-26 20:49:45 +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
陈嘉涵
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
陈嘉涵
8cc09876d4 docs(Field): fix form link 2020-02-20 10:13:02 +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
陈嘉涵
0888f9497f docs(Field): add desktop scenerio tip 2020-02-16 10:41:17 +08:00
陈嘉涵
7d010664cb docs: add 2.5.0 version tag 2020-02-15 19:45:48 +08:00
陈嘉涵
9371bc06c8 feat(Form): add colon prop 2020-02-14 12:12:44 +08:00
陈嘉涵
6bbeed7dd1 test(Form): improve test coverage 2020-02-14 10:53:47 +08:00
陈嘉涵
2e927ec2e4 fix(Field): fix filter typo 2020-02-14 10:53:16 +08:00
陈嘉涵
5d24a57fee feat(Form): input-align works for input slot 2020-02-13 16:49:30 +08:00
陈嘉涵
2afb8a79c0 feat(Form): add error-message-align prop 2020-02-13 16:34:56 +08:00
陈嘉涵
55fa975141 feat(Form): add label-width prop 2020-02-13 16:28:58 +08:00
陈嘉涵
7a9d1d7ab6 feat(Form): add input-align prop 2020-02-13 16:25:42 +08:00
陈嘉涵
2d64458776 feat(Field): improve label right padding 2020-02-13 16:02:19 +08:00
陈嘉涵
f1e25123a3 feat(Form): add label-align prop 2020-02-13 16:00:50 +08:00
陈嘉涵
4059643f2f docs(Field): add rules 2020-02-13 14:52:03 +08:00
陈嘉涵
f204a9871a chore(Field): split validate method 2020-02-12 17:05:23 +08:00
陈嘉涵
dd11f17693 feat(Form): stop validation when a rule fails 2020-02-12 11:37:10 +08:00
陈嘉涵
080d1828c8 feat(Form): support async validation 2020-02-12 10:38:05 +08:00
陈嘉涵
0ed7aaac88 feat(Field): support validator in rules 2020-02-11 16:29:35 +08:00
陈嘉涵
744cbac987 feat(Form): support using CheckboxGroup 2020-02-11 10:00:28 +08:00
陈嘉涵
3ad9950c2f chore: fix field related snapshot 2020-02-10 19:02:06 +08:00
陈嘉涵
dc77be6f8a feat(Form): support using slider 2020-02-10 17:17:09 +08:00
陈嘉涵
cb83240372 feat(Form): add failed event params 2020-02-10 15:54:03 +08:00
陈嘉涵
494e303061 fix(Form): reset validate when checkbox changed 2020-02-10 11:04:03 +08:00
陈嘉涵
e17a4a2499 fix: text-fill-color may affect child element 2020-02-10 10:58:48 +08:00
陈嘉涵
1fe96f3edc feat(Form): binding checkbox 2020-02-10 10:57:57 +08:00
陈嘉涵
f385c94040 Merge branch 'dev' into feature/form 2020-02-10 10:06:57 +08:00
陈嘉涵
aceaa2f739 docs: improve event param typing 2020-02-09 11:12:15 +08:00
陈嘉涵
e7d3f536c7 docs: improve link spacing 2020-02-08 20:16:04 +08:00
陈嘉涵
70ed34aa24 feat(Form): add submit、failed event 2020-02-07 15:51:58 +08:00
陈嘉涵
9d8cf7f8d3 fix(Field): align center when using input slot 2020-02-07 15:40:32 +08:00
陈嘉涵
9326ad84f8 feat: add form component 2020-02-07 15:18:46 +08:00
陈嘉涵
79a38a3354 Revert "fix(Field): input slot should align center"
This reverts commit 0f137852e059a749bbdf1d1c36577a810be08271.
2020-02-07 15:11:41 +08:00