assui 3.2.4 → 3.2.6
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.
- package/es/img-crop/index.js +2 -1
- package/lib/img-crop/index.js +2 -1
- package/package.json +3 -3
package/es/img-crop/index.js
CHANGED
|
@@ -378,7 +378,8 @@ var ImgCrop = function ImgCrop(props) {
|
|
|
378
378
|
onOk: onOk,
|
|
379
379
|
onCancel: onClose,
|
|
380
380
|
maskClosable: false,
|
|
381
|
-
destroyOnClose: true
|
|
381
|
+
destroyOnClose: true,
|
|
382
|
+
centered: true
|
|
382
383
|
}, modalProps), /*#__PURE__*/React.createElement(EasyCrop, __assign({
|
|
383
384
|
image: src,
|
|
384
385
|
aspect: aspect,
|
package/lib/img-crop/index.js
CHANGED
|
@@ -421,7 +421,8 @@ var ImgCrop = function ImgCrop(props) {
|
|
|
421
421
|
onOk: onOk,
|
|
422
422
|
onCancel: onClose,
|
|
423
423
|
maskClosable: false,
|
|
424
|
-
destroyOnClose: true
|
|
424
|
+
destroyOnClose: true,
|
|
425
|
+
centered: true
|
|
425
426
|
}, modalProps), React.createElement(EasyCrop_1["default"], __assign({
|
|
426
427
|
image: src,
|
|
427
428
|
aspect: aspect,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/react-beautiful-dnd": "^13.1.2",
|
|
36
36
|
"@types/react-color": "^3.0.6",
|
|
37
37
|
"@types/react-resizable": "^3.0.0",
|
|
38
|
-
"a-icons": "^1.2.
|
|
38
|
+
"a-icons": "^1.2.4",
|
|
39
39
|
"aa-utils": "^2.1.27",
|
|
40
40
|
"ahooks": "^3.0.8",
|
|
41
41
|
"bignumber.js": "^9.0.1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"node": ">=10.0.0"
|
|
83
83
|
},
|
|
84
84
|
"license": "MIT",
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "296d69378c167b17129d87166b7186493c6dea23"
|
|
86
86
|
}
|