Skip to content

Commit b4b7bb9

Browse files
committed
manual merge ad36ba9
1 parent 2de98c7 commit b4b7bb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialog.jsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ const wrapperStyle = {position:'fixed', top:0, left:0, zIndex:20};
387387
const Dialog = React.createClass({
388388

389389
propTypes: {
390+
actionFocus: React.PropTypes.string,
390391
actions: React.PropTypes.array,
391392
autoDetectWindowHeight: React.PropTypes.bool,
392393
autoScrollBodyContent: React.PropTypes.bool,
@@ -395,12 +396,15 @@ const Dialog = React.createClass({
395396
contentStyle: React.PropTypes.object,
396397
defaultOpen: React.PropTypes.bool,
397398
modal: React.PropTypes.bool,
399+
onDismiss: React.PropTypes.func,
398400
onRequestClose: React.PropTypes.func,
401+
onShow: React.PropTypes.func,
399402
open: React.PropTypes.bool,
400403
openImmediately: React.PropTypes.bool,
401404
repositionOnUpdate: React.PropTypes.bool,
402405
style: React.PropTypes.object,
403406
title: React.PropTypes.node,
407+
titleStyle: React.PropTypes.object,
404408
},
405409

406410
getInitialState() {

0 commit comments

Comments
 (0)