Commit 4531564
feat(Calendar): add
* feat(Calendar): add `horizontal` feature
* feat: Fix Calendar/horizontal based on #592 (#612)
* feat: `Stepper` 支持 ref 调用 `focus` `blur`方法 (#590)
* chore: stepper types correct
* Feat icons build (#593)
* fix(Icon): target=es5 for icons build
* chore: release icon dev
* chore(icons): release 0.0.8
* chore: precommit lint
* chore: release 3.0.3
* chore: release v3.0.4
* docs: optimization example (#596)
* fix: add button type & optimize condition (#597)
* chore: release icons
* fix: issues/599 (#600)
Co-authored-by: jeff.xie <jeff.xie@usmarthk.com>
* chore: relase 3.0.5 ver
* feat: dropdownMenu自定义选项的选中态勾选icon (#601)
* fix: issues/599
* feat: dropdownMenu自定义选项的选中态勾选icon
Co-authored-by: jeff.xie <jeff.xie@usmarthk.com>
* chore: release 3.1.0
* fix: dropdownMenu自定义选项的选中态勾选icon非必填选项 (#602)
Co-authored-by: jeff.xie <jeff.xie@usmarthk.com>
* fix: tabs传入style(#595) (#603)
* chore: release 3.1.1
* fix(collapse): fix bug in strict mode(#605) (#606)
* fix: close #604 (#610)
* fix: close #608 (#609)
* chore: release 3.1.2
* fix(Calendar): prevent scroll update in horizontal
Co-authored-by: 3lang <675483520@qq.com>
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com>
Co-authored-by: 谢俊 <xiejun_ncu@qq.com>
Co-authored-by: jeff.xie <jeff.xie@usmarthk.com>
Co-authored-by: xiaogonggong-w <79799040+xiaogonggong-w@users.noreply.github.com>
Co-authored-by: LZHD <brucefxq@gmail.com>
Co-authored-by: TinsFox <fox@tinsfox.com>
Co-authored-by: luo3house <96865086+luo3house@users.noreply.github.com>
Co-authored-by: 3lang <675483520@qq.com>
Co-authored-by: thinkasany <117748716+thinkasany@users.noreply.github.com>
Co-authored-by: 谢俊 <xiejun_ncu@qq.com>
Co-authored-by: jeff.xie <jeff.xie@usmarthk.com>
Co-authored-by: xiaogonggong-w <79799040+xiaogonggong-w@users.noreply.github.com>
Co-authored-by: LZHD <brucefxq@gmail.com>horizontal feature (#592)1 parent 07912e3 commit 4531564
File tree
4 files changed
+46
-6
lines changed- packages/react-vant/src/components/calendar
- demo
- style
4 files changed
+46
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
217 | 221 | | |
218 | 222 | | |
219 | 223 | | |
| |||
381 | 385 | | |
382 | 386 | | |
383 | 387 | | |
384 | | - | |
| 388 | + | |
| 389 | + | |
385 | 390 | | |
386 | 391 | | |
387 | 392 | | |
| |||
461 | 466 | | |
462 | 467 | | |
463 | 468 | | |
464 | | - | |
465 | | - | |
466 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
467 | 490 | | |
468 | 491 | | |
469 | 492 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
119 | 129 | | |
120 | 130 | | |
121 | 131 | | |
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
96 | 102 | | |
97 | 103 | | |
98 | 104 | | |
| |||
0 commit comments