ato-water-lib 0.0.147 → 0.0.148
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/models/gojs-editor.model.mjs +3 -3
- package/fesm2015/ato-water-lib.mjs +2 -2
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +2 -2
- 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 -1
- 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;
|
@@ -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",
|