codevdesign 1.0.57 → 1.0.58

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 (2) hide show
  1. package/index.ts +2 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -21,7 +21,7 @@ import csqcTexteBilingue from './composants/csqcTexteBilingue.vue'
21
21
  import csqcSwitch from './composants/csqcSwitch.vue'
22
22
 
23
23
  //import csqcEditeurTexteRiche from './composants/csqcEditeurTexteRiche.vue'
24
- //import csqcImportCSV from './composants/csqcImportCSV.vue'
24
+ import csqcImportCSV from './composants/csqcImportCSV.vue'
25
25
  import csqcRechercheUtilisateur from './composants/csqcRechercheUtilisateur.vue'
26
26
  import validateurs from './composants/validateurs'
27
27
 
@@ -66,7 +66,7 @@ export {
66
66
  csqcTexteBilingue,
67
67
  // csqcEditeurTexteRiche,
68
68
  validateurs,
69
- // csqcImportCSV,
69
+ csqcImportCSV,
70
70
  csqcRechercheUtilisateur,
71
71
  csqcRafraichisseurToken,
72
72
  csqcRafraichisseurTokenParent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codevdesign",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Composants Vuetify 3 pour les projets Codev",
5
5
  "files": [
6
6
  "./**/*.vue",