@sumaris-net/ngx-components 0.27.17 → 0.27.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": "0.27.17",
4
+ "version": "0.27.21",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -117,8 +117,8 @@ export declare abstract class AppEditor<T = any, ID = number, O = any> implement
117
117
  markAsReady(opts?: {
118
118
  emitEvent?: boolean;
119
119
  }): void;
120
- ready(opts?: WaitForOptions): Promise<any>;
121
- waitIdle(opts?: WaitForOptions): Promise<any>;
120
+ ready(opts?: WaitForOptions): Promise<void>;
121
+ waitIdle(opts?: WaitForOptions): Promise<void>;
122
122
  cancel(event?: Event): Promise<void>;
123
123
  /**
124
124
  * Unload the page (remove all data). Useful when reusing angular cache a cancelled page
@@ -22,6 +22,7 @@ export declare class SharedValidators {
22
22
  longitude: string;
23
23
  pattern: string;
24
24
  unique: string;
25
+ entity: string;
25
26
  };
26
27
  static validDate(control: FormControl): ValidationErrors | null;
27
28
  static latitude(control: FormControl): ValidationErrors | null;