frezc
5f9b376456
[type] make type of components compatible with ComponentType<P>
2018-12-25 01:10:00 +08:00
陈帅
dca9715186
support prettier
2018-12-07 18:27:30 +08:00
afc163
4abc2824e4
📝 upgrade ts comment
2018-11-26 19:32:33 +08:00
zombiej
9aa62d42c2
Modal.xxx support maskStyle
...
fix #12688
2018-10-27 18:54:52 +08:00
C.J. Winslow
b9a86b2ea1
Pass the ok and cancel button props in the confirm API ( #12425 )
...
This PR adds the `okButtonProps` and `cancelButtonProps` API to the `Modal.confirm` and associated methods.
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
*isNewFeature* **:**
* [x] Update API docs for the component.
* [x] Update/Add demo to demonstrate new feature.
* [x] Update TypeScript definition for the component.
* [x] Add unit tests for the feature.
2018-09-30 14:50:03 +08:00
Erwin Kort
2d8f9ccf63
Add button autofocus prop to confirm modal ( #11756 )
...
@picodoth
2018-09-29 17:00:01 +08:00
Adam Burgess
9b01ec1ed2
Modal: Add the update function type definition
2018-09-23 13:20:38 +08:00
afc163
877f9fd7d6
Add getContainer to Modal.info etc, close #11377
2018-08-25 21:24:18 +08:00
HeskeyBaozi
3baec95628
Merge branch 'feature-3.9.0' of https://github.com/ant-design/ant-design into feature/svg-icon
2018-08-13 09:26:33 +08:00
Wei Zhu
064bfaf554
Add @types/prop-types
2018-08-07 21:09:05 +08:00
HeskeyBaozi
46cb1c8cde
resolve conflict.
2018-08-02 18:02:43 +08:00
yoyo837
eab74fa693
For #11537 , Centered style should be applied to the wrap element.
2018-08-01 11:16:17 +08:00
yoyo837
f14e207912
Boolean
2018-07-31 21:14:48 +08:00
yoyo837
45e9b2a937
fix prefixCls is missing in restProps
2018-07-31 21:14:48 +08:00
yoyo837
ef31697d26
Support centered settings
2018-07-31 21:14:48 +08:00
Matt Lein
e63f9d4beb
Pass data and aria props to the date picker input.
...
Pass data and aria props to the alert div.
add wrapProps to ModalProps
2018-06-25 16:53:04 +08:00
Randy
a614a525c4
fix #10822 ( #10955 )
...
Add `okButtonProps` and `cancelButtonProps` props to ok button and cancel button
2018-06-22 19:56:41 +08:00
Wei Zhu
921361313a
Add explicit types for default props
...
Fix #8796
Close #8820
2018-04-10 10:50:59 +08:00
afc163
220d28d3e4
support keyboard for Modal.confirm, close #8818
2018-02-11 13:45:32 +08:00
Rohan Malhotra
6f3f17bb06
removed unnecessary whitespace
2017-12-28 12:49:54 +05:30
Rohan Malhotra
c6a1861887
updated rc-dialog and docs for destroyOnClose
2017-12-28 12:49:33 +05:30
Wei Zhu
01f4b4e713
Merge branch 'master' into antd-3.0
2017-12-01 11:50:07 +08:00
Nathan Griffin
51b6e4904a
Adding missing type properties ( #8395 )
2017-12-01 10:29:48 +08:00
Benjy Cui
57dcc78989
fix: should not override default footer, close : #8379
2017-11-30 17:24:51 +08:00
Wei Zhu
d8f6c3bd8c
Fix implicit any error for Modal and Message
2017-11-21 17:20:25 +08:00
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
2017-11-17 14:38:54 +08:00
Benjy Cui
7ea572bfc8
refactor: extract common locale logic ( #7915 )
2017-10-20 14:54:38 +08:00
偏右
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 👻
2017-09-27 22:32:49 +08:00
Benjy Cui
829b5f87bf
feat: make default locale to enUS ( #7553 )
...
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
2017-09-26 23:12:47 +08:00
afc163
0a3f6822f6
Fix zIndex types, ref #7624
2017-09-15 22:51:55 +08:00
afc163
ea2c113530
Fix zIndex types, ref #7624
2017-09-15 22:51:03 +08:00
afc163
11a6cd51a2
Fix zIndex types, close #7622
2017-09-15 21:41:32 +08:00
Alex Chao
3727ea2c33
feat: Modal.confirm supports zIndex prop #6722 ( #6880 )
...
* Modal.confirm supports zIndex prop #6722
* Fix filename
* Fix the zIndex missing in ModalFuncProps interface
2017-08-07 10:41:38 +08:00
yociduo
528a7645ca
remove cancel text
2017-08-07 10:40:33 +08:00
Eden Wang
8f1dd9ccda
add missing trailing comma
2017-08-07 10:40:33 +08:00
Eden Wang
ee176347ac
fix ci compile error
2017-08-07 10:40:33 +08:00
Eden Wang
f2b987aaa9
update custom type for modal components
2017-08-07 10:40:32 +08:00
Randy
99e4cd6aec
add rc-util declaration to custom-typings ( #6935 )
2017-07-29 14:17:02 +08:00
LongYinan
bd5daa939a
fix: missing maskClosable property in ModalFuncProps interface
2017-07-17 15:26:37 +08:00
Benjy Cui
977a5a1cc7
docs: add missing API docs for Modal, close : #6239
2017-05-24 10:00:59 +08:00
Manjit Kumar
4e055ed5d0
use PropTypes from 'prop-types' mdoule instead of React
...
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-04-12 02:22:05 +05:30
Benjy Cui
af12ca7434
fix: Modal[footer] could be set to null to hide totally, close : #5462
2017-03-24 14:41:41 +08:00
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
...
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
2017-03-23 21:15:49 +08:00
邦
3d32a86547
refactor: improve modal static methods type definition ( #5090 )
...
* refactor: improve modal static methods type definition
* chore: add exports.
* chore: remove unused import
2017-03-03 11:40:54 +08:00
ddcat1115
e07cdf5387
add left out event parameters for Modal[onOk] Popconfirm[onConfirm] Popconfirm[onCancel] ( #5042 )
2017-02-24 16:07:39 +08:00
afc163
0eb5c689a3
remove type="ghost" from demo
2017-02-04 22:35:33 +08:00
Benjy Cui
d4132ac558
chore: add missing definition for Modal
2017-01-05 12:08:43 +08:00
Benjy Cui
4878258f6c
refactor: ref: #3490
2016-10-24 12:04:26 +08:00
yiminghe
8afe3965c1
upgrade ts 2.0
2016-10-19 17:52:23 +08:00
afc163
6edac76abb
prolong delay animation click time
2016-10-07 18:00:40 +08:00