zombieJ
439c5ac29c
fixed the css in input-number ( #14373 )
fix #14367
6 years ago
zombiej
0a67272ae4
add locale update
6 years ago
zombiej
12af9a9dca
icon add aria-label support
6 years ago
Konrad Machlowski
18183ac2d5
Correct typings for change handlers
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
amedora
0aeb9a356b
use color definitions insted of numbers
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
afc163
54581779a8
fix typo
6 years ago
amedora
192183e047
fix typo ( #12489 )
- see #12329
6 years ago
amedora
eb4e6b7fd6
WIP: Add decimal separator prop ( #12329 )
* Add decimal separator prop
* Update API reference
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
HeskeyBaozi
007da02baa
hotfix: fix input-number style
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
nuintun
5f17ed789b
Adjust input-number handler style
Make handler look better
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
Eric Turriff
1bbf59bb1d
fixed typo in `InputNumber` docs
6 years ago
HeskeyBaozi
318528dc4f
use svg icon in input-number component
6 years ago
afc163
101fdc7241
Fix InputNumber overlap in fixed columns table
close #11408
ref #6289
6 years ago
afc163
4aabc53744
Fix InputNumber handler background
https://gw.alipayobjects.com/zos/rmsportal/QDxJpiArMgQJCLhmVvEZ.png
6 years ago
afc163
60ebb434c1
Fix form controls align issue in IE11
close #9827
close #11133
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
afc163
37ec04b21a
Fix InputNumber style when zoom to 90% or below
close #10562
7 years ago
Walter Barbagallo
4077ffb58c
Enhanced InputNumber props with HTMLInputElement attributes. ( #10608 )
* Enhanced InputNumber props with HTMLInputElement attributes.
It is possibile to use additional props supported by the inner input
element:
```
const inputEl = <InputNumber autoFocus />
```
Before this commit the type checker did not recognize the `autoFocus`
prop.
Some attributes must be omitted because they conflict with props
defined on `InputNumberProps` interface
* Renamed type
Probably they conflicts with a reserved name?
@see https://travis-ci.org/ant-design/ant-design/jobs/381668406
> components/input-number/index.tsx(9,93): error TS4022: 'extends' clause of exported interface 'InputNumberProps' has or is using private name 'OmitAttributes'.
* Replace InputNumber onKeyDown typing with the typed one.
Extending HTMLInputElement attributes the `onKeyDown` props now have a
better typing.
For example before this commit accessing to the event `key` attribute resulted
in a type error.
@see https://reactjs.org/docs/events.html#keyboard-events
* Exporting type OmitAttrs on InputNumber component.
This is an attempt to solve the ci error:
> components/input-number/index.tsx(9,93): error TS4022: 'extends' clause of exported
> interface 'InputNumberProps' has or is using private name 'OmitAttrs'.
@see https://travis-ci.org/ant-design/ant-design/jobs/381678316
7 years ago
afc163
07d6988f0d
Add some tests
7 years ago
Yury Kozyrev
88e0c9b436
More tabIndex properties ( #8936 )
* Update Checkbox.tsx
* Update Input.tsx
* Update index.tsx
7 years ago
Wei Zhu
999d6184ad
docs: Sort api table
7 years ago
afc163
abf9717eab
Large component should has larger font size
14px => 16px
7 years ago
afc163
7baa81ced1
Fix input number handler disabled style
7 years ago
Wei Zhu
d2dc88c470
Add focus() and blur() document
Close #3790
7 years ago
偏右
b531de3fee
Upgrade dev deps and fix lints ( #8358 )
* upgrade devDeps and fix lint
* Fix stylelint problems
7 years ago
Wei Zhu
05c702838d
Fix implicit any error for Input
7 years ago
Nokecy
08d27b92ee
inputNumber 添加onKeyDown属性声明 ( #8253 )
7 years ago
Wei Zhu
09aaa56243
Update snapshot
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
0bc5936b23
resolve conflicted files
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
delesseps
174c98cdca
Add focus and blur support to InputNumber ( #7615 )
* Add focus support to InputNumber
* Convert string ref to private ref
* Added blur method and fixed linting
7 years ago
afc163
f56e1a7de7
Fix InputNumber id ts type, close #7257
7 years ago