@sumaris-net/ngx-components 1.19.1 → 1.19.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.19.1",
4
+ "version": "1.19.2",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -396,12 +396,31 @@
396
396
  },
397
397
  "TYPE_ENUM": {
398
398
  "DEBUG_DATA": "Debug data",
399
- "INBOX_MESSAGE": "Inbox message"
399
+ "INBOX_MESSAGE": "Inbox message",
400
+ "FEED": "Feed"
401
+ }
402
+ },
403
+ "MESSAGE": {
404
+ "TYPE": "Message type",
405
+ "RECIPIENTS": "Recipients",
406
+ "SUBJECT": "Object",
407
+ "BODY_HELP": "Your message...",
408
+ "NEW": {
409
+ "TITLE": "New message"
410
+ },
411
+ "TYPE_ENUM": {
412
+ "INBOX_MESSAGE": "Internal message",
413
+ "EMAIL": "Email",
414
+ "FEED": "Feed"
400
415
  }
401
416
  },
402
417
  "ERROR": {
403
418
  "LOAD_USER_EVENTS_ERROR": "Error while loading notifications",
404
- "SAVE_USER_EVENT_ERROR": "Error while saving user message"
419
+ "SAVE_USER_EVENT_ERROR": "Error while saving user notification",
420
+ "SEND_MESSAGE_ERROR": "Error while sending message"
421
+ },
422
+ "INFO": {
423
+ "MESSAGE_SENT": "Message <b>sent</b>"
405
424
  }
406
425
  },
407
426
  "FILE": {
@@ -400,9 +400,27 @@
400
400
  "FEED": "Feed"
401
401
  }
402
402
  },
403
+ "MESSAGE": {
404
+ "TYPE": "Message type",
405
+ "RECIPIENTS": "Recipients",
406
+ "SUBJECT": "Object",
407
+ "BODY_HELP": "Your message...",
408
+ "NEW": {
409
+ "TITLE": "New message"
410
+ },
411
+ "TYPE_ENUM": {
412
+ "INBOX_MESSAGE": "Internal message",
413
+ "EMAIL": "Email",
414
+ "FEED": "Feed"
415
+ }
416
+ },
403
417
  "ERROR": {
404
418
  "LOAD_USER_EVENTS_ERROR": "Error while loading notifications",
405
- "SAVE_USER_EVENT_ERROR": "Error while saving user message"
419
+ "SAVE_USER_EVENT_ERROR": "Error while saving user notification",
420
+ "SEND_MESSAGE_ERROR": "Error while sending message"
421
+ },
422
+ "INFO": {
423
+ "MESSAGE_SENT": "Message <b>sent</b>"
406
424
  }
407
425
  },
408
426
  "FILE": {
@@ -175,7 +175,7 @@
175
175
  },
176
176
  "TESTING": "Mode développeur ?",
177
177
  "ENTITY_TRASH": "Activer la corbeille du pod ?",
178
- "UPDATE_TECHNICAL_TABLES": "Mise à jour auto des tables techniques ?",
178
+ "UPDATE_TECHNICAL_TABLES": "Pod > Tables techniques : mise à jour auto ?",
179
179
  "ANALYTIC_REFERENCES_ENABLE": "Stratégie > Références analytiques : Activer ?",
180
180
  "AUTH_TOKEN_TYPE_PLACEHOLDER": "Securité > Type d'authentification",
181
181
  "AUTH_TOKEN_TYPE": {
@@ -421,7 +421,7 @@
421
421
  "SEND_MESSAGE_ERROR": "Erreur lors de l'envoi du message"
422
422
  },
423
423
  "INFO": {
424
- "MESSAGE_SENT": "Message envoyé"
424
+ "MESSAGE_SENT": "Message <b>envoyé</b>"
425
425
  }
426
426
  },
427
427
  "FILE": {