@undp/carbon-library 1.0.135-ghg-inventory.9.8 → 1.0.135-ghg-inventory.12.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. package/dist/cjs/index.js +4204 -910
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/types/Components/Common/AntComponents/antTableComponents.d.ts +21 -0
  4. package/dist/cjs/types/Components/Common/Models/programmeIssueForm.d.ts +2 -0
  5. package/dist/cjs/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +2 -0
  6. package/dist/cjs/types/Components/Common/TimelineBody/timelineBody.d.ts +3 -2
  7. package/dist/cjs/types/Components/Ndc/ndcDetailsComponent.d.ts +3 -0
  8. package/dist/cjs/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  9. package/dist/cjs/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
  10. package/dist/cjs/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
  11. package/dist/cjs/types/Components/index.d.ts +3 -0
  12. package/dist/cjs/types/Definitions/Definitions/ndcAction.definitions.d.ts +15 -0
  13. package/dist/cjs/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  14. package/dist/cjs/types/Definitions/Enums/enablementTypes.enum.d.ts +2 -3
  15. package/dist/cjs/types/Definitions/Enums/investment.enum.d.ts +4 -0
  16. package/dist/cjs/types/Definitions/Enums/mitigation.types.enum.d.ts +171 -1
  17. package/dist/cjs/types/Definitions/Enums/sector.enum.d.ts +4 -4
  18. package/dist/cjs/types/Definitions/Enums/typeOfMitigation.enum.d.ts +10 -1
  19. package/dist/cjs/types/Utils/documentsPermission.d.ts +1 -1
  20. package/dist/esm/index.js +4199 -913
  21. package/dist/esm/index.js.map +1 -1
  22. package/dist/esm/types/Components/Common/AntComponents/antTableComponents.d.ts +21 -0
  23. package/dist/esm/types/Components/Common/Models/programmeIssueForm.d.ts +2 -0
  24. package/dist/esm/types/Components/Common/NdcActionBody/ndcActionBody.d.ts +2 -0
  25. package/dist/esm/types/Components/Common/TimelineBody/timelineBody.d.ts +3 -2
  26. package/dist/esm/types/Components/Ndc/ndcDetailsComponent.d.ts +3 -0
  27. package/dist/esm/types/Components/RegistryDashboard/programmeRejectAndTransferComponent.d.ts +1 -0
  28. package/dist/esm/types/Components/Support/AddNewSupport/supportCreationComponent.d.ts +3 -0
  29. package/dist/esm/types/Components/Support/SupportManagement/supportManagementComponent.d.ts +4 -0
  30. package/dist/esm/types/Components/index.d.ts +3 -0
  31. package/dist/esm/types/Definitions/Definitions/ndcAction.definitions.d.ts +15 -0
  32. package/dist/esm/types/Definitions/Entities/programmeTransfer.d.ts +1 -0
  33. package/dist/esm/types/Definitions/Enums/enablementTypes.enum.d.ts +2 -3
  34. package/dist/esm/types/Definitions/Enums/investment.enum.d.ts +4 -0
  35. package/dist/esm/types/Definitions/Enums/mitigation.types.enum.d.ts +171 -1
  36. package/dist/esm/types/Definitions/Enums/sector.enum.d.ts +4 -4
  37. package/dist/esm/types/Definitions/Enums/typeOfMitigation.enum.d.ts +10 -1
  38. package/dist/esm/types/Utils/documentsPermission.d.ts +1 -1
  39. package/dist/index.d.ts +216 -7
  40. package/dist/locales/i18n/addCompany/en.json +38 -0
  41. package/dist/locales/i18n/addCompany/es.json +36 -0
  42. package/dist/locales/i18n/addCompany/fr.json +36 -0
  43. package/dist/locales/i18n/addProgramme/en.json +45 -0
  44. package/dist/locales/i18n/addUser/en.json +24 -0
  45. package/dist/locales/i18n/addUser/es.json +24 -0
  46. package/dist/locales/i18n/addUser/fr.json +24 -0
  47. package/dist/locales/i18n/coBenifits/en.json +39 -0
  48. package/dist/locales/i18n/common/en.json +22 -0
  49. package/dist/locales/i18n/common/es.json +21 -0
  50. package/dist/locales/i18n/common/fr.json +21 -0
  51. package/dist/locales/i18n/company/en.json +24 -0
  52. package/dist/locales/i18n/company/es.json +23 -0
  53. package/dist/locales/i18n/company/fr.json +23 -0
  54. package/dist/locales/i18n/companyProfile/en.json +45 -0
  55. package/dist/locales/i18n/companyProfile/es.json +42 -0
  56. package/dist/locales/i18n/companyProfile/fr.json +42 -0
  57. package/dist/locales/i18n/creditTransfer/en.json +34 -0
  58. package/dist/locales/i18n/creditTransfer/es.json +34 -0
  59. package/dist/locales/i18n/creditTransfer/fr.json +34 -0
  60. package/dist/locales/i18n/dashboard/en.json +94 -0
  61. package/dist/locales/i18n/dashboard/es.json +71 -0
  62. package/dist/locales/i18n/dashboard/fr.json +71 -0
  63. package/dist/locales/i18n/economic/en.json +35 -0
  64. package/dist/locales/i18n/environment/en.json +41 -0
  65. package/dist/locales/i18n/forgotPassword/en.json +9 -0
  66. package/dist/locales/i18n/forgotPassword/es.json +9 -0
  67. package/dist/locales/i18n/forgotPassword/fr.json +9 -0
  68. package/dist/locales/i18n/genderParity/en.json +14 -0
  69. package/dist/locales/i18n/homepage/en.json +33 -0
  70. package/dist/locales/i18n/homepage/es.json +30 -0
  71. package/dist/locales/i18n/homepage/fr.json +30 -0
  72. package/dist/locales/i18n/login/en.json +11 -0
  73. package/dist/locales/i18n/login/es.json +10 -0
  74. package/dist/locales/i18n/login/fr.json +10 -0
  75. package/dist/locales/i18n/mrvdashboard/en.json +29 -0
  76. package/dist/locales/i18n/mrvdashboard/es.json +0 -0
  77. package/dist/locales/i18n/mrvdashboard/fr.json +0 -0
  78. package/dist/locales/i18n/nav/en.json +15 -0
  79. package/dist/locales/i18n/nav/es.json +9 -0
  80. package/dist/locales/i18n/nav/fr.json +9 -0
  81. package/dist/locales/i18n/ndc/en.json +12 -0
  82. package/dist/locales/i18n/ndcAction/en.json +100 -0
  83. package/dist/locales/i18n/passwordReset/en.json +10 -0
  84. package/dist/locales/i18n/passwordReset/es.json +10 -0
  85. package/dist/locales/i18n/passwordReset/fr.json +10 -0
  86. package/dist/locales/i18n/programme/en.json +87 -0
  87. package/dist/locales/i18n/programme/es.json +17 -0
  88. package/dist/locales/i18n/programme/fr.json +17 -0
  89. package/dist/locales/i18n/resetPassword/en.json +8 -0
  90. package/dist/locales/i18n/resetPassword/es.json +8 -0
  91. package/dist/locales/i18n/resetPassword/fr.json +8 -0
  92. package/dist/locales/i18n/safeguards/en.json +73 -0
  93. package/dist/locales/i18n/social/en.json +41 -0
  94. package/dist/locales/i18n/user/en.json +16 -0
  95. package/dist/locales/i18n/user/es.json +16 -0
  96. package/dist/locales/i18n/user/fr.json +16 -0
  97. package/dist/locales/i18n/userProfile/en.json +34 -0
  98. package/dist/locales/i18n/userProfile/es.json +34 -0
  99. package/dist/locales/i18n/userProfile/fr.json +34 -0
  100. package/dist/locales/i18n/view/en.json +147 -0
  101. package/dist/locales/i18n/view/es.json +128 -0
  102. package/dist/locales/i18n/view/fr.json +128 -0
  103. package/package.json +4 -2
