@undp/carbon-library 1.0.263-CARBON-267.1 → 1.0.263-CARBON-390.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -67,7 +67,7 @@ export declare const getChartOptions: (labels: string[], colors: string[]) => {
67
67
  offsetX: number;
68
68
  offsetY: number;
69
69
  labels: {
70
- colors: string;
70
+ colors: string[];
71
71
  useSeriesColors: boolean;
72
72
  };
73
73
  markers: {
@@ -1,7 +1,8 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "Financial"
4
+ Financial = "Financial",
5
+ EnhancedTransparency = "Enhanced Transparency"
5
6
  }
6
7
  export declare const enablementTypesAndValues: {
7
8
  type: string;
@@ -3,7 +3,7 @@
3
3
  "ndcSubTitle": "NDC Actions in the System",
4
4
  "ndcColumnsStartDate": "Start Date",
5
5
  "ndcColumnsEndDate": "End Date",
6
- "ndcColumnsNationalPlanObj": "National Plan Objective",
6
+ "ndcColumnsNationalPlanObj": "Programmes",
7
7
  "ndcColumnsKpi": "KPI",
8
8
  "rangeAlreadyExists": "Selected Range Already exists",
9
9
  "addNdcAction": "+ Add NDC Action",
@@ -100,11 +100,12 @@
100
100
  "tlCertify": "Certified",
101
101
  "tlCertifyDesc": "The project was certified by {}",
102
102
  "tlRetire": "Credits Retired",
103
- "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} by {}",
103
+ "tlRetireDesc": "{} {} credits of this project were retired from {} {}as {} {}by {}",
104
104
  "tlFrozen": "Credits Frozen",
105
105
  "tlFrozenDesc": "{} {} credits were frozen due to the deactivation of {} by {}",
106
106
  "tlRetInit": "Retirement Initiated",
107
- "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} was initiated by {}",
107
+ "tlRetInitDesc": "Retirement of {} {} credits of this project from {} {}as {} {}was initiated by {}",
108
+ "t1RetInitOmgeDesc":"and {} ITMO credits as Overall Mitigation in Global Emissions ",
108
109
  "tlRetRejectTitle": "Retirement Not Recognised",
109
110
  "tlTxRetRejectDesc": "The request to transfer {} {} credits from {} to {} was not recognised by {}",
110
111
  "tlRetCancelTitle": "Retire request cancelled",
@@ -143,5 +144,8 @@
143
144
  "environmentalAssessmentRegistrationNo": "Environmental Assessment Registration Number",
144
145
  "methodology": "Methodology",
145
146
  "verificationEl": "Verification",
146
- "monitoringEl": "Monitoring"
147
+ "monitoringEl": "Monitoring",
148
+ "govInternationalAcc":"Government International Account",
149
+ "omgeAcc":"OMGE Account",
150
+ "omgeDesc":"Overall Mitigation in Global Emissins (OMGE)"
147
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.263-CARBON-267.1",
3
+ "version": "1.0.263-CARBON-390.2",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {