@undp/carbon-library 1.0.135-ghg-inventory.12.19 → 1.0.135-ghg-inventory.12.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,3 +14,4 @@ export declare const emissionCsvFieldMap: any;
14
14
  export declare const projectionsCsvFieldMap: any;
15
15
  export declare const totalEmissionFields: string[];
16
16
  export declare const totalProjectionFields: string[];
17
+ export declare const excelFields: string[];
@@ -47,17 +47,20 @@
47
47
  "totalCo2WithLand": "Total CO2 equivalent emissions with land use, land-use change and forestry",
48
48
  "upload": "Upload",
49
49
  "emissionRemovalDocument" : "Emissions & Removals Document",
50
- "emissionCreationSuccess" : "The changes to the form has been submitted successfully",
51
- "emissionUpdateSuccess" : "The changes to the form has been submitted successfully",
50
+ "emissionCreationSuccess" : "The changes to the form have been submitted successfully",
51
+ "emissionUpdateSuccess" : "The changes to the form have been submitted successfully",
52
52
  "emissionFinalizedSuccess" : "The form has been finalised successfully",
53
- "projectionCreationSuccess" : "The changes to the form has been submitted successfully",
54
- "projectionUpdateSuccess" : "The changes to the form has been submitted successfully",
53
+ "projectionCreationSuccess" : "The changes to the form have been submitted successfully",
54
+ "projectionUpdateSuccess" : "The changes to the form have been submitted successfully",
55
55
  "projectionFinalizedSuccess" : "The form has been finalised successfully",
56
56
  "invalidFileType" : "Only XLSX and XLS files are allowed",
57
57
  "invalidDataInExcel" : "Incorrect data format",
58
58
  "discardHeaderText" : "Are you sure you want to cancel this edit?",
59
59
  "formNotChanged" : "No changes have been done to the form",
60
- "formCancelledSuccess" : "The changes to the form has been cancelled successfully",
60
+ "cannotFinaliseEmpty" : "An empty form cannot be finalised",
61
+ "negativeValuesNotAllowed" : "Negative values are not allowed",
62
+ "invalidDataType": "Invalid data type",
63
+ "formCancelledSuccess" : "The changes to the form have been cancelled successfully",
61
64
  "submitModelHeader" : "Are you sure you want to submit this edit?",
62
65
  "finalizeModelHeader" : "Are you sure you want to finalise this form? This action cannot be undone.",
63
66
  "emissionsBySectorTitle": "GHG Emissions: Sector",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.135-ghg-inventory.12.19",
3
+ "version": "1.0.135-ghg-inventory.12.20",
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": {