@@ -0,0 +1,21 @@
1
+ import React from "react";
2
+ interface Item {
3
+ key: string;
4
+ name: string;
5
+ age: string;
6
+ address: string;
7
+ }
8
+ interface EditableRowProps {
9
+ index: number;
10
+ }
11
+ export declare const EditableRow: React.FC<EditableRowProps>;
12
+ interface EditableCellProps {
13
+ title: React.ReactNode;
14
+ editable: boolean;
15
+ children: React.ReactNode;
16
+ dataIndex: keyof Item;
17
+ record: Item;
18
+ handleSave: (record: Item) => void;
19
+ }
20
+ export declare const EditableCell: React.FC<EditableCellProps>;
21
+ export {};
@@ -8,5 +8,7 @@ export interface ProgrammeIssueFormProps {
8
8
  subText: string;
9
9
  enableIssue: boolean;
10
10
  translator: any;
11
+ ndcActions?: any[];
11
12
  }
13
+ export declare const getValidNdcActions: (programme: any) => any[];
12
14
  export declare const ProgrammeIssueForm: FC<ProgrammeIssueFormProps>;
@@ -11,5 +11,7 @@ export interface NdcActionBodyProps {
11
11
  useConnection: any;
12
12
  translator: any;
13
13
  useUserContext: any;
14
+ onFinish?: any;
15
+ programme?: any;
14
16
  }
