Sebastian Busch
4af2b62cb5
fix: Add some missing TypeScript prop definititions and clean up date-picker definitions ( #16342 )
* Add some missing TypeScript prop definitition, clean up date-picker definitions
* use DatePickerMode instead of redundant enumeration of modes
* decade was missing from the list of modes
See https://codesandbox.io/s/388xplj646
- activate DatePicker
- click on year in header
- click on years in header
- "decade" is printed on footer as mode for renderExtraFooter()
* add decade as possible value for mode prop
6 years ago
zombieJ
7a7aa65eec
fix: Checkbox.Group onChange should not pass removed value ( #16392 )
* filter removed value
* clean up
* code style update
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
偏右
ad99b4322d
test: ✅ Add eslint-plugin-jest ( #15825 )
6 years ago
Ben Callaway
a49caabe00
Add name attribute support to Checkbox.Group ( #15760 )
* Update Checkbox documentation
6 years ago
afc163
95bd4d6903
🐛 Fix col element missing relative style
close #15626
6 years ago
ztplz
2a875ee149
Add name prop for checkbox group
6 years ago
米老朱
6936599aef
Enhance stylelint rules ( #14803 )
* rename .stylelintrc to .stylelintrc.json for explicit file type
* add new npm script lint-fix:style
* fix pseudo-element with double colon
* function name should be lower except ignored functions
* support stylelint declaration-block-no-ignored-properties rule
* support sorted CSS properties order for readability and consistency
* autofix order of all styles by lint-fix:style script
* remove double slash comments after selector
* replace .stylelintignore with ignoreFiles in .stylelintrc.json
6 years ago
wanli
6c259808e1
type: add onClick to AbstractCheckboxProps
6 years ago
afc163
a68a1aec63
💄 Tweak checkbox style
6 years ago
afc163
b31e10a458
💄 Tweak Checkbox check align style
close #14271
6 years ago
zhangguanyu02
aff3f2ece0
fix: checkbox ts generic
6 years ago
陈帅
8e11f0bdb9
merge support prettier
6 years ago
陈帅
dca9715186
support prettier
6 years ago
zy410419243
5217a4809c
pref: change label type
6 years ago
zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
frezc
e732bffde3
add checkbox-border-width
6 years ago
Anuj
e0298dcc13
prefer logical AND over ternary ( #13254 )
6 years ago
ztplz
ed4cc9e5fd
format ( #13252 )
6 years ago
wa1k3r
eac1c2482f
update checkbox wrapper-state-class snap
6 years ago
wa1k3r
7038b9215d
add checkbox wrapper state classname
6 years ago
afc163
a616f89a1b
🔥 update less code style
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
afc163
9b9c4c7dec
fix typescript errors
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
afc163
c9e2d8acf6
Fix checkbox of checked style under Table missing in IE
close #12597
6 years ago
zombiej
4b9027f53a
Checkbox under group also should trigger onChange
ref: #12642
6 years ago
afc163
68763b182f
Fix Checkbox[checked] indeterminate style
close #12724
6 years ago
afc163
5bef1aa6c2
Fix Checkbox border color collapse inside Table under chrome
https://gw.alipayobjects.com/zos/rmsportal/IfMpUxFpHMcPkgDFsCuH.png
6 years ago
zombiej
5a0448aa4d
fix #12427 . CheckGroup support pass dom prop
6 years ago
afc163
e610830a1a
Fix blurry checkbox style in windows chrome
https://stackoverflow.com/a/50412034/3040605
close #11797
6 years ago
afc163
9555626898
tweak indeterminate checkbox design
6 years ago
张聪
8a9fbcb5e4
Migrate lifecycle method: Upload, CheckboxGroup, Layout.Sider, Tooltip, Popconfirm ( #11682 )
* Upload lifecycle method migrate
* CheckboxGroup lifecycle method migrate
* Layout.Sider lifecycle method migrate
* Tooltip lifecycle method migrate
* Popconfirm lifecycle method migrate
* test Spin as a controlled component
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
Raphael Chauveau
08e83193f2
Multiple row selection ( #11406 )
This PR intends to solve issue #11404 (Multiple row selection in table component).
The Chinese documentation is missing from the PR. Could someone please add it ?
6 years ago
偏右
2756d587d7
Update index.en-US.md
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
Wei Zhu
aa580beb8b
docs: sort api table
7 years ago
Wei Zhu
1a9456f03a
Add boolean to CheckboxValueType
Close #10677
7 years ago
zombieJ
a825ed4e66
Directory Tree ( #10139 )
Support DirTree. close #7749
7 years ago
afc163
248dbc2429
docs: update checkbox api
7 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
afc163
7c4f6e8b2a
fix: Revert checkbox z-index
fix #10480
ref #10452
reverted for #10385
7 years ago
Wei Zhu
8a6d9b92b7
Improve table types
Fix #10374
7 years ago
afc163
d93cfdef09
clean up unnecessary z-index
close #9840
close #10385
7 years ago
Wei Zhu
7ee2eca848
Pass CheckboxGroup/RadioGroup prefixCls down to children ( #10002 )
Close #9950
7 years ago
Wei Zhu
f9b8bf7e4d
Revert "Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]"
This reverts commit 5580791a70
.
7 years ago
Wei Zhu
5580791a70
Checkbox[disabled] should have higher priority than Checkbox.Group[disabled]
Fix #9973
7 years ago
Wei Zhu
473872af66
Remove AbstractCheckboxChangeEvent, fix TS4029 error
See https://github.com/Microsoft/TypeScript/issues/9944
7 years ago