hrsass-components 1.7.15 → 1.7.16
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 +6 -2
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +5064 -0
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 = "1.7.
|
|
68
|
+
var version = "1.7.16";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -3962,7 +3962,11 @@ var HrAppendix = {
|
|
|
3962
3962
|
});
|
|
3963
3963
|
$appendix = h("div", {
|
|
3964
3964
|
"class": "hr-appendix hr-appendix-table hr-appendix-".concat(this.imageSize)
|
|
3965
|
-
}, [h("header", [h("a-upload",
|
|
3965
|
+
}, [h("header", [h("a-upload", _objectSpread$6(_objectSpread$6({}, options), {}, {
|
|
3966
|
+
props: _objectSpread$6(_objectSpread$6({}, options.props), {}, {
|
|
3967
|
+
showUploadList: false
|
|
3968
|
+
})
|
|
3969
|
+
}), [btn ? this.$slots["default"] || btn : null]), h("div", {
|
|
3966
3970
|
style: "display: inline-block; margin-left: 10px;"
|
|
3967
3971
|
}, [h(HrPhotograph, {
|
|
3968
3972
|
style: disabled ? {
|