hoeditor-web 3.1.79 → 3.1.81
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/hoeditor.css +1 -1
- package/lib/hoeditor.umd.js +309 -106
- package/lib/hoeditor.umd.min.js +13 -13
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -15853,7 +15853,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
15853
15853
|
|
|
15854
15854
|
/***/ }),
|
|
15855
15855
|
|
|
15856
|
-
/***/
|
|
15856
|
+
/***/ 1545:
|
|
15857
15857
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
15858
15858
|
|
|
15859
15859
|
"use strict";
|
|
@@ -15869,7 +15869,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
15869
15869
|
var es_function_name = __webpack_require__(68309);
|
|
15870
15870
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
15871
15871
|
var es_array_concat = __webpack_require__(92222);
|
|
15872
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/sign/Sign.vue?vue&type=template&id=
|
|
15872
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/sign/Sign.vue?vue&type=template&id=5d84ec10&
|
|
15873
15873
|
|
|
15874
15874
|
|
|
15875
15875
|
var render = function render() {
|
|
@@ -16268,6 +16268,18 @@ var render = function render() {
|
|
|
16268
16268
|
},
|
|
16269
16269
|
expression: "isHigher"
|
|
16270
16270
|
}
|
|
16271
|
+
})], 1) : _vm._e(), _vm.signType !== 1 ? _c('li', {
|
|
16272
|
+
staticClass: "control-item"
|
|
16273
|
+
}, [_c('span', {
|
|
16274
|
+
staticClass: "label"
|
|
16275
|
+
}, [_vm._v("允许补充编辑")]), _c('a-checkbox', {
|
|
16276
|
+
model: {
|
|
16277
|
+
value: _vm.additionsEditor,
|
|
16278
|
+
callback: function callback($$v) {
|
|
16279
|
+
_vm.additionsEditor = $$v;
|
|
16280
|
+
},
|
|
16281
|
+
expression: "additionsEditor"
|
|
16282
|
+
}
|
|
16271
16283
|
})], 1) : _vm._e()], 2), _vm.signType >= 9 ? _c('div', {
|
|
16272
16284
|
staticClass: "section-right"
|
|
16273
16285
|
}, [_c('div', {
|
|
@@ -16370,7 +16382,7 @@ var render = function render() {
|
|
|
16370
16382
|
};
|
|
16371
16383
|
var staticRenderFns = [];
|
|
16372
16384
|
|
|
16373
|
-
;// CONCATENATED MODULE: ./src/components/controls/sign/Sign.vue?vue&type=template&id=
|
|
16385
|
+
;// CONCATENATED MODULE: ./src/components/controls/sign/Sign.vue?vue&type=template&id=5d84ec10&
|
|
16374
16386
|
|
|
16375
16387
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
16376
16388
|
var objectSpread2 = __webpack_require__(63442);
|
|
@@ -16456,13 +16468,14 @@ var SignNode = __webpack_require__(24701);
|
|
|
16456
16468
|
animationClassNames: 'control-modal-contents sign-modal animation-in',
|
|
16457
16469
|
isDisplayTitle: false,
|
|
16458
16470
|
isHigher: false,
|
|
16471
|
+
additionsEditor: false,
|
|
16459
16472
|
isDisplayTime: false,
|
|
16460
16473
|
timePosition: '0',
|
|
16461
16474
|
dateTimeList: [],
|
|
16462
16475
|
associatedElement: '',
|
|
16463
16476
|
modifyProps: {},
|
|
16464
16477
|
unwatchProps: [],
|
|
16465
|
-
watchProps: ['name', 'signType', 'signFormat', 'connectMode', 'connectChar', 'isFront', 'signTimeFormat', 'customFormatContent', 'isDisplayTitle', 'isDisplayTime', 'timePosition', 'associatedElement', 'isHigher']
|
|
16478
|
+
watchProps: ['name', 'signType', 'signFormat', 'connectMode', 'connectChar', 'isFront', 'signTimeFormat', 'customFormatContent', 'isDisplayTitle', 'isDisplayTime', 'timePosition', 'associatedElement', 'isHigher', 'additionsEditor']
|
|
16466
16479
|
};
|
|
16467
16480
|
},
|
|
16468
16481
|
mounted: function mounted() {
|
|
@@ -16480,7 +16493,7 @@ var SignNode = __webpack_require__(24701);
|
|
|
16480
16493
|
if (this.controlStatus === 'update') {
|
|
16481
16494
|
var node = this.getCurrentSelectNode();
|
|
16482
16495
|
if (node) {
|
|
16483
|
-
var _node$otherProperties, _node$otherProperties2, _node$otherProperties3, _node$otherProperties4, _node$otherProperties5, _node$otherProperties6, _node$otherProperties7;
|
|
16496
|
+
var _node$otherProperties, _node$otherProperties2, _node$otherProperties3, _node$otherProperties4, _node$otherProperties5, _node$otherProperties6, _node$otherProperties7, _node$otherProperties8, _node$otherProperties9;
|
|
16484
16497
|
this.name = node.name;
|
|
16485
16498
|
if (node.attribute == 2) {
|
|
16486
16499
|
this.signType = 2; // 自定义多人签名(带职称)
|
|
@@ -16507,8 +16520,9 @@ var SignNode = __webpack_require__(24701);
|
|
|
16507
16520
|
// this.customSignFormatList = node.customSignFormatList ? node.customSignFormatList : [];
|
|
16508
16521
|
this.isDisplayTitle = ((_node$otherProperties = node.otherProperties) === null || _node$otherProperties === void 0 ? void 0 : _node$otherProperties.isDisplayTitle) === 'true' | ((_node$otherProperties2 = node.otherProperties) === null || _node$otherProperties2 === void 0 ? void 0 : _node$otherProperties2.isDisplayTitle) === true ? true : false;
|
|
16509
16522
|
this.isHigher = ((_node$otherProperties3 = node.otherProperties) === null || _node$otherProperties3 === void 0 ? void 0 : _node$otherProperties3.isHigher) === 'true' | ((_node$otherProperties4 = node.otherProperties) === null || _node$otherProperties4 === void 0 ? void 0 : _node$otherProperties4.isHigher) === true ? true : false;
|
|
16510
|
-
this.
|
|
16511
|
-
this.
|
|
16523
|
+
this.additionsEditor = ((_node$otherProperties5 = node.otherProperties) === null || _node$otherProperties5 === void 0 ? void 0 : _node$otherProperties5.additionsEditor) === 'true' | ((_node$otherProperties6 = node.otherProperties) === null || _node$otherProperties6 === void 0 ? void 0 : _node$otherProperties6.additionsEditor) === true ? true : false;
|
|
16524
|
+
this.isDisplayTime = ((_node$otherProperties7 = node.otherProperties) === null || _node$otherProperties7 === void 0 ? void 0 : _node$otherProperties7.isDisplayTime) === 'true' | ((_node$otherProperties8 = node.otherProperties) === null || _node$otherProperties8 === void 0 ? void 0 : _node$otherProperties8.isDisplayTime) === true ? true : false;
|
|
16525
|
+
this.timePosition = ((_node$otherProperties9 = node.otherProperties) === null || _node$otherProperties9 === void 0 ? void 0 : _node$otherProperties9.timePosition) == '1' ? '1' : '0';
|
|
16512
16526
|
this.associatedElement = node.associatedElement ? node.associatedElement : '';
|
|
16513
16527
|
list.forEach(function (v) {
|
|
16514
16528
|
if (v.nodeType == 8 && (!associatedElementList.includes(v.dataId) || node.associatedElement == v.dataId)) {
|
|
@@ -16609,28 +16623,33 @@ var SignNode = __webpack_require__(24701);
|
|
|
16609
16623
|
if (this.signType === 9) {
|
|
16610
16624
|
// 自定义医生签名
|
|
16611
16625
|
this.vueController.insertEmptySignNode(this.name ? this.name : '自定义医生签名', 1, this.signFormat, this.signTimeFormat, customProperty, this.connectMode, this.isFront, this.allowEditSignTime, 0, '', {
|
|
16612
|
-
isHigher: this.isHigher
|
|
16626
|
+
isHigher: this.isHigher,
|
|
16627
|
+
additionsEditor: this.additionsEditor
|
|
16613
16628
|
}, this.associatedElement);
|
|
16614
16629
|
} else if (this.signType === 2) {
|
|
16615
16630
|
// 多人签名(默认带职称)
|
|
16616
16631
|
this.vueController.insertEmptySignNode(this.name ? this.name : '自定义多人签名(默认带出职称)', 0, '', '', customProperty, '', undefined, undefined, this.signType, this.connectChar, {
|
|
16617
|
-
isHigher: this.isHigher
|
|
16632
|
+
isHigher: this.isHigher,
|
|
16633
|
+
additionsEditor: this.additionsEditor
|
|
16618
16634
|
}, this.associatedElement);
|
|
16619
16635
|
} else if (this.signType === 3) {
|
|
16620
16636
|
// 自定义多人签名(默认带出职称和日期)
|
|
16621
16637
|
this.vueController.insertEmptySignNode(this.name ? this.name : '自定义多人签名(默认带出职称和日期)', 0, '', '', customProperty, '', undefined, undefined, this.signType, this.connectChar, {
|
|
16622
|
-
isHigher: this.isHigher
|
|
16638
|
+
isHigher: this.isHigher,
|
|
16639
|
+
additionsEditor: this.additionsEditor
|
|
16623
16640
|
}, this.associatedElement);
|
|
16624
16641
|
} else if (this.signType === 4) {
|
|
16625
16642
|
// 自定义多人签名(职称,连接符可选)
|
|
16626
16643
|
this.vueController.insertEmptySignNode(this.name ? this.name : '自定义多人签名(职称,连接符可选)', 0, '', this.signTimeFormat, customProperty, this.connectMode, undefined, undefined, this.signType, this.connectChar, (0,objectSpread2/* default */.Z)({
|
|
16627
16644
|
isDisplayTitle: this.isDisplayTitle,
|
|
16645
|
+
additionsEditor: this.additionsEditor,
|
|
16628
16646
|
isHigher: this.isHigher
|
|
16629
16647
|
}, otherProperty), this.associatedElement);
|
|
16630
16648
|
} else {
|
|
16631
16649
|
var name = this.name ? this.name : this.signType == 1 ? '患者签名' : '医生签名';
|
|
16632
16650
|
var otherProperties = {
|
|
16633
|
-
isHigher: this.isHigher
|
|
16651
|
+
isHigher: this.isHigher,
|
|
16652
|
+
additionsEditor: this.additionsEditor
|
|
16634
16653
|
};
|
|
16635
16654
|
if (this.signType == 1) {
|
|
16636
16655
|
otherProperties = {};
|
|
@@ -16645,7 +16664,8 @@ var SignNode = __webpack_require__(24701);
|
|
|
16645
16664
|
var signType = this.signType == 9 ? 1 : 0; // 自定义签名的signType=1 其他签名 signType=0
|
|
16646
16665
|
var _otherProperties = (0,objectSpread2/* default */.Z)((0,objectSpread2/* default */.Z)({}, node.otherProperties), {}, {
|
|
16647
16666
|
isDisplayTitle: this.isDisplayTitle,
|
|
16648
|
-
isHigher: this.isHigher
|
|
16667
|
+
isHigher: this.isHigher,
|
|
16668
|
+
additionsEditor: this.additionsEditor
|
|
16649
16669
|
}, otherProperty);
|
|
16650
16670
|
if (Object.keys(this.modifyProps).length) {
|
|
16651
16671
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this.hoEditorFactoryId);
|
|
@@ -16668,10 +16688,10 @@ var SignNode = __webpack_require__(24701);
|
|
|
16668
16688
|
});
|
|
16669
16689
|
;// CONCATENATED MODULE: ./src/components/controls/sign/Sign.vue?vue&type=script&lang=js&
|
|
16670
16690
|
/* harmony default export */ var sign_Signvue_type_script_lang_js_ = (Signvue_type_script_lang_js_);
|
|
16671
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/sign/Sign.vue?vue&type=style&index=0&id=
|
|
16691
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/sign/Sign.vue?vue&type=style&index=0&id=5d84ec10&prod&lang=less&
|
|
16672
16692
|
// extracted by mini-css-extract-plugin
|
|
16673
16693
|
|
|
16674
|
-
;// CONCATENATED MODULE: ./src/components/controls/sign/Sign.vue?vue&type=style&index=0&id=
|
|
16694
|
+
;// CONCATENATED MODULE: ./src/components/controls/sign/Sign.vue?vue&type=style&index=0&id=5d84ec10&prod&lang=less&
|
|
16675
16695
|
|
|
16676
16696
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
16677
16697
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -24671,7 +24691,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
24671
24691
|
|
|
24672
24692
|
/***/ }),
|
|
24673
24693
|
|
|
24674
|
-
/***/
|
|
24694
|
+
/***/ 46812:
|
|
24675
24695
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
24676
24696
|
|
|
24677
24697
|
"use strict";
|
|
@@ -24685,7 +24705,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
24685
24705
|
|
|
24686
24706
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.function.name.js
|
|
24687
24707
|
var es_function_name = __webpack_require__(68309);
|
|
24688
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/HoFabric.vue?vue&type=template&id=
|
|
24708
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/HoFabric.vue?vue&type=template&id=2b5766cd&
|
|
24689
24709
|
|
|
24690
24710
|
var render = function render() {
|
|
24691
24711
|
var _vm = this,
|
|
@@ -24825,6 +24845,9 @@ var render = function render() {
|
|
|
24825
24845
|
},
|
|
24826
24846
|
"placeholder": "请选择"
|
|
24827
24847
|
},
|
|
24848
|
+
on: {
|
|
24849
|
+
"change": _vm.fabricFontSizeChange
|
|
24850
|
+
},
|
|
24828
24851
|
model: {
|
|
24829
24852
|
value: _vm.fontSize,
|
|
24830
24853
|
callback: function callback($$v) {
|
|
@@ -24988,7 +25011,7 @@ var render = function render() {
|
|
|
24988
25011
|
};
|
|
24989
25012
|
var staticRenderFns = [];
|
|
24990
25013
|
|
|
24991
|
-
;// CONCATENATED MODULE: ./src/components/controls/upload/HoFabric.vue?vue&type=template&id=
|
|
25014
|
+
;// CONCATENATED MODULE: ./src/components/controls/upload/HoFabric.vue?vue&type=template&id=2b5766cd&
|
|
24992
25015
|
|
|
24993
25016
|
// EXTERNAL MODULE: ./node_modules/ant-design-vue/es/message/style/index.js + 1 modules
|
|
24994
25017
|
var style = __webpack_require__(94310);
|
|
@@ -25068,6 +25091,8 @@ var CircleSvgIcon = {
|
|
|
25068
25091
|
};
|
|
25069
25092
|
}
|
|
25070
25093
|
};
|
|
25094
|
+
// EXTERNAL MODULE: ./src/components/controls/upload/HoFabricConfig.ts
|
|
25095
|
+
var HoFabricConfig = __webpack_require__(3573);
|
|
25071
25096
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/HoFabric.vue?vue&type=script&lang=js&
|
|
25072
25097
|
|
|
25073
25098
|
|
|
@@ -25082,6 +25107,7 @@ var CircleSvgIcon = {
|
|
|
25082
25107
|
|
|
25083
25108
|
|
|
25084
25109
|
|
|
25110
|
+
|
|
25085
25111
|
/* harmony default export */ var HoFabricvue_type_script_lang_js_ = ({
|
|
25086
25112
|
name: 'HoFabric',
|
|
25087
25113
|
data: function data() {
|
|
@@ -25163,9 +25189,9 @@ var CircleSvgIcon = {
|
|
|
25163
25189
|
//边框线条选择数据
|
|
25164
25190
|
borderWidth: 2,
|
|
25165
25191
|
//所有图形边框的宽度
|
|
25166
|
-
borderColor: '#
|
|
25192
|
+
borderColor: '#F00',
|
|
25167
25193
|
//所有图形边框的颜色
|
|
25168
|
-
fontSize:
|
|
25194
|
+
fontSize: '35',
|
|
25169
25195
|
textObj: '',
|
|
25170
25196
|
//存储绘制文字对象
|
|
25171
25197
|
// backStack: [], //所有的绘画对象栈
|
|
@@ -25635,6 +25661,8 @@ var CircleSvgIcon = {
|
|
|
25635
25661
|
//修改自由绘画画笔颜色
|
|
25636
25662
|
this.borderColor = val;
|
|
25637
25663
|
this.canvasObj.freeDrawingBrush.color = this.borderColor;
|
|
25664
|
+
var config = HoFabricConfig/* HoFabricConfig */.G.instance();
|
|
25665
|
+
config.borderColor = String(val);
|
|
25638
25666
|
},
|
|
25639
25667
|
lineWidthPicker: function lineWidthPicker(_ref) {
|
|
25640
25668
|
var key = _ref.key;
|
|
@@ -25697,12 +25725,19 @@ var CircleSvgIcon = {
|
|
|
25697
25725
|
this.vueController.updateImageSrc(updateNode, src, JSON.stringify(this.canvasObj.toJSON()));
|
|
25698
25726
|
this.handleClose();
|
|
25699
25727
|
}
|
|
25728
|
+
},
|
|
25729
|
+
fabricFontSizeChange: function fabricFontSizeChange(value) {
|
|
25730
|
+
var config = HoFabricConfig/* HoFabricConfig */.G.instance();
|
|
25731
|
+
config.fontSize = String(value);
|
|
25700
25732
|
}
|
|
25701
25733
|
},
|
|
25702
25734
|
created: function created() {
|
|
25703
25735
|
if (!this.fabric) {
|
|
25704
25736
|
this.fabric = (__webpack_require__(86357).fabric);
|
|
25705
25737
|
}
|
|
25738
|
+
var config = HoFabricConfig/* HoFabricConfig */.G.instance();
|
|
25739
|
+
this.fontSize = config.fontSize;
|
|
25740
|
+
this.borderColor = config.borderColor;
|
|
25706
25741
|
},
|
|
25707
25742
|
mounted: function mounted() {
|
|
25708
25743
|
var _this4 = this;
|
|
@@ -25785,10 +25820,10 @@ var CircleSvgIcon = {
|
|
|
25785
25820
|
});
|
|
25786
25821
|
;// CONCATENATED MODULE: ./src/components/controls/upload/HoFabric.vue?vue&type=script&lang=js&
|
|
25787
25822
|
/* harmony default export */ var upload_HoFabricvue_type_script_lang_js_ = (HoFabricvue_type_script_lang_js_);
|
|
25788
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/HoFabric.vue?vue&type=style&index=0&id=
|
|
25823
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/HoFabric.vue?vue&type=style&index=0&id=2b5766cd&prod&lang=less&
|
|
25789
25824
|
// extracted by mini-css-extract-plugin
|
|
25790
25825
|
|
|
25791
|
-
;// CONCATENATED MODULE: ./src/components/controls/upload/HoFabric.vue?vue&type=style&index=0&id=
|
|
25826
|
+
;// CONCATENATED MODULE: ./src/components/controls/upload/HoFabric.vue?vue&type=style&index=0&id=2b5766cd&prod&lang=less&
|
|
25792
25827
|
|
|
25793
25828
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
25794
25829
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -25816,7 +25851,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
25816
25851
|
|
|
25817
25852
|
/***/ }),
|
|
25818
25853
|
|
|
25819
|
-
/***/
|
|
25854
|
+
/***/ 18096:
|
|
25820
25855
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
25821
25856
|
|
|
25822
25857
|
"use strict";
|
|
@@ -25830,7 +25865,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
25830
25865
|
|
|
25831
25866
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.number.to-fixed.js
|
|
25832
25867
|
var es_number_to_fixed = __webpack_require__(56977);
|
|
25833
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=
|
|
25868
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=4a954966&
|
|
25834
25869
|
|
|
25835
25870
|
var render = function render() {
|
|
25836
25871
|
var _vm = this,
|
|
@@ -26087,7 +26122,7 @@ var render = function render() {
|
|
|
26087
26122
|
};
|
|
26088
26123
|
var staticRenderFns = [];
|
|
26089
26124
|
|
|
26090
|
-
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=
|
|
26125
|
+
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=template&id=4a954966&
|
|
26091
26126
|
|
|
26092
26127
|
// EXTERNAL MODULE: ./node_modules/ant-design-vue/es/message/style/index.js + 1 modules
|
|
26093
26128
|
var style = __webpack_require__(94310);
|
|
@@ -26358,10 +26393,10 @@ var util = __webpack_require__(62783);
|
|
|
26358
26393
|
});
|
|
26359
26394
|
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=script&lang=js&
|
|
26360
26395
|
/* harmony default export */ var upload_UploadImageDialogvue_type_script_lang_js_ = (UploadImageDialogvue_type_script_lang_js_);
|
|
26361
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=
|
|
26396
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=4a954966&prod&lang=less&
|
|
26362
26397
|
// extracted by mini-css-extract-plugin
|
|
26363
26398
|
|
|
26364
|
-
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=
|
|
26399
|
+
;// CONCATENATED MODULE: ./src/components/controls/upload/UploadImageDialog.vue?vue&type=style&index=0&id=4a954966&prod&lang=less&
|
|
26365
26400
|
|
|
26366
26401
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
26367
26402
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -32378,6 +32413,46 @@ var getCellNode = function getCellNode(nodes) {
|
|
|
32378
32413
|
|
|
32379
32414
|
/***/ }),
|
|
32380
32415
|
|
|
32416
|
+
/***/ 3573:
|
|
32417
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
32418
|
+
|
|
32419
|
+
"use strict";
|
|
32420
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
32421
|
+
/* harmony export */ G: function() { return /* binding */ HoFabricConfig; }
|
|
32422
|
+
/* harmony export */ });
|
|
32423
|
+
/* harmony import */ var D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(70280);
|
|
32424
|
+
/* harmony import */ var D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(66298);
|
|
32425
|
+
/* harmony import */ var D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(78255);
|
|
32426
|
+
|
|
32427
|
+
|
|
32428
|
+
|
|
32429
|
+
var HoFabricConfig = /*#__PURE__*/function () {
|
|
32430
|
+
function HoFabricConfig() {
|
|
32431
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, HoFabricConfig);
|
|
32432
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "fontSize", '35');
|
|
32433
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "borderColor", "#F00");
|
|
32434
|
+
}
|
|
32435
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(HoFabricConfig, [{
|
|
32436
|
+
key: "setConfig",
|
|
32437
|
+
value: function setConfig(value) {
|
|
32438
|
+
this.fontSize = value.fontSize ? value.fontSize : '35';
|
|
32439
|
+
this.borderColor = value.borderColor ? value.borderColor : '35';
|
|
32440
|
+
}
|
|
32441
|
+
}], [{
|
|
32442
|
+
key: "instance",
|
|
32443
|
+
value: function instance() {
|
|
32444
|
+
if (!this._instance) {
|
|
32445
|
+
this._instance = new HoFabricConfig();
|
|
32446
|
+
}
|
|
32447
|
+
return this._instance;
|
|
32448
|
+
}
|
|
32449
|
+
}]);
|
|
32450
|
+
return HoFabricConfig;
|
|
32451
|
+
}();
|
|
32452
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(HoFabricConfig, "_instance", void 0);
|
|
32453
|
+
|
|
32454
|
+
/***/ }),
|
|
32455
|
+
|
|
32381
32456
|
/***/ 95677:
|
|
32382
32457
|
/***/ (function(__unused_webpack_module, __webpack_exports__) {
|
|
32383
32458
|
|
|
@@ -40800,11 +40875,12 @@ var DocController = /*#__PURE__*/function () {
|
|
|
40800
40875
|
*/
|
|
40801
40876
|
}, {
|
|
40802
40877
|
key: "insertSignNode",
|
|
40803
|
-
value: function insertSignNode(domRange, type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, fingerPrintSrc, fingerPosition) {
|
|
40878
|
+
value: function insertSignNode(domRange, type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, fingerPrintSrc, fingerPosition, otherProperties, signType) {
|
|
40804
40879
|
var hoEditorFactory = _HOEditorFactorys__WEBPACK_IMPORTED_MODULE_78__/* .HOEditorFactorys */ .b.instance().getFactory(this._hoEditorFactoryID);
|
|
40805
40880
|
var startPath = domRange.startPath;
|
|
40806
40881
|
var parentNode = hoEditorFactory.docTree.getParentNode(startPath);
|
|
40807
|
-
var
|
|
40882
|
+
var attribute = signType ? signType : 0;
|
|
40883
|
+
var signNode = new _treeNode_SignNode__WEBPACK_IMPORTED_MODULE_85__/* .SignNode */ .N(this._hoEditorFactoryID, domRange.npStart.roots, parentNode, _treeNode_BaseNode__WEBPACK_IMPORTED_MODULE_26__/* .NodeType */ .Jq.ntSign, 1, type, name, 0, '医师签名', signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, false, hoEditorFactory.docTree.curStyleIndex, undefined, undefined, undefined, fingerPrintSrc, fingerPosition, attribute, undefined, otherProperties);
|
|
40808
40884
|
//插入该表达式节点
|
|
40809
40885
|
hoEditorFactory.undoService.begin();
|
|
40810
40886
|
hoEditorFactory.undoService.add(new _undoRedo_NodeInsertUndoUnit__WEBPACK_IMPORTED_MODULE_27__/* .NodeInsertUndoUnit */ .R(this._hoEditorFactoryID, startPath, signNode));
|
|
@@ -41432,6 +41508,9 @@ var DocTree = /*#__PURE__*/function () {
|
|
|
41432
41508
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(this, "_isSaveValid", false);
|
|
41433
41509
|
//是否是保存校验
|
|
41434
41510
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(this, "_elementChangeRecords", void 0);
|
|
41511
|
+
//元素修改记录
|
|
41512
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(this, "_redrawHiddenParas", void 0);
|
|
41513
|
+
//病历加载时需要重绘的表格格内的隐藏段落
|
|
41435
41514
|
// private _curUserIndex: number; //当前用户
|
|
41436
41515
|
//private _curOnSelectedComment: Comment | null; //当前处于选中状态的批注
|
|
41437
41516
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)(this, "_ctlKey", 0);
|
|
@@ -41458,6 +41537,7 @@ var DocTree = /*#__PURE__*/function () {
|
|
|
41458
41537
|
//this._comments = new Array<Comment>();
|
|
41459
41538
|
this._userHistories = new Array();
|
|
41460
41539
|
this._elementChangeRecords = new Map();
|
|
41540
|
+
this._redrawHiddenParas = [];
|
|
41461
41541
|
// this._docProperty = new DocProperty(this);
|
|
41462
41542
|
// this._curUserIndex = -1;
|
|
41463
41543
|
//this._curOnSelectedComment = null;
|
|
@@ -41621,6 +41701,16 @@ var DocTree = /*#__PURE__*/function () {
|
|
|
41621
41701
|
this._elementChangeRecords = value;
|
|
41622
41702
|
}
|
|
41623
41703
|
}
|
|
41704
|
+
}, {
|
|
41705
|
+
key: "redrawHiddenParas",
|
|
41706
|
+
get: function get() {
|
|
41707
|
+
return this._redrawHiddenParas;
|
|
41708
|
+
},
|
|
41709
|
+
set: function set(value) {
|
|
41710
|
+
if (value !== this._redrawHiddenParas) {
|
|
41711
|
+
this._redrawHiddenParas = value;
|
|
41712
|
+
}
|
|
41713
|
+
}
|
|
41624
41714
|
}, {
|
|
41625
41715
|
key: "docProperty",
|
|
41626
41716
|
get: function get() {
|
|
@@ -43364,6 +43454,7 @@ var DocTree = /*#__PURE__*/function () {
|
|
|
43364
43454
|
this._curOnDragNode = null;
|
|
43365
43455
|
this._userHistories = new Array();
|
|
43366
43456
|
this._elementChangeRecords = new Map();
|
|
43457
|
+
this._redrawHiddenParas = [];
|
|
43367
43458
|
var curPath = this._mainNodes[0].getNodePath();
|
|
43368
43459
|
this._curDomRange = new _DomRange__WEBPACK_IMPORTED_MODULE_24__/* .DomRange */ .a(this._hoEditorFactoryID, curPath, curPath);
|
|
43369
43460
|
}
|
|
@@ -67014,6 +67105,10 @@ var BaseNode = __webpack_require__(62358);
|
|
|
67014
67105
|
var DrawDownListNode = __webpack_require__(93541);
|
|
67015
67106
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/TextInputFieldNode.ts
|
|
67016
67107
|
var TextInputFieldNode = __webpack_require__(90161);
|
|
67108
|
+
// EXTERNAL MODULE: ./src/editor/draw/drawNode/DrawRadioAndCheckBox.ts
|
|
67109
|
+
var DrawRadioAndCheckBox = __webpack_require__(88666);
|
|
67110
|
+
// EXTERNAL MODULE: ./src/editor/draw/drawNode/DrawRadioAndCheckBoxPrint.ts
|
|
67111
|
+
var DrawRadioAndCheckBoxPrint = __webpack_require__(91757);
|
|
67017
67112
|
;// CONCATENATED MODULE: ./src/editor/draw/DrawLine.ts
|
|
67018
67113
|
|
|
67019
67114
|
|
|
@@ -67036,6 +67131,8 @@ var TextInputFieldNode = __webpack_require__(90161);
|
|
|
67036
67131
|
|
|
67037
67132
|
|
|
67038
67133
|
|
|
67134
|
+
|
|
67135
|
+
|
|
67039
67136
|
|
|
67040
67137
|
|
|
67041
67138
|
|
|
@@ -67373,6 +67470,10 @@ var DrawLine = /*#__PURE__*/function (_DrawContainer) {
|
|
|
67373
67470
|
dWidth = dItem.dWidth;
|
|
67374
67471
|
iCount += dItem.charCount;
|
|
67375
67472
|
maxFontHeight = Math.max(maxFontHeight, dItem.dHeight);
|
|
67473
|
+
} else if (dItem instanceof DrawRadioAndCheckBox/* DrawRadioAndCheckBox */.e || dItem instanceof DrawRadioAndCheckBoxPrint/* DrawRadioAndCheckBoxPrint */.w) {
|
|
67474
|
+
dWidth = dItem.dWidth;
|
|
67475
|
+
iCount += dItem.charCount;
|
|
67476
|
+
maxFontHeight = Math.max(maxFontHeight, dItem.dHeight);
|
|
67376
67477
|
} else {
|
|
67377
67478
|
dWidth = this.drawItems[i].dWidth;
|
|
67378
67479
|
iCount += 1;
|
|
@@ -67664,9 +67765,10 @@ var DrawLine = /*#__PURE__*/function (_DrawContainer) {
|
|
|
67664
67765
|
this.drawItems[j].refresh(tmp);
|
|
67665
67766
|
var dwidth = this.drawItems[j].dWidth;
|
|
67666
67767
|
//((this.drawItems[j] as unknown) as DrawInfos).dHeight = this._dHeight;
|
|
67667
|
-
this.drawItems[j].x = usedWidth;
|
|
67768
|
+
this.drawItems[j].x = usedWidth;
|
|
67668
67769
|
this.drawItems[j].y = bottompos;
|
|
67669
|
-
usedWidth +=
|
|
67770
|
+
usedWidth += dwidth + charSpace;
|
|
67771
|
+
// + 1;
|
|
67670
67772
|
// this._charSpace;
|
|
67671
67773
|
}
|
|
67672
67774
|
}
|
|
@@ -68685,12 +68787,12 @@ var StagePosition = /*#__PURE__*/function () {
|
|
|
68685
68787
|
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
68686
68788
|
/* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(40561);
|
|
68687
68789
|
/* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_12__);
|
|
68688
|
-
/* harmony import */ var
|
|
68689
|
-
/* harmony import */ var
|
|
68690
|
-
/* harmony import */ var
|
|
68691
|
-
/* harmony import */ var
|
|
68692
|
-
/* harmony import */ var
|
|
68693
|
-
/* harmony import */ var
|
|
68790
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(57658);
|
|
68791
|
+
/* harmony import */ var core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_push_js__WEBPACK_IMPORTED_MODULE_13__);
|
|
68792
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(54747);
|
|
68793
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_14__);
|
|
68794
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(68309);
|
|
68795
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_15__);
|
|
68694
68796
|
/* harmony import */ var _DrawLine__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(96635);
|
|
68695
68797
|
/* harmony import */ var _drawNode_DrawRect__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(34311);
|
|
68696
68798
|
/* harmony import */ var _drawNode_DrawTable__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(74298);
|
|
@@ -69282,11 +69384,13 @@ var DrawArea = /*#__PURE__*/function (_DrawRect) {
|
|
|
69282
69384
|
// }
|
|
69283
69385
|
var restHeight = Infinity;
|
|
69284
69386
|
if (this.allowAcrossPage) restHeight = this.maxHeight - dTop;
|
|
69387
|
+
var mark = false;
|
|
69285
69388
|
while (nextDline < dlines.length) {
|
|
69286
69389
|
var dline = dlines[nextDline];
|
|
69287
69390
|
var hidden = dline.paragraphNode.customProperty.hidden;
|
|
69288
69391
|
if (hoEditorFactory.drawTree.paintStatus !== _drawTree_DrawTree__WEBPACK_IMPORTED_MODULE_26__/* .PaintState */ .Dh.psDesign && hidden && hidden.toString() === "true") {
|
|
69289
69392
|
nextDline += 1;
|
|
69393
|
+
mark = true;
|
|
69290
69394
|
continue;
|
|
69291
69395
|
}
|
|
69292
69396
|
// const pagePos = hoEditorFactory.drawTree.getDrawLinePagePos(dline);
|
|
@@ -69398,6 +69502,10 @@ var DrawArea = /*#__PURE__*/function (_DrawRect) {
|
|
|
69398
69502
|
this._docHeight -= aTop;
|
|
69399
69503
|
this.paintFrontGround();
|
|
69400
69504
|
this.paintBackground();
|
|
69505
|
+
if (mark && dlines.length > 0 && dlines[0].parent instanceof _drawNode_DrawPageCell__WEBPACK_IMPORTED_MODULE_24__/* .DrawPageCell */ .k) {
|
|
69506
|
+
dlines[0].parent.cell.drawCell.needUpdate = true;
|
|
69507
|
+
hoEditorFactory.docTree.redrawHiddenParas.push(dlines[0].parent.cell.table);
|
|
69508
|
+
}
|
|
69401
69509
|
// drawPage.repaint();
|
|
69402
69510
|
return [isFull, dTop, restHeight];
|
|
69403
69511
|
}
|
|
@@ -75783,7 +75891,13 @@ var DrawRadioAndCheckBox = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
75783
75891
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dBox", void 0);
|
|
75784
75892
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dAppendText", void 0);
|
|
75785
75893
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dUnderLine", void 0);
|
|
75894
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_charCount", void 0);
|
|
75786
75895
|
_this._controlStyle = controlStyle;
|
|
75896
|
+
if (node.isTransToText) {
|
|
75897
|
+
_this._charCount = 1;
|
|
75898
|
+
} else {
|
|
75899
|
+
_this._charCount = node.text.length + 1;
|
|
75900
|
+
}
|
|
75787
75901
|
//this._name = name;
|
|
75788
75902
|
_this._isSelected = isSelected;
|
|
75789
75903
|
_this._boxAlign = boxAlign;
|
|
@@ -75870,6 +75984,11 @@ var DrawRadioAndCheckBox = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
75870
75984
|
this._text = value;
|
|
75871
75985
|
}
|
|
75872
75986
|
}
|
|
75987
|
+
}, {
|
|
75988
|
+
key: "charCount",
|
|
75989
|
+
get: function get() {
|
|
75990
|
+
return this._charCount;
|
|
75991
|
+
}
|
|
75873
75992
|
}, {
|
|
75874
75993
|
key: "textStyle",
|
|
75875
75994
|
get: function get() {
|
|
@@ -76040,6 +76159,12 @@ var DrawRadioAndCheckBoxPrint = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
76040
76159
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dBox", void 0);
|
|
76041
76160
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dAppendText", void 0);
|
|
76042
76161
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_dUnderLine", void 0);
|
|
76162
|
+
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_5__/* ["default"] */ .Z)((0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_assertThisInitialized_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(_this), "_charCount", void 0);
|
|
76163
|
+
if (node.isTransToText) {
|
|
76164
|
+
_this._charCount = 1;
|
|
76165
|
+
} else {
|
|
76166
|
+
_this._charCount = node.text.length + 1;
|
|
76167
|
+
}
|
|
76043
76168
|
_this._controlStyle = controlStyle;
|
|
76044
76169
|
//this._name = name;
|
|
76045
76170
|
_this._isSelected = isSelected;
|
|
@@ -76114,6 +76239,11 @@ var DrawRadioAndCheckBoxPrint = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
76114
76239
|
this._text = value;
|
|
76115
76240
|
}
|
|
76116
76241
|
}
|
|
76242
|
+
}, {
|
|
76243
|
+
key: "charCount",
|
|
76244
|
+
get: function get() {
|
|
76245
|
+
return this._charCount;
|
|
76246
|
+
}
|
|
76117
76247
|
}, {
|
|
76118
76248
|
key: "textStyle",
|
|
76119
76249
|
get: function get() {
|
|
@@ -81206,7 +81336,7 @@ var RectNode = __webpack_require__(67800);
|
|
|
81206
81336
|
var DrawSelect = /*#__PURE__*/function (_createjs$Shape) {
|
|
81207
81337
|
(0,inherits/* default */.Z)(DrawSelect, _createjs$Shape);
|
|
81208
81338
|
var _super = (0,createSuper/* default */.Z)(DrawSelect);
|
|
81209
|
-
function DrawSelect(hoEditorFactoryID, pageIndex, dline, left, right, inSameRect, startParent, endParent, color) {
|
|
81339
|
+
function DrawSelect(hoEditorFactoryID, pageIndex, dline, left, right, inSameRect, startParent, endParent, color, isMultiRange) {
|
|
81210
81340
|
var _this;
|
|
81211
81341
|
(0,classCallCheck/* default */.Z)(this, DrawSelect);
|
|
81212
81342
|
_this = _super.call(this);
|
|
@@ -81232,7 +81362,7 @@ var DrawSelect = /*#__PURE__*/function (_createjs$Shape) {
|
|
|
81232
81362
|
_this._startParent = startParent;
|
|
81233
81363
|
_this._endParent = endParent;
|
|
81234
81364
|
_this._color = color;
|
|
81235
|
-
_this.updateShape();
|
|
81365
|
+
_this.updateShape(isMultiRange);
|
|
81236
81366
|
return _this;
|
|
81237
81367
|
}
|
|
81238
81368
|
(0,createClass/* default */.Z)(DrawSelect, [{
|
|
@@ -81266,7 +81396,7 @@ var DrawSelect = /*#__PURE__*/function (_createjs$Shape) {
|
|
|
81266
81396
|
}
|
|
81267
81397
|
}, {
|
|
81268
81398
|
key: "updateShape",
|
|
81269
|
-
value: function updateShape() {
|
|
81399
|
+
value: function updateShape(isMultiRange) {
|
|
81270
81400
|
if (!this._bChanged) {
|
|
81271
81401
|
return;
|
|
81272
81402
|
}
|
|
@@ -81300,7 +81430,7 @@ var DrawSelect = /*#__PURE__*/function (_createjs$Shape) {
|
|
|
81300
81430
|
// left;
|
|
81301
81431
|
// }
|
|
81302
81432
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
81303
|
-
if (hoEditorFactory.drawTree.paintStatus == PaintState.psPreview) {
|
|
81433
|
+
if (hoEditorFactory.drawTree.paintStatus == PaintState.psPreview && !isMultiRange) {
|
|
81304
81434
|
//打印预览时,变更样式
|
|
81305
81435
|
width = hoEditorFactory.pageProperty.widthPixes;
|
|
81306
81436
|
this._color = "green";
|
|
@@ -84744,7 +84874,7 @@ var DrawTree = /*#__PURE__*/function () {
|
|
|
84744
84874
|
}
|
|
84745
84875
|
var color = hoeditorfacotry.option.getColorByLevel(15);
|
|
84746
84876
|
if (dPage && dPage.selectContainer) {
|
|
84747
|
-
var shape = new DrawSelect(this._hoEditorFactoryID, dPage.pageIndex, dnextDline, left, right, bInSameRect, aRange.spStart.dline.paragraphNode.parentNode, aRange.spEnd.dline.paragraphNode.parentNode, color);
|
|
84877
|
+
var shape = new DrawSelect(this._hoEditorFactoryID, dPage.pageIndex, dnextDline, left, right, bInSameRect, aRange.spStart.dline.paragraphNode.parentNode, aRange.spEnd.dline.paragraphNode.parentNode, color, true);
|
|
84748
84878
|
//shape.alpha = 0.3;
|
|
84749
84879
|
dPage.selectContainer.addChild(shape);
|
|
84750
84880
|
if (dPages.indexOf(dPage) < 0) {
|
|
@@ -166440,7 +166570,7 @@ var map = {
|
|
|
166440
166570
|
"./qrCode/QrCode.vue": 59805,
|
|
166441
166571
|
"./radioCheckBox/RadioCheckbox.vue": 22876,
|
|
166442
166572
|
"./selectDialog/SelectDialog.vue": 32497,
|
|
166443
|
-
"./sign/Sign.vue":
|
|
166573
|
+
"./sign/Sign.vue": 1545,
|
|
166444
166574
|
"./table/TableCellPoper.vue": 97628,
|
|
166445
166575
|
"./table/TableCellPoper1.vue": 44645,
|
|
166446
166576
|
"./table/TableCellProperty.vue": 63689,
|
|
@@ -166454,8 +166584,8 @@ var map = {
|
|
|
166454
166584
|
"./textDialog/TextToLabelDialog.vue": 2355,
|
|
166455
166585
|
"./textDialog/VerifyTip.vue": 74618,
|
|
166456
166586
|
"./upload/CanvasImageDialog.vue": 40061,
|
|
166457
|
-
"./upload/HoFabric.vue":
|
|
166458
|
-
"./upload/UploadImageDialog.vue":
|
|
166587
|
+
"./upload/HoFabric.vue": 46812,
|
|
166588
|
+
"./upload/UploadImageDialog.vue": 18096,
|
|
166459
166589
|
"./upload/hoFabricRight.vue": 94185,
|
|
166460
166590
|
"./verifyTip/VerifyTip.vue": 23664
|
|
166461
166591
|
};
|
|
@@ -203761,7 +203891,7 @@ Input.install = function (Vue) {
|
|
|
203761
203891
|
|
|
203762
203892
|
|
|
203763
203893
|
/* harmony default export */ var antd = ([es_button, input, input_number, es_checkbox, date_picker, time_picker, es_radio, es_select, es_tabs, es_dropdown, es_menu, es_upload, tooltip, table, popover, es_icon/* default */.Z, config_provider]);
|
|
203764
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDocs.vue?vue&type=template&id=
|
|
203894
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDocs.vue?vue&type=template&id=45b99f15&
|
|
203765
203895
|
var render = function render() {
|
|
203766
203896
|
var _vm = this,
|
|
203767
203897
|
_c = _vm._self._c;
|
|
@@ -203888,8 +204018,8 @@ var es_string_match = __webpack_require__(4723);
|
|
|
203888
204018
|
var es_number_constructor = __webpack_require__(9653);
|
|
203889
204019
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.json.stringify.js
|
|
203890
204020
|
var es_json_stringify = __webpack_require__(38862);
|
|
203891
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=
|
|
203892
|
-
var
|
|
204021
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=436915e3&
|
|
204022
|
+
var HoDocvue_type_template_id_436915e3_render = function render() {
|
|
203893
204023
|
var _vm = this,
|
|
203894
204024
|
_c = _vm._self._c;
|
|
203895
204025
|
return _c('div', {
|
|
@@ -204090,7 +204220,7 @@ var HoDocvue_type_template_id_3e304215_render = function render() {
|
|
|
204090
204220
|
}
|
|
204091
204221
|
}, [_vm._v("v " + _vm._s(_vm.version))])])])], 1);
|
|
204092
204222
|
};
|
|
204093
|
-
var
|
|
204223
|
+
var HoDocvue_type_template_id_436915e3_staticRenderFns = [];
|
|
204094
204224
|
|
|
204095
204225
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
|
|
204096
204226
|
var es_array_filter = __webpack_require__(57327);
|
|
@@ -207081,7 +207211,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
207081
207211
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
207082
207212
|
var ParagraphNode = __webpack_require__(67945);
|
|
207083
207213
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
207084
|
-
/* harmony default export */ var version = ('3.1.
|
|
207214
|
+
/* harmony default export */ var version = ('3.1.81');
|
|
207085
207215
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
207086
207216
|
var PoperTipText = __webpack_require__(50987);
|
|
207087
207217
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -207532,13 +207662,46 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
207532
207662
|
if (paintStatus == DrawTree/* PaintState */.Dh.psPreview) {
|
|
207533
207663
|
return false;
|
|
207534
207664
|
}
|
|
207535
|
-
if (paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
207536
|
-
return false;
|
|
207537
|
-
}
|
|
207538
207665
|
this.domRange = {
|
|
207539
207666
|
startPath: hoEditorFactory.docTree.curDomRange.normalize().startPath,
|
|
207540
207667
|
endPath: hoEditorFactory.docTree.curDomRange.normalize().endPath
|
|
207541
207668
|
};
|
|
207669
|
+
if (paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
207670
|
+
var otherProperties = (node === null || node === void 0 ? void 0 : node.otherProperties) || {};
|
|
207671
|
+
if (node instanceof SignNode/* SignNode */.N && (otherProperties.additionsEditor == 'true' || otherProperties.additionsEditor == true)) {
|
|
207672
|
+
if (node.fingerPrintSrc || node.imgSrc && !node.fingerPrintSrc && node.customProperty && !node.customProperty.vaq01) return false;
|
|
207673
|
+
this.$emit('dblNodeClick', {
|
|
207674
|
+
setActiveDoc: this.setActiveDocIndex,
|
|
207675
|
+
node: this.getCurrentSelectNode,
|
|
207676
|
+
type: 'sign',
|
|
207677
|
+
paintStatus: paintStatus
|
|
207678
|
+
});
|
|
207679
|
+
this.poperType = '';
|
|
207680
|
+
} else if ((node instanceof TextNode/* TextNode */.R || node instanceof MarkNode/* MarkNode */.j) && node.parentNode instanceof TextInputFieldNode/* TextInputFieldNode */.re) {
|
|
207681
|
+
// 文本域
|
|
207682
|
+
var parentNode = node.parentNode;
|
|
207683
|
+
var customProperty = (parentNode === null || parentNode === void 0 ? void 0 : parentNode.customProperty) || {};
|
|
207684
|
+
if (Number(parentNode.inputFieldType) === 0 && (customProperty.additionsEditor == 'true' || customProperty.additionsEditor == true)) {
|
|
207685
|
+
if (parentNode.canModifyContent) {
|
|
207686
|
+
this.$emit('dblNodeClick', {
|
|
207687
|
+
setActiveDoc: this.setActiveDocIndex,
|
|
207688
|
+
node: this.getCurrentSelectNode,
|
|
207689
|
+
type: 'text',
|
|
207690
|
+
paintStatus: paintStatus
|
|
207691
|
+
});
|
|
207692
|
+
} else {
|
|
207693
|
+
this.$emit('dblNodeClick', {
|
|
207694
|
+
setActiveDoc: this.setActiveDocIndex,
|
|
207695
|
+
node: this.getCurrentSelectNode,
|
|
207696
|
+
type: 'modify_node',
|
|
207697
|
+
paintStatus: paintStatus
|
|
207698
|
+
});
|
|
207699
|
+
}
|
|
207700
|
+
this.hoEditorProvider.setUpdateNodeValue(this.getCurrentSelectNode());
|
|
207701
|
+
}
|
|
207702
|
+
}
|
|
207703
|
+
return false;
|
|
207704
|
+
}
|
|
207542
207705
|
var _hoEditorFactory$vueC2 = hoEditorFactory.vueController.getDomRange().inSameTable(),
|
|
207543
207706
|
_hoEditorFactory$vueC3 = (0,esm_slicedToArray/* default */.Z)(_hoEditorFactory$vueC2, 2),
|
|
207544
207707
|
isInTable = _hoEditorFactory$vueC3[0],
|
|
@@ -207565,8 +207728,8 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
207565
207728
|
} else {
|
|
207566
207729
|
if (paintStatus === DrawTree/* PaintState */.Dh.psReview) {
|
|
207567
207730
|
if ((node instanceof TextNode/* TextNode */.R || node instanceof MarkNode/* MarkNode */.j) && node.parentNode instanceof TextInputFieldNode/* TextInputFieldNode */.re) {
|
|
207568
|
-
var
|
|
207569
|
-
if (Number(
|
|
207731
|
+
var _parentNode = node.parentNode;
|
|
207732
|
+
if (Number(_parentNode.inputFieldType) === 0) {
|
|
207570
207733
|
this.$emit('dblNodeClick', {
|
|
207571
207734
|
setActiveDoc: this.setActiveDocIndex,
|
|
207572
207735
|
node: this.getCurrentSelectNode,
|
|
@@ -207595,9 +207758,9 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
207595
207758
|
this.createDownListProper(node, paintStatus, pageIndex);
|
|
207596
207759
|
} else if ((node instanceof TextNode/* TextNode */.R || node instanceof MarkNode/* MarkNode */.j) && node.parentNode instanceof TextInputFieldNode/* TextInputFieldNode */.re) {
|
|
207597
207760
|
// 文本域
|
|
207598
|
-
var
|
|
207599
|
-
if (Number(
|
|
207600
|
-
if (
|
|
207761
|
+
var _parentNode2 = node.parentNode;
|
|
207762
|
+
if (Number(_parentNode2.inputFieldType) === 0) {
|
|
207763
|
+
if (_parentNode2.canModifyContent) {
|
|
207601
207764
|
this.$emit('dblNodeClick', {
|
|
207602
207765
|
setActiveDoc: this.setActiveDocIndex,
|
|
207603
207766
|
node: this.getCurrentSelectNode,
|
|
@@ -207615,17 +207778,17 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
207615
207778
|
this.hoEditorProvider.setUpdateNodeValue(this.getCurrentSelectNode());
|
|
207616
207779
|
return false;
|
|
207617
207780
|
}
|
|
207618
|
-
if (
|
|
207781
|
+
if (_parentNode2.readOnlyStatus === 0 && _parentNode2.text.replace(/\s*/g, '') !== '') {
|
|
207619
207782
|
return false;
|
|
207620
207783
|
}
|
|
207621
|
-
if (Number(
|
|
207784
|
+
if (Number(_parentNode2.inputFieldType) === 2) {
|
|
207622
207785
|
if (paintStatus === DrawTree/* PaintState */.Dh.psDesign) {
|
|
207623
207786
|
this.hoEditorProvider.setControlProperty('date', 'update', '');
|
|
207624
207787
|
return;
|
|
207625
207788
|
}
|
|
207626
207789
|
this.poperType = 'datePoper';
|
|
207627
|
-
} else if (Number(
|
|
207628
|
-
this.createInputProper(node,
|
|
207790
|
+
} else if (Number(_parentNode2.inputFieldType) === 1) {
|
|
207791
|
+
this.createInputProper(node, _parentNode2, paintStatus, pageIndex);
|
|
207629
207792
|
}
|
|
207630
207793
|
} else if (node.parentNode instanceof CellNode/* CellNode */.D && node.nodeType !== BaseNode/* NodeType */.Jq.ntMedicalExpression && node.nodeType !== BaseNode/* NodeType */.Jq.ntImage) {
|
|
207631
207794
|
this.handleCellNode(node, node.parentNode, pageIndex, paintStatus);
|
|
@@ -207670,8 +207833,8 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
207670
207833
|
index--;
|
|
207671
207834
|
flag = parentNode instanceof TextInputFieldNode/* TextInputFieldNode */.re && parentNode.inputFieldType == 1 && parentNode.downListProperty.listItems.includes('<元素>');
|
|
207672
207835
|
if (!flag) {
|
|
207673
|
-
var
|
|
207674
|
-
parentNode = (
|
|
207836
|
+
var _parentNode3;
|
|
207837
|
+
parentNode = (_parentNode3 = parentNode) === null || _parentNode3 === void 0 ? void 0 : _parentNode3.parentNode;
|
|
207675
207838
|
}
|
|
207676
207839
|
}
|
|
207677
207840
|
}
|
|
@@ -208025,10 +208188,10 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
208025
208188
|
});
|
|
208026
208189
|
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=script&lang=js&
|
|
208027
208190
|
/* harmony default export */ var components_HoDocvue_type_script_lang_js_ = (HoDocvue_type_script_lang_js_);
|
|
208028
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=style&index=0&id=
|
|
208191
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=style&index=0&id=436915e3&prod&lang=less&
|
|
208029
208192
|
// extracted by mini-css-extract-plugin
|
|
208030
208193
|
|
|
208031
|
-
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=style&index=0&id=
|
|
208194
|
+
;// CONCATENATED MODULE: ./src/components/HoDoc.vue?vue&type=style&index=0&id=436915e3&prod&lang=less&
|
|
208032
208195
|
|
|
208033
208196
|
;// CONCATENATED MODULE: ./src/components/HoDoc.vue
|
|
208034
208197
|
|
|
@@ -208041,8 +208204,8 @@ var defaultHeight = Math.floor(1122 * scaleXY) % 2 === 1 ? Math.floor(1122 * sca
|
|
|
208041
208204
|
|
|
208042
208205
|
var HoDoc_component = (0,componentNormalizer/* default */.Z)(
|
|
208043
208206
|
components_HoDocvue_type_script_lang_js_,
|
|
208044
|
-
|
|
208045
|
-
|
|
208207
|
+
HoDocvue_type_template_id_436915e3_render,
|
|
208208
|
+
HoDocvue_type_template_id_436915e3_staticRenderFns,
|
|
208046
208209
|
false,
|
|
208047
208210
|
null,
|
|
208048
208211
|
null,
|
|
@@ -213330,6 +213493,12 @@ var StructureConvert = /*#__PURE__*/function () {
|
|
|
213330
213493
|
area.addChild(container);
|
|
213331
213494
|
hoEditorFactory.drawPageTree.updateDrawPage(area.index);
|
|
213332
213495
|
}
|
|
213496
|
+
var tables = hoEditorFactory.docTree.redrawHiddenParas;
|
|
213497
|
+
if (tables.length > 0) {
|
|
213498
|
+
for (var m = 0; m < tables.length; m++) {
|
|
213499
|
+
tables[m].update();
|
|
213500
|
+
}
|
|
213501
|
+
}
|
|
213333
213502
|
/*
|
|
213334
213503
|
//错别字检测
|
|
213335
213504
|
let errors = [];
|
|
@@ -214538,6 +214707,8 @@ var hoCreateHistory = {
|
|
|
214538
214707
|
}
|
|
214539
214708
|
};
|
|
214540
214709
|
|
|
214710
|
+
// EXTERNAL MODULE: ./src/components/controls/upload/HoFabricConfig.ts
|
|
214711
|
+
var HoFabricConfig = __webpack_require__(3573);
|
|
214541
214712
|
;// CONCATENATED MODULE: ./src/editor/VueController.ts
|
|
214542
214713
|
|
|
214543
214714
|
|
|
@@ -214648,6 +214819,7 @@ var hoCreateHistory = {
|
|
|
214648
214819
|
|
|
214649
214820
|
|
|
214650
214821
|
|
|
214822
|
+
|
|
214651
214823
|
|
|
214652
214824
|
|
|
214653
214825
|
var VueController = /*#__PURE__*/function () {
|
|
@@ -217019,6 +217191,9 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217019
217191
|
key: "insertText",
|
|
217020
217192
|
value: function insertText(text) {
|
|
217021
217193
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
217194
|
+
if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
217195
|
+
return;
|
|
217196
|
+
}
|
|
217022
217197
|
var result = hoEditorFactory.editController.canIsEdit(hoEditorFactory);
|
|
217023
217198
|
if (result) {
|
|
217024
217199
|
//hoEditorFactory.docController.keyBoardInput(text);
|
|
@@ -217546,20 +217721,26 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217546
217721
|
return _context.abrupt("return");
|
|
217547
217722
|
case 2:
|
|
217548
217723
|
hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
217724
|
+
if (!(hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly)) {
|
|
217725
|
+
_context.next = 5;
|
|
217726
|
+
break;
|
|
217727
|
+
}
|
|
217728
|
+
return _context.abrupt("return");
|
|
217729
|
+
case 5:
|
|
217549
217730
|
if (!strHtml.includes('<MedicalExpress>')) {
|
|
217550
|
-
_context.next =
|
|
217731
|
+
_context.next = 10;
|
|
217551
217732
|
break;
|
|
217552
217733
|
}
|
|
217553
217734
|
strHtml = strHtml.replace("<span>", "").replace("</span>", "");
|
|
217554
217735
|
nodes = this.text2MedicalExpress(strHtml, hoEditorFactory.docTree.curDomRange.npEnd.node, 0);
|
|
217555
217736
|
hoEditorFactory.docController.parseNodeData(nodes);
|
|
217556
217737
|
return _context.abrupt("return");
|
|
217557
|
-
case
|
|
217738
|
+
case 10:
|
|
217558
217739
|
strHtml = hoEditorFactory.unitConvert.replaceAll(strHtml, '</上标>', '<上标/>');
|
|
217559
217740
|
strHtml = hoEditorFactory.unitConvert.replaceAll(strHtml, '</下标>', '<下标/>');
|
|
217560
217741
|
result = hoEditorFactory.editController.canIsEdit(hoEditorFactory);
|
|
217561
217742
|
if (!result) {
|
|
217562
|
-
_context.next =
|
|
217743
|
+
_context.next = 45;
|
|
217563
217744
|
break;
|
|
217564
217745
|
}
|
|
217565
217746
|
_nodes = hoEditorFactory.htmlConverter.parseHtmlString(strHtml);
|
|
@@ -217581,23 +217762,23 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217581
217762
|
}
|
|
217582
217763
|
}
|
|
217583
217764
|
if (!(value && keyValue && listItems)) {
|
|
217584
|
-
_context.next =
|
|
217765
|
+
_context.next = 44;
|
|
217585
217766
|
break;
|
|
217586
217767
|
}
|
|
217587
217768
|
startPath = hoEditorFactory.docTree.curDomRange.normalize().startPath;
|
|
217588
217769
|
parentNode = hoEditorFactory.docTree.getParentNode(startPath);
|
|
217589
217770
|
if (!(parentNode instanceof TextInputFieldNode/* TextInputFieldNode */.re && parentNode.inputFieldType == 1 && parentNode.insCheckSyncUpdateList)) {
|
|
217590
|
-
_context.next =
|
|
217771
|
+
_context.next = 44;
|
|
217591
217772
|
break;
|
|
217592
217773
|
}
|
|
217593
217774
|
downListProperty = parentNode.downListProperty;
|
|
217594
217775
|
if (!downListProperty.allowMultiSelected) {
|
|
217595
|
-
_context.next =
|
|
217776
|
+
_context.next = 44;
|
|
217596
217777
|
break;
|
|
217597
217778
|
}
|
|
217598
217779
|
arr = downListProperty.listItems ? JSON.parse(downListProperty.listItems) : [];
|
|
217599
217780
|
if (!clear) {
|
|
217600
|
-
_context.next =
|
|
217781
|
+
_context.next = 38;
|
|
217601
217782
|
break;
|
|
217602
217783
|
}
|
|
217603
217784
|
parentNode.value = '';
|
|
@@ -217611,12 +217792,12 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217611
217792
|
if (!canModifyContent) {
|
|
217612
217793
|
parentNode.canModifyContent = true;
|
|
217613
217794
|
}
|
|
217614
|
-
_context.next =
|
|
217795
|
+
_context.next = 36;
|
|
217615
217796
|
return hoEditorFactory.docController.deleteRange(range, true, 'update');
|
|
217616
|
-
case
|
|
217797
|
+
case 36:
|
|
217617
217798
|
parentNode.canModifyContent = canModifyContent;
|
|
217618
217799
|
hoEditorFactory.docTree.curDomRange.setSamePath(spath);
|
|
217619
|
-
case
|
|
217800
|
+
case 38:
|
|
217620
217801
|
parentNode.text = strHtml;
|
|
217621
217802
|
parentNode.value = parentNode.value ? parentNode.value + ',' + value : value;
|
|
217622
217803
|
parentNode.keyValue = parentNode.keyValue ? parentNode.keyValue + ',' + keyValue : keyValue;
|
|
@@ -217625,9 +217806,9 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217625
217806
|
if (_nodes[_nodes.length - 1] instanceof ParagraphNode/* ParagraphNode */.C) {
|
|
217626
217807
|
_nodes.splice(_nodes.length - 1, 1);
|
|
217627
217808
|
}
|
|
217628
|
-
case
|
|
217809
|
+
case 44:
|
|
217629
217810
|
hoEditorFactory.docController.parseNodeData(_nodes);
|
|
217630
|
-
case
|
|
217811
|
+
case 45:
|
|
217631
217812
|
case "end":
|
|
217632
217813
|
return _context.stop();
|
|
217633
217814
|
}
|
|
@@ -219130,14 +219311,14 @@ var VueController = /*#__PURE__*/function () {
|
|
|
219130
219311
|
*/
|
|
219131
219312
|
}, {
|
|
219132
219313
|
key: "insertSignNode",
|
|
219133
|
-
value: function insertSignNode(type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty,
|
|
219314
|
+
value: function insertSignNode(type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, otherProperties, signType) {
|
|
219134
219315
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
219135
219316
|
var curDomRange = hoEditorFactory.docTree.curDomRange.normalize();
|
|
219136
219317
|
var startPath = curDomRange.normalize().startPath;
|
|
219137
219318
|
var endPath = curDomRange.normalize().endPath;
|
|
219138
219319
|
var changingEvent = new NodeChangingEvent/* NodeChangingEvent */.Q(DocTree/* DocAction */.gk.daInsert, startPath, endPath, NodeChangingEvent/* OperType */.y.insertSign);
|
|
219139
219320
|
if (hoEditorFactory.docTree.changing(changingEvent)) {
|
|
219140
|
-
hoEditorFactory.docController.insertSignNode(curDomRange, type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty,
|
|
219321
|
+
hoEditorFactory.docController.insertSignNode(curDomRange, type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, '', 0, otherProperties, signType);
|
|
219141
219322
|
}
|
|
219142
219323
|
}
|
|
219143
219324
|
/**
|
|
@@ -219617,6 +219798,9 @@ var VueController = /*#__PURE__*/function () {
|
|
|
219617
219798
|
key: "updateElementById",
|
|
219618
219799
|
value: function updateElementById(id, eleJson, name) {
|
|
219619
219800
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
219801
|
+
if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
219802
|
+
return;
|
|
219803
|
+
}
|
|
219620
219804
|
var node = this.getNodeByID('all', id);
|
|
219621
219805
|
if (!node && name) {
|
|
219622
219806
|
node = this.getNodesByName('all', false, name)[0];
|
|
@@ -220168,7 +220352,11 @@ var VueController = /*#__PURE__*/function () {
|
|
|
220168
220352
|
return [caret.pageIndex + 1, caret.stageX * 0.75, caret.stageY * 0.75 + 40];
|
|
220169
220353
|
}
|
|
220170
220354
|
/**
|
|
220171
|
-
* @param
|
|
220355
|
+
* @param 获取光标所在位置(用于签名元素)
|
|
220356
|
+
* @param page 页数
|
|
220357
|
+
* @param 单位px,pt,mm坐标xy page()
|
|
220358
|
+
* @param 签名元素四点坐标 ptTop(上) ptRight(右) ptBottom(下) ptLeft(左)
|
|
220359
|
+
* @param type bottom:页左下角坐标点(0,0)↑→ top:页左上角坐标点(0,0)↓→
|
|
220172
220360
|
*/
|
|
220173
220361
|
}, {
|
|
220174
220362
|
key: "getPosition3",
|
|
@@ -220177,17 +220365,18 @@ var VueController = /*#__PURE__*/function () {
|
|
|
220177
220365
|
var curDomRange = hoEditorFactory.docTree.curDomRange.normalize();
|
|
220178
220366
|
var node = curDomRange.npEnd.node;
|
|
220179
220367
|
var caret = hoEditorFactory.drawTree.caret;
|
|
220368
|
+
var x = caret.stageX;
|
|
220180
220369
|
var y = hoEditorFactory.pageProperty.heightPixes - caret.stageY;
|
|
220181
|
-
|
|
220182
|
-
|
|
220183
|
-
|
|
220370
|
+
if (type == 'top') {
|
|
220371
|
+
y = caret.stageY;
|
|
220372
|
+
}
|
|
220184
220373
|
var result = {
|
|
220185
220374
|
page: caret.pageIndex + 1,
|
|
220186
|
-
pxX:
|
|
220375
|
+
pxX: x,
|
|
220187
220376
|
pxY: y,
|
|
220188
|
-
mmX: hoEditorFactory.unitConvert.pxConversionMm(
|
|
220377
|
+
mmX: hoEditorFactory.unitConvert.pxConversionMm(x, true),
|
|
220189
220378
|
mmY: hoEditorFactory.unitConvert.pxConversionMm(y, true),
|
|
220190
|
-
ptX: hoEditorFactory.unitConvert.pxToPt(
|
|
220379
|
+
ptX: hoEditorFactory.unitConvert.pxToPt(x),
|
|
220191
220380
|
ptY: hoEditorFactory.unitConvert.pxToPt(y),
|
|
220192
220381
|
ptTop: 0,
|
|
220193
220382
|
ptRight: 0,
|
|
@@ -220201,24 +220390,13 @@ var VueController = /*#__PURE__*/function () {
|
|
|
220201
220390
|
ptLeft: result.ptX
|
|
220202
220391
|
});
|
|
220203
220392
|
if (node.number == 0) {
|
|
220204
|
-
// if(type == 'top') {
|
|
220205
|
-
// result.ptTop = result.ptY;
|
|
220206
|
-
// result.ptBottom = hoEditorFactory.unitConvert.pxToPt(y + drawNode.dHeight);
|
|
220207
|
-
// } else {
|
|
220208
220393
|
result.ptTop = result.ptY;
|
|
220209
220394
|
result.ptBottom = hoEditorFactory.unitConvert.pxToPt(y - drawNode.dHeight);
|
|
220210
|
-
// }
|
|
220211
220395
|
} else {
|
|
220212
|
-
// if(type == 'top') {
|
|
220213
|
-
// result.ptTop = hoEditorFactory.unitConvert.pxToPt(y + drawNode.dHeight);
|
|
220214
|
-
// result.ptBottom = hoEditorFactory.unitConvert.pxToPt(y + drawNode.dHeight * 2);
|
|
220215
|
-
// } else {
|
|
220216
220396
|
result.ptTop = hoEditorFactory.unitConvert.pxToPt(y - drawNode.dHeight);
|
|
220217
220397
|
result.ptBottom = hoEditorFactory.unitConvert.pxToPt(y - drawNode.dHeight * 2);
|
|
220218
|
-
// }
|
|
220219
220398
|
}
|
|
220220
220399
|
}
|
|
220221
|
-
|
|
220222
220400
|
return result;
|
|
220223
220401
|
}
|
|
220224
220402
|
/**
|
|
@@ -220444,6 +220622,11 @@ var VueController = /*#__PURE__*/function () {
|
|
|
220444
220622
|
}
|
|
220445
220623
|
DrawConfig/* DrawConfig */.f.instance().transformScale = scaleXY;
|
|
220446
220624
|
}
|
|
220625
|
+
}, {
|
|
220626
|
+
key: "setFabricConfig",
|
|
220627
|
+
value: function setFabricConfig(value) {
|
|
220628
|
+
HoFabricConfig/* HoFabricConfig */.G.instance().setConfig(value);
|
|
220629
|
+
}
|
|
220447
220630
|
/**
|
|
220448
220631
|
* 根据节点名称和文本查询并设置高亮区域
|
|
220449
220632
|
* @param items name 元素名称 text 高亮文本
|
|
@@ -224274,6 +224457,7 @@ var EditController = /*#__PURE__*/function () {
|
|
|
224274
224457
|
|
|
224275
224458
|
|
|
224276
224459
|
|
|
224460
|
+
|
|
224277
224461
|
var ElementController = /*#__PURE__*/function () {
|
|
224278
224462
|
function ElementController(hoEditorFactoryID) {
|
|
224279
224463
|
(0,esm_classCallCheck/* default */.Z)(this, ElementController);
|
|
@@ -224346,11 +224530,18 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
224346
224530
|
value: function updateTextInputFieldValue(node, text, customProperty, keyValue, value) {
|
|
224347
224531
|
var _this = this;
|
|
224348
224532
|
if (node.text === text && customProperty == undefined) return;
|
|
224533
|
+
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
224534
|
+
if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
224535
|
+
var _customProperty = (node === null || node === void 0 ? void 0 : node.customProperty) || {};
|
|
224536
|
+
if (_customProperty.additionsEditor != true && _customProperty.additionsEditor != "true") {
|
|
224537
|
+
return;
|
|
224538
|
+
}
|
|
224539
|
+
}
|
|
224349
224540
|
var hPromise = Promise.resolve();
|
|
224350
224541
|
hPromise = hPromise.then(function (res) {
|
|
224351
224542
|
return new Promise( /*#__PURE__*/function () {
|
|
224352
224543
|
var _ref = (0,asyncToGenerator/* default */.Z)( /*#__PURE__*/(0,regeneratorRuntime/* default */.Z)().mark(function _callee(resolve) {
|
|
224353
|
-
var
|
|
224544
|
+
var _hoEditorFactory, dArea;
|
|
224354
224545
|
return (0,regeneratorRuntime/* default */.Z)().wrap(function _callee$(_context) {
|
|
224355
224546
|
while (1) switch (_context.prev = _context.next) {
|
|
224356
224547
|
case 0:
|
|
@@ -224362,10 +224553,10 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
224362
224553
|
return node.setFieldText(text, customProperty, keyValue, value);
|
|
224363
224554
|
case 3:
|
|
224364
224555
|
if (node.rootPath.includes("header")) {
|
|
224365
|
-
|
|
224366
|
-
dArea =
|
|
224556
|
+
_hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(_this._hoEditorFactoryID);
|
|
224557
|
+
dArea = _hoEditorFactory.drawPageTree.getMainRootArea(node.EndMarkNode.drawNodes[0]);
|
|
224367
224558
|
node.update(0);
|
|
224368
|
-
|
|
224559
|
+
_hoEditorFactory.subDocManger.updateAllSameSubDoc(dArea ? dArea.index : 0, SubDocManger/* HeaderFooterType */.pi.hftHead, false, false);
|
|
224369
224560
|
}
|
|
224370
224561
|
_context.next = 7;
|
|
224371
224562
|
break;
|
|
@@ -224404,6 +224595,10 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
224404
224595
|
key: "updateDateTimeText",
|
|
224405
224596
|
value: function updateDateTimeText(node, text) {
|
|
224406
224597
|
if (node.text === text) return;
|
|
224598
|
+
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
224599
|
+
if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
224600
|
+
return;
|
|
224601
|
+
}
|
|
224407
224602
|
node.setDateTimeText(text);
|
|
224408
224603
|
}
|
|
224409
224604
|
/**
|
|
@@ -224479,7 +224674,7 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
224479
224674
|
key: "insertSignNode",
|
|
224480
224675
|
value: function insertSignNode(type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty, fingerPrintSrc) {
|
|
224481
224676
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
224482
|
-
hoEditorFactory.vueController.insertSignNode(type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty
|
|
224677
|
+
hoEditorFactory.vueController.insertSignNode(type, name, signor, signTime, signTimeFormat, imgSrc, imgWidth, imgHeight, customProperty);
|
|
224483
224678
|
}
|
|
224484
224679
|
/**
|
|
224485
224680
|
* 更新签名
|
|
@@ -236788,6 +236983,7 @@ var commondata = __webpack_require__(76285);
|
|
|
236788
236983
|
|
|
236789
236984
|
|
|
236790
236985
|
|
|
236986
|
+
|
|
236791
236987
|
/* harmony default export */ var HoDocsvue_type_script_lang_js_ = ({
|
|
236792
236988
|
name: 'HoDocs',
|
|
236793
236989
|
components: {
|
|
@@ -237621,6 +237817,13 @@ var commondata = __webpack_require__(76285);
|
|
|
237621
237817
|
* 关闭弹出层
|
|
237622
237818
|
*/
|
|
237623
237819
|
closeControlModal: function closeControlModal() {
|
|
237820
|
+
if (this.hoEditorProvider.controlType == "edit-image") {
|
|
237821
|
+
var config = HoFabricConfig/* HoFabricConfig */.G.instance();
|
|
237822
|
+
this.$emit("closeHoEditorModal", 'edit-image', {
|
|
237823
|
+
fontSize: config.fontSize,
|
|
237824
|
+
borderColor: config.borderColor
|
|
237825
|
+
});
|
|
237826
|
+
}
|
|
237624
237827
|
this.hoEditorProvider.setControlProperty('', 'add', '');
|
|
237625
237828
|
this.modalStatusObject.type = '';
|
|
237626
237829
|
this.modalStatusObject.operate = '';
|
|
@@ -237825,10 +238028,10 @@ var commondata = __webpack_require__(76285);
|
|
|
237825
238028
|
});
|
|
237826
238029
|
;// CONCATENATED MODULE: ./src/components/HoDocs.vue?vue&type=script&lang=js&
|
|
237827
238030
|
/* harmony default export */ var components_HoDocsvue_type_script_lang_js_ = (HoDocsvue_type_script_lang_js_);
|
|
237828
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDocs.vue?vue&type=style&index=0&id=
|
|
238031
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-32.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-32.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-32.use[2]!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-32.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDocs.vue?vue&type=style&index=0&id=45b99f15&prod&lang=less&media=print&
|
|
237829
238032
|
// extracted by mini-css-extract-plugin
|
|
237830
238033
|
|
|
237831
|
-
;// CONCATENATED MODULE: ./src/components/HoDocs.vue?vue&type=style&index=0&id=
|
|
238034
|
+
;// CONCATENATED MODULE: ./src/components/HoDocs.vue?vue&type=style&index=0&id=45b99f15&prod&lang=less&media=print&
|
|
237832
238035
|
|
|
237833
238036
|
;// CONCATENATED MODULE: ./src/components/HoDocs.vue
|
|
237834
238037
|
|