@esfaenza/es-table 11.2.83-beta5 → 11.2.83-beta6

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.
@@ -5159,8 +5159,9 @@
5159
5159
  return { id: "", description: "" };
5160
5160
  };
5161
5161
  EsTableComponent.prototype.mousedown = function (event, rowItem, item) {
5162
+ var _a;
5162
5163
  // Tutti i click su una cella già in edit non devono effettuare la selezione della riga
5163
- if ((this.DynamicRowColumnsDefinition.length > 0 && rowItem.edits[item._hash]._editing) ||
5164
+ if ((this.DynamicRowColumnsDefinition.length > 0 && rowItem.edits && ((_a = rowItem.edits[item._hash]) === null || _a === void 0 ? void 0 : _a._editing)) ||
5164
5165
  rowItem._editing)
5165
5166
  return;
5166
5167
  var id = event.currentTarget.id;