assui 3.0.37 → 3.0.38

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.
@@ -223,7 +223,6 @@ var SingleImgUpload = function SingleImgUpload(props) {
223
223
  setImageLoading(true);
224
224
  heic2Jpeg(value).then(function (resultUrl) {
225
225
  setFileUrl(resultUrl);
226
- })["finally"](function () {
227
226
  setImageLoading(false);
228
227
  });
229
228
  }, [value]);
@@ -266,7 +266,6 @@ var SingleImgUpload = function SingleImgUpload(props) {
266
266
  setImageLoading(true);
267
267
  (0, heic2Jpeg_1["default"])(value).then(function (resultUrl) {
268
268
  setFileUrl(resultUrl);
269
- })["finally"](function () {
270
269
  setImageLoading(false);
271
270
  });
272
271
  }, [value]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "assui",
3
- "version": "3.0.37",
3
+ "version": "3.0.38",
4
4
  "description": "react ui library",
5
5
  "author": "jason <usochen@gmail.com>",
6
6
  "main": "./lib/index.js",
@@ -36,7 +36,7 @@
36
36
  "@types/react-color": "^3.0.6",
37
37
  "@types/react-resizable": "^3.0.0",
38
38
  "a-icons": "^1.1.13",
39
- "aa-utils": "^2.1.13",
39
+ "aa-utils": "^2.1.14",
40
40
  "ahooks": "^3.0.8",
41
41
  "bignumber.js": "^9.0.1",
42
42
  "copy-to-clipboard": "^3.3.1",
@@ -80,5 +80,5 @@
80
80
  "node": ">=10.0.0"
81
81
  },
82
82
  "license": "MIT",
83
- "gitHead": "35794900740a8492b44bdee55348b7b3905489dd"
83
+ "gitHead": "9f45373b38f86ff237a6f78223f162f5017d7e93"
84
84
  }