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

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.
@@ -4470,8 +4470,9 @@ class EsTableComponent {
4470
4470
  * @param {number} rowIndex Indice della riga
4471
4471
  */
4472
4472
  dbClickEditOrSingleClickRowSelection($event, rowItem, item, rowIndex) {
4473
+ var _a;
4473
4474
  // Tutti i click su una cella già in edit non devono effettuare la selezione della riga
4474
- if ((this.DynamicRowColumnsDefinition.length > 0 && rowItem.edits[item._hash]._editing) ||
4475
+ if ((this.DynamicRowColumnsDefinition.length > 0 && rowItem.edits && ((_a = rowItem.edits[item._hash]) === null || _a === void 0 ? void 0 : _a._editing)) ||
4475
4476
  rowItem._editing)
4476
4477
  return;
4477
4478
  // Se ho fatto click col control attaccato esco subito dato che deve solo permettere la navigazione dei link