@undp/carbon-library 1.0.26 → 1.0.28
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 +29 -29
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Definitions/Enums/company.management.columns.enum.d.ts +6 -6
- package/dist/cjs/types/Definitions/Enums/programme.management.columns.enum.d.ts +11 -11
- package/dist/cjs/types/Definitions/Enums/user.management.columns.enum.d.ts +8 -8
- package/dist/esm/index.js +29 -29
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Definitions/Enums/company.management.columns.enum.d.ts +6 -6
- package/dist/esm/types/Definitions/Enums/programme.management.columns.enum.d.ts +11 -11
- package/dist/esm/types/Definitions/Enums/user.management.columns.enum.d.ts +8 -8
- package/dist/index.d.ts +25 -25
- package/package.json +1 -1
@@ -1,8 +1,8 @@
|
|
1
1
|
export declare enum CompanyManagementColumns {
|
2
|
-
logo =
|
3
|
-
name =
|
4
|
-
taxId =
|
5
|
-
companyRole =
|
6
|
-
programmeCount =
|
7
|
-
creditBalance =
|
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 =
|
3
|
-
company =
|
4
|
-
sector =
|
5
|
-
currentStage =
|
6
|
-
creditIssued =
|
7
|
-
creditBalance =
|
8
|
-
creditTransferred =
|
9
|
-
certifierId =
|
10
|
-
serialNo =
|
11
|
-
emissionReductionExpected =
|
12
|
-
emissionReductionAchieved =
|
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 =
|
3
|
-
name =
|
4
|
-
email =
|
5
|
-
phoneNo =
|
6
|
-
company =
|
7
|
-
companyRole =
|
8
|
-
role =
|
9
|
-
actions =
|
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 =
|
93
|
-
name =
|
94
|
-
taxId =
|
95
|
-
companyRole =
|
96
|
-
programmeCount =
|
97
|
-
creditBalance =
|
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 =
|
102
|
-
name =
|
103
|
-
email =
|
104
|
-
phoneNo =
|
105
|
-
company =
|
106
|
-
companyRole =
|
107
|
-
role =
|
108
|
-
actions =
|
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 =
|
113
|
-
company =
|
114
|
-
sector =
|
115
|
-
currentStage =
|
116
|
-
creditIssued =
|
117
|
-
creditBalance =
|
118
|
-
creditTransferred =
|
119
|
-
certifierId =
|
120
|
-
serialNo =
|
121
|
-
emissionReductionExpected =
|
122
|
-
emissionReductionAchieved =
|
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 {
|