@undp/carbon-library 1.0.274-CARBON-404.6 → 1.0.274-CARBON-419.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +580 -243
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Definitions/programme.definitions.d.ts +1 -0
- package/dist/cjs/types/Definitions/Enums/govDep.enum.d.ts +0 -2
- package/dist/esm/index.js +580 -243
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Definitions/programme.definitions.d.ts +1 -0
- package/dist/esm/types/Definitions/Enums/govDep.enum.d.ts +0 -2
- package/dist/index.d.ts +1 -2
- package/dist/locales/i18n/addProgramme/en.json +4 -0
- package/package.json +1 -1
|
@@ -74,7 +74,6 @@ export declare enum GovDepartment {
|
|
|
74
74
|
"Electricity Regulatory Commission" = "72",
|
|
75
75
|
"Content Monitoring and Development Board" = "73",
|
|
76
76
|
"National Petroleum Corporation" = "74",
|
|
77
|
-
"Nuclear Regulatory Authority Science & Technology" = "75",
|
|
78
77
|
"Petroleum Product Pricing Regulatory Agency" = "76",
|
|
79
78
|
"Power Holding Company (defunct)" = "77",
|
|
80
79
|
"Rural Electrification Agency" = "78",
|
|
@@ -106,7 +105,6 @@ export declare enum GovDepartment {
|
|
|
106
105
|
"Broadcasting Organisation" = "104",
|
|
107
106
|
"News Agency" = "105",
|
|
108
107
|
"Press Council" = "106",
|
|
109
|
-
"Television Authority Media" = "107",
|
|
110
108
|
"Agency For Science and Engineering Infrastructure" = "108",
|
|
111
109
|
"Biotechnology Development Agency" = "109",
|
|
112
110
|
"Centre for Remote Sensing" = "110",
|
package/dist/index.d.ts
CHANGED
|
@@ -304,6 +304,7 @@ interface Programme {
|
|
|
304
304
|
geographicalLocationCordintes: any;
|
|
305
305
|
mitigationActions: any;
|
|
306
306
|
environmentalAssessmentRegistrationNo: any;
|
|
307
|
+
article6trade: boolean;
|
|
307
308
|
}
|
|
308
309
|
interface ProgrammeR extends Programme {
|
|
309
310
|
currentStage: ProgrammeStageR;
|
|
@@ -1007,7 +1008,6 @@ declare enum GovDepartment {
|
|
|
1007
1008
|
"Electricity Regulatory Commission" = "72",
|
|
1008
1009
|
"Content Monitoring and Development Board" = "73",
|
|
1009
1010
|
"National Petroleum Corporation" = "74",
|
|
1010
|
-
"Nuclear Regulatory Authority Science & Technology" = "75",
|
|
1011
1011
|
"Petroleum Product Pricing Regulatory Agency" = "76",
|
|
1012
1012
|
"Power Holding Company (defunct)" = "77",
|
|
1013
1013
|
"Rural Electrification Agency" = "78",
|
|
@@ -1039,7 +1039,6 @@ declare enum GovDepartment {
|
|
|
1039
1039
|
"Broadcasting Organisation" = "104",
|
|
1040
1040
|
"News Agency" = "105",
|
|
1041
1041
|
"Press Council" = "106",
|
|
1042
|
-
"Television Authority Media" = "107",
|
|
1043
1042
|
"Agency For Science and Engineering Infrastructure" = "108",
|
|
1044
1043
|
"Biotechnology Development Agency" = "109",
|
|
1045
1044
|
"Centre for Remote Sensing" = "110",
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"addProgramme2": "Project Financing Sought",
|
|
6
6
|
"addProgramme3": "Activity Details",
|
|
7
7
|
"addProgramme4": "Co-Benefits",
|
|
8
|
+
"article6trading": "Article 6 Trading",
|
|
9
|
+
"governmentDepartment": "Government Department",
|
|
10
|
+
"ownership": "Ownership",
|
|
11
|
+
"creditReduction":"Estimated Reductions",
|
|
8
12
|
"inNDC": "Included in NDC",
|
|
9
13
|
"inNDCToolTip": "Nationally Determined Contributions (NDC)",
|
|
10
14
|
"inNAP": "Included in NAP",
|
package/package.json
CHANGED