ato-water-lib 0.0.31 → 0.0.32
Sign up to get free protection for your applications and to get access to all the features.
@@ -4736,6 +4736,10 @@ class AtoDefaultGojsEditor {
|
|
4736
4736
|
((_l = (_k = obj.part) === null || _k === void 0 ? void 0 : _k['ob']) === null || _l === void 0 ? void 0 : _l.topologyType) !== ATO_ECOMPONENT_PLANT_TYPE.WATER_PLANT_CELL) {
|
4737
4737
|
return false;
|
4738
4738
|
}
|
4739
|
+
if (action === AtoDefaultGojsEditor.ENUM_ACTIONS.OUTFLOW &&
|
4740
|
+
self.plantSatus === ATO_EPlantType.BASIC_PLANT) {
|
4741
|
+
return false;
|
4742
|
+
}
|
4739
4743
|
return true;
|
4740
4744
|
}).map((e) => {
|
4741
4745
|
var _a, _b, _c, _d;
|