15
17
  export declare const NdcActionBody: FC<NdcActionBodyProps>;
@@ -1,9 +1,10 @@
1
- import { FC } from 'react';
2
- import './timelineBody.scss';
1
+ import { FC } from "react";
2
+ import "./timelineBody.scss";
3
3
  export interface TimelineBodyProps {
4
4
  text: string;
5
5
  remark?: string | null;
6
6
  via?: string | null;
7
7
  t: any;
8
8
  }
9
+ export declare const addNdcDesc: (props: any) => string;
9
10
  export declare const TimelineBody: FC<TimelineBodyProps>;
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ import "./ndcDetailsComponent.scss";
3
+ export declare const NdcDetailsComponent: (props: any) => React.JSX.Element;
@@ -7,5 +7,6 @@ export interface ProgrammeRejectAndTransferCardItemProps {
7
7
  updatedDate: any;
8
8
  loading: boolean;
9
9
  toolTipText: string;
10
+ t: any;
10
11
  }
11
12
  export declare const ProgrammeRejectAndTransferComponent: FC<ProgrammeRejectAndTransferCardItemProps>;
@@ -0,0 +1,3 @@
1
+ import "../supportComponent.scss";
2
+ import React from "react";
3
+ export declare const SupportCreationComponent: (props: any) => React.JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import "../supportComponent.scss";
3
+ import "../../../Styles/common.table.scss";
4
+ export declare const SupportManagementComponent: (props: any) => React.JSX.Element;
@@ -8,12 +8,15 @@ export * from "./User/UserProfile/userProfileComponent";
8
8
  export * from "./User/UserManagement/userManagementComponent";
9
9
  export * from "./Investment/AddNewInvestment/investmentCreationComponent";
10
10
  export * from "./Investment/InvestmentManagement/investmentManagementComponent";
11
+ export * from "./Support/AddNewSupport/supportCreationComponent";
12
+ export * from "./Support/SupportManagement/supportManagementComponent";
11
13
  export * from "./NdcActions/NdcActionManagement/ndcActionManagementComponent";
12
14
  export * from "./NdcActions/AddNdcAction/addNdcActionComponent";
13
15
  export * from "./NdcActions/NdcView/ndcActionViewComponent";
14
16
  export * from "./Transfers/creditTransfersComponent";
15
17
  export * from "./MrvDashboard/mrvDashboardViewComponent";
16
18
  export * from "./RegistryDashboard/registryDashboardViewComponent";
19
+ export * from "./Ndc/ndcDetailsComponent";
17
20
  export * from "./Common/Loading/loading";
18
21
  export * from "./Common/LegendItem/legendItem";
19
22
  export * from "./Common/Maps/mapComponent";
@@ -1,6 +1,7 @@
1
1
  import { BuildingType } from "@undp/carbon-credit-calculator";
2
2
  import { NdcActionTypes } from "../Enums/ndcActionTypes.enum";
3
3
  import { MitigationTypes } from "../Enums/mitigation.types.enum";
4
+ import { MitigationSubTypes } from "../Enums/mitigation.types.enum";
4
5
  import { NdcActionStatus } from "../Enums/ndcAction.status.enum";
