@sumaris-net/ngx-components 1.12.5 → 1.12.6
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.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
- package/src/app/core/table/table.class.d.ts +3 -0
|
@@ -25538,6 +25538,7 @@
|
|
|
25538
25538
|
* @param event
|
|
25539
25539
|
* @param row
|
|
25540
25540
|
* @param opts Use interactive=false to avoid user interaction (e.g. user confirmation)
|
|
25541
|
+
* Use skipIfLoading=false to force deletion even if table is busy
|
|
25541
25542
|
*/
|
|
25542
25543
|
AppTable.prototype.deleteRow = function (event, row, opts) {
|
|
25543
25544
|
return __awaiter(this, void 0, void 0, function () {
|
|
@@ -25557,6 +25558,7 @@
|
|
|
25557
25558
|
* @param event
|
|
25558
25559
|
* @param rows
|
|
25559
25560
|
* @param opts Use interactive=false to avoid user interaction (e.g. user confirmation)
|
|
25561
|
+
* Use skipIfLoading=false to force deletion even if table is busy
|
|
25560
25562
|
*/
|
|
25561
25563
|
AppTable.prototype.deleteRows = function (event, rows, opts) {
|
|
25562
25564
|
var _a;
|