hoeditor-web 2.0.83 → 2.0.84
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 +466 -218
- package/lib/hoeditor.css +826 -2
- package/lib/hoeditor.umd.js +466 -218
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.common.js
CHANGED
|
@@ -11958,7 +11958,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
11958
11958
|
|
|
11959
11959
|
/***/ }),
|
|
11960
11960
|
|
|
11961
|
-
/***/
|
|
11961
|
+
/***/ 28666:
|
|
11962
11962
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11963
11963
|
|
|
11964
11964
|
"use strict";
|
|
@@ -11970,8 +11970,8 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
11970
11970
|
"default": function() { return /* binding */ TableColProperty; }
|
|
11971
11971
|
});
|
|
11972
11972
|
|
|
11973
|
-
;// 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/TableColProperty.vue?vue&type=template&id=
|
|
11974
|
-
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control-modal-contents table-row-modal animation-in"},[_c('header',{staticClass:"modal-title"},[_c('span',[_vm._v("表格列属性")]),_c('i',{staticClass:"el-icon-close modal-title-close",on:{"click":_vm.handleClose}})]),_c('section',{staticClass:"modal-content"},[_c('ul',{staticClass:"control-list"},[_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("编号")]),_c('span',{staticClass:"readonly-value"},[_vm._v(_vm._s(_vm.id))])]),_c('li',{staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("自定义属性")]),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.openCustomsModal}},[_vm._v("自定义属性")])],1)]),_c('li',{staticClass:"control-item"},[_c('div',{staticStyle:{"padding-right":"20px"}},[_c('el-checkbox',{on:{"change":_vm.watchParamsChange},model:{value:(_vm.isSpecifyWidth),callback:function ($$v) {_vm.isSpecifyWidth=$$v},expression:"isSpecifyWidth"}},[_vm._v("指定宽度(厘米)")])],1),_c('el-input-number',{attrs:{"size":"mini","disabled":!_vm.isSpecifyWidth,"step":1,"min":0,"precision":2,"controls":false},model:{value:(_vm.width),callback:function ($$v) {_vm.width=$$v},expression:"width"}}),_c('span',{staticStyle:{"padding-left":"10px"}},[_vm._v("当前显示宽度 "+_vm._s(_vm.colWidth)+" 厘米")])],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("垂直对齐方式")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"垂直对齐方式","size":"mini"},model:{value:(_vm.align),callback:function ($$v) {_vm.align=$$v},expression:"align"}},[_c('el-option',{attrs:{"label":"靠上","value":0}}),_c('el-option',{attrs:{"label":"居中","value":1}}),_c('el-option',{attrs:{"label":"靠下","value":2}})],1)],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("编辑器属性")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"编辑器属性","size":"mini"},on:{"change":_vm.editorPropertyChange},model:{value:(_vm.editorProperty),callback:function ($$v) {_vm.editorProperty=$$v},expression:"editorProperty"}},[_c('el-option',{attrs:{"label":"无","value":0}}),_c('el-option',{attrs:{"label":"下拉列表","value":1}}),_c('el-option',{attrs:{"label":"日期","value":2}}),_c('el-option',{attrs:{"label":"数值","value":3}})],1)],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("分隔符")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"分隔符","size":"mini"},model:{value:(_vm.splitCharacter),callback:function ($$v) {_vm.splitCharacter=$$v},expression:"splitCharacter"}},[_c('el-option',{attrs:{"label":",","value":","}}),_c('el-option',{attrs:{"label":"、","value":"、"}}),_c('el-option',{attrs:{"label":"/","value":"/"}}),_c('el-option',{attrs:{"label":"-","value":"-"}})],1)],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.allowMultiSelected),callback:function ($$v) {_vm.allowMultiSelected=$$v},expression:"allowMultiSelected"}},[_vm._v("允许多选")])],1),_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.isAllowDel),callback:function ($$v) {_vm.isAllowDel=$$v},expression:"isAllowDel"}},[_vm._v("允许被删除")])],1),_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.canModifyContent),callback:function ($$v) {_vm.canModifyContent=$$v},expression:"canModifyContent"}},[_vm._v("用户可以直接编辑修改内容")])],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("来源")]),_c('el-input',{attrs:{"size":"mini"},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}})],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.listItems,"max-height":"210px"}},[_c('el-table-column',{staticStyle:{"text-align":"center"},attrs:{"label":"","width":"32"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('i',{directives:[{name:"show",rawName:"v-show",value:(scope.$index === _vm.focusIndexs),expression:"scope.$index === focusIndexs"}],staticClass:"el-icon-edit",staticStyle:{"transform":"translateX(6px)"}})]}}])}),_c('el-table-column',{attrs:{"label":"文本","width":"130"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-input',{class:_vm.errorIndex.includes(scope.row.id) ? 'error' : '',attrs:{"size":"small"},on:{"focus":function($event){return _vm.focusIndex(scope.$index)},"input":function($event){return _vm.inputIndex(scope.$index)},"blur":function($event){return _vm.blurIndex(scope.$index)}},model:{value:(scope.row.text),callback:function ($$v) {_vm.$set(scope.row, "text", $$v)},expression:"scope.row.text"}})]}}])}),_c('el-table-column',{attrs:{"label":"值","width":"130"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-input',{attrs:{"size":"small"},on:{"focus":function($event){return _vm.focusIndex(scope.$index)},"input":function($event){return _vm.inputIndex(scope.$index)},"blur":function($event){return _vm.blurIndex(scope.$index)}},model:{value:(scope.row.value),callback:function ($$v) {_vm.$set(scope.row, "value", $$v)},expression:"scope.row.value"}})]}}])}),_c('el-table-column',{scopedSlots:_vm._u([{key:"default",fn:function(scope){return (scope.$index !== _vm.listItems.length - 1 && _vm.focusIndexs === scope.$index)?[_c('el-button',{attrs:{"size":"mini"},on:{"click":function($event){$event.stopPropagation();return _vm.deleteCurrentRow(scope.row.id)}}},[_vm._v("删除")])]:undefined}}],null,true)})],1)],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 2),expression:"editorProperty === 2"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("日期格式")]),_c('el-select',{attrs:{"placeholder":"输入样式","size":"mini"},model:{value:(_vm.inputStyle),callback:function ($$v) {_vm.inputStyle=$$v},expression:"inputStyle"}},_vm._l((_vm.dateFormatList),function(item){return _c('el-option',{key:item,attrs:{"label":item,"value":item}})}),1)],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 3),expression:"editorProperty === 3"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("最小值")]),_c('el-input-number',{attrs:{"size":"mini","max":Number(_vm.maxNumVal),"min":0,"step":10,"controls":false},model:{value:(_vm.minNumVal),callback:function ($$v) {_vm.minNumVal=$$v},expression:"minNumVal"}})],1),_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("最大值")]),_c('el-input-number',{attrs:{"size":"mini","min":Number(_vm.minNumVal),"step":10,"controls":false},model:{value:(_vm.maxNumVal),callback:function ($$v) {_vm.maxNumVal=$$v},expression:"maxNumVal"}})],1)])])]),_c('footer',{staticClass:"ho-modal-footer"},[_c('el-button',{attrs:{"size":"small","type":"primary"},on:{"click":_vm.sure}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"margin-left":"30px"},attrs:{"size":"small"},on:{"click":_vm.handleClose}},[_vm._v("取消")])],1)])}
|
|
11973
|
+
;// 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/TableColProperty.vue?vue&type=template&id=03573615&
|
|
11974
|
+
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"control-modal-contents table-row-modal animation-in"},[_c('header',{staticClass:"modal-title"},[_c('span',[_vm._v("表格列属性")]),_c('i',{staticClass:"el-icon-close modal-title-close",on:{"click":_vm.handleClose}})]),_c('section',{staticClass:"modal-content"},[_c('ul',{staticClass:"control-list"},[_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("编号")]),_c('span',{staticClass:"readonly-value"},[_vm._v(_vm._s(_vm.id))])]),_c('li',{staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("自定义属性")]),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.openCustomsModal}},[_vm._v("自定义属性")])],1)]),_c('li',{staticClass:"control-item"},[_c('div',{staticStyle:{"padding-right":"20px"}},[_c('el-checkbox',{on:{"change":_vm.watchParamsChange},model:{value:(_vm.isSpecifyWidth),callback:function ($$v) {_vm.isSpecifyWidth=$$v},expression:"isSpecifyWidth"}},[_vm._v("指定宽度(厘米)")])],1),_c('el-input-number',{attrs:{"size":"mini","disabled":!_vm.isSpecifyWidth,"step":1,"min":0,"precision":2,"controls":false},model:{value:(_vm.width),callback:function ($$v) {_vm.width=$$v},expression:"width"}}),_c('span',{staticStyle:{"padding-left":"10px"}},[_vm._v("当前显示宽度 "+_vm._s(_vm.colWidth)+" 厘米")])],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("垂直对齐方式")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"垂直对齐方式","size":"mini"},model:{value:(_vm.align),callback:function ($$v) {_vm.align=$$v},expression:"align"}},[_c('el-option',{attrs:{"label":"靠上","value":0}}),_c('el-option',{attrs:{"label":"居中","value":1}}),_c('el-option',{attrs:{"label":"靠下","value":2}})],1)],1),_c('li',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("编辑器属性")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"编辑器属性","size":"mini"},on:{"change":_vm.editorPropertyChange},model:{value:(_vm.editorProperty),callback:function ($$v) {_vm.editorProperty=$$v},expression:"editorProperty"}},[_c('el-option',{attrs:{"label":"无","value":0}}),_c('el-option',{attrs:{"label":"下拉列表","value":1}}),_c('el-option',{attrs:{"label":"日期","value":2}}),_c('el-option',{attrs:{"label":"数值","value":3}}),_c('el-option',{attrs:{"label":"签名","value":4}})],1)],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 4),expression:"editorProperty === 4"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("签名名称")]),_c('el-input',{attrs:{"size":"mini"},model:{value:(_vm.name),callback:function ($$v) {_vm.name=$$v},expression:"name"}})],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("分隔符")]),_c('el-select',{staticStyle:{"text-align":"left","font-size":"20px"},attrs:{"placeholder":"分隔符","size":"mini"},model:{value:(_vm.splitCharacter),callback:function ($$v) {_vm.splitCharacter=$$v},expression:"splitCharacter"}},[_c('el-option',{attrs:{"label":",","value":","}}),_c('el-option',{attrs:{"label":"、","value":"、"}}),_c('el-option',{attrs:{"label":"/","value":"/"}}),_c('el-option',{attrs:{"label":"-","value":"-"}})],1)],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.allowMultiSelected),callback:function ($$v) {_vm.allowMultiSelected=$$v},expression:"allowMultiSelected"}},[_vm._v("允许多选")])],1),_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.isAllowDel),callback:function ($$v) {_vm.isAllowDel=$$v},expression:"isAllowDel"}},[_vm._v("允许被删除")])],1),_c('div',{staticClass:"control-item"},[_c('el-checkbox',{model:{value:(_vm.canModifyContent),callback:function ($$v) {_vm.canModifyContent=$$v},expression:"canModifyContent"}},[_vm._v("用户可以直接编辑修改内容")])],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("来源")]),_c('el-input',{attrs:{"size":"mini"},model:{value:(_vm.source),callback:function ($$v) {_vm.source=$$v},expression:"source"}})],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 1),expression:"editorProperty === 1"}],staticClass:"control-item"},[_c('el-table',{staticStyle:{"width":"100%"},attrs:{"data":_vm.listItems,"max-height":"210px"}},[_c('el-table-column',{staticStyle:{"text-align":"center"},attrs:{"label":"","width":"32"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('i',{directives:[{name:"show",rawName:"v-show",value:(scope.$index === _vm.focusIndexs),expression:"scope.$index === focusIndexs"}],staticClass:"el-icon-edit",staticStyle:{"transform":"translateX(6px)"}})]}}])}),_c('el-table-column',{attrs:{"label":"文本","width":"130"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-input',{class:_vm.errorIndex.includes(scope.row.id) ? 'error' : '',attrs:{"size":"small"},on:{"focus":function($event){return _vm.focusIndex(scope.$index)},"input":function($event){return _vm.inputIndex(scope.$index)},"blur":function($event){return _vm.blurIndex(scope.$index)}},model:{value:(scope.row.text),callback:function ($$v) {_vm.$set(scope.row, "text", $$v)},expression:"scope.row.text"}})]}}])}),_c('el-table-column',{attrs:{"label":"值","width":"130"},scopedSlots:_vm._u([{key:"default",fn:function(scope){return [_c('el-input',{attrs:{"size":"small"},on:{"focus":function($event){return _vm.focusIndex(scope.$index)},"input":function($event){return _vm.inputIndex(scope.$index)},"blur":function($event){return _vm.blurIndex(scope.$index)}},model:{value:(scope.row.value),callback:function ($$v) {_vm.$set(scope.row, "value", $$v)},expression:"scope.row.value"}})]}}])}),_c('el-table-column',{scopedSlots:_vm._u([{key:"default",fn:function(scope){return (scope.$index !== _vm.listItems.length - 1 && _vm.focusIndexs === scope.$index)?[_c('el-button',{attrs:{"size":"mini"},on:{"click":function($event){$event.stopPropagation();return _vm.deleteCurrentRow(scope.row.id)}}},[_vm._v("删除")])]:undefined}}],null,true)})],1)],1),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 2),expression:"editorProperty === 2"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("日期格式")]),_c('el-select',{attrs:{"placeholder":"输入样式","size":"mini"},model:{value:(_vm.inputStyle),callback:function ($$v) {_vm.inputStyle=$$v},expression:"inputStyle"}},_vm._l((_vm.dateFormatList),function(item){return _c('el-option',{key:item,attrs:{"label":item,"value":item}})}),1)],1)]),_c('li',{directives:[{name:"show",rawName:"v-show",value:(_vm.editorProperty === 3),expression:"editorProperty === 3"}],staticClass:"control-item"},[_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("最小值")]),_c('el-input-number',{attrs:{"size":"mini","max":Number(_vm.maxNumVal),"min":0,"step":10,"controls":false},model:{value:(_vm.minNumVal),callback:function ($$v) {_vm.minNumVal=$$v},expression:"minNumVal"}})],1),_c('div',{staticClass:"control-item"},[_c('span',{staticClass:"label"},[_vm._v("最大值")]),_c('el-input-number',{attrs:{"size":"mini","min":Number(_vm.minNumVal),"step":10,"controls":false},model:{value:(_vm.maxNumVal),callback:function ($$v) {_vm.maxNumVal=$$v},expression:"maxNumVal"}})],1)])])]),_c('footer',{staticClass:"ho-modal-footer"},[_c('el-button',{attrs:{"size":"small","type":"primary"},on:{"click":_vm.sure}},[_vm._v("确定")]),_c('el-button',{staticStyle:{"margin-left":"30px"},attrs:{"size":"small"},on:{"click":_vm.handleClose}},[_vm._v("取消")])],1)])}
|
|
11975
11975
|
var staticRenderFns = []
|
|
11976
11976
|
|
|
11977
11977
|
|
|
@@ -12172,6 +12172,11 @@ var getCellNode = __webpack_require__(86257);
|
|
|
12172
12172
|
//
|
|
12173
12173
|
//
|
|
12174
12174
|
//
|
|
12175
|
+
//
|
|
12176
|
+
//
|
|
12177
|
+
//
|
|
12178
|
+
//
|
|
12179
|
+
//
|
|
12175
12180
|
|
|
12176
12181
|
|
|
12177
12182
|
|
|
@@ -12194,6 +12199,8 @@ var getCellNode = __webpack_require__(86257);
|
|
|
12194
12199
|
align: 0,
|
|
12195
12200
|
width: 0,
|
|
12196
12201
|
isSpecifyWidth: false,
|
|
12202
|
+
name: '',
|
|
12203
|
+
// 签名类型 插入元素的签名名称
|
|
12197
12204
|
listItems: [],
|
|
12198
12205
|
source: '',
|
|
12199
12206
|
canModifyContent: true,
|
|
@@ -12365,6 +12372,7 @@ var getCellNode = __webpack_require__(86257);
|
|
|
12365
12372
|
var downListProperty;
|
|
12366
12373
|
var dateTimeProperty;
|
|
12367
12374
|
var numberProperty;
|
|
12375
|
+
var signProperty;
|
|
12368
12376
|
var param = {};
|
|
12369
12377
|
|
|
12370
12378
|
if (this.editorProperty === TableProperty/* EditorProperty.DownList */.YS.DownList) {
|
|
@@ -12390,6 +12398,11 @@ var getCellNode = __webpack_require__(86257);
|
|
|
12390
12398
|
maxNumVal: this.maxNumVal
|
|
12391
12399
|
};
|
|
12392
12400
|
if (this.editorProperty !== this.defaultColProperty.editorProperty) param.numberProperty = numberProperty;
|
|
12401
|
+
} else if (this.editorProperty === TableProperty/* EditorProperty.Sign */.YS.Sign) {
|
|
12402
|
+
signProperty = {
|
|
12403
|
+
name: this.name
|
|
12404
|
+
};
|
|
12405
|
+
if (this.editorProperty !== this.defaultColProperty.editorProperty) param.signProperty = signProperty;
|
|
12393
12406
|
}
|
|
12394
12407
|
|
|
12395
12408
|
var params = {
|
|
@@ -34244,20 +34257,24 @@ var PageProperty = /*#__PURE__*/function () {
|
|
|
34244
34257
|
/* harmony export */ "cW": function() { return /* binding */ ColDownListProperty; },
|
|
34245
34258
|
/* harmony export */ "he": function() { return /* binding */ GridLinesStyle; },
|
|
34246
34259
|
/* harmony export */ "lH": function() { return /* binding */ ObliqueSplitLine; },
|
|
34260
|
+
/* harmony export */ "q5": function() { return /* binding */ SignProperty; },
|
|
34247
34261
|
/* harmony export */ "vE": function() { return /* binding */ TableProperty; }
|
|
34248
34262
|
/* harmony export */ });
|
|
34249
34263
|
/* unused harmony export DataSource */
|
|
34250
34264
|
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(58913);
|
|
34251
34265
|
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(35671);
|
|
34252
|
-
/* harmony import */ var
|
|
34266
|
+
/* harmony import */ var D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(22342);
|
|
34253
34267
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(41539);
|
|
34254
34268
|
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
34255
34269
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(54747);
|
|
34256
34270
|
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
34257
34271
|
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(47941);
|
|
34258
34272
|
/* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
34259
|
-
/* harmony import */ var
|
|
34260
|
-
/* harmony import */ var
|
|
34273
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(68309);
|
|
34274
|
+
/* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
34275
|
+
/* harmony import */ var _utils_UnitConvert__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(38100);
|
|
34276
|
+
/* harmony import */ var _treeNode_TableNode__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(95883);
|
|
34277
|
+
|
|
34261
34278
|
|
|
34262
34279
|
|
|
34263
34280
|
|
|
@@ -34269,8 +34286,8 @@ var PageProperty = /*#__PURE__*/function () {
|
|
|
34269
34286
|
/*
|
|
34270
34287
|
* @Author: your name
|
|
34271
34288
|
* @Date: 2020-12-24 16:01:16
|
|
34272
|
-
* @LastEditTime: 2022-04
|
|
34273
|
-
* @LastEditors:
|
|
34289
|
+
* @LastEditTime: 2022-08-04 16:39:13
|
|
34290
|
+
* @LastEditors: liyanan 2441631434@qq.com
|
|
34274
34291
|
* @Description: In User Settings Edit
|
|
34275
34292
|
* @FilePath: \hoeditor-web\src\editor\dom\TableProperty.ts
|
|
34276
34293
|
*/
|
|
@@ -34300,7 +34317,7 @@ var TableProperty = /*#__PURE__*/function () {
|
|
|
34300
34317
|
this._isAutoChangeLine = false; //表格内是否自动换行
|
|
34301
34318
|
|
|
34302
34319
|
this._autoLineHeight = 0.53;
|
|
34303
|
-
this._autoLineHeightPx =
|
|
34320
|
+
this._autoLineHeightPx = _treeNode_TableNode__WEBPACK_IMPORTED_MODULE_7__/* .gDefaultRowHeight */ .dT;
|
|
34304
34321
|
this._fixedOnePage = false; //表格固定在一页
|
|
34305
34322
|
|
|
34306
34323
|
if (objectValues !== "") {
|
|
@@ -34324,7 +34341,7 @@ var TableProperty = /*#__PURE__*/function () {
|
|
|
34324
34341
|
}
|
|
34325
34342
|
}
|
|
34326
34343
|
|
|
34327
|
-
(0,
|
|
34344
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(TableProperty, [{
|
|
34328
34345
|
key: "id",
|
|
34329
34346
|
get: function get() {
|
|
34330
34347
|
return this._id;
|
|
@@ -34420,7 +34437,7 @@ var TableProperty = /*#__PURE__*/function () {
|
|
|
34420
34437
|
set: function set(value) {
|
|
34421
34438
|
if (value !== this._autoLineHeight) {
|
|
34422
34439
|
this._autoLineHeight = value;
|
|
34423
|
-
this._autoLineHeightPx =
|
|
34440
|
+
this._autoLineHeightPx = _utils_UnitConvert__WEBPACK_IMPORTED_MODULE_6__/* .UnitConvert.instance.mmConversionPx */ .P.instance.mmConversionPx(value * 10, false);
|
|
34424
34441
|
}
|
|
34425
34442
|
}
|
|
34426
34443
|
}, {
|
|
@@ -34459,7 +34476,7 @@ var DataSource = /*#__PURE__*/function () {
|
|
|
34459
34476
|
this._executeStatus = "AlwaysExec"; //执行状态 //执行状态:AlwaysExec 总是执行,OnlyOneTime 只执行一次,NoExec 不执行
|
|
34460
34477
|
}
|
|
34461
34478
|
|
|
34462
|
-
(0,
|
|
34479
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(DataSource, [{
|
|
34463
34480
|
key: "dataSourceEnabled",
|
|
34464
34481
|
get: function get() {
|
|
34465
34482
|
return this._dataSourceEnabled;
|
|
@@ -34582,7 +34599,7 @@ var RowProperty = /*#__PURE__*/function () {
|
|
|
34582
34599
|
}
|
|
34583
34600
|
}
|
|
34584
34601
|
|
|
34585
|
-
(0,
|
|
34602
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(RowProperty, [{
|
|
34586
34603
|
key: "id",
|
|
34587
34604
|
get: function get() {
|
|
34588
34605
|
return this._id;
|
|
@@ -34722,7 +34739,7 @@ var ColDownListProperty = /*#__PURE__*/function () {
|
|
|
34722
34739
|
this._isAllowDel = objectValues["isAllowDel"] !== undefined ? objectValues["isAllowDel"] : objectValues["_isAllowDel"];
|
|
34723
34740
|
}
|
|
34724
34741
|
|
|
34725
|
-
(0,
|
|
34742
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(ColDownListProperty, [{
|
|
34726
34743
|
key: "allowMultiSelected",
|
|
34727
34744
|
get: function get() {
|
|
34728
34745
|
return this._allowMultiSelected;
|
|
@@ -34786,7 +34803,7 @@ var DateTimeProperty = /*#__PURE__*/function () {
|
|
|
34786
34803
|
this._isAutoInputCurDate = objectValues["isAutoInputCurDate"] !== undefined ? objectValues["isAutoInputCurDate"] : objectValues["_isAutoInputCurDate"];
|
|
34787
34804
|
}
|
|
34788
34805
|
|
|
34789
|
-
(0,
|
|
34806
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(DateTimeProperty, [{
|
|
34790
34807
|
key: "inputStyle",
|
|
34791
34808
|
get: function get() {
|
|
34792
34809
|
return this._inputStyle;
|
|
@@ -34818,7 +34835,7 @@ var NumberProperty = /*#__PURE__*/function () {
|
|
|
34818
34835
|
this._minNumVal = objectValues["minNumVal"] ? objectValues["minNumVal"] : objectValues["_minNumVal"];
|
|
34819
34836
|
}
|
|
34820
34837
|
|
|
34821
|
-
(0,
|
|
34838
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(NumberProperty, [{
|
|
34822
34839
|
key: "maxNumVal",
|
|
34823
34840
|
get: function get() {
|
|
34824
34841
|
return this._maxNumVal;
|
|
@@ -34838,6 +34855,27 @@ var NumberProperty = /*#__PURE__*/function () {
|
|
|
34838
34855
|
|
|
34839
34856
|
return NumberProperty;
|
|
34840
34857
|
}();
|
|
34858
|
+
var SignProperty = /*#__PURE__*/function () {
|
|
34859
|
+
function SignProperty(objectValues) {
|
|
34860
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(this, SignProperty);
|
|
34861
|
+
|
|
34862
|
+
this._name = "签名"; //签名名称
|
|
34863
|
+
|
|
34864
|
+
this._name = objectValues["name"] ? objectValues["name"] : objectValues["_name"];
|
|
34865
|
+
}
|
|
34866
|
+
|
|
34867
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(SignProperty, [{
|
|
34868
|
+
key: "name",
|
|
34869
|
+
get: function get() {
|
|
34870
|
+
return this._name;
|
|
34871
|
+
},
|
|
34872
|
+
set: function set(value) {
|
|
34873
|
+
this._name = value;
|
|
34874
|
+
}
|
|
34875
|
+
}]);
|
|
34876
|
+
|
|
34877
|
+
return SignProperty;
|
|
34878
|
+
}();
|
|
34841
34879
|
var EditorProperty;
|
|
34842
34880
|
|
|
34843
34881
|
(function (EditorProperty) {
|
|
@@ -34869,7 +34907,7 @@ var ColProperty = /*#__PURE__*/function () {
|
|
|
34869
34907
|
|
|
34870
34908
|
var assignvalue = function assignvalue(target, source) {
|
|
34871
34909
|
Object.keys(source).forEach(function (value) {
|
|
34872
|
-
if (value !== "downListProperty" && value !== "dateTimeProperty" && value !== "numberProperty") {
|
|
34910
|
+
if (value !== "downListProperty" && value !== "dateTimeProperty" && value !== "numberProperty" && value !== "signProperty") {
|
|
34873
34911
|
if ((0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(target[value]) == 'object') {
|
|
34874
34912
|
if ((0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_typeof_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(source[value]) == "object") {
|
|
34875
34913
|
assignvalue(target[value], source[value]);
|
|
@@ -34896,10 +34934,14 @@ var ColProperty = /*#__PURE__*/function () {
|
|
|
34896
34934
|
if (valuesObj["editorProperty"] === EditorProperty.Number) {
|
|
34897
34935
|
this._numberProperty = new NumberProperty(valuesObj["numberProperty"]);
|
|
34898
34936
|
}
|
|
34937
|
+
|
|
34938
|
+
if (valuesObj["editorProperty"] === EditorProperty.Sign) {
|
|
34939
|
+
this._signProperty = new SignProperty(valuesObj["signProperty"]);
|
|
34940
|
+
}
|
|
34899
34941
|
}
|
|
34900
34942
|
}
|
|
34901
34943
|
|
|
34902
|
-
(0,
|
|
34944
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(ColProperty, [{
|
|
34903
34945
|
key: "id",
|
|
34904
34946
|
get: function get() {
|
|
34905
34947
|
return this._id;
|
|
@@ -34963,6 +35005,14 @@ var ColProperty = /*#__PURE__*/function () {
|
|
|
34963
35005
|
set: function set(value) {
|
|
34964
35006
|
this._numberProperty = value;
|
|
34965
35007
|
}
|
|
35008
|
+
}, {
|
|
35009
|
+
key: "signProperty",
|
|
35010
|
+
get: function get() {
|
|
35011
|
+
return this._signProperty;
|
|
35012
|
+
},
|
|
35013
|
+
set: function set(value) {
|
|
35014
|
+
this._signProperty = value;
|
|
35015
|
+
}
|
|
34966
35016
|
}, {
|
|
34967
35017
|
key: "customProperties",
|
|
34968
35018
|
get: function get() {
|
|
@@ -35076,7 +35126,7 @@ var CellProperty = /*#__PURE__*/function () {
|
|
|
35076
35126
|
}
|
|
35077
35127
|
}
|
|
35078
35128
|
|
|
35079
|
-
(0,
|
|
35129
|
+
(0,D_project_go_emr_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_createClass_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(CellProperty, [{
|
|
35080
35130
|
key: "id",
|
|
35081
35131
|
get: function get() {
|
|
35082
35132
|
return this._id;
|
|
@@ -50518,6 +50568,7 @@ var TableNode = /*#__PURE__*/function (_RectNode) {
|
|
|
50518
50568
|
downListProperty: "",
|
|
50519
50569
|
dateTimeProperty: "",
|
|
50520
50570
|
numberProperty: "",
|
|
50571
|
+
signProperty: "",
|
|
50521
50572
|
customProperties: ""
|
|
50522
50573
|
};
|
|
50523
50574
|
var defaultColPropJson = JSON.parse(JSON.stringify(defaultColProp)); //处理列宽
|
|
@@ -50537,6 +50588,7 @@ var TableNode = /*#__PURE__*/function (_RectNode) {
|
|
|
50537
50588
|
downListProperty: colInfo.colProperty.downListProperty,
|
|
50538
50589
|
dateTimeProperty: colInfo.colProperty.dateTimeProperty,
|
|
50539
50590
|
numberProperty: colInfo.colProperty.numberProperty,
|
|
50591
|
+
signProperty: colInfo.colProperty.signProperty,
|
|
50540
50592
|
//customProperties: colInfo.colProperty.customProperties
|
|
50541
50593
|
customProperties: _customProperties2
|
|
50542
50594
|
};
|
|
@@ -51603,6 +51655,10 @@ var TableNode = /*#__PURE__*/function (_RectNode) {
|
|
|
51603
51655
|
tableNode.colInfos[_i6].colProperty.numberProperty = new _TableProperty__WEBPACK_IMPORTED_MODULE_30__/* .NumberProperty */ .Y6(colProperty.numberProperty);
|
|
51604
51656
|
}
|
|
51605
51657
|
|
|
51658
|
+
if (colProperty.signProperty) {
|
|
51659
|
+
tableNode.colInfos[_i6].colProperty.signProperty = new _TableProperty__WEBPACK_IMPORTED_MODULE_30__/* .SignProperty */ .q5(colProperty.signProperty);
|
|
51660
|
+
}
|
|
51661
|
+
|
|
51606
51662
|
if (colProperty.customProperties) {
|
|
51607
51663
|
tableNode.colInfos[_i6].colProperty.customProperties = Array.isArray(colProperty.customProperties.customProperty) ? colProperty.customProperties.customProperty : Array(colProperty.customProperties.customProperty);
|
|
51608
51664
|
}
|
|
@@ -212144,7 +212200,7 @@ var map = {
|
|
|
212144
212200
|
"./sign/Sign.vue": 33119,
|
|
212145
212201
|
"./table/TableCellPoper.vue": 29434,
|
|
212146
212202
|
"./table/TableCellProperty.vue": 45703,
|
|
212147
|
-
"./table/TableColProperty.vue":
|
|
212203
|
+
"./table/TableColProperty.vue": 28666,
|
|
212148
212204
|
"./table/TableProperty.vue": 59387,
|
|
212149
212205
|
"./table/TableRowProperty.vue": 33224,
|
|
212150
212206
|
"./textDialog/TextDialog.vue": 77367,
|
|
@@ -213688,9 +213744,9 @@ var es_string_match = __webpack_require__(4723);
|
|
|
213688
213744
|
var es_number_constructor = __webpack_require__(9653);
|
|
213689
213745
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.json.stringify.js
|
|
213690
213746
|
var es_json_stringify = __webpack_require__(38862);
|
|
213691
|
-
;// 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=
|
|
213692
|
-
var
|
|
213693
|
-
var
|
|
213747
|
+
;// 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=0c965658&
|
|
213748
|
+
var HoDocvue_type_template_id_0c965658_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(),_c('li',{staticClass:"mouse-menu-item"},[_vm._v(" 编辑器内核版本: "),_c('span',{staticStyle:{"font-size":"14px","color":"#0a77e3"}},[_vm._v("v "+_vm._s(_vm.version))])])])],1)}
|
|
213749
|
+
var HoDocvue_type_template_id_0c965658_staticRenderFns = []
|
|
213694
213750
|
|
|
213695
213751
|
|
|
213696
213752
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.filter.js
|
|
@@ -217012,7 +217068,7 @@ var SignNode = __webpack_require__(34450);
|
|
|
217012
217068
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
217013
217069
|
var ParagraphNode = __webpack_require__(14208);
|
|
217014
217070
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
217015
|
-
/* harmony default export */ var version = ('2.0.
|
|
217071
|
+
/* harmony default export */ var version = ('2.0.84');
|
|
217016
217072
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
217017
217073
|
var PoperTipText = __webpack_require__(72388);
|
|
217018
217074
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -217033,6 +217089,7 @@ var ImageNode = __webpack_require__(88389);
|
|
|
217033
217089
|
|
|
217034
217090
|
|
|
217035
217091
|
|
|
217092
|
+
|
|
217036
217093
|
//
|
|
217037
217094
|
//
|
|
217038
217095
|
//
|
|
@@ -217610,7 +217667,12 @@ var ImageNode = __webpack_require__(88389);
|
|
|
217610
217667
|
|
|
217611
217668
|
if (colProperty.editorProperty === 4) {
|
|
217612
217669
|
this.$emit('dblNodeClick', {
|
|
217613
|
-
node:
|
|
217670
|
+
node: function node() {
|
|
217671
|
+
return {
|
|
217672
|
+
name: colProperty.signProperty.name || '签名',
|
|
217673
|
+
type: 'table-sign'
|
|
217674
|
+
};
|
|
217675
|
+
},
|
|
217614
217676
|
type: 'table-sign'
|
|
217615
217677
|
});
|
|
217616
217678
|
isCreatePoper = false;
|
|
@@ -217749,8 +217811,8 @@ var ImageNode = __webpack_require__(88389);
|
|
|
217749
217811
|
|
|
217750
217812
|
var HoDoc_component = (0,componentNormalizer/* default */.Z)(
|
|
217751
217813
|
components_HoDocvue_type_script_lang_js_,
|
|
217752
|
-
|
|
217753
|
-
|
|
217814
|
+
HoDocvue_type_template_id_0c965658_render,
|
|
217815
|
+
HoDocvue_type_template_id_0c965658_staticRenderFns,
|
|
217754
217816
|
false,
|
|
217755
217817
|
null,
|
|
217756
217818
|
null,
|
|
@@ -218877,6 +218939,8 @@ var DrawPageTree = /*#__PURE__*/function () {
|
|
|
218877
218939
|
this.clearAreas(this._drawFooters);
|
|
218878
218940
|
this.clearAreas(this._drawHeaders);
|
|
218879
218941
|
this.clearAreas(this._drawMainDocs);
|
|
218942
|
+
|
|
218943
|
+
this._needUpdateMainDocInfo.clear();
|
|
218880
218944
|
}
|
|
218881
218945
|
}, {
|
|
218882
218946
|
key: "dispalyComments",
|
|
@@ -225193,6 +225257,8 @@ var VueController = /*#__PURE__*/function () {
|
|
|
225193
225257
|
* @params `numberProperty 数值 默认值 undefined`
|
|
225194
225258
|
* @numberPropertyParam ` maxNumVal - number 最大数值`
|
|
225195
225259
|
* @numberPropertyParam ` minNumVal - number 最小数值`
|
|
225260
|
+
* @params `signProperty 签名 默认值 undefined`
|
|
225261
|
+
* @signPropertyParam ` name -string 签名名称`
|
|
225196
225262
|
*/
|
|
225197
225263
|
|
|
225198
225264
|
}, {
|
|
@@ -233695,8 +233761,8 @@ var SelectController = /*#__PURE__*/function () {
|
|
|
233695
233761
|
/*
|
|
233696
233762
|
* @Author: your name
|
|
233697
233763
|
* @Date: 2021-07-31 09:26:58
|
|
233698
|
-
* @LastEditTime: 2022-
|
|
233699
|
-
* @LastEditors:
|
|
233764
|
+
* @LastEditTime: 2022-08-04 16:48:07
|
|
233765
|
+
* @LastEditors: liyanan 2441631434@qq.com
|
|
233700
233766
|
* @Description: In User Settings Edit
|
|
233701
233767
|
* @FilePath: \hoeditor-web\src\editor\externalCall\TableController.ts
|
|
233702
233768
|
*/
|
|
@@ -233862,6 +233928,8 @@ var TableController = /*#__PURE__*/function () {
|
|
|
233862
233928
|
* @params `numberProperty 数值 默认值 undefined`
|
|
233863
233929
|
* @numberPropertyParam ` maxNumVal - number 最大数值`
|
|
233864
233930
|
* @numberPropertyParam ` minNumVal - number 最小数值`
|
|
233931
|
+
* @params `signProperty 签名 默认值 undefined`
|
|
233932
|
+
* @signPropertyParam ` name -string 签名名称`
|
|
233865
233933
|
*/
|
|
233866
233934
|
|
|
233867
233935
|
}, {
|
|
@@ -236180,7 +236248,7 @@ FontStyleMixin = (0,tslib_es6/* __decorate */.gn)([vue_property_decorator/* Comp
|
|
|
236180
236248
|
// EXTERNAL MODULE: ./src/DeleteImageNodeList.ts
|
|
236181
236249
|
var DeleteImageNodeList = __webpack_require__(47492);
|
|
236182
236250
|
;// CONCATENATED MODULE: ./src/assets/json/font.json
|
|
236183
|
-
var json_font_namespaceObject = JSON.parse('{"TN":[{"ch":"宋体","en":"SimSun","family":"宋体, SimSun"},{"ch":"Times New Roman","en":"Times New Roman","family":"Times New Roman"}],"CH":[{"name":"初号","value":42,"px":56},{"name":"小初","value":36,"px":48},{"name":"一号","value":26,"px":35},{"name":"小一","value":24,"px":32},{"name":"二号","value":22,"px":29},{"name":"小二","value":18,"px":24},{"name":"三号","value":16,"px":22},{"name":"小三","value":15,"px":21},{"name":"四号","value":14,"px":19},{"name":"小四","value":12,"px":16},{"name":"五号","value":10.5,"px":14},{"name":"小五","value":9,"px":12},{"name":"六号","value":7.5,"px":10},{"name":"小六","value":6.5,"px":8},{"name":"七号","value":5.5,"px":7},{"name":"八号","value":5,"px":6}]}');
|
|
236251
|
+
var json_font_namespaceObject = JSON.parse('{"TN":[{"ch":"宋体","en":"SimSun","family":"宋体, SimSun"},{"ch":"arial","en":"arial","family":"arial"},{"ch":"Times New Roman","en":"Times New Roman","family":"Times New Roman"}],"CH":[{"name":"初号","value":42,"px":56},{"name":"小初","value":36,"px":48},{"name":"一号","value":26,"px":35},{"name":"小一","value":24,"px":32},{"name":"二号","value":22,"px":29},{"name":"小二","value":18,"px":24},{"name":"三号","value":16,"px":22},{"name":"小三","value":15,"px":21},{"name":"四号","value":14,"px":19},{"name":"小四","value":12,"px":16},{"name":"五号","value":10.5,"px":14},{"name":"小五","value":9,"px":12},{"name":"六号","value":7.5,"px":10},{"name":"小六","value":6.5,"px":8},{"name":"七号","value":5.5,"px":7},{"name":"八号","value":5,"px":6}]}');
|
|
236184
236252
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/HoDocs.vue?vue&type=script&lang=js&
|
|
236185
236253
|
|
|
236186
236254
|
|
|
@@ -237069,9 +237137,9 @@ var ToolBarvue_type_template_id_0e95df22_render = function () {var _vm=this;var
|
|
|
237069
237137
|
var ToolBarvue_type_template_id_0e95df22_staticRenderFns = []
|
|
237070
237138
|
|
|
237071
237139
|
|
|
237072
|
-
;// 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/toolbar/insert/HoMedicalExpression.vue?vue&type=template&id=
|
|
237073
|
-
var
|
|
237074
|
-
var
|
|
237140
|
+
;// 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/toolbar/insert/HoMedicalExpression.vue?vue&type=template&id=beffa98c&scoped=true&
|
|
237141
|
+
var HoMedicalExpressionvue_type_template_id_beffa98c_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{staticClass:"sub-bar-items"},[_c('el-dropdown',{class:_vm.dropdownClassName + ' ho-medical-expression-list',attrs:{"trigger":"click","placement":"bottom-start","popper-append-to-body":"","tabindex":-1},on:{"visible-change":_vm.dropdownChange,"command":_vm.selectedSure}},[_c('span',{staticClass:"el-dropdown-link"},[_c('svg',{staticStyle:{"transform":"translateY(0px)"},attrs:{"viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('rect',{attrs:{"width":"24","height":"24","fill":"#F0F0F0","opacity":"0"}}),_c('path',{attrs:{"d":"M921.6 448.884364h89.6c6.376727 0 12.8-6.376727 12.8-12.753455V333.870545a13.777455 13.777455 0 0 0-12.8-12.8h-102.4c-6.423273 0-19.176727 6.423273-19.176727 12.8l-108.823273 115.060364c-6.376727 6.330182-12.8 6.330182-12.8 0l-57.576727-115.060364c-6.423273-6.376727-12.8-12.8-19.223273-12.8h-166.4a13.777455 13.777455 0 0 0-12.8 12.8V436.130909c0 6.376727 6.423273 12.753455 12.8 12.753455h102.4c6.423273 0 12.8 6.376727 19.176727 12.8l38.4 83.083636v19.130182l-115.2 134.190545c-6.376727 0-12.753455 6.423273-19.176727 6.423273H460.8c-6.376727 0-12.8 6.376727-12.8 12.753455v102.260363c0 6.376727 6.423273 12.8 12.8 12.8h102.4c6.376727 0 19.176727-6.423273 19.176727-12.8l147.223273-166.167273c6.423273-6.376727 12.8-6.376727 12.8 0l83.176727 166.167273c0 6.376727 12.8 12.8 19.223273 12.8h102.4a13.777455 13.777455 0 0 0 12.8-12.8V717.265455a13.777455 13.777455 0 0 0-12.8-12.753455h-38.4c-6.423273 0-12.8-6.423273-19.176727-12.8l-64.046546-127.813818v-19.130182l76.8-83.083636c6.423273-6.423273 12.846545-12.8 19.223273-12.8zM377.623273 65.489455c-32.023273 25.6-64.046545 63.906909-83.223273 127.813818l-31.976727 127.767272H76.8a13.777455 13.777455 0 0 0-12.8 12.8V436.130909c0 6.376727 6.376727 12.753455 12.8 12.753455h153.6l-96.023273 383.441454c-19.176727 76.660364-70.376727 63.860364-70.376727 63.860364H0V1024h64c51.2 0 102.4-6.376727 128-38.353455 32.023273-31.930182 51.2-89.460364 64-153.320727l96.023273-383.441454h147.176727c6.376727 0 12.8-6.376727 12.8-12.753455V333.870545a13.777455 13.777455 0 0 0-12.8-12.8H384l32.023273-121.390545c6.376727-19.130182 38.4-51.106909 57.576727-63.906909 70.376727-51.106909 166.4-19.176727 230.4-6.376727V20.759273c-64-12.753455-204.8-57.483636-326.376727 44.683636v0.046546z"}})]),_c('span',[_vm._v("医学表达式")]),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{attrs:{"command":"style1"}},[_c('p',[_vm._v("经期史")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 130 60"}},[_c('g',{staticClass:"text",attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"0","y":"33"}},[_vm._v("初潮年龄")]),_c('text',{attrs:{"x":"48","y":"13"}},[_vm._v("经期")]),_c('text',{attrs:{"x":"48","y":"55"}},[_vm._v("周期")]),_c('text',{attrs:{"x":"75","y":"33"}},[_vm._v("末次月经")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 52 30 L 70 30"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style2"}},[_c('p',[_vm._v("经期史")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"5","y":"20"}},[_vm._v("初潮年龄")]),_c('text',{attrs:{"x":"70","y":"20"}},[_vm._v("经期")]),_c('text',{attrs:{"x":"5","y":"50"}},[_vm._v("末次月经")]),_c('text',{attrs:{"x":"70","y":"50"}},[_vm._v("周期")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 5 30 L 120 30"}}),_c('path',{attrs:{"d":"M 60 0 L 60 60"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style3"}},[_c('p',[_vm._v("经期史")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"0","y":"33"}},[_vm._v("初潮年龄")]),_c('text',{attrs:{"x":"50","y":"13"}},[_vm._v("经期")]),_c('text',{attrs:{"x":"40","y":"55"}},[_vm._v("末次月经")]),_c('text',{attrs:{"x":"83","y":"33"}},[_vm._v("周期")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 15 5 L 110 55"}}),_c('path',{attrs:{"d":"M 15 55 L 110 5"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style4"}},[_c('p',[_vm._v("经期史")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"0","y":"33"}},[_vm._v("初潮年龄")]),_c('text',{attrs:{"x":"70","y":"20"}},[_vm._v("经期")]),_c('text',{attrs:{"x":"70","y":"50"}},[_vm._v("周期")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 62 30 L 110 30"}}),_c('path',{attrs:{"d":"M 45 45 L 55 15"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style5"}},[_c('p',[_vm._v("瞳孔图")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"10","y":"25"}},[_vm._v("1")]),_c('text',{attrs:{"x":"80","y":"25"}},[_vm._v("2")]),_c('text',{attrs:{"x":"10","y":"40"}},[_vm._v("3")]),_c('text',{attrs:{"x":"45","y":"40"}},[_vm._v("4")]),_c('text',{attrs:{"x":"80","y":"40"}},[_vm._v("5")]),_c('text',{attrs:{"x":"10","y":"55"}},[_vm._v("6")]),_c('text',{attrs:{"x":"80","y":"55"}},[_vm._v("7")])])])]),_c('el-dropdown-item',{attrs:{"command":"style6"}},[_c('p',[_vm._v("光定位图")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"10","y":"25"}},[_vm._v("1")]),_c('text',{attrs:{"x":"10","y":"40"}},[_vm._v("4")]),_c('text',{attrs:{"x":"10","y":"55"}},[_vm._v("7")]),_c('text',{attrs:{"x":"45","y":"25"}},[_vm._v("2")]),_c('text',{attrs:{"x":"45","y":"40"}},[_vm._v("5")]),_c('text',{attrs:{"x":"45","y":"55"}},[_vm._v("8")]),_c('text',{attrs:{"x":"80","y":"25"}},[_vm._v("3")]),_c('text',{attrs:{"x":"80","y":"40"}},[_vm._v("6")]),_c('text',{attrs:{"x":"80","y":"55"}},[_vm._v("9")])])])]),_c('el-dropdown-item',{attrs:{"command":"style7"}},[_c('p',[_vm._v("胎心图")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"26","y":"15"}},[_vm._v("1")]),_c('text',{attrs:{"x":"26","y":"35"}},[_vm._v("4")]),_c('text',{attrs:{"x":"26","y":"55"}},[_vm._v("7")]),_c('text',{attrs:{"x":"84","y":"15"}},[_vm._v("2")]),_c('text',{attrs:{"x":"84","y":"35"}},[_vm._v("5")]),_c('text',{attrs:{"x":"84","y":"55"}},[_vm._v("8")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 0 30 L 10 30"}}),_c('path',{attrs:{"d":"M 52 30 L 67 30"}}),_c('path',{attrs:{"d":"M 110 30 L 120 30"}}),_c('path',{attrs:{"d":"M 60 0 L 60 60"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style8"}},[_c('p',[_vm._v("恒牙牙位图")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"3","y":"23"}},[_vm._v("87654321")]),_c('text',{attrs:{"x":"63","y":"23"}},[_vm._v("12345678")]),_c('text',{attrs:{"x":"3","y":"47"}},[_vm._v("87654321")]),_c('text',{attrs:{"x":"63","y":"47"}},[_vm._v("12345678")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 2 30 L 118 30"}}),_c('path',{attrs:{"d":"M 60 10 L 60 50"}})])])]),_c('el-dropdown-item',{attrs:{"command":"style9"}},[_c('p',[_vm._v("乳牙牙位图")]),_c('svg',{attrs:{"version":"1.1","xmlns":"http://www.w3.org/2000/svg"}},[_c('g',{attrs:{"stroke":"none","fill":"#000000"}},[_c('text',{attrs:{"x":"3","y":"23"}},[_vm._v("V IV III II I")]),_c('text',{attrs:{"x":"63","y":"23"}},[_vm._v("I II III IV V")]),_c('text',{attrs:{"x":"3","y":"47"}},[_vm._v("V IV III II I")]),_c('text',{attrs:{"x":"63","y":"47"}},[_vm._v("I II III IV V")])]),_c('g',{attrs:{"fill":"none","stroke":"#000000"}},[_c('path',{attrs:{"d":"M 2 30 L 118 30"}}),_c('path',{attrs:{"d":"M 60 10 L 60 50"}})])])])],1)],1)],1)}
|
|
237142
|
+
var HoMedicalExpressionvue_type_template_id_beffa98c_scoped_true_staticRenderFns = []
|
|
237075
237143
|
|
|
237076
237144
|
|
|
237077
237145
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/DropDownClassName.ts
|
|
@@ -237112,46 +237180,187 @@ var DropDownClassNameMixins = /*#__PURE__*/function (_Vue) {
|
|
|
237112
237180
|
|
|
237113
237181
|
DropDownClassNameMixins = (0,tslib_es6/* __decorate */.gn)([vue_property_decorator/* Component */.wA], DropDownClassNameMixins);
|
|
237114
237182
|
|
|
237115
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js
|
|
237116
|
-
|
|
237117
|
-
|
|
237118
|
-
|
|
237119
|
-
|
|
237120
|
-
|
|
237121
|
-
|
|
237122
|
-
|
|
237123
|
-
|
|
237124
|
-
|
|
237125
|
-
|
|
237126
|
-
|
|
237127
|
-
|
|
237128
|
-
|
|
237129
|
-
|
|
237130
|
-
|
|
237131
|
-
|
|
237132
|
-
|
|
237133
|
-
|
|
237183
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoMedicalExpression.vue?vue&type=script&lang=js&
|
|
237184
|
+
//
|
|
237185
|
+
//
|
|
237186
|
+
//
|
|
237187
|
+
//
|
|
237188
|
+
//
|
|
237189
|
+
//
|
|
237190
|
+
//
|
|
237191
|
+
//
|
|
237192
|
+
//
|
|
237193
|
+
//
|
|
237194
|
+
//
|
|
237195
|
+
//
|
|
237196
|
+
//
|
|
237197
|
+
//
|
|
237198
|
+
//
|
|
237199
|
+
//
|
|
237200
|
+
//
|
|
237201
|
+
//
|
|
237202
|
+
//
|
|
237203
|
+
//
|
|
237204
|
+
//
|
|
237205
|
+
//
|
|
237206
|
+
//
|
|
237207
|
+
//
|
|
237208
|
+
//
|
|
237209
|
+
//
|
|
237210
|
+
//
|
|
237211
|
+
//
|
|
237212
|
+
//
|
|
237213
|
+
//
|
|
237214
|
+
//
|
|
237215
|
+
//
|
|
237216
|
+
//
|
|
237217
|
+
//
|
|
237218
|
+
//
|
|
237219
|
+
//
|
|
237220
|
+
//
|
|
237221
|
+
//
|
|
237222
|
+
//
|
|
237223
|
+
//
|
|
237224
|
+
//
|
|
237225
|
+
//
|
|
237226
|
+
//
|
|
237227
|
+
//
|
|
237228
|
+
//
|
|
237229
|
+
//
|
|
237230
|
+
//
|
|
237231
|
+
//
|
|
237232
|
+
//
|
|
237233
|
+
//
|
|
237234
|
+
//
|
|
237235
|
+
//
|
|
237236
|
+
//
|
|
237237
|
+
//
|
|
237238
|
+
//
|
|
237239
|
+
//
|
|
237240
|
+
//
|
|
237241
|
+
//
|
|
237242
|
+
//
|
|
237243
|
+
//
|
|
237244
|
+
//
|
|
237245
|
+
//
|
|
237246
|
+
//
|
|
237247
|
+
//
|
|
237248
|
+
//
|
|
237249
|
+
//
|
|
237250
|
+
//
|
|
237251
|
+
//
|
|
237252
|
+
//
|
|
237253
|
+
//
|
|
237254
|
+
//
|
|
237255
|
+
//
|
|
237256
|
+
//
|
|
237257
|
+
//
|
|
237258
|
+
//
|
|
237259
|
+
//
|
|
237260
|
+
//
|
|
237261
|
+
//
|
|
237262
|
+
//
|
|
237263
|
+
//
|
|
237264
|
+
//
|
|
237265
|
+
//
|
|
237266
|
+
//
|
|
237267
|
+
//
|
|
237268
|
+
//
|
|
237269
|
+
//
|
|
237270
|
+
//
|
|
237271
|
+
//
|
|
237272
|
+
//
|
|
237273
|
+
//
|
|
237274
|
+
//
|
|
237275
|
+
//
|
|
237276
|
+
//
|
|
237277
|
+
//
|
|
237278
|
+
//
|
|
237279
|
+
//
|
|
237280
|
+
//
|
|
237281
|
+
//
|
|
237282
|
+
//
|
|
237283
|
+
//
|
|
237284
|
+
//
|
|
237285
|
+
//
|
|
237286
|
+
//
|
|
237287
|
+
//
|
|
237288
|
+
//
|
|
237289
|
+
//
|
|
237290
|
+
//
|
|
237291
|
+
//
|
|
237292
|
+
//
|
|
237293
|
+
//
|
|
237294
|
+
//
|
|
237295
|
+
//
|
|
237296
|
+
//
|
|
237297
|
+
//
|
|
237298
|
+
//
|
|
237299
|
+
//
|
|
237300
|
+
//
|
|
237301
|
+
//
|
|
237302
|
+
//
|
|
237303
|
+
//
|
|
237304
|
+
//
|
|
237305
|
+
//
|
|
237306
|
+
//
|
|
237307
|
+
//
|
|
237308
|
+
//
|
|
237309
|
+
//
|
|
237310
|
+
//
|
|
237311
|
+
//
|
|
237312
|
+
//
|
|
237313
|
+
//
|
|
237314
|
+
//
|
|
237315
|
+
//
|
|
237316
|
+
//
|
|
237317
|
+
//
|
|
237318
|
+
//
|
|
237319
|
+
//
|
|
237320
|
+
//
|
|
237321
|
+
//
|
|
237322
|
+
//
|
|
237323
|
+
//
|
|
237324
|
+
//
|
|
237325
|
+
//
|
|
237326
|
+
//
|
|
237327
|
+
//
|
|
237328
|
+
//
|
|
237329
|
+
//
|
|
237330
|
+
//
|
|
237331
|
+
//
|
|
237332
|
+
//
|
|
237333
|
+
//
|
|
237334
|
+
//
|
|
237335
|
+
//
|
|
237336
|
+
//
|
|
237337
|
+
//
|
|
237338
|
+
//
|
|
237339
|
+
//
|
|
237340
|
+
//
|
|
237341
|
+
//
|
|
237342
|
+
//
|
|
237343
|
+
//
|
|
237344
|
+
//
|
|
237345
|
+
//
|
|
237346
|
+
//
|
|
237347
|
+
//
|
|
237134
237348
|
|
|
237135
|
-
|
|
237136
|
-
|
|
237137
|
-
|
|
237138
|
-
|
|
237349
|
+
/* harmony default export */ var HoMedicalExpressionvue_type_script_lang_js_ = ({
|
|
237350
|
+
name: 'HoMedicalExpression',
|
|
237351
|
+
mixins: [DropDownClassNameMixins],
|
|
237352
|
+
methods: {
|
|
237353
|
+
selectedSure: function selectedSure(style) {
|
|
237354
|
+
this.$emit('openExpress', style);
|
|
237139
237355
|
}
|
|
237140
|
-
}
|
|
237141
|
-
|
|
237142
|
-
|
|
237143
|
-
|
|
237144
|
-
|
|
237145
|
-
HoMedicalExpression = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Component */.wA)({
|
|
237146
|
-
name: "HoMedicalExpression"
|
|
237147
|
-
})], HoMedicalExpression);
|
|
237148
|
-
/* harmony default export */ var HoMedicalExpressionvue_type_script_lang_ts_ = (HoMedicalExpression);
|
|
237149
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoMedicalExpression.vue?vue&type=script&lang=ts&
|
|
237150
|
-
/* harmony default export */ var insert_HoMedicalExpressionvue_type_script_lang_ts_ = (HoMedicalExpressionvue_type_script_lang_ts_);
|
|
237151
|
-
;// 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/toolbar/insert/HoMedicalExpression.vue?vue&type=style&index=0&id=7096edd1&lang=scss&scoped=true&
|
|
237356
|
+
}
|
|
237357
|
+
});
|
|
237358
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoMedicalExpression.vue?vue&type=script&lang=js&
|
|
237359
|
+
/* harmony default export */ var insert_HoMedicalExpressionvue_type_script_lang_js_ = (HoMedicalExpressionvue_type_script_lang_js_);
|
|
237360
|
+
;// 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/toolbar/insert/HoMedicalExpression.vue?vue&type=style&index=0&id=beffa98c&lang=scss&scoped=true&
|
|
237152
237361
|
// extracted by mini-css-extract-plugin
|
|
237153
237362
|
|
|
237154
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoMedicalExpression.vue?vue&type=style&index=0&id=
|
|
237363
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoMedicalExpression.vue?vue&type=style&index=0&id=beffa98c&lang=scss&scoped=true&
|
|
237155
237364
|
|
|
237156
237365
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoMedicalExpression.vue
|
|
237157
237366
|
|
|
@@ -237163,20 +237372,20 @@ HoMedicalExpression = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorato
|
|
|
237163
237372
|
/* normalize component */
|
|
237164
237373
|
|
|
237165
237374
|
var HoMedicalExpression_component = (0,componentNormalizer/* default */.Z)(
|
|
237166
|
-
|
|
237167
|
-
|
|
237168
|
-
|
|
237375
|
+
insert_HoMedicalExpressionvue_type_script_lang_js_,
|
|
237376
|
+
HoMedicalExpressionvue_type_template_id_beffa98c_scoped_true_render,
|
|
237377
|
+
HoMedicalExpressionvue_type_template_id_beffa98c_scoped_true_staticRenderFns,
|
|
237169
237378
|
false,
|
|
237170
237379
|
null,
|
|
237171
|
-
"
|
|
237380
|
+
"beffa98c",
|
|
237172
237381
|
null
|
|
237173
237382
|
|
|
237174
237383
|
)
|
|
237175
237384
|
|
|
237176
|
-
/* harmony default export */ var
|
|
237177
|
-
;// 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/toolbar/insert/HoPrintDialog.vue?vue&type=template&id=
|
|
237178
|
-
var
|
|
237179
|
-
var
|
|
237385
|
+
/* harmony default export */ var HoMedicalExpression = (HoMedicalExpression_component.exports);
|
|
237386
|
+
;// 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/toolbar/insert/HoPrintDialog.vue?vue&type=template&id=14810a94&
|
|
237387
|
+
var HoPrintDialogvue_type_template_id_14810a94_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dialog',{attrs:{"title":"打印设置","top":"200px","visible":_vm.printDialog,"center":"","width":"40%","before-close":_vm.closedHoPrintModal,"append-to-body":"","destroy-on-close":"","close-on-click-modal":false},on:{"update:visible":function($event){_vm.printDialog=$event}}},[_c('section',{staticClass:"ho-print-content"},[_c('el-radio',{attrs:{"size":"medium","label":0},model:{value:(_vm.printMode),callback:function ($$v) {_vm.printMode=$$v},expression:"printMode"}},[_vm._v("全部打印")]),_c('el-radio',{attrs:{"label":1},model:{value:(_vm.printMode),callback:function ($$v) {_vm.printMode=$$v},expression:"printMode"}},[_vm._v("奇数页")]),_c('el-radio',{attrs:{"label":2},model:{value:(_vm.printMode),callback:function ($$v) {_vm.printMode=$$v},expression:"printMode"}},[_vm._v("偶数页")]),_c('div',{staticClass:"ho-print-more"},[_c('el-radio',{attrs:{"label":3},model:{value:(_vm.printMode),callback:function ($$v) {_vm.printMode=$$v},expression:"printMode"}},[_vm._v("打印指定页:")]),_c('el-input',{attrs:{"disabled":_vm.printMode !== 3,"size":"mini","placeholder":"示例: 1, 2-4, 5, 7-10, 12"},model:{value:(_vm.printAppoint),callback:function ($$v) {_vm.printAppoint=$$v},expression:"printAppoint"}})],1),(_vm.errorText)?_c('div',{staticClass:"ho-print-error"},[_vm._v(_vm._s(_vm.errorText))]):_vm._e(),_c('div',{staticClass:"ho-print-title"},[_vm._v("指定页: 1, 2-4, 5, 7-10, 12")])],1),_c('span',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{attrs:{"size":"mini","type":"primary"},on:{"click":_vm.hoPrinted}},[_vm._v("确 定")]),_c('el-button',{attrs:{"size":"mini"},on:{"click":_vm.closedHoPrintModal}},[_vm._v("取 消")])],1)])}
|
|
237388
|
+
var HoPrintDialogvue_type_template_id_14810a94_staticRenderFns = []
|
|
237180
237389
|
|
|
237181
237390
|
|
|
237182
237391
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoPrintDialog.vue?vue&type=script&lang=js&
|
|
@@ -237201,7 +237410,6 @@ var HoPrintDialogvue_type_template_id_0abe492e_staticRenderFns = []
|
|
|
237201
237410
|
//
|
|
237202
237411
|
//
|
|
237203
237412
|
//
|
|
237204
|
-
|
|
237205
237413
|
/* harmony default export */ var HoPrintDialogvue_type_script_lang_js_ = ({
|
|
237206
237414
|
name: 'HoPrintDialog',
|
|
237207
237415
|
props: {
|
|
@@ -237272,8 +237480,8 @@ var HoPrintDialogvue_type_template_id_0abe492e_staticRenderFns = []
|
|
|
237272
237480
|
|
|
237273
237481
|
var HoPrintDialog_component = (0,componentNormalizer/* default */.Z)(
|
|
237274
237482
|
insert_HoPrintDialogvue_type_script_lang_js_,
|
|
237275
|
-
|
|
237276
|
-
|
|
237483
|
+
HoPrintDialogvue_type_template_id_14810a94_render,
|
|
237484
|
+
HoPrintDialogvue_type_template_id_14810a94_staticRenderFns,
|
|
237277
237485
|
false,
|
|
237278
237486
|
null,
|
|
237279
237487
|
null,
|
|
@@ -241333,45 +241541,82 @@ var ToolControlvue_type_template_id_a55c0f5a_render = function () {var _vm=this;
|
|
|
241333
241541
|
var ToolControlvue_type_template_id_a55c0f5a_staticRenderFns = []
|
|
241334
241542
|
|
|
241335
241543
|
|
|
241336
|
-
;// 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/toolbar/insert/HoSpecialChars.vue?vue&type=template&id=
|
|
241337
|
-
var
|
|
241338
|
-
var
|
|
241339
|
-
|
|
241340
|
-
|
|
241341
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=script&lang=ts&
|
|
241544
|
+
;// 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/toolbar/insert/HoSpecialChars.vue?vue&type=template&id=1a9ce8e2&scoped=true&
|
|
241545
|
+
var HoSpecialCharsvue_type_template_id_1a9ce8e2_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dropdown',{class:_vm.dropdownClassName,attrs:{"trigger":"click","placement":"bottom-start","popper-append-to-body":"","tabindex":-1},on:{"visible-change":_vm.dropdownChange}},[_c('span',{staticClass:"el-dropdown-link"},[_c('svg',{staticStyle:{"transform":"translateY(0px)"},attrs:{"viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('path',{attrs:{"d":"M825.163595 883.651765H416.226184v-10.842353c62.162824-39.996235 99.629176-117.157647 99.629176-211.727059 0-32.768-4.999529-64.813176-12.047059-95.232H727.642654a18.432 18.432 0 0 0 18.130824-18.672941V477.605647a18.432 18.432 0 0 0-18.130824-18.612706h-254.192941c-16.263529-52.525176-30.358588-106.194824-30.358588-163.84 0-101.074824 77.101176-163.117176 198.053647-163.117176 48.790588 0 96.496941 9.517176 137.095529 24.395294 11.806118 4.457412 24.094118-4.638118 24.094118-17.648941V46.983529a18.853647 18.853647 0 0 0-11.866353-17.468235A448.752941 448.752941 0 0 0 630.904772 0c-210.823529 0-343.762824 103.424-343.762824 279.491765 0 61.138824 15.661176 120.892235 33.129412 179.2H198.776772A18.432 18.432 0 0 0 180.706184 477.304471V546.936471c0 10.24 8.192 18.612706 18.130823 18.612705H351.172066c7.710118 34.153412 13.372235 68.306824 13.372235 102.701177 0 105.050353-65.355294 193.536-165.165176 218.895059a18.552471 18.552471 0 0 0-13.854118 18.070588v89.509647c0 10.24 8.192 18.612706 18.130824 18.612706H825.223831a18.432 18.432 0 0 0 18.130823-18.672941V902.324706a18.432 18.432 0 0 0-18.130823-18.672941z"}})]),_c('span',[_vm._v("特殊字符")]),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_c('el-dropdown-item',{staticClass:"special-characters",attrs:{"disabled":""}},[_c('section',[_c('ul',[_c('li',[_c('header',[_vm._v("特殊字符")]),_c('p',{staticClass:"chars-list special-chars-list"},_vm._l((_vm.specialChars),function(chars){return _c('span',{key:chars,on:{"click":function($event){return _vm.specialCharsClick(chars)}}},[_vm._v(_vm._s(chars))])}),0)]),_c('li',[_c('header',[_vm._v("罗马字符")]),_c('p',{staticClass:"chars-list"},_vm._l((_vm.romanChars),function(chars){return _c('span',{key:chars,on:{"click":function($event){return _vm.specialCharsClick(chars)}}},[_vm._v(_vm._s(chars))])}),0)]),_c('li',[_c('header',[_vm._v("数学字符")]),_c('p',{staticClass:"chars-list"},_vm._l((_vm.mathChars),function(chars){return _c('span',{key:chars,on:{"click":function($event){return _vm.specialCharsClick(chars)}}},[_vm._v(_vm._s(chars))])}),0)])])])])],1)],1)}
|
|
241546
|
+
var HoSpecialCharsvue_type_template_id_1a9ce8e2_scoped_true_staticRenderFns = []
|
|
241342
241547
|
|
|
241343
241548
|
|
|
241549
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=script&lang=js&
|
|
241344
241550
|
|
|
241345
241551
|
|
|
241552
|
+
//
|
|
241553
|
+
//
|
|
241554
|
+
//
|
|
241555
|
+
//
|
|
241556
|
+
//
|
|
241557
|
+
//
|
|
241558
|
+
//
|
|
241559
|
+
//
|
|
241560
|
+
//
|
|
241561
|
+
//
|
|
241562
|
+
//
|
|
241563
|
+
//
|
|
241564
|
+
//
|
|
241565
|
+
//
|
|
241566
|
+
//
|
|
241567
|
+
//
|
|
241568
|
+
//
|
|
241569
|
+
//
|
|
241570
|
+
//
|
|
241571
|
+
//
|
|
241572
|
+
//
|
|
241573
|
+
//
|
|
241574
|
+
//
|
|
241575
|
+
//
|
|
241576
|
+
//
|
|
241577
|
+
//
|
|
241578
|
+
//
|
|
241579
|
+
//
|
|
241580
|
+
//
|
|
241581
|
+
//
|
|
241582
|
+
//
|
|
241583
|
+
//
|
|
241584
|
+
//
|
|
241585
|
+
//
|
|
241586
|
+
//
|
|
241587
|
+
//
|
|
241588
|
+
//
|
|
241589
|
+
//
|
|
241590
|
+
//
|
|
241591
|
+
//
|
|
241592
|
+
//
|
|
241593
|
+
//
|
|
241594
|
+
//
|
|
241595
|
+
//
|
|
241596
|
+
//
|
|
241597
|
+
//
|
|
241346
241598
|
|
|
241347
241599
|
|
|
241348
|
-
|
|
241349
|
-
|
|
241350
|
-
|
|
241351
|
-
|
|
241352
|
-
|
|
241353
|
-
|
|
241354
|
-
|
|
241355
|
-
|
|
241356
|
-
|
|
241357
|
-
|
|
241358
|
-
|
|
241359
|
-
|
|
241360
|
-
|
|
241361
|
-
|
|
241362
|
-
|
|
241363
|
-
|
|
241364
|
-
|
|
241365
|
-
|
|
241366
|
-
|
|
241367
|
-
|
|
241368
|
-
return _this;
|
|
241369
|
-
}
|
|
241370
|
-
|
|
241371
|
-
(0,createClass/* default */.Z)(HoSpecialChars, [{
|
|
241372
|
-
key: "specialCharsClick",
|
|
241373
|
-
value: function specialCharsClick(chars) {
|
|
241374
|
-
this.vueController.insertSpecialChars("", chars);
|
|
241600
|
+
/* harmony default export */ var HoSpecialCharsvue_type_script_lang_js_ = ({
|
|
241601
|
+
name: 'HoSpecialChars',
|
|
241602
|
+
mixins: [DropDownClassNameMixins],
|
|
241603
|
+
props: {
|
|
241604
|
+
vueController: {
|
|
241605
|
+
default: {}
|
|
241606
|
+
}
|
|
241607
|
+
},
|
|
241608
|
+
data: function data() {
|
|
241609
|
+
return {
|
|
241610
|
+
arrChars: ['㎎', '㎏', '㎜', '㎝', '㎞', '㎡', '㏄', '㏎', '㏑', '㏒', '㏕', '℡'],
|
|
241611
|
+
specialChars: ['、', '。', '·', 'ˉ', 'ˇ', '¨', '〃', '々', '—', '~', '‖', '…', '‘', '’', '“', '”', '〔', '〕', '〈', '〉', '《', '》', '「', '」', '『', '』', '±', '×', '÷', '∶', '∧', '∨', '∑', '∏', '∪', '∩', '∈', 'α', 'β', 'γ', '∷', '√', '⊥', '∥', '∠', '⌒', '⊙', '∫', '∮', '≡', '≌', '≈', '∽', '∝', '≠', '≮', '≯', '≤', '≥', '∞', '∵', '∴', '♂', '♀', '°', '′', '″', '℃', '$', '¤', '¢', '£', '‰', '§', '№', '※', '→', '←', '↑', '↓', '㎎', '㎏', '㎜', '㎝', '㎞', '㎡', '㏄', '㏎', '㏑', '㏒', '㏕', '℡', '▽', '△', '▷', '◁', '/', '∕'],
|
|
241612
|
+
romanChars: ['ⅰ', 'ⅱ', 'ⅲ', 'ⅳ', 'ⅴ', 'ⅵ', 'ⅶ', 'ⅷ', 'ⅸ', 'ⅹ', 'Ⅰ', 'Ⅱ', 'Ⅲ', 'Ⅳ', 'Ⅴ', 'Ⅵ', 'Ⅶ', 'Ⅷ', 'Ⅸ', 'Ⅹ', 'Ⅺ', 'Ⅻ'],
|
|
241613
|
+
mathChars: [],
|
|
241614
|
+
usedChars: ['⒈', '⒉', '⒊', '⒋', '⒌', '⒍', '⒎', '⒏', '⒐', '⒑', '⒒', '⒓', '⒔', '⒕', '⒖', '⒗', '⒘', '⒙', '⒚', '⒛', '⑴', '⑵', '⑶', '⑷', '⑸', '⑹', '⑺', '⑻', '⑼', '⑽', '⑾', '⑿', '⒀', '⒁', '⒂', '⒃', '⒄', '⒅', '⒆', '⒇', '①', '②', '③', '④', '⑤', '⑥', '⑦', '⑧', '⑨', '⑩', '㈠', '㈡', '㈢', '㈣', '㈤', '㈥', '㈦', '㈧', '㈨', '㈩']
|
|
241615
|
+
};
|
|
241616
|
+
},
|
|
241617
|
+
methods: {
|
|
241618
|
+
specialCharsClick: function specialCharsClick(chars) {
|
|
241619
|
+
this.vueController.insertSpecialChars('', chars);
|
|
241375
241620
|
|
|
241376
241621
|
if (this.usedChars.includes(chars)) {
|
|
241377
241622
|
return false;
|
|
@@ -241382,38 +241627,25 @@ var HoSpecialChars = /*#__PURE__*/function (_Mixins) {
|
|
|
241382
241627
|
if (this.usedChars.length > 22) {
|
|
241383
241628
|
this.usedChars.pop();
|
|
241384
241629
|
}
|
|
241385
|
-
}
|
|
241386
|
-
|
|
241387
|
-
|
|
241388
|
-
value: function sure() {
|
|
241389
|
-
var _this2 = this;
|
|
241630
|
+
},
|
|
241631
|
+
sure: function sure() {
|
|
241632
|
+
var _this = this;
|
|
241390
241633
|
|
|
241391
241634
|
this.$nextTick(function () {
|
|
241392
|
-
return
|
|
241635
|
+
return _this.handleClose();
|
|
241393
241636
|
});
|
|
241637
|
+
},
|
|
241638
|
+
handleClose: function handleClose() {
|
|
241639
|
+
this.$emit('close-menu');
|
|
241394
241640
|
}
|
|
241395
|
-
}
|
|
241396
|
-
|
|
241397
|
-
|
|
241398
|
-
|
|
241399
|
-
|
|
241400
|
-
}]);
|
|
241401
|
-
|
|
241402
|
-
return HoSpecialChars;
|
|
241403
|
-
}((0,vue_property_decorator/* Mixins */.Wr)(DropDownClassNameMixins));
|
|
241404
|
-
|
|
241405
|
-
(0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Prop */.fI)()], HoSpecialChars.prototype, "vueController", void 0);
|
|
241406
|
-
|
|
241407
|
-
HoSpecialChars = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Component */.wA)({
|
|
241408
|
-
name: "HoSpecialChars"
|
|
241409
|
-
})], HoSpecialChars);
|
|
241410
|
-
/* harmony default export */ var HoSpecialCharsvue_type_script_lang_ts_ = (HoSpecialChars);
|
|
241411
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=script&lang=ts&
|
|
241412
|
-
/* harmony default export */ var insert_HoSpecialCharsvue_type_script_lang_ts_ = (HoSpecialCharsvue_type_script_lang_ts_);
|
|
241413
|
-
;// 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/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=02ed7d68&lang=scss&scoped=true&
|
|
241641
|
+
}
|
|
241642
|
+
});
|
|
241643
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=script&lang=js&
|
|
241644
|
+
/* harmony default export */ var insert_HoSpecialCharsvue_type_script_lang_js_ = (HoSpecialCharsvue_type_script_lang_js_);
|
|
241645
|
+
;// 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/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=1a9ce8e2&lang=scss&scoped=true&
|
|
241414
241646
|
// extracted by mini-css-extract-plugin
|
|
241415
241647
|
|
|
241416
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=
|
|
241648
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue?vue&type=style&index=0&id=1a9ce8e2&lang=scss&scoped=true&
|
|
241417
241649
|
|
|
241418
241650
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoSpecialChars.vue
|
|
241419
241651
|
|
|
@@ -241425,102 +241657,118 @@ HoSpecialChars = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* C
|
|
|
241425
241657
|
/* normalize component */
|
|
241426
241658
|
|
|
241427
241659
|
var HoSpecialChars_component = (0,componentNormalizer/* default */.Z)(
|
|
241428
|
-
|
|
241429
|
-
|
|
241430
|
-
|
|
241660
|
+
insert_HoSpecialCharsvue_type_script_lang_js_,
|
|
241661
|
+
HoSpecialCharsvue_type_template_id_1a9ce8e2_scoped_true_render,
|
|
241662
|
+
HoSpecialCharsvue_type_template_id_1a9ce8e2_scoped_true_staticRenderFns,
|
|
241431
241663
|
false,
|
|
241432
241664
|
null,
|
|
241433
|
-
"
|
|
241665
|
+
"1a9ce8e2",
|
|
241434
241666
|
null
|
|
241435
241667
|
|
|
241436
241668
|
)
|
|
241437
241669
|
|
|
241438
|
-
/* harmony default export */ var
|
|
241439
|
-
;// 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/toolbar/insert/HoDateTime.vue?vue&type=template&id=
|
|
241440
|
-
var
|
|
241441
|
-
var
|
|
241442
|
-
|
|
241443
|
-
|
|
241444
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/ts-loader/index.js??clonedRuleSet-41[0].rules[0].use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoDateTime.vue?vue&type=script&lang=ts&
|
|
241445
|
-
|
|
241446
|
-
|
|
241447
|
-
|
|
241448
|
-
|
|
241449
|
-
|
|
241670
|
+
/* harmony default export */ var HoSpecialChars = (HoSpecialChars_component.exports);
|
|
241671
|
+
;// 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/toolbar/insert/HoDateTime.vue?vue&type=template&id=ac2642ca&
|
|
241672
|
+
var HoDateTimevue_type_template_id_ac2642ca_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('el-dropdown',{class:_vm.dropdownClassName,attrs:{"trigger":"click","placement":"bottom-start","popper-append-to-body":"","tabindex":-1},on:{"visible-change":_vm.dropdownChange}},[_c('span',{staticClass:"el-dropdown-link"},[_c('svg',{staticStyle:{"transform":"translateY(0px)"},attrs:{"viewBox":"0 0 1024 1024","version":"1.1","xmlns":"http://www.w3.org/2000/svg","width":"16","height":"16"}},[_c('rect',{attrs:{"width":"24","height":"24","fill":"#F0F0F0","opacity":"0"}}),_c('path',{attrs:{"d":"M3.323286 405.074141v577.095823c0 23.005753 18.822889 41.828641 41.828641 41.828642h933.696146c23.005753 0 41.828641-18.822889 41.828641-41.828642v-577.095823H3.323286z m295.734072 386.159229h-107.197048c-15.4027 0-27.885761-12.484455-27.885761-27.885761s12.483061-27.885761 27.885761-27.885761h107.197048c15.399911 0 27.885761 12.484455 27.885761 27.885761s-12.487244 27.885761-27.885761 27.885761m0-145.005957h-107.197048c-15.4027 0-27.885761-12.484455-27.885761-27.885761s12.483061-27.885761 27.885761-27.885761h107.197048c15.399911 0 27.885761 12.484455 27.885761 27.885761s-12.487244 27.885761-27.885761 27.885761m283.110188 145.005957h-107.197048c-15.4027 0-27.885761-12.484455-27.885761-27.885761s12.483061-27.885761 27.885761-27.885761h107.197048c15.399911 0 27.885761 12.484455 27.885761 27.885761s-12.485849 27.885761-27.885761 27.885761m0-145.005957h-107.197048c-15.4027 0-27.885761-12.484455-27.885761-27.885761s12.483061-27.885761 27.885761-27.885761h107.197048c15.399911 0 27.885761 12.484455 27.885761 27.885761s-12.485849 27.885761-27.885761 27.885761m249.973539 145.005957h-107.197049c-15.399911 0-27.885761-12.484455-27.88576-27.885761s12.485849-27.885761 27.88576-27.885761h107.197049c15.4027 0 27.885761 12.484455 27.88576 27.885761s-12.484455 27.885761-27.88576 27.885761m0-145.005957h-107.197049c-15.399911 0-27.885761-12.484455-27.88576-27.885761s12.485849-27.885761 27.88576-27.885761h107.197049c15.4027 0 27.885761 12.484455 27.88576 27.885761s-12.484455 27.885761-27.88576 27.885761M293.55968 230.408889c-23.486782 0-42.525785-19.039003-42.525785-42.525786V42.525785c0-23.486782 19.039003-42.525785 42.525785-42.525785s42.525785 19.039003 42.525786 42.525785v145.357318c0 23.486782-19.039003 42.525785-42.525786 42.525786M719.447753 230.408889c-23.486782 0-42.525785-19.039003-42.525785-42.525786V42.525785c0-23.486782 19.039003-42.525785 42.525785-42.525785s42.525785 19.039003 42.525785 42.525785v145.357318c0 23.486782-19.039003 42.525785-42.525785 42.525786","p-id":"2003"}}),_c('path',{attrs:{"d":"M978.848073 101.085884H787.767867v86.797219c0 37.730829-30.587891 68.320114-68.320114 68.320114s-68.320114-30.589285-68.320114-68.320114V101.085884H361.879794v86.797219c0 37.730829-30.589285 68.320114-68.320114 68.320114-37.732223 0-68.320114-30.589285-68.320114-68.320114V101.085884H45.151927c-23.005753 0-41.828641 18.822889-41.828641 41.828641v206.388094h1017.353428V142.914525c0-23.005753-18.822889-41.828641-41.828641-41.828641"}})]),_c('span',[_vm._v("日期时间")]),_c('i',{staticClass:"el-icon-arrow-down el-icon--right"})]),_c('el-dropdown-menu',{attrs:{"slot":"dropdown"},slot:"dropdown"},[_vm._l((_vm.dateFormatValue),function(value,index){return _c('el-dropdown-item',{key:value + index,staticClass:"date-time-item",attrs:{"index":_vm.dateFormatList[index]},nativeOn:{"click":function($event){return _vm.selectedDate(_vm.dateFormatList[index], value)}}},[_vm._v(_vm._s(value))])}),_c('el-dropdown-item',{staticClass:"date-time-item",nativeOn:{"click":function($event){return _vm.selectedDate('more', '')}}},[_vm._v("更多日期属性")])],2)],1)}
|
|
241673
|
+
var HoDateTimevue_type_template_id_ac2642ca_staticRenderFns = []
|
|
241450
241674
|
|
|
241451
241675
|
|
|
241676
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40[0].rules[0].use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/toolbar/insert/HoDateTime.vue?vue&type=script&lang=js&
|
|
241452
241677
|
|
|
241453
241678
|
|
|
241454
241679
|
|
|
241455
241680
|
|
|
241681
|
+
//
|
|
241682
|
+
//
|
|
241683
|
+
//
|
|
241684
|
+
//
|
|
241685
|
+
//
|
|
241686
|
+
//
|
|
241687
|
+
//
|
|
241688
|
+
//
|
|
241689
|
+
//
|
|
241690
|
+
//
|
|
241691
|
+
//
|
|
241692
|
+
//
|
|
241693
|
+
//
|
|
241694
|
+
//
|
|
241695
|
+
//
|
|
241696
|
+
//
|
|
241697
|
+
//
|
|
241698
|
+
//
|
|
241699
|
+
//
|
|
241700
|
+
//
|
|
241701
|
+
//
|
|
241702
|
+
//
|
|
241703
|
+
//
|
|
241704
|
+
//
|
|
241705
|
+
//
|
|
241706
|
+
//
|
|
241707
|
+
//
|
|
241708
|
+
//
|
|
241709
|
+
//
|
|
241710
|
+
//
|
|
241711
|
+
//
|
|
241712
|
+
//
|
|
241713
|
+
//
|
|
241714
|
+
//
|
|
241715
|
+
//
|
|
241716
|
+
//
|
|
241717
|
+
//
|
|
241718
|
+
//
|
|
241456
241719
|
|
|
241457
241720
|
|
|
241458
|
-
var
|
|
241459
|
-
|
|
241460
|
-
|
|
241461
|
-
|
|
241462
|
-
|
|
241463
|
-
|
|
241464
|
-
var _this;
|
|
241465
|
-
|
|
241466
|
-
(0,classCallCheck/* default */.Z)(this, HoDateTime);
|
|
241467
|
-
|
|
241468
|
-
_this = _super.apply(this, arguments);
|
|
241469
|
-
_this.dateFormatList = util/* dateFormatList */.eG;
|
|
241470
|
-
_this.dateFormatValue = [];
|
|
241471
|
-
_this.dateFormat = util/* dateFormat */.vc;
|
|
241472
|
-
return _this;
|
|
241473
|
-
}
|
|
241474
|
-
|
|
241475
|
-
(0,createClass/* default */.Z)(HoDateTime, [{
|
|
241476
|
-
key: "created",
|
|
241477
|
-
value: function created() {
|
|
241478
|
-
var _this2 = this;
|
|
241479
|
-
|
|
241480
|
-
var arr = [];
|
|
241481
|
-
this.dateFormatList.forEach(function (v, index) {
|
|
241482
|
-
if (index < 10) arr.push(_this2.dateFormat("", v));
|
|
241483
|
-
});
|
|
241484
|
-
this.dateFormatValue = [].concat(arr);
|
|
241721
|
+
/* harmony default export */ var HoDateTimevue_type_script_lang_js_ = ({
|
|
241722
|
+
name: 'HoDateTime',
|
|
241723
|
+
mixins: [DropDownClassNameMixins],
|
|
241724
|
+
props: {
|
|
241725
|
+
vueController: {
|
|
241726
|
+
default: {}
|
|
241485
241727
|
}
|
|
241728
|
+
},
|
|
241729
|
+
data: function data() {
|
|
241730
|
+
return {
|
|
241731
|
+
dateFormatList: util/* dateFormatList */.eG,
|
|
241732
|
+
dateFormatValue: [],
|
|
241733
|
+
dateFormat: util/* dateFormat */.vc
|
|
241734
|
+
};
|
|
241735
|
+
},
|
|
241736
|
+
created: function created() {
|
|
241737
|
+
var _this = this;
|
|
241738
|
+
|
|
241739
|
+
var arr = [];
|
|
241740
|
+
this.dateFormatList.forEach(function (v, index) {
|
|
241741
|
+
if (index < 10) arr.push(_this.dateFormat('', v));
|
|
241742
|
+
});
|
|
241743
|
+
this.dateFormatValue = [].concat(arr);
|
|
241744
|
+
},
|
|
241745
|
+
methods: {
|
|
241486
241746
|
/**
|
|
241487
241747
|
* @param format 日期格式
|
|
241488
241748
|
* @param value 日期
|
|
241489
241749
|
*/
|
|
241490
|
-
|
|
241491
|
-
|
|
241492
|
-
|
|
241493
|
-
value: function selectedDate(format, value) {
|
|
241494
|
-
if (format === "more") {
|
|
241495
|
-
this.$emit("setModal", "date");
|
|
241750
|
+
selectedDate: function selectedDate(format, value) {
|
|
241751
|
+
if (format === 'more') {
|
|
241752
|
+
this.$emit('setModal', 'date');
|
|
241496
241753
|
} else {
|
|
241497
241754
|
var params = {
|
|
241498
|
-
id: this.vueController.generateID(
|
|
241499
|
-
name:
|
|
241755
|
+
id: this.vueController.generateID('DT'),
|
|
241756
|
+
name: '',
|
|
241500
241757
|
text: value,
|
|
241501
|
-
title:
|
|
241502
|
-
tipText:
|
|
241758
|
+
title: '',
|
|
241759
|
+
tipText: '',
|
|
241503
241760
|
isAllowDelete: false,
|
|
241504
241761
|
isReadOnly: false,
|
|
241505
241762
|
controlStyle: format,
|
|
241506
241763
|
readType: 0
|
|
241507
241764
|
};
|
|
241508
|
-
this.vueController.insertDateTime(
|
|
241765
|
+
this.vueController.insertDateTime('add', JSON.stringify(params));
|
|
241509
241766
|
}
|
|
241510
241767
|
}
|
|
241511
|
-
}
|
|
241512
|
-
|
|
241513
|
-
|
|
241514
|
-
|
|
241515
|
-
|
|
241516
|
-
(0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Prop */.fI)()], HoDateTime.prototype, "vueController", void 0);
|
|
241517
|
-
|
|
241518
|
-
HoDateTime = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Component */.wA)({
|
|
241519
|
-
name: "HoDateTime"
|
|
241520
|
-
})], HoDateTime);
|
|
241521
|
-
/* harmony default export */ var HoDateTimevue_type_script_lang_ts_ = (HoDateTime);
|
|
241522
|
-
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoDateTime.vue?vue&type=script&lang=ts&
|
|
241523
|
-
/* harmony default export */ var insert_HoDateTimevue_type_script_lang_ts_ = (HoDateTimevue_type_script_lang_ts_);
|
|
241768
|
+
}
|
|
241769
|
+
});
|
|
241770
|
+
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoDateTime.vue?vue&type=script&lang=js&
|
|
241771
|
+
/* harmony default export */ var insert_HoDateTimevue_type_script_lang_js_ = (HoDateTimevue_type_script_lang_js_);
|
|
241524
241772
|
;// CONCATENATED MODULE: ./src/components/toolbar/insert/HoDateTime.vue
|
|
241525
241773
|
|
|
241526
241774
|
|
|
@@ -241530,9 +241778,9 @@ HoDateTime = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Compo
|
|
|
241530
241778
|
/* normalize component */
|
|
241531
241779
|
;
|
|
241532
241780
|
var HoDateTime_component = (0,componentNormalizer/* default */.Z)(
|
|
241533
|
-
|
|
241534
|
-
|
|
241535
|
-
|
|
241781
|
+
insert_HoDateTimevue_type_script_lang_js_,
|
|
241782
|
+
HoDateTimevue_type_template_id_ac2642ca_render,
|
|
241783
|
+
HoDateTimevue_type_template_id_ac2642ca_staticRenderFns,
|
|
241536
241784
|
false,
|
|
241537
241785
|
null,
|
|
241538
241786
|
null,
|
|
@@ -241540,7 +241788,7 @@ var HoDateTime_component = (0,componentNormalizer/* default */.Z)(
|
|
|
241540
241788
|
|
|
241541
241789
|
)
|
|
241542
241790
|
|
|
241543
|
-
/* harmony default export */ var
|
|
241791
|
+
/* harmony default export */ var HoDateTime = (HoDateTime_component.exports);
|
|
241544
241792
|
;// 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/hoformula/HoFormula.vue?vue&type=template&id=649e870a&
|
|
241545
241793
|
var HoFormulavue_type_template_id_649e870a_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',[_c('span',{on:{"click":_vm.insertFormula}},[_vm._v("插入公式")]),_c('el-dialog',{staticClass:"ho-formula-iframe",attrs:{"title":"公式编辑","width":"868px","visible":_vm.createFormula,"close-on-click-modal":false,"top":"150px","append-to-body":"","center":""},on:{"update:visible":function($event){_vm.createFormula=$event},"before-close":_vm.closeFormula}},[_c('section',[_c('div',{staticClass:"kf-editor",attrs:{"id":"HoKfEditorContainer"}}),(_vm.kityformulaError)?_c('p',[_vm._v(_vm._s(_vm.kityformulaError))]):_vm._e()]),_c('div',{staticClass:"dialog-footer",attrs:{"slot":"footer"},slot:"footer"},[_c('el-button',{staticClass:"right",attrs:{"id":"kityformula-btn"},on:{"click":_vm.sureInsertKityFormula}},[_vm._v("确认插入")]),_c('el-button',{staticClass:"right",attrs:{"id":"kityformula-btn"},on:{"click":_vm.closeFormula}},[_vm._v("取消")])],1)])],1)}
|
|
241546
241794
|
var HoFormulavue_type_template_id_649e870a_staticRenderFns = []
|
|
@@ -241819,10 +242067,10 @@ var HoFormula_component = (0,componentNormalizer/* default */.Z)(
|
|
|
241819
242067
|
/* harmony default export */ var ToolControlvue_type_script_lang_js_ = ({
|
|
241820
242068
|
name: 'ToolControl',
|
|
241821
242069
|
components: {
|
|
241822
|
-
HoMedicalExpression:
|
|
241823
|
-
HoSpecialChars:
|
|
242070
|
+
HoMedicalExpression: HoMedicalExpression,
|
|
242071
|
+
HoSpecialChars: HoSpecialChars,
|
|
241824
242072
|
UploadImage: toolbar_UploadImage,
|
|
241825
|
-
HoDateTime:
|
|
242073
|
+
HoDateTime: HoDateTime,
|
|
241826
242074
|
HoFormula: hoformula,
|
|
241827
242075
|
Poper: popers/* default */.Z
|
|
241828
242076
|
},
|
|
@@ -243186,7 +243434,7 @@ var ToolBar = /*#__PURE__*/function (_Vue) {
|
|
|
243186
243434
|
ToolBar = (0,tslib_es6/* __decorate */.gn)([(0,vue_property_decorator/* Component */.wA)({
|
|
243187
243435
|
name: "ToolBar",
|
|
243188
243436
|
components: {
|
|
243189
|
-
HoMedicalExpression:
|
|
243437
|
+
HoMedicalExpression: HoMedicalExpression,
|
|
243190
243438
|
HoPrintDialog: HoPrintDialog,
|
|
243191
243439
|
ToolBarChild: toolbar_ToolBarChild,
|
|
243192
243440
|
ToolControl: insert_ToolControl,
|
|
@@ -243708,8 +243956,8 @@ toolbar_HoRightMenu.install = function (Vue) {
|
|
|
243708
243956
|
Vue.component(toolbar_HoRightMenu.name, toolbar_HoRightMenu);
|
|
243709
243957
|
};
|
|
243710
243958
|
|
|
243711
|
-
|
|
243712
|
-
Vue.component(
|
|
243959
|
+
HoMedicalExpression.install = function (Vue) {
|
|
243960
|
+
Vue.component(HoMedicalExpression.name, HoMedicalExpression);
|
|
243713
243961
|
};
|
|
243714
243962
|
|
|
243715
243963
|
|
|
@@ -244234,7 +244482,7 @@ external_commonjs_vue_commonjs2_vue_root_Vue_default().use(clickoutside_namespac
|
|
|
244234
244482
|
external_commonjs_vue_commonjs2_vue_root_Vue_default().use(onceClick);
|
|
244235
244483
|
external_commonjs_vue_commonjs2_vue_root_Vue_default().use(plugins_debounce); // 所有组件(全量注册)
|
|
244236
244484
|
|
|
244237
|
-
var components = [HoDocs, toolbar_ToolBar, TabPane, toolbar_HoRightMenu,
|
|
244485
|
+
var components = [HoDocs, toolbar_ToolBar, TabPane, toolbar_HoRightMenu, HoMedicalExpression]; // 全量注册方法
|
|
244238
244486
|
|
|
244239
244487
|
var src_install = function install(vue) {
|
|
244240
244488
|
components.forEach(function (component) {
|
|
@@ -244254,7 +244502,7 @@ var _default = {
|
|
|
244254
244502
|
ToolBar: toolbar_ToolBar,
|
|
244255
244503
|
TabPane: TabPane,
|
|
244256
244504
|
HoRightMenu: toolbar_HoRightMenu,
|
|
244257
|
-
HoMedicalExpression:
|
|
244505
|
+
HoMedicalExpression: HoMedicalExpression
|
|
244258
244506
|
};
|
|
244259
244507
|
/* harmony default export */ var src_0 = (_default);
|
|
244260
244508
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|