5
6
  export interface AgricultureProperties {
6
7
  landArea: number;
@@ -19,6 +20,18 @@ export interface AdaptationProperties {
19
20
  ghgEmissionsReduced: any;
20
21
  ghgEmissionsAvoided: any;
21
22
  }
23
+ export interface CreditCalculationProperties {
24
+ typeOfMitigation?: MitigationTypes;
25
+ subTypeOfMitigation?: MitigationSubTypes;
26
+ energyGeneration?: number;
27
+ energyGenerationUnit?: string;
28
+ consumerGroup?: BuildingType;
29
+ landArea?: number;
30
+ landAreaUnit?: string;
31
+ numberOfDays?: number;
32
+ numberOfPeopleInHousehold?: number;
33
+ weight?: number;
34
+ }
22
35
  export interface CoBenefitsProperties {
23
36
  }
24
37
  export interface EnablementProperties {
@@ -36,8 +49,10 @@ export interface NdcAction {
36
49
  action: NdcActionTypes;
37
50
  methodology: string;
38
51
  typeOfMitigation: MitigationTypes;
52
+ subTypeOfMitigation: MitigationSubTypes;
39
53
  agricultureProperties?: AgricultureProperties;
40
54
  solarProperties?: SolarProperties;
55
+ creditCalculationProperties?: CreditCalculationProperties;
41
56
  adaptationProperties: AdaptationProperties;
42
57
  ndcFinancing?: NdcFinancing;
43
58
  monitoringReport?: string;
@@ -21,4 +21,5 @@ export declare class ProgrammeTransfer implements BaseEntity {
21
21
  createdTime?: number;
22
22
  retirementType?: RetireType;
23
23
  toCompanyMeta?: any;
24
+ omgePercentage?: any;
24
25
  }
@@ -1,8 +1,7 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
- InstitutionalArrangement = "Institutional Arrangement",
4
- StakeholderFramework = "Stakeholder Framework",
5
- TechnologyTransfer = "Technology Transfer"
3
+ TechnologyTransfer = "Technology Transfer",
4
+ Financial = "Financial"
6
5
  }
7
6
  export declare const enablementTypesAndValues: {
8
7
  type: string;
@@ -14,6 +14,10 @@ export declare enum InvestmentType {
14
14
  PUBLIC = "Public",
15
15
  PRIVATE = "Private"
16
16
  }
17
+ export declare enum InvestmentCreationType {
18
+ EXISTING = "Existing",
19
+ NEW = "New"
20
+ }
17
21
  export declare enum InvestmentStream {
18
22
  CLIMATE_FINANCE = "ClimateFinance",
19
23
  CARBON_MARKET = "CarbonMarket"
@@ -22,10 +22,180 @@ export declare enum MitigationTypes {
22
22
  N20 = "N20",
23
23
  SOLAR = "Solar",
24
24
  TRANSPORT = "Transport",
25
- WIND = "Wind"
25
+ WIND = "Wind",
26
+ CO2_USAGE = "CO2Usage",
27
+ TIDAL = "Tidal"
28
+ }
29
+ export declare enum MitigationSubTypes {
30
+ IRRIGATION = "Irrigation",
31
+ ENERGY_EFFICIENCY = "EnergyEfficiency",
32
+ ALTERNATIVE_FERTILISER = "AlternativeFertilisers",
33
+ NO_TILLAGE = "NoTillage",
34
+ SOIL_ENRICHMENT_BIOCHAR = "SoilEnrichmentBiochar",
35
+ RICE_CROPS = "RiceCrops",
36
+ BAGASSE_POWER = "BagassePower",
37
+ PALM_OIL_SOLID_WASTE = "Palm oil solid waste",
38
+ AGRICULTURAL_RESIDUES_OTHER_KINDS = "AgriculturalResiduesOtherKinds",
39
+ AGRICULTURAL_RESIDUES_RICE_HUSK = "AgriculturalResiduesRiceHusk",
40
+ AGRICULTURAL_RESIDUES_MUSTARD_CROP = "AgriculturalResiduesMustardCrop",
41
+ AGRICULTURAL_RESIDUES_POULTRY_LITTER = "AgriculturalResiduesPoultryLitter",
42
+ BLACK_LIQUOR = "BlackLiquor",
43
+ FOREST_RESIDUES_SAWMILL_WASTE = "ForestResiduesSawmillWaste",
44
+ FOREST_RESIDUES_OTHER = "ForestResiduesOther",
45
+ FOREST_BIOMASS = "ForestBiomass",
46
+ INDUSTRIAL_WASTE = "IndustrialWaste",
47
+ GASIFICATION_OF_BIOMASS = "GasificationOfBiomass",
48
+ SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_BIOGAS = "SwitchFromFossilFuelToPipedBiogas",
49
+ BIOMASS_BRIQUETTES_OR_PELLETS = "BiomassBriquettesOrPellets",
50
+ BIODIESEL = "Biodiesel",
51
+ BIODIESEL_FROM_WASTE_OIL = "BiodieselFromWasteOil",
52
+ ETHANOL = "Ethanol",
53
+ CLINKER_REPLACEMENT = "ClinkerReplacement",
54
+ COAL_MINE_METHANE = "CoalMineMethane",
55
+ COAL_BED_METHANE = "CoalBedMethane",
56
+ CMM_VENTILATION_AIR_METHANE = "CMMVentilationAirMethane",
57
+ VENTILATION_AIR_METHANE = "VentilationAirMethane",
58
+ LIGHTING = "Lighting",
59
+ SOLAR_LAMPS = "SolarLamps",
60
+ STOVES = "Stoves",
61
+ STOVES_SCHOOL_IN_GHANA = "StovesSchoolInGhana",
62
+ STOVES_HOUSES_IN_NAMIBIA = "StovesHousesInNamibia",
63
+ LIGHTING_INSULATION_SOLAR = "LightingInsulationSolar",
64
+ APPLIANCES = "Appliances",
65
+ CHEMICALS = "Chemicals",
66
+ PETROCHEMICALS = "Petrochemicals",
67
+ PAPER = "Paper",
68
+ CEMENT = "Cement",
69
+ IRON_STEEL = "IronSteel",
70
+ MACHINERY = "Machinery",
71
+ TEXTILES = "Textiles",
72
+ ELECTRONICS = "Electronics",
73
+ FOOD = "Food",
74
+ BUILDING_MATERIALS = "BuildingMaterials",
75
+ GLASS = "Glass",
76
+ NON_FERROUS_METALS = "NonFerrousMetals",
77
+ COKE_OVEN = "CokeOven",
78
+ Mining = "Mining",
79
+ CONSTRUCTION = "Construction",
80
+ METAL_PRODUCTS = "MetalProducts",
81
+ WOOD = "Wood",
82
+ RECYCLING = "Recycling",
83
+ CHEMICALS_HEAT = "ChemicalsHeat",
84
+ PETROCHEMICALS_HEAT = "PetrochemicalsHeat",
85
+ CARBON_BLACK_GAS = "CarbonBlackGas",
86
+ CEMENT_HEAT = "CementHeat",
87
+ IRON_STEEL_HEAT = "IronSteelHeat",
88
+ BUILDING_MATERIALS_HEAT = "BuildingMaterialsHeat",
89
+ GLASS_HEAT = "GlassHeat",
90
+ NON_FERROUS_METALS_HEAT = "NonFerrousMetalsHeat",
91
+ COKE_OVEN_GAS = "CokeOvenGas",
92
+ HVAC_LIGHTING = "HvacLighting",
93
+ AIR_CONDITIONING = "AirConditioning",
94
+ EE_NEW_BUILDINGS = "EeNewBuildings",
95
+ STREET_LIGHTING = "StreetLighting",
96
+ LIGHTING_IN_SERVICE = "LightingInService",
97
+ WATER_PUMPING = "WaterPumping",
98
+ WATER_PURIFICATION = "WaterPurification",
99
+ EE_PUBLIC_STOVES = "EePublicStoves",
100
+ EE_PUBLIC_BUILDINGS = "EePublicBuildings",
101
+ EE_COMMERCIAL_BUILDINGS = "EeCommercialBuildings",
102
+ SINGLE_CYCLE_TO_COMBINED_CYCLE = "SingleCycleToCombinedCycle",
103
+ COGENERATION = "Cogeneration",
104
+ CO_FIRING_WITH_BIOMASS = "CoFiringWithBiomass",
105
+ HIGHER_EFFICIENCY_COAL_POWER = "HigherEfficiencyCoalPower",
106
+ HIGHER_EFFICIENCY_OIL_POWER = "HigherEfficiencyOilPower",
107
+ HIGHER_EFFICIENCY_USING_WASTE_HEAT = "HigherEfficiencyUsingWasteHeat",
108
+ POWER_PLANT_REHABILITATION = "PowerPlantRehabilitation",
109
+ HIGHER_EFFICIENCY_STEAM_BOILER = "HigherEfficiencySteamBoiler",
110
+ DISTRICT_HEATING = "DistrictHeating",
111
+ REPLACEMENT_OF_DISTRICT_HEATING_BOILERS = "ReplacementOfDistrictHeatingBoilers",
112
+ CONNECTION_OF_ISOLATED_GRID = "ConnectionOfIsolatedGrid",
113
+ DISTRICT_COOLING = "DistrictCooling",
114
+ EFFICIENT_ELECTRICITY_DISTRIBUTION = "EfficientElectricityDistribution",
115
+ AFFORESTATION = "Afforestation",
116
+ MANGROVES = "Mangroves",
117
+ AGROFORESTRY = "Agroforestry",
118
+ REFORESTATION = "Reforestation",
119
+ COAL_TO_NATURAL_GAS = "CoalToNaturalGas",
120
+ COAL_TO_OIL = "CoalToOil",
121
+ LIGNITE_TO_NATURAL_GAS = "LigniteToNaturalGas",
122
+ NEW_NATURAL_GAS_PLANT = "NewNaturalGasPlant",
123
+ NEW_NATURAL_GAS_PLANT_USING_LNG = "NewNaturalGasPlantUsingLng",
124
+ OIL_TO_ELECTRICITY = "OilToElectricity",
125
+ OIL_TO_LPG = "OilToLpg",
126
+ OIL_TO_NATURAL_GAS = "OilToNaturalGas",
127
+ OIL_FIELD_FLARING_REDUCTION = "OilFieldFlaringReduction",
128
+ OIL_AND_GAS_PROCESSING_FLARING = "OilAndGasProcessingFlaring",
129
+ NATURAL_GAS_PIPELINES = "NaturalGasPipelines",
130
+ NON_HYDROCARBON_MINING = "NonHydrocarbonMining",
131
+ SPONTANEOUSLY_IGNITION_OF_COAL_PILES = "SpontaneouslyIgnitionOfCoalPiles",
132
+ CHARCOAL_PRODUCTION = "CharcoalProduction",
133
+ GEOTHERMAL_ELECTRICITY = "GeothermalElectricity",
134
+ GEOTHERMAL_HEATING = "GeothermalHeating",
135
+ HFC23 = "Hfc23",
136
+ HFC134A = "Hfc134A",
137
+ PFCS = "Pfcs",
138
+ SF6 = "Sf6",
139
+ RUN_OF_RIVER = "RunOfRiver",
140
+ EXISTING_DAM = "ExistingDam",
141
+ HIGHER_EFFICIENCY_HYDRO_POWER = "HigherEfficiencyHydroPower",
142
+ NEW_DAM = "NewDam",
143
+ LANDFILL_FLARING = "LandfillFlaring",
144
+ LANDFILL_POWER = "LandfillPower",
145
+ COMBUSTION_OF_MSW = "CombustionOfMsw",
146
+ GASIFICATION_OF_MSW = "GasificationOfMsw",
147
+ BIOGAS_FROM_MSW = "BiogasFromMsw",
148
+ LANDFILL_AERATION = "LandfillAeration",
149
+ INTEGRATED_SOLID_WASTE_MANAGEMENT = "IntegratedSolidWasteManagement",
150
+ SWITCH_FROM_FOSSIL_FUEL_TO_PIPED_LANDFILL_GAS = "SwitchFromFossilFuelToPipedLandfillGas",
151
+ LANDFILL_COMPOSTING = "LandfillComposting",
152
+ MANURE = "Manure",
153
+ DOMESTIC_MANURE = "DomesticManure",
154
+ WASTE_WATER = "WasteWater",
155
+ INDUSTRIAL_SOLID_WASTE = "IndustrialSolidWaste",
156
+ PALM_OIL_WASTE = "PalmOilWaste",
157
+ AEROBIC_TREATMENT_OF_WASTE_WATER = "AerobicTreatmentOfWasteWater",
158
+ COMPOSTING = "Composting",
159
+ ADIPIC_ACID = "AdipicAcid",
160
+ NITRIC_ACID = "NitricAcid",
161
+ CAPROLACTAM = "Caprolactam",
162
+ SOLAR_PHOTOVOLTAICS_PV = "SolarPhotovoltaicsPV",
163
+ SOLAR_WATER_PUMPING_OFF_GRID = "SolarWaterPumpingOffGrid",
164
+ SOLAR_WATER_PUMPING_ON_GRID = "SolarWaterPumpingOnGrid",
165
+ SOLAR_PV_WATER_DISINFECTION = "SolarPVWaterDisinfection",
166
+ SOLAR_THERMAL_POWER = "SolarThermalPower",
167
+ SOLAR_THERMAL_HEAT = "SolarThermalHeat",
168
+ SOLAR_WATER_HEATING = "SolarWaterHeating",
169
+ SOLAR_COOKING = "SolarCooking",
170
+ BUS_RAPID_TRANSIT = "BusRapidTransit",
171
+ BUS_RAPID_TRANSIT_GREEN_HYDROGEN = "BusRapidTransitGreenHydrogen",
172
+ MOTORBIKES = "Motorbikes",
173
+ MODE_SHIFT_ROAD_TO_RAIL = "ModeShiftRoadToRail",
174
+ MORE_EFFICIENT_TRAIN_SYSTEM = "MoreEfficientTrainSystem",
175
+ MORE_EFFICIENT_VEHICLES = "MoreEfficientVehicles",
176
+ RAIL_REGENERATIVE_BRAKING = "RailRegenerativeBraking",
177
+ RAIL_GREEN_HYDROGEN = "RailGreenHydrogen",
178
+ RAIL_EFFICIENT_OPERATION = "RailEfficientOperation",
179
+ METRO_EFFICIENT_OPERATION = "MetroEfficientOperation",
180
+ CARS_GREEN_HYDROGEN = "CarsGreenHydrogen",
181
+ CARS_EFFICIENT_OPERATION = "CarsEfficientOperation",
182
+ SCRAPPING_OLD_VEHICLES = "ScrappingOldVehicles",
183
+ BIODIESEL_FOR_TRANSPORT = "BiodieselForTransport",
184
+ CABLE_CARS = "CableCars",
185
+ WIND = "Wind",
186
+ OFFSHORE_WIND = "OffshoreWind",
187
+ CO2_RECYCLING = "CO2Recycling",
188
+ CO2_REPLACEMENT = "CO2Replacement",
189
+ TIDAL = "Tidal"
26
190
  }
27
191
  export declare const mitigationTypeList: {
28
192
  value: string;
29
193
  label: string;
30
194
  }[];
31
195
  export declare const sectorMitigationTypesListMapped: any;
196
+ export declare const mitigationSubTypeList: {
197
+ label: string;
198
+ value: string;
199
+ }[];
200
+ export declare const mitigationSubTypesListMapped: any;
201
+ export declare const methodologyOptions: string[];
@@ -18,10 +18,10 @@ export declare enum EmissionSector {
18
18
  'other' = "Other"
19
19
  }
20
20
  export declare enum EmissionGas {
21
- 'CO2' = "CO<sub>2</sub>",
22
- 'CH4' = "CH<sub>4</sub>",
23
- 'N2O' = "N<sub>2</sub>O",
24
- 'CO2eq' = "CO<sub>2</sub>-eq"
21
+ 'co2' = "CO<sub>2</sub>",
22
+ 'ch4' = "CH<sub>4</sub>",
23
+ 'n2o' = "N<sub>2</sub>O",
24
+ 'co2eq' = "CO<sub>2</sub>-eq"
25
25
  }
26
26
  export declare enum EmissionSubSectors {
27
27
  fuelCombustionActivities = "Fuel Combustion Activities",
@@ -1,4 +1,13 @@
1
1
  export declare enum TypeOfMitigation {
2
2
  AGRICULTURE = "Agriculture",
3
- SOLAR = "Solar"
3
+ SOLAR = "Solar",
4
+ EE_HOUSEHOLDS = "EEHouseholds"
5
+ }
6
+ export declare enum SubTypeOfMitigation {
7
+ SOIL_ENRICHMENT_BIOCHAR = "SoilEnrichmentBiochar",
8
+ RICE_CROPS = "RiceCrops",
9
+ SOLAR_PHOTOVOLTAICS_PV = "SolarPhotovoltaicsPV",
10
+ SOLAR_WATER_PUMPING_OFF_GRID = "SolarWaterPumpingOffGrid",
11
+ SOLAR_WATER_PUMPING_ON_GRID = "SolarWaterPumpingOnGrid",
12
+ STOVES_HOUSES_IN_NAMIBIA = "StovesHousesInNamibia"
4
13
  }
@@ -1,3 +1,3 @@
1
1
  import { DocType, DocumentStatus } from "../Definitions";
2
2
  export declare const linkDocVisible: (docStatus: DocumentStatus) => boolean;
3
- export declare const uploadDocUserPermission: (userInfoState: any, docType: DocType, programmeOwnerId: any[], ministryLevelPermission?: boolean, programmeStatus?: any) => boolean;
3
+ export declare const uploadDocUserPermission: (userInfoState: any, docType: DocType, programmeOwnerId: any[], ministryLevelPermission?: boolean) => boolean;