hrsass-components 2.2.2 → 2.2.3
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/lib/hrsass-components.js +3 -3
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +0 -5240
package/lib/hrsass-components.js
CHANGED
|
@@ -65,7 +65,7 @@ var contentStyle = _interopDefault(require('!!raw-loader!tinymce/skins/content/d
|
|
|
65
65
|
var SvgPanZoom = _interopDefault(require('svg-pan-zoom'));
|
|
66
66
|
var saveSvgAsPng = require('save-svg-as-png');
|
|
67
67
|
|
|
68
|
-
var version = "2.2.
|
|
68
|
+
var version = "2.2.3";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -3491,7 +3491,7 @@ var HrAppendix = {
|
|
|
3491
3491
|
url: "".concat(_this3.fileUrl).concat(fileId)
|
|
3492
3492
|
};
|
|
3493
3493
|
if (_this3.listType !== "text") {
|
|
3494
|
-
fileObj.type = "image";
|
|
3494
|
+
fileObj.type = "image/";
|
|
3495
3495
|
}
|
|
3496
3496
|
return fileObj;
|
|
3497
3497
|
});
|
|
@@ -14510,7 +14510,7 @@ var index$h = {
|
|
|
14510
14510
|
url: "".concat(_this3.fileUrl).concat(fileId)
|
|
14511
14511
|
};
|
|
14512
14512
|
if (_this3.listType !== "text") {
|
|
14513
|
-
fileObj.type = "image";
|
|
14513
|
+
fileObj.type = "image/";
|
|
14514
14514
|
}
|
|
14515
14515
|
return fileObj;
|
|
14516
14516
|
});
|