mftsccs-browser 2.0.11-beta → 2.0.12-beta
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/dist/main.bundle.js
CHANGED
|
@@ -1783,6 +1783,9 @@ function GetConcept(id) {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
}
|
|
1785
1785
|
let result = (0,_app__WEBPACK_IMPORTED_MODULE_3__.CreateDefaultConcept)();
|
|
1786
|
+
if (id == 0 || id == undefined || id == null) {
|
|
1787
|
+
return result;
|
|
1788
|
+
}
|
|
1786
1789
|
var conceptUse = yield _DataStructures_ConceptData__WEBPACK_IMPORTED_MODULE_0__.ConceptsData.GetConcept(id);
|
|
1787
1790
|
let isNpc = _DataStructures_ConceptData__WEBPACK_IMPORTED_MODULE_0__.ConceptsData.GetNpc(id);
|
|
1788
1791
|
if (conceptUse.id != 0 || isNpc) {
|
|
@@ -5288,6 +5291,9 @@ class ConceptsData {
|
|
|
5288
5291
|
(0,_app__WEBPACK_IMPORTED_MODULE_5__.handleServiceWorkerException)(error);
|
|
5289
5292
|
}
|
|
5290
5293
|
}
|
|
5294
|
+
if (id == 0 || id == undefined || id == null) {
|
|
5295
|
+
return (0,_Services_CreateDefaultConcept__WEBPACK_IMPORTED_MODULE_4__.CreateDefaultConcept)();
|
|
5296
|
+
}
|
|
5291
5297
|
var myConcept = (0,_Services_CreateDefaultConcept__WEBPACK_IMPORTED_MODULE_4__.CreateDefaultConcept)();
|
|
5292
5298
|
var node = yield _BinaryTree__WEBPACK_IMPORTED_MODULE_1__.BinaryTree.getNodeFromTree(id);
|
|
5293
5299
|
if (node === null || node === void 0 ? void 0 : node.value) {
|
|
@@ -21409,7 +21415,7 @@ class WidgetTree {
|
|
|
21409
21415
|
this.version = 0;
|
|
21410
21416
|
this.mount_child = "";
|
|
21411
21417
|
this.children = [];
|
|
21412
|
-
this.wrapper = 0;
|
|
21418
|
+
this.wrapper = '0';
|
|
21413
21419
|
this.widget = new _BuilderStatefulWidget__WEBPACK_IMPORTED_MODULE_0__.BuilderStatefulWidget();
|
|
21414
21420
|
}
|
|
21415
21421
|
}
|