hoeditor-web 3.0.77 → 3.0.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/hoeditor.css +1 -1
- package/lib/hoeditor.umd.js +101 -491
- package/lib/hoeditor.umd.min.js +3 -3
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -5836,7 +5836,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
5836
5836
|
|
|
5837
5837
|
/***/ }),
|
|
5838
5838
|
|
|
5839
|
-
/***/
|
|
5839
|
+
/***/ 44603:
|
|
5840
5840
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
5841
5841
|
|
|
5842
5842
|
"use strict";
|
|
@@ -5852,7 +5852,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
5852
5852
|
var es_array_includes = __webpack_require__(26699);
|
|
5853
5853
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.string.includes.js
|
|
5854
5854
|
var es_string_includes = __webpack_require__(32023);
|
|
5855
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=template&id=
|
|
5855
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=template&id=6e6eed5d&
|
|
5856
5856
|
|
|
5857
5857
|
|
|
5858
5858
|
var render = function render() {
|
|
@@ -6764,10 +6764,12 @@ var render = function render() {
|
|
|
6764
6764
|
return _vm.topLeftClick(item[0]);
|
|
6765
6765
|
}
|
|
6766
6766
|
}
|
|
6767
|
-
}, [_c('
|
|
6768
|
-
|
|
6769
|
-
|
|
6770
|
-
"
|
|
6767
|
+
}, [_c('div', {
|
|
6768
|
+
class: 'img-box r-t-z-' + item[0] + '-1',
|
|
6769
|
+
staticStyle: {
|
|
6770
|
+
"bottom": "0",
|
|
6771
|
+
"top": "2px",
|
|
6772
|
+
"background-position-y": "bottom"
|
|
6771
6773
|
}
|
|
6772
6774
|
})]);
|
|
6773
6775
|
}), 0), _vm._l(['8', '7', '6', '5', '4', '3', '2', '1'], function (item) {
|
|
@@ -6808,10 +6810,12 @@ var render = function render() {
|
|
|
6808
6810
|
return _vm.topRightClick(item[0]);
|
|
6809
6811
|
}
|
|
6810
6812
|
}
|
|
6811
|
-
}, [_c('
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
"
|
|
6813
|
+
}, [_c('div', {
|
|
6814
|
+
class: 'img-box l-t-z-' + item[0] + '-1',
|
|
6815
|
+
staticStyle: {
|
|
6816
|
+
"bottom": "0",
|
|
6817
|
+
"top": "2px",
|
|
6818
|
+
"background-position-y": "bottom"
|
|
6815
6819
|
}
|
|
6816
6820
|
})]);
|
|
6817
6821
|
}), 0), _vm._l(['1', '2', '3', '4', '5', '6', '7', '8'], function (item) {
|
|
@@ -6875,14 +6879,11 @@ var render = function render() {
|
|
|
6875
6879
|
return _vm.bottomLeftClick(item[0]);
|
|
6876
6880
|
}
|
|
6877
6881
|
}
|
|
6878
|
-
}, [_c('
|
|
6882
|
+
}, [_c('div', {
|
|
6883
|
+
class: 'img-box r-b-z-' + item[0] + '-1',
|
|
6879
6884
|
staticStyle: {
|
|
6880
6885
|
"bottom": "0",
|
|
6881
6886
|
"top": "2px"
|
|
6882
|
-
},
|
|
6883
|
-
attrs: {
|
|
6884
|
-
"src": __webpack_require__(66001)("./r-b-z-" + item[0] + "-1.png"),
|
|
6885
|
-
"alt": ""
|
|
6886
6887
|
}
|
|
6887
6888
|
})]);
|
|
6888
6889
|
}), 0)], 2), _c('a-checkbox-group', {
|
|
@@ -6927,14 +6928,11 @@ var render = function render() {
|
|
|
6927
6928
|
return _vm.bottomRightClick(item[0]);
|
|
6928
6929
|
}
|
|
6929
6930
|
}
|
|
6930
|
-
}, [_c('
|
|
6931
|
+
}, [_c('div', {
|
|
6932
|
+
class: 'img-box l-b-z-' + item[0] + '-1',
|
|
6931
6933
|
staticStyle: {
|
|
6932
6934
|
"bottom": "0",
|
|
6933
6935
|
"top": "2px"
|
|
6934
|
-
},
|
|
6935
|
-
attrs: {
|
|
6936
|
-
"src": __webpack_require__(77732)("./l-b-z-" + item[0] + "-1.png"),
|
|
6937
|
-
"alt": ""
|
|
6938
6936
|
}
|
|
6939
6937
|
})]);
|
|
6940
6938
|
}), 0)], 2)], 1)])] : _vm._e()], 2), _c('footer', {
|
|
@@ -7047,7 +7045,7 @@ var staticRenderFns = [function () {
|
|
|
7047
7045
|
}, [_vm._v("49")])]);
|
|
7048
7046
|
}];
|
|
7049
7047
|
|
|
7050
|
-
;// CONCATENATED MODULE: ./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=template&id=
|
|
7048
|
+
;// CONCATENATED MODULE: ./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=template&id=6e6eed5d&
|
|
7051
7049
|
|
|
7052
7050
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js
|
|
7053
7051
|
var objectSpread2 = __webpack_require__(63442);
|
|
@@ -7591,10 +7589,10 @@ var zh_cn = __webpack_require__(83839);
|
|
|
7591
7589
|
});
|
|
7592
7590
|
;// CONCATENATED MODULE: ./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=script&lang=js&
|
|
7593
7591
|
/* harmony default export */ var expressionForm_ExpressionFormvue_type_script_lang_js_ = (ExpressionFormvue_type_script_lang_js_);
|
|
7594
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=style&index=0&id=
|
|
7592
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=style&index=0&id=6e6eed5d&prod&lang=scss&
|
|
7595
7593
|
// extracted by mini-css-extract-plugin
|
|
7596
7594
|
|
|
7597
|
-
;// CONCATENATED MODULE: ./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=style&index=0&id=
|
|
7595
|
+
;// CONCATENATED MODULE: ./src/components/controls/expressionForm/ExpressionForm.vue?vue&type=style&index=0&id=6e6eed5d&prod&lang=scss&
|
|
7598
7596
|
|
|
7599
7597
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
7600
7598
|
var componentNormalizer = __webpack_require__(70713);
|
|
@@ -46170,7 +46168,7 @@ var PageProperty = /*#__PURE__*/function () {
|
|
|
46170
46168
|
/*
|
|
46171
46169
|
* @Author: your name
|
|
46172
46170
|
* @Date: 2020-12-24 16:01:16
|
|
46173
|
-
* @LastEditTime: 2023-
|
|
46171
|
+
* @LastEditTime: 2023-07-04 11:48:39
|
|
46174
46172
|
* @LastEditors: liyanan 2441631434@qq.com
|
|
46175
46173
|
* @Description: In User Settings Edit
|
|
46176
46174
|
* @FilePath: \hoeditor-web\src\editor\dom\TableProperty.ts
|
|
@@ -46929,7 +46927,7 @@ var DiagonalType;
|
|
|
46929
46927
|
})(DiagonalType || (DiagonalType = {}));
|
|
46930
46928
|
var CellProperty = /*#__PURE__*/function () {
|
|
46931
46929
|
//编号
|
|
46932
|
-
|
|
46930
|
+
//private _lightCellBorders = false;//突出显示单元格边框
|
|
46933
46931
|
//标题
|
|
46934
46932
|
//自定义属性
|
|
46935
46933
|
//private _dataSource!: DataSource;//数据源
|
|
@@ -46949,7 +46947,6 @@ var CellProperty = /*#__PURE__*/function () {
|
|
|
46949
46947
|
) {
|
|
46950
46948
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_classCallCheck_js__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z)(this, CellProperty);
|
|
46951
46949
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_id", void 0);
|
|
46952
|
-
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_lightCellBorders", false);
|
|
46953
46950
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_title", "");
|
|
46954
46951
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_customProperties", []);
|
|
46955
46952
|
(0,D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_8__/* ["default"] */ .Z)(this, "_align", VAlign.vatop);
|
|
@@ -47013,14 +47010,12 @@ var CellProperty = /*#__PURE__*/function () {
|
|
|
47013
47010
|
set: function set(value) {
|
|
47014
47011
|
this._id = value;
|
|
47015
47012
|
}
|
|
47016
|
-
|
|
47017
|
-
|
|
47018
|
-
|
|
47019
|
-
|
|
47020
|
-
|
|
47021
|
-
|
|
47022
|
-
this._lightCellBorders = value;
|
|
47023
|
-
}
|
|
47013
|
+
// get lightCellBorders(): boolean {
|
|
47014
|
+
// return this._lightCellBorders;
|
|
47015
|
+
// }
|
|
47016
|
+
// set lightCellBorders(value: boolean) {
|
|
47017
|
+
// this._lightCellBorders = value;
|
|
47018
|
+
// }
|
|
47024
47019
|
}, {
|
|
47025
47020
|
key: "title",
|
|
47026
47021
|
get: function get() {
|
|
@@ -50951,7 +50946,7 @@ var CellNode = /*#__PURE__*/function (_RectNode) {
|
|
|
50951
50946
|
cellInnerMargin: this.cellProperty.cellInnerMargin ? this.cellProperty.cellInnerMargin.toString() : "0,0,0.1,0.1",
|
|
50952
50947
|
//customProperties: !this.cellProperty.customProperties ? undefined : this.cellProperty.customProperties,
|
|
50953
50948
|
customProperties: customProperties,
|
|
50954
|
-
lightCellBorders: this.cellProperty.lightCellBorders,
|
|
50949
|
+
//lightCellBorders: this.cellProperty.lightCellBorders,
|
|
50955
50950
|
//dataSource: this.cellProperty.dataSource,
|
|
50956
50951
|
backColor: this.cellProperty.backColor,
|
|
50957
50952
|
editorProperty: this.cellProperty.editorProperty,
|
|
@@ -63032,7 +63027,7 @@ var TableNode = /*#__PURE__*/function (_RectNode) {
|
|
|
63032
63027
|
isDrawGridlines: true,
|
|
63033
63028
|
cellInnerMargin: "0,0,0.1,0.1",
|
|
63034
63029
|
customProperties: "",
|
|
63035
|
-
lightCellBorders: false,
|
|
63030
|
+
//lightCellBorders: false,
|
|
63036
63031
|
//dataSource: "",
|
|
63037
63032
|
backColor: "transparent",
|
|
63038
63033
|
editorProperty: _TableProperty__WEBPACK_IMPORTED_MODULE_30__/* .EditorProperty.None */ .YS.None,
|
|
@@ -91978,30 +91973,33 @@ var isMap = function isMap(map) {
|
|
|
91978
91973
|
/* harmony export */ });
|
|
91979
91974
|
/* unused harmony exports generateGetBoundingClientRect, createPrintHTMLIframe, resetScale, getUserIP, createRarewordsCanvas */
|
|
91980
91975
|
/* harmony import */ var D_project_go_test_createJS_hoeditor_web_node_modules_babel_runtime_helpers_esm_toConsumableArray_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(61748);
|
|
91981
|
-
/* harmony import */ var
|
|
91982
|
-
/* harmony import */ var
|
|
91983
|
-
/* harmony import */ var
|
|
91984
|
-
/* harmony import */ var
|
|
91985
|
-
/* harmony import */ var
|
|
91986
|
-
/* harmony import */ var
|
|
91987
|
-
/* harmony import */ var
|
|
91988
|
-
/* harmony import */ var
|
|
91989
|
-
/* harmony import */ var
|
|
91990
|
-
/* harmony import */ var
|
|
91991
|
-
/* harmony import */ var
|
|
91992
|
-
/* harmony import */ var
|
|
91993
|
-
/* harmony import */ var
|
|
91994
|
-
/* harmony import */ var
|
|
91995
|
-
/* harmony import */ var
|
|
91996
|
-
/* harmony import */ var
|
|
91997
|
-
/* harmony import */ var
|
|
91998
|
-
/* harmony import */ var
|
|
91999
|
-
/* harmony import */ var
|
|
92000
|
-
/* harmony import */ var
|
|
92001
|
-
/* harmony import */ var
|
|
92002
|
-
/* harmony import */ var
|
|
92003
|
-
/* harmony import */ var
|
|
92004
|
-
/* harmony import */ var
|
|
91976
|
+
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(9653);
|
|
91977
|
+
/* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
91978
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(74916);
|
|
91979
|
+
/* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__);
|
|
91980
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(15306);
|
|
91981
|
+
/* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3__);
|
|
91982
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(26699);
|
|
91983
|
+
/* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_4__);
|
|
91984
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(32023);
|
|
91985
|
+
/* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_5__);
|
|
91986
|
+
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(91038);
|
|
91987
|
+
/* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_6__);
|
|
91988
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(78783);
|
|
91989
|
+
/* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_7__);
|
|
91990
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(41539);
|
|
91991
|
+
/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_8__);
|
|
91992
|
+
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(39714);
|
|
91993
|
+
/* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9__);
|
|
91994
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(92222);
|
|
91995
|
+
/* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_10__);
|
|
91996
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(54747);
|
|
91997
|
+
/* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_11__);
|
|
91998
|
+
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4723);
|
|
91999
|
+
/* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_12__);
|
|
92000
|
+
/* harmony import */ var _popperjs_core__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(95551);
|
|
92001
|
+
/* harmony import */ var _editor_utils_UnitConvert__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(91404);
|
|
92002
|
+
|
|
92005
92003
|
|
|
92006
92004
|
|
|
92007
92005
|
|
|
@@ -92096,22 +92094,26 @@ var dateFormatValueList = [{
|
|
|
92096
92094
|
var dateFormat = function dateFormat(date, format) {
|
|
92097
92095
|
var _date;
|
|
92098
92096
|
if (date && typeof date === 'string') {
|
|
92099
|
-
|
|
92100
|
-
|
|
92101
|
-
|
|
92102
|
-
|
|
92103
|
-
|
|
92104
|
-
|
|
92105
|
-
|
|
92106
|
-
|
|
92107
|
-
|
|
92108
|
-
|
|
92109
|
-
|
|
92110
|
-
|
|
92111
|
-
|
|
92097
|
+
if (!isNaN(Number(date))) {
|
|
92098
|
+
_date = toDate(Number(date));
|
|
92099
|
+
} else {
|
|
92100
|
+
var stringDate = date.replace(/[年|月|-]/g, '/');
|
|
92101
|
+
stringDate = stringDate.replace(/[点|时|分]/g, ':');
|
|
92102
|
+
stringDate = stringDate.replace(/[日|秒]/g, '');
|
|
92103
|
+
if (isNaN(new Date(stringDate).getTime())) {
|
|
92104
|
+
if (format && format.includes('MM') && !format.includes('yyyy')) {
|
|
92105
|
+
stringDate = '2021/' + stringDate;
|
|
92106
|
+
}
|
|
92107
|
+
if (format && format.includes('HH') && !format.includes('ss')) {
|
|
92108
|
+
stringDate = stringDate + ':00';
|
|
92109
|
+
stringDate = stringDate.replace('::', ':');
|
|
92110
|
+
}
|
|
92111
|
+
if (!stringDate.includes('/')) {
|
|
92112
|
+
stringDate = '2021/10/01 ' + stringDate;
|
|
92113
|
+
}
|
|
92112
92114
|
}
|
|
92115
|
+
_date = toDate(stringDate);
|
|
92113
92116
|
}
|
|
92114
|
-
_date = toDate(stringDate);
|
|
92115
92117
|
} else {
|
|
92116
92118
|
_date = toDate(date);
|
|
92117
92119
|
}
|
|
@@ -92262,7 +92264,7 @@ var createRightMenu = function createRightMenu(clientX, clientY, rightMenuModal)
|
|
|
92262
92264
|
var virtualElement = {
|
|
92263
92265
|
getBoundingClientRect: generateGetBoundingClientRect(clientX, clientY)
|
|
92264
92266
|
};
|
|
92265
|
-
(0,
|
|
92267
|
+
(0,_popperjs_core__WEBPACK_IMPORTED_MODULE_14__/* .createPopper */ .fi)(virtualElement, rightMenuModal, {
|
|
92266
92268
|
placement: 'bottom-start',
|
|
92267
92269
|
modifiers: [{
|
|
92268
92270
|
name: 'flip',
|
|
@@ -197136,150 +197138,6 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
197136
197138
|
});
|
|
197137
197139
|
|
|
197138
197140
|
|
|
197139
|
-
/***/ }),
|
|
197140
|
-
|
|
197141
|
-
/***/ 77732:
|
|
197142
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197143
|
-
|
|
197144
|
-
var map = {
|
|
197145
|
-
"./l-b-z-1-1.png": 98166,
|
|
197146
|
-
"./l-b-z-2-1.png": 88887,
|
|
197147
|
-
"./l-b-z-3-1.png": 16253,
|
|
197148
|
-
"./l-b-z-4-1.png": 7881,
|
|
197149
|
-
"./l-b-z-5-1.png": 66764,
|
|
197150
|
-
"./l-b-z-6-1.png": 47160,
|
|
197151
|
-
"./l-b-z-7-1.png": 62983,
|
|
197152
|
-
"./l-b-z-8-1.png": 54938
|
|
197153
|
-
};
|
|
197154
|
-
|
|
197155
|
-
|
|
197156
|
-
function webpackContext(req) {
|
|
197157
|
-
var id = webpackContextResolve(req);
|
|
197158
|
-
return __webpack_require__(id);
|
|
197159
|
-
}
|
|
197160
|
-
function webpackContextResolve(req) {
|
|
197161
|
-
if(!__webpack_require__.o(map, req)) {
|
|
197162
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
197163
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
197164
|
-
throw e;
|
|
197165
|
-
}
|
|
197166
|
-
return map[req];
|
|
197167
|
-
}
|
|
197168
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
197169
|
-
return Object.keys(map);
|
|
197170
|
-
};
|
|
197171
|
-
webpackContext.resolve = webpackContextResolve;
|
|
197172
|
-
module.exports = webpackContext;
|
|
197173
|
-
webpackContext.id = 77732;
|
|
197174
|
-
|
|
197175
|
-
/***/ }),
|
|
197176
|
-
|
|
197177
|
-
/***/ 74632:
|
|
197178
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197179
|
-
|
|
197180
|
-
var map = {
|
|
197181
|
-
"./l-t-z-1-1.png": 75640,
|
|
197182
|
-
"./l-t-z-2-1.png": 78223,
|
|
197183
|
-
"./l-t-z-3-1.png": 22633,
|
|
197184
|
-
"./l-t-z-4-1.png": 21747,
|
|
197185
|
-
"./l-t-z-5-1.png": 94348,
|
|
197186
|
-
"./l-t-z-6-1.png": 69216,
|
|
197187
|
-
"./l-t-z-7-1.png": 88493,
|
|
197188
|
-
"./l-t-z-8-1.png": 89867
|
|
197189
|
-
};
|
|
197190
|
-
|
|
197191
|
-
|
|
197192
|
-
function webpackContext(req) {
|
|
197193
|
-
var id = webpackContextResolve(req);
|
|
197194
|
-
return __webpack_require__(id);
|
|
197195
|
-
}
|
|
197196
|
-
function webpackContextResolve(req) {
|
|
197197
|
-
if(!__webpack_require__.o(map, req)) {
|
|
197198
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
197199
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
197200
|
-
throw e;
|
|
197201
|
-
}
|
|
197202
|
-
return map[req];
|
|
197203
|
-
}
|
|
197204
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
197205
|
-
return Object.keys(map);
|
|
197206
|
-
};
|
|
197207
|
-
webpackContext.resolve = webpackContextResolve;
|
|
197208
|
-
module.exports = webpackContext;
|
|
197209
|
-
webpackContext.id = 74632;
|
|
197210
|
-
|
|
197211
|
-
/***/ }),
|
|
197212
|
-
|
|
197213
|
-
/***/ 66001:
|
|
197214
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197215
|
-
|
|
197216
|
-
var map = {
|
|
197217
|
-
"./r-b-z-1-1.png": 32269,
|
|
197218
|
-
"./r-b-z-2-1.png": 77989,
|
|
197219
|
-
"./r-b-z-3-1.png": 45764,
|
|
197220
|
-
"./r-b-z-4-1.png": 36100,
|
|
197221
|
-
"./r-b-z-5-1.png": 27372,
|
|
197222
|
-
"./r-b-z-6-1.png": 68912,
|
|
197223
|
-
"./r-b-z-7-1.png": 56851,
|
|
197224
|
-
"./r-b-z-8-1.png": 54980
|
|
197225
|
-
};
|
|
197226
|
-
|
|
197227
|
-
|
|
197228
|
-
function webpackContext(req) {
|
|
197229
|
-
var id = webpackContextResolve(req);
|
|
197230
|
-
return __webpack_require__(id);
|
|
197231
|
-
}
|
|
197232
|
-
function webpackContextResolve(req) {
|
|
197233
|
-
if(!__webpack_require__.o(map, req)) {
|
|
197234
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
197235
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
197236
|
-
throw e;
|
|
197237
|
-
}
|
|
197238
|
-
return map[req];
|
|
197239
|
-
}
|
|
197240
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
197241
|
-
return Object.keys(map);
|
|
197242
|
-
};
|
|
197243
|
-
webpackContext.resolve = webpackContextResolve;
|
|
197244
|
-
module.exports = webpackContext;
|
|
197245
|
-
webpackContext.id = 66001;
|
|
197246
|
-
|
|
197247
|
-
/***/ }),
|
|
197248
|
-
|
|
197249
|
-
/***/ 1842:
|
|
197250
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197251
|
-
|
|
197252
|
-
var map = {
|
|
197253
|
-
"./r-t-z-1-1.png": 91598,
|
|
197254
|
-
"./r-t-z-2-1.png": 58365,
|
|
197255
|
-
"./r-t-z-3-1.png": 94845,
|
|
197256
|
-
"./r-t-z-4-1.png": 41308,
|
|
197257
|
-
"./r-t-z-5-1.png": 65695,
|
|
197258
|
-
"./r-t-z-6-1.png": 78393,
|
|
197259
|
-
"./r-t-z-7-1.png": 2815,
|
|
197260
|
-
"./r-t-z-8-1.png": 86136
|
|
197261
|
-
};
|
|
197262
|
-
|
|
197263
|
-
|
|
197264
|
-
function webpackContext(req) {
|
|
197265
|
-
var id = webpackContextResolve(req);
|
|
197266
|
-
return __webpack_require__(id);
|
|
197267
|
-
}
|
|
197268
|
-
function webpackContextResolve(req) {
|
|
197269
|
-
if(!__webpack_require__.o(map, req)) {
|
|
197270
|
-
var e = new Error("Cannot find module '" + req + "'");
|
|
197271
|
-
e.code = 'MODULE_NOT_FOUND';
|
|
197272
|
-
throw e;
|
|
197273
|
-
}
|
|
197274
|
-
return map[req];
|
|
197275
|
-
}
|
|
197276
|
-
webpackContext.keys = function webpackContextKeys() {
|
|
197277
|
-
return Object.keys(map);
|
|
197278
|
-
};
|
|
197279
|
-
webpackContext.resolve = webpackContextResolve;
|
|
197280
|
-
module.exports = webpackContext;
|
|
197281
|
-
webpackContext.id = 1842;
|
|
197282
|
-
|
|
197283
197141
|
/***/ }),
|
|
197284
197142
|
|
|
197285
197143
|
/***/ 60276:
|
|
@@ -197295,7 +197153,7 @@ var map = {
|
|
|
197295
197153
|
"./dataSource/DataSource.vue": 9238,
|
|
197296
197154
|
"./dateDialog/DateDialog.vue": 17237,
|
|
197297
197155
|
"./delimiter/Delimiter.vue": 31861,
|
|
197298
|
-
"./expressionForm/ExpressionForm.vue":
|
|
197156
|
+
"./expressionForm/ExpressionForm.vue": 44603,
|
|
197299
197157
|
"./findReplace/FindReplace.vue": 25918,
|
|
197300
197158
|
"./gestation/Gestation.vue": 6251,
|
|
197301
197159
|
"./hoprint/HoPrint.vue": 62321,
|
|
@@ -197351,262 +197209,6 @@ webpackContext.id = 60276;
|
|
|
197351
197209
|
|
|
197352
197210
|
/***/ }),
|
|
197353
197211
|
|
|
197354
|
-
/***/ 98166:
|
|
197355
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197356
|
-
|
|
197357
|
-
"use strict";
|
|
197358
|
-
module.exports = __webpack_require__.p + "img/l-b-z-1-1.png";
|
|
197359
|
-
|
|
197360
|
-
/***/ }),
|
|
197361
|
-
|
|
197362
|
-
/***/ 88887:
|
|
197363
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197364
|
-
|
|
197365
|
-
"use strict";
|
|
197366
|
-
module.exports = __webpack_require__.p + "img/l-b-z-2-1.png";
|
|
197367
|
-
|
|
197368
|
-
/***/ }),
|
|
197369
|
-
|
|
197370
|
-
/***/ 16253:
|
|
197371
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197372
|
-
|
|
197373
|
-
"use strict";
|
|
197374
|
-
module.exports = __webpack_require__.p + "img/l-b-z-3-1.png";
|
|
197375
|
-
|
|
197376
|
-
/***/ }),
|
|
197377
|
-
|
|
197378
|
-
/***/ 7881:
|
|
197379
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197380
|
-
|
|
197381
|
-
"use strict";
|
|
197382
|
-
module.exports = __webpack_require__.p + "img/l-b-z-4-1.png";
|
|
197383
|
-
|
|
197384
|
-
/***/ }),
|
|
197385
|
-
|
|
197386
|
-
/***/ 66764:
|
|
197387
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197388
|
-
|
|
197389
|
-
"use strict";
|
|
197390
|
-
module.exports = __webpack_require__.p + "img/l-b-z-5-1.png";
|
|
197391
|
-
|
|
197392
|
-
/***/ }),
|
|
197393
|
-
|
|
197394
|
-
/***/ 47160:
|
|
197395
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197396
|
-
|
|
197397
|
-
"use strict";
|
|
197398
|
-
module.exports = __webpack_require__.p + "img/l-b-z-6-1.png";
|
|
197399
|
-
|
|
197400
|
-
/***/ }),
|
|
197401
|
-
|
|
197402
|
-
/***/ 62983:
|
|
197403
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197404
|
-
|
|
197405
|
-
"use strict";
|
|
197406
|
-
module.exports = __webpack_require__.p + "img/l-b-z-7-1.png";
|
|
197407
|
-
|
|
197408
|
-
/***/ }),
|
|
197409
|
-
|
|
197410
|
-
/***/ 54938:
|
|
197411
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197412
|
-
|
|
197413
|
-
"use strict";
|
|
197414
|
-
module.exports = __webpack_require__.p + "img/l-b-z-8-1.png";
|
|
197415
|
-
|
|
197416
|
-
/***/ }),
|
|
197417
|
-
|
|
197418
|
-
/***/ 75640:
|
|
197419
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197420
|
-
|
|
197421
|
-
"use strict";
|
|
197422
|
-
module.exports = __webpack_require__.p + "img/l-t-z-1-1.png";
|
|
197423
|
-
|
|
197424
|
-
/***/ }),
|
|
197425
|
-
|
|
197426
|
-
/***/ 78223:
|
|
197427
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197428
|
-
|
|
197429
|
-
"use strict";
|
|
197430
|
-
module.exports = __webpack_require__.p + "img/l-t-z-2-1.png";
|
|
197431
|
-
|
|
197432
|
-
/***/ }),
|
|
197433
|
-
|
|
197434
|
-
/***/ 22633:
|
|
197435
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197436
|
-
|
|
197437
|
-
"use strict";
|
|
197438
|
-
module.exports = __webpack_require__.p + "img/l-t-z-3-1.png";
|
|
197439
|
-
|
|
197440
|
-
/***/ }),
|
|
197441
|
-
|
|
197442
|
-
/***/ 21747:
|
|
197443
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197444
|
-
|
|
197445
|
-
"use strict";
|
|
197446
|
-
module.exports = __webpack_require__.p + "img/l-t-z-4-1.png";
|
|
197447
|
-
|
|
197448
|
-
/***/ }),
|
|
197449
|
-
|
|
197450
|
-
/***/ 94348:
|
|
197451
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197452
|
-
|
|
197453
|
-
"use strict";
|
|
197454
|
-
module.exports = __webpack_require__.p + "img/l-t-z-5-1.png";
|
|
197455
|
-
|
|
197456
|
-
/***/ }),
|
|
197457
|
-
|
|
197458
|
-
/***/ 69216:
|
|
197459
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197460
|
-
|
|
197461
|
-
"use strict";
|
|
197462
|
-
module.exports = __webpack_require__.p + "img/l-t-z-6-1.png";
|
|
197463
|
-
|
|
197464
|
-
/***/ }),
|
|
197465
|
-
|
|
197466
|
-
/***/ 88493:
|
|
197467
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197468
|
-
|
|
197469
|
-
"use strict";
|
|
197470
|
-
module.exports = __webpack_require__.p + "img/l-t-z-7-1.png";
|
|
197471
|
-
|
|
197472
|
-
/***/ }),
|
|
197473
|
-
|
|
197474
|
-
/***/ 89867:
|
|
197475
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197476
|
-
|
|
197477
|
-
"use strict";
|
|
197478
|
-
module.exports = __webpack_require__.p + "img/l-t-z-8-1.png";
|
|
197479
|
-
|
|
197480
|
-
/***/ }),
|
|
197481
|
-
|
|
197482
|
-
/***/ 32269:
|
|
197483
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197484
|
-
|
|
197485
|
-
"use strict";
|
|
197486
|
-
module.exports = __webpack_require__.p + "img/r-b-z-1-1.png";
|
|
197487
|
-
|
|
197488
|
-
/***/ }),
|
|
197489
|
-
|
|
197490
|
-
/***/ 77989:
|
|
197491
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197492
|
-
|
|
197493
|
-
"use strict";
|
|
197494
|
-
module.exports = __webpack_require__.p + "img/r-b-z-2-1.png";
|
|
197495
|
-
|
|
197496
|
-
/***/ }),
|
|
197497
|
-
|
|
197498
|
-
/***/ 45764:
|
|
197499
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197500
|
-
|
|
197501
|
-
"use strict";
|
|
197502
|
-
module.exports = __webpack_require__.p + "img/r-b-z-3-1.png";
|
|
197503
|
-
|
|
197504
|
-
/***/ }),
|
|
197505
|
-
|
|
197506
|
-
/***/ 36100:
|
|
197507
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197508
|
-
|
|
197509
|
-
"use strict";
|
|
197510
|
-
module.exports = __webpack_require__.p + "img/r-b-z-4-1.png";
|
|
197511
|
-
|
|
197512
|
-
/***/ }),
|
|
197513
|
-
|
|
197514
|
-
/***/ 27372:
|
|
197515
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197516
|
-
|
|
197517
|
-
"use strict";
|
|
197518
|
-
module.exports = __webpack_require__.p + "img/r-b-z-5-1.png";
|
|
197519
|
-
|
|
197520
|
-
/***/ }),
|
|
197521
|
-
|
|
197522
|
-
/***/ 68912:
|
|
197523
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197524
|
-
|
|
197525
|
-
"use strict";
|
|
197526
|
-
module.exports = __webpack_require__.p + "img/r-b-z-6-1.png";
|
|
197527
|
-
|
|
197528
|
-
/***/ }),
|
|
197529
|
-
|
|
197530
|
-
/***/ 56851:
|
|
197531
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197532
|
-
|
|
197533
|
-
"use strict";
|
|
197534
|
-
module.exports = __webpack_require__.p + "img/r-b-z-7-1.png";
|
|
197535
|
-
|
|
197536
|
-
/***/ }),
|
|
197537
|
-
|
|
197538
|
-
/***/ 54980:
|
|
197539
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197540
|
-
|
|
197541
|
-
"use strict";
|
|
197542
|
-
module.exports = __webpack_require__.p + "img/r-b-z-8-1.png";
|
|
197543
|
-
|
|
197544
|
-
/***/ }),
|
|
197545
|
-
|
|
197546
|
-
/***/ 91598:
|
|
197547
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197548
|
-
|
|
197549
|
-
"use strict";
|
|
197550
|
-
module.exports = __webpack_require__.p + "img/r-t-z-1-1.png";
|
|
197551
|
-
|
|
197552
|
-
/***/ }),
|
|
197553
|
-
|
|
197554
|
-
/***/ 58365:
|
|
197555
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197556
|
-
|
|
197557
|
-
"use strict";
|
|
197558
|
-
module.exports = __webpack_require__.p + "img/r-t-z-2-1.png";
|
|
197559
|
-
|
|
197560
|
-
/***/ }),
|
|
197561
|
-
|
|
197562
|
-
/***/ 94845:
|
|
197563
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197564
|
-
|
|
197565
|
-
"use strict";
|
|
197566
|
-
module.exports = __webpack_require__.p + "img/r-t-z-3-1.png";
|
|
197567
|
-
|
|
197568
|
-
/***/ }),
|
|
197569
|
-
|
|
197570
|
-
/***/ 41308:
|
|
197571
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197572
|
-
|
|
197573
|
-
"use strict";
|
|
197574
|
-
module.exports = __webpack_require__.p + "img/r-t-z-4-1.png";
|
|
197575
|
-
|
|
197576
|
-
/***/ }),
|
|
197577
|
-
|
|
197578
|
-
/***/ 65695:
|
|
197579
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197580
|
-
|
|
197581
|
-
"use strict";
|
|
197582
|
-
module.exports = __webpack_require__.p + "img/r-t-z-5-1.png";
|
|
197583
|
-
|
|
197584
|
-
/***/ }),
|
|
197585
|
-
|
|
197586
|
-
/***/ 78393:
|
|
197587
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197588
|
-
|
|
197589
|
-
"use strict";
|
|
197590
|
-
module.exports = __webpack_require__.p + "img/r-t-z-6-1.png";
|
|
197591
|
-
|
|
197592
|
-
/***/ }),
|
|
197593
|
-
|
|
197594
|
-
/***/ 2815:
|
|
197595
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197596
|
-
|
|
197597
|
-
"use strict";
|
|
197598
|
-
module.exports = __webpack_require__.p + "img/r-t-z-7-1.png";
|
|
197599
|
-
|
|
197600
|
-
/***/ }),
|
|
197601
|
-
|
|
197602
|
-
/***/ 86136:
|
|
197603
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
197604
|
-
|
|
197605
|
-
"use strict";
|
|
197606
|
-
module.exports = __webpack_require__.p + "img/r-t-z-8-1.png";
|
|
197607
|
-
|
|
197608
|
-
/***/ }),
|
|
197609
|
-
|
|
197610
197212
|
/***/ 77203:
|
|
197611
197213
|
/***/ (function(module) {
|
|
197612
197214
|
|
|
@@ -236930,7 +236532,7 @@ var ParagraphNode = __webpack_require__(67945);
|
|
|
236930
236532
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/MarkNode.ts
|
|
236931
236533
|
var MarkNode = __webpack_require__(57727);
|
|
236932
236534
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
236933
|
-
/* harmony default export */ var version = ('3.0.
|
|
236535
|
+
/* harmony default export */ var version = ('3.0.78');
|
|
236934
236536
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
236935
236537
|
var PoperTipText = __webpack_require__(36081);
|
|
236936
236538
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -250880,7 +250482,7 @@ var VueController = /*#__PURE__*/function () {
|
|
|
250880
250482
|
isDrawGridlines: true,
|
|
250881
250483
|
cellInnerMargin: '0,0,0.1,0.1',
|
|
250882
250484
|
customProperties: '',
|
|
250883
|
-
lightCellBorders: false,
|
|
250485
|
+
//lightCellBorders: false,
|
|
250884
250486
|
dataSource: '',
|
|
250885
250487
|
backColor: 'transparent',
|
|
250886
250488
|
editorProperty: TableProperty/* EditorProperty.None */.YS.None,
|
|
@@ -250996,7 +250598,7 @@ var VueController = /*#__PURE__*/function () {
|
|
|
250996
250598
|
isDrawGridlines: node.cellProperty.isDrawGridlines,
|
|
250997
250599
|
cellInnerMargin: node.cellProperty.cellInnerMargin ? node.cellProperty.cellInnerMargin.toString() : '0,0,0.1,0.1',
|
|
250998
250600
|
customProperties: _customProperties3,
|
|
250999
|
-
lightCellBorders: node.cellProperty.lightCellBorders,
|
|
250601
|
+
//lightCellBorders: node.cellProperty.lightCellBorders,
|
|
251000
250602
|
//dataSource: node.cellProperty.dataSource,
|
|
251001
250603
|
backColor: node.cellProperty.backColor,
|
|
251002
250604
|
editorProperty: node.cellProperty.editorProperty,
|
|
@@ -252817,7 +252419,8 @@ var EditController = /*#__PURE__*/function () {
|
|
|
252817
252419
|
key: "canIsEdit",
|
|
252818
252420
|
value: function canIsEdit(hoEditorFactory) {
|
|
252819
252421
|
var result = true;
|
|
252820
|
-
//hoEditorFactory.isUseForm = true;
|
|
252422
|
+
// hoEditorFactory.isUseForm = true;
|
|
252423
|
+
// hoEditorFactory.allowEditCellInForm = false;
|
|
252821
252424
|
if (hoEditorFactory.isUseForm) {
|
|
252822
252425
|
var _enode$parentNode, _enode$parentNode2;
|
|
252823
252426
|
var curDomRange = hoEditorFactory.docTree.curDomRange.normalize(); //获取当前选中区域
|
|
@@ -252837,6 +252440,11 @@ var EditController = /*#__PURE__*/function () {
|
|
|
252837
252440
|
if (enode instanceof MarkNode/* MarkNode */.j && enode.MarkNodeType == 2 && (((_enode$parentNode = enode.parentNode) === null || _enode$parentNode === void 0 ? void 0 : _enode$parentNode.parentNode) == null || ((_enode$parentNode2 = enode.parentNode) === null || _enode$parentNode2 === void 0 ? void 0 : _enode$parentNode2.parentNode) instanceof CellNode/* CellNode */.D)) {
|
|
252838
252441
|
result = false;
|
|
252839
252442
|
}
|
|
252443
|
+
if (!hoEditorFactory.allowEditCellInForm) {
|
|
252444
|
+
if ((enode === null || enode === void 0 ? void 0 : enode.parentNode) instanceof CellNode/* CellNode */.D) {
|
|
252445
|
+
result = false;
|
|
252446
|
+
}
|
|
252447
|
+
}
|
|
252840
252448
|
}
|
|
252841
252449
|
if (!result) {
|
|
252842
252450
|
message/* default.destroy */.Z.destroy();
|
|
@@ -257057,6 +256665,7 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
257057
256665
|
(0,esm_classCallCheck/* default */.Z)(this, HOEditorFactory);
|
|
257058
256666
|
(0,esm_defineProperty/* default */.Z)(this, "_printBlack", void 0);
|
|
257059
256667
|
(0,esm_defineProperty/* default */.Z)(this, "_isUseForm", void 0);
|
|
256668
|
+
(0,esm_defineProperty/* default */.Z)(this, "_allowEditCellInForm", true);
|
|
257060
256669
|
(0,esm_defineProperty/* default */.Z)(this, "_isUseImagePrint", void 0);
|
|
257061
256670
|
(0,esm_defineProperty/* default */.Z)(this, "_isFixedPrintToA4", void 0);
|
|
257062
256671
|
(0,esm_defineProperty/* default */.Z)(this, "_isRotate", void 0);
|
|
@@ -257136,6 +256745,7 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
257136
256745
|
get:
|
|
257137
256746
|
// 打印时将彩色字体转换成黑色
|
|
257138
256747
|
// 是否启用表单模式
|
|
256748
|
+
//表单模式下是否允许编辑单元格文本
|
|
257139
256749
|
// 是否启用图片打印 默认不启用即使用svg打印
|
|
257140
256750
|
// 是否将病历固定打印到a4纸上 默认不启用,如果启用则不管什么病历都会在打印生成a4尺寸的pdf,将病历居中靠上绘制到pdf上面
|
|
257141
256751
|
// 特殊打印时是否旋转过pdf的context内容
|
|
@@ -257150,7 +256760,6 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
257150
256760
|
// 待加载的图片数量
|
|
257151
256761
|
// 图片加载完成回调
|
|
257152
256762
|
// 获取ai文本函数
|
|
257153
|
-
//private _aiText = ""; // ai文本
|
|
257154
256763
|
|
|
257155
256764
|
// 医生签名图片高度
|
|
257156
256765
|
// 患者签名签字图片高度
|
|
@@ -257808,16 +257417,7 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
257808
257417
|
key: "aiTextFunc",
|
|
257809
257418
|
get: function get() {
|
|
257810
257419
|
return this._aiTextFunc;
|
|
257811
|
-
}
|
|
257812
|
-
// set aiText(value: string) {
|
|
257813
|
-
// if (this._aiText !== value) {
|
|
257814
|
-
// this._aiText = value;
|
|
257815
|
-
// }
|
|
257816
|
-
// }
|
|
257817
|
-
// get aiText(): string {
|
|
257818
|
-
// return this._aiText;
|
|
257819
|
-
// }
|
|
257820
|
-
,
|
|
257420
|
+
},
|
|
257821
257421
|
set: function set(value) {
|
|
257822
257422
|
if (this._aiTextFunc !== value) {
|
|
257823
257423
|
this._aiTextFunc = value;
|
|
@@ -257913,6 +257513,16 @@ var HOEditorFactory = /*#__PURE__*/function () {
|
|
|
257913
257513
|
this._isUseForm = value;
|
|
257914
257514
|
}
|
|
257915
257515
|
}
|
|
257516
|
+
}, {
|
|
257517
|
+
key: "allowEditCellInForm",
|
|
257518
|
+
get: function get() {
|
|
257519
|
+
return this._allowEditCellInForm;
|
|
257520
|
+
},
|
|
257521
|
+
set: function set(value) {
|
|
257522
|
+
if (this._allowEditCellInForm !== value) {
|
|
257523
|
+
this._allowEditCellInForm = value;
|
|
257524
|
+
}
|
|
257525
|
+
}
|
|
257916
257526
|
}, {
|
|
257917
257527
|
key: "printBlack",
|
|
257918
257528
|
get: function get() {
|