myio-js-library 0.1.82 → 0.1.83

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/index.cjs CHANGED
@@ -3546,9 +3546,6 @@ function renderCardComponentV2({
3546
3546
  checkbox.checked = isSelected;
3547
3547
  }
3548
3548
  enhancedCardElement.classList.toggle("selected", isSelected);
3549
- if (typeof handleSelect === "function") {
3550
- handleSelect(entityObject);
3551
- }
3552
3549
  };
3553
3550
  MyIOSelectionStore.on("selection:change", handleSelectionChange);
3554
3551
  const isInitiallySelected = MyIOSelectionStore.isSelected(entityId);
package/dist/index.js CHANGED
@@ -3458,9 +3458,6 @@ function renderCardComponentV2({
3458
3458
  checkbox.checked = isSelected;
3459
3459
  }
3460
3460
  enhancedCardElement.classList.toggle("selected", isSelected);
3461
- if (typeof handleSelect === "function") {
3462
- handleSelect(entityObject);
3463
- }
3464
3461
  };
3465
3462
  MyIOSelectionStore.on("selection:change", handleSelectionChange);
3466
3463
  const isInitiallySelected = MyIOSelectionStore.isSelected(entityId);
@@ -3464,9 +3464,6 @@
3464
3464
  checkbox.checked = isSelected;
3465
3465
  }
3466
3466
  enhancedCardElement.classList.toggle("selected", isSelected);
3467
- if (typeof handleSelect === "function") {
3468
- handleSelect(entityObject);
3469
- }
3470
3467
  };
3471
3468
  MyIOSelectionStore.on("selection:change", handleSelectionChange);
3472
3469
  const isInitiallySelected = MyIOSelectionStore.isSelected(entityId);