@undp/carbon-library 1.0.145-CARBON-343.0 → 1.0.145-CARBON-343.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +13 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
@@ -24555,6 +24555,13 @@ var NdcDetailsComponent = function (props) {
|
|
24555
24555
|
align: "left",
|
24556
24556
|
editable: true,
|
24557
24557
|
},
|
24558
|
+
{
|
24559
|
+
title: 'Ministry',
|
24560
|
+
dataIndex: "ministry",
|
24561
|
+
key: "ministry",
|
24562
|
+
align: "left",
|
24563
|
+
editable: true,
|
24564
|
+
},
|
24558
24565
|
];
|
24559
24566
|
var columns = defaultColumns.map(function (col) {
|
24560
24567
|
if (!col.editable) {
|
@@ -24577,6 +24584,7 @@ var NdcDetailsComponent = function (props) {
|
|
24577
24584
|
endDate: new Date("".concat(Number(range[0]), "-12-24 23:12:00")),
|
24578
24585
|
nationalPlanObj: t("ndc:enterNewPlanTxt"),
|
24579
24586
|
kpi: 0,
|
24587
|
+
ministry: "Enter The Ministry"
|
24580
24588
|
};
|
24581
24589
|
setNdcDetailsData(__spreadArray(__spreadArray([], ndcDetailsData, true), [newData], false));
|
24582
24590
|
}
|
@@ -24669,6 +24677,7 @@ var NdcDetailsComponent = function (props) {
|
|
24669
24677
|
endDate: new Date("2020-03-25"),
|
24670
24678
|
nationalPlanObj: "Enhance value addition in key growth opportunities",
|
24671
24679
|
kpi: 25,
|
24680
|
+
ministry: "Ministry of Agriculture, Water and Forestry (MAWF)"
|
24672
24681
|
},
|
24673
24682
|
{
|
24674
24683
|
key: 2,
|
@@ -24676,6 +24685,7 @@ var NdcDetailsComponent = function (props) {
|
|
24676
24685
|
endDate: new Date("2019-08-25"),
|
24677
24686
|
nationalPlanObj: "Strengthen the private sector to create 10,000 jobs",
|
24678
24687
|
kpi: 10500,
|
24688
|
+
ministry: "Ministry of Defence (MoD)"
|
24679
24689
|
},
|
24680
24690
|
{
|
24681
24691
|
key: 3,
|
@@ -24683,6 +24693,7 @@ var NdcDetailsComponent = function (props) {
|
|
24683
24693
|
endDate: new Date("2022-03-25"),
|
24684
24694
|
nationalPlanObj: "Consolidate and increase the stock and quality of productive infrastructure by 50%",
|
24685
24695
|
kpi: 48,
|
24696
|
+
ministry: "Ministry of Education, Arts and Culture (MoE)"
|
24686
24697
|
},
|
24687
24698
|
{
|
24688
24699
|
key: 4,
|
@@ -24690,6 +24701,7 @@ var NdcDetailsComponent = function (props) {
|
|
24690
24701
|
endDate: new Date("2022-05-25"),
|
24691
24702
|
nationalPlanObj: "Enhance the productivity and social wellbeing of the population",
|
24692
24703
|
kpi: 20,
|
24704
|
+
ministry: "Ministry of Environment, Forestry and Tourism (MEFT)"
|
24693
24705
|
},
|
24694
24706
|
{
|
24695
24707
|
key: 5,
|
@@ -24697,6 +24709,7 @@ var NdcDetailsComponent = function (props) {
|
|
24697
24709
|
endDate: new Date("2023-03-25"),
|
24698
24710
|
nationalPlanObj: "Strengthen the role of the state in guiding and facilitating development",
|
24699
24711
|
kpi: 10,
|
24712
|
+
ministry: "Ministry of Defence (MoD)"
|
24700
24713
|
},
|
24701
24714
|
];
|
24702
24715
|
var initialPeriods = [
|