afc163
4417dcf300
fix tsc
2017-05-29 19:06:26 +08:00
Jordan Hornblow
ba65f9429e
Add onCellClick prop to ColumnProps interface
2017-05-29 20:17:01 +10:00
Jordan Hornblow
03adcefafd
Make count prop optional in BadgeProps interface
...
E.g. https://ant.design/components/badge/#components-badge-demo-dot
2017-05-29 20:14:16 +10:00
afc163
fa235b7876
Fix RangePicker test case
2017-05-29 16:19:59 +08:00
afc163
709c750c2b
Fix InputNumber feedback z-index issue, close #6289
2017-05-29 01:51:13 +08:00
afc163
2cde334cd5
update snapshot
2017-05-28 15:30:43 +08:00
afc163
14844eb0e0
Fix AutoComplete and Input Group vertical align issue
2017-05-28 15:27:55 +08:00
Panjie Setiawan Wicaksono
cc71ab957e
better typings for layout components
2017-05-28 02:20:05 +07:00
clinyong
2202648d6e
Input add autoFocus prop (for ts checking)
2017-05-27 16:37:15 +08:00
Panjie Setiawan Wicaksono
1abbc1c31b
chore: add name props to input-related interfaces ( #6276 )
2017-05-27 09:31:06 +08:00
Jordan Hornblow
720a3d30b4
fix: Form and Mention TypeScript definition ( #6268 )
...
* Add source and options params to Form.ValidationRule.validator function
As per rules section of async-validation readme: https://github.com/yiminghe/async-validator#rules
* Make prefixCls optional in MentionProps interface
2017-05-26 09:16:53 +08:00
Benjy Cui
0e5431d21b
deps: upgrade antd-tools and code style
2017-05-25 16:54:15 +08:00
afc163
551b17203c
Fix showSearch doc, close #6253
2017-05-25 11:57:45 +08:00
Jordan Hornblow
acdc563a54
Add filterDropdownVisible and onFilterDropdownVisibleChange to ColumnProps interface
2017-05-24 19:38:39 +10:00
afc163
4d645a256f
tweak select placeholder text align
2017-05-24 16:48:45 +08:00
afc163
f28c328442
update code style
2017-05-24 16:19:10 +08:00
afc163
55fc44aba4
fix table wrapper node null, #6245
2017-05-24 16:16:42 +08:00
afc163
54c6b63e9f
Fix table filter menu overflow issue, close #6245
2017-05-24 12:17:40 +08:00
Benjy Cui
67c38fa3b4
fix: should hide collapsed children, close : #6131
2017-05-24 10:25:43 +08:00
Benjy Cui
977a5a1cc7
docs: add missing API docs for Modal, close : #6239
2017-05-24 10:00:59 +08:00
afc163
d6da30573b
Fix inactive tab panel behavious, close #6237
2017-05-23 17:59:27 +08:00
afc163
5ef4828974
Remove default margin-bottom of Alert
2017-05-23 17:51:10 +08:00
afc163
5b4adeb339
tweak spin style
2017-05-23 17:48:13 +08:00
afc163
f414398fae
Fix disabledDate of Calendar, close #6074
2017-05-23 17:10:56 +08:00
Benjy Cui
e0db2f424e
docs: update docs for Card, ref: #6225
2017-05-23 10:03:34 +08:00
Anas Tawfeek
f61b69cbb1
docs: adding the prop 'loading' to the properties table. ( #6225 )
2017-05-23 09:56:59 +08:00
偏右
516317e78a
Merge pull request #6005 from megawac/multiselect-tag-bg
...
Use @tag-default-bg for multiselect tags
2017-05-22 16:35:03 +08:00
偏右
b4b607f4b0
Merge pull request #6221 from mitchelldemler/master
...
Add ValidationRule type for getFieldDecorator validation rules
2017-05-22 16:29:30 +08:00
偏右
1d0741d1e8
Merge pull request #6197 from ant-design/tree-click-area
...
Increase click area of Tree icons
2017-05-22 16:29:12 +08:00
mitchell.demler
64befeda32
Add ValidationRule type for getFieldDecorator validation rules
...
Copied types from english documentation. (these might need checking?)
2017-05-22 15:57:09 +12:00
Benjy Cui
4b8a291684
fix: broken style of Cascader in Input.Group ( #6208 )
...
* fix: broken hover style of Cascader, close : #6202
* test: update snapshot
2017-05-22 10:09:17 +08:00
Arthur Denner Oliveira Santos
262cad1009
fix: adding missing translations to Upload and Table components ( #6218 )
2017-05-22 09:47:30 +08:00
Benjy Cui
1dae0b65f2
chore: improve UX of RangePicker ( #6200 )
...
* chore: improve UX of RangePicker
* test: fix CI
2017-05-22 09:42:04 +08:00
Graeme Yeates
adfca8ae78
Use @tag-default-bg for multiselect tags
2017-05-19 11:52:31 -04:00
afc163
42c3665517
filter dropdown should be render inside td
2017-05-19 16:02:21 +08:00
Mitchell Demler
fa44de3faa
refactor: rearrange AbstractSelectProps so that AutoCompleteProps has access to some needed SelectProps ( #6205 )
2017-05-19 11:29:16 +08:00
afc163
7cde9c8ffe
fix affix input height, ref #6144
2017-05-18 15:08:30 +08:00
afc163
b887ad8e54
Fix selected background
2017-05-18 15:08:30 +08:00
Benjy Cui
361df26f3a
fix: should support DatePicker|RangePicker[showTime.defaultValue], ( #6160 )
...
close : #5691 #2375
2017-05-18 14:51:06 +08:00
Wei Zhu
c962705f03
Increase click area of Tree icons
...
Close #6120
2017-05-18 14:28:48 +08:00
afc163
8703145d70
Fix prop-types and createClass warning, #5678
2017-05-18 14:22:47 +08:00
afc163
8d5ecfbd12
remove duplicated css import, close #6186
2017-05-18 09:57:11 +08:00
afc163
a4fb175672
move duplicated css code, close #6156
2017-05-17 20:31:48 +08:00
afc163
c6ec1ce9bb
use create-react-class, ref #5678
2017-05-17 18:01:53 +08:00
Benjy Cui
0b332f0fb8
test: update snapshot for pagination
2017-05-17 11:11:01 +08:00
Rex
f3c38d5811
fix: notification.destroy
bug ( #6161 )
2017-05-17 10:24:16 +08:00
偏右
56f8481709
Merge pull request #6155 from ant-design/revert-input
...
revert: #5990
2017-05-16 18:05:55 +08:00
afc163
8feed523d9
Allow showHour can be overrided
2017-05-16 15:33:01 +08:00
Benjy Cui
523ad8c802
docs: show demo for #6121
2017-05-16 15:09:10 +08:00
Benjy Cui
a86a3339fc
revert: #5990
2017-05-16 12:02:52 +08:00