hoeditor-web 3.1.123 → 3.1.124
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.umd.js +5 -6
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -67055,10 +67055,8 @@ var TextInputFieldNode = /*#__PURE__*/function (_BaseCombineNode) {
|
|
|
67055
67055
|
} else if ((0,esm_typeof/* default */.Z)(target[value]) == 'object') {
|
|
67056
67056
|
if (Object.prototype.toString.call(source[value]) === '[object Object]') {
|
|
67057
67057
|
assignvalue(target[value], source[value]);
|
|
67058
|
-
} else {
|
|
67059
|
-
|
|
67060
|
-
assignvalue(target[value], JSON.parse(source[value]));
|
|
67061
|
-
}
|
|
67058
|
+
} else if (source[value] !== '' && source[value] !== null) {
|
|
67059
|
+
assignvalue(target[value], JSON.parse(source[value]));
|
|
67062
67060
|
}
|
|
67063
67061
|
} else {
|
|
67064
67062
|
target[value] = source[value];
|
|
@@ -67312,7 +67310,7 @@ var TextInputFieldNode = /*#__PURE__*/function (_BaseCombineNode) {
|
|
|
67312
67310
|
return this._customProperty;
|
|
67313
67311
|
},
|
|
67314
67312
|
set: function set(value) {
|
|
67315
|
-
if (this._customProperty !== value) {
|
|
67313
|
+
if (this._customProperty !== value && value !== "") {
|
|
67316
67314
|
this._customProperty = value;
|
|
67317
67315
|
}
|
|
67318
67316
|
}
|
|
@@ -68519,6 +68517,7 @@ var TextInputFieldNode = /*#__PURE__*/function (_BaseCombineNode) {
|
|
|
68519
68517
|
json.includesKeyword = !json.includesKeyword ? "[]" : json.includesKeyword;
|
|
68520
68518
|
json.valueArea = !json.valueArea ? "[]" : json.valueArea;
|
|
68521
68519
|
json.isElementLink = !json.isElementLink ? false : json.isElementLink;
|
|
68520
|
+
if (this.name == '窒息后选择') {}
|
|
68522
68521
|
var temp = new TextInputFieldNode(hoEditorFactoryID, rootNodes, pNode ? pNode : null, BaseNode/* NodeType */.Jq.ntField, json);
|
|
68523
68522
|
// this.insertChild
|
|
68524
68523
|
if (json.childNodes) {
|
|
@@ -210237,7 +210236,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
210237
210236
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
210238
210237
|
var ParagraphNode = __webpack_require__(67945);
|
|
210239
210238
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
210240
|
-
/* harmony default export */ var version = ('3.1.
|
|
210239
|
+
/* harmony default export */ var version = ('3.1.124');
|
|
210241
210240
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
210242
210241
|
var PoperTipText = __webpack_require__(50987);
|
|
210243
210242
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|