@sumaris-net/ngx-components 0.11.9 → 0.11.10

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": "0.11.9",
4
+ "version": "0.11.10",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -230,6 +230,7 @@ export declare abstract class AppTable<T extends IEntity<T, ID>, F = any, ID = n
230
230
  confirmEditCreate(event?: Event, row?: TableElement<T>): boolean;
231
231
  cancelOrDelete(event: Event, row: TableElement<T>, opts?: {
232
232
  interactive?: boolean;
233
+ keepEditing?: boolean;
233
234
  }): void;
234
235
  addRow(event?: Event, insertAt?: number): boolean;
235
236
  save(): Promise<boolean>;