@sumaris-net/ngx-components 1.19.20 → 1.19.21

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.19.20",
4
+ "version": "1.19.21",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -79,6 +79,7 @@ export declare abstract class AppEntityEditor<T extends Entity<T, ID>, S extends
79
79
  ngOnInit(): void;
80
80
  ngAfterViewInit(): void;
81
81
  ngOnDestroy(): void;
82
+ waitIdle(opts?: WaitForOptions): Promise<void>;
82
83
  /**
83
84
  * Load data from the snapshot route
84
85
  *