@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
|
@@ -27185,6 +27185,8 @@
|
|
|
27185
27185
|
_this.visibleRowCount--;
|
|
27186
27186
|
_this.totalRowCount--;
|
|
27187
27187
|
deletedRows.push(row);
|
|
27188
|
+
if (_this.editedRow === row)
|
|
27189
|
+
_this.editedRow = undefined;
|
|
27188
27190
|
return false; // Exclude from the list to delete using the service
|
|
27189
27191
|
}
|
|
27190
27192
|
// Cancel the row (and mark as pristine), when not valid but in edition
|