ato-water-lib 0.0.79 → 0.0.82
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/lib/models/default-gojs-editor.model.mjs +6 -6
- package/esm2020/lib/models/gojs-editor.model.mjs +21 -2
- package/fesm2015/ato-water-lib.mjs +26 -6
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +25 -6
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/models/gojs-editor.model.d.ts +6 -2
- package/package.json +1 -1
@@ -185,7 +185,9 @@ export declare namespace AtoGojsEditorModel {
|
|
185
185
|
HEAT_EXCHANGERS = "Heat Exchangers",
|
186
186
|
TURBINES = "Turbines",
|
187
187
|
GROUP_BASIC_COMPONENT = "Group Basic Component",
|
188
|
-
TEXT_LABEL = "label"
|
188
|
+
TEXT_LABEL = "label",
|
189
|
+
BOILER_ENERGY = "Boiler Energy",
|
190
|
+
COOLING_TOWER_ENERGY = "Cooling Tower Energy"
|
189
191
|
}
|
190
192
|
enum ENUM_TYPES {
|
191
193
|
STORAGE = "WaterStorageTanks",
|
@@ -309,7 +311,9 @@ export declare namespace AtoGojsEditorModel {
|
|
309
311
|
TURBINES = "EnergyConverters",
|
310
312
|
STEAM_COMPONENT = "SteamComponents",
|
311
313
|
STEAM_CONSUMING_SYSTEM = "SteamConsumings",
|
312
|
-
ENERGY_CONVERTER = "EnergyConverters"
|
314
|
+
ENERGY_CONVERTER = "EnergyConverters",
|
315
|
+
BOILER_ENERGY = "Boiler Energy",
|
316
|
+
COOLING_TOWER_ENERGY = "CoolingTowers Energy"
|
313
317
|
}
|
314
318
|
enum ENUM_CATEGORY {
|
315
319
|
}
|