afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
kristof0425
c97bd20faf
docs(Modal): change type of okText and cancelText props
2019-02-01 01:20:39 +08:00
诸岳
21f0419ace
feat: Add mask prop for Modal method, close #14177 ( #14197 )
2019-01-10 01:21:51 +08:00
afc163
5c266355ec
⚡ Add icon
to Modal.confirm/info/warning/error
...
deperated `iconType`
close #13918
2018-12-26 21:36:36 +08:00
tom
00109a0698
change Modal.destroy to Modal.destroyAll
2018-12-20 17:31:12 +08:00
tom
d9e0b33dbe
Modal.destroy():destroy all cofirm modal dialogs
2018-12-20 17:31:12 +08:00
zombiej
f791a50084
add forceRender support
...
fix #12503
2018-12-06 15:08:35 +08:00
Pouya Sanooei
a70d64451b
fix Modal docs typo
2018-11-01 12:05:24 +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
afc163
9fdee487ce
Add test case for modal update
2018-08-25 22:57:24 +08:00
afc163
b8b9c02fb9
Add update function for Modal.method, close #11721
2018-08-25 22:57:24 +08:00
yoyo837
ef31697d26
Support centered settings
2018-07-31 21:14:48 +08:00
Wei Zhu
b374297ca6
Merge branch 'master' into feature-3.7.0
2018-06-25 11:44:35 +08:00
Wei Zhu
aa580beb8b
docs: sort api table
2018-06-24 17:09:18 +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
Chenjia
5634881eda
add docs for keyboard props on modal component #8818 ( #10030 )
2018-04-13 12:01:51 +08:00
keqingrong
32ac330ca2
docs: add className for Modal.method
2018-01-05 21:47:16 +08:00
Wei Zhu
999d6184ad
docs: Sort api table
2017-12-29 20:22:58 +08:00
Wei Zhu
f89254537e
Document destroyOnClose in Chinese
2017-12-28 16:26:03 +08:00
Rohan Malhotra
c6a1861887
updated rc-dialog and docs for destroyOnClose
2017-12-28 12:49:33 +05:30
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
kossel
1599686fc2
docs: update docs for Modal, close #7840 ( #7952 )
2017-10-22 21:35:47 -05:00
Khalifa Lame
b381f1f5ec
docs: update Modal English doc ( #7537 )
...
Fixed several typos.
2017-09-11 11:08:18 +08:00
Benjy Cui
59193ef34a
Revert "Patch 1 ( #7471 )"
...
This reverts commit 9667ec17bd
.
2017-09-06 09:46:58 +08:00
kuang
9667ec17bd
Patch 1 ( #7471 )
...
* default value error
f10a2abbd8/src/Modal.tsx (L53)
* default value error
2017-09-05 19:07:57 +08:00
afc163
ef8beaffde
Merge from master
2017-08-25 22:51:14 +08:00
afc163
61aac68028
doc: remove new key way
2017-08-24 09:44:17 +08:00
Benjy Cui
456cea652b
docs: add zIndex to docs of Modal, ref: 2aa3437
2017-08-07 10:41:38 +08:00
yociduo
fa0e90f577
remove cancel type
2017-08-07 10:40:34 +08:00
yociduo
528a7645ca
remove cancel text
2017-08-07 10:40:33 +08:00
Eden Wang
c712d072eb
update okType and cancelType for api docs
2017-08-07 10:40:33 +08:00
乐仪
1dd3e001c5
Update Modal doc, relevant: https://github.com/ant-design/ant-design/pull/7085
2017-08-06 12:44:15 +08:00
Ivan Radeljic
1651682020
Update modal documentation ( #7085 )
...
Add another way to destroy state on close modal
2017-08-06 00:04:25 +08:00
Benjy Cui
977a5a1cc7
docs: add missing API docs for Modal, close : #6239
2017-05-24 10:00:59 +08:00
Benjy Cui
9ce3a1ea35
docs: update docs details for Modal, close : #6121
2017-05-16 10:43:12 +08:00
afc163
a42a507e2b
percise modal document
2017-03-22 15:25:28 +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
b427adec21
docs: add instrunction about footer={null}
2017-02-19 01:42:58 +08:00
afc163
f2bb4afd4d
Merge from master
2017-01-27 17:23:51 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
afc163
35523be6e9
Merge from master
2017-01-20 18:28:09 +08:00
afc163
75abadac84
Add doc about clearing Modal old state
2017-01-16 14:30:07 +08:00
Pixy Yuan
a2bef2b87e
feat: Modal.confirm add maskClosable option ( #4488 ) ( #4490 )
...
* feat: Modal.confirm add maskClosable option (#4488 )
* feat: Modal.confirm add maskClosable option (#4488 )
2017-01-08 19:14:28 +08:00
陆离
a0498e436f
docs: add document for afterClose
props for Modal ( #4448 )
...
+ close #4445
2017-01-05 12:06:27 +08:00
Bruce Mitchener
36508ffabd
Typo fixes.
2016-11-16 20:33:37 +07:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
24f71ac6be
remove some blanks
2016-11-02 16:55:15 +08:00
Benjy Cui
3f67fd3f9f
docs: update docs details
2016-09-21 11:28:38 +08:00
afc163
0e6f677ff9
Fix doc headings
2016-09-10 13:43:30 +08:00