ant-design/components
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.
2017-11-03 09:40:56 +08:00
..
__tests__ add Avatar 2017-06-09 12:02:24 +08:00
_util Fix Invalid calling object in IE 2017-08-03 10:58:55 +08:00
affix docs: sort api table 2017-10-25 10:25:44 +08:00
alert docs: sort api table 2017-10-25 10:25:44 +08:00
anchor docs: sort api table 2017-10-25 10:25:44 +08:00
auto-complete docs: sort api table 2017-10-25 10:25:44 +08:00
avatar docs: sort api table 2017-10-25 10:25:44 +08:00
back-top docs: sort api table 2017-10-25 10:25:44 +08:00
badge docs: sort api table 2017-10-25 10:25:44 +08:00
breadcrumb docs: sort api table 2017-10-25 10:25:44 +08:00
button docs: sort api table 2017-10-25 10:25:44 +08:00
calendar docs: sort api table 2017-10-25 10:25:44 +08:00
card Fix extra padding of loading Card when it is too wide 2017-10-26 19:20:12 +08:00
carousel docs: sort api table 2017-10-25 10:25:44 +08:00
cascader docs: sort api table 2017-10-25 10:25:44 +08:00
checkbox docs: sort api table 2017-10-25 10:25:44 +08:00
col docs: 调整组件导航结构 (#3758) 2016-11-09 14:43:32 +08:00
collapse docs: sort api table 2017-10-25 10:25:44 +08:00
date-picker docs: sort api table 2017-10-25 10:25:44 +08:00
dropdown docs: sort api table 2017-10-25 10:25:44 +08:00
form docs: sort api table 2017-10-25 10:25:44 +08:00
grid docs: sort api table 2017-10-25 10:25:44 +08:00
icon docs: sort api table 2017-10-25 10:25:44 +08:00
input Fix suffix of Input.Search 2017-11-01 12:12:16 +08:00
input-number docs: sort api table 2017-10-25 10:25:44 +08:00
layout docs: sort api table 2017-10-25 10:25:44 +08:00
locale-provider docs: sort api table 2017-10-25 10:25:44 +08:00
mention docs: sort api table 2017-10-25 10:25:44 +08:00
menu Rewrite the MenuItem to handle ref for react 16 (#8037) 2017-10-27 07:21:34 -05:00
message docs: sort api table 2017-10-25 10:25:44 +08:00
modal docs: sort api table 2017-10-25 10:25:44 +08:00
notification docs: sort api table 2017-10-25 10:25:44 +08:00
pagination docs: sort api table 2017-10-25 10:25:44 +08:00
popconfirm docs: sort api table 2017-10-25 10:25:44 +08:00
popover docs: sort api table 2017-10-25 10:25:44 +08:00
progress docs: sort api table 2017-10-25 10:25:44 +08:00
radio docs: sort api table 2017-10-25 10:25:44 +08:00
rate docs: sort api table 2017-10-25 10:25:44 +08:00
row docs: 调整组件导航结构 (#3758) 2016-11-09 14:43:32 +08:00
select docs: sort api table 2017-10-25 10:25:44 +08:00
slider In SliderProps type definition, replace void types with null. (#8102) 2017-11-03 09:40:56 +08:00
spin docs: sort api table 2017-10-25 10:25:44 +08:00
steps docs: sort api table 2017-10-25 10:25:44 +08:00
style Fix input checkbox or radio disappeared, ref #7974 2017-10-30 13:19:53 +08:00
switch docs: sort api table 2017-10-25 10:25:44 +08:00
table docs: sort api table 2017-10-25 10:25:44 +08:00
tabs docs: sort api table 2017-10-25 10:25:44 +08:00
tag docs: sort api table 2017-10-25 10:25:44 +08:00
time-picker docs: sort api table 2017-10-25 10:25:44 +08:00
timeline docs: sort api table 2017-10-25 10:25:44 +08:00
tooltip docs: sort api table 2017-10-25 10:25:44 +08:00
transfer docs: sort api table 2017-10-25 10:25:44 +08:00
tree add the 'selectable' attribute (#8048) 2017-10-28 19:39:33 +08:00
tree-select docs: sort api table 2017-10-25 10:25:44 +08:00
upload docs: sort api table 2017-10-25 10:25:44 +08:00
version refactor version import 2017-02-13 14:57:04 +08:00
index.tsx Add remove warning comment (#7510) 2017-09-11 11:58:38 +08:00