@undp/carbon-library 1.0.292-CARBON-178.0 → 1.0.292-CARBON-368.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/esm/index.js CHANGED
@@ -943,7 +943,7 @@ var CompanyManagementComponent = function (props) {
943
943
  {
944
944
  key: searchByTermOrganisation,
945
945
  operation: "like",
946
- value: "%" + networksearchOrganisations + "%",
946
+ value: networksearchOrganisations + "%",
947
947
  },
948
948
  ];
949
949
  }
@@ -960,7 +960,7 @@ var CompanyManagementComponent = function (props) {
960
960
  {
961
961
  key: searchByTermOrganisation,
962
962
  operation: "like",
963
- value: "%" + networksearchOrganisations + "%",
963
+ value: networksearchOrganisations + "%",
964
964
  },
965
965
  {
966
966
  key: "companyRole",
@@ -7632,7 +7632,7 @@ var ProgrammeManagementComponent = function (props) {
7632
7632
  filter.push({
7633
7633
  key: "title",
7634
7634
  operation: "like",
7635
- value: "%".concat(search, "%"),
7635
+ value: "".concat(search, "%"),
7636
7636
  });
7637
7637
  }
7638
7638
  if (ministryLevelFilter) {
@@ -15453,7 +15453,7 @@ var UserManagementComponent = function (props) {
15453
15453
  {
15454
15454
  key: searchByTermUser,
15455
15455
  operation: "like",
15456
- value: "%" + networksearchUsers + "%",
15456
+ value: networksearchUsers + "%",
15457
15457
  },
15458
15458
  ];
15459
15459
  }
@@ -15471,7 +15471,7 @@ var UserManagementComponent = function (props) {
15471
15471
  {
15472
15472
  key: searchByTermUser,
15473
15473
  operation: "like",
15474
- value: "%" + networksearchUsers + "%",
15474
+ value: networksearchUsers + "%",
15475
15475
  },
15476
15476
  {
15477
15477
  key: "role",
@@ -15494,7 +15494,7 @@ var UserManagementComponent = function (props) {
15494
15494
  {
15495
15495
  key: searchByTermUser,
15496
15496
  operation: "like",
15497
- value: "%" + networksearchUsers + "%",
15497
+ value: networksearchUsers + "%",
15498
15498
  },
15499
15499
  {
15500
15500
  key: "role",
@@ -15512,7 +15512,7 @@ var UserManagementComponent = function (props) {
15512
15512
  {
15513
15513
  key: searchByTermUser,
15514
15514
  operation: "like",
15515
- value: "%" + networksearchUsers + "%",
15515
+ value: networksearchUsers + "%",
15516
15516
  },
15517
15517
  {
15518
15518
  key: "companyRole",
@@ -16746,7 +16746,7 @@ var InvestmentManagementComponent = function (props) {
16746
16746
  {
16747
16747
  key: "programmeTitle",
16748
16748
  operation: "like",
16749
- value: "%".concat(search, "%"),
16749
+ value: "".concat(search, "%"),
16750
16750
  },
16751
16751
  ];
16752
16752
  if (!isNaN(Number(search))) {
@@ -17692,7 +17692,7 @@ var SupportManagementComponent = function (props) {
17692
17692
  {
17693
17693
  key: "programmeTitle",
17694
17694
  operation: "like",
17695
- value: "%".concat(search, "%"),
17695
+ value: "".concat(search, "%"),
17696
17696
  },
17697
17697
  ];
17698
17698
  if (!isNaN(Number(search))) {
@@ -18277,14 +18277,14 @@ var NdcActionManagementComponent = function (props) {
18277
18277
  {
18278
18278
  key: "programmeName",
18279
18279
  operation: "like",
18280
- value: "%".concat(search, "%"),
18280
+ value: "".concat(search, "%"),
18281
18281
  },
18282
18282
  ];
18283
18283
  if (!isNaN(Number(search))) {
18284
18284
  interFilterOr.push({
18285
18285
  key: "id",
18286
18286
  operation: "like",
18287
- value: "%".concat(search, "%"),
18287
+ value: "".concat(search),
18288
18288
  });
18289
18289
  }
18290
18290
  filter.push({
@@ -19537,7 +19537,7 @@ var GenderParity = function (props) {
19537
19537
  };
19538
19538
 
19539
19539
  var Assessment = function (props) {
19540
- var onFormSubmit = props.onFormSubmit, assessmentViewData = props.assessmentViewData, viewOnly = props.viewOnly, useConnection = props.useConnection, translator = props.translator;
19540
+ var onFormSubmit = props.onFormSubmit, assessmentViewData = props.assessmentViewData, viewOnly = props.viewOnly, translator = props.translator;
19541
19541
  translator.setDefaultNamespace("coBenifits");
19542
19542
  var t = translator.t;
19543
19543
  var form1 = Form.useForm()[0];
@@ -23197,7 +23197,7 @@ var CreditTransferComponent = function (props) {
23197
23197
  {
23198
23198
  key: "programmeTitle",
23199
23199
  operation: "like",
23200
- value: "%".concat(search, "%"),
23200
+ value: "".concat(search, "%"),
23201
23201
  },
23202
23202
  ];
23203
23203
  if (!isNaN(Number(search))) {
@@ -28705,7 +28705,7 @@ var ProgrammeRetireForm = function (props) {
28705
28705
  {
28706
28706
  key: "name",
28707
28707
  operation: "like",
28708
- value: "%" + newValue.charAt(0).toUpperCase() + newValue.slice(1) + "%",
28708
+ value: newValue.charAt(0).toUpperCase() + newValue.slice(1) + "%",
28709
28709
  },
28710
28710
  ],
28711
28711
  sort: {
@@ -29037,7 +29037,7 @@ var ProgrammeTransferForm = function (props) {
29037
29037
  {
29038
29038
  key: "name",
29039
29039
  operation: "like",
29040
- value: "%" + newValue + "%",
29040
+ value: newValue + "%",
29041
29041
  },
29042
29042
  {
29043
29043
  key: "companyRole",