@undp/carbon-library 1.0.274-CARBON-363.56 → 1.0.274-CARBON-404.6
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 +1053 -847
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/Components/Common/AntComponents/antTableComponents.d.ts +6 -9
- package/dist/cjs/types/Definitions/Enums/govDep.enum.d.ts +161 -0
- package/dist/cjs/types/Definitions/Enums/ministry.enum.d.ts +17 -0
- package/dist/cjs/types/Definitions/index.d.ts +2 -0
- package/dist/esm/index.js +1056 -850
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/Components/Common/AntComponents/antTableComponents.d.ts +6 -9
- package/dist/esm/types/Definitions/Enums/govDep.enum.d.ts +161 -0
- package/dist/esm/types/Definitions/Enums/ministry.enum.d.ts +17 -0
- package/dist/esm/types/Definitions/index.d.ts +2 -0
- package/dist/index.d.ts +181 -1
- package/dist/locales/i18n/companyProfile/en.json +2 -0
- package/dist/locales/i18n/ndc/en.json +3 -28
- package/package.json +1 -1
- package/dist/cjs/types/Definitions/Definitions/ndcDetails.definitions.d.ts +0 -42
- package/dist/esm/types/Definitions/Definitions/ndcDetails.definitions.d.ts +0 -42
@@ -9,16 +9,13 @@ interface EditableRowProps {
|
|
9
9
|
index: number;
|
10
10
|
}
|
11
11
|
export declare const EditableRow: React.FC<EditableRowProps>;
|
12
|
-
interface EditableCellProps
|
13
|
-
|
14
|
-
|
15
|
-
title: any;
|
16
|
-
inputType: "number" | "text";
|
17
|
-
record: Item;
|
18
|
-
index: number;
|
12
|
+
interface EditableCellProps {
|
13
|
+
title: React.ReactNode;
|
14
|
+
editable: boolean;
|
19
15
|
children: React.ReactNode;
|
20
|
-
|
21
|
-
|
16
|
+
dataIndex: keyof Item;
|
17
|
+
record: Item;
|
18
|
+
handleSave: (record: Item) => void;
|
22
19
|
}
|
23
20
|
export declare const EditableCell: React.FC<EditableCellProps>;
|
24
21
|
export {};
|
@@ -0,0 +1,161 @@
|
|
1
|
+
export declare enum GovDepartment {
|
2
|
+
"Cocoa Research Institute" = "1",
|
3
|
+
"National Agricultural Extension, Research and Liaison Services" = "2",
|
4
|
+
"National Veterinary Research Institute" = "3",
|
5
|
+
"Agricultural Insurance Corporation" = "4",
|
6
|
+
"National Root Crops Research Institute" = "5",
|
7
|
+
"Agricultural Research Council" = "6",
|
8
|
+
"Institute for Oceanography and Marine Research" = "7",
|
9
|
+
"Institute for Oil Palm Research" = "8",
|
10
|
+
"Agricultural Quarantine Service" = "9",
|
11
|
+
"National Horticultural Research Institute" = "10",
|
12
|
+
"Federal Airports Authority" = "11",
|
13
|
+
"Airspace Management Agency" = "12",
|
14
|
+
"Civil Aviation Authority" = "13",
|
15
|
+
"Safety Investigation Bureau" = "14",
|
16
|
+
"Meteorological Agency" = "15",
|
17
|
+
"College of Aviation Technology" = "16",
|
18
|
+
"National Information Technology Development Agency" = "17",
|
19
|
+
"Satellite Limited" = "18",
|
20
|
+
"Broadcasting Commission" = "19",
|
21
|
+
"Commission" = "20",
|
22
|
+
"Postal Service" = "21",
|
23
|
+
"National Frequency Management Council" = "22",
|
24
|
+
"Television Authority" = "23",
|
25
|
+
"Galaxy Backbone" = "24",
|
26
|
+
"Asset Management Corporation" = "25",
|
27
|
+
"Social Security Administration" = "26",
|
28
|
+
"Budget Office of the Federation" = "27",
|
29
|
+
"Bureau of Public Enterprises" = "28",
|
30
|
+
"Bureau of Public Procurement" = "29",
|
31
|
+
"Central Bank" = "30",
|
32
|
+
"Corporate Affairs Commission" = "31",
|
33
|
+
"Debt Management Office" = "32",
|
34
|
+
"Inland Revenue Service" = "33",
|
35
|
+
"Mortgage Bank" = "34",
|
36
|
+
"Fiscal Responsibility Commission" = "35",
|
37
|
+
"Infrastructure Concession Regulatory Commission" = "36",
|
38
|
+
"National Bureau of Statistics" = "37",
|
39
|
+
"National Council on Privatisation" = "38",
|
40
|
+
"National Insurance Commission" = "39",
|
41
|
+
"National Pension Commission" = "40",
|
42
|
+
"National Planning Commission" = "41",
|
43
|
+
"National Sugar Development Council" = "42",
|
44
|
+
"Niger Delta Development Commission" = "43",
|
45
|
+
"Customs Service" = "44",
|
46
|
+
"Deposit Insurance Corporation" = "45",
|
47
|
+
"Investment Promotion Commission" = "46",
|
48
|
+
"Export - Import Bank" = "47",
|
49
|
+
"Export Promotion Council" = "48",
|
50
|
+
"Oil and Gas Free Zones Authority" = "49",
|
51
|
+
"Export Processing Zones Authority" = "50",
|
52
|
+
"Revenue Mobilisation Allocation and Fiscal Commission" = "51",
|
53
|
+
"Securities and Exchange Commission" = "52",
|
54
|
+
"Standards Organisation" = "53",
|
55
|
+
"Small and Medium Enterprise Development Agency" = "54",
|
56
|
+
"National Board for Arabic And Islamic Studies" = "55",
|
57
|
+
"Joint Admissions and Matriculation Board" = "56",
|
58
|
+
"National Examination Council" = "115",
|
59
|
+
"National Open University" = "57",
|
60
|
+
"National Teachers Institute" = "58",
|
61
|
+
"National Universities Commission" = "59",
|
62
|
+
"Tertiary Education Trust Fund" = "60",
|
63
|
+
"Teachers Registration Council" = "61",
|
64
|
+
"National Business and Technical Examinations Board" = "62",
|
65
|
+
"Universal Basic Education Commission" = "63",
|
66
|
+
"West African Examination Council" = "64",
|
67
|
+
"National Commission for Colleges of Education" = "65",
|
68
|
+
"National Library" = "66",
|
69
|
+
"Midstream and Downstream Petroleum Regulatory Authority" = "67",
|
70
|
+
"Upstream Petroleum Regulatory Commission" = "68",
|
71
|
+
"Electricity Management Services Limited" = "69",
|
72
|
+
"Energy Commission" = "70",
|
73
|
+
"National Power Training Institute" = "71",
|
74
|
+
"Electricity Regulatory Commission" = "72",
|
75
|
+
"Content Monitoring and Development Board" = "73",
|
76
|
+
"National Petroleum Corporation" = "74",
|
77
|
+
"Nuclear Regulatory Authority Science & Technology" = "75",
|
78
|
+
"Petroleum Product Pricing Regulatory Agency" = "76",
|
79
|
+
"Power Holding Company (defunct)" = "77",
|
80
|
+
"Rural Electrification Agency" = "78",
|
81
|
+
"Transmission Company" = "79",
|
82
|
+
"Environmental Protection Agency (defunct)" = "80",
|
83
|
+
"Forestry Research Institute" = "81",
|
84
|
+
"National Biosafety Management Agency" = "82",
|
85
|
+
"National Environmental Standards and Regulations Enforcement Agency" = "83",
|
86
|
+
"National Oil Spill Detection and Response Agency" = "84",
|
87
|
+
"Environmental Health Officers Registration Council" = "85",
|
88
|
+
"National Health Insurance Scheme" = "86",
|
89
|
+
"Institute for Pharmaceutical Research and Development" = "87",
|
90
|
+
"Agency for the Control of AIDS" = "88",
|
91
|
+
"Agency for Food and Drug Administration and Control" = "89",
|
92
|
+
"Primary Health Care Development Agency" = "90",
|
93
|
+
"Institute of Medical Research" = "91",
|
94
|
+
"Centre for Disease Control" = "92",
|
95
|
+
"Drug Law Enforcement Agency" = "93",
|
96
|
+
"Defence Intelligence Agency" = "94",
|
97
|
+
"State Security Service" = "95",
|
98
|
+
"National Intelligence Agency" = "96",
|
99
|
+
"Financial Intelligence Unit" = "97",
|
100
|
+
"National Judicial Council" = "98",
|
101
|
+
"Federal Judicial Service Commission" = "99",
|
102
|
+
"National Judicial Institute" = "100",
|
103
|
+
"Maritime Administration and Safety Agency" = "101",
|
104
|
+
"Ports Authority" = "102",
|
105
|
+
"Shippers' Council" = "103",
|
106
|
+
"Broadcasting Organisation" = "104",
|
107
|
+
"News Agency" = "105",
|
108
|
+
"Press Council" = "106",
|
109
|
+
"Television Authority Media" = "107",
|
110
|
+
"Agency For Science and Engineering Infrastructure" = "108",
|
111
|
+
"Biotechnology Development Agency" = "109",
|
112
|
+
"Centre for Remote Sensing" = "110",
|
113
|
+
"Science and Technology Complex" = "111",
|
114
|
+
"Office for Technology Acquisition and Promotion" = "112",
|
115
|
+
"Space Research and Development Agency" = "113",
|
116
|
+
"Nuclear Regulatory Authority" = "114",
|
117
|
+
"Raw Materials Research and Development Council" = "116",
|
118
|
+
"Communications Satellite Ltd" = "117",
|
119
|
+
"Centre for Technology Management" = "118",
|
120
|
+
"Hydrological Services Agency" = "119",
|
121
|
+
"Integrated Water Resources Commission" = "120",
|
122
|
+
"Water Resources Institute" = "121",
|
123
|
+
"River Basin Development Authorities" = "122",
|
124
|
+
"Centre for Black and African Arts and Civilization" = "123",
|
125
|
+
"Automotive Design and Development Council" = "124",
|
126
|
+
"Code of Conduct Bureau" = "125",
|
127
|
+
"Computer Professionals Registration Council" = "126",
|
128
|
+
"Consumer Protection Council" = "127",
|
129
|
+
"Economic and Financial Crimes Commission" = "128",
|
130
|
+
"Federal Character Commission" = "129",
|
131
|
+
"Federal Housing Authority" = "130",
|
132
|
+
"Corrupt Practices and Other Related Offences Commission" = "131",
|
133
|
+
"Independent National Electoral Commission" = "132",
|
134
|
+
"Industrial Training Fund" = "133",
|
135
|
+
"Legal Aid Council" = "134",
|
136
|
+
"Agency for the Prohibition of Trafficking in Persons" = "135",
|
137
|
+
"National Boundary Commission" = "136",
|
138
|
+
"National Council of Arts and Culture" = "137",
|
139
|
+
"Economic Reconstruction Fund" = "138",
|
140
|
+
"Emergency Management Agency" = "139",
|
141
|
+
"Hajj Commission" = "140",
|
142
|
+
"Human Rights Commission" = "141",
|
143
|
+
"Identity Management Commission" = "142",
|
144
|
+
"Institute for Hospitality Tourism" = "143",
|
145
|
+
"Lottery Regulatory Commission" = "144",
|
146
|
+
"Orientation Agency" = "145",
|
147
|
+
"Population Commission" = "146",
|
148
|
+
"Poverty Eradication Programme (defunct)" = "147",
|
149
|
+
"Salaries, Incomes and Wages Commission" = "148",
|
150
|
+
"Sports Commission" = "149",
|
151
|
+
"Extractive Industries Transparency Initiative" = "150",
|
152
|
+
"Immigration Service" = "151",
|
153
|
+
"Building and Road Research Institute" = "152",
|
154
|
+
"Institute of Building" = "153",
|
155
|
+
"Christian Pilgrim Commission" = "154",
|
156
|
+
"Copyright Commission" = "155",
|
157
|
+
"Tourism Development Corporation" = "156",
|
158
|
+
"Public Complaints Commission" = "157",
|
159
|
+
"Surveyors Council" = "158",
|
160
|
+
"National Lottery Trust Fund" = "159"
|
161
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
export declare enum Ministry {
|
2
|
+
Agriculture = "Agriculture",
|
3
|
+
Aviation = "Aviation",
|
4
|
+
Communications = "Communications",
|
5
|
+
Economy = "Economy",
|
6
|
+
Education = "Education",
|
7
|
+
Energy = "Energy",
|
8
|
+
Environment = "Environment",
|
9
|
+
Health = "Health",
|
10
|
+
Intelligence = "Intelligence",
|
11
|
+
Judiciary = "Judiciary",
|
12
|
+
Maritime = "Maritime",
|
13
|
+
Media = "Media",
|
14
|
+
ScienceAndTechnology = "Science And Technology",
|
15
|
+
WaterResources = "Water Resources",
|
16
|
+
Other = "Other"
|
17
|
+
}
|
@@ -28,6 +28,8 @@ export * from "./Enums/company.state.enum";
|
|
28
28
|
export * from "./Enums/widget.type.enum";
|
29
29
|
export * from "./Enums/statsCards.type.enum";
|
30
30
|
export * from "./Enums/action.enum";
|
31
|
+
export * from "./Enums/govDep.enum";
|
32
|
+
export * from "./Enums/ministry.enum";
|
31
33
|
export * from "./Definitions/userLogin.definitions";
|
32
34
|
export * from "./Definitions/userInformationContext.definitions";
|
33
35
|
export * from "./Definitions/userForgotPassword.definitions";
|