codevdesign 0.0.41 → 0.0.42

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.
@@ -65,7 +65,6 @@
65
65
 
66
66
  <script setup lang="ts" generic="T extends { id: number }">
67
67
  import { estRequis as estRequisRegle, estUniqueBilingue, estMinimumLongueur, estMaximumLongueur } from './validateurs'
68
-
69
68
  import { ChoixLangue } from '@/enums/choixLangue'
70
69
  import { computed, type PropType, toRefs } from 'vue'
71
70
 
@@ -1,6 +1,5 @@
1
1
  import { ChoixLangue } from '@/enums/choixLangue'
2
- // @ts-ignore
3
- import i18n from '@/plugins/i18n.js'
2
+ import i18n from '@/plugins/i18n'
4
3
  const { t } = i18n.global
5
4
 
6
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",