ato-water-lib 0.0.146 → 0.0.148
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/constants/components-group-const.mjs +2 -7
- package/esm2020/lib/models/gojs-editor.model.mjs +3 -3
- package/fesm2015/ato-water-lib.mjs +3 -8
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +3 -8
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/constants/base64.const.d.ts +1 -1
- package/lib/constants/components-group-const.d.ts +1 -2
- package/lib/models/gojs-editor.model.d.ts +2 -2
- package/package.json +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { AtoGojsEditorModel } from '../models/gojs-editor.model';
|
2
2
|
export declare const ATO_DUPLICATE_BASE64: {
|
3
|
-
|
3
|
+
OpenRecircIndustrialGases: AtoGojsEditorModel.ENUM_TYPES;
|
4
4
|
};
|
5
5
|
export declare const AtoGoJSBase64: {
|
6
6
|
CoolingTowers: string;
|
@@ -136,7 +136,6 @@ export declare enum ENUM_ASSET_PARAMETERS {
|
|
136
136
|
CONNECTIVITY = "Connectivity",
|
137
137
|
FLOW_SWITCH = "Flow Switch",
|
138
138
|
ORP = "ORP",
|
139
|
-
pH = "pH",
|
140
139
|
DELTA_PH = "Delta pH"
|
141
140
|
}
|
142
141
|
export declare enum WATER_SYSTEMS_NAME {
|
@@ -1757,7 +1756,7 @@ export declare const ATO_COMPONENTS_GROUP_DATA: {
|
|
1757
1756
|
})[];
|
1758
1757
|
linkDataArray: never[];
|
1759
1758
|
};
|
1760
|
-
|
1759
|
+
OpenRecircIndustrialGases: {
|
1761
1760
|
nodeDataArray: ({
|
1762
1761
|
key: number;
|
1763
1762
|
type: AtoGojsEditorModel.ENUM_TEMPLATES;
|
@@ -72,7 +72,7 @@ export declare namespace AtoGojsEditorModel {
|
|
72
72
|
enum ENUM_TEMPLATES {
|
73
73
|
STORAGE = "Storage",
|
74
74
|
COOLING_TOWER = "Cooling Tower",
|
75
|
-
INDUSTRIAL_GASES = "Industrial Gas",
|
75
|
+
INDUSTRIAL_GASES = "Open Recirc - Industrial Gas",
|
76
76
|
WATER_TREATMENT = "Water Treatment",
|
77
77
|
DEMIN_WATER_TREATMENT = "Demin Water Treatment",
|
78
78
|
RO_WATER_TREATMENT = "RO Water Treatment",
|
@@ -219,7 +219,7 @@ export declare namespace AtoGojsEditorModel {
|
|
219
219
|
ZLD_WASTEWATER_TREATMENT = "ZLDWasteWaterTreatments",
|
220
220
|
DOMESTIC_USE = "DomesticUse",
|
221
221
|
COOLING_TOWER = "CoolingTowers",
|
222
|
-
INDUSTRIAL_GASES = "
|
222
|
+
INDUSTRIAL_GASES = "OpenRecircIndustrialGases",
|
223
223
|
BOILER = "Boilers",
|
224
224
|
OTHER = "OtherWaterUse",
|
225
225
|
LANDSCAPING_IRRIGATION = "IrrigationUse",
|