hoeditor-web 2.0.89 → 2.0.90
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.common.js +37 -27
- package/lib/hoeditor.css +2 -826
- package/lib/hoeditor.umd.js +37 -27
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.common.js
CHANGED
|
@@ -10798,7 +10798,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
10798
10798
|
|
|
10799
10799
|
/***/ }),
|
|
10800
10800
|
|
|
10801
|
-
/***/
|
|
10801
|
+
/***/ 16981:
|
|
10802
10802
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
10803
10803
|
|
|
10804
10804
|
"use strict";
|
|
@@ -10810,8 +10810,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
10810
10810
|
"default": function() { return /* binding */ TableCellPoper; }
|
|
10811
10811
|
});
|
|
10812
10812
|
|
|
10813
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableCellPoper.vue?vue&type=template&id=
|
|
10814
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cell-poper-selected-modal animation-in",style:(_vm.posStyle)},[_c('div',{staticStyle:{"height":"0","overflow":"hidden"}},[_c('svg',{attrs:{"viewBox":"0 0 1303 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('defs',[_c('g',{attrs:{"id":"selected"}},[_c('path',{attrs:{"d":"M498.688 1024c-26.996364 0-52.782545-11.636364-71.214545-32.395636L29.323636 536.017455a124.276364 124.276364 0 0 1 0-160.302546 89.181091 89.181091 0 0 1 132.747637-11.915636l11.264 11.915636L497.105455 749.288727 1133.102545 34.443636a88.994909 88.994909 0 0 1 129.489455-11.915636l11.357091 11.915636c39.098182 45.521455 39.098182 114.874182 0 160.395637l-705.629091 796.765091c-17.966545 20.48-43.194182 32.209455-69.632 32.395636","fill":"#2175FF"}})])])])]),(_vm.isCanSearch)?_c('el-input',{attrs:{"placeholder":"可搜索","size":"mini"},on:{"input":_vm.searchList},model:{value:(_vm.input),callback:function ($$v) {_vm.input=$$v},expression:"input"}}):_vm._e(),(_vm.editorProperty === 1)?_c('div',{staticClass:"select-poper"},[_c('ul',{staticClass:"list"},[_vm._l((_vm.currentList),function(item,index){return _c('li',{key:item.id,class:item.default ? 'selected' : '',on:{"click":function($event){return _vm.selectItems(item, index)}}},[_c('span',[_vm._v(_vm._s(item.text.split("<元素>")[0]))]),_c('svg',{attrs:{"viewBox":"0 0 1303 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('use',{attrs:{"xlink:href":"#selected"}})])])}),(_vm.currentList.length === 0)?_c('li',{staticStyle:{"text-align":"center"}},[_vm._v("无选项")]):_vm._e()],2),(_vm.isAllowMultiSelect)?_c('footer',{style:({ bottom: _vm.isAllowMultiSelect ? '-34px' : '0px' })},[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.sureSelect}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":function($event){_vm.selected = []}}},[_vm._v("清空")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.handleClose}},[_vm._v("取消")])],1):_vm._e(),(_vm.currentList.length === 0)?_c('footer',{staticStyle:{"bottom":"-43px","padding":"10px","text-align":"center"}},[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.handleClose}},[_vm._v("关闭")])],1):_vm._e()]):_vm._e(),(_vm.editorProperty === 2)?_c('div',{staticClass:"date-poper"},[(_vm.inputStyle.includes('dd'))?_c('DatePanel',{attrs:{"value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('MM') && !_vm.inputStyle.includes('dd'))?_c('DatePanel',{attrs:{"dateType":"month","value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('yyyy') && !_vm.inputStyle.includes('MM'))?_c('DatePanel',{attrs:{"dateType":"year","value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('HH'))?_c('div',{staticClass:"timepicker",staticStyle:{"padding":"8px 0"}},[_c('el-time-picker',{staticStyle:{"width":"200px"},attrs:{"type":"time","format":_vm.timeStyle,"value-format":_vm.timeStyle,"size":"mini"},model:{value:(_vm.time),callback:function ($$v) {_vm.time=$$v},expression:"time"}})],1):_vm._e(),_c('footer',[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.sureDate}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.currentDateTime}},[_vm._v(_vm._s(_vm.inputStyle.indexOf('HH') !== -1 ? '此刻' : '今天'))]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":function($event){return _vm.handleClose('cancel')}}},[_vm._v("取消")])],1)],1):_vm._e()],1)}
|
|
10813
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableCellPoper.vue?vue&type=template&id=56a2ba09&scoped=true&
|
|
10814
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"cell-poper-selected-modal animation-in",style:(_vm.posStyle)},[_c('div',{staticStyle:{"height":"0","overflow":"hidden"}},[_c('svg',{attrs:{"viewBox":"0 0 1303 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('defs',[_c('g',{attrs:{"id":"selected"}},[_c('path',{attrs:{"d":"M498.688 1024c-26.996364 0-52.782545-11.636364-71.214545-32.395636L29.323636 536.017455a124.276364 124.276364 0 0 1 0-160.302546 89.181091 89.181091 0 0 1 132.747637-11.915636l11.264 11.915636L497.105455 749.288727 1133.102545 34.443636a88.994909 88.994909 0 0 1 129.489455-11.915636l11.357091 11.915636c39.098182 45.521455 39.098182 114.874182 0 160.395637l-705.629091 796.765091c-17.966545 20.48-43.194182 32.209455-69.632 32.395636","fill":"#2175FF"}})])])])]),(_vm.isCanSearch)?_c('el-input',{attrs:{"placeholder":"可搜索","size":"mini"},on:{"input":_vm.searchList},model:{value:(_vm.input),callback:function ($$v) {_vm.input=$$v},expression:"input"}}):_vm._e(),(_vm.editorProperty === 1)?_c('div',{staticClass:"select-poper"},[_c('ul',{staticClass:"list"},[_vm._l((_vm.currentList),function(item,index){return _c('li',{key:item.id,class:item.default ? 'selected' : '',on:{"click":function($event){return _vm.selectItems(item, index)}}},[_c('span',[_vm._v(_vm._s(item.text.split("<元素>")[0]))]),_c('svg',{attrs:{"viewBox":"0 0 1303 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('use',{attrs:{"xlink:href":"#selected"}})])])}),(_vm.currentList.length === 0)?_c('li',{staticStyle:{"text-align":"center"}},[_vm._v("无选项")]):_vm._e()],2),(_vm.isAllowMultiSelect)?_c('footer',{style:({ bottom: _vm.isAllowMultiSelect ? '-34px' : '0px' })},[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.sureSelect}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":function($event){_vm.selected = []}}},[_vm._v("清空")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.handleClose}},[_vm._v("取消")])],1):_vm._e(),(_vm.currentList.length === 0)?_c('footer',{staticStyle:{"bottom":"-43px","padding":"10px","text-align":"center"}},[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.handleClose}},[_vm._v("关闭")])],1):_vm._e(),(_vm.poperList.length > 0)?_c('footer',{staticStyle:{"bottom":"-43px","padding":"10px","text-align":"center"}},[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.handleClose}},[_vm._v("关闭")])],1):_vm._e()]):_vm._e(),(_vm.editorProperty === 2)?_c('div',{staticClass:"date-poper"},[(_vm.inputStyle.includes('dd'))?_c('DatePanel',{attrs:{"value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('MM') && !_vm.inputStyle.includes('dd'))?_c('DatePanel',{attrs:{"dateType":"month","value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('yyyy') && !_vm.inputStyle.includes('MM'))?_c('DatePanel',{attrs:{"dateType":"year","value":_vm.date},on:{"getValue":_vm.getTime}}):_vm._e(),(_vm.inputStyle.includes('HH'))?_c('div',{staticClass:"timepicker",staticStyle:{"padding":"8px 0"}},[_c('el-time-picker',{staticStyle:{"width":"200px"},attrs:{"type":"time","format":_vm.timeStyle,"value-format":_vm.timeStyle,"size":"mini"},model:{value:(_vm.time),callback:function ($$v) {_vm.time=$$v},expression:"time"}})],1):_vm._e(),_c('footer',[_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.sureDate}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":_vm.currentDateTime}},[_vm._v(_vm._s(_vm.inputStyle.indexOf('HH') !== -1 ? '此刻' : '今天'))]),_c('el-button',{staticStyle:{"padding":"5px 13px"},attrs:{"size":"mini"},on:{"click":function($event){return _vm.handleClose('cancel')}}},[_vm._v("取消")])],1)],1):_vm._e()],1)}
|
|
10815
10815
|
var staticRenderFns = []
|
|
10816
10816
|
|
|
10817
10817
|
|
|
@@ -10916,6 +10916,8 @@ var HOEditorFactorys = __webpack_require__(41005);
|
|
|
10916
10916
|
//
|
|
10917
10917
|
//
|
|
10918
10918
|
//
|
|
10919
|
+
//
|
|
10920
|
+
//
|
|
10919
10921
|
|
|
10920
10922
|
|
|
10921
10923
|
|
|
@@ -11275,10 +11277,10 @@ var HOEditorFactorys = __webpack_require__(41005);
|
|
|
11275
11277
|
});
|
|
11276
11278
|
;// CONCATENATED MODULE: ./src/components/controls/table/TableCellPoper.vue?vue&type=script&lang=js&
|
|
11277
11279
|
/* harmony default export */ var table_TableCellPopervue_type_script_lang_js_ = (TableCellPopervue_type_script_lang_js_);
|
|
11278
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableCellPoper.vue?vue&type=style&index=0&id=
|
|
11280
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22[0].rules[0].use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22[0].rules[0].use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/table/TableCellPoper.vue?vue&type=style&index=0&id=56a2ba09&lang=scss&scoped=true&
|
|
11279
11281
|
// extracted by mini-css-extract-plugin
|
|
11280
11282
|
|
|
11281
|
-
;// CONCATENATED MODULE: ./src/components/controls/table/TableCellPoper.vue?vue&type=style&index=0&id=
|
|
11283
|
+
;// CONCATENATED MODULE: ./src/components/controls/table/TableCellPoper.vue?vue&type=style&index=0&id=56a2ba09&lang=scss&scoped=true&
|
|
11282
11284
|
|
|
11283
11285
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
11284
11286
|
var componentNormalizer = __webpack_require__(1001);
|
|
@@ -11297,7 +11299,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
11297
11299
|
staticRenderFns,
|
|
11298
11300
|
false,
|
|
11299
11301
|
null,
|
|
11300
|
-
"
|
|
11302
|
+
"56a2ba09",
|
|
11301
11303
|
null
|
|
11302
11304
|
|
|
11303
11305
|
)
|
|
@@ -62406,7 +62408,7 @@ var DrawPageCell = /*#__PURE__*/function (_DrawArea) {
|
|
|
62406
62408
|
// return true;
|
|
62407
62409
|
// }
|
|
62408
62410
|
|
|
62409
|
-
if (this._startDline >= this.cell.drawCell.drawLines.length) {
|
|
62411
|
+
if (this._startDline >= this.cell.drawCell.drawLines.length || index == -1) {
|
|
62410
62412
|
return true;
|
|
62411
62413
|
} // if (this._lastDrawLine instanceof DrawPageTable) {
|
|
62412
62414
|
// index = this._cell.drawCell.drawLines.indexOf(
|
|
@@ -65383,7 +65385,7 @@ var DrawRect = /*#__PURE__*/function (_DrawContainer) {
|
|
|
65383
65385
|
/*
|
|
65384
65386
|
* @Author: your name
|
|
65385
65387
|
* @Date: 2021-09-01 16:51:49
|
|
65386
|
-
* @LastEditTime: 2022-08-
|
|
65388
|
+
* @LastEditTime: 2022-08-18 14:08:29
|
|
65387
65389
|
* @LastEditors: liyanan 2441631434@qq.com
|
|
65388
65390
|
* @Description: In User Settings Edit
|
|
65389
65391
|
* @FilePath: \hoeditor-web\src\editor\draw\drawNode\DrawSignNode.ts
|
|
@@ -65497,7 +65499,7 @@ var DrawSignNode = /*#__PURE__*/function (_DrawCombineNode) {
|
|
|
65497
65499
|
}
|
|
65498
65500
|
}
|
|
65499
65501
|
|
|
65500
|
-
if (
|
|
65502
|
+
if ((imgSrc || fingerPrintSrc) && type == 1 || type == 3) {
|
|
65501
65503
|
_this.drawWriteSignNode(node);
|
|
65502
65504
|
} else {
|
|
65503
65505
|
_this.drawSignNode();
|
|
@@ -75304,7 +75306,7 @@ var NodeDeleteUndoUnit = /*#__PURE__*/function (_UndoInfo) {
|
|
|
75304
75306
|
/*
|
|
75305
75307
|
* @Author: your name
|
|
75306
75308
|
* @Date: 2020-09-24 15:56:09
|
|
75307
|
-
* @LastEditTime: 2022-
|
|
75309
|
+
* @LastEditTime: 2022-08-17 09:27:01
|
|
75308
75310
|
* @LastEditors: liyanan 2441631434@qq.com
|
|
75309
75311
|
* @Description: In User Settings Edit
|
|
75310
75312
|
* @FilePath: \hoeditor-web\src\editor\undoRedo\NodeInsertUndoUnit.ts
|
|
@@ -75495,19 +75497,23 @@ var NodeInsertUndoUnit = /*#__PURE__*/function (_UndoInfo) {
|
|
|
75495
75497
|
|
|
75496
75498
|
if (this.node instanceof _dom_treeNode_MarkNode__WEBPACK_IMPORTED_MODULE_22__/* .MarkNode */ .j && this.node.MarkNodeType === _dom_treeNode_MarkNode__WEBPACK_IMPORTED_MODULE_22__/* .MarkNodeType.mtContent */ .q.mtContent) {//变更文本域时,删除原内容插入标题时不移动光标
|
|
75497
75499
|
} else {
|
|
75498
|
-
setTimeout(
|
|
75499
|
-
|
|
75500
|
-
|
|
75501
|
-
|
|
75500
|
+
// setTimeout(
|
|
75501
|
+
// () => {
|
|
75502
|
+
// //等待变更完成
|
|
75503
|
+
hoEditorFactory.drawTree.moveCaretToPath(strAfterPath); // },
|
|
75504
|
+
// this.node.rootPath.startsWith(gMainPath) ? 0 : 110
|
|
75505
|
+
// );
|
|
75502
75506
|
}
|
|
75503
75507
|
|
|
75504
|
-
|
|
75508
|
+
_context2.next = 9;
|
|
75509
|
+
return this.ParentRepaint();
|
|
75505
75510
|
|
|
75511
|
+
case 9:
|
|
75506
75512
|
if (this.node instanceof _dom_treeNode_TextNode__WEBPACK_IMPORTED_MODULE_12__/* .TextNode */ .R) {
|
|
75507
75513
|
hoEditorFactory.timeStamp.update();
|
|
75508
75514
|
}
|
|
75509
75515
|
|
|
75510
|
-
case
|
|
75516
|
+
case 10:
|
|
75511
75517
|
case "end":
|
|
75512
75518
|
return _context2.stop();
|
|
75513
75519
|
}
|
|
@@ -212389,7 +212395,7 @@ var map = {
|
|
|
212389
212395
|
"./radioCheckBox/RadioCheckbox.vue": 48961,
|
|
212390
212396
|
"./selectDialog/SelectDialog.vue": 54891,
|
|
212391
212397
|
"./sign/Sign.vue": 44801,
|
|
212392
|
-
"./table/TableCellPoper.vue":
|
|
212398
|
+
"./table/TableCellPoper.vue": 16981,
|
|
212393
212399
|
"./table/TableCellProperty.vue": 52445,
|
|
212394
212400
|
"./table/TableColProperty.vue": 97160,
|
|
212395
212401
|
"./table/TableProperty.vue": 44680,
|
|
@@ -213935,9 +213941,9 @@ var es_string_match = __webpack_require__(4723);
|
|
|
213935
213941
|
var es_number_constructor = __webpack_require__(9653);
|
|
213936
213942
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.json.stringify.js
|
|
213937
213943
|
var es_json_stringify = __webpack_require__(38862);
|
|
213938
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=
|
|
213939
|
-
var
|
|
213940
|
-
var
|
|
213944
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDoc.vue?vue&type=template&id=7d9a158e&
|
|
213945
|
+
var HoDocvue_type_template_id_7d9a158e_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{class:_vm.docClassNames},[_c('div',{ref:"editorArea",staticClass:"editors"},[(_vm.drawPageLength > 0)?_c('div',{staticClass:"editor",on:{"click":function($event){return _vm.setActiveDocIndex(_vm.hoEditorId)}}},[_vm._l((_vm.drawPageCount.count),function(pgIndex){return [_c('HoPage',{key:pgIndex - 1,attrs:{"data-id":pgIndex - 1,"index":pgIndex - 1,"docIndex":_vm.docIndex,"canvasWidth":_vm.canvasParams.width,"canvasHeight":_vm.canvasParams.height,"currentActivePages":_vm.activePageIndex.index,"hoEditorId":_vm.hoEditorId,"hoEditorFactoryIdList":_vm.hoEditorFactoryIdList,"mouseMoveNodes":_vm.mouseMoveNodes,"viewableAreaObserver":_vm.viewableAreaObserver,"inViewPages":_vm.inViewPages,"canvasHeadFootPos":_vm.canvasHeadFootPos,"poperTipPos":_vm.poperTipPos,"textStyle":_vm.textStyle,"aiInfo":_vm.aiInfo},on:{"pageReady":_vm.pageReady,"canvasRightClick":_vm.mouseRightClickEvent},scopedSlots:_vm._u([{key:"hoPageHead",fn:function(){return [_vm._t("hoDocHead")]},proxy:true},{key:"hoPageFoot",fn:function(){return [_vm._t("hoDocFoot")]},proxy:true}],null,true)})]})],2):_vm._e()]),(_vm.poperType === 'datePoper' || _vm.poperType === 'selectPoper')?_c('PoperSelectModal',{attrs:{"poperType":_vm.poperType,"poperSelectList":_vm.poperSelectList,"poperPos":_vm.poperPos,"hoEditorId":_vm.hoEditorId},on:{"poperClose":_vm.poperClose}}):_vm._e(),_c('PoperMark',{directives:[{name:"show",rawName:"v-show",value:(_vm.poperType === 'datePoper' || _vm.poperType === 'selectPoper' || _vm.poperType === 'table-cell-poper'),expression:"poperType === 'datePoper' || poperType === 'selectPoper' || poperType === 'table-cell-poper'"}]}),(_vm.poperType === 'table-cell-poper')?_c('TableCellPoper',{attrs:{"poperNode":_vm.nodeValue,"poperPos":_vm.poperPos},on:{"poperClose":_vm.poperClose}}):_vm._e(),_c('HoToPage',{attrs:{"hoEditorId":_vm.hoEditorId,"inViewPages":_vm.inViewPages}}),_c('PoperTipText',{attrs:{"isPoperText":_vm.isPoperText,"poperText":_vm.poperText,"poperPos":_vm.poperTextPos},on:{"poperTextClose":_vm.poperTextClose}}),_c('ul',{directives:[{name:"click-outside",rawName:"v-click-outside",value:(function () { return (_vm.isCreateRightMenuModal = false); }),expression:"() => (isCreateRightMenuModal = false)"},{name:"show",rawName:"v-show",value:(_vm.isCreateRightMenuModal),expression:"isCreateRightMenuModal"}],ref:"rightMenuModal",staticClass:"create-right-menu"},[(_vm.showCommentsBtn)?_c('li',{staticClass:"mouse-menu-item",on:{"click":_vm.hideComments}},[_vm._v(_vm._s(_vm.isHideComments ? '显示' : '隐藏')+"批注")]):_vm._e(),(_vm.currentNode && _vm.currentNode.customProperty && _vm.currentNode.signFormat )?_c('li',{staticClass:"mouse-menu-item",on:{"click":_vm.deleteSignNode}},[_vm._v("删除签名")]):_vm._e(),_c('li',{staticClass:"mouse-menu-item"},[_vm._v(" 编辑器内核版本: "),_c('span',{staticStyle:{"font-size":"14px","color":"#0a77e3"}},[_vm._v("v "+_vm._s(_vm.version))])])])],1)}
|
|
213946
|
+
var HoDocvue_type_template_id_7d9a158e_staticRenderFns = []
|
|
213941
213947
|
|
|
213942
213948
|
|
|
213943
213949
|
// EXTERNAL MODULE: ./node_modules/element-ui/lib/message-box.js
|
|
@@ -215877,7 +215883,7 @@ var PoperMark = __webpack_require__(93069);
|
|
|
215877
215883
|
|
|
215878
215884
|
|
|
215879
215885
|
// EXTERNAL MODULE: ./src/components/controls/table/TableCellPoper.vue + 5 modules
|
|
215880
|
-
var TableCellPoper = __webpack_require__(
|
|
215886
|
+
var TableCellPoper = __webpack_require__(16981);
|
|
215881
215887
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/DateTimeNode.ts
|
|
215882
215888
|
var DateTimeNode = __webpack_require__(36395);
|
|
215883
215889
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/DownListNode.ts
|
|
@@ -217581,7 +217587,7 @@ var SignNode = __webpack_require__(34450);
|
|
|
217581
217587
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
217582
217588
|
var ParagraphNode = __webpack_require__(14208);
|
|
217583
217589
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
217584
|
-
/* harmony default export */ var version = ('2.0.
|
|
217590
|
+
/* harmony default export */ var version = ('2.0.90');
|
|
217585
217591
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
217586
217592
|
var PoperTipText = __webpack_require__(91831);
|
|
217587
217593
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -217960,7 +217966,7 @@ var ImageNode = __webpack_require__(88389);
|
|
|
217960
217966
|
|
|
217961
217967
|
if (v.intersectionRatio === 0) {
|
|
217962
217968
|
inViewPages = inViewPages.filter(function (v) {
|
|
217963
|
-
return
|
|
217969
|
+
return v !== pageIndex;
|
|
217964
217970
|
});
|
|
217965
217971
|
} else {
|
|
217966
217972
|
inViewPages.includes(dPage.pageIndex) ? null : inViewPages.push(dPage.pageIndex);
|
|
@@ -218364,8 +218370,8 @@ var ImageNode = __webpack_require__(88389);
|
|
|
218364
218370
|
|
|
218365
218371
|
var HoDoc_component = (0,componentNormalizer/* default */.Z)(
|
|
218366
218372
|
components_HoDocvue_type_script_lang_js_,
|
|
218367
|
-
|
|
218368
|
-
|
|
218373
|
+
HoDocvue_type_template_id_7d9a158e_render,
|
|
218374
|
+
HoDocvue_type_template_id_7d9a158e_staticRenderFns,
|
|
218369
218375
|
false,
|
|
218370
218376
|
null,
|
|
218371
218377
|
null,
|
|
@@ -222620,8 +222626,11 @@ var StructureConvert = /*#__PURE__*/function () {
|
|
|
222620
222626
|
}
|
|
222621
222627
|
|
|
222622
222628
|
this._comments = [];
|
|
222623
|
-
|
|
222624
|
-
|
|
222629
|
+
|
|
222630
|
+
if (!isClearSign) {
|
|
222631
|
+
var comments = xx.comments;
|
|
222632
|
+
this._comments = comments.comment;
|
|
222633
|
+
} // if (xx.logs) {
|
|
222625
222634
|
// const logs = xx.logs;
|
|
222626
222635
|
// let logsArr = [];
|
|
222627
222636
|
// if (logs.log.length === undefined) {
|
|
@@ -222639,6 +222648,7 @@ var StructureConvert = /*#__PURE__*/function () {
|
|
|
222639
222648
|
// }
|
|
222640
222649
|
// }
|
|
222641
222650
|
|
|
222651
|
+
|
|
222642
222652
|
hoEditorFactory.docTree.userHistories = [];
|
|
222643
222653
|
var histories = xx.userHistories;
|
|
222644
222654
|
var historiesArr = histories.userHistory;
|