@sumaris-net/ngx-components 1.23.21 → 1.23.22

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.23.21",
4
+ "version": "1.23.22",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -219,5 +219,5 @@ export declare abstract class AppTabEditor<T = any, ID = number, O = any> extend
219
219
  emitEvent?: boolean;
220
220
  }): Promise<void>;
221
221
  protected abstract getFirstInvalidTabIndex(): number;
222
- protected saveDirtyTables(): Promise<boolean>;
222
+ protected saveDirtyChildren(): Promise<boolean>;
223
223
  }