arengibook 2.4.639 → 2.4.640

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -7
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39345,13 +39345,7 @@ var MultiSelectMetaAsync = function MultiSelectMetaAsync(_ref) {
39345
39345
  }, option[optionLabel]));
39346
39346
  };
39347
39347
  var selectedItemTemplate = function selectedItemTemplate(paramValue, index) {
39348
- var selectedOption = loadedOptions.find(function (opt) {
39349
- return opt[optionValue] === paramValue;
39350
- });
39351
- console.log("ecoute de selectedOption");
39352
- console.log(selectedOption);
39353
- console.log(objValue);
39354
- console.log(paramValue);
39348
+ var selectedOption = objValue;
39355
39349
  if (!selectedOption) return null;
39356
39350
  // const isLastItem = index === selectedOptions.length - 1;
39357
39351
  var handleRemove = function handleRemove(e) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.639",
4
+ "version": "2.4.640",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {