codevdesign 1.0.17 → 1.0.18

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.
@@ -11,8 +11,8 @@
11
11
  >{{ $t(cleTradFr) }}
12
12
  </label>
13
13
  <csqcAide
14
- v-if="props.aideFr && !libelleInterieur"
15
- :aide="props.aideFr"
14
+ v-if="props.aide && !libelleInterieur"
15
+ :aide="props.aide"
16
16
  hover
17
17
  :style-css="'padding-bottom:6px;padding-left:8px;'"
18
18
  />
@@ -48,8 +48,8 @@
48
48
  :class="{ libelle: true, required: estRequis }"
49
49
  >{{ $t(cleTradEn) }}</label
50
50
  ><csqcAide
51
- v-if="props.aideEn && !libelleInterieur"
52
- :aide="props.aideEn"
51
+ v-if="props.aide && !libelleInterieur"
52
+ :aide="props.aide"
53
53
  hover
54
54
  :style-css="'padding-bottom:6px;padding-left:8px;'"
55
55
  />
@@ -87,8 +87,7 @@
87
87
  const { t } = useI18n({ useScope: 'global' })
88
88
 
89
89
  const props = defineProps<{
90
- aideFr?: string
91
- aideEn?: string
90
+ aide?: string
92
91
  textarea?: boolean
93
92
  libelleInterieur?: boolean
94
93
  estRequis?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",