hrsass-components 1.7.26 → 1.7.28
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 +5 -3
- package/lib/hrsass-components.min.js +1 -1
- package/package.json +1 -1
- package/rollup.build.css +10128 -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.28";
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
71
|
* 版本号
|
|
@@ -3273,6 +3273,7 @@ var HrPhotograph = {
|
|
|
3273
3273
|
WsUtil.sendMsgStartVideo(WsUtil.camidMain, this.ratioW, this.ratioH);
|
|
3274
3274
|
},
|
|
3275
3275
|
openSub: function openSub() {
|
|
3276
|
+
console.log(WsUtil.camidSub);
|
|
3276
3277
|
WsUtil.sendMsgRefreshCamSecond();
|
|
3277
3278
|
WsUtil.sendMsgStartVideo2(WsUtil.camidSub, this.subRatioW, this.subRatioH);
|
|
3278
3279
|
},
|
|
@@ -3324,8 +3325,9 @@ var HrPhotograph = {
|
|
|
3324
3325
|
WsUtil = Photograph({
|
|
3325
3326
|
isSecondDev: photograph.isSecondDev,
|
|
3326
3327
|
camidMain: 0,
|
|
3327
|
-
camidSub:
|
|
3328
|
+
camidSub: 0,
|
|
3328
3329
|
GetDevName: function GetDevName(num, strUsbNamr) {
|
|
3330
|
+
console.log(num > 0, _this2.activeDevice);
|
|
3329
3331
|
_this2.show = num > 0;
|
|
3330
3332
|
_this2.deviceNum = num;
|
|
3331
3333
|
WsUtil.sendMsgShotBase64(1);
|
|
@@ -4026,7 +4028,7 @@ var HrAppendix = {
|
|
|
4026
4028
|
});
|
|
4027
4029
|
$appendix = h("div", {
|
|
4028
4030
|
"class": "hr-appendix hr-appendix-table hr-appendix-".concat(this.imageSize)
|
|
4029
|
-
}, [h("header", [h("a-upload", _objectSpread$6(_objectSpread$6({}, options), {}, {
|
|
4031
|
+
}, [(!disabled || btn) && h("header", [h("a-upload", _objectSpread$6(_objectSpread$6({}, options), {}, {
|
|
4030
4032
|
props: _objectSpread$6(_objectSpread$6({}, options.props), {}, {
|
|
4031
4033
|
showUploadList: false
|
|
4032
4034
|
})
|