assui 3.2.53 → 3.2.54
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.
|
@@ -168,7 +168,7 @@ import classNames from 'classnames';
|
|
|
168
168
|
import CloseOutlined from "a-icons/es/CloseOutlined";
|
|
169
169
|
import isObject from 'lodash/isObject';
|
|
170
170
|
import isFunction from 'lodash/isFunction';
|
|
171
|
-
|
|
171
|
+
var pdfpng = "pdf.png";
|
|
172
172
|
var getLocalImgURL = function getLocalImgURL(file) {
|
|
173
173
|
var URL = window.URL || window.webkitURL;
|
|
174
174
|
var imgURL = URL.createObjectURL(file);
|
|
@@ -209,7 +209,7 @@ var classnames_1 = __importDefault(require("classnames"));
|
|
|
209
209
|
var CloseOutlined_1 = __importDefault(require("a-icons/lib/CloseOutlined"));
|
|
210
210
|
var isObject_1 = __importDefault(require("lodash/isObject"));
|
|
211
211
|
var isFunction_1 = __importDefault(require("lodash/isFunction"));
|
|
212
|
-
var pdf_png_1 = __importDefault(
|
|
212
|
+
var pdf_png_1 = __importDefault("pdf.png");
|
|
213
213
|
var getLocalImgURL = function getLocalImgURL(file) {
|
|
214
214
|
var URL = window.URL || window.webkitURL;
|
|
215
215
|
var imgURL = URL.createObjectURL(file);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "assui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.54",
|
|
4
4
|
"description": "react ui library",
|
|
5
5
|
"author": "jason <usochen@gmail.com>",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"node": ">=10.0.0"
|
|
87
87
|
},
|
|
88
88
|
"license": "MIT",
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "1462db860e1f4eb758033d5cafe589ed4f086f90"
|
|
90
90
|
}
|