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
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
ea926fecaf
also resolve conflicted file
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
afc163
26e416c364
Tweak style
7 years ago
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
7 years ago
偏右
2bced36f0c
New component styles ( #7731 )
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
7 years ago
偏右
759b0bb821
seperate reset styles ( #7682 )
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
7 years ago
afc163
43d14f8517
upgrade rc-slider, improve accessibility
7 years ago
Wei Zhu
250c7a9c68
Revert "Mock rc-trigger"
This reverts commit 9d2c91598b
.
7 years ago
Wei Zhu
9d2c91598b
Mock rc-trigger
Ref #5522
7 years ago
afc163
b216a44b28
Fix Slider typings, close #7532
7 years ago
afc163
f77c38bddf
fix snap
7 years ago
afc163
6a17efcbf1
upgrade some devDeps and fix stylelint
7 years ago
Wei Zhu
bef7db465e
Revert "Revert "Revert "feat: upgrade rc-slider, support keyboard accessibility"""
This reverts commit 0b8b0d2deb
.
7 years ago
Wei Zhu
0b8b0d2deb
Revert "Revert "feat: upgrade rc-slider, support keyboard accessibility""
This reverts commit 551807cd91
.
7 years ago
Wei Zhu
551807cd91
Revert "feat: upgrade rc-slider, support keyboard accessibility"
This reverts commit ef339a32ac
.
7 years ago
paranoidjk
ef339a32ac
feat: upgrade rc-slider, support keyboard accessibility
https://github.com/react-component/slider/pull/282
7 years ago
Benjy Cui
983609c009
css: fix disabled style of Slider, close : #6665
7 years ago
neekey
7e522291c8
add unit `px` to all less value, make them explicit
7 years ago
Benjy Cui
1f9b4a7981
refactor: make slider's style more flexible, close : #6665
8 years ago
乐仪
8749438aed
add Badge demo
8 years ago
乐仪
153fb0fc34
improve2
8 years ago
slientcloud
e43c8012ad
chore: support slider aira ( #6301 )
8 years ago
Benjy Cui
12a6060304
docs: fix code style
8 years ago
乐仪
5dfe86e891
fix snap
8 years ago
afc163
9daccc468a
update input number snapshots
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
Benjy Cui
1f844c1048
fix: Slider's Tooltip should not blink, close : #5003
8 years ago
afc163
b839c624e8
fix slider demo
8 years ago
afc163
c30878d38f
rewrite Slider demos to es6 component, #4878
8 years ago
Benjy Cui
56995e2089
test: update snapshot
8 years ago
Benjy Cui
89d77b2354
deps: upgrade rc-slider, ref: #4719
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
afc163
67da059874
fix demo language
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago