@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/cjs/index.js
CHANGED
@@ -24575,6 +24575,13 @@ var NdcDetailsComponent = function (props) {
|
|
24575
24575
|
align: "left",
|
24576
24576
|
editable: true,
|
24577
24577
|
},
|
24578
|
+
{
|
24579
|
+
title: 'Ministry',
|
24580
|
+
dataIndex: "ministry",
|
24581
|
+
key: "ministry",
|
24582
|
+
align: "left",
|
24583
|
+
editable: true,
|
24584
|
+
},
|
24578
24585
|
];
|
24579
24586
|
var columns = defaultColumns.map(function (col) {
|
24580
24587
|
if (!col.editable) {
|
@@ -24597,6 +24604,7 @@ var NdcDetailsComponent = function (props) {
|
|
24597
24604
|
endDate: new Date("".concat(Number(range[0]), "-12-24 23:12:00")),
|
24598
24605
|
nationalPlanObj: t("ndc:enterNewPlanTxt"),
|
24599
24606
|
kpi: 0,
|
24607
|
+
ministry: "Enter The Ministry"
|
24600
24608
|
};
|
24601
24609
|
setNdcDetailsData(__spreadArray(__spreadArray([], ndcDetailsData, true), [newData], false));
|
24602
24610
|
}
|
@@ -24689,6 +24697,7 @@ var NdcDetailsComponent = function (props) {
|
|
24689
24697
|
endDate: new Date("2020-03-25"),
|
24690
24698
|
nationalPlanObj: "Enhance value addition in key growth opportunities",
|
24691
24699
|
kpi: 25,
|
24700
|
+
ministry: "Ministry of Agriculture, Water and Forestry (MAWF)"
|
24692
24701
|
},
|
24693
24702
|
{
|
24694
24703
|
key: 2,
|
@@ -24696,6 +24705,7 @@ var NdcDetailsComponent = function (props) {
|
|
24696
24705
|
endDate: new Date("2019-08-25"),
|
24697
24706
|
nationalPlanObj: "Strengthen the private sector to create 10,000 jobs",
|
24698
24707
|
kpi: 10500,
|
24708
|
+
ministry: "Ministry of Defence (MoD)"
|
24699
24709
|
},
|
24700
24710
|
{
|
24701
24711
|
key: 3,
|
@@ -24703,6 +24713,7 @@ var NdcDetailsComponent = function (props) {
|
|
24703
24713
|
endDate: new Date("2022-03-25"),
|
24704
24714
|
nationalPlanObj: "Consolidate and increase the stock and quality of productive infrastructure by 50%",
|
24705
24715
|
kpi: 48,
|
24716
|
+
ministry: "Ministry of Education, Arts and Culture (MoE)"
|
24706
24717
|
},
|
24707
24718
|
{
|
24708
24719
|
key: 4,
|
@@ -24710,6 +24721,7 @@ var NdcDetailsComponent = function (props) {
|
|
24710
24721
|
endDate: new Date("2022-05-25"),
|
24711
24722
|
nationalPlanObj: "Enhance the productivity and social wellbeing of the population",
|
24712
24723
|
kpi: 20,
|
24724
|
+
ministry: "Ministry of Environment, Forestry and Tourism (MEFT)"
|
24713
24725
|
},
|
24714
24726
|
{
|
24715
24727
|
key: 5,
|
@@ -24717,6 +24729,7 @@ var NdcDetailsComponent = function (props) {
|
|
24717
24729
|
endDate: new Date("2023-03-25"),
|
24718
24730
|
nationalPlanObj: "Strengthen the role of the state in guiding and facilitating development",
|
24719
24731
|
kpi: 10,
|
24732
|
+
ministry: "Ministry of Defence (MoD)"
|
24720
24733
|
},
|
24721
24734
|
];
|
24722
24735
|
var initialPeriods = [
|