ato-water-lib 0.0.0-watch
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +24 -0
- package/esm2020/ato-water-lib.mjs +5 -0
- package/esm2020/lib/ato-water-lib.component.mjs +19 -0
- package/esm2020/lib/ato-water-lib.module.mjs +26 -0
- package/esm2020/lib/ato-water-lib.service.mjs +14 -0
- package/esm2020/lib/components/flow-diagram-lib/flow-diagram-lib.component.mjs +71 -0
- package/esm2020/lib/constants/applicable-prefixes-const.mjs +441 -0
- package/esm2020/lib/constants/key.const.mjs +4 -0
- package/esm2020/lib/constants/plant.constant.mjs +51 -0
- package/esm2020/lib/constants/value.const.mjs +782 -0
- package/esm2020/lib/models/default-gojs-editor.model.mjs +3148 -0
- package/esm2020/lib/models/gojs-editor.model.mjs +1743 -0
- package/esm2020/lib/services/utils/utils.service.mjs +133 -0
- package/esm2020/public-api.mjs +8 -0
- package/fesm2015/ato-water-lib.mjs +6448 -0
- package/fesm2015/ato-water-lib.mjs.map +1 -0
- package/fesm2020/ato-water-lib.mjs +6419 -0
- package/fesm2020/ato-water-lib.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/assets/.gitkeep +0 -0
- package/lib/assets/files/campaign-data.csv +6 -0
- package/lib/assets/files/campaign-templates/campaign-data.csv +6 -0
- package/lib/assets/files/campaign-templates/campaign-tracking.csv +6 -0
- package/lib/assets/files/campaign-templates/category-log-sample.txt +129 -0
- package/lib/assets/files/campaign-templates/contact-template.csv +1 -0
- package/lib/assets/files/campaign-templates/question-template.csv +3 -0
- package/lib/assets/files/campaign-tracking.csv +6 -0
- package/lib/assets/files/category-log-sample.txt +129 -0
- package/lib/assets/files/contact-template.csv +1 -0
- package/lib/assets/files/question-template.csv +3 -0
- package/lib/assets/images/boiler/boiler.gif +0 -0
- package/lib/assets/images/boiler/cms_boiler.gif +0 -0
- package/lib/assets/images/boiler/cms_boiler.png +0 -0
- package/lib/assets/images/boiler/cms_boiler2.gif +0 -0
- package/lib/assets/images/boiler/cms_boiler_3.png +0 -0
- package/lib/assets/images/boiler/cms_sample.gif +0 -0
- package/lib/assets/images/coming-soon/coming_soon1.PNG +0 -0
- package/lib/assets/images/coming-soon/coming_soon2.PNG +0 -0
- package/lib/assets/images/coming-soon/coming_soon3.png +0 -0
- package/lib/assets/images/coming-soon/coming_soon_icon.png +0 -0
- package/lib/assets/images/coming-soon/net_carbon.png +0 -0
- package/lib/assets/images/coming-soon/ws-emission-graph.PNG +0 -0
- package/lib/assets/images/editor/Fresh Water Treatment.svg +6 -0
- package/lib/assets/images/editor/Heat Changer.svg +6 -0
- package/lib/assets/images/editor/Heating.svg +6 -0
- package/lib/assets/images/editor/No_Image_Available.jpeg +0 -0
- package/lib/assets/images/editor/Process.svg +6 -0
- package/lib/assets/images/editor/Treatment.svg +6 -0
- package/lib/assets/images/editor/Water Cooling.svg +6 -0
- package/lib/assets/images/editor/Water Storage.svg +6 -0
- package/lib/assets/images/editor/data-box/data_box.svg +94 -0
- package/lib/assets/images/editor/energy/Battery.svg +107 -0
- package/lib/assets/images/editor/energy/Compressed air.svg +211 -0
- package/lib/assets/images/editor/energy/Diesel Barrels.png +0 -0
- package/lib/assets/images/editor/energy/Diesel Dispenser.png +0 -0
- package/lib/assets/images/editor/energy/Diesel Fleet.png +0 -0
- package/lib/assets/images/editor/energy/Diesel Generators.svg +219 -0
- package/lib/assets/images/editor/energy/Diesel Meter.png +0 -0
- package/lib/assets/images/editor/energy/Diesel Tank.png +0 -0
- package/lib/assets/images/editor/energy/Diesel Tanker.png +0 -0
- package/lib/assets/images/editor/energy/Electric_Panel.svg +1776 -0
- package/lib/assets/images/editor/energy/Flywheel energy storage systems.svg +45 -0
- package/lib/assets/images/editor/energy/Gas Dryer.png +0 -0
- package/lib/assets/images/editor/energy/Gas Flare.png +0 -0
- package/lib/assets/images/editor/energy/Gas HVAC.svg +103 -0
- package/lib/assets/images/editor/energy/Gas Meter.png +0 -0
- package/lib/assets/images/editor/energy/Gas Utility.png +0 -0
- package/lib/assets/images/editor/energy/Grid.svg +829 -0
- package/lib/assets/images/editor/energy/Grounding systems.svg +58 -0
- package/lib/assets/images/editor/energy/Industrial motors.svg +74 -0
- package/lib/assets/images/editor/energy/Inverter.svg +20 -0
- package/lib/assets/images/editor/energy/Lighting systems.svg +106 -0
- package/lib/assets/images/editor/energy/Lights.svg +106 -0
- package/lib/assets/images/editor/energy/Material handling equipment.svg +687 -0
- package/lib/assets/images/editor/energy/Meter.svg +83 -0
- package/lib/assets/images/editor/energy/Motor control centers (MCCs).svg +241 -0
- package/lib/assets/images/editor/energy/Natural gas generators.svg +414 -0
- package/lib/assets/images/editor/energy/Office equipment.svg +333 -0
- package/lib/assets/images/editor/energy/Power conditioning unit (PCU).svg +125 -0
- package/lib/assets/images/editor/energy/Power distribution and control systems.svg +1776 -0
- package/lib/assets/images/editor/energy/Power distribution systems.svg +1776 -0
- package/lib/assets/images/editor/energy/Process control and automation systems.svg +87 -0
- package/lib/assets/images/editor/energy/Process equipment and machines.svg +366 -0
- package/lib/assets/images/editor/energy/Pumped hydro storage systems.svg +480 -0
- package/lib/assets/images/editor/energy/Refrigeration and cooling systems.svg +243 -0
- package/lib/assets/images/editor/energy/Solar.svg +176 -0
- package/lib/assets/images/editor/energy/Supercapacitor energy storage systems.svg +982 -0
- package/lib/assets/images/editor/energy/Switchgear.svg +123 -0
- package/lib/assets/images/editor/energy/Thermal energy storage systems.svg +137 -0
- package/lib/assets/images/editor/energy/Transformer.svg +1111 -0
- package/lib/assets/images/editor/energy/Variable frequency drives (VFDs).svg +186 -0
- package/lib/assets/images/editor/energy/Wind Power.svg +139 -0
- package/lib/assets/images/editor/fuel/Biodiesel.png +0 -0
- package/lib/assets/images/editor/fuel/Biodiesel.svg +48 -0
- package/lib/assets/images/editor/fuel/Diesel fuel.png +0 -0
- package/lib/assets/images/editor/fuel/Diesel fuel.svg +135 -0
- package/lib/assets/images/editor/fuel/Fuel dispensers.svg +228 -0
- package/lib/assets/images/editor/fuel/Fuel filtration systems.svg +50 -0
- package/lib/assets/images/editor/fuel/Fuel management systems.svg +166 -0
- package/lib/assets/images/editor/fuel/Fuel meters.svg +81 -0
- package/lib/assets/images/editor/fuel/Fuel storage tanks.svg +355 -0
- package/lib/assets/images/editor/fuel/Gasoline.png +0 -0
- package/lib/assets/images/editor/fuel/Gasoline.svg +56 -0
- package/lib/assets/images/editor/fuel/Generators.png +0 -0
- package/lib/assets/images/editor/fuel/Generators.svg +219 -0
- package/lib/assets/images/editor/fuel/Industrial boilers.png +0 -0
- package/lib/assets/images/editor/fuel/Industrial boilers.svg +337 -0
- package/lib/assets/images/editor/fuel/Industrial furnaces.png +0 -0
- package/lib/assets/images/editor/fuel/Industrial furnaces.svg +179 -0
- package/lib/assets/images/editor/fuel/Industrial ovens.png +0 -0
- package/lib/assets/images/editor/fuel/Industrial ovens.svg +118 -0
- equipment.png +0 -0
- package/lib/assets/images/editor/fuel/Industrial vehicles and equipment.svg +276 -0
- package/lib/assets/images/editor/fuel/Kerosene.png +0 -0
- package/lib/assets/images/editor/fuel/Kerosene.svg +140 -0
- package/lib/assets/images/editor/fuel/Pipeline.png +0 -0
- package/lib/assets/images/editor/fuel/Pipeline.svg +50 -0
- package/lib/assets/images/editor/fuel/Propane.png +0 -0
- package/lib/assets/images/editor/fuel/Propane.svg +96 -0
- package/lib/assets/images/editor/fuel/Tanker Trucks.png +0 -0
- package/lib/assets/images/editor/fuel/Tanker Trucks.svg +1107 -0
- heaters.png +0 -0
- package/lib/assets/images/editor/gas/Boilers and heaters.svg +22 -0
- package/lib/assets/images/editor/gas/Burners.png +0 -0
- package/lib/assets/images/editor/gas/Burners.svg +49 -0
- package/lib/assets/images/editor/gas/Cogeneration.png +0 -0
- package/lib/assets/images/editor/gas/Cogeneration.svg +440 -0
- package/lib/assets/images/editor/gas/Combined cycle power plants.png +0 -0
- package/lib/assets/images/editor/gas/Combined cycle power plants.svg +5570 -0
- package/lib/assets/images/editor/gas/Combustion control systems.svg +10 -0
- package/lib/assets/images/editor/gas/Compressed natural gas pipeline (CNG).png +0 -0
- package/lib/assets/images/editor/gas/Compressed natural gas pipeline (CNG).svg +150 -0
- package/lib/assets/images/editor/gas/Flue gas analyzers.png +0 -0
- package/lib/assets/images/editor/gas/Flue gas analyzers.svg +32 -0
- equipment.png +0 -0
- package/lib/assets/images/editor/gas/Fuel for vehicles and equipment.svg +46 -0
- package/lib/assets/images/editor/gas/Furnaces.png +0 -0
- package/lib/assets/images/editor/gas/Furnaces.svg +224 -0
- package/lib/assets/images/editor/gas/Gas meters.png +0 -0
- package/lib/assets/images/editor/gas/Gas meters.svg +128 -0
- package/lib/assets/images/editor/gas/Gas pressure regulators.png +0 -0
- package/lib/assets/images/editor/gas/Gas pressure regulators.svg +1159 -0
- package/lib/assets/images/editor/gas/Gas storage tanks.png +0 -0
- package/lib/assets/images/editor/gas/Gas storage tanks.svg +257 -0
- package/lib/assets/images/editor/gas/Liquefied natural gas (LNG) shipments.png +0 -0
- package/lib/assets/images/editor/gas/Liquefied natural gas (LNG) shipments.svg +262 -0
- package/lib/assets/images/editor/gas/Natural Gas.svg +57 -0
- package/lib/assets/images/editor/gas/Natural gas pipelines.png +0 -0
- package/lib/assets/images/editor/gas/Natural gas pipelines.svg +68 -0
- package/lib/assets/images/editor/gas/On-site production.png +0 -0
- package/lib/assets/images/editor/gas/On-site production.svg +3629 -0
- package/lib/assets/images/editor/gas/Power generation.png +0 -0
- package/lib/assets/images/editor/gas/Power generation.svg +112 -0
- package/lib/assets/images/editor/help/component.png +0 -0
- package/lib/assets/images/editor/help/inflow.png +0 -0
- package/lib/assets/images/editor/help/inflow_only.png +0 -0
- package/lib/assets/images/editor/help/outflow.png +0 -0
- package/lib/assets/images/editor/help/outflow_only.png +0 -0
- package/lib/assets/images/editor/icons/Boiler.png +0 -0
- package/lib/assets/images/editor/icons/Boiler.svg +75 -0
- package/lib/assets/images/editor/icons/Brackish_surface_water.svg +2016 -0
- package/lib/assets/images/editor/icons/Brackisk Surface Water Seawater.svg +197 -0
- package/lib/assets/images/editor/icons/DAF.svg +352 -0
- package/lib/assets/images/editor/icons/Demin.svg +227 -0
- package/lib/assets/images/editor/icons/Diesel.svg +128 -0
- package/lib/assets/images/editor/icons/Domestic.png +0 -0
- package/lib/assets/images/editor/icons/Domestic_new.svg +71 -0
- package/lib/assets/images/editor/icons/Electricity.svg +63 -0
- package/lib/assets/images/editor/icons/Fresh Surface Water.svg +85 -0
- package/lib/assets/images/editor/icons/Gas.svg +58 -0
- package/lib/assets/images/editor/icons/Generic Process.svg +85 -0
- package/lib/assets/images/editor/icons/Groundwater - Non-Renewable.svg +104 -0
- package/lib/assets/images/editor/icons/Groundwater - Renewable.svg +1944 -0
- package/lib/assets/images/editor/icons/Intake.png +0 -0
- package/lib/assets/images/editor/icons/Intake.svg +8 -0
- package/lib/assets/images/editor/icons/Irrigation.png +0 -0
- package/lib/assets/images/editor/icons/Irrigation.svg +545 -0
- package/lib/assets/images/editor/icons/Landscaping.png +0 -0
- package/lib/assets/images/editor/icons/Landscaping.svg +3 -0
- package/lib/assets/images/editor/icons/MBR.svg +403 -0
- package/lib/assets/images/editor/icons/Other.png +0 -0
- package/lib/assets/images/editor/icons/Process.png +0 -0
- package/lib/assets/images/editor/icons/Produced Entrained Water.svg +97 -0
- package/lib/assets/images/editor/icons/ProducedEntrained_water.svg +103 -0
- package/lib/assets/images/editor/icons/RO.svg +8 -0
- package/lib/assets/images/editor/icons/Raw Water Tank.svg +30 -0
- package/lib/assets/images/editor/icons/Recirculation.png +0 -0
- package/lib/assets/images/editor/icons/Recirculation.svg +8 -0
- package/lib/assets/images/editor/icons/Solar.svg +120 -0
- package/lib/assets/images/editor/icons/Swater.svg +202 -0
- package/lib/assets/images/editor/icons/Third Party Sources.svg +1421 -0
- package/lib/assets/images/editor/icons/Third party destinations.svg +251 -0
- package/lib/assets/images/editor/icons/Utility.png +0 -0
- package/lib/assets/images/editor/icons/Utility.svg +151 -0
- package/lib/assets/images/editor/icons/Wastewater Treatment.png +0 -0
- package/lib/assets/images/editor/icons/Wastewater Treatment.svg +8 -0
- package/lib/assets/images/editor/icons/ZLD.svg +27 -0
- package/lib/assets/images/editor/icons/cooling.png +0 -0
- package/lib/assets/images/editor/icons/cooling.svg +17 -0
- package/lib/assets/images/editor/icons/cooling_tower.svg +17 -0
- package/lib/assets/images/editor/icons/domestic.svg +82 -0
- package/lib/assets/images/editor/icons/embodied.svg +8 -0
- package/lib/assets/images/editor/icons/non_Renewable.svg +775 -0
- package/lib/assets/images/editor/icons/other.svg +47 -0
- package/lib/assets/images/editor/icons/process.svg +8 -0
- package/lib/assets/images/editor/icons/rain.svg +20 -0
- package/lib/assets/images/editor/icons/storage.svg +31 -0
- package/lib/assets/images/editor/icons/wastewater_treatment.svg +8 -0
- package/lib/assets/images/editor/icons/water tank.png +0 -0
- package/lib/assets/images/editor/icons/water tank.svg +31 -0
- package/lib/assets/images/editor/icons/water treatment.png +0 -0
- package/lib/assets/images/editor/icons/water treatment.svg +41 -0
- package/lib/assets/images/editor/icons/water_treatment.svg +41 -0
- package/lib/assets/images/editor/plant-cell/Cell.svg +66 -0
- package/lib/assets/images/editor/special/Discharge.svg +6 -0
- package/lib/assets/images/editor/special/process.svg +3 -0
- package/lib/assets/images/editor/steam/Blowdown tank.png +0 -0
- package/lib/assets/images/editor/steam/Condensate Return System.png +0 -0
- package/lib/assets/images/editor/steam/Deaerators.png +0 -0
- package/lib/assets/images/editor/steam/Expansion Tanks.png +0 -0
- package/lib/assets/images/editor/steam/Feed Water Pump.png +0 -0
- package/lib/assets/images/editor/steam/Pressure_Regulator.png +0 -0
- package/lib/assets/images/editor/steam/Steam_Valve.png +0 -0
- package/lib/assets/images/editor/steam/Trap.png +0 -0
- package/lib/assets/images/editor/steam/heat exchangers.png +0 -0
- package/lib/assets/images/editor/steam/safety valve.png +0 -0
- package/lib/assets/images/editor/steam/steam turbine.png +0 -0
- package/lib/assets/images/formula-image/WQI.png +0 -0
- package/lib/assets/images/formula.png +0 -0
- package/lib/assets/images/icons/Discharge destination.svg +6 -0
- package/lib/assets/images/icons/Station.svg +3 -0
- package/lib/assets/images/icons/arrow-gray.svg +7 -0
- package/lib/assets/images/icons/arrow.gif +0 -0
- package/lib/assets/images/icons/arrow.svg +7 -0
- package/lib/assets/images/icons/asset_1.png +0 -0
- package/lib/assets/images/icons/asset_2.png +0 -0
- package/lib/assets/images/icons/asset_3.png +0 -0
- package/lib/assets/images/icons/asset_4.png +0 -0
- package/lib/assets/images/icons/asset_5.png +0 -0
- package/lib/assets/images/icons/asset_6.png +0 -0
- package/lib/assets/images/icons/asset_7.png +0 -0
- package/lib/assets/images/icons/basic-plant-white.svg +6 -0
- package/lib/assets/images/icons/basic-plant.svg +6 -0
- package/lib/assets/images/icons/hoskote_plant/Brackish surface - Duo.svg +24 -0
- package/lib/assets/images/icons/hoskote_plant/Brackish surface.svg +7 -0
- package/lib/assets/images/icons/hoskote_plant/Fresh surface water - Duo.svg +24 -0
- package/lib/assets/images/icons/hoskote_plant/Fresh surface water.svg +6 -0
- package/lib/assets/images/icons/hoskote_plant/Groundwater - non-renewable - Duo.svg +31 -0
- package/lib/assets/images/icons/hoskote_plant/Groundwater - non-renewable.svg +6 -0
- package/lib/assets/images/icons/hoskote_plant/Groundwater - renewable - Duo.svg +23 -0
- package/lib/assets/images/icons/hoskote_plant/Groundwater - renewable.svg +6 -0
- package/lib/assets/images/icons/hoskote_plant/Produced entrained water - Duo.svg +22 -0
- package/lib/assets/images/icons/hoskote_plant/Produced entrained water.svg +3 -0
- package/lib/assets/images/icons/hoskote_plant/Third party sources - Duo.svg +19 -0
- package/lib/assets/images/icons/hoskote_plant/Third party sources.svg +3 -0
- package/lib/assets/images/icons/icon_grey1.png +0 -0
- package/lib/assets/images/icons/icon_grey2.png +0 -0
- package/lib/assets/images/icons/icon_marker.png +0 -0
- package/lib/assets/images/icons/left_cexpand.svg +6 -0
- package/lib/assets/images/icons/loading (2).gif +0 -0
- package/lib/assets/images/icons/loading (3).gif +0 -0
- package/lib/assets/images/icons/loading.gif +0 -0
- package/lib/assets/images/icons/loading.svg +23 -0
- package/lib/assets/images/icons/loading_4.gif +0 -0
- package/lib/assets/images/icons/outflow_line_dirty.png +0 -0
- package/lib/assets/images/icons/plant-data-active.svg +8 -0
- package/lib/assets/images/icons/plant-data.svg +8 -0
- package/lib/assets/images/icons/recommendation.svg +1 -0
- package/lib/assets/images/icons/recommendation1.svg +1 -0
- package/lib/assets/images/icons/recommendations/(.svg +3 -0
- package/lib/assets/images/icons/recommendations/).svg +3 -0
- package/lib/assets/images/icons/recommendations/Multiply.svg +3 -0
- package/lib/assets/images/icons/right_cexpand.svg +6 -0
- package/lib/assets/images/icons/ro_line_dirty.svg +7 -0
- package/lib/assets/images/icons/roadmap-target.png +0 -0
- package/lib/assets/images/icons/steam/Mass flow rate.svg +8 -0
- package/lib/assets/images/icons/steam/Mass flow.svg +3 -0
- package/lib/assets/images/logos/Group 299.png +0 -0
- package/lib/assets/images/logos/Logo_Hubgrade_Water_Footprint.png +0 -0
- package/lib/assets/images/logos/atomiton_logo.png +0 -0
- package/lib/assets/images/logos/atomiton_logo_mobile.png +0 -0
- package/lib/assets/images/logos/suez.png +0 -0
- package/lib/assets/images/logos/suez_2.png +0 -0
- package/lib/assets/images/logos/suez_small.png +0 -0
- package/lib/assets/images/logos/suez_small_2.png +0 -0
- package/lib/assets/images/logos/veolia.png +0 -0
- package/lib/assets/images/logos/veolia_small.png +0 -0
- package/lib/assets/images/logout/logging.png +0 -0
- package/lib/assets/images/plant/bg-2.png +0 -0
- package/lib/assets/images/plant/bg-old.png +0 -0
- package/lib/assets/images/plant/bg.png +0 -0
- package/lib/assets/images/plant/bg3.png +0 -0
- package/lib/assets/images/plant/dollar.png +0 -0
- package/lib/assets/images/plant/eva_pipe.png +0 -0
- package/lib/assets/images/plant/icon1.png +0 -0
- package/lib/assets/images/plant/icon2.png +0 -0
- package/lib/assets/images/plant/on-site_pipe.png +0 -0
- package/lib/assets/images/plant/product_pipe.png +0 -0
- package/lib/assets/images/plant/unknown_pipe.png +0 -0
- package/lib/assets/images/process-water/cooling_tower.gif +0 -0
- package/lib/assets/images/process-water/cooling_tower.png +0 -0
- package/lib/assets/images/process-water/cooling_tower_1.png +0 -0
- package/lib/assets/images/process-water/cooling_tower_3.gif +0 -0
- package/lib/assets/images/ro-water-treatment/RO_WATER_TREATMENT_BG.png +0 -0
- package/lib/assets/images/tmp/boiler.png +0 -0
- package/lib/assets/images/tmp/chart1.PNG +0 -0
- package/lib/assets/images/tmp/chart2.PNG +0 -0
- package/lib/assets/images/tmp/chart3.PNG +0 -0
- package/lib/assets/images/tmp/chart4.PNG +0 -0
- package/lib/assets/images/tmp/chart5.PNG +0 -0
- package/lib/assets/images/tmp/chart6.PNG +0 -0
- package/lib/assets/images/tmp/chart7.PNG +0 -0
- package/lib/assets/images/tmp/cooling.png +0 -0
- package/lib/assets/images/tmp/discharge.png +0 -0
- package/lib/assets/images/tmp/discoveries_water_cost.png +0 -0
- package/lib/assets/images/tmp/gauge1.PNG +0 -0
- package/lib/assets/images/tmp/gauge2.PNG +0 -0
- package/lib/assets/images/tmp/gauge3.PNG +0 -0
- package/lib/assets/images/tmp/loss.png +0 -0
- package/lib/assets/images/tmp/net.png +0 -0
- package/lib/assets/images/tmp/process.png +0 -0
- package/lib/assets/images/tmp/truck.png +0 -0
- package/lib/assets/images/ui-tmp/ SITICLab.png +0 -0
- package/lib/assets/images/ui-tmp/All_Energy_And_Emissions.png +0 -0
- package/lib/assets/images/ui-tmp/CMS.png +0 -0
- package/lib/assets/images/ui-tmp/Domestic_Use.png +0 -0
- package/lib/assets/images/ui-tmp/ETP.png +0 -0
- package/lib/assets/images/ui-tmp/F&M.png +0 -0
- package/lib/assets/images/ui-tmp/Group 356.png +0 -0
- package/lib/assets/images/ui-tmp/Group 357.png +0 -0
- package/lib/assets/images/ui-tmp/Group 358.png +0 -0
- package/lib/assets/images/ui-tmp/Group 359.png +0 -0
- package/lib/assets/images/ui-tmp/Group 360.png +0 -0
- package/lib/assets/images/ui-tmp/Group 361.png +0 -0
- package/lib/assets/images/ui-tmp/Group 397.png +0 -0
- package/lib/assets/images/ui-tmp/Onsite_Generation.png +0 -0
- package/lib/assets/images/ui-tmp/Power_Meters.png +0 -0
- package/lib/assets/images/ui-tmp/RO.png +0 -0
- package/lib/assets/images/ui-tmp/Steam_Flow_Network.png +0 -0
- package/lib/assets/images/ui-tmp/Steam_Flow_Network_1.png +0 -0
- package/lib/assets/images/ui-tmp/Total_Water_Balance.png +0 -0
- package/lib/assets/images/ui-tmp/WaterCircularity.png +0 -0
- package/lib/assets/images/ui-tmp/ZLD.png +0 -0
- package/lib/assets/images/ui-tmp/campaign_configuration.png +0 -0
- package/lib/assets/images/ui-tmp/campaign_overview.png +0 -0
- package/lib/assets/images/ui-tmp/campaign_tracking.png +0 -0
- package/lib/assets/images/ui-tmp/emisssion_pages.png +0 -0
- package/lib/assets/images/ui-tmp/map.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap-details_manage.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap-details_overview.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap_page.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap_plan.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap_target1.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap_target2.png +0 -0
- package/lib/assets/images/ui-tmp/roadmap_target3.png +0 -0
- package/lib/assets/images/ui-tmp/water_balance_plan.png +0 -0
- package/lib/assets/images/ui-tmp/water_page.png +0 -0
- package/lib/assets/images/users/avatar-default.svg.png +0 -0
- package/lib/assets/images/water-risk/Group 28490.png +0 -0
- package/lib/assets/images/water-risk/Group 28680.png +0 -0
- package/lib/assets/map/1_active.svg +7 -0
- package/lib/assets/map/aqueduct_features.json +326818 -0
- package/lib/assets/map/countries.json +79446 -0
- package/lib/assets/map/empty.svg +0 -0
- package/lib/assets/map/icons/marker_1.png +0 -0
- package/lib/assets/map/icons/marker_2.png +0 -0
- package/lib/assets/map/icons/marker_3.png +0 -0
- package/lib/assets/map/icons/marker_4.png +0 -0
- package/lib/assets/map/icons/marker_5.png +0 -0
- package/lib/assets/map/map-test.json +5810 -0
- package/lib/assets/map/marker.svg +19 -0
- package/lib/assets/map/top-water-use.svg +20 -0
- package/lib/assets/map/water-deprived.svg +20 -0
- package/lib/assets/map/water-moderate-stress.svg +20 -0
- package/lib/assets/map/water-non-stress.svg +20 -0
- package/lib/assets/map/water-stress.svg +20 -0
- package/lib/assets/map-style.json +192 -0
- package/lib/assets/worker/app.worker.ts +346 -0
- package/lib/ato-water-lib.component.d.ts +5 -0
- package/lib/ato-water-lib.module.d.ts +8 -0
- package/lib/ato-water-lib.service.d.ts +6 -0
- package/lib/components/flow-diagram-lib/flow-diagram-lib.component.d.ts +17 -0
- package/lib/constants/applicable-prefixes-const.d.ts +162 -0
- package/lib/constants/key.const.d.ts +1 -0
- package/lib/constants/plant.constant.d.ts +7 -0
- package/lib/constants/value.const.d.ts +71 -0
- package/lib/models/default-gojs-editor.model.d.ts +184 -0
- package/lib/models/gojs-editor.model.d.ts +432 -0
- package/lib/services/utils/utils.service.d.ts +24 -0
- package/package.json +31 -0
- package/public-api.d.ts +4 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
export declare class AtoWaterLibComponent {
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtoWaterLibComponent, never>;
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtoWaterLibComponent, "lib-ato-water-lib", never, {}, {}, never, never, false, never>;
|
5
|
+
}
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./ato-water-lib.component";
|
3
|
+
import * as i2 from "./components/flow-diagram-lib/flow-diagram-lib.component";
|
4
|
+
export declare class AtoWaterLibModule {
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtoWaterLibModule, never>;
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AtoWaterLibModule, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent], never, [typeof i1.AtoWaterLibComponent, typeof i2.AtoFlowDiagramLibComponent]>;
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AtoWaterLibModule>;
|
8
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { OnInit } from '@angular/core';
|
2
|
+
import { AtoDefaultGojsEditor } from '../../models/default-gojs-editor.model';
|
3
|
+
import * as i0 from "@angular/core";
|
4
|
+
export declare class AtoFlowDiagramLibComponent extends AtoDefaultGojsEditor implements OnInit {
|
5
|
+
myDiagramDivTemp: any;
|
6
|
+
_data: any;
|
7
|
+
showNotificationIcon: any;
|
8
|
+
set data(v: any);
|
9
|
+
isLoading: boolean;
|
10
|
+
get data(): any;
|
11
|
+
constructor();
|
12
|
+
ngOnInit(): void;
|
13
|
+
loadDiagram(): void;
|
14
|
+
findNodeForKey(key: number | string): void;
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtoFlowDiagramLibComponent, never>;
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AtoFlowDiagramLibComponent, "ato-flow-diagram-lib", never, { "showNotificationIcon": "showNotificationIcon"; "data": "data"; "isLoading": "isLoading"; }, {}, never, never, false, never>;
|
17
|
+
}
|
@@ -0,0 +1,162 @@
|
|
1
|
+
export declare enum ATO_ABBREVIATION {
|
2
|
+
L = "L",
|
3
|
+
KL = "KL",
|
4
|
+
gal = "gal",
|
5
|
+
kGal = "Kgal",
|
6
|
+
m3 = "m3",
|
7
|
+
m3_Special = "m\u00B3",
|
8
|
+
Wh = "Wh",
|
9
|
+
kWh = "kWh",
|
10
|
+
cf = "cf",
|
11
|
+
th = "th",
|
12
|
+
BTU = "BTU",
|
13
|
+
BTU_UNIT = "BTU/unit",
|
14
|
+
MM_BTU = "MMBTU",
|
15
|
+
m3_unit = "m3/unit",
|
16
|
+
m3_unit_Special = "m\u00B3/unit",
|
17
|
+
J = "J",
|
18
|
+
Bbl = "Bbl",
|
19
|
+
mg = "mg",
|
20
|
+
ALL = "ALL",
|
21
|
+
AFN = "AFN",
|
22
|
+
ARS = "ARS",
|
23
|
+
AWG = "AWG",
|
24
|
+
AUD = "AUD",
|
25
|
+
AZN = "AZN",
|
26
|
+
BSD = "BSD",
|
27
|
+
BBD = "BBD",
|
28
|
+
BYN = "BYN",
|
29
|
+
BZD = "BZD",
|
30
|
+
BMD = "BMD",
|
31
|
+
BOB = "BOB",
|
32
|
+
BAM = "BAM",
|
33
|
+
BWP = "BWP",
|
34
|
+
BGN = "BGN",
|
35
|
+
BRL = "BRL",
|
36
|
+
BND = "BND",
|
37
|
+
KHR = "KHR",
|
38
|
+
CAD = "CAD",
|
39
|
+
KYD = "KYD",
|
40
|
+
CLP = "CLP",
|
41
|
+
CNY = "CNY",
|
42
|
+
COP = "COP",
|
43
|
+
CRC = "CRC",
|
44
|
+
HRK = "HRK",
|
45
|
+
CUP = "CUP",
|
46
|
+
CZK = "CZK",
|
47
|
+
DKK = "DKK",
|
48
|
+
DOP = "DOP",
|
49
|
+
XCD = "XCD",
|
50
|
+
EGP = "EGP",
|
51
|
+
SVC = "SVC",
|
52
|
+
EUR = "EUR",
|
53
|
+
FKP = "FKP",
|
54
|
+
FJD = "FJD",
|
55
|
+
GHS = "GHS",
|
56
|
+
GIP = "GIP",
|
57
|
+
GTQ = "GTQ",
|
58
|
+
GGP = "GGP",
|
59
|
+
GYD = "GYD",
|
60
|
+
HNL = "HNL",
|
61
|
+
HKD = "HKD",
|
62
|
+
HUF = "HUF",
|
63
|
+
ISK = "ISK",
|
64
|
+
INR = "INR",
|
65
|
+
IDR = "IDR",
|
66
|
+
IRR = "IRR",
|
67
|
+
IMP = "IMP",
|
68
|
+
ILS = "ILS",
|
69
|
+
JMD = "JMD",
|
70
|
+
JPY = "JPY",
|
71
|
+
JEP = "JEP",
|
72
|
+
KZT = "KZT",
|
73
|
+
KPW = "KPW",
|
74
|
+
KRW = "KRW",
|
75
|
+
KGS = "KGS",
|
76
|
+
LAK = "LAK",
|
77
|
+
LBP = "LBP",
|
78
|
+
LRD = "LRD",
|
79
|
+
MKD = "MKD",
|
80
|
+
MYR = "MYR",
|
81
|
+
MUR = "MUR",
|
82
|
+
MXN = "MXN",
|
83
|
+
MNT = "MNT",
|
84
|
+
MZN = "MZN",
|
85
|
+
NAD = "NAD",
|
86
|
+
NPR = "NPR",
|
87
|
+
ANG = "ANG",
|
88
|
+
NZD = "NZD",
|
89
|
+
NIO = "NIO",
|
90
|
+
NGN = "NGN",
|
91
|
+
NOK = "NOK",
|
92
|
+
OMR = "OMR",
|
93
|
+
PKR = "PKR",
|
94
|
+
PAB = "PAB",
|
95
|
+
PYG = "PYG",
|
96
|
+
PEN = "PEN",
|
97
|
+
PHP = "PHP",
|
98
|
+
PLN = "PLN",
|
99
|
+
QAR = "QAR",
|
100
|
+
RON = "RON",
|
101
|
+
RUB = "RUB",
|
102
|
+
SHP = "SHP",
|
103
|
+
SAR = "SAR",
|
104
|
+
RSD = "RSD",
|
105
|
+
SCR = "SCR",
|
106
|
+
SGD = "SGD",
|
107
|
+
SBD = "SBD",
|
108
|
+
SOS = "SOS",
|
109
|
+
ZAR = "ZAR",
|
110
|
+
LKR = "LKR",
|
111
|
+
SEK = "SEK",
|
112
|
+
CHF = "CHF",
|
113
|
+
SRD = "SRD",
|
114
|
+
SYP = "SYP",
|
115
|
+
TWD = "TWD",
|
116
|
+
THB = "THB",
|
117
|
+
TTD = "TTD",
|
118
|
+
TRY = "TRY",
|
119
|
+
TVD = "TVD",
|
120
|
+
UAH = "UAH",
|
121
|
+
AED = "AED",
|
122
|
+
GBP = "GBP",
|
123
|
+
USD = "USD",
|
124
|
+
UYU = "UYU",
|
125
|
+
UZS = "UZS",
|
126
|
+
VEF = "VEF",
|
127
|
+
VND = "VND",
|
128
|
+
YER = "YER",
|
129
|
+
ZWD = "ZWD",
|
130
|
+
g = "g",
|
131
|
+
lbs = "lbs",
|
132
|
+
g_hr = "g/hr",
|
133
|
+
lbs_hr = "lbs/hr",
|
134
|
+
MPa = "MPa",
|
135
|
+
GPa = "GPa",
|
136
|
+
psi = "psi",
|
137
|
+
degC = "degC",
|
138
|
+
degF = "degF",
|
139
|
+
degC_unit_Special = "\u00B0C",
|
140
|
+
degF_unit_Special = "\u00B0F",
|
141
|
+
ton = "ton",
|
142
|
+
kg = "kg",
|
143
|
+
CO2 = "CO2",
|
144
|
+
CO2_Special = "CO\u2082"
|
145
|
+
}
|
146
|
+
export declare enum METRIC_PREFIXES {
|
147
|
+
K = "K",
|
148
|
+
Mn = "Mn",
|
149
|
+
Bn = "Bn",
|
150
|
+
M = "M",
|
151
|
+
MM = "MM",
|
152
|
+
B = "B",
|
153
|
+
G = "G"
|
154
|
+
}
|
155
|
+
export declare enum ROUNDED_NUMBER {
|
156
|
+
THOUSAND = 1000,
|
157
|
+
MILLION = 1000000,
|
158
|
+
BILLION = 1000000000
|
159
|
+
}
|
160
|
+
export declare const APPLICABLE_PREFIXES: {
|
161
|
+
[key in ATO_ABBREVIATION]: any;
|
162
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const GO_LICENSE_KEY = "298647e0b2604cc702d90676423d6bf919a175639c841ba4090310f6ee083806329fbb2801d38d90d4af4efe1c7f93d0d9c16f209248063db730d2db44e084aeb73320e5410b479cb40573939ffa78f1fd6a61f1c3b672bddf678ffb";
|
@@ -0,0 +1,71 @@
|
|
1
|
+
export declare const VALUE_NA = "NA";
|
2
|
+
export declare const NO_DATA = "No Data";
|
3
|
+
export declare const VALUE_NA_SPECIAL = "N/A";
|
4
|
+
export declare const TEXT_UNKNOWN = "?";
|
5
|
+
export declare const TEXT_ERR = "!Err";
|
6
|
+
export declare const NO_ENOUGH_DATA = "Not enough data";
|
7
|
+
export declare const KEY_CREATE_DOM_TO_DOWNLOAD = "newCreateToDownload";
|
8
|
+
export declare const NO_HIDDEN = "noHidden";
|
9
|
+
export declare const GROUP_PLANT_CELL_KEY = 3000;
|
10
|
+
export declare const GROUP_PC_INPUTS_KEY = 1000;
|
11
|
+
export declare const GROUP_PC_OUTPUTS_KEY = 2000;
|
12
|
+
export declare const ENUM_ROLES = "ROLES";
|
13
|
+
export declare enum E_FILTER_KEY {
|
14
|
+
VIEW_MODE = "viewMode",
|
15
|
+
WATER_UNIT = "waterUnit",
|
16
|
+
ENERGY_UNIT = "energyUnit",
|
17
|
+
ELECTRICITY_UNIT = "electricityUnit",
|
18
|
+
NATURAL_GAS_UNIT = "naturalGasUnit",
|
19
|
+
FUEL_UNIT = "fuelUnit",
|
20
|
+
CURRENCY_UNIT = "currencyUnit"
|
21
|
+
}
|
22
|
+
export declare enum ATO_ECOMPONENT_PLANT_TYPE {
|
23
|
+
WATER = "water",
|
24
|
+
ENERGY = "energy",
|
25
|
+
ELECTRICITY = "electricity",
|
26
|
+
NATURAL_GAS = "gas",
|
27
|
+
FUEL = "fuel",
|
28
|
+
STEAM = "steam",
|
29
|
+
EMISSION = "emission",
|
30
|
+
COST = "cost",
|
31
|
+
WATER_PLANT_CELL = "water-plant-cell",
|
32
|
+
ENERGY_PLANT_CELL = "energy-plant-cell",
|
33
|
+
ELECTRICITY_PLANT_CELL = "electricity-plant-cell",
|
34
|
+
NATURAL_GAS_PLANT_CELL = "gas-plant-cell",
|
35
|
+
FUEL_PLANT_CELL = "fuel-plant-cell",
|
36
|
+
STEAM_PLANT_CELL = "steam-plant-cell",
|
37
|
+
EMISSION_PLANT_CELL = "emission-plant-cell",
|
38
|
+
COST_PLANT_CELL = "cost-plant-cell"
|
39
|
+
}
|
40
|
+
export declare const COMPOTYPE_CALL_PLANT_TOPOLOGY_DETAILS: string[];
|
41
|
+
export declare const COMPONENT_TYPE_OF_PLANT_CELL: string[];
|
42
|
+
export declare const COMPONENT_TYPE_OF_PLANT_CELL_ENERGY: string[];
|
43
|
+
export declare enum E_COMPONENT_DATA_TYPE {
|
44
|
+
COMPONENT_WATER_FLOW = "ComponentWaterFlow",
|
45
|
+
COMPONENT_ENERGY_FLOW = "ComponentEnergyFlow"
|
46
|
+
}
|
47
|
+
export declare enum E_FLOW_RECORD {
|
48
|
+
INFLOW_WATER_RECORD = "InflowWaterRecord",
|
49
|
+
OUTFLOW_WATER_RECORD = "OutflowWaterRecord",
|
50
|
+
INFLOW_ENERGY_RECORD = "InflowEnergyRecord",
|
51
|
+
OUTFLOW_ENERGY_RECORD = "OutflowEnergyRecord"
|
52
|
+
}
|
53
|
+
export declare enum TAG_TYPE {
|
54
|
+
WATER = "Water",
|
55
|
+
ELECTRICITY = "Electricity",
|
56
|
+
NATURAL_GAS = "Natural Gas",
|
57
|
+
FUEL = "Fuel",
|
58
|
+
STEAM = "Steam",
|
59
|
+
ENERGY = "Energy",
|
60
|
+
EMISSION = "Emission",
|
61
|
+
COST = "Cost",
|
62
|
+
WATER_ANALYTIC = "Water Analytic"
|
63
|
+
}
|
64
|
+
export declare const PLANT_ENERGY_DIAGRAM_TABS: {
|
65
|
+
[key in ATO_ECOMPONENT_PLANT_TYPE]: any;
|
66
|
+
};
|
67
|
+
export declare enum ATO_ENUM_FLOW_DIRECTION {
|
68
|
+
INFLOW = "Inflow",
|
69
|
+
OUTFLOW = "Outflow",
|
70
|
+
NONE = ""
|
71
|
+
}
|
@@ -0,0 +1,184 @@
|
|
1
|
+
import { EventEmitter, OnDestroy } from '@angular/core';
|
2
|
+
import { GojsEditorModel } from './gojs-editor.model';
|
3
|
+
import * as go from 'gojs';
|
4
|
+
import { Subject } from 'rxjs';
|
5
|
+
import { Subscription } from 'rxjs';
|
6
|
+
import * as i0 from "@angular/core";
|
7
|
+
export declare class AtoDefaultGojsEditor implements OnDestroy {
|
8
|
+
menuTrigger: any;
|
9
|
+
linkValidation: (fromNode: go.Node, fromPort: go.GraphObject, toNode: go.Node, toPort: go.GraphObject, link: go.Link) => boolean;
|
10
|
+
actions: any[];
|
11
|
+
actionMenuId: string;
|
12
|
+
myDiagramDiv: any;
|
13
|
+
myDiagram: any;
|
14
|
+
$: typeof go.GraphObject.make;
|
15
|
+
animationInterval: any;
|
16
|
+
defaultScaleZoomToFit?: number;
|
17
|
+
private _initialOptions;
|
18
|
+
checkLinkCondition(fromNode: go.Node, fromPort: go.GraphObject, toNode: go.Node, toPort: go.GraphObject, link: go.Link): boolean;
|
19
|
+
set initialOptions(v: any);
|
20
|
+
get initialOptions(): any;
|
21
|
+
private _editor;
|
22
|
+
set editor(v: GojsEditorModel);
|
23
|
+
get editor(): GojsEditorModel;
|
24
|
+
isShowNodeInfo: boolean;
|
25
|
+
plantSatus: string;
|
26
|
+
constructor();
|
27
|
+
onModelChangeListenerEvent: EventEmitter<any>;
|
28
|
+
onClickInfoButton: EventEmitter<any>;
|
29
|
+
onOpenWizard: EventEmitter<any>;
|
30
|
+
onOpenDetail: EventEmitter<any>;
|
31
|
+
onOpenAssetParameter: EventEmitter<any>;
|
32
|
+
onOpenInsightMapping: EventEmitter<any>;
|
33
|
+
onHoverInfoButton: EventEmitter<any>;
|
34
|
+
onHoverAlert: EventEmitter<any>;
|
35
|
+
onDoubleClickNode: EventEmitter<any>;
|
36
|
+
onOpenChangeIcon: EventEmitter<any>;
|
37
|
+
onClickCompoent: EventEmitter<any>;
|
38
|
+
callbackImageTopology: EventEmitter<any>;
|
39
|
+
onClikParamOfTable: EventEmitter<any>;
|
40
|
+
onDeleteNode: EventEmitter<any>;
|
41
|
+
onUndo: EventEmitter<any>;
|
42
|
+
onRename: EventEmitter<any>;
|
43
|
+
isAddedModelChangedListeners: boolean;
|
44
|
+
committedTransactionSubject: Subject<any>;
|
45
|
+
_subscriptionList: Subscription;
|
46
|
+
ngOnDestroy(): void;
|
47
|
+
addOrRemoveCompoentTemplate(): void;
|
48
|
+
addTemplate(node: any): void;
|
49
|
+
addGroupTemplate(node: any): void;
|
50
|
+
addNodeTemplate(node: any): void;
|
51
|
+
initDiagram(): void;
|
52
|
+
initGroupTemplateEnergy(): void;
|
53
|
+
initElectricDiagram(): void;
|
54
|
+
initElectricGroupTemplate(): void;
|
55
|
+
initFuelGroupTemplate(): void;
|
56
|
+
initGasGroupTemplate(): void;
|
57
|
+
initGasDiagram(): void;
|
58
|
+
initFuelDiagram(): void;
|
59
|
+
initSolarDiagram(): void;
|
60
|
+
initSteamDiagram(): void;
|
61
|
+
onModelChangeListener(e: go.ChangedEvent): void;
|
62
|
+
makeLinkTemplate(): void;
|
63
|
+
makeValueNodeTemplate(size?: {
|
64
|
+
w: number;
|
65
|
+
h: number;
|
66
|
+
}): void;
|
67
|
+
makeEmptyNodeTemplate(size?: {
|
68
|
+
w: number;
|
69
|
+
h: number;
|
70
|
+
}): void;
|
71
|
+
makeValueLabelTemplate(size?: {
|
72
|
+
w: number;
|
73
|
+
h: number;
|
74
|
+
}): void;
|
75
|
+
makeTextTemplate(size?: {
|
76
|
+
w: number;
|
77
|
+
h: number;
|
78
|
+
}): void;
|
79
|
+
arrowForPlantCell(size: any, flowDirection: any): go.Panel;
|
80
|
+
getTextDataBox(data: any): string;
|
81
|
+
makeDataBoxTemplate(size?: {
|
82
|
+
w: number;
|
83
|
+
h: number;
|
84
|
+
}): void;
|
85
|
+
showPoint(loc: any): void;
|
86
|
+
makeEntityTemplate(icon: any, title: any, size?: {
|
87
|
+
w: number;
|
88
|
+
h: number;
|
89
|
+
}): void;
|
90
|
+
makeEntityTemplateEnergy(icon: any, title: any, size?: {
|
91
|
+
w: number;
|
92
|
+
h: number;
|
93
|
+
}): void;
|
94
|
+
plantCellTemplate(icon: any, title: any, size?: {
|
95
|
+
w: number;
|
96
|
+
h: number;
|
97
|
+
}): void;
|
98
|
+
makeEntityWithdrawOrDischarge(icon: any, title: any, size?: {
|
99
|
+
w: number;
|
100
|
+
h: number;
|
101
|
+
}): void;
|
102
|
+
editTextGroupZone(e: any, button: any): void;
|
103
|
+
editText(e: any, button: any): void;
|
104
|
+
dragNewNode(e: any, button: any): Promise<void>;
|
105
|
+
addItemOnGroupZone(e: any, button: any): void;
|
106
|
+
generateActionGroup(actions: AtoDefaultGojsEditor.ENUM_ACTIONS[]): go.Panel;
|
107
|
+
clickNewNode(e: any, button: any): Promise<void>;
|
108
|
+
findLocYFromnode(fromnode: any): any;
|
109
|
+
isEmptyYLoc(locYAlreadyExist: any, i: any): any;
|
110
|
+
createNewNode(newnode: any): void;
|
111
|
+
deleteNode(e: any): void;
|
112
|
+
deleteNodeOnDiagram(e: any): void;
|
113
|
+
insightNode(e: any): void;
|
114
|
+
drawLink(e: any, button: any): void;
|
115
|
+
makePortGroup(name: any, align: any, spot: any, output: any, input: any): go.Panel;
|
116
|
+
makePort(name: any, align: any, spot: any, output: any, input: any): go.Panel;
|
117
|
+
makeGroupBasicComponent(icon: any, title: any, size?: {
|
118
|
+
w: number;
|
119
|
+
h: number;
|
120
|
+
}): void;
|
121
|
+
makeGroupTemplate(icon: any, title: any, size?: {
|
122
|
+
w: number;
|
123
|
+
h: number;
|
124
|
+
}): void;
|
125
|
+
makeImageTemplate(): void;
|
126
|
+
makeParamTable(): void;
|
127
|
+
makeMassBalance(): void;
|
128
|
+
makeGroupROPlantTemplate(icon: any, title: any, size?: {
|
129
|
+
w: number;
|
130
|
+
h: number;
|
131
|
+
}): void;
|
132
|
+
makeGroupBoilerTemplate(icon: any, title: any, size?: {
|
133
|
+
w: number;
|
134
|
+
h: number;
|
135
|
+
}): void;
|
136
|
+
makeGroupCoolingTowerTemplate(icon: any, title: any, size?: {
|
137
|
+
w: number;
|
138
|
+
h: number;
|
139
|
+
}): void;
|
140
|
+
groupPlantCellTemplate(icon: any, title: any, size?: {
|
141
|
+
w: number;
|
142
|
+
h: number;
|
143
|
+
}): void;
|
144
|
+
groupPCInputOrOutTemplate(icon: any, title: any, padding: go.Margin): void;
|
145
|
+
makeGroupZoneTemplate(size?: {
|
146
|
+
w: number;
|
147
|
+
h: number;
|
148
|
+
}): void;
|
149
|
+
makeZoneItemTemplate(size?: {
|
150
|
+
w: number;
|
151
|
+
h: number;
|
152
|
+
}): void;
|
153
|
+
makeSpecialTemplate(icon: any, title: any, size?: {
|
154
|
+
w: number;
|
155
|
+
h: number;
|
156
|
+
}): void;
|
157
|
+
startAnimation(): void;
|
158
|
+
stopAnimation(): void;
|
159
|
+
toDataURL(url: any, callback: any): void;
|
160
|
+
getBase64DiagramWithEmptyData(): void;
|
161
|
+
emitImageTopology(base64: any): void;
|
162
|
+
openActionMenu(): void;
|
163
|
+
unsubscribeAll(): void;
|
164
|
+
addSubscribes(...subscriptions: Subscription[]): void;
|
165
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AtoDefaultGojsEditor, never>;
|
166
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AtoDefaultGojsEditor, never, never, { "linkValidation": "linkValidation"; "initialOptions": "initialOptions"; "editor": "editor"; "isShowNodeInfo": "isShowNodeInfo"; "plantSatus": "plantSatus"; }, { "onModelChangeListenerEvent": "onModelChangeListenerEvent"; "onClickInfoButton": "onClickInfoButton"; "onOpenWizard": "onOpenWizard"; "onOpenDetail": "onOpenDetail"; "onOpenAssetParameter": "onOpenAssetParameter"; "onOpenInsightMapping": "onOpenInsightMapping"; "onHoverInfoButton": "onHoverInfoButton"; "onHoverAlert": "onHoverAlert"; "onDoubleClickNode": "onDoubleClickNode"; "onOpenChangeIcon": "onOpenChangeIcon"; "onClickCompoent": "onClickCompoent"; "callbackImageTopology": "callbackImageTopology"; "onClikParamOfTable": "onClikParamOfTable"; "onDeleteNode": "onDeleteNode"; "onUndo": "onUndo"; "onRename": "onRename"; }, never, never, false, never>;
|
167
|
+
}
|
168
|
+
export declare namespace AtoDefaultGojsEditor {
|
169
|
+
enum ENUM_ACTIONS {
|
170
|
+
DETAILS = "Open details & wizard",
|
171
|
+
ONLY_DETAILS = "Open details",
|
172
|
+
RENAME = "Rename this box",
|
173
|
+
OUTFLOW = "Create an outflow",
|
174
|
+
DELETE = "Delete",
|
175
|
+
INSIGHT = "Insight tag mapping",
|
176
|
+
DATA_MAPPING = "Data Mapping",
|
177
|
+
MORE = "More",
|
178
|
+
FLOW_DETAILS = "Flow details",
|
179
|
+
ASSET_PARAMETERS = "Asset parameters",
|
180
|
+
CHANGE_ICON = "Change icon"
|
181
|
+
}
|
182
|
+
const ACTIONS: any;
|
183
|
+
const DISTANCE_2_OUTPUT = 60;
|
184
|
+
}
|