Comparing version 1.2.0 to 1.2.1
16
index.js
@@ -197,12 +197,12 @@ 'use strict'; | ||
Dialog.propTypes = { | ||
title: _PropTypes2.string, | ||
content: _PropTypes2.string.isRequired, | ||
withCloseIcon: _PropTypes2.bool, | ||
hasFoot: _PropTypes2.bool, | ||
okBtnClass: _PropTypes2.string, | ||
okText: _PropTypes2.string, | ||
cancelText: _PropTypes2.string, | ||
onOk: _PropTypes2.func | ||
title: _PropTypes2.default.string, | ||
content: _PropTypes2.default.string.isRequired, | ||
withCloseIcon: _PropTypes2.default.bool, | ||
hasFoot: _PropTypes2.default.bool, | ||
okBtnClass: _PropTypes2.default.string, | ||
okText: _PropTypes2.default.string, | ||
cancelText: _PropTypes2.default.string, | ||
onOk: _PropTypes2.default.func | ||
}; | ||
exports.default = Dialog; | ||
module.exports = exports['default']; |
{ | ||
"name": "m-dialog", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "m-dialog 移动端模态对话框", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28569