zy-react-library 1.0.139 → 1.0.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,6 +51,7 @@ const ImportFile = (props) => {
51
51
  open={visible}
52
52
  onCancel={handleClose}
53
53
  width={600}
54
+ maskClosable={false}
54
55
  footer={[
55
56
  templateUrl && (
56
57
  <Button key="export" onClick={handleExportTemplate}>
@@ -154,6 +154,7 @@ const MapSelector = (props) => {
154
154
  onCancel={handleClose}
155
155
  width={1000}
156
156
  destroyOnHidden={false}
157
+ maskClosable={false}
157
158
  afterClose={handleAfterClose}
158
159
  footer={[
159
160
  <Button key="back" onClick={handleClose}>
@@ -91,6 +91,7 @@ function Pdf(props) {
91
91
  return (
92
92
  <Modal
93
93
  open={visible}
94
+ maskClosable={false}
94
95
  width={pdfWidth + 100}
95
96
  title="PDF预览"
96
97
  onCancel={onCancel}
@@ -60,6 +60,7 @@ function Signature(props) {
60
60
  title="签字"
61
61
  width={800}
62
62
  open={signatureModalOpen}
63
+ maskClosable={false}
63
64
  onCancel={() => setSignatureModalOpen(false)}
64
65
  footer={[
65
66
  <Button key="clear" onClick={() => signatureCanvas.current.clear()}>重签</Button>,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.139",
4
+ "version": "1.0.140",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",