147 Commits

Author SHA1 Message Date
neverland
4ccd7c1cb5
feat: add more color variables (#8861)
* style: add --van-warning-color

* style: add --van-success-color

* feat: add more color variables
2021-06-14 15:21:05 +08:00
chenjiahan
981ad0f3ce docs: update componen varriable value format 2021-06-14 11:13:38 +08:00
chenjiahan
b3cc75dcbd docs: update component css vars value 2021-06-14 11:13:38 +08:00
neverland
8e3833acc8
docs: update component CSS variable names (#8857) 2021-06-14 10:23:47 +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
0e1609f017
docs: fix transition typo (#8623) 2021-04-26 20:48:37 +08:00
desperado
cee662f1d8
fix(Stepper): 修复 blur 事件触发异常 (#8620)
* fix(Stepper): 修复blur事件触发异常

* Update index.spec.ts
2021-04-26 09:57:42 +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
471fabb810
types(Stepper): improve theme prop typing (#8489) 2021-04-09 14:41:48 +08:00
neverland
3214b1dd80
chore: remove isNaN util, re-organize validate utils (#8473) 2021-04-08 10:08:03 +08:00
dengrongyao
56429ad4e1 docs: 调整组件介绍文档 2021-04-08 09:57:55 +08:00
dengrongyao
55afff0e9c docs: Adjust punctuation 2021-04-08 09:57:55 +08:00
dengrongyao
2210f8240d docs: Supplement English intro 2021-04-08 09:57:55 +08:00
neverland
f7706fb179
docs: add component registration link (#8378) 2021-03-18 11:23:49 +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
393d7cb7af
feat(ActionSheet): add cancel slot (#8333) 2021-03-14 11:14:55 +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
09e1eb5a0d
chore: optional chaining (#8283) 2021-03-05 11:05:27 +08:00
neverland
d54ba516f3
fix(Stepper): incorrect text color in iOS14 when disabled (#8277) 2021-03-04 20:19:43 +08:00
neverland
9fd71923f9
chore: using includes instead of indexOf (#8261) 2021-03-04 11:07:54 +08:00
chenjiahan
6e5329cbe0 chore: rename variables and comments 2021-03-02 17:55:22 +08:00
neverland
1dbe9c54eb
chore: bump @vant/cli@3.5.1 (#8221) 2021-02-26 10:24:53 +08:00
neverland
2168382917
test: improve test cases typing (#8202) 2021-02-23 20:54:28 +08:00
neverland
f0f89f1c4c
chore: demo spec uses ts (#8197) 2021-02-22 20:53:07 +08:00
neverland
a8060bb599
chore: demo ts (#8160)
* chore: demo ts

* chore: fix
2021-02-14 19:50:45 +08:00
chenjiahan
e2e0f66fe6 types: test cases typing 2021-02-11 13:04:00 +08:00
neverland
0b68d3a141
types: improve ref typing (#8124)
* types: improve ref typing

* types: message
2021-02-10 20:57:24 +08:00
neverland
d2ab580f74
style: add var ext (#8063) 2021-02-02 20:31:14 +08:00
chenjiahan
51bc1cee8a docs: remove all v2 version tag 2021-01-10 19:08:09 +08:00
chenjiahan
1bfc4d32ed test: using isVisible 2021-01-02 21:06:27 +08:00
chenjiahan
866d9c0381 test: prefer using classes 2021-01-02 21:00:11 +08:00
chenjiahan
81f15e868a test(Stepper): update test cases 2020-12-28 20:58:09 +08:00
chenjiahan
81494dfa13 fix(Stepper): should format model-value 2020-12-28 20:57:44 +08:00
chenjiahan
037b6b8c10 Merge branch '2.x' into dev 2020-12-26 15:52:18 +08:00
neverland
b89832c03e
fix(Stepper): change event emitted twice (#7820) 2020-12-26 15:09:57 +08:00
neverland
97509a90b1
feat(Stepper): add show-input prop (#7812) 2020-12-24 20:23:32 +08:00
晓晓晓晓晓丶vv
88394b4b50
docs(Stepper): update stepper docs (#7789) 2020-12-22 16:53:35 +08:00
晓晓晓晓晓丶vv
d855521d5d
feat(Stepper): add props 'showInput' (#7785) 2020-12-21 20:17:37 +08:00
chenjiahan
54fab50c3c docs: remove legacy locale mixin 2020-12-15 17:01:55 +08:00
chenjiahan
7a9f61c4a4 test(Stepper): fix snapshot 2020-12-10 20:19:04 +08:00
chenjiahan
e026d2d83f breaking change(Stepper): rename async-change to before-change 2020-12-09 17:12:58 +08:00
chenjiahan
c277603160 fix(Stepper): disabled not work 2020-12-09 16:01:46 +08:00
chenjiahan
7e03486501 docs(Stepper): use composition api 2020-12-08 21:04:27 +08:00
chenjiahan
9a6449ec31 Merge branch '2.x' into dev 2020-12-07 21:01:47 +08:00
neverland
af81912210
docs(Stepper): fix async change demo (#7703) 2020-12-07 20:58:40 +08:00
neverland
e20cef22a6
fix(Stepper): fix mobile safari page scroll down issue (#7701) 2020-12-07 20:36:00 +08:00
chenjiahan
ea44d636ba test: demo snapshot uses enUS 2020-11-25 22:39:06 +08:00