@sumaris-net/ngx-components 1.8.1 → 1.8.2

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.8.1",
4
+ "version": "1.8.2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -48,6 +48,7 @@ export declare class AccountService extends BaseGraphqlService<Account, any, num
48
48
  onChange: Subject<Account>;
49
49
  onAuthTokenChange: Subject<string>;
50
50
  onAuthBasicChange: Subject<string>;
51
+ private _stopWatching$;
51
52
  private _cache;
52
53
  private _$additionalFields;
53
54
  private _tokenType$;
@@ -109,6 +110,7 @@ export declare class AccountService extends BaseGraphqlService<Account, any, num
109
110
  isEmailExists(email: string): Promise<boolean>;
110
111
  sendConfirmationEmail(email: string, locale?: string): Promise<boolean>;
111
112
  confirmEmail(email: String, code: String): Promise<boolean>;
113
+ watch(): Observable<Account>;
112
114
  listenChanges(): Subscription;
113
115
  get additionalFields(): FormFieldDefinition[];
114
116
  get $additionalFields(): Observable<FormFieldDefinition[]>;