@sumaris-net/ngx-components 1.20.39 → 1.20.41

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.20.39",
4
+ "version": "1.20.41",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -100,6 +100,7 @@ export declare abstract class AppEntityEditorModal<T extends Entity<T, ID>, ID =
100
100
  protected abstract setValue(data: T): Promise<void> | void;
101
101
  protected abstract get form(): FormGroup;
102
102
  protected abstract getFirstInvalidTabIndex(): number;
103
+ protected saveDirtyTables(): Promise<boolean>;
103
104
  protected waitWhilePending(opts?: WaitForOptions): Promise<void>;
104
105
  protected getValue(): Promise<T>;
105
106
  protected getJsonValueToSave(): Promise<any>;