@sumaris-net/ngx-components 1.12.2 → 1.12.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.12.2",
4
+ "version": "1.12.5",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -276,6 +276,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
276
276
  */
277
277
  deleteRows(event: UIEvent | null, rows: TableElement<T>[], opts?: {
278
278
  interactive?: boolean;
279
+ skipIfLoading?: boolean;
279
280
  }): Promise<number>;
280
281
  selectRowById(id: number): Promise<boolean>;
281
282
  /**
@@ -373,7 +374,9 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
373
374
  }): void;
374
375
  private setLoading;
375
376
  private deleteNewRow;
377
+ private deleteExistingRow;
376
378
  private cancelExistingRow;
379
+ private checkIfRowPristine;
377
380
  private checkIfPristine;
378
381
  private applyFilter;
379
382
  private listenDatasourceLoading;