84 Commits

Author SHA1 Message Date
neverland
393b2a256f
types(Field): use tsx (#8151) 2021-02-14 11:31:43 +08:00
neverland
dcef90a2a3
docs: improve click event typing (#8106) 2021-02-09 16:35:54 +08:00
neverland
cb8a8e64e4
docs(Field): fix model-value prop (#7998) 2021-01-26 09:49:37 +08:00
chenjiahan
872af8157e docs: update readonly description 2021-01-20 19:25:17 +08:00
neverland
8f2b03ec18
docs: improve classname typing (#7927) 2021-01-16 19:52:36 +08:00
chenjiahan
51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +08:00
chenjiahan
4c4d303363 feat(Field): add autocomplate prop #7877 2021-01-10 13:28:38 +08:00
chenjiahan
cbc107dfd7 docs: remove 2.x version tips 2020-12-21 21:51:42 +08:00
chenjiahan
e785f622bd docs: remove toRefs 2020-12-10 20:55:28 +08:00
chenjiahan
b423259f45 docs(Field): use composition api 2020-12-09 14:06:36 +08:00
chenjiahan
bf6e0beb02 docs: fix update:model-value event doc #7649 2020-12-01 16:41:39 +08:00
chenjiahan
5723c8a6bb docs: fix v-model api #7649 2020-11-30 22:07:21 +08:00
chenjiahan
8ce14496f5 Merge branch '2.x' into dev 2020-11-22 16:06:24 +08:00
neverland
862adcd8eb
docs: display all less variables (#7604) 2020-11-22 16:02:46 +08:00
chenjiahan
5e00ab978b Merge branch '2.x' into dev 2020-10-24 18:02:50 +08:00
chenjiahan
2206e77cc5 docs: update links 2020-10-24 17:25:35 +08:00
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
f19386fe1f Merge branch 'dev' into next 2020-09-05 07:17:49 +08:00
neverland
d0eb103cba
docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
chenjiahan
d42b1b43c3 docs: update component registration guide 2020-08-20 23:32:07 +08:00
chenjiahan
47cb515979 docs(Field): remove event inheirt 2020-08-17 20:16:31 +08:00
neverland
53e64d229f
fix(Field): can't display six characters in iOS (#6743) 2020-07-09 14:39:07 +08:00
neverland
db09f29aa8
feat(Field): add clear-trigger prop (#6699) 2020-07-04 12:18:25 +08:00
neverland
b5d88cbe4a
docs(Field): add center prop (#6687) 2020-07-03 14:14:11 +08:00
neverland
ca0c7c236d
docs(Field): add input type faq (#6609) 2020-06-25 16:45:27 +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
95313ef459
feat(Field): add format-trigger prop (#6566) 2020-06-18 20:57:42 +08:00
FishPlusOrange
8a016e64cb
docs(Field): optimize docs (#6527) 2020-06-12 15:27:31 +08:00
neverland
6de66e0455
feat(Stepper): add placeholder prop (#6519) 2020-06-11 16:54:41 +08:00
neverland
31acd1dde1
docs(Search): add clear icon faq (#6372) 2020-05-25 20:23:44 +08:00
neverland
ee599ddcbe
style(Field): adjust field placeholder color to gray-5 (#6304) 2020-05-19 11:04:16 +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
chenjiahan
a7968c5f6e feat(Field): add click-input event (#6239) 2020-05-08 20:54:31 +08:00
neverland
4adefe5605
feat(Field): add colon prop (#6195) 2020-05-01 19:31:23 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +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
e89baa12ae feat(Field): improve number keyboard 2020-03-11 11:23:24 +08:00
chenjiahan
de128b9719 docs(Field): remove unused CellGroup wrapper 2020-03-01 20:38:16 +08:00
chenjiahan
876b899fec feat(Field): add icon-prefix prop (#5666) 2020-02-28 15:46:54 +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
陈嘉涵
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
陈嘉涵
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
陈嘉涵
4059643f2f docs(Field): add rules 2020-02-13 14:52:03 +08:00
陈嘉涵
aceaa2f739 docs: improve event param typing 2020-02-09 11:12:15 +08:00