@undp/carbon-library 1.0.263-CARBON-267.0 → 1.0.263-CARBON-388.0

Sign up to get free protection for your applications and to get access to all the features.
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 the National Plan Objective", className: "ant-input", type: "text" })))); },
26366
+ React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add Programmes", 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: "Ministry",
26379
+ title: "Government Department",
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 Ministry name", className: "ant-input", type: "text" })))); },
26386
+ React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Government Department", className: "ant-input", type: "text" })))); },
26387
26387
  },
26388
26388
  ];
26389
26389
  var columns = defaultColumns.map(function (col) {