@sumaris-net/ngx-components 1.23.7 → 1.23.8
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/bundles/sumaris-net.ngx-components.umd.js +2 -0
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/table/table.class.js +3 -1
- package/fesm2015/sumaris-net.ngx-components.js +2 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -23501,6 +23501,8 @@ class AppTable {
|
|
|
23501
23501
|
this.visibleRowCount--;
|
|
23502
23502
|
this.totalRowCount--;
|
|
23503
23503
|
deletedRows.push(row);
|
|
23504
|
+
if (this.editedRow === row)
|
|
23505
|
+
this.editedRow = undefined;
|
|
23504
23506
|
return false; // Exclude from the list to delete using the service
|
|
23505
23507
|
}
|
|
23506
23508
|
// Cancel the row (and mark as pristine), when not valid but in edition
|