@sumaris-net/ngx-components 1.9.8 → 1.9.9

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.9.8",
4
+ "version": "1.9.9",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -88,7 +88,9 @@ export declare class AccountService extends BaseGraphqlService<Account, any, num
88
88
  register(data: RegisterData): Promise<Account>;
89
89
  authenticate(data?: AuthData): Promise<void>;
90
90
  login(data: AuthData): Promise<Account>;
91
- reload(): Promise<Account>;
91
+ reload(opts?: {
92
+ showToast?: boolean;
93
+ }): Promise<Account>;
92
94
  /**
93
95
  * Create or update an user account, to the remote storage
94
96
  *
@@ -282,8 +282,11 @@
282
282
  "LOCALE": "Language",
283
283
  "LAT_LONG_FORMAT": "Latitude/longitude format"
284
284
  },
285
+ "INFO": {
286
+ "RELOADED": "Your user account has been updated!"
287
+ },
285
288
  "ERROR": {
286
- "SUBSCRIBE_ACCOUNT_ERROR": "Error while listening account's changes."
289
+ "SUBSCRIBE_ERROR": "Error while listening account's changes."
287
290
  }
288
291
  },
289
292
  "SETTINGS": {
@@ -282,8 +282,11 @@
282
282
  "LOCALE": "Language",
283
283
  "LAT_LONG_FORMAT": "Latitude/longitude format"
284
284
  },
285
+ "INFO": {
286
+ "RELOADED": "Your user account has been updated!"
287
+ },
285
288
  "ERROR": {
286
- "SUBSCRIBE_ACCOUNT_ERROR": "Error while listening account's changes."
289
+ "SUBSCRIBE_ERROR": "Error while listening account's changes."
287
290
  }
288
291
  },
289
292
  "SETTINGS": {
@@ -279,8 +279,11 @@
279
279
  "LOCALE": "Langue",
280
280
  "LAT_LONG_FORMAT": "Format latitude/longitude"
281
281
  },
282
+ "INFO": {
283
+ "RELOADED": "Votre compte utilisateur a été actualisé !"
284
+ },
282
285
  "ERROR": {
283
- "SUBSCRIBE_ACCOUNT_ERROR": "Échec de l'abonnement distant au compte utilisateur."
286
+ "SUBSCRIBE_ERROR": "Échec de l'abonnement distant au compte utilisateur."
284
287
  }
285
288
  },
286
289
  "SETTINGS": {