arengibook 2.4.638 → 2.4.639

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -39348,6 +39348,10 @@ var MultiSelectMetaAsync = function MultiSelectMetaAsync(_ref) {
39348
39348
  var selectedOption = loadedOptions.find(function (opt) {
39349
39349
  return opt[optionValue] === paramValue;
39350
39350
  });
39351
+ console.log("ecoute de selectedOption");
39352
+ console.log(selectedOption);
39353
+ console.log(objValue);
39354
+ console.log(paramValue);
39351
39355
  if (!selectedOption) return null;
39352
39356
  // const isLastItem = index === selectedOptions.length - 1;
39353
39357
  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.638",
4
+ "version": "2.4.639",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {