hoeditor-web 3.1.225 → 3.1.226

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.
@@ -108044,7 +108044,7 @@ const textParams = {
108044
108044
  /***/ (function(__unused_webpack_module, __webpack_exports__) {
108045
108045
 
108046
108046
  "use strict";
108047
- /* harmony default export */ __webpack_exports__.A = ('3.1.225');
108047
+ /* harmony default export */ __webpack_exports__.A = ('3.1.226');
108048
108048
 
108049
108049
  /***/ }),
108050
108050
 
@@ -232901,6 +232901,8 @@ class entry_lib_VueController {
232901
232901
  node.selectJson = attr.selectJson;
232902
232902
  node.associatedElement = attr.associatedElement;
232903
232903
  node.count = attr.count;
232904
+ node.associatedList = attr.associatedList || [];
232905
+ node.scoreList = attr.scoreList || [];
232904
232906
  node.value = attr.value;
232905
232907
  hoEditorFactory.docTree.change(changeEvent);
232906
232908
  }