@undp/carbon-library 1.0.263-CARBON-328.1 → 1.0.263-CARBON-390.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,8 @@
1
1
  export declare enum EnablementTypes {
2
2
  CapacityBuilding = "Capacity Building",
3
3
  TechnologyTransfer = "Technology Transfer",
4
- Financial = "Financial"
4
+ Financial = "Financial",
5
+ EnhancedTransparency = "Enhanced Transparency"
5
6
  }
6
7
  export declare const enablementTypesAndValues: {
7
8
  type: string;
package/dist/esm/index.js CHANGED
@@ -17738,6 +17738,7 @@ var EnablementTypes;
17738
17738
  EnablementTypes["CapacityBuilding"] = "Capacity Building";
17739
17739
  EnablementTypes["TechnologyTransfer"] = "Technology Transfer";
17740
17740
  EnablementTypes["Financial"] = "Financial";
17741
+ EnablementTypes["EnhancedTransparency"] = "Enhanced Transparency";
17741
17742
  })(EnablementTypes || (EnablementTypes = {}));
17742
17743
  var enablementTypesAndValues = [
17743
17744
  { type: EnablementTypes.CapacityBuilding.valueOf(), col: 4 },
@@ -17746,6 +17747,7 @@ var enablementTypesAndValues = [
17746
17747
  col: 5,
17747
17748
  },
17748
17749
  { type: EnablementTypes.Financial.valueOf(), col: 4 },
17750
+ { type: EnablementTypes.EnhancedTransparency.valueOf(), col: 5 },
17749
17751
  ];
17750
17752
 
17751
17753
  var NdcActionDetails = function (props) {
@@ -26363,7 +26365,7 @@ var NdcDetailsComponent = function (props) {
26363
26365
  editable: true,
26364
26366
  width: "50%",
26365
26367
  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" })))); },
26368
+ React.createElement("span", null, record.nationalPlanObj))) : (React.createElement("input", { placeholder: "Please add Programmes", className: "ant-input", type: "text" })))); },
26367
26369
  },
26368
26370
  {
26369
26371
  title: t("ndc:ndcColumnsKpi"),
@@ -26376,14 +26378,14 @@ var NdcDetailsComponent = function (props) {
26376
26378
  React.createElement("span", null, record.kpi))) : (React.createElement("input", { placeholder: "Enter Kpi", className: "ant-input", type: "text" })))); },
26377
26379
  },
26378
26380
  {
26379
- title: "Ministry",
26381
+ title: "Government Department",
26380
26382
  dataIndex: "ministry",
26381
26383
  key: "ministry",
26382
26384
  align: "left",
26383
26385
  editable: true,
26384
26386
  width: "40%",
26385
26387
  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" })))); },
26388
+ React.createElement("span", null, record.ministry))) : (React.createElement("input", { placeholder: "Please add the Government Department", className: "ant-input", type: "text" })))); },
26387
26389
  },
26388
26390
  ];
26389
26391
  var columns = defaultColumns.map(function (col) {