ato-water-lib 0.0.85 → 0.0.87
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 +11 -1
- package/fesm2015/ato-water-lib.mjs +10 -0
- package/fesm2015/ato-water-lib.mjs.map +1 -1
- package/fesm2020/ato-water-lib.mjs +10 -0
- package/fesm2020/ato-water-lib.mjs.map +1 -1
- package/lib/models/gojs-editor.model.d.ts +2 -0
- package/package.json +1 -1
@@ -118,6 +118,7 @@ export declare namespace AtoGojsEditorModel {
|
|
118
118
|
PROCESS_EQUIPMENT_MACHINES = "Process equipment and machines",
|
119
119
|
MATERIAL_HANDLING_EQUIPMENT = "Material handling equipment",
|
120
120
|
POWER_DISTRIBUTION_CONTROL_SYSTEMS = "Power distribution and control",
|
121
|
+
PUMP = "Pump",
|
121
122
|
POWER_DISTRIBUTION_SYSTEMS = "Power distribution systems",
|
122
123
|
WIND_POWER = "Wind Power",
|
123
124
|
NATURAL_GAS_GENERATORS = "Natural gas generators",
|
@@ -241,6 +242,7 @@ export declare namespace AtoGojsEditorModel {
|
|
241
242
|
OFFICE_EQUIPMENT = "Office equipment",
|
242
243
|
MATERIAL_HANDLING_EQUIPMENT = "Material handling equipment",
|
243
244
|
POWER_DISTRIBUTION_CONTROL_SYSTEMS = "Power distribution and control",
|
245
|
+
PUMP = "Pump",
|
244
246
|
POWER_DISTRIBUTION_SYSTEMS = "PowerDistributions",
|
245
247
|
WIND_POWER = "Wind Power",
|
246
248
|
NATURAL_GAS_GENERATORS = "Natural gas generators",
|