@tekkare/romulus 0.1.116 → 0.1.117

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/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
- "version": "0.1.115",
7
+ "version": "0.1.116",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "0.8.4",
10
10
  "unbuild": "2.0.0"
@@ -112,6 +112,7 @@ const FR = {
112
112
  kindProduct: 'Une marque',
113
113
  kindProductHint: 'Une à {max} marques, suivies partout : prix, avis HAS, indications, ANSM, PUT, MITM, Journal officiel.',
114
114
  brands: 'Marques surveillées',
115
+ brandsSearch: 'Rechercher une marque, une molécule, une classe ATC',
115
116
  brandsHint: 'Cherchez une marque et ajoutez-la. L’alerte couvre tout le hub pour chacune.',
116
117
  brandsRequired: 'Choisissez au moins une marque.',
117
118
  brandsTooMany: 'Une alerte suit {max} marques au maximum.',
@@ -164,6 +165,7 @@ const EN = {
164
165
  kindProduct: 'A brand',
165
166
  kindProductHint: 'One to {max} brands, watched everywhere: prices, HAS opinions, indications, ANSM, PUT, MITM, official journal.',
166
167
  brands: 'Watched brands',
168
+ brandsSearch: 'Search a brand, a molecule, an ATC class',
167
169
  brandsHint: 'Search a brand and add it. The alert covers the whole hub for each one.',
168
170
  brandsRequired: 'Pick at least one brand.',
169
171
  brandsTooMany: 'An alert watches at most {max} brands.',
@@ -436,7 +438,11 @@ function submit() {
436
438
  <RmFilterComplex
437
439
  v-model="brands"
438
440
  v-model:search="brandSearch"
439
- :label="T.brands"
441
+ <!-- L'intitule du filtre dit l'action, pas le titre de la section :
442
+ repeter « Marques surveillees » juste sous la legende ne dit rien
443
+ de plus, et l'utilisateur a besoin de savoir qu'il peut chercher
444
+ par molecule ou par classe. -->
445
+ :label="T.brandsSearch"
440
446
  :options="brandOptions.map((brand) => ({ label: brand, value: brand }))"
441
447
  remote
442
448
  :lang="lang"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/romulus",
3
- "version": "0.1.116",
3
+ "version": "0.1.117",
4
4
  "description": "Romulus Design System - Nuxt module by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",