@undp/carbon-library 1.0.263-CARBON-388.0 → 1.0.263-CARBON-328.0
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/esm/index.js
CHANGED
@@ -26363,7 +26363,7 @@ var NdcDetailsComponent = function (props) {
|
|
26363
26363
|
editable: true,
|
26364
26364
|
width: "50%",
|
26365
26365
|
render: function (_, record) { return (React.createElement(React.Fragment, null, record.nationalPlanObj ? (React.createElement(Space, { size: "middle" },
|
26366
|
-
React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add
|
26366
|
+
React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add the National Plan Objective", className: "ant-input", type: "text" })))); },
|
26367
26367
|
},
|
26368
26368
|
{
|
26369
26369
|
title: t("ndc:ndcColumnsKpi"),
|
@@ -26376,14 +26376,14 @@ var NdcDetailsComponent = function (props) {
|
|
26376
26376
|
React.createElement("span", null, record.kpi))) : (React.createElement("input", { placeholder: "Enter Kpi", className: "ant-input", type: "text" })))); },
|
26377
26377
|
},
|
26378
26378
|
{
|
26379
|
-
title: "
|
26379
|
+
title: "Ministry",
|
26380
26380
|
dataIndex: "ministry",
|
26381
26381
|
key: "ministry",
|
26382
26382
|
align: "left",
|
26383
26383
|
editable: true,
|
26384
26384
|
width: "40%",
|
26385
26385
|
render: function (_, record) { return (React.createElement(React.Fragment, null, record.nationalPlanObj ? (React.createElement(Space, { size: "middle" },
|
26386
|
-
React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the
|
26386
|
+
React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Ministry name", className: "ant-input", type: "text" })))); },
|
26387
26387
|
},
|
26388
26388
|
];
|
26389
26389
|
var columns = defaultColumns.map(function (col) {
|