@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.
@@ -22067,6 +22067,7 @@ class AppTable {
22067
22067
  * @param event
22068
22068
  * @param row
22069
22069
  * @param opts Use interactive=false to avoid user interaction (e.g. user confirmation)
22070
+ * Use skipIfLoading=false to force deletion even if table is busy
22070
22071
  */
22071
22072
  deleteRow(event, row, opts) {
22072
22073
  return __awaiter(this, void 0, void 0, function* () {
@@ -22079,6 +22080,7 @@ class AppTable {
22079
22080
  * @param event
22080
22081
  * @param rows
22081
22082
  * @param opts Use interactive=false to avoid user interaction (e.g. user confirmation)
22083
+ * Use skipIfLoading=false to force deletion even if table is busy
22082
22084
  */
22083
22085
  deleteRows(event, rows, opts) {
22084
22086
  var _a;