keqingrong
32ac330ca2
docs: add className for Modal.method
7 years ago
Wei Zhu
f89254537e
Document destroyOnClose in Chinese
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
monkindey
fe19a9b124
rerun api-sort script
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
Benjy Cui
ff5d05129f
docs: translate 1599686
7 years ago
Benjy Cui
59193ef34a
Revert "Patch 1 ( #7471 )"
This reverts commit 9667ec17bd
.
7 years ago
kuang
9667ec17bd
Patch 1 ( #7471 )
* default value error
f10a2abbd8/src/Modal.tsx (L53)
* default value error
7 years ago
afc163
61aac68028
doc: remove new key way
7 years ago
Benjy Cui
456cea652b
docs: add zIndex to docs of Modal, ref: 2aa3437
7 years ago
yociduo
fa0e90f577
remove cancel type
7 years ago
yociduo
528a7645ca
remove cancel text
7 years ago
Eden Wang
c712d072eb
update okType and cancelType for api docs
7 years ago
乐仪
1dd3e001c5
Update Modal doc, relevant: https://github.com/ant-design/ant-design/pull/7085
7 years ago
Benjy Cui
977a5a1cc7
docs: add missing API docs for Modal, close : #6239
8 years ago
Benjy Cui
9ce3a1ea35
docs: update docs details for Modal, close : #6121
8 years ago
afc163
a42a507e2b
percise modal document
8 years ago
afc163
19bebebc60
percise modal document
8 years ago
ddcat1115
e07cdf5387
add left out event parameters for Modal[onOk] Popconfirm[onConfirm] Popconfirm[onCancel] ( #5042 )
8 years ago
afc163
b427adec21
docs: add instrunction about footer={null}
8 years ago
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
8 years ago
afc163
75abadac84
Add doc about clearing Modal old state
8 years ago
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 )
8 years ago
陆离
a0498e436f
docs: add document for `afterClose` props for Modal ( #4448 )
+ close #4445
8 years ago
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
- Layout 更名为 Grid
8 years ago
afc163
24f71ac6be
remove some blanks
8 years ago
Benjy Cui
3f67fd3f9f
docs: update docs details
8 years ago
Gray Choi
5c2087311f
docs: translate modal ( #2634 )
8 years ago
afc163
089f1ae512
update components category name
9 years ago
Benjy Cui
209e3c1f9d
docs: remove deprecated Modal.warn
9 years ago
yiminghe
fc55cf6919
keep .warn
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
afc163
51693994b5
upgrade center modal demo
9 years ago
afc163
72f68fa003
support custom Modal position and add vertical middle demo
9 years ago
afc163
5ee64fe105
Add Modal.warning
9 years ago
afc163
4c60da7316
Modal.confirm, iconClassName => iconType
9 years ago
afc163
ae87f60075
remove Modal align in API document
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
afc163
04f747770e
fix(docs), confirm demo & docs
9 years ago
afc163
80d6ae30a8
Add propTypes and prop align in Modal docs
9 years ago
afc163
5a9b7a295f
update docs
9 years ago
afc163
6700dbba2a
Fix Modal onCancel argument, ref #980
9 years ago
Benjy Cui
a7b2c2e348
feat: expose `closable` for Modal
9 years ago
Benjy Cui
fdd9ef7d18
feat: Modal should support internationalization
9 years ago
elrrrrrrr
244c3a78a5
chore: 迁移 modal iconfont
- api 接口有变
9 years ago
afc163
c5cab1d687
Add confirmLoading prop for Modal
You can use `confirmLoading` to cancel button loading status.
```
onOk() {
...
this.setState({
confirmLoading: false
});
}
```
Fix #322
9 years ago
afc163
75d710a1b8
Add some info type Modal, close #244
9 years ago
afc163
e6d92e37b1
update modal default props
9 years ago
afc163
fdf19520d6
Add component type
9 years ago