zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
zombieJ
bf087e29bd
Add remark lint ( #13906 )
support remark-lint check
6 years ago
zombiej
0d438610ff
skip show-tooltip.md test when is dist test
6 years ago
afc163
69d2656ab2
💄 update slider demo
6 years ago
Sam Lanning
2f0580d08b
[chore] simplify condition to remove useless conditional
6 years ago
Vu Hoang Minh
69f0601d13
Update show-tooltip.md
6 years ago
Vu Hoang Minh
f7bf62de65
Update show-tooltip.md
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
afc163
15770c527d
🐛 fix slider blur function, close #13439
6 years ago
afc163
f28b637c0f
💄 improve slider ui
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
frezc
6313220551
[type] add style to SliderProps
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
zy410419243
fa7452ed23
when tooltipVisible is true, tooltip should show always, or should never show
6 years ago
zombiej
4557d1daa5
add touch-action css on slider to fix chrome warning
fix #12595
6 years ago
afc163
5a9725eeae
update snapshot for role="tooltip"
6 years ago
zombiej
2b22d6b19c
bump rc-switch & update test case
6 years ago
zombiej
8b5e08be67
fix #12157 . Adjust sample of slider with input number
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
6 years ago
HeskeyBaozi
74798b8911
upgdate test snapshot
6 years ago
HeskeyBaozi
d6131fe18d
update test snapshot
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
6 years ago
HeskeyBaozi
796de6390b
update test snapshot
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
HeskeyBaozi
0a8f964935
update test snap shot
6 years ago
afc163
e397c094bb
site: Add ErrorBoundary for live demo, ref #11553
6 years ago
afc163
8dad311df0
Fix Slider demo error when input non-number string, close #11553
6 years ago
afc163
471f9409f9
chore demo code style
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Bill Fienberg
66f5e75cff
Fix typo in link to InputNumber component ( #9994 )
Before:
>Synchronize with [InptNumber](/components/input-number/) component.
After:
>Synchronize with [InputNumber](/components/input-number/) component.
7 years ago
Bill Fienberg
833e076eb7
Fix typo ( #9991 )
Before:
>Customerize tooltip
After:
>Customize tooltip
7 years ago
afc163
07d6988f0d
Add some tests
7 years ago
Wei Zhu
aa9b7a4e4d
Update snapshot
7 years ago
George Gray
72a5b1fef7
Vars to theme slider ( #9065 )
* vars to theme slider
* add @slider-margin back
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
afc163
24f0359e2d
Fix some form components align
7 years ago
afc163
80686df38e
update snapshot
7 years ago
Wei Zhu
d2dc88c470
Add focus() and blur() document
Close #3790
7 years ago
Wei Zhu
25f51cdd64
Add focus() and blur() for Slider
7 years ago
Wei Zhu
b647078baa
Fix implicit any for Select Slider Spin Switch
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
偏右
bdceb5f083
Review fix ( #8125 )
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
7 years ago
David Schneider
a5c3a6c930
In SliderProps type definition, replace `void` types with `null`. ( #8102 )
With TypeScript compiler option ‘strictNullChecks’ enabled, the value `null` cannot be assigned to type `void`. This means, for instance, that it’s impossible to pass a `null` value for prop `step`. I don’t expect that substituting `null` for `void` in these type definitions should cause anyone difficulty; because these are optional props, a consumer of this component should be able to pass `null` or `undefined` safely, whether or not the compiler is using strict null checks.
7 years ago