51 Commits

Author SHA1 Message Date
neverland
2596166e95
types(DropdownItem): add DropdownItemInstance type (#9214) 2021-08-09 17:06:55 +08:00
neverland
0e05d8c908
types: improve relation types (#9016) 2021-07-12 20:54:19 +08:00
neverland
bc8bad0247
chore: migrate cell default slot (#8971) 2021-07-02 16:29:19 +08:00
chenjiahan
710aebaee4 feat(style): component using basic css variables 2021-06-12 15:52:22 +08:00
chenjiahan
fe1cba97b7 feat(style): add component css variables 2021-06-12 15:52:22 +08:00
neverland
bd609e1df0
perf: add truthProp util (#8522)
* perf: add TruthyProp util

* chore: rename

* chore: upd
2021-04-14 10:26:21 +08:00
neverland
b3146b9108
style: decentralized less var (#8369)
* style: decentralized less var

* chore: remove emtpy var file
2021-03-17 16:14:18 +08:00
neverland
1381070a12
chore: prefer named exports (#8315)
* chore: prefer named exports

* chore: fix import
2021-03-09 15:39:26 +08:00
neverland
ae40d40c24
types: improve generated component typing (#8308) 2021-03-08 16:52:15 +08:00
neverland
e540876398
refactor: reorganize all components (#8303) 2021-03-08 11:50:37 +08:00
neverland
12be46fad8
chore: improve filter (#8262) 2021-03-04 11:27:39 +08:00
neverland
2d8914c2c8
chore: add getZIndexStyle util (#8254) 2021-03-03 16:45:32 +08:00
chenjiahan
6e5329cbe0 chore: rename variables and comments 2021-03-02 17:55:22 +08:00
chenjiahan
a0addef294 chore: prefer arrow function shorthand 2021-03-02 17:45:12 +08:00
neverland
906f01cc8e
types(Tabs): use tsx (#8187) 2021-02-20 17:49:34 +08:00
neverland
8568c02e0b
types(DropdownMenu): use tsx (#8167) 2021-02-16 13:20:05 +08:00
neverland
08e928111b
types: using unknown instead of any (#8152)
* types: using unknown instead of any

* chore: UnknownProp
2021-02-14 12:37:02 +08:00
neverland
fa8b494f0e
chore: rename vModel to v-model (#8150) 2021-02-14 11:05:13 +08:00
neverland
d2ab580f74
style: add var ext (#8063) 2021-02-02 20:31:14 +08:00
neverland
9d152bdf74
feat(DropdownItem): title-class can be array or object type (#7926) 2021-01-16 19:44:59 +08:00
chenjiahan
062cd546a9 chore: rename composables folder 2020-11-16 11:41:46 +08:00
chenjiahan
91b47d64e6 chore: rename vShow to v-show 2020-10-02 21:41:01 +08:00
chenjiahan
6cd9e98ce4 chore: move useRelation to @vant/use 2020-09-27 17:46:59 +08:00
chenjiahan
3d15f7e356 chore(DropdownMenu): use relation 2020-09-25 14:16:19 +08:00
chenjiahan
053006de52 chore: rename use-relation 2020-09-22 20:29:14 +08:00
chenjiahan
971c16eb3c chore: rename usePublicApi to useExpose 2020-09-15 20:19:15 +08:00
chenjiahan
cd5f5bb655 refactor(DropdownItem): refactor with composition api 2020-09-08 20:19:36 +08:00
chenjiahan
d4f26db341 chore(DropdownItem): improve v-model 2020-08-21 11:13:15 +08:00
chenjiahan
0b208dc04b refactor(DropdownItem): remove portal mixin 2020-08-21 11:10:58 +08:00
chenjiahan
52b187692b breaking change: rename get-container to teleport 2020-08-21 10:58:02 +08:00
chenjiahan
998c7d8da6 feat: migrate DropdownMenu 2020-08-16 15:50:46 +08:00
neverland
118910c2c6
feat(DropdownItem): add lazy-render prop (#6454) 2020-06-03 20:49:26 +08:00
chenjiahan
f1887a2890 chore(stylelint-config): add stylelint-config-prettier 2020-04-02 16:00:35 +08:00
chenjiahan
2fb5cca49a chore: prettier source code 2020-04-02 15:36:02 +08:00
陈嘉涵
6f4c6f5aa6 feat(DropdownItem): add @dropdown-item-z-index less var 2020-01-27 15:22:53 +08:00
陈嘉涵
bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
5c1883f77c types(DropdownItem): add toggle method type 2019-12-22 17:36:47 +08:00
neverland
329a5cd0c3
fix(DropdownMenu): incorrect menu position when scroll (#5313) 2019-12-19 16:51:41 +08:00
neverland
70e2161e6b
docs(DropdownItem): add closed event (#5266) 2019-12-13 14:55:07 +08:00
neverland
f8c130d0cb
feat(Tab): add title-style prop (#5048) 2019-11-19 20:49:10 +08:00
neverland
dbd0951b30
fix(DropdownMenu): should't close when custom container and get clicked (#5047) 2019-11-19 20:36:28 +08:00
neverland
4e837ee558
feat(DropdownItem): add get-container prop (#4611) 2019-09-27 19:37:29 +08:00
neverland
ffdb823117
feat(DropdownMenu): content max height (#4609) 2019-09-27 17:41:54 +08:00
neverland
ad4f76bdbd
fix(DropdownItem): missing default active color (#4330) 2019-09-03 09:57:58 +08:00
neverland
432fdcbe87
[bugfix] DropdownMenu: incorrect style when inside NavBar (#4098) 2019-08-12 16:55:01 +08:00
neverland
3a77666e49
[improvement] update lint rules (#3970) 2019-07-26 11:47:17 +08:00
neverland
3f33fcc525
[bugfix] DropdownMenu: cann't use toggle to open item (#3876) 2019-07-17 14:40:12 +08:00
neverland
dbe56fd362
[new feature] DropdownMenu: add icon option (#3855) 2019-07-15 18:44:33 +08:00
neverland
be96fa2233
[improvement] make props less magic (#3775) 2019-07-08 16:18:19 +08:00