ato-water-lib 0.0.47 → 0.0.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -170,6 +170,7 @@ export declare namespace AtoGojsEditorModel {
170
170
  IMAGE_TEMPLATE = "Image Template",
171
171
  PARAM_TABLE = "Param Table",
172
172
  MASS_BALANCE = "Mass Balance",
173
+ STEAM_PIPELINE = "Steam pipeline",
173
174
  VALUES = "Valves",
174
175
  STEAM_TRAPS = "Steam Traps",
175
176
  PRESSURE_REGULATORS = "Pressure Regulator",
@@ -291,6 +292,8 @@ export declare namespace AtoGojsEditorModel {
291
292
  PLANT_CELL = "PlantCells",
292
293
  PLANT_CELL_INPUT_GROUP = "PC Input Group",
293
294
  PLANT_CELL_OUTPUT_GROUP = "PC Output Group",
295
+ STEAM_SOURCES = "SteamSources",
296
+ STEAM_PIPELINE = "Steam pipeline",
294
297
  VALUES = "Valves",
295
298
  STEAM_TRAPS = "Steam Traps",
296
299
  PRESSURE_REGULATORS = "Pressure Regulator",
@@ -433,4 +436,5 @@ export declare namespace AtoGojsEditorModel {
433
436
  const TYPE_TEMPLATE_FUEL: string[];
434
437
  const TYPE_TEMPLATE_STEAM: string[];
435
438
  const TYPE_TEMPLATE_SPECIAL: string[];
439
+ const TEMPLATE_DUPLICATE: any;
436
440
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ato-water-lib",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.1.0 || ^16.2.0",
6
6
  "@angular/core": "^15.1.0 || ^16.2.0",