@undp/carbon-library 1.0.284-CARBON-406.0 → 1.0.284-CARBON-406.3

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
@@ -26916,6 +26916,7 @@ var NdcDetailsComponent = function (props) {
26916
26916
  actionType: NdcDetailsActionType.SubAction,
26917
26917
  nationalPlanObjective: "",
26918
26918
  kpi: "",
26919
+ kpiUnit: "",
26919
26920
  ministryName: loginMinistry,
26920
26921
  status: NdcDetailsActionStatus.New,
26921
26922
  parentActionId: mainActionId,
@@ -26927,6 +26928,7 @@ var NdcDetailsComponent = function (props) {
26927
26928
  form.setFieldsValue({
26928
26929
  nationalPlanObjective: "",
26929
26930
  kpi: "",
26931
+ kpiUnit: "",
26930
26932
  });
26931
26933
  }
26932
26934
  setSubNdcActionsForPeriod(subNdcDetails);
@@ -26968,6 +26970,7 @@ var NdcDetailsComponent = function (props) {
26968
26970
  return [2 /*return*/];
26969
26971
  }
26970
26972
  else if (updatedFields.kpi === row.kpi &&
26973
+ updatedFields.kpiUnit === row.kpiUnit &&
26971
26974
  updatedFields.nationalPlanObjective === row.nationalPlanObjective) {
26972
26975
  ClearEditMode();
26973
26976
  return [2 /*return*/];
@@ -27145,6 +27148,7 @@ var NdcDetailsComponent = function (props) {
27145
27148
  form.setFieldsValue({
27146
27149
  nationalPlanObjective: "",
27147
27150
  kpi: "",
27151
+ kpiUnit: "",
27148
27152
  });
27149
27153
  periodId = parseInt(selectedPeriod.key);
27150
27154
  newData_1 = {
@@ -27152,6 +27156,7 @@ var NdcDetailsComponent = function (props) {
27152
27156
  actionType: NdcDetailsActionType.MainAction,
27153
27157
  nationalPlanObjective: "",
27154
27158
  kpi: "",
27159
+ kpiUnit: "",
27155
27160
  ministryName: loginMinistry,
27156
27161
  periodId: periodId,
27157
27162
  status: NdcDetailsActionStatus.New,