@sinequa/atomic-angular 0.1.36 → 0.1.37

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.
Files changed (49) hide show
  1. package/fesm2022/sinequa-atomic-angular.mjs +561 -549
  2. package/fesm2022/sinequa-atomic-angular.mjs.map +1 -1
  3. package/index.d.ts +2687 -2687
  4. package/package.json +2 -5
  5. package/components/no-result/i18n/de.json +0 -5
  6. package/components/no-result/i18n/en.json +0 -5
  7. package/components/no-result/i18n/fr.json +0 -5
  8. package/components/sort-selector/i18n/de.json +0 -3
  9. package/components/sort-selector/i18n/en.json +0 -3
  10. package/components/sort-selector/i18n/fr.json +0 -3
  11. package/components/source/i18n/de.json +0 -3
  12. package/components/source/i18n/en.json +0 -3
  13. package/components/source/i18n/fr.json +0 -3
  14. package/features/alerts/i18n/de.json +0 -33
  15. package/features/alerts/i18n/en.json +0 -33
  16. package/features/alerts/i18n/fr.json +0 -33
  17. package/features/bookmarks/i18n/de.json +0 -11
  18. package/features/bookmarks/i18n/en.json +0 -11
  19. package/features/bookmarks/i18n/fr.json +0 -11
  20. package/features/collections/i18n/de.json +0 -17
  21. package/features/collections/i18n/en.json +0 -17
  22. package/features/collections/i18n/fr.json +0 -16
  23. package/features/dialogs/i18n/de.json +0 -15
  24. package/features/dialogs/i18n/en.json +0 -15
  25. package/features/dialogs/i18n/fr.json +0 -15
  26. package/features/did-you-mean/i18n/de.json +0 -5
  27. package/features/did-you-mean/i18n/en.json +0 -5
  28. package/features/did-you-mean/i18n/fr.json +0 -5
  29. package/features/drawer/i18n/de.json +0 -22
  30. package/features/drawer/i18n/en.json +0 -22
  31. package/features/drawer/i18n/fr.json +0 -22
  32. package/features/export/i18n/de.json +0 -10
  33. package/features/export/i18n/en.json +0 -10
  34. package/features/export/i18n/fr.json +0 -10
  35. package/features/feedback/i18n/de.json +0 -26
  36. package/features/feedback/i18n/en.json +0 -26
  37. package/features/feedback/i18n/fr.json +0 -26
  38. package/features/filters/i18n/de.json +0 -14
  39. package/features/filters/i18n/en.json +0 -14
  40. package/features/filters/i18n/fr.json +0 -14
  41. package/features/labels/i18n/de.json +0 -8
  42. package/features/labels/i18n/en.json +0 -8
  43. package/features/labels/i18n/fr.json +0 -8
  44. package/features/searches/i18n/de.json +0 -15
  45. package/features/searches/i18n/en.json +0 -15
  46. package/features/searches/i18n/fr.json +0 -15
  47. package/features/sign-in/i18n/de.json +0 -12
  48. package/features/sign-in/i18n/en.json +0 -12
  49. package/features/sign-in/i18n/fr.json +0 -14
@@ -1,15 +0,0 @@
1
- {
2
- "filterCount": "{count} {count, plural, one {filtre} other {filtres}}",
3
- "saved": {
4
- "label": "Recherches enregistrées",
5
- "remove": "Supprimer la recherche enregistrée",
6
- "noSavedSearches": "Aucune recherche enregistrée",
7
- "save": "Sauvegarder la recherche",
8
- "saveName": "Nom de la sauvegarde"
9
- },
10
- "recent": {
11
- "label": "Recherches récentes",
12
- "remove": "Supprimer la recherche récente",
13
- "noRecentSearches": "Aucune recherche récente"
14
- }
15
- }
@@ -1,12 +0,0 @@
1
- {
2
- "username": "Benutzername",
3
- "password": "Passwort",
4
- "connect": "Anmelden",
5
- "back": "Zurück",
6
- "disconnect": "Abmelden",
7
- "SignInWith": "Anmelden mit { provider }",
8
- "or": "Oder",
9
- "welcomeBack": "Willkommen zurück{ name, select, other {{{name}}} undefined {}}!",
10
- "youAreLoggedIn": "Sie sind angemeldet",
11
- "invalidCredentials": "Ungültiger Benutzername oder Passwort"
12
- }
@@ -1,12 +0,0 @@
1
- {
2
- "username": "Username",
3
- "password": "Password",
4
- "connect": "Login",
5
- "back": "Back",
6
- "disconnect": "Logout",
7
- "SignInWith": "Sign-in with { provider }",
8
- "or": "Or",
9
- "welcomeBack": "Welcome back{ name, select, other {{{name}}} undefined {}}!",
10
- "youAreLoggedIn": "You are logged in",
11
- "invalidCredentials": "Invalid username or password"
12
- }
@@ -1,14 +0,0 @@
1
- {
2
- "username": "Nom d'utilisateur",
3
- "password": "Mot de passe",
4
- "connect": "Se connecter",
5
- "back": "Retour",
6
- "disconnect": "Se déconnecter",
7
- "forgotYourPassword": "Mot de passe oublié ?",
8
- "loginDescription": "Saisissez votre adresse email pour vous connecter",
9
- "SignInWith": "Se connecter avec { provider }",
10
- "or": "Ou",
11
- "welcomeBack": "Bienvenue { name, select, other {{{name}}} undefined {}}!",
12
- "youAreLoggedIn": "Vous êtes connecté",
13
- "invalidCredentials": "Nom d'utilisateur ou mot de passe invalide"
14
- }