@undp/carbon-library 1.0.133-CARBON-325.1 → 1.0.133-CARBON-325.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -782,7 +782,13 @@ var CompanyManagementComponent = function (props) {
782
782
  return [3 /*break*/, 4];
783
783
  case 3:
784
784
  error_2 = _b.sent();
785
- console.log("Error in downloading company data", error_2);
785
+ console.log("Error in exporting organisations", error_2);
786
+ antd.message.open({
787
+ type: "error",
788
+ content: error_2.message,
789
+ duration: 3,
790
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
791
+ });
786
792
  setLoading(false);
787
793
  return [3 /*break*/, 4];
788
794
  case 4: return [2 /*return*/];
@@ -1006,7 +1012,172 @@ exports.MitigationTypes = void 0;
1006
1012
  MitigationTypes["SOLAR"] = "Solar";
1007
1013
  MitigationTypes["TRANSPORT"] = "Transport";
1008
1014
  MitigationTypes["WIND"] = "Wind";
1015
+ MitigationTypes["CO2_USAGE"] = "CO2Usage";
1016
+ MitigationTypes["TIDAL"] = "Tidal";
1009
1017
  })(exports.MitigationTypes || (exports.MitigationTypes = {}));
1018
+ exports.MitigationSubTypes = void 0;
1019
+ (function (MitigationSubTypes) {
1020
+ MitigationSubTypes["IRRIGATION"] = "Irrigation";
1021
+ MitigationSubTypes["ENERGY_EFFICIENCY"] = "EnergyEfficiency";
1022
+ MitigationSubTypes["ALTERNATIVE_FERTILISER"] = "AlternativeFertilisers";
1023
+ MitigationSubTypes["NO_TILLAGE"] = "NoTillage";
1024
+ MitigationSubTypes["SOIL_ENRICHMENT_BIOCHAR"] = "SoilEnrichmentBiochar";
1025
+ MitigationSubTypes["RICE_CROPS"] = "RiceCrops";
1026
+ MitigationSubTypes["BAGASSE_POWER"] = "BagassePower";
1027
+ MitigationSubTypes["PALM_OIL_SOLID_WASTE"] = "Palm oil solid waste";
1028
+ MitigationSubTypes["AGRICULTURAL_RESIDUES_OTHER_KINDS"] = "AgriculturalResiduesOtherKinds";
1029
+ MitigationSubTypes["AGRICULTURAL_RESIDUES_RICE_HUSK"] = "AgriculturalResiduesRiceHusk";
1030
+ MitigationSubTypes["AGRICULTURAL_RESIDUES_MUSTARD_CROP"] = "AgriculturalResiduesMustardCrop";
1031
+ MitigationSubTypes["AGRICULTURAL_RESIDUES_POULTRY_LITTER"] = "AgriculturalResiduesPoultryLitter";
1032
+ MitigationSubTypes["BLACK_LIQUOR"] = "BlackLiquor";
1033
+ MitigationSubTypes["FOREST_RESIDUES_SAWMILL_WASTE"] = "ForestResiduesSawmillWaste";
1034
+ MitigationSubTypes["FOREST_RESIDUES_OTHER"] = "ForestResiduesOther";
1035
+ MitigationSubTypes["FOREST_BIOMASS"] = "ForestBiomass";
1036
+ MitigationSubTypes["INDUSTRIAL_WASTE"] = "IndustrialWaste";
1037
+ MitigationSubTypes["GASIFICATION_OF_BIOMASS"] = "GasificationOfBiomass";
1038
+ MitigationSubTypes["SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_BIOGAS"] = "SwitchFromFossilFuelToPipedBiogas";
1039
+ MitigationSubTypes["BIOMASS_BRIQUETTES_OR_PELLETS"] = "BiomassBriquettesOrPellets";
1040
+ MitigationSubTypes["BIODIESEL"] = "Biodiesel";
1041
+ MitigationSubTypes["BIODIESEL_FROM_WASTE_OIL"] = "BiodieselFromWasteOil";
1042
+ MitigationSubTypes["ETHANOL"] = "Ethanol";
1043
+ MitigationSubTypes["CLINKER_REPLACEMENT"] = "ClinkerReplacement";
1044
+ MitigationSubTypes["COAL_MINE_METHANE"] = "CoalMineMethane";
1045
+ MitigationSubTypes["COAL_BED_METHANE"] = "CoalBedMethane";
1046
+ MitigationSubTypes["CMM_VENTILATION_AIR_METHANE"] = "CMMVentilationAirMethane";
1047
+ MitigationSubTypes["VENTILATION_AIR_METHANE"] = "VentilationAirMethane";
1048
+ MitigationSubTypes["LIGHTING"] = "Lighting";
1049
+ MitigationSubTypes["SOLAR_LAMPS"] = "SolarLamps";
1050
+ MitigationSubTypes["STOVES"] = "Stoves";
1051
+ MitigationSubTypes["STOVES_SCHOOL_IN_GHANA"] = "StovesSchoolInGhana";
1052
+ MitigationSubTypes["STOVES_HOUSES_IN_NAMIBIA"] = "StovesHousesInNamibia";
1053
+ MitigationSubTypes["LIGHTING_INSULATION_SOLAR"] = "LightingInsulationSolar";
1054
+ MitigationSubTypes["APPLIANCES"] = "Appliances";
1055
+ MitigationSubTypes["CHEMICALS"] = "Chemicals";
1056
+ MitigationSubTypes["PETROCHEMICALS"] = "Petrochemicals";
1057
+ MitigationSubTypes["PAPER"] = "Paper";
1058
+ MitigationSubTypes["CEMENT"] = "Cement";
1059
+ MitigationSubTypes["IRON_STEEL"] = "IronSteel";
1060
+ MitigationSubTypes["MACHINERY"] = "Machinery";
1061
+ MitigationSubTypes["TEXTILES"] = "Textiles";
1062
+ MitigationSubTypes["ELECTRONICS"] = "Electronics";
1063
+ MitigationSubTypes["FOOD"] = "Food";
1064
+ MitigationSubTypes["BUILDING_MATERIALS"] = "BuildingMaterials";
1065
+ MitigationSubTypes["GLASS"] = "Glass";
1066
+ MitigationSubTypes["NON_FERROUS_METALS"] = "NonFerrousMetals";
1067
+ MitigationSubTypes["COKE_OVEN"] = "CokeOven";
1068
+ MitigationSubTypes["Mining"] = "Mining";
1069
+ MitigationSubTypes["CONSTRUCTION"] = "Construction";
1070
+ MitigationSubTypes["METAL_PRODUCTS"] = "MetalProducts";
1071
+ MitigationSubTypes["WOOD"] = "Wood";
1072
+ MitigationSubTypes["RECYCLING"] = "Recycling";
1073
+ MitigationSubTypes["CHEMICALS_HEAT"] = "ChemicalsHeat";
1074
+ MitigationSubTypes["PETROCHEMICALS_HEAT"] = "PetrochemicalsHeat";
1075
+ MitigationSubTypes["CARBON_BLACK_GAS"] = "CarbonBlackGas";
1076
+ MitigationSubTypes["CEMENT_HEAT"] = "CementHeat";
1077
+ MitigationSubTypes["IRON_STEEL_HEAT"] = "IronSteelHeat";
1078
+ MitigationSubTypes["BUILDING_MATERIALS_HEAT"] = "BuildingMaterialsHeat";
1079
+ MitigationSubTypes["GLASS_HEAT"] = "GlassHeat";
1080
+ MitigationSubTypes["NON_FERROUS_METALS_HEAT"] = "NonFerrousMetalsHeat";
1081
+ MitigationSubTypes["COKE_OVEN_GAS"] = "CokeOvenGas";
1082
+ MitigationSubTypes["HVAC_LIGHTING"] = "HvacLighting";
1083
+ MitigationSubTypes["AIR_CONDITIONING"] = "AirConditioning";
1084
+ MitigationSubTypes["EE_NEW_BUILDINGS"] = "EeNewBuildings";
1085
+ MitigationSubTypes["STREET_LIGHTING"] = "StreetLighting";
1086
+ MitigationSubTypes["LIGHTING_IN_SERVICE"] = "LightingInService";
1087
+ MitigationSubTypes["WATER_PUMPING"] = "WaterPumping";
1088
+ MitigationSubTypes["WATER_PURIFICATION"] = "WaterPurification";
1089
+ MitigationSubTypes["EE_PUBLIC_STOVES"] = "EePublicStoves";
1090
+ MitigationSubTypes["EE_PUBLIC_BUILDINGS"] = "EePublicBuildings";
1091
+ MitigationSubTypes["EE_COMMERCIAL_BUILDINGS"] = "EeCommercialBuildings";
1092
+ MitigationSubTypes["SINGLE_CYCLE_TO_COMBINED_CYCLE"] = "SingleCycleToCombinedCycle";
1093
+ MitigationSubTypes["COGENERATION"] = "Cogeneration";
1094
+ MitigationSubTypes["CO_FIRING_WITH_BIOMASS"] = "CoFiringWithBiomass";
1095
+ MitigationSubTypes["HIGHER_EFFICIENCY_COAL_POWER"] = "HigherEfficiencyCoalPower";
1096
+ MitigationSubTypes["HIGHER_EFFICIENCY_OIL_POWER"] = "HigherEfficiencyOilPower";
1097
+ MitigationSubTypes["HIGHER_EFFICIENCY_USING_WASTE_HEAT"] = "HigherEfficiencyUsingWasteHeat";
1098
+ MitigationSubTypes["POWER_PLANT_REHABILITATION"] = "PowerPlantRehabilitation";
1099
+ MitigationSubTypes["HIGHER_EFFICIENCY_STEAM_BOILER"] = "HigherEfficiencySteamBoiler";
1100
+ MitigationSubTypes["DISTRICT_HEATING"] = "DistrictHeating";
1101
+ MitigationSubTypes["REPLACEMENT_OF_DISTRICT_HEATING_BOILERS"] = "ReplacementOfDistrictHeatingBoilers";
1102
+ MitigationSubTypes["CONNECTION_OF_ISOLATED_GRID"] = "ConnectionOfIsolatedGrid";
1103
+ MitigationSubTypes["DISTRICT_COOLING"] = "DistrictCooling";
1104
+ MitigationSubTypes["EFFICIENT_ELECTRICITY_DISTRIBUTION"] = "EfficientElectricityDistribution";
1105
+ MitigationSubTypes["AFFORESTATION"] = "Afforestation";
1106
+ MitigationSubTypes["MANGROVES"] = "Mangroves";
1107
+ MitigationSubTypes["AGROFORESTRY"] = "Agroforestry";
1108
+ MitigationSubTypes["REFORESTATION"] = "Reforestation";
1109
+ MitigationSubTypes["COAL_TO_NATURAL_GAS"] = "CoalToNaturalGas";
1110
+ MitigationSubTypes["COAL_TO_OIL"] = "CoalToOil";
1111
+ MitigationSubTypes["LIGNITE_TO_NATURAL_GAS"] = "LigniteToNaturalGas";
1112
+ MitigationSubTypes["NEW_NATURAL_GAS_PLANT"] = "NewNaturalGasPlant";
1113
+ MitigationSubTypes["NEW_NATURAL_GAS_PLANT_USING_LNG"] = "NewNaturalGasPlantUsingLng";
1114
+ MitigationSubTypes["OIL_TO_ELECTRICITY"] = "OilToElectricity";
1115
+ MitigationSubTypes["OIL_TO_LPG"] = "OilToLpg";
1116
+ MitigationSubTypes["OIL_TO_NATURAL_GAS"] = "OilToNaturalGas";
1117
+ MitigationSubTypes["OIL_FIELD_FLARING_REDUCTION"] = "OilFieldFlaringReduction";
1118
+ MitigationSubTypes["OIL_AND_GAS_PROCESSING_FLARING"] = "OilAndGasProcessingFlaring";
1119
+ MitigationSubTypes["NATURAL_GAS_PIPELINES"] = "NaturalGasPipelines";
1120
+ MitigationSubTypes["NON_HYDROCARBON_MINING"] = "NonHydrocarbonMining";
1121
+ MitigationSubTypes["SPONTANEOUSLY_IGNITION_OF_COAL_PILES"] = "SpontaneouslyIgnitionOfCoalPiles";
1122
+ MitigationSubTypes["CHARCOAL_PRODUCTION"] = "CharcoalProduction";
1123
+ MitigationSubTypes["GEOTHERMAL_ELECTRICITY"] = "GeothermalElectricity";
1124
+ MitigationSubTypes["GEOTHERMAL_HEATING"] = "GeothermalHeating";
1125
+ MitigationSubTypes["HFC23"] = "Hfc23";
1126
+ MitigationSubTypes["HFC134A"] = "Hfc134A";
1127
+ MitigationSubTypes["PFCS"] = "Pfcs";
1128
+ MitigationSubTypes["SF6"] = "Sf6";
1129
+ MitigationSubTypes["RUN_OF_RIVER"] = "RunOfRiver";
1130
+ MitigationSubTypes["EXISTING_DAM"] = "ExistingDam";
1131
+ MitigationSubTypes["HIGHER_EFFICIENCY_HYDRO_POWER"] = "HigherEfficiencyHydroPower";
1132
+ MitigationSubTypes["NEW_DAM"] = "NewDam";
1133
+ MitigationSubTypes["LANDFILL_FLARING"] = "LandfillFlaring";
1134
+ MitigationSubTypes["LANDFILL_POWER"] = "LandfillPower";
1135
+ MitigationSubTypes["COMBUSTION_OF_MSW"] = "CombustionOfMsw";
1136
+ MitigationSubTypes["GASIFICATION_OF_MSW"] = "GasificationOfMsw";
1137
+ MitigationSubTypes["BIOGAS_FROM_MSW"] = "BiogasFromMsw";
1138
+ MitigationSubTypes["LANDFILL_AERATION"] = "LandfillAeration";
1139
+ MitigationSubTypes["INTEGRATED_SOLID_WASTE_MANAGEMENT"] = "IntegratedSolidWasteManagement";
1140
+ MitigationSubTypes["SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_LANDFILL_GAS"] = "SwitchFromFossilFuelToPipedLandfillGas";
1141
+ MitigationSubTypes["LANDFILL_COMPOSTING"] = "LandfillComposting";
1142
+ MitigationSubTypes["MANURE"] = "Manure";
1143
+ MitigationSubTypes["DOMESTIC_MANURE"] = "DomesticManure";
1144
+ MitigationSubTypes["WASTE_WATER"] = "WasteWater";
1145
+ MitigationSubTypes["INDUSTRIAL_SOLID_WASTE"] = "IndustrialSolidWaste";
1146
+ MitigationSubTypes["PALM_OIL_WASTE"] = "PalmOilWaste";
1147
+ MitigationSubTypes["AEROBIC_TREATMENT_OF_WASTE_WATER"] = "AerobicTreatmentOfWasteWater";
1148
+ MitigationSubTypes["COMPOSTING"] = "Composting";
1149
+ MitigationSubTypes["ADIPIC_ACID"] = "AdipicAcid";
1150
+ MitigationSubTypes["NITRIC_ACID"] = "NitricAcid";
1151
+ MitigationSubTypes["CAPROLACTAM"] = "Caprolactam";
1152
+ MitigationSubTypes["SOLAR_PHOTOVOLTAICS_PV"] = "SolarPhotovoltaicsPV";
1153
+ MitigationSubTypes["SOLAR_WATER_PUMPING_OFF_GRID"] = "SolarWaterPumpingOffGrid";
1154
+ MitigationSubTypes["SOLAR_WATER_PUMPING_ON_GRID"] = "SolarWaterPumpingOnGrid";
1155
+ MitigationSubTypes["SOLAR_PV_WATER_DISINFECTION"] = "SolarPVWaterDisinfection";
1156
+ MitigationSubTypes["SOLAR_THERMAL_POWER"] = "SolarThermalPower";
1157
+ MitigationSubTypes["SOLAR_THERMAL_HEAT"] = "SolarThermalHeat";
1158
+ MitigationSubTypes["SOLAR_WATER_HEATING"] = "SolarWaterHeating";
1159
+ MitigationSubTypes["SOLAR_COOKING"] = "SolarCooking";
1160
+ MitigationSubTypes["BUS_RAPID_TRANSIT"] = "BusRapidTransit";
1161
+ MitigationSubTypes["BUS_RAPID_TRANSIT_GREEN_HYDROGEN"] = "BusRapidTransitGreenHydrogen";
1162
+ MitigationSubTypes["MOTORBIKES"] = "Motorbikes";
1163
+ MitigationSubTypes["MODE_SHIFT_ROAD_TO_RAIL"] = "ModeShiftRoadToRail";
1164
+ MitigationSubTypes["MORE_EFFICIENT_TRAIN_SYSTEM"] = "MoreEfficientTrainSystem";
1165
+ MitigationSubTypes["MORE_EFFICIENT_VEHICLES"] = "MoreEfficientVehicles";
1166
+ MitigationSubTypes["RAIL_REGENERATIVE_BRAKING"] = "RailRegenerativeBraking";
1167
+ MitigationSubTypes["RAIL_GREEN_HYDROGEN"] = "RailGreenHydrogen";
1168
+ MitigationSubTypes["RAIL_EFFICIENT_OPERATION"] = "RailEfficientOperation";
1169
+ MitigationSubTypes["METRO_EFFICIENT_OPERATION"] = "MetroEfficientOperation";
1170
+ MitigationSubTypes["CARS_GREEN_HYDROGEN"] = "CarsGreenHydrogen";
1171
+ MitigationSubTypes["CARS_EFFICIENT_OPERATION"] = "CarsEfficientOperation";
1172
+ MitigationSubTypes["SCRAPPING_OLD_VEHICLES"] = "ScrappingOldVehicles";
1173
+ MitigationSubTypes["BIODIESEL_FOR_TRANSPORT"] = "BiodieselForTransport";
1174
+ MitigationSubTypes["CABLE_CARS"] = "CableCars";
1175
+ MitigationSubTypes["WIND"] = "Wind";
1176
+ MitigationSubTypes["OFFSHORE_WIND"] = "OffshoreWind";
1177
+ MitigationSubTypes["CO2_RECYCLING"] = "CO2Recycling";
1178
+ MitigationSubTypes["CO2_REPLACEMENT"] = "CO2Replacement";
1179
+ MitigationSubTypes["TIDAL"] = "Tidal";
1180
+ })(exports.MitigationSubTypes || (exports.MitigationSubTypes = {}));
1010
1181
  var mitigationTypeList = [
1011
1182
  { value: exports.MitigationTypes.AGRICULTURE.valueOf(), label: "Agriculture" },
1012
1183
  { value: exports.MitigationTypes.SOLAR.valueOf(), label: "Solar" },
@@ -1103,13 +1274,791 @@ var sectorMitigationTypesListMapped = {
1103
1274
  },
1104
1275
  ],
