@undp/carbon-library 1.0.27 → 1.0.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  export declare enum CompanyManagementColumns {
2
- logo = 0,
3
- name = 1,
4
- taxId = 2,
5
- companyRole = 3,
6
- programmeCount = 4,
7
- creditBalance = 5
2
+ logo = "logo",
3
+ name = "name",
4
+ taxId = "taxId",
5
+ companyRole = "companyRole",
6
+ programmeCount = "programmeCount",
7
+ creditBalance = "creditBalance"
8
8
  }
@@ -1,13 +1,13 @@
1
1
  export declare enum ProgrammeManagementColumns {
2
- title = 0,
3
- company = 1,
4
- sector = 2,
5
- currentStage = 3,
6
- creditIssued = 4,
7
- creditBalance = 5,
8
- creditTransferred = 6,
9
- certifierId = 7,
10
- serialNo = 8,
11
- emissionReductionExpected = 9,
12
- emissionReductionAchieved = 10
2
+ title = "title",
3
+ company = "company",
4
+ sector = "sector",
5
+ currentStage = "currentStage",
6
+ creditIssued = "creditIssued",
7
+ creditBalance = "creditBalance",
8
+ creditTransferred = "creditTransferred",
9
+ certifierId = "certifierId",
10
+ serialNo = "serialNo",
11
+ emissionReductionExpected = "emissionReductionExpected",
12
+ emissionReductionAchieved = "emissionReductionAchieved"
13
13
  }
@@ -1,10 +1,10 @@
1
1
  export declare enum UserManagementColumns {
2
- logo = 0,
3
- name = 1,
4
- email = 2,
5
- phoneNo = 3,
6
- company = 4,
7
- companyRole = 5,
8
- role = 6,
9
- actions = 7
2
+ logo = "logo",
3
+ name = "name",
4
+ email = "email",
5
+ phoneNo = "phoneNo",
6
+ company = "company",
7
+ companyRole = "companyRole",
8
+ role = "role",
9
+ actions = "actions"
10
10
  }
package/dist/index.d.ts CHANGED
@@ -89,37 +89,37 @@ interface RoleIconProps {
89
89
  declare const RoleIcon: FC<RoleIconProps>;
90
90
 
91
91
  declare enum CompanyManagementColumns {
92
- logo = 0,
93
- name = 1,
94
- taxId = 2,
95
- companyRole = 3,
96
- programmeCount = 4,
97
- creditBalance = 5
92
+ logo = "logo",
93
+ name = "name",
94
+ taxId = "taxId",
95
+ companyRole = "companyRole",
96
+ programmeCount = "programmeCount",
97
+ creditBalance = "creditBalance"
98
98
  }
99
99
 
100
100
  declare enum UserManagementColumns {
101
- logo = 0,
102
- name = 1,
103
- email = 2,
104
- phoneNo = 3,
105
- company = 4,
106
- companyRole = 5,
107
- role = 6,
108
- actions = 7
101
+ logo = "logo",
102
+ name = "name",
103
+ email = "email",
104
+ phoneNo = "phoneNo",
105
+ company = "company",
106
+ companyRole = "companyRole",
107
+ role = "role",
108
+ actions = "actions"
109
109
  }
110
110
 
111
111
  declare enum ProgrammeManagementColumns {
112
- title = 0,
113
- company = 1,
114
- sector = 2,
115
- currentStage = 3,
116
- creditIssued = 4,
117
- creditBalance = 5,
118
- creditTransferred = 6,
119
- certifierId = 7,
120
- serialNo = 8,
121
- emissionReductionExpected = 9,
122
- emissionReductionAchieved = 10
112
+ title = "title",
113
+ company = "company",
114
+ sector = "sector",
115
+ currentStage = "currentStage",
116
+ creditIssued = "creditIssued",
117
+ creditBalance = "creditBalance",
118
+ creditTransferred = "creditTransferred",
119
+ certifierId = "certifierId",
120
+ serialNo = "serialNo",
121
+ emissionReductionExpected = "emissionReductionExpected",
122
+ emissionReductionAchieved = "emissionReductionAchieved"
123
123
  }
124
124
 
125
125
  interface LoginProps {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
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": {