codevdesign 0.0.38 → 0.0.40
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/index.ts +3 -3
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -12,7 +12,7 @@ import csqcTable from './composants/csqcTable/csqcTable.vue'
|
|
|
12
12
|
import csqcChaise from './composants/csqcChaise/chaiseConteneur.vue'
|
|
13
13
|
import csqcAide from './composants/csqcAide.vue'
|
|
14
14
|
import csqcEntete from './composants/csqcEntete.vue'
|
|
15
|
-
import csqcTexteBilingue from './composants/csqcTexteBilingue.vue'
|
|
15
|
+
//import csqcTexteBilingue from './composants/csqcTexteBilingue.vue'
|
|
16
16
|
|
|
17
17
|
//import validateurs from './validateurs'
|
|
18
18
|
|
|
@@ -50,8 +50,8 @@ export {
|
|
|
50
50
|
pivEntete,
|
|
51
51
|
csqcAide,
|
|
52
52
|
csqcEntete,
|
|
53
|
-
csqcTexteBilingue,
|
|
54
|
-
validateurs,
|
|
53
|
+
// csqcTexteBilingue,
|
|
54
|
+
//validateurs,
|
|
55
55
|
Utilisateur,
|
|
56
56
|
Unite,
|
|
57
57
|
Intervention,
|