1105
1276
  Agriculture: [
1106
- { value: exports.MitigationTypes.AGRICULTURE.valueOf(), label: "Agriculture" },
1277
+ { value: exports.MitigationTypes.AGRICULTURE.valueOf(), label: "Agriculture" }
1107
1278
  ],
1108
1279
  Other: [
1109
1280
  { value: exports.MitigationTypes.MARINE.valueOf(), label: "Marine" },
1110
1281
  { value: exports.MitigationTypes.N20.valueOf(), label: "N2O" },
1111
1282
  ],
1112
1283
  };
1284
+ var mitigationSubTypeList = [
1285
+ { label: "Irrigation", value: exports.MitigationSubTypes.IRRIGATION.valueOf() },
1286
+ { label: "Energy efficiency", value: exports.MitigationSubTypes.ENERGY_EFFICIENCY.valueOf() },
1287
+ { label: "Alternative fertilisers", value: exports.MitigationSubTypes.ALTERNATIVE_FERTILISER.valueOf() },
1288
+ { label: "No tillage", value: exports.MitigationSubTypes.NO_TILLAGE.valueOf() },
1289
+ { label: "Soil Enrichment / Biochar", value: exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR.valueOf() },
1290
+ { label: "Rice crops", value: exports.MitigationSubTypes.RICE_CROPS.valueOf() },
1291
+ { label: "Bagasse power", value: exports.MitigationSubTypes.BAGASSE_POWER.valueOf() },
1292
+ { label: "Palm oil solid waste", value: exports.MitigationSubTypes.PALM_OIL_SOLID_WASTE.valueOf() },
1293
+ { label: "Agricultural residues: other kinds", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_OTHER_KINDS.valueOf() },
1294
+ { label: "Agricultural residues: rice husk", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_RICE_HUSK.valueOf() },
1295
+ { label: "Agricultural residues: mustard crop", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_MUSTARD_CROP.valueOf() },
1296
+ { label: "Agricultural residues: poultry litter", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_POULTRY_LITTER.valueOf() },
1297
+ { label: "Black liquor", value: exports.MitigationSubTypes.BLACK_LIQUOR.valueOf() },
1298
+ { label: "Forest residues: sawmill waste", value: exports.MitigationSubTypes.FOREST_RESIDUES_SAWMILL_WASTE.valueOf() },
1299
+ { label: "Forest residues: other", value: exports.MitigationSubTypes.FOREST_RESIDUES_OTHER.valueOf() },
1300
+ { label: "Forest biomass", value: exports.MitigationSubTypes.FOREST_BIOMASS.valueOf() },
1301
+ { label: "Industrial waste", value: exports.MitigationSubTypes.INDUSTRIAL_WASTE.valueOf() },
1302
+ { label: "Gasification of biomass", value: exports.MitigationSubTypes.GASIFICATION_OF_BIOMASS.valueOf() },
1303
+ { label: "Switch from fossil fuel to piped biogas", value: exports.MitigationSubTypes.SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_BIOGAS.valueOf() },
1304
+ { label: "Biomass briquettes or pellets", value: exports.MitigationSubTypes.BIOMASS_BRIQUETTES_OR_PELLETS.valueOf() },
1305
+ { label: "Biodiesel", value: exports.MitigationSubTypes.BIODIESEL.valueOf() },
1306
+ { label: "Biodiesel from waste oil", value: exports.MitigationSubTypes.BIODIESEL_FROM_WASTE_OIL.valueOf() },
1307
+ { label: "Ethanol", value: exports.MitigationSubTypes.ETHANOL.valueOf() },
1308
+ { label: "Cement", value: exports.MitigationSubTypes.CLINKER_REPLACEMENT.valueOf() },
1309
+ { label: "Coal Mine Methane", value: exports.MitigationSubTypes.COAL_MINE_METHANE.valueOf() },
1310
+ { label: "Coal Bed Methane", value: exports.MitigationSubTypes.COAL_BED_METHANE.valueOf() },
1311
+ { label: "CMM & Ventilation Air Methane", value: exports.MitigationSubTypes.CMM_VENTILATION_AIR_METHANE.valueOf() },
1312
+ { label: "Ventilation Air Methane", value: exports.MitigationSubTypes.VENTILATION_AIR_METHANE.valueOf() },
1313
+ { label: "Lighting", value: exports.MitigationSubTypes.LIGHTING.valueOf() },
1314
+ { label: "Solar lamps", value: exports.MitigationSubTypes.SOLAR_LAMPS.valueOf() },
1315
+ { label: "Stoves", value: exports.MitigationSubTypes.STOVES.valueOf() },
1316
+ { label: "Stoves (School in Ghana)", value: exports.MitigationSubTypes.STOVES_SCHOOL_IN_GHANA.valueOf() },
1317
+ { label: "Stoves (Houses in Namibia)", value: exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA.valueOf() },
1318
+ { label: "Lighting & Insulation & Solar", value: exports.MitigationSubTypes.LIGHTING_INSULATION_SOLAR.valueOf() },
1319
+ { label: "Appliances", value: exports.MitigationSubTypes.APPLIANCES.valueOf() },
1320
+ { label: "Chemicals", value: exports.MitigationSubTypes.CHEMICALS.valueOf() },
1321
+ { label: "Petrochemicals", value: exports.MitigationSubTypes.PETROCHEMICALS.valueOf() },
1322
+ { label: "Paper", value: exports.MitigationSubTypes.PAPER.valueOf() },
1323
+ { label: "Cement", value: exports.MitigationSubTypes.CEMENT.valueOf() },
1324
+ { label: "Iron & steel ", value: exports.MitigationSubTypes.IRON_STEEL.valueOf() },
1325
+ { label: "Machinery", value: exports.MitigationSubTypes.MACHINERY.valueOf() },
1326
+ { label: "Textiles", value: exports.MitigationSubTypes.TEXTILES.valueOf() },
1327
+ { label: "Electronics", value: exports.MitigationSubTypes.ELECTRONICS.valueOf() },
1328
+ { label: "Food", value: exports.MitigationSubTypes.FOOD.valueOf() },
1329
+ { label: "Building materials", value: exports.MitigationSubTypes.BUILDING_MATERIALS.valueOf() },
1330
+ { label: "Glass", value: exports.MitigationSubTypes.GLASS.valueOf() },
1331
+ { label: "Non-ferrous metals", value: exports.MitigationSubTypes.NON_FERROUS_METALS.valueOf() },
1332
+ { label: "Coke oven", value: exports.MitigationSubTypes.COKE_OVEN.valueOf() },
1333
+ { label: "Mining", value: exports.MitigationSubTypes.Mining.valueOf() },
1334
+ { label: "Construction", value: exports.MitigationSubTypes.CONSTRUCTION.valueOf() },
1335
+ { label: "Metal products", value: exports.MitigationSubTypes.METAL_PRODUCTS.valueOf() },
1336
+ { label: "Wood", value: exports.MitigationSubTypes.WOOD.valueOf() },
1337
+ { label: "Recycling", value: exports.MitigationSubTypes.RECYCLING.valueOf() },
1338
+ { label: "Chemicals heat", value: exports.MitigationSubTypes.CHEMICALS_HEAT.valueOf() },
1339
+ { label: "Petrochemicals heat", value: exports.MitigationSubTypes.PETROCHEMICALS_HEAT.valueOf() },
1340
+ { label: "Carbon black gas", value: exports.MitigationSubTypes.CARBON_BLACK_GAS.valueOf() },
1341
+ { label: "Cement heat", value: exports.MitigationSubTypes.CEMENT_HEAT.valueOf() },
1342
+ { label: "Iron & steel heat", value: exports.MitigationSubTypes.IRON_STEEL_HEAT.valueOf() },
1343
+ { label: "Building materials heat", value: exports.MitigationSubTypes.BUILDING_MATERIALS_HEAT.valueOf() },
1344
+ { label: "Glass heat", value: exports.MitigationSubTypes.GLASS_HEAT.valueOf() },
1345
+ { label: "Non-ferrous metals heat", value: exports.MitigationSubTypes.NON_FERROUS_METALS_HEAT.valueOf() },
1346
+ { label: "Coke oven gas", value: exports.MitigationSubTypes.COKE_OVEN_GAS.valueOf() },
1347
+ { label: "HVAC & lighting", value: exports.MitigationSubTypes.HVAC_LIGHTING.valueOf() },
1348
+ { label: "Air conditioning", value: exports.MitigationSubTypes.AIR_CONDITIONING.valueOf() },
1349
+ { label: "EE new buildings", value: exports.MitigationSubTypes.EE_NEW_BUILDINGS.valueOf() },
1350
+ { label: "Street lighting", value: exports.MitigationSubTypes.STREET_LIGHTING.valueOf() },
1351
+ { label: "Lighting in service", value: exports.MitigationSubTypes.LIGHTING_IN_SERVICE.valueOf() },
1352
+ { label: "Water pumping", value: exports.MitigationSubTypes.WATER_PUMPING.valueOf() },
1353
+ { label: "Water purification", value: exports.MitigationSubTypes.WATER_PURIFICATION.valueOf() },
1354
+ { label: "EE public stoves", value: exports.MitigationSubTypes.EE_PUBLIC_STOVES.valueOf() },
1355
+ { label: "EE public buildings", value: exports.MitigationSubTypes.EE_PUBLIC_BUILDINGS.valueOf() },
1356
+ { label: "EE commercial buildings", value: exports.MitigationSubTypes.EE_COMMERCIAL_BUILDINGS.valueOf() },
1357
+ { label: "Single cycle to combined cycle", value: exports.MitigationSubTypes.SINGLE_CYCLE_TO_COMBINED_CYCLE.valueOf() },
1358
+ { label: "Cogeneration", value: exports.MitigationSubTypes.COGENERATION.valueOf() },
1359
+ { label: "Co-firing with biomass", value: exports.MitigationSubTypes.CO_FIRING_WITH_BIOMASS.valueOf() },
1360
+ { label: "Higher efficiency coal power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_COAL_POWER.valueOf() },
1361
+ { label: "Higher efficiency oil power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_OIL_POWER.valueOf() },
1362
+ { label: "Higher efficiency using waste heat", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_USING_WASTE_HEAT.valueOf() },
1363
+ { label: "Power plant rehabilitation", value: exports.MitigationSubTypes.POWER_PLANT_REHABILITATION.valueOf() },
1364
+ { label: "Higher efficiency steam boiler", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_STEAM_BOILER.valueOf() },
1365
+ { label: "District heating", value: exports.MitigationSubTypes.DISTRICT_HEATING.valueOf() },
1366
+ { label: "Replacement of district heating boilers", value: exports.MitigationSubTypes.REPLACEMENT_OF_DISTRICT_HEATING_BOILERS.valueOf() },
1367
+ { label: "Connection of Isolated grid", value: exports.MitigationSubTypes.CONNECTION_OF_ISOLATED_GRID.valueOf() },
1368
+ { label: "District cooling", value: exports.MitigationSubTypes.DISTRICT_COOLING.valueOf() },
1369
+ { label: "Efficient electricity distribution", value: exports.MitigationSubTypes.EFFICIENT_ELECTRICITY_DISTRIBUTION.valueOf() },
1370
+ { label: "Afforestation", value: exports.MitigationSubTypes.AFFORESTATION.valueOf() },
1371
+ { label: "Mangroves", value: exports.MitigationSubTypes.MANGROVES.valueOf() },
1372
+ { label: "Agroforestry", value: exports.MitigationSubTypes.AGROFORESTRY.valueOf() },
1373
+ { label: "Reforestation", value: exports.MitigationSubTypes.REFORESTATION.valueOf() },
1374
+ { label: "Coal to natural gas", value: exports.MitigationSubTypes.COAL_TO_NATURAL_GAS.valueOf() },
1375
+ { label: "Coal to oil", value: exports.MitigationSubTypes.COAL_TO_OIL.valueOf() },
1376
+ { label: "Lignite to natural gas", value: exports.MitigationSubTypes.LIGNITE_TO_NATURAL_GAS.valueOf() },
1377
+ { label: "New natural gas plant", value: exports.MitigationSubTypes.NEW_NATURAL_GAS_PLANT.valueOf() },
1378
+ { label: "New natural gas plant using LNG", value: exports.MitigationSubTypes.NEW_NATURAL_GAS_PLANT_USING_LNG.valueOf() },
1379
+ { label: "Oil to electricity", value: exports.MitigationSubTypes.OIL_TO_ELECTRICITY.valueOf() },
1380
+ { label: "Oil to LPG", value: exports.MitigationSubTypes.OIL_TO_LPG.valueOf() },
1381
+ { label: "Oil to natural gas", value: exports.MitigationSubTypes.OIL_TO_NATURAL_GAS.valueOf() },
1382
+ { label: "Oil field flaring reduction", value: exports.MitigationSubTypes.OIL_FIELD_FLARING_REDUCTION.valueOf() },
1383
+ { label: "Oil and gas processing flaring", value: exports.MitigationSubTypes.OIL_AND_GAS_PROCESSING_FLARING.valueOf() },
1384
+ { label: "Natural gas pipelines", value: exports.MitigationSubTypes.NATURAL_GAS_PIPELINES.valueOf() },
1385
+ { label: "Non-hydrocarbon mining", value: exports.MitigationSubTypes.NON_HYDROCARBON_MINING.valueOf() },
1386
+ { label: "Spontaneously ignition of coal piles", value: exports.MitigationSubTypes.SPONTANEOUSLY_IGNITION_OF_COAL_PILES.valueOf() },
1387
+ { label: "Charcoal production", value: exports.MitigationSubTypes.CHARCOAL_PRODUCTION.valueOf() },
1388
+ { label: "Geothermal electricity", value: exports.MitigationSubTypes.GEOTHERMAL_ELECTRICITY.valueOf() },
1389
+ { label: "Geothermal heating", value: exports.MitigationSubTypes.GEOTHERMAL_HEATING.valueOf() },
1390
+ { label: "HFC23", value: exports.MitigationSubTypes.HFC23.valueOf() },
1391
+ { label: "HFC134a", value: exports.MitigationSubTypes.HFC134A.valueOf() },
1392
+ { label: "PFCs", value: exports.MitigationSubTypes.PFCS.valueOf() },
1393
+ { label: "SF6", value: exports.MitigationSubTypes.SF6.valueOf() },
1394
+ { label: "Run of river", value: exports.MitigationSubTypes.RUN_OF_RIVER.valueOf() },
1395
+ { label: "Existing dam", value: exports.MitigationSubTypes.EXISTING_DAM.valueOf() },
1396
+ { label: "Higher efficiency hydro power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_HYDRO_POWER.valueOf() },
1397
+ { label: "New dam", value: exports.MitigationSubTypes.NEW_DAM.valueOf() },
1398
+ { label: "Landfill flaring", value: exports.MitigationSubTypes.LANDFILL_FLARING.valueOf() },
1399
+ { label: "Landfill power", value: exports.MitigationSubTypes.LANDFILL_POWER.valueOf() },
1400
+ { label: "Combustion of MSW", value: exports.MitigationSubTypes.COMBUSTION_OF_MSW.valueOf() },
1401
+ { label: "Gasification of MSW", value: exports.MitigationSubTypes.GASIFICATION_OF_MSW.valueOf() },
1402
+ { label: "Biogas from MSW", value: exports.MitigationSubTypes.BIOGAS_FROM_MSW.valueOf() },
1403
+ { label: "Landfill aeration", value: exports.MitigationSubTypes.LANDFILL_AERATION.valueOf() },
1404
+ { label: "Integrated solid waste management", value: exports.MitigationSubTypes.INTEGRATED_SOLID_WASTE_MANAGEMENT.valueOf() },
1405
+ { label: "Switch from fossil fuel to piped landfill gas", value: exports.MitigationSubTypes.SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_LANDFILL_GAS.valueOf() },
1406
+ { label: "Landfill composting", value: exports.MitigationSubTypes.LANDFILL_COMPOSTING.valueOf() },
1407
+ { label: "Manure", value: exports.MitigationSubTypes.MANURE.valueOf() },
1408
+ { label: "Domestic manure", value: exports.MitigationSubTypes.DOMESTIC_MANURE.valueOf() },
1409
+ { label: "Waste water", value: exports.MitigationSubTypes.WASTE_WATER.valueOf() },
1410
+ { label: "Industrial solid waste", value: exports.MitigationSubTypes.INDUSTRIAL_SOLID_WASTE.valueOf() },
1411
+ { label: "Palm oil waste", value: exports.MitigationSubTypes.PALM_OIL_WASTE.valueOf() },
1412
+ { label: "Aerobic treatment of waste water", value: exports.MitigationSubTypes.AEROBIC_TREATMENT_OF_WASTE_WATER.valueOf() },
1413
+ { label: "Composting", value: exports.MitigationSubTypes.COMPOSTING.valueOf() },
1414
+ { label: "Adipic acid", value: exports.MitigationSubTypes.ADIPIC_ACID.valueOf() },
1415
+ { label: "Nitric acid", value: exports.MitigationSubTypes.NITRIC_ACID.valueOf() },
1416
+ { label: "Caprolactam", value: exports.MitigationSubTypes.CAPROLACTAM.valueOf() },
1417
+ { label: "Solar Photovoltaics(PV)", value: exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV.valueOf() },
1418
+ { label: "Solar Water pumping (off-grid)", value: exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID.valueOf() },
1419
+ { label: "Solar Water pumping (on-grid)", value: exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID.valueOf() },
1420
+ { label: "Solar PV water disinfection", value: exports.MitigationSubTypes.SOLAR_PV_WATER_DISINFECTION.valueOf() },
1421
+ { label: "Solar thermal power", value: exports.MitigationSubTypes.SOLAR_THERMAL_POWER.valueOf() },
1422
+ { label: "Solar thermal heat", value: exports.MitigationSubTypes.SOLAR_THERMAL_HEAT.valueOf() },
1423
+ { label: "Solar water heating", value: exports.MitigationSubTypes.SOLAR_WATER_HEATING.valueOf() },
1424
+ { label: "Solar cooking", value: exports.MitigationSubTypes.SOLAR_COOKING.valueOf() },
1425
+ { label: "Bus Rapid Transit", value: exports.MitigationSubTypes.BUS_RAPID_TRANSIT.valueOf() },
1426
+ { label: "Bus Rapid Transit: Green hydrogen", value: exports.MitigationSubTypes.BUS_RAPID_TRANSIT_GREEN_HYDROGEN.valueOf() },
1427
+ { label: "Motorbikes", value: exports.MitigationSubTypes.MOTORBIKES.valueOf() },
1428
+ { label: "Mode shift: Road to rail", value: exports.MitigationSubTypes.MODE_SHIFT_ROAD_TO_RAIL.valueOf() },
1429
+ { label: "More efficient train system", value: exports.MitigationSubTypes.MORE_EFFICIENT_VEHICLES.valueOf() },
1430
+ { label: "More efficient vehicles", value: exports.MitigationSubTypes.MORE_EFFICIENT_VEHICLES.valueOf() },
1431
+ { label: "Rail: regenerative braking", value: exports.MitigationSubTypes.RAIL_REGENERATIVE_BRAKING.valueOf() },
1432
+ { label: "Rail: Green hydrogen", value: exports.MitigationSubTypes.RAIL_GREEN_HYDROGEN.valueOf() },
1433
+ { label: "Rail: efficient operation", value: exports.MitigationSubTypes.RAIL_EFFICIENT_OPERATION.valueOf() },
1434
+ { label: "Metro: efficient operation", value: exports.MitigationSubTypes.METRO_EFFICIENT_OPERATION.valueOf() },
1435
+ { label: "Cars: Green hydrogen", value: exports.MitigationSubTypes.CARS_GREEN_HYDROGEN.valueOf() },
1436
+ { label: "Cars: efficient operation", value: exports.MitigationSubTypes.CARS_EFFICIENT_OPERATION.valueOf() },
1437
+ { label: "Scrapping old vehicles", value: exports.MitigationSubTypes.SCRAPPING_OLD_VEHICLES.valueOf() },
1438
+ { label: "Biodiesel for transport", value: exports.MitigationSubTypes.CABLE_CARS.valueOf() },
1439
+ { label: "Cable cars", value: exports.MitigationSubTypes.CHEMICALS.valueOf() },
1440
+ { label: "Wind", value: exports.MitigationSubTypes.WIND.valueOf() },
1441
+ { label: "Offshore wind", value: exports.MitigationSubTypes.OFFSHORE_WIND.valueOf() },
1442
+ { label: "CO2 recycling", value: exports.MitigationSubTypes.CO2_RECYCLING.valueOf() },
1443
+ { label: "CO2 replacement", value: exports.MitigationSubTypes.CO2_REPLACEMENT.valueOf() },
1444
+ { label: "Tidal", value: exports.MitigationSubTypes.TIDAL.valueOf() },
1445
+ ];
1446
+ var mitigationSubTypesListMapped = {
1447
+ Agriculture: [
1448
+ { label: "Irrigation", value: exports.MitigationSubTypes.IRRIGATION.valueOf() },
1449
+ { label: "Energy efficiency", value: exports.MitigationSubTypes.ENERGY_EFFICIENCY.valueOf() },
1450
+ { label: "Alternative fertilisers", value: exports.MitigationSubTypes.ALTERNATIVE_FERTILISER.valueOf() },
1451
+ { label: "No tillage", value: exports.MitigationSubTypes.NO_TILLAGE.valueOf() },
1452
+ { label: "Soil Enrichment / Biochar", value: exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR.valueOf() },
1453
+ { label: "Rice crops", value: exports.MitigationSubTypes.RICE_CROPS.valueOf() },
1454
+ ],
1455
+ BiomassEnergy: [
1456
+ { label: "Bagasse power", value: exports.MitigationSubTypes.BAGASSE_POWER.valueOf() },
1457
+ { label: "Palm oil solid waste", value: exports.MitigationSubTypes.PALM_OIL_SOLID_WASTE.valueOf() },
1458
+ { label: "Agricultural residues: other kinds", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_OTHER_KINDS.valueOf() },
1459
+ { label: "Agricultural residues: rice husk", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_RICE_HUSK.valueOf() },
1460
+ { label: "Agricultural residues: mustard crop", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_MUSTARD_CROP.valueOf() },
1461
+ { label: "Agricultural residues: poultry litter", value: exports.MitigationSubTypes.AGRICULTURAL_RESIDUES_POULTRY_LITTER.valueOf() },
1462
+ { label: "Black liquor", value: exports.MitigationSubTypes.BLACK_LIQUOR.valueOf() },
1463
+ { label: "Forest residues: sawmill waste", value: exports.MitigationSubTypes.FOREST_RESIDUES_SAWMILL_WASTE.valueOf() },
1464
+ { label: "Forest residues: other", value: exports.MitigationSubTypes.FOREST_RESIDUES_OTHER.valueOf() },
1465
+ { label: "Forest biomass", value: exports.MitigationSubTypes.FOREST_BIOMASS.valueOf() },
1466
+ { label: "Industrial waste", value: exports.MitigationSubTypes.INDUSTRIAL_WASTE.valueOf() },
1467
+ { label: "Gasification of biomass", value: exports.MitigationSubTypes.GASIFICATION_OF_BIOMASS.valueOf() },
1468
+ { label: "Switch from fossil fuel to piped biogas", value: exports.MitigationSubTypes.SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_BIOGAS.valueOf() },
1469
+ { label: "Biomass briquettes or pellets", value: exports.MitigationSubTypes.BIOMASS_BRIQUETTES_OR_PELLETS.valueOf() },
1470
+ { label: "Biodiesel", value: exports.MitigationSubTypes.BIODIESEL.valueOf() },
1471
+ { label: "Biodiesel from waste oil", value: exports.MitigationSubTypes.BIODIESEL_FROM_WASTE_OIL.valueOf() },
1472
+ { label: "Ethanol", value: exports.MitigationSubTypes.ETHANOL.valueOf() },
1473
+ ],
1474
+ Cement: [
1475
+ { label: "Cement", value: exports.MitigationSubTypes.CLINKER_REPLACEMENT.valueOf() },
1476
+ ],
1477
+ "Coal/Mine": [
1478
+ { label: "Coal Mine Methane", value: exports.MitigationSubTypes.COAL_MINE_METHANE.valueOf() },
1479
+ { label: "Coal Bed Methane", value: exports.MitigationSubTypes.COAL_BED_METHANE.valueOf() },
1480
+ { label: "CMM & Ventilation Air Methane", value: exports.MitigationSubTypes.CMM_VENTILATION_AIR_METHANE.valueOf() },
1481
+ { label: "Ventilation Air Methane", value: exports.MitigationSubTypes.VENTILATION_AIR_METHANE.valueOf() },
1482
+ ],
1483
+ EEHouseholds: [
1484
+ { label: "Lighting", value: exports.MitigationSubTypes.LIGHTING.valueOf() },
1485
+ { label: "Solar lamps", value: exports.MitigationSubTypes.SOLAR_LAMPS.valueOf() },
1486
+ { label: "Stoves", value: exports.MitigationSubTypes.STOVES.valueOf() },
1487
+ { label: "Stoves (School in Ghana)", value: exports.MitigationSubTypes.STOVES_SCHOOL_IN_GHANA.valueOf() },
1488
+ { label: "Stoves (Houses in Namibia)", value: exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA.valueOf() },
1489
+ { label: "Lighting & Insulation & Solar", value: exports.MitigationSubTypes.LIGHTING_INSULATION_SOLAR.valueOf() },
1490
+ { label: "Appliances", value: exports.MitigationSubTypes.APPLIANCES.valueOf() },
1491
+ ],
1492
+ EEIndustry: [
1493
+ { label: "Chemicals", value: exports.MitigationSubTypes.CHEMICALS.valueOf() },
1494
+ { label: "Petrochemicals", value: exports.MitigationSubTypes.PETROCHEMICALS.valueOf() },
1495
+ { label: "Paper", value: exports.MitigationSubTypes.PAPER.valueOf() },
1496
+ { label: "Cement", value: exports.MitigationSubTypes.CEMENT.valueOf() },
1497
+ { label: "Iron & steel ", value: exports.MitigationSubTypes.IRON_STEEL.valueOf() },
1498
+ { label: "Machinery", value: exports.MitigationSubTypes.MACHINERY.valueOf() },
1499
+ { label: "Textiles", value: exports.MitigationSubTypes.TEXTILES.valueOf() },
1500
+ { label: "Electronics", value: exports.MitigationSubTypes.ELECTRONICS.valueOf() },
1501
+ { label: "Food", value: exports.MitigationSubTypes.FOOD.valueOf() },
1502
+ { label: "Building materials", value: exports.MitigationSubTypes.BUILDING_MATERIALS.valueOf() },
1503
+ { label: "Glass", value: exports.MitigationSubTypes.GLASS.valueOf() },
1504
+ { label: "Non-ferrous metals", value: exports.MitigationSubTypes.NON_FERROUS_METALS.valueOf() },
1505
+ { label: "Coke oven", value: exports.MitigationSubTypes.COKE_OVEN.valueOf() },
1506
+ { label: "Mining", value: exports.MitigationSubTypes.Mining.valueOf() },
1507
+ { label: "Construction", value: exports.MitigationSubTypes.CONSTRUCTION.valueOf() },
1508
+ { label: "Metal products", value: exports.MitigationSubTypes.METAL_PRODUCTS.valueOf() },
1509
+ { label: "Wood", value: exports.MitigationSubTypes.WOOD.valueOf() },
1510
+ { label: "Recycling", value: exports.MitigationSubTypes.RECYCLING.valueOf() },
1511
+ ],
1512
+ EEOwnGeneration: [
1513
+ { label: "Chemicals heat", value: exports.MitigationSubTypes.CHEMICALS_HEAT.valueOf() },
1514
+ { label: "Petrochemicals heat", value: exports.MitigationSubTypes.PETROCHEMICALS_HEAT.valueOf() },
1515
+ { label: "Carbon black gas", value: exports.MitigationSubTypes.CARBON_BLACK_GAS.valueOf() },
1516
+ { label: "Cement heat", value: exports.MitigationSubTypes.CEMENT_HEAT.valueOf() },
1517
+ { label: "Iron & steel heat", value: exports.MitigationSubTypes.IRON_STEEL_HEAT.valueOf() },
1518
+ { label: "Building materials heat", value: exports.MitigationSubTypes.BUILDING_MATERIALS_HEAT.valueOf() },
1519
+ { label: "Glass heat", value: exports.MitigationSubTypes.GLASS_HEAT.valueOf() },
1520
+ { label: "Non-ferrous metals heat", value: exports.MitigationSubTypes.NON_FERROUS_METALS_HEAT.valueOf() },
1521
+ { label: "Coke oven gas", value: exports.MitigationSubTypes.COKE_OVEN_GAS.valueOf() },
1522
+ ],
1523
+ EEService: [
1524
+ { label: "HVAC & lighting", value: exports.MitigationSubTypes.HVAC_LIGHTING.valueOf() },
1525
+ { label: "Air conditioning", value: exports.MitigationSubTypes.AIR_CONDITIONING.valueOf() },
1526
+ { label: "EE new buildings", value: exports.MitigationSubTypes.EE_NEW_BUILDINGS.valueOf() },
1527
+ { label: "Street lighting", value: exports.MitigationSubTypes.STREET_LIGHTING.valueOf() },
1528
+ { label: "Lighting in service", value: exports.MitigationSubTypes.LIGHTING_IN_SERVICE.valueOf() },
1529
+ { label: "Water pumping", value: exports.MitigationSubTypes.WATER_PUMPING.valueOf() },
1530
+ { label: "Water purification", value: exports.MitigationSubTypes.WATER_PURIFICATION.valueOf() },
1531
+ { label: "EE public stoves", value: exports.MitigationSubTypes.EE_PUBLIC_STOVES.valueOf() },
1532
+ { label: "EE public buildings", value: exports.MitigationSubTypes.EE_PUBLIC_BUILDINGS.valueOf() },
1533
+ { label: "EE commercial buildings", value: exports.MitigationSubTypes.EE_COMMERCIAL_BUILDINGS.valueOf() },
1534
+ ],
1535
+ EESupplySide: [
1536
+ { label: "Single cycle to combined cycle", value: exports.MitigationSubTypes.SINGLE_CYCLE_TO_COMBINED_CYCLE.valueOf() },
1537
+ { label: "Cogeneration", value: exports.MitigationSubTypes.COGENERATION.valueOf() },
1538
+ { label: "Co-firing with biomass", value: exports.MitigationSubTypes.CO_FIRING_WITH_BIOMASS.valueOf() },
1539
+ { label: "Higher efficiency coal power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_COAL_POWER.valueOf() },
1540
+ { label: "Higher efficiency oil power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_OIL_POWER.valueOf() },
1541
+ { label: "Higher efficiency using waste heat", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_USING_WASTE_HEAT.valueOf() },
1542
+ { label: "Power plant rehabilitation", value: exports.MitigationSubTypes.POWER_PLANT_REHABILITATION.valueOf() },
1543
+ { label: "Higher efficiency steam boiler", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_STEAM_BOILER.valueOf() },
1544
+ ],
1545
+ EnergyDistribution: [
1546
+ { label: "District heating", value: exports.MitigationSubTypes.DISTRICT_HEATING.valueOf() },
1547
+ { label: "Replacement of district heating boilers", value: exports.MitigationSubTypes.REPLACEMENT_OF_DISTRICT_HEATING_BOILERS.valueOf() },
1548
+ { label: "Connection of Isolated grid", value: exports.MitigationSubTypes.CONNECTION_OF_ISOLATED_GRID.valueOf() },
1549
+ { label: "District cooling", value: exports.MitigationSubTypes.DISTRICT_COOLING.valueOf() },
1550
+ { label: "Efficient electricity distribution", value: exports.MitigationSubTypes.EFFICIENT_ELECTRICITY_DISTRIBUTION.valueOf() },
1551
+ ],
1552
+ Forestry: [
1553
+ { label: "Afforestation", value: exports.MitigationSubTypes.AFFORESTATION.valueOf() },
1554
+ { label: "Mangroves", value: exports.MitigationSubTypes.MANGROVES.valueOf() },
1555
+ { label: "Agroforestry", value: exports.MitigationSubTypes.AGROFORESTRY.valueOf() },
1556
+ { label: "Reforestation", value: exports.MitigationSubTypes.REFORESTATION.valueOf() },
1557
+ ],
1558
+ FossilFuel: [
1559
+ { label: "Coal to natural gas", value: exports.MitigationSubTypes.COAL_TO_NATURAL_GAS.valueOf() },
1560
+ { label: "Coal to oil", value: exports.MitigationSubTypes.COAL_TO_OIL.valueOf() },
1561
+ { label: "Lignite to natural gas", value: exports.MitigationSubTypes.LIGNITE_TO_NATURAL_GAS.valueOf() },
1562
+ { label: "New natural gas plant", value: exports.MitigationSubTypes.NEW_NATURAL_GAS_PLANT.valueOf() },
1563
+ { label: "New natural gas plant using LNG", value: exports.MitigationSubTypes.NEW_NATURAL_GAS_PLANT_USING_LNG.valueOf() },
1564
+ { label: "Oil to electricity", value: exports.MitigationSubTypes.OIL_TO_ELECTRICITY.valueOf() },
1565
+ { label: "Oil to LPG", value: exports.MitigationSubTypes.OIL_TO_LPG.valueOf() },
1566
+ { label: "Oil to natural gas", value: exports.MitigationSubTypes.OIL_TO_NATURAL_GAS.valueOf() },
1567
+ ],
1568
+ Fugitive: [
1569
+ { label: "Oil field flaring reduction", value: exports.MitigationSubTypes.OIL_FIELD_FLARING_REDUCTION.valueOf() },
1570
+ { label: "Oil and gas processing flaring", value: exports.MitigationSubTypes.OIL_AND_GAS_PROCESSING_FLARING.valueOf() },
1571
+ { label: "Natural gas pipelines", value: exports.MitigationSubTypes.NATURAL_GAS_PIPELINES.valueOf() },
1572
+ { label: "Non-hydrocarbon mining", value: exports.MitigationSubTypes.NON_HYDROCARBON_MINING.valueOf() },
1573
+ { label: "Spontaneously ignition of coal piles", value: exports.MitigationSubTypes.SPONTANEOUSLY_IGNITION_OF_COAL_PILES.valueOf() },
1574
+ { label: "Charcoal production", value: exports.MitigationSubTypes.CHARCOAL_PRODUCTION.valueOf() },
1575
+ ],
1576
+ Geothermal: [
1577
+ { label: "Geothermal electricity", value: exports.MitigationSubTypes.GEOTHERMAL_ELECTRICITY.valueOf() },
1578
+ { label: "Geothermal heating", value: exports.MitigationSubTypes.GEOTHERMAL_HEATING.valueOf() },
1579
+ ],
1580
+ HFC_PFCs_SF6: [
1581
+ { label: "HFC23", value: exports.MitigationSubTypes.HFC23.valueOf() },
1582
+ { label: "HFC134a", value: exports.MitigationSubTypes.HFC134A.valueOf() },
1583
+ { label: "PFCs", value: exports.MitigationSubTypes.PFCS.valueOf() },
1584
+ { label: "SF6", value: exports.MitigationSubTypes.SF6.valueOf() },
1585
+ ],
1586
+ Hydro: [
1587
+ { label: "Run of river", value: exports.MitigationSubTypes.RUN_OF_RIVER.valueOf() },
1588
+ { label: "Existing dam", value: exports.MitigationSubTypes.EXISTING_DAM.valueOf() },
1589
+ { label: "Higher efficiency hydro power", value: exports.MitigationSubTypes.HIGHER_EFFICIENCY_HYDRO_POWER.valueOf() },
1590
+ { label: "New dam", value: exports.MitigationSubTypes.NEW_DAM.valueOf() },
1591
+ ],
1592
+ Landfills: [
1593
+ { label: "Landfill flaring", value: exports.MitigationSubTypes.LANDFILL_FLARING.valueOf() },
1594
+ { label: "Landfill power", value: exports.MitigationSubTypes.LANDFILL_POWER.valueOf() },
1595
+ { label: "Combustion of MSW", value: exports.MitigationSubTypes.COMBUSTION_OF_MSW.valueOf() },
1596
+ { label: "Gasification of MSW", value: exports.MitigationSubTypes.GASIFICATION_OF_MSW.valueOf() },
1597
+ { label: "Biogas from MSW", value: exports.MitigationSubTypes.BIOGAS_FROM_MSW.valueOf() },
1598
+ { label: "Landfill aeration", value: exports.MitigationSubTypes.LANDFILL_AERATION.valueOf() },
1599
+ { label: "Integrated solid waste management", value: exports.MitigationSubTypes.INTEGRATED_SOLID_WASTE_MANAGEMENT.valueOf() },
1600
+ { label: "Switch from fossil fuel to piped landfill gas", value: exports.MitigationSubTypes.SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_LANDFILL_GAS.valueOf() },
1601
+ { label: "Landfill composting", value: exports.MitigationSubTypes.LANDFILL_COMPOSTING.valueOf() },
1602
+ ],
1603
+ MethaneAvoidance: [
1604
+ { label: "Manure", value: exports.MitigationSubTypes.MANURE.valueOf() },
1605
+ { label: "Domestic manure", value: exports.MitigationSubTypes.DOMESTIC_MANURE.valueOf() },
1606
+ { label: "Waste water", value: exports.MitigationSubTypes.WASTE_WATER.valueOf() },
1607
+ { label: "Industrial solid waste", value: exports.MitigationSubTypes.INDUSTRIAL_SOLID_WASTE.valueOf() },
1608
+ { label: "Palm oil waste", value: exports.MitigationSubTypes.PALM_OIL_WASTE.valueOf() },
1609
+ { label: "Aerobic treatment of waste water", value: exports.MitigationSubTypes.AEROBIC_TREATMENT_OF_WASTE_WATER.valueOf() },
1610
+ { label: "Composting", value: exports.MitigationSubTypes.COMPOSTING.valueOf() },
1611
+ ],
1612
+ N20: [
1613
+ { label: "Adipic acid", value: exports.MitigationSubTypes.ADIPIC_ACID.valueOf() },
1614
+ { label: "Nitric acid", value: exports.MitigationSubTypes.NITRIC_ACID.valueOf() },
1615
+ { label: "Caprolactam", value: exports.MitigationSubTypes.CAPROLACTAM.valueOf() },
1616
+ ],
1617
+ Solar: [
1618
+ { label: "Solar Photovoltaics(PV)", value: exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV.valueOf() },
1619
+ { label: "Solar Water pumping (off-grid)", value: exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID.valueOf() },
1620
+ { label: "Solar Water pumping (on-grid)", value: exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID.valueOf() },
1621
+ { label: "Solar PV water disinfection", value: exports.MitigationSubTypes.SOLAR_PV_WATER_DISINFECTION.valueOf() },
1622
+ { label: "Solar thermal power", value: exports.MitigationSubTypes.SOLAR_THERMAL_POWER.valueOf() },
1623
+ { label: "Solar thermal heat", value: exports.MitigationSubTypes.SOLAR_THERMAL_HEAT.valueOf() },
1624
+ { label: "Solar water heating", value: exports.MitigationSubTypes.SOLAR_WATER_HEATING.valueOf() },
1625
+ { label: "Solar cooking", value: exports.MitigationSubTypes.SOLAR_COOKING.valueOf() },
1626
+ ],
1627
+ Transport: [
1628
+ { label: "Bus Rapid Transit", value: exports.MitigationSubTypes.BUS_RAPID_TRANSIT.valueOf() },
1629
+ { label: "Bus Rapid Transit: Green hydrogen", value: exports.MitigationSubTypes.BUS_RAPID_TRANSIT_GREEN_HYDROGEN.valueOf() },
1630
+ { label: "Motorbikes", value: exports.MitigationSubTypes.MOTORBIKES.valueOf() },
1631
+ { label: "Mode shift: Road to rail", value: exports.MitigationSubTypes.MODE_SHIFT_ROAD_TO_RAIL.valueOf() },
1632
+ { label: "More efficient train system", value: exports.MitigationSubTypes.MORE_EFFICIENT_VEHICLES.valueOf() },
1633
+ { label: "More efficient vehicles", value: exports.MitigationSubTypes.MORE_EFFICIENT_VEHICLES.valueOf() },
1634
+ { label: "Rail: regenerative braking", value: exports.MitigationSubTypes.RAIL_REGENERATIVE_BRAKING.valueOf() },
1635
+ { label: "Rail: Green hydrogen", value: exports.MitigationSubTypes.RAIL_GREEN_HYDROGEN.valueOf() },
1636
+ { label: "Rail: efficient operation", value: exports.MitigationSubTypes.RAIL_EFFICIENT_OPERATION.valueOf() },
1637
+ { label: "Metro: efficient operation", value: exports.MitigationSubTypes.METRO_EFFICIENT_OPERATION.valueOf() },
1638
+ { label: "Cars: Green hydrogen", value: exports.MitigationSubTypes.CARS_GREEN_HYDROGEN.valueOf() },
1639
+ { label: "Cars: efficient operation", value: exports.MitigationSubTypes.CARS_EFFICIENT_OPERATION.valueOf() },
1640
+ { label: "Scrapping old vehicles", value: exports.MitigationSubTypes.SCRAPPING_OLD_VEHICLES.valueOf() },
1641
+ { label: "Biodiesel for transport", value: exports.MitigationSubTypes.CABLE_CARS.valueOf() },
1642
+ { label: "Cable cars", value: exports.MitigationSubTypes.CHEMICALS.valueOf() },
1643
+ ],
1644
+ Wind: [
1645
+ { label: "Wind", value: exports.MitigationSubTypes.WIND.valueOf() },
1646
+ { label: "Offshore wind", value: exports.MitigationSubTypes.OFFSHORE_WIND.valueOf() },
1647
+ ],
1648
+ CO2Usage: [
1649
+ { label: "CO2 recycling", value: exports.MitigationSubTypes.CO2_RECYCLING.valueOf() },
1650
+ { label: "CO2 replacement", value: exports.MitigationSubTypes.CO2_REPLACEMENT.valueOf() },
1651
+ ],
1652
+ Tidal: [
1653
+ { label: "Tidal", value: exports.MitigationSubTypes.TIDAL.valueOf() },
1654
+ ],
1655
+ };
1656
+ var methodologyOptions = [
1657
+ "ACR - Truck Stop Electrification",
1658
+ "ACR - Advanced Refrigeration Systems",
1659
+ "ACR - Certified Reclaimed HFC Refrigerants, Propellants, and Fire Suppressants",
1660
+ "ACR - Destruction of Ozone Depleting Substances and High-GWP Foam",
1661
+ "ACR - Destruction of Ozone Depleting Substances from International Sources",
1662
+ "ACR - Transition to Advanced Formulation Blowing Agents in Foam Manufacturing and Use",
1663
+ "ACR - Afforestation and Reforestation of Degraded Lands",
1664
+ "ACR - Avoided Conversion of Grasslands and Shrublands to Crop Production",
1665
+ "ACR - Improved Forest Management (IFM) on Canadian Forestlands",
1666
+ "ACR - Improved Forest Management (IFM) on Non-Federal U.S. Forestlands",
1667
+ "ACR - Improved Forest Management (IFM) on Small Non-Industrial Private Forestlands",
1668
+ "ACR - Restoration of California Deltaic and Coastal Wetlands",
1669
+ "ACR - Restoration of Pocosin Wetlands",
1670
+ "ACR - Carbon Capture and Storage Projects",
1671
+ "ACR - Landfill Gas Destruction and Beneficial Use Projects",
1672
+ "CAR - Adipic Acid Production",
1673
+ "CAR - Biochar",
1674
+ "CAR - Canada Grassland",
1675
+ "CAR - Coal Mine Methane",
1676
+ "CAR - Forest",
1677
+ "CAR - Grassland",
1678
+ "CAR - Mexico Boiler Efficiency",
1679
+ "CAR - Mexico Forest",
1680
+ "CAR - Mexico Halocarbon",
1681
+ "CAR - Mexico Landfill",
1682
+ "CAR - Mexico Livestock",
1683
+ "CAR - Mexico Ozone Depleting Substances",
1684
+ "CAR - Nitric Acid Production",
1685
+ "CAR - Nitrogen Management",
1686
+ "CAR - Organic Waste Composting",
1687
+ "CAR - Organic Waste Digestion",
1688
+ "CAR - Ozone Depleting Substances",
1689
+ "CAR - Rice Cultivation",
1690
+ "CAR - Soil Enrichment",
1691
+ "CAR - Urban Forest Management",
1692
+ "CAR - Urban Tree Planting",
1693
+ "CAR - U.S. Landfill",
1694
+ "CAR - U.S. Livestock",
1695
+ "CDM - AM0001",
1696
+ "CDM - AM0007",
1697
+ "CDM - AM0009",
1698
+ "CDM - AM0017",
1699
+ "CDM - AM0018",
1700
+ "CDM - AM0019",
1701
+ "CDM - AM0020",
1702
+ "CDM - AM0021",
1703
+ "CDM - AM0023",
1704
+ "CDM - AM0026",
1705
+ "CDM - AM0027",
1706
+ "CDM - AM0028",
1707
+ "CDM - AM0030",
1708
+ "CDM - AM0031",
1709
+ "CDM - AM0035",
1710
+ "CDM - AM0036",
1711
+ "CDM - AM0037",
1712
+ "CDM - AM0038",
1713
+ "CDM - AM0043",
1714
+ "CDM - AM0044",
1715
+ "CDM - AM0045",
1716
+ "CDM - AM0046",
1717
+ "CDM - AM0048",
1718
+ "CDM - AM0049",
1719
+ "CDM - AM0050",
1720
+ "CDM - AM0052",
1721
+ "CDM - AM0053",
1722
+ "CDM - AM0055",
1723
+ "CDM - AM0056",
1724
+ "CDM - AM0057",
1725
+ "CDM - AM0058",
1726
+ "CDM - AM0059",
1727
+ "CDM - AM0060",
1728
+ "CDM - AM0061",
1729
+ "CDM - AM0062",
1730
+ "CDM - AM0063",
1731
+ "CDM - AM0064",
1732
+ "CDM - AM0065",
1733
+ "CDM - AM0066",
1734
+ "CDM - AM0067",
1735
+ "CDM - AM0068",
1736
+ "CDM - AM0069",
1737
+ "CDM - AM0070",
1738
+ "CDM - AM0071",
1739
+ "CDM - AM0072",
1740
+ "CDM - AM0073",
1741
+ "CDM - AM0074",
1742
+ "CDM - AM0075",
1743
+ "CDM - AM0076",
1744
+ "CDM - AM0077",
1745
+ "CDM - AM0078",
1746
+ "CDM - AM0079",
1747
+ "CDM - AM0080",
1748
+ "CDM - AM0081",
1749
+ "CDM - AM0082",
1750
+ "CDM - AM0083",
1751
+ "CDM - AM0084",
1752
+ "CDM - AM0086",
1753
+ "CDM - AM0088",
1754
+ "CDM - AM0089",
1755
+ "CDM - AM0090",
1756
+ "CDM - AM0091",
1757
+ "CDM - AM0092",
1758
+ "CDM - AM0093",
1759
+ "CDM - AM0094",
1760
+ "CDM - AM0095",
1761
+ "CDM - AM0096",
1762
+ "CDM - AM0097",
1763
+ "CDM - AM0098",
1764
+ "CDM - AM0099",
1765
+ "CDM - AM0100",
1766
+ "CDM - AM0101",
1767
+ "CDM - AM0103",
1768
+ "CDM - AM0104",
1769
+ "CDM - AM0105",
1770
+ "CDM - AM0106",
1771
+ "CDM - AM0107",
1772
+ "CDM - AM0108",
1773
+ "CDM - AM0109",
1774
+ "CDM - AM0110",
1775
+ "CDM - AM0111",
1776
+ "CDM - AM0112",
1777
+ "CDM - AM0113",
1778
+ "CDM - AM0114",
1779
+ "CDM - AM0115",
1780
+ "CDM - AM0116",
1781
+ "CDM - AM0117",
1782
+ "CDM - AM0118",
1783
+ "CDM - AM0119",
1784
+ "CDM - AM0120",
1785
+ "CDM - AM0121",
1786
+ "CDM - AM0122",
1787
+ "CDM - AMS-I.A.",
1788
+ "CDM - AMS-I.B.",
1789
+ "CDM - AMS-I.C.",
1790
+ "CDM - AMS-I.D.",
1791
+ "CDM - AMS-I.E.",
1792
+ "CDM - AMS-I.F.",
1793
+ "CDM - AMS-I.G.",
1794
+ "CDM - AMS-I.H.",
1795
+ "CDM - AMS-I.I.",
1796
+ "CDM - AMS-I.J.",
1797
+ "CDM - AMS-I.K.",
1798
+ "CDM - AMS-I.L.",
1799
+ "CDM - AMS-I.M.",
1800
+ "CDM - AMS-II.A.",
1801
+ "CDM - AMS-II.B.",
1802
+ "CDM - AMS-II.C.",
1803
+ "CDM - AMS-II.D.",
1804
+ "CDM - AMS-II.E.",
1805
+ "CDM - AMS-II.F.",
1806
+ "CDM - AMS-II.G.",
1807
+ "CDM - AMS-II.H.",
1808
+ "CDM - AMS-II.I.",
1809
+ "CDM - AMS-II.J.",
1810
+ "CDM - AMS-II.K.",
1811
+ "CDM - AMS-II.L.",
1812
+ "CDM - AMS-II.M.",
1813
+ "CDM - AMS-II.N.",
1814
+ "CDM - AMS-II.O.",
1815
+ "CDM - AMS-II.P.",
1816
+ "CDM - AMS-II.Q.",
1817
+ "CDM - AMS-II.R.",
1818
+ "CDM - AMS-II.S.",
1819
+ "CDM - AMS-II.T.",
1820
+ "CDM - AMS-III.A.",
1821
+ "CDM - AMS-III.B.",
1822
+ "CDM - AMS-III.C.",
1823
+ "CDM - AMS-III.D.",
1824
+ "CDM - AMS-III.E.",
1825
+ "CDM - AMS-III.F.",
1826
+ "CDM - AMS-III.G.",
1827
+ "CDM - AMS-III.H.",
1828
+ "CDM - AMS-III.I.",
1829
+ "CDM - AMS-III.J.",
1830
+ "CDM - AMS-III.K.",
1831
+ "CDM - AMS-III.L.",
1832
+ "CDM - AMS-III.M.",
1833
+ "CDM - AMS-III.N.",
1834
+ "CDM - AMS-III.O.",
1835
+ "CDM - AMS-III.P.",
1836
+ "CDM - AMS-III.Q.",
1837
+ "CDM - AMS-III.R.",
1838
+ "CDM - AMS-III.S.",
1839
+ "CDM - AMS-III.T.",
1840
+ "CDM - AMS-III.U.",
1841
+ "CDM - AMS-III.V.",
1842
+ "CDM - AMS-III.W.",
1843
+ "CDM - AMS-III.X.",
1844
+ "CDM - AMS-III.Y.",
1845
+ "CDM - AMS-III.Z.",
1846
+ "CDM - AMS-III.AA.",
1847
+ "CDM - AMS-III.AB.",
1848
+ "CDM - AMS-III.AC.",
1849
+ "CDM - AMS-III.AD.",
1850
+ "CDM - AMS-III.AE.",
1851
+ "CDM - AMS-III.AF.",
1852
+ "CDM - AMS-III.AG.",
1853
+ "CDM - AMS-III.AH.",
1854
+ "CDM - AMS-III.AI.",
1855
+ "CDM - AMS-III.AJ.",
1856
+ "CDM - AMS-III.AK.",
1857
+ "CDM - AMS-III.AL.",
1858
+ "CDM - AMS-III.AM.",
1859
+ "CDM - AMS-III.AN.",
1860
+ "CDM - AMS-III.AO.",
1861
+ "CDM - AMS-III.AP.",
1862
+ "CDM - AMS-III.AQ.",
1863
+ "CDM - AMS-III.AR.",
1864
+ "CDM - AMS-III.AS.",
1865
+ "CDM - AMS-III.AT.",
1866
+ "CDM - AMS-III.AU.",
1867
+ "CDM - AMS-III.AV.",
1868
+ "CDM - AMS-III.AW.",
1869
+ "CDM - AMS-III.AX.",
1870
+ "CDM - AMS-III.AY.",
1871
+ "CDM - AMS-III.BA.",
1872
+ "CDM - AMS-III.BB.",
1873
+ "CDM - AMS-III.BC.",
1874
+ "CDM - AMS-III.BD.",
1875
+ "CDM - AMS-III.BE.",
1876
+ "CDM - AMS-III.BF.",
1877
+ "CDM - AMS-III.BG.",
1878
+ "CDM - AMS-III.BH.",
1879
+ "CDM - AMS-III.BI.",
1880
+ "CDM - AMS-III.BJ.",
1881
+ "CDM - AMS-III.BK.",
1882
+ "CDM - AMS-III.BL.",
1883
+ "CDM - AMS-III.BM.",
1884
+ "CDM - AMS-III.BN.",
1885
+ "CDM - AMS-III.BO.",
1886
+ "CDM - AMS-III.BP.",
1887
+ "CDM - AR-AM0014",
1888
+ "CDM - AR-AMS0003",
1889
+ "CDM - AR-AMS0007",
1890
+ "GS - METHODOLOGY FOR METERED & MEASURED ENERGY COOKING DEVICES",
1891
+ "GS - METHODOLOGY FOR RETROFIT ENERGY EFFICIENCY MEASURES IN SHIPPING ",
1892
+ "GS - SOIL ORGANIC CARBON ACTIVITY MODULE FOR APPLICATION OF ORGANIC SOIL IMPROVERS FROM PULP AND PAPER MILL SLUDGES",
1893
+ "GS - REDUCED EMISSIONS FROM COOKING AND HEATING – TECHNOLOGIES AND PRACTICES TO DISPLACE DECENTRALIZED THERMAL ENERGY CONSUMPTION (TPDDTEC)",
1894
+ "GS - CARBON SEQUESTRATION THROUGH ACCELERATED CARBONATION OF CONCRETE AGGREGATE ",
1895
+ "VCS - VM0001",
1896
+ "VCS - VM0002",
1897
+ "VCS - VM0003",
1898
+ "VCS - VM0004",
1899
+ "VCS - VM0005",
1900
+ "VCS - VM0006",
1901
+ "VCS - VM0007",
1902
+ "VCS - VM0008",
1903
+ "VCS - VM0009",
1904
+ "VCS - VM0010",
1905
+ "VCS - VM0011",
1906
+ "VCS - VM0012",
1907
+ "VCS - VM0013",
1908
+ "VCS - VM0014",
1909
+ "VCS - VM0015",
1910
+ "VCS - VM0016",
1911
+ "VCS - VM0017",
1912
+ "VCS - VM0018",
1913
+ "VCS - VM0019",
1914
+ "VCS - VM0020",
1915
+ "VCS - VM0021",
1916
+ "VCS - VM0022",
1917
+ "VCS - VM0023",
1918
+ "VCS - VM0024",
1919
+ "VCS - VM0025",
1920
+ "VCS - VM0026",
1921
+ "VCS - VM0027",
1922
+ "VCS - VM0028",
1923
+ "VCS - VM0029",
1924
+ "VCS - VM0030",
1925
+ "VCS - VM0031",
1926
+ "VCS - VM0032",
1927
+ "VCS - VM0033",
1928
+ "VCS - VM0034",
1929
+ "VCS - VM0035",
1930
+ "VCS - VM0036",
1931
+ "VCS - VM0037",
1932
+ "VCS - VM0038",
1933
+ "VCS - VM0039",
1934
+ "VCS - VM0040",
1935
+ "VCS - VM0041",
1936
+ "VCS - VM0042",
1937
+ "VCS - VM0043",
1938
+ "VCS - VMR000",
1939
+ "VCS - VMR006",
1940
+ "ID_PM044",
1941
+ "ID_PM043",
1942
+ "ID_PM042",
1943
+ "ID_PM041",
1944
+ "ID_PM040",
1945
+ "ID_PM039",
1946
+ "ID_AM028",
1947
+ "ID_AM027",
1948
+ "ID_AM026",
1949
+ "ID_AM025",
1950
+ "ID_AM024",
1951
+ "ID_AM023",
1952
+ "ID_AM022",
1953
+ "ID_AM021",
1954
+ "ID_AM020",
1955
+ "ID_AM006",
1956
+ "VN_PM028",
1957
+ "ID_AM019",
1958
+ "VN_PM027",
1959
+ "ID_AM018",
1960
+ "ID_AM007",
1961
+ "TH_PM026",
1962
+ "VN_PM026",
1963
+ "VN_PM025",
1964
+ "TH_PM025",
1965
+ "ID_AM009",
1966
+ "VN_PM024",
1967
+ "ID_AM017",
1968
+ "TH_PM024",
1969
+ "ID_AM016",
1970
+ "VN_PM023",
1971
+ "TH_PM023",
1972
+ "ID_AM015",
1973
+ "TH_PM022",
1974
+ "VN_AM015",
1975
+ "VN_AM009",
1976
+ "ID_AM014",
1977
+ "TH_PM021",
1978
+ "TH_AM017",
1979
+ "ID_AM013",
1980
+ "VN_AM014",
1981
+ "VN_AM013",
1982
+ "TH_AM016",
1983
+ "VN_AM012",
1984
+ "TH_AM015",
1985
+ "ID_AM011",
1986
+ "TH_AM001",
1987
+ "VN_AM011",
1988
+ "ID_AM012",
1989
+ "VN_AM010",
1990
+ "TH_AM014",
1991
+ "ID_AM008",
1992
+ "VN_AM006",
1993
+ "TH_AM013",
1994
+ "TH_AM012",
1995
+ "VN_AM004",
1996
+ "ID_AM005",
1997
+ "ID_AM004",
1998
+ "TH_AM011",
1999
+ "VN_AM003",
2000
+ "ID_AM003",
2001
+ "VN_AM002",
2002
+ "TH_AM010",
2003
+ "ID_AM002",
2004
+ "TH_AM009",
2005
+ "ID_AM010",
2006
+ "VN_AM008",
2007
+ "TH_AM008",
2008
+ "TH_AM005",
2009
+ "VN_AM007",
2010
+ "TH_AM007",
2011
+ "VN_AM001",
2012
+ "MM_PM007",
2013
+ "TH_AM006",
2014
+ "MM_PM006",
2015
+ "VN_AM005",
2016
+ "KH_AM004",
2017
+ "TH_AM002",
2018
+ "KH_AM005",
2019
+ "BD_PM005",
2020
+ "MM_AM005",
2021
+ "TH_AM004",
2022
+ "LA_AM004",
2023
+ "BD_AM001",
2024
+ "MN_AM003",
2025
+ "MM_AM004",
2026
+ "KE_AM003",
2027
+ "LA_AM003",
2028
+ "MM_AM003",
2029
+ "CR_AM003",
2030
+ "KH_AM003",
2031
+ "PH_PM003",
2032
+ "TH_AM003",
2033
+ "CL_AM001",
2034
+ "ET_AM003",
2035
+ "BD_AM003",
2036
+ "BD_AM002",
2037
+ "ET_AM002",
2038
+ "KE_AM002",
2039
+ "CR_AM002",
2040
+ "LA_AM002",
2041
+ "KH_AM002",
2042
+ "MV_AM002",
2043
+ "MM_AM002",
2044
+ "PH_AM002",
2045
+ "MN_AM002",
2046
+ "CL_AM002",
2047
+ "PW_AM001",
2048
+ "PH_AM001",
2049
+ "KE_AM001",
2050
+ "KH_AM001",
2051
+ "SA_AM001",
2052
+ "MN_AM001",
2053
+ "MM_AM001",
2054
+ "CR_AM001",
2055
+ "ID_AM001",
2056
+ "MX_AM001",
2057
+ "ET_AM001",
2058
+ "LA_AM001",
2059
+ "MV_AM001",
2060
+ "Puro - BIO CHAR",
2061
+ ];
1113
2062
 
1114
2063
  exports.ESGType = void 0;
1115
2064
  (function (ESGType) {
@@ -4238,6 +5187,26 @@ function requireAgricultureCal () {
4238
5187
  return agricultureCal;
4239
5188
  }
4240
5189
 
5190
+ var soilEnrichmentCal = {};
5191
+
5192
+ var hasRequiredSoilEnrichmentCal;
5193
+
5194
+ function requireSoilEnrichmentCal () {
5195
+ if (hasRequiredSoilEnrichmentCal) return soilEnrichmentCal;
5196
+ hasRequiredSoilEnrichmentCal = 1;
5197
+ Object.defineProperty(soilEnrichmentCal, "__esModule", { value: true });
5198
+ soilEnrichmentCal.SoilEnrichmentCal = void 0;
5199
+ const calculator_1 = requireCalculator();
5200
+ class SoilEnrichmentCal {
5201
+ static calculate(req) {
5202
+ const constants = req.soilEnrichmentConstants;
5203
+ return Number((constants.emissionFactor * req.weight).toFixed(calculator_1.PRECISION));
5204
+ }
5205
+ }
5206
+ soilEnrichmentCal.SoilEnrichmentCal = SoilEnrichmentCal;
5207
+ return soilEnrichmentCal;
5208
+ }
5209
+
4241
5210
  var solarCal = {};
4242
5211
 
4243
5212
  var hasRequiredSolarCal;
@@ -4314,6 +5283,53 @@ class AgricultureCreationRequest {
4314
5283
  }
4315
5284
  agricultureCreationRequest.AgricultureCreationRequest = AgricultureCreationRequest;
4316
5285
 
5286
+ var soilEnrichmentCreationRequest = {};
5287
+
5288
+ var soilEnrichmentConstants = {};
5289
+
5290
+ Object.defineProperty(soilEnrichmentConstants, "__esModule", { value: true });
5291
+ soilEnrichmentConstants.SoilEnrichmentConstants = void 0;
5292
+ class SoilEnrichmentConstants {
5293
+ constructor() {
5294
+ this.emissionFactor = 3.66;
5295
+ this.emissionFactorUnit = "tCO2e"; // emission factor
5296
+ }
5297
+ }
5298
+ soilEnrichmentConstants.SoilEnrichmentConstants = SoilEnrichmentConstants;
5299
+
5300
+ Object.defineProperty(soilEnrichmentCreationRequest, "__esModule", { value: true });
5301
+ soilEnrichmentCreationRequest.SoilEnrichmentCreationRequest = void 0;
5302
+ const soilEnrichmentConstants_1 = soilEnrichmentConstants;
5303
+ class SoilEnrichmentCreationRequest {
5304
+ constructor() {
5305
+ this.soilEnrichmentConstants = new soilEnrichmentConstants_1.SoilEnrichmentConstants();
5306
+ }
5307
+ }
5308
+ soilEnrichmentCreationRequest.SoilEnrichmentCreationRequest = SoilEnrichmentCreationRequest;
5309
+
5310
+ var stovesHousesNamibiaCreationRequest = {};
5311
+
5312
+ var stovesHousesNamibiaConstants = {};
5313
+
5314
+ Object.defineProperty(stovesHousesNamibiaConstants, "__esModule", { value: true });
5315
+ stovesHousesNamibiaConstants.StovesHousesNamibiaConstants = void 0;
5316
+ class StovesHousesNamibiaConstants {
5317
+ constructor() {
5318
+ this.emissionFactor = 0.1;
5319
+ }
5320
+ }
5321
+ stovesHousesNamibiaConstants.StovesHousesNamibiaConstants = StovesHousesNamibiaConstants;
5322
+
5323
+ Object.defineProperty(stovesHousesNamibiaCreationRequest, "__esModule", { value: true });
5324
+ stovesHousesNamibiaCreationRequest.StovesHousesNamibiaCreationRequest = void 0;
5325
+ const stovesHousesNamibiaConstants_1 = stovesHousesNamibiaConstants;
5326
+ class StovesHousesNamibiaCreationRequest {
5327
+ constructor() {
5328
+ this.stovesHousesNamibiaConstants = new stovesHousesNamibiaConstants_1.StovesHousesNamibiaConstants();
5329
+ }
5330
+ }
5331
+ stovesHousesNamibiaCreationRequest.StovesHousesNamibiaCreationRequest = StovesHousesNamibiaCreationRequest;
5332
+
4317
5333
  var solarCreationRequest = {};
4318
5334
 
4319
5335
  var solarConstants = {};
@@ -4351,6 +5367,134 @@ class SolarCreationRequest {
4351
5367
  }
4352
5368
  solarCreationRequest.SolarCreationRequest = SolarCreationRequest;
4353
5369
 
5370
+ var stovesHousesNamibiaCal = {};
5371
+
5372
+ var hasRequiredStovesHousesNamibiaCal;
5373
+
5374
+ function requireStovesHousesNamibiaCal () {
5375
+ if (hasRequiredStovesHousesNamibiaCal) return stovesHousesNamibiaCal;
5376
+ hasRequiredStovesHousesNamibiaCal = 1;
5377
+ Object.defineProperty(stovesHousesNamibiaCal, "__esModule", { value: true });
5378
+ stovesHousesNamibiaCal.StovesHousesNamibiaCal = void 0;
5379
+ const calculator_1 = requireCalculator();
5380
+ class StovesHousesNamibiaCal {
5381
+ static calculate(req) {
5382
+ const constants = req.stovesHousesNamibiaConstants;
5383
+ return Number((constants.emissionFactor * req.numberOfDays * req.numberOfPeopleInHousehold).toFixed(calculator_1.PRECISION));
5384
+ }
5385
+ }
5386
+ stovesHousesNamibiaCal.StovesHousesNamibiaCal = StovesHousesNamibiaCal;
5387
+ return stovesHousesNamibiaCal;
5388
+ }
5389
+
5390
+ var solarWaterPumpingOffGridCreationRequest = {};
5391
+
5392
+ var solarWaterPumpingOffGridConstants = {};
5393
+
5394
+ Object.defineProperty(solarWaterPumpingOffGridConstants, "__esModule", { value: true });
5395
+ solarWaterPumpingOffGridConstants.SolarWaterPumpingOffGridConstants = void 0;
5396
+ class SolarWaterPumpingOffGridConstants {
5397
+ constructor() {
5398
+ this.emissionFactor = 1.3;
5399
+ this.emissionFactorUnit = "kWh/year";
5400
+ }
5401
+ }
5402
+ solarWaterPumpingOffGridConstants.SolarWaterPumpingOffGridConstants = SolarWaterPumpingOffGridConstants;
5403
+
5404
+ Object.defineProperty(solarWaterPumpingOffGridCreationRequest, "__esModule", { value: true });
5405
+ solarWaterPumpingOffGridCreationRequest.SolarWaterPumpingOffGridCreationRequest = void 0;
5406
+ const solarWaterPumpingOffGridConstants_1 = solarWaterPumpingOffGridConstants;
5407
+ class SolarWaterPumpingOffGridCreationRequest {
5408
+ constructor() {
5409
+ this.solarWaterPumpingOffGridConstants = new solarWaterPumpingOffGridConstants_1.SolarWaterPumpingOffGridConstants();
5410
+ }
5411
+ }
5412
+ solarWaterPumpingOffGridCreationRequest.SolarWaterPumpingOffGridCreationRequest = SolarWaterPumpingOffGridCreationRequest;
5413
+
5414
+ var solarWaterPumpingOffGridCal = {};
5415
+
5416
+ var hasRequiredSolarWaterPumpingOffGridCal;
5417
+
5418
+ function requireSolarWaterPumpingOffGridCal () {
5419
+ if (hasRequiredSolarWaterPumpingOffGridCal) return solarWaterPumpingOffGridCal;
5420
+ hasRequiredSolarWaterPumpingOffGridCal = 1;
5421
+ Object.defineProperty(solarWaterPumpingOffGridCal, "__esModule", { value: true });
5422
+ solarWaterPumpingOffGridCal.solarWaterPumpingOffGridCal = void 0;
5423
+ const calculator_1 = requireCalculator();
5424
+ var convert = lib;
5425
+ let solarWaterPumpingOffGridCal$1 = class solarWaterPumpingOffGridCal {
5426
+ static calculate(req) {
5427
+ const constants = req.solarWaterPumpingOffGridConstants;
5428
+ const emissionUnitParts = constants.emissionFactorUnit.split('/');
5429
+ if (emissionUnitParts.length != 2) {
5430
+ throw Error("Invalid emission factor unit " + constants.emissionFactorUnit);
5431
+ }
5432
+ const measuredUnitParts = req.energyGenerationUnit.split('/');
5433
+ if (measuredUnitParts.length != 3) {
5434
+ throw Error("Invalid measured unit " + req.energyGenerationUnit);
5435
+ }
5436
+ const unitX = convert(req.energyGeneration).from(measuredUnitParts[0]).to(emissionUnitParts[0]);
5437
+ return Number((constants.emissionFactor * unitX).toFixed(calculator_1.PRECISION));
5438
+ }
5439
+ };
5440
+ solarWaterPumpingOffGridCal.solarWaterPumpingOffGridCal = solarWaterPumpingOffGridCal$1;
5441
+ return solarWaterPumpingOffGridCal;
5442
+ }
5443
+
5444
+ var solarWaterPumpingOnGridCreationRequest = {};
5445
+
5446
+ var solarWaterPumpingOnGridConstants = {};
5447
+
5448
+ Object.defineProperty(solarWaterPumpingOnGridConstants, "__esModule", { value: true });
5449
+ solarWaterPumpingOnGridConstants.SolarWaterPumpingOnGridConstants = void 0;
5450
+ class SolarWaterPumpingOnGridConstants {
5451
+ constructor() {
5452
+ this.emissionFactor = 1.06;
5453
+ this.emissionFactorUnit = "kWh/year";
5454
+ }
5455
+ }
5456
+ solarWaterPumpingOnGridConstants.SolarWaterPumpingOnGridConstants = SolarWaterPumpingOnGridConstants;
5457
+
5458
+ Object.defineProperty(solarWaterPumpingOnGridCreationRequest, "__esModule", { value: true });
5459
+ solarWaterPumpingOnGridCreationRequest.SolarWaterPumpingOnGridCreationRequest = void 0;
5460
+ const solarWaterPumpingOnGridConstants_1 = solarWaterPumpingOnGridConstants;
5461
+ class SolarWaterPumpingOnGridCreationRequest {
5462
+ constructor() {
5463
+ this.solarWaterPumpingOnGridConstants = new solarWaterPumpingOnGridConstants_1.SolarWaterPumpingOnGridConstants();
5464
+ }
5465
+ }
5466
+ solarWaterPumpingOnGridCreationRequest.SolarWaterPumpingOnGridCreationRequest = SolarWaterPumpingOnGridCreationRequest;
5467
+
5468
+ var solarWaterPumpingOnGridCal = {};
5469
+
5470
+ var hasRequiredSolarWaterPumpingOnGridCal;
5471
+
5472
+ function requireSolarWaterPumpingOnGridCal () {
5473
+ if (hasRequiredSolarWaterPumpingOnGridCal) return solarWaterPumpingOnGridCal;
5474
+ hasRequiredSolarWaterPumpingOnGridCal = 1;
5475
+ Object.defineProperty(solarWaterPumpingOnGridCal, "__esModule", { value: true });
5476
+ solarWaterPumpingOnGridCal.solarWaterPumpingOnGridCal = void 0;
5477
+ const calculator_1 = requireCalculator();
5478
+ var convert = lib;
5479
+ let solarWaterPumpingOnGridCal$1 = class solarWaterPumpingOnGridCal {
5480
+ static calculate(req) {
5481
+ const constants = req.solarWaterPumpingOnGridConstants;
5482
+ const emissionUnitParts = constants.emissionFactorUnit.split('/');
5483
+ if (emissionUnitParts.length != 2) {
5484
+ throw Error("Invalid emission factor unit " + constants.emissionFactorUnit);
5485
+ }
5486
+ const measuredUnitParts = req.energyGenerationUnit.split('/');
5487
+ if (measuredUnitParts.length != 3) {
5488
+ throw Error("Invalid measured unit " + req.energyGenerationUnit);
5489
+ }
5490
+ const unitX = convert(req.energyGeneration).from(measuredUnitParts[0]).to(emissionUnitParts[0]);
5491
+ return Number((constants.emissionFactor * unitX).toFixed(calculator_1.PRECISION));
5492
+ }
5493
+ };
5494
+ solarWaterPumpingOnGridCal.solarWaterPumpingOnGridCal = solarWaterPumpingOnGridCal$1;
5495
+ return solarWaterPumpingOnGridCal;
5496
+ }
5497
+
4354
5498
  var hasRequiredCalculator;
4355
5499
 
4356
5500
  function requireCalculator () {
@@ -4359,9 +5503,17 @@ function requireCalculator () {
4359
5503
  Object.defineProperty(calculator, "__esModule", { value: true });
4360
5504
  calculator.calculateCredit = calculator.PRECISION = void 0;
4361
5505
  const agricultureCal_1 = requireAgricultureCal();
5506
+ const soilEnrichmentCal_1 = requireSoilEnrichmentCal();
4362
5507
  const solarCal_1 = requireSolarCal();
4363
5508
  const agricultureCreationRequest_1 = agricultureCreationRequest;
5509
+ const soilEnrichmentCreationRequest_1 = soilEnrichmentCreationRequest;
5510
+ const stovesHousesNamibiaCreationRequest_1 = stovesHousesNamibiaCreationRequest;
4364
5511
  const solarCreationRequest_1 = solarCreationRequest;
5512
+ const stovesHousesNamibiaCal_1 = requireStovesHousesNamibiaCal();
5513
+ const solarWaterPumpingOffGridCreationRequest_1 = solarWaterPumpingOffGridCreationRequest;
5514
+ const solarWaterPumpingOffGridCal_1 = requireSolarWaterPumpingOffGridCal();
5515
+ const solarWaterPumpingOnGridCreationRequest_1 = solarWaterPumpingOnGridCreationRequest;
5516
+ const solarWaterPumpingOnGridCal_1 = requireSolarWaterPumpingOnGridCal();
4365
5517
  calculator.PRECISION = 2;
4366
5518
  const calculateCredit = (request) => {
4367
5519
  if (request instanceof agricultureCreationRequest_1.AgricultureCreationRequest) {
@@ -4370,6 +5522,18 @@ function requireCalculator () {
4370
5522
  else if (request instanceof solarCreationRequest_1.SolarCreationRequest) {
4371
5523
  return solarCal_1.SolarCal.calculate(request);
4372
5524
  }
5525
+ else if (request instanceof soilEnrichmentCreationRequest_1.SoilEnrichmentCreationRequest) {
5526
+ return soilEnrichmentCal_1.SoilEnrichmentCal.calculate(request);
5527
+ }
5528
+ else if (request instanceof stovesHousesNamibiaCreationRequest_1.StovesHousesNamibiaCreationRequest) {
5529
+ return stovesHousesNamibiaCal_1.StovesHousesNamibiaCal.calculate(request);
5530
+ }
5531
+ else if (request instanceof solarWaterPumpingOffGridCreationRequest_1.SolarWaterPumpingOffGridCreationRequest) {
5532
+ return solarWaterPumpingOffGridCal_1.solarWaterPumpingOffGridCal.calculate(request);
5533
+ }
5534
+ else if (request instanceof solarWaterPumpingOnGridCreationRequest_1.SolarWaterPumpingOnGridCreationRequest) {
5535
+ return solarWaterPumpingOnGridCal_1.solarWaterPumpingOnGridCal.calculate(request);
5536
+ }
4373
5537
  else {
4374
5538
  throw Error("Not implemented");
4375
5539
  }
@@ -4380,25 +5544,24 @@ function requireCalculator () {
4380
5544
 
4381
5545
  var building_type_enum = {};
4382
5546
 
4383
- (function (exports) {
4384
- Object.defineProperty(exports, "__esModule", { value: true });
4385
- exports.BuildingType = void 0;
4386
- (function (BuildingType) {
4387
- BuildingType["Household"] = "Household";
4388
- BuildingType["HealthCenter"] = "HealthCenter";
4389
- BuildingType["Dispensary"] = "Dispensary";
4390
- BuildingType["School"] = "School";
4391
- BuildingType["PrimarySchool"] = "PrimarySchool";
4392
- BuildingType["SecondarySchool"] = "SecondarySchool";
4393
- BuildingType["PublicAdministration"] = "PublicAdministration";
4394
- BuildingType["TradingPlace"] = "TradingPlace";
4395
- BuildingType["BusStop"] = "BusStop";
4396
- })(exports.BuildingType || (exports.BuildingType = {}));
4397
- } (building_type_enum));
5547
+ Object.defineProperty(building_type_enum, "__esModule", { value: true });
5548
+ building_type_enum.BuildingType = void 0;
5549
+ var BuildingType;
5550
+ (function (BuildingType) {
5551
+ BuildingType["Household"] = "Household";
5552
+ BuildingType["HealthCenter"] = "HealthCenter";
5553
+ BuildingType["Dispensary"] = "Dispensary";
5554
+ BuildingType["School"] = "School";
5555
+ BuildingType["PrimarySchool"] = "PrimarySchool";
5556
+ BuildingType["SecondarySchool"] = "SecondarySchool";
5557
+ BuildingType["PublicAdministration"] = "PublicAdministration";
5558
+ BuildingType["TradingPlace"] = "TradingPlace";
5559
+ BuildingType["BusStop"] = "BusStop";
5560
+ })(BuildingType || (building_type_enum.BuildingType = BuildingType = {}));
4398
5561
 
4399
5562
  (function (exports) {
4400
5563
  Object.defineProperty(exports, "__esModule", { value: true });
4401
- exports.BuildingType = exports.SolarConstants = exports.AgricultureConstants = exports.AgricultureCreationRequest = exports.SolarCreationRequest = exports.calculateCredit = void 0;
5564
+ exports.SolarWaterPumpingOnGridCreationRequest = exports.SolarWaterPumpingOnGridConstants = exports.SolarWaterPumpingOffGridCreationRequest = exports.SolarWaterPumpingOffGridConstants = exports.StovesHousesNamibiaCreationRequest = exports.StovesHousesNamibiaConstants = exports.SoilEnrichmentCreationRequest = exports.SoilEnrichmentConstants = exports.BuildingType = exports.SolarConstants = exports.AgricultureConstants = exports.AgricultureCreationRequest = exports.SolarCreationRequest = exports.calculateCredit = void 0;
4402
5565
  const calculator_1 = requireCalculator();
4403
5566
  Object.defineProperty(exports, "calculateCredit", { enumerable: true, get: function () { return calculator_1.calculateCredit; } });
4404
5567
  const agricultureConstants_1 = agricultureConstants;
@@ -4410,7 +5573,23 @@ var building_type_enum = {};
4410
5573
  const agricultureCreationRequest_1 = agricultureCreationRequest;
4411
5574
  Object.defineProperty(exports, "AgricultureCreationRequest", { enumerable: true, get: function () { return agricultureCreationRequest_1.AgricultureCreationRequest; } });
4412
5575
  const solarCreationRequest_1 = solarCreationRequest;
4413
- Object.defineProperty(exports, "SolarCreationRequest", { enumerable: true, get: function () { return solarCreationRequest_1.SolarCreationRequest; } });
5576
+ Object.defineProperty(exports, "SolarCreationRequest", { enumerable: true, get: function () { return solarCreationRequest_1.SolarCreationRequest; } });
5577
+ const soilEnrichmentConstants_1 = soilEnrichmentConstants;
5578
+ Object.defineProperty(exports, "SoilEnrichmentConstants", { enumerable: true, get: function () { return soilEnrichmentConstants_1.SoilEnrichmentConstants; } });
5579
+ const soilEnrichmentCreationRequest_1 = soilEnrichmentCreationRequest;
5580
+ Object.defineProperty(exports, "SoilEnrichmentCreationRequest", { enumerable: true, get: function () { return soilEnrichmentCreationRequest_1.SoilEnrichmentCreationRequest; } });
5581
+ const stovesHousesNamibiaConstants_1 = stovesHousesNamibiaConstants;
5582
+ Object.defineProperty(exports, "StovesHousesNamibiaConstants", { enumerable: true, get: function () { return stovesHousesNamibiaConstants_1.StovesHousesNamibiaConstants; } });
5583
+ const stovesHousesNamibiaCreationRequest_1 = stovesHousesNamibiaCreationRequest;
5584
+ Object.defineProperty(exports, "StovesHousesNamibiaCreationRequest", { enumerable: true, get: function () { return stovesHousesNamibiaCreationRequest_1.StovesHousesNamibiaCreationRequest; } });
5585
+ const solarWaterPumpingOffGridConstants_1 = solarWaterPumpingOffGridConstants;
5586
+ Object.defineProperty(exports, "SolarWaterPumpingOffGridConstants", { enumerable: true, get: function () { return solarWaterPumpingOffGridConstants_1.SolarWaterPumpingOffGridConstants; } });
5587
+ const solarWaterPumpingOffGridCreationRequest_1 = solarWaterPumpingOffGridCreationRequest;
5588
+ Object.defineProperty(exports, "SolarWaterPumpingOffGridCreationRequest", { enumerable: true, get: function () { return solarWaterPumpingOffGridCreationRequest_1.SolarWaterPumpingOffGridCreationRequest; } });
5589
+ const solarWaterPumpingOnGridConstants_1 = solarWaterPumpingOnGridConstants;
5590
+ Object.defineProperty(exports, "SolarWaterPumpingOnGridConstants", { enumerable: true, get: function () { return solarWaterPumpingOnGridConstants_1.SolarWaterPumpingOnGridConstants; } });
5591
+ const solarWaterPumpingOnGridCreationRequest_1 = solarWaterPumpingOnGridCreationRequest;
5592
+ Object.defineProperty(exports, "SolarWaterPumpingOnGridCreationRequest", { enumerable: true, get: function () { return solarWaterPumpingOnGridCreationRequest_1.SolarWaterPumpingOnGridCreationRequest; } });
4414
5593
  } (cjs));
4415
5594
 
4416
5595
  var consumerGroupList = [
@@ -6129,7 +7308,13 @@ var ProgrammeManagementComponent = function (props) {
6129
7308
  return [3 /*break*/, 4];
6130
7309
  case 3:
6131
7310
  error_3 = _b.sent();
6132
- console.log("Error in downloading programme data", error_3);
7311
+ console.log("Error in exporting programmes", error_3);
7312
+ antd.message.open({
7313
+ type: "error",
7314
+ content: error_3.message,
7315
+ duration: 3,
7316
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
7317
+ });
6133
7318
  setLoading(false);
6134
7319
  return [3 /*break*/, 4];
6135
7320
  case 4: return [2 /*return*/];
@@ -6227,7 +7412,10 @@ var ProgrammeManagementComponent = function (props) {
6227
7412
  }, onSearch: setSearch, style: { width: 265 } })),
6228
7413
  React.createElement("div", { className: "download-data-btn" },
6229
7414
  React.createElement("a", { onClick: downloadProgrammeData },
6230
- React.createElement(icons.DownloadOutlined, null)))))),
7415
+ React.createElement(icons.DownloadOutlined, { style: {
7416
+ color: "rgba(58, 53, 65, 0.3)",
7417
+ fontSize: "20px",
7418
+ } })))))),
6231
7419
  React.createElement(antd.Row, null,
6232
7420
  React.createElement(antd.Col, { span: 24 },
6233
7421
  React.createElement("div", { className: "programmeManagement-table-container" },
@@ -13984,7 +15172,13 @@ var UserManagementComponent = function (props) {
13984
15172
  return [3 /*break*/, 4];
13985
15173
  case 3:
13986
15174
  error_3 = _b.sent();
13987
- console.log("Error in downloading user data", error_3);
15175
+ console.log("Error in exporting users", error_3);
15176
+ antd.message.open({
15177
+ type: "error",
15178
+ content: error_3.message,
15179
+ duration: 3,
15180
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
15181
+ });
13988
15182
  setLoading(false);
13989
15183
  return [3 /*break*/, 4];
13990
15184
  case 4: return [2 /*return*/];
@@ -14888,7 +16082,13 @@ var InvestmentManagementComponent = function (props) {
14888
16082
  return [3 /*break*/, 4];
14889
16083
  case 3:
14890
16084
  error_2 = _b.sent();
14891
- console.log("Error in downloading investment data", error_2);
16085
+ console.log("Error in exporting investments", error_2);
16086
+ antd.message.open({
16087
+ type: "error",
16088
+ content: error_2.message,
16089
+ duration: 3,
16090
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
16091
+ });
14892
16092
  setLoading(false);
14893
16093
  return [3 /*break*/, 4];
14894
16094
  case 4: return [2 /*return*/];
@@ -15590,7 +16790,13 @@ var NdcActionManagementComponent = function (props) {
15590
16790
  return [3 /*break*/, 4];
15591
16791
  case 3:
15592
16792
  error_3 = _a.sent();
15593
- console.log("Error in downloading NDC Action data", error_3);
16793
+ console.log("Error in exporting NDC Actions", error_3);
16794
+ antd.message.open({
16795
+ type: "error",
16796
+ content: error_3.message,
16797
+ duration: 3,
16798
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
16799
+ });
15594
16800
  setLoading(false);
15595
16801
  return [3 /*break*/, 4];
15596
16802
  case 4: return [2 /*return*/];
@@ -15743,14 +16949,16 @@ var NdcActionDetails = function (props) {
15743
16949
  translator.setDefaultNamespace("ndcAction");
15744
16950
  var t = translator.t;
15745
16951
  var _a = React.useState(), ndcActionType = _a[0], setNdcActionType = _a[1];
15746
- var _b = React.useState(), mitigationType = _b[0], setmitigationType = _b[1];
15747
- var _c = React.useState(""), sector = _c[0], setSector = _c[1];
15748
- var _d = React.useState(ndcActionTypeList), ndcActionTypeListFiltered = _d[0]; _d[1];
15749
- var _e = React.useState([]), checkedOptionsGhgReduced = _e[0], setCheckedOptionsGhgReduced = _e[1];
15750
- var _f = React.useState([]), checkedOptionsGhgAvoided = _f[0], setCheckedOptionsGhgAvoided = _f[1];
15751
- var _g = React.useState(), inputNumberValueGhgAvoidedGas = _g[0], setInputNumberValueGhgAvoidedGas = _g[1];
15752
- var _h = React.useState(), inputNumberValueGhgReducedGas = _h[0], setInputNumberValueGhgReducedGas = _h[1];
15753
- var _j = React.useState(), includedInNAP = _j[0], setIncludedInNAP = _j[1];
16952
+ var _b = React.useState(), methodology = _b[0], setMethodology = _b[1];
16953
+ var _c = React.useState(), mitigationType = _c[0], setmitigationType = _c[1];
16954
+ var _d = React.useState(""), mitigationSubType = _d[0], setMitigationSubType = _d[1];
16955
+ var _e = React.useState(""), sector = _e[0], setSector = _e[1];
16956
+ var _f = React.useState(ndcActionTypeList), ndcActionTypeListFiltered = _f[0]; _f[1];
16957
+ var _g = React.useState([]), checkedOptionsGhgReduced = _g[0], setCheckedOptionsGhgReduced = _g[1];
16958
+ var _h = React.useState([]), checkedOptionsGhgAvoided = _h[0], setCheckedOptionsGhgAvoided = _h[1];
16959
+ var _j = React.useState(), inputNumberValueGhgAvoidedGas = _j[0], setInputNumberValueGhgAvoidedGas = _j[1];
16960
+ var _k = React.useState(), inputNumberValueGhgReducedGas = _k[0], setInputNumberValueGhgReducedGas = _k[1];
16961
+ var _l = React.useState(), includedInNAP = _l[0], setIncludedInNAP = _l[1];
15754
16962
  var form = antd.Form.useForm()[0];
15755
16963
  var maximumImageSize = process.env.REACT_APP_MAXIMUM_FILE_SIZE
15756
16964
  ? parseInt(process.env.REACT_APP_MAXIMUM_FILE_SIZE)
@@ -15770,6 +16978,9 @@ var NdcActionDetails = function (props) {
15770
16978
  if (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) {
15771
16979
  setmitigationType(ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation);
15772
16980
  }
16981
+ if (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) {
16982
+ setMitigationSubType(ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation);
16983
+ }
15773
16984
  if (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.includedInNAP) {
15774
16985
  setIncludedInNAP(ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.includedInNAP);
15775
16986
  }
@@ -15782,6 +16993,7 @@ var NdcActionDetails = function (props) {
15782
16993
  form.setFieldsValue({
15783
16994
  ndcActionType: ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.action,
15784
16995
  mitigationType: ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation,
16996
+ mitigationSubType: ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation,
15785
16997
  energyGeneration: (_a = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _a === void 0 ? void 0 : _a.energyGeneration,
15786
16998
  energyGenerationUnit: (_b = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _b === void 0 ? void 0 : _b.energyGenerationUnit,
15787
16999
  consumerGroup: (_c = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _c === void 0 ? void 0 : _c.consumerGroup,
@@ -15859,18 +17071,42 @@ var NdcActionDetails = function (props) {
15859
17071
  if (formValues.ndcActionType === exports.NdcActionTypes.Mitigation ||
15860
17072
  formValues.ndcActionType === exports.NdcActionTypes.CrossCutting) {
15861
17073
  if (formValues.mitigationType === exports.MitigationTypes.AGRICULTURE) {
15862
- creditRequest = new cjs.AgricultureCreationRequest();
15863
- creditRequest.landArea = formValues.eligibleLandArea;
15864
- creditRequest.landAreaUnit = formValues.landAreaUnit;
15865
- creditRequest.duration =
15866
- programmeDetails.endTime - programmeDetails.startTime;
15867
- creditRequest.durationUnit = "s";
17074
+ if (formValues.mitigationSubType === exports.MitigationSubTypes.RICE_CROPS) {
17075
+ creditRequest = new cjs.AgricultureCreationRequest();
17076
+ creditRequest.landArea = formValues.eligibleLandArea;
17077
+ creditRequest.landAreaUnit = formValues.landAreaUnit;
17078
+ creditRequest.duration =
17079
+ programmeDetails.endTime - programmeDetails.startTime;
17080
+ creditRequest.durationUnit = "s";
17081
+ }
17082
+ else if (formValues.mitigationSubType === exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR) {
17083
+ creditRequest = new cjs.SoilEnrichmentCreationRequest();
17084
+ creditRequest.weight = formValues.tonnesOnDryBasis;
17085
+ }
15868
17086
  }
15869
17087
  else if (formValues.mitigationType === exports.MitigationTypes.SOLAR) {
15870
- creditRequest = new cjs.SolarCreationRequest();
15871
- creditRequest.buildingType = formValues.consumerGroup;
15872
- creditRequest.energyGeneration = formValues.energyGeneration;
15873
- creditRequest.energyGenerationUnit = formValues.energyGenerationUnit;
17088
+ if (formValues.mitigationSubType === exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV) {
17089
+ creditRequest = new cjs.SolarCreationRequest();
17090
+ creditRequest.buildingType = formValues.consumerGroup;
17091
+ creditRequest.energyGeneration = formValues.energyGeneration;
17092
+ creditRequest.energyGenerationUnit = formValues.energyGenerationUnit;
17093
+ }
17094
+ else if (formValues.mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID) {
17095
+ creditRequest = new cjs.SolarWaterPumpingOffGridCreationRequest();
17096
+ creditRequest.energyGeneration = formValues.energyGeneration;
17097
+ creditRequest.energyGenerationUnit = formValues.energyGenerationUnit;
17098
+ }
17099
+ else if (formValues.mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID) {
17100
+ creditRequest = new cjs.SolarWaterPumpingOnGridCreationRequest();
17101
+ creditRequest.energyGeneration = formValues.energyGeneration;
17102
+ creditRequest.energyGenerationUnit = formValues.energyGenerationUnit;
17103
+ }
17104
+ }
17105
+ else if (formValues.mitigationType === exports.MitigationTypes.EE_HOUSEHOLDS
17106
+ && formValues.mitigationSubType === exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA) {
17107
+ creditRequest = new cjs.StovesHousesNamibiaCreationRequest();
17108
+ creditRequest.numberOfDays = formValues.numberOfDays;
17109
+ creditRequest.numberOfPeopleInHousehold = formValues.numberOfPeople;
15874
17110
  }
15875
17111
  }
15876
17112
  var creditResponse = cjs.calculateCredit(creditRequest);
@@ -15897,8 +17133,37 @@ var NdcActionDetails = function (props) {
15897
17133
  };
15898
17134
  var handleMitigationTypeChange = function (selectedMitigationType) {
15899
17135
  setmitigationType(selectedMitigationType);
17136
+ form.setFieldsValue({
17137
+ mitigationSubType: "",
17138
+ tonnesOnDryBasis: "",
17139
+ numberOfPeople: "",
17140
+ numberOfDays: "",
17141
+ landAreaUnit: "",
17142
+ eligibleLandArea: "",
17143
+ consumerGroup: "",
17144
+ energyGenerationUnit: "",
17145
+ energyGeneration: "",
17146
+ methodologyEstimatedCredits: 0,
17147
+ });
15900
17148
  calculateMethodologyEstimatedCredits();
15901
17149
  };
17150
+ var handleMitigationSubTypeChange = function (selectedSubMitigationType) {
17151
+ setMitigationSubType(selectedSubMitigationType);
17152
+ form.setFieldsValue({
17153
+ tonnesOnDryBasis: "",
17154
+ numberOfPeople: "",
17155
+ numberOfDays: "",
17156
+ landAreaUnit: "",
17157
+ eligibleLandArea: "",
17158
+ consumerGroup: "",
17159
+ energyGenerationUnit: "",
17160
+ energyGeneration: "",
17161
+ methodologyEstimatedCredits: 0,
17162
+ });
17163
+ };
17164
+ var handleMethodologyChange = function (selectedMethodology) {
17165
+ setMethodology(selectedMethodology);
17166
+ };
15902
17167
  var onNdcActionDetailsFormSubmit = function (ndcActionFormvalues) { return __awaiter(void 0, void 0, void 0, function () {
15903
17168
  var ndcActionDetailObj, enablementReport;
15904
17169
  var _a;
@@ -15909,17 +17174,28 @@ var NdcActionDetails = function (props) {
15909
17174
  ndcActionDetailObj.action = ndcActionFormvalues.ndcActionType;
15910
17175
  if (ndcActionFormvalues.ndcActionType === exports.NdcActionTypes.Mitigation ||
15911
17176
  ndcActionFormvalues.ndcActionType === exports.NdcActionTypes.CrossCutting) {
15912
- ndcActionDetailObj.methodology = t("ndcAction:goldStandard");
17177
+ ndcActionDetailObj.methodology = ndcActionFormvalues.methodology;
15913
17178
  ndcActionDetailObj.typeOfMitigation = ndcActionFormvalues.mitigationType;
15914
- if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.AGRICULTURE) {
17179
+ ndcActionDetailObj.subTypeOfMitigation = ndcActionFormvalues.mitigationSubType;
17180
+ if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.AGRICULTURE
17181
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.RICE_CROPS) {
15915
17182
  ndcActionDetailObj.agricultureProperties = {
15916
17183
  landArea: ndcActionFormvalues.eligibleLandArea
15917
17184
  ? ndcActionFormvalues.eligibleLandArea
15918
17185
  : 0,
15919
17186
  landAreaUnit: ndcActionFormvalues.landAreaUnit,
15920
17187
  };
17188
+ ndcActionDetailObj.creditCalculationProperties = {
17189
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17190
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17191
+ landArea: ndcActionFormvalues.eligibleLandArea
17192
+ ? ndcActionFormvalues.eligibleLandArea
17193
+ : 0,
17194
+ landAreaUnit: ndcActionFormvalues.landAreaUnit,
17195
+ };
15921
17196
  }
15922
- else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.SOLAR) {
17197
+ else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.SOLAR
17198
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV) {
15923
17199
  ndcActionDetailObj.solarProperties = {
15924
17200
  energyGeneration: ndcActionFormvalues.energyGeneration
15925
17201
  ? ndcActionFormvalues.energyGeneration
@@ -15927,18 +17203,54 @@ var NdcActionDetails = function (props) {
15927
17203
  energyGenerationUnit: ndcActionFormvalues.energyGenerationUnit,
15928
17204
  consumerGroup: ndcActionFormvalues.consumerGroup,
15929
17205
  };
17206
+ ndcActionDetailObj.creditCalculationProperties = {
17207
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17208
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17209
+ energyGeneration: ndcActionFormvalues.energyGeneration
17210
+ ? ndcActionFormvalues.energyGeneration
17211
+ : 0,
17212
+ energyGenerationUnit: ndcActionFormvalues.energyGenerationUnit,
17213
+ consumerGroup: ndcActionFormvalues.consumerGroup,
17214
+ };
15930
17215
  }
15931
- if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.SOLAR ||
15932
- ndcActionFormvalues.mitigationType === exports.MitigationTypes.AGRICULTURE) {
15933
- if (parseFloat(ndcActionFormvalues.methodologyEstimatedCredits) <= 0) {
15934
- antd.message.open({
15935
- type: "error",
15936
- content: t("methodologyEstimatedCreditsInvalid"),
15937
- duration: 4,
15938
- style: { textAlign: "right", marginRight: 15, marginTop: 10 },
15939
- });
15940
- return [2 /*return*/];
15941
- }
17216
+ else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.SOLAR
17217
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID) {
17218
+ ndcActionDetailObj.creditCalculationProperties = {
17219
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17220
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17221
+ energyGeneration: ndcActionFormvalues.energyGeneration
17222
+ ? ndcActionFormvalues.energyGeneration
17223
+ : 0,
17224
+ energyGenerationUnit: ndcActionFormvalues.energyGenerationUnit,
17225
+ };
17226
+ }
17227
+ else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.SOLAR
17228
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID) {
17229
+ ndcActionDetailObj.creditCalculationProperties = {
17230
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17231
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17232
+ energyGeneration: ndcActionFormvalues.energyGeneration
17233
+ ? ndcActionFormvalues.energyGeneration
17234
+ : 0,
17235
+ energyGenerationUnit: ndcActionFormvalues.energyGenerationUnit,
17236
+ };
17237
+ }
17238
+ else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.EE_HOUSEHOLDS
17239
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA) {
17240
+ ndcActionDetailObj.creditCalculationProperties = {
17241
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17242
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17243
+ numberOfDays: ndcActionFormvalues.numberOfDays,
17244
+ numberOfPeopleInHousehold: ndcActionFormvalues.numberOfPeople,
17245
+ };
17246
+ }
17247
+ else if (ndcActionFormvalues.mitigationType === exports.MitigationTypes.AGRICULTURE
17248
+ && ndcActionFormvalues.mitigationSubType === exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR) {
17249
+ ndcActionDetailObj.creditCalculationProperties = {
17250
+ typeOfMitigation: ndcActionFormvalues.mitigationType,
17251
+ subTypeOfMitigation: ndcActionFormvalues.mitigationSubType,
17252
+ weight: ndcActionFormvalues.tonnesOnDryBasis,
17253
+ };
15942
17254
  }
15943
17255
  if (ndcActionFormvalues.userEstimatedCredits > programmeDetails.creditEst) {
15944
17256
  antd.message.open({
@@ -16060,24 +17372,36 @@ var NdcActionDetails = function (props) {
16060
17372
  (programmeDetails === null || programmeDetails === void 0 ? void 0 : programmeDetails.sector) === exports.Sector.Hospitality
16061
17373
  ? mitigationTypeList
16062
17374
  : sectorMitigationTypesListMapped[sector] }))),
16063
- React.createElement(antd.Col, { style: { marginLeft: "38px" } },
16064
- React.createElement(antd.Form.Item, { label: t("ndcAction:methodology"), name: "methodology" },
16065
- React.createElement("span", { style: {
16066
- display: "inline-block",
16067
- border: "1px solid #D9D9D9",
16068
- width: "154px",
16069
- height: "38px",
17375
+ (ndcActionType === exports.NdcActionTypes.Mitigation ||
17376
+ ndcActionType === exports.NdcActionTypes.CrossCutting) &&
17377
+ mitigationType && mitigationSubTypesListMapped[mitigationType] && (React.createElement(antd.Col, { style: { marginLeft: "38px" } },
17378
+ React.createElement(antd.Form.Item, { label: t("ndcAction:mitigationSubType"), name: "mitigationSubType", rules: [
17379
+ {
17380
+ required: true,
17381
+ message: "".concat(t("ndcAction:mitigationSubType"), " ").concat(t("ndcAction:isRequired")),
17382
+ },
17383
+ ] },
17384
+ React.createElement(antd.Select, { size: "large", onChange: handleMitigationSubTypeChange, style: {
17385
+ width: "249px",
17386
+ borderRadius: "4px",
17387
+ }, options: mitigationSubTypesListMapped[mitigationType], value: mitigationSubType }))))),
17388
+ React.createElement(antd.Row, { justify: "start", align: "middle" },
17389
+ React.createElement(antd.Col, { span: 20 },
17390
+ React.createElement(antd.Form.Item, { label: t("ndcAction:methodology"), name: "methodology", rules: [
17391
+ {
17392
+ required: true,
17393
+ message: "".concat(t("ndcAction:methodology"), " ").concat(t("ndcAction:isRequired")),
17394
+ },
17395
+ ] },
17396
+ React.createElement(antd.Select, { size: "large", onChange: handleMethodologyChange, style: {
16070
17397
  borderRadius: "4px",
16071
- padding: "7px 8px",
16072
- fontSize: "14px",
16073
- backgroundColor: "#F0F0F0",
16074
- color: "#8C8C8C",
16075
- } },
16076
- " ",
16077
- t("ndcAction:goldStandard"))))))),
17398
+ }, value: methodology }, methodologyOptions.map(function (option) { return (React.createElement(antd.Select.Option, { key: option, value: option }, option)); }))))))),
16078
17399
  (ndcActionType === exports.NdcActionTypes.Mitigation ||
16079
17400
  ndcActionType === exports.NdcActionTypes.CrossCutting) &&
16080
- mitigationType === exports.MitigationTypes.SOLAR && (React.createElement(React.Fragment, null,
17401
+ mitigationType === exports.MitigationTypes.SOLAR &&
17402
+ (mitigationSubType === exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV ||
17403
+ mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID ||
17404
+ mitigationSubType === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID) && (React.createElement(React.Fragment, null,
16081
17405
  React.createElement(antd.Row, { justify: "start", align: "middle" },
16082
17406
  React.createElement(antd.Col, null,
16083
17407
  React.createElement(antd.Form.Item, { label: t("ndcAction:energyGeneration"), rules: [
@@ -16108,16 +17432,17 @@ var NdcActionDetails = function (props) {
16108
17432
  },
16109
17433
  ] },
16110
17434
  React.createElement(antd.Select, { size: "large", style: { width: 442 }, options: energyGenerationUnitList, onChange: calculateMethodologyEstimatedCredits })))),
16111
- React.createElement(antd.Form.Item, { label: t("ndcAction:consumerGroup"), name: "consumerGroup", rules: [
17435
+ mitigationSubType === exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV && (React.createElement(antd.Form.Item, { label: t("ndcAction:consumerGroup"), name: "consumerGroup", rules: [
16112
17436
  {
16113
17437
  required: true,
16114
17438
  message: "".concat(t("ndcAction:consumerGroup"), " ").concat(t("ndcAction:isRequired")),
16115
17439
  },
16116
17440
  ] },
16117
- React.createElement(antd.Select, { size: "large", style: { width: 442 }, onChange: calculateMethodologyEstimatedCredits, options: consumerGroupList })))),
17441
+ React.createElement(antd.Select, { size: "large", style: { width: 442 }, onChange: calculateMethodologyEstimatedCredits, options: consumerGroupList }))))),
16118
17442
  (ndcActionType === exports.NdcActionTypes.Mitigation ||
16119
17443
  ndcActionType === exports.NdcActionTypes.CrossCutting) &&
16120
- mitigationType === exports.MitigationTypes.AGRICULTURE && (React.createElement(antd.Row, { justify: "start", align: "middle" },
17444
+ mitigationType === exports.MitigationTypes.AGRICULTURE &&
17445
+ mitigationSubType === exports.MitigationSubTypes.RICE_CROPS && (React.createElement(antd.Row, { justify: "start", align: "middle" },
16121
17446
  React.createElement(antd.Col, null,
16122
17447
  React.createElement(antd.Form.Item, { label: t("ndcAction:eligibleLandArea"), name: "eligibleLandArea", rules: [
16123
17448
  {
@@ -16147,6 +17472,78 @@ var NdcActionDetails = function (props) {
16147
17472
  },
16148
17473
  ] },
16149
17474
  React.createElement(antd.Select, { onChange: calculateMethodologyEstimatedCredits, size: "large", style: { width: 442 }, options: landAreaUnitList }))))),
17475
+ (ndcActionType === exports.NdcActionTypes.Mitigation ||
17476
+ ndcActionType === exports.NdcActionTypes.CrossCutting) &&
17477
+ mitigationType === exports.MitigationTypes.AGRICULTURE &&
17478
+ mitigationSubType === exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR && (React.createElement(antd.Row, { justify: "start", align: "middle" },
17479
+ React.createElement(antd.Col, null,
17480
+ React.createElement(antd.Form.Item, { label: t("ndcAction:tonnesOnDryBasis"), name: "tonnesOnDryBasis", rules: [
17481
+ {
17482
+ required: true,
17483
+ message: "",
17484
+ },
17485
+ {
17486
+ validator: function (rule, value) { return __awaiter(void 0, void 0, void 0, function () {
17487
+ return __generator(this, function (_a) {
17488
+ if (String(value).trim() === "" ||
17489
+ String(value).trim() === undefined ||
17490
+ value === null ||
17491
+ value === undefined) {
17492
+ throw new Error("".concat(t("ndcAction:tonnesOnDryBasis"), " ").concat(t("ndcAction:isRequired")));
17493
+ }
17494
+ return [2 /*return*/];
17495
+ });
17496
+ }); },
17497
+ },
17498
+ ] },
17499
+ React.createElement(antd.InputNumber, { style: { width: 442, paddingRight: 12 }, onChange: calculateMethodologyEstimatedCredits }))))),
17500
+ (ndcActionType === exports.NdcActionTypes.Mitigation ||
17501
+ ndcActionType === exports.NdcActionTypes.CrossCutting) &&
17502
+ mitigationType === exports.MitigationTypes.EE_HOUSEHOLDS &&
17503
+ mitigationSubType === exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA && (React.createElement(React.Fragment, null,
17504
+ React.createElement(antd.Row, { justify: "start", align: "middle" },
17505
+ React.createElement(antd.Col, null,
17506
+ React.createElement(antd.Form.Item, { label: t("ndcAction:numberOfDays"), rules: [
17507
+ {
17508
+ required: true,
17509
+ message: "",
17510
+ },
17511
+ {
17512
+ validator: function (rule, value) { return __awaiter(void 0, void 0, void 0, function () {
17513
+ return __generator(this, function (_a) {
17514
+ if (String(value).trim() === "" ||
17515
+ String(value).trim() === undefined ||
17516
+ value === null ||
17517
+ value === undefined) {
17518
+ throw new Error("".concat(t("ndcAction:numberOfDays"), " ").concat(t("ndcAction:isRequired")));
17519
+ }
17520
+ return [2 /*return*/];
17521
+ });
17522
+ }); },
17523
+ },
17524
+ ], name: "numberOfDays" },
17525
+ React.createElement(antd.InputNumber, { style: { width: 442, paddingRight: 12 }, onChange: calculateMethodologyEstimatedCredits }))),
17526
+ React.createElement(antd.Col, { style: { marginLeft: "38px" } },
17527
+ React.createElement(antd.Form.Item, { label: t("ndcAction:numberOfPeople"), rules: [
17528
+ {
17529
+ required: true,
17530
+ message: "",
17531
+ },
17532
+ {
17533
+ validator: function (rule, value) { return __awaiter(void 0, void 0, void 0, function () {
17534
+ return __generator(this, function (_a) {
17535
+ if (String(value).trim() === "" ||
17536
+ String(value).trim() === undefined ||
17537
+ value === null ||
17538
+ value === undefined) {
17539
+ throw new Error("".concat(t("ndcAction:numberOfPeople"), " ").concat(t("ndcAction:isRequired")));
17540
+ }
17541
+ return [2 /*return*/];
17542
+ });
17543
+ }); },
17544
+ },
17545
+ ], name: "numberOfPeople" },
17546
+ React.createElement(antd.InputNumber, { style: { width: 442, paddingRight: 12 }, onChange: calculateMethodologyEstimatedCredits })))))),
16150
17547
  (ndcActionType === exports.NdcActionTypes.Mitigation ||
16151
17548
  ndcActionType === exports.NdcActionTypes.CrossCutting) && (React.createElement(antd.Row, { justify: "start", align: "middle" },
16152
17549
  React.createElement(antd.Col, null,
@@ -19093,26 +20490,55 @@ var NdcActionViewComponent = function (props) {
19093
20490
  _a[t("ndcAction:viewCurrentStatus")] = (React.createElement(antd.Tag, { className: "clickable", color: getNdcStatusTagType(ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.status) }, addSpaces(ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.status))),
19094
20491
  _a);
19095
20492
  var getNdcActionMitigationDetails = function () {
19096
- var _a, _b, _c, _d, _e;
20493
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
19097
20494
  var mitigationDetails = {};
19098
20495
  mitigationTypeList === null || mitigationTypeList === void 0 ? void 0 : mitigationTypeList.map(function (type) {
19099
20496
  if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === type.value) {
19100
20497
  mitigationDetails[t("ndcAction:viewMitigationType")] = type.label;
19101
20498
  }
19102
20499
  });
20500
+ mitigationSubTypeList === null || mitigationSubTypeList === void 0 ? void 0 : mitigationSubTypeList.map(function (type) {
20501
+ if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === type.value) {
20502
+ mitigationDetails[t("ndcAction:viewMitigationSubType")] = type.label;
20503
+ }
20504
+ });
19103
20505
  if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === exports.MitigationTypes.AGRICULTURE &&
20506
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.RICE_CROPS &&
19104
20507
  (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.agricultureProperties)) {
19105
20508
  mitigationDetails[t("ndcAction:viewMitigationLandArea")] =
19106
20509
  addCommSep((_a = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.agricultureProperties) === null || _a === void 0 ? void 0 : _a.landArea) +
19107
20510
  ((_b = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.agricultureProperties) === null || _b === void 0 ? void 0 : _b.landAreaUnit);
19108
20511
  }
20512
+ if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === exports.MitigationTypes.AGRICULTURE &&
20513
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.SOIL_ENRICHMENT_BIOCHAR &&
20514
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties)) {
20515
+ mitigationDetails[t("ndcAction:viewMitigationWeight")] =
20516
+ addCommSep((_c = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties) === null || _c === void 0 ? void 0 : _c.weight) + 't';
20517
+ }
19109
20518
  if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === exports.MitigationTypes.SOLAR &&
20519
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.SOLAR_PHOTOVOLTAICS_PV &&
19110
20520
  (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties)) {
19111
20521
  mitigationDetails[t("ndcAction:viewMitigationEnergyGeneration")] =
19112
- addCommSep((_c = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _c === void 0 ? void 0 : _c.energyGeneration) +
19113
- ((_d = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _d === void 0 ? void 0 : _d.energyGenerationUnit);
20522
+ addCommSep((_d = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _d === void 0 ? void 0 : _d.energyGeneration) +
20523
+ ((_e = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _e === void 0 ? void 0 : _e.energyGenerationUnit);
19114
20524
  mitigationDetails[t("ndcAction:viewMitigationConsumerGroup")] =
19115
- (_e = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _e === void 0 ? void 0 : _e.consumerGroup;
20525
+ (_f = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.solarProperties) === null || _f === void 0 ? void 0 : _f.consumerGroup;
20526
+ }
20527
+ if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === exports.MitigationTypes.SOLAR &&
20528
+ ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_OFF_GRID ||
20529
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.SOLAR_WATER_PUMPING_ON_GRID) &&
20530
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties)) {
20531
+ mitigationDetails[t("ndcAction:viewMitigationEnergyGeneration")] =
20532
+ addCommSep((_g = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties) === null || _g === void 0 ? void 0 : _g.energyGeneration) +
20533
+ ((_h = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties) === null || _h === void 0 ? void 0 : _h.energyGenerationUnit);
20534
+ }
20535
+ if ((ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.typeOfMitigation) === exports.MitigationTypes.EE_HOUSEHOLDS &&
20536
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.subTypeOfMitigation) === exports.MitigationSubTypes.STOVES_HOUSES_IN_NAMIBIA &&
20537
+ (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties)) {
20538
+ mitigationDetails[t("ndcAction:viewMitigationNoOfDays")] =
20539
+ (_j = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties) === null || _j === void 0 ? void 0 : _j.numberOfDays;
20540
+ mitigationDetails[t("ndcAction:viewMitigationNoOfPeople")] =
20541
+ (_k = ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.creditCalculationProperties) === null || _k === void 0 ? void 0 : _k.numberOfPeopleInHousehold;
19116
20542
  }
19117
20543
  if (ndcActionDetails === null || ndcActionDetails === void 0 ? void 0 : ndcActionDetails.ndcFinancing) {
19118
20544
  mitigationDetails[t("ndcAction:viewMitigationUserEstimatedCredits")] =
@@ -19463,6 +20889,7 @@ var CreditTransferComponent = function (props) {
19463
20889
  var _y = useSettingsContext(), isTransferFrozen = _y.isTransferFrozen, setTransferFrozen = _y.setTransferFrozen;
19464
20890
  var _z = React.useState([]), ministrySectoralScope = _z[0], setMinistrySectoralScope = _z[1];
19465
20891
  var _0 = React.useState(false), ministryLevelFilter = _0[0], setMinistryLevelFilter = _0[1];
20892
+ var _1 = React.useState(), dataQuery = _1[0], setDataQuery = _1[1];
19466
20893
  var onStatusQuery = function (checkedValues) { return __awaiter(void 0, void 0, void 0, function () {
19467
20894
  return __generator(this, function (_a) {
19468
20895
  console.log(checkedValues);
@@ -19566,6 +20993,12 @@ var CreditTransferComponent = function (props) {
19566
20993
  console.log(response);
19567
20994
  setTableData(response.data);
19568
20995
  setTotalProgramme(response.response.data.total);
20996
+ setDataQuery({
20997
+ filterAnd: filter,
20998
+ filterOr: dataFilter,
20999
+ sort: sort,
21000
+ filterBy: filterBy,
21001
+ });
19569
21002
  setLoading(false);
19570
21003
  return [3 /*break*/, 4];
19571
21004
  case 3:
@@ -19583,8 +21016,53 @@ var CreditTransferComponent = function (props) {
19583
21016
  }
19584
21017
  });
19585
21018
  }); };
21019
+ var downloadTransferData = function () { return __awaiter(void 0, void 0, void 0, function () {
21020
+ var response, url, a, error_2;
21021
+ var _a;
21022
+ return __generator(this, function (_b) {
21023
+ switch (_b.label) {
21024
+ case 0:
21025
+ setLoading(true);
21026
+ _b.label = 1;
21027
+ case 1:
21028
+ _b.trys.push([1, 3, , 4]);
21029
+ return [4 /*yield*/, post("national/programme/transfers/download", {
21030
+ filterAnd: dataQuery.filterAnd,
21031
+ filterOr: ((_a = dataQuery.filterOr) === null || _a === void 0 ? void 0 : _a.length) > 0 ? dataQuery.filterOr : undefined,
21032
+ sort: dataQuery.sort,
21033
+ filterBy: dataQuery.filterBy,
21034
+ })];
21035
+ case 2:
21036
+ response = _b.sent();
21037
+ if (response && response.data) {
21038
+ url = response.data.url;
21039
+ a = document.createElement('a');
21040
+ a.href = url;
21041
+ a.download = response.data.csvFile; // Specify the filename for the downloaded file
21042
+ document.body.appendChild(a);
21043
+ a.click();
21044
+ document.body.removeChild(a); // Clean up the created <a> element
21045
+ window.URL.revokeObjectURL(url);
21046
+ }
21047
+ setLoading(false);
21048
+ return [3 /*break*/, 4];
21049
+ case 3:
21050
+ error_2 = _b.sent();
21051
+ console.log("Error in exporting transfers", error_2);
21052
+ antd.message.open({
21053
+ type: "error",
21054
+ content: error_2.message,
21055
+ duration: 3,
21056
+ style: { textAlign: "right", marginRight: 15, marginTop: 10 },
21057
+ });
21058
+ setLoading(false);
21059
+ return [3 /*break*/, 4];
21060
+ case 4: return [2 /*return*/];
21061
+ }
21062
+ });
21063
+ }); };
19586
21064
  var getUserDetails = function () { return __awaiter(void 0, void 0, void 0, function () {
19587
- var response, error_2;
21065
+ var response, error_3;
19588
21066
  var _a, _b, _c, _d, _e, _f;
19589
21067
  return __generator(this, function (_g) {
19590
21068
  switch (_g.label) {
@@ -19616,8 +21094,8 @@ var CreditTransferComponent = function (props) {
19616
21094
  setLoading(false);
19617
21095
  return [3 /*break*/, 4];
19618
21096
  case 3:
19619
- error_2 = _g.sent();
19620
- console.log("Error in getting users", error_2);
21097
+ error_3 = _g.sent();
21098
+ console.log("Error in getting users", error_3);
19621
21099
  setLoading(false);
19622
21100
  return [3 /*break*/, 4];
19623
21101
  case 4: return [2 /*return*/];
@@ -19641,7 +21119,7 @@ var CreditTransferComponent = function (props) {
19641
21119
  }
19642
21120
  }, []);
19643
21121
  var handleRequestOk = function (reqId, remarks, endpoint, successText, isRetire) { return __awaiter(void 0, void 0, void 0, function () {
19644
- var response, successMsg, error_3;
21122
+ var response, successMsg, error_4;
19645
21123
  return __generator(this, function (_a) {
19646
21124
  switch (_a.label) {
19647
21125
  case 0:
@@ -19671,10 +21149,10 @@ var CreditTransferComponent = function (props) {
19671
21149
  setModalVisible(false);
19672
21150
  return [3 /*break*/, 4];
19673
21151
  case 3:
19674
- error_3 = _a.sent();
19675
- console.log("Error in Cancelling transfer request", error_3);
21152
+ error_4 = _a.sent();
21153
+ console.log("Error in Cancelling transfer request", error_4);
19676
21154
  setLoading(false);
19677
- return [2 /*return*/, error_3.message];
21155
+ return [2 /*return*/, error_4.message];
19678
21156
  case 4: return [2 /*return*/];
19679
21157
  }
19680
21158
  });
@@ -20036,7 +21514,13 @@ var CreditTransferComponent = function (props) {
20036
21514
  return e.target.value === ""
20037
21515
  ? setSearch(e.target.value)
20038
21516
  : setSearchText(e.target.value);
20039
- }, onSearch: setSearch, style: { width: 265 } }))))),
21517
+ }, onSearch: setSearch, style: { width: 265 } })),
21518
+ React.createElement("div", { className: "download-data-btn" },
21519
+ React.createElement("a", { onClick: downloadTransferData },
21520
+ React.createElement(icons.DownloadOutlined, { style: {
21521
+ color: "rgba(58, 53, 65, 0.3)",
21522
+ fontSize: "20px",
21523
+ } })))))),
20040
21524
  React.createElement(antd.Row, null,
20041
21525
  React.createElement(antd.Col, { span: 24 },
20042
21526
  React.createElement("div", { className: "programmeManagement-table-container" },
@@ -25300,6 +26784,9 @@ exports.getStatusTagType = getStatusTagType;
25300
26784
  exports.getTransferStageTagType = getTransferStageTagType;
25301
26785
  exports.isBase64 = isBase64;
25302
26786
  exports.landAreaUnitList = landAreaUnitList;
26787
+ exports.methodologyOptions = methodologyOptions;
26788
+ exports.mitigationSubTypeList = mitigationSubTypeList;
26789
+ exports.mitigationSubTypesListMapped = mitigationSubTypesListMapped;
25303
26790
  exports.mitigationTypeList = mitigationTypeList;
25304
26791
  exports.ndcActionTypeList = ndcActionTypeList;
25305
26792
  exports.sectorMitigationTypesListMapped = sectorMitigationTypesListMapped;