project-booster-vue 10.5.0 → 10.5.2
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/package.json
CHANGED
|
@@ -113,7 +113,12 @@
|
|
|
113
113
|
</template>
|
|
114
114
|
<li v-if="attributeId === 'bathTubStyle'">Type de baignoire: {{ bathTubStyle[attribute.value] }}</li>
|
|
115
115
|
<li v-if="attributeId === 'showerType'">Type de douche: {{ showerType[attribute.value] }}</li>
|
|
116
|
-
<
|
|
116
|
+
<template v-if="attributeId === 'furnitureType'">
|
|
117
|
+
<li v-if="isArray(attribute.value)" v-for="value in JSON.parse(attribute.value)">
|
|
118
|
+
Type de meubles: {{ furnitureType[value] }}
|
|
119
|
+
</li>
|
|
120
|
+
<li v-else>Type de meubles: {{ furnitureType[attribute.value] }}</li>
|
|
121
|
+
</template>
|
|
117
122
|
<li v-if="attributeId === 'wcType'">Type de WC: {{ wcType[attribute.value] }}</li>
|
|
118
123
|
</template>
|
|
119
124
|
</ul>
|
|
@@ -446,16 +446,6 @@
|
|
|
446
446
|
"meta": {
|
|
447
447
|
"ranking": 3
|
|
448
448
|
}
|
|
449
|
-
},
|
|
450
|
-
"COLUMN": {
|
|
451
|
-
"code": "COLUMN",
|
|
452
|
-
"viewModel": {
|
|
453
|
-
"title": "Colonne",
|
|
454
|
-
"image": "https://storage.googleapis.com/project-booster-media/bathroom/shower/colonne.jpg"
|
|
455
|
-
},
|
|
456
|
-
"meta": {
|
|
457
|
-
"ranking": 4
|
|
458
|
-
}
|
|
459
449
|
}
|
|
460
450
|
}
|
|
461
451
|
},
|
|
@@ -530,7 +520,7 @@
|
|
|
530
520
|
}
|
|
531
521
|
},
|
|
532
522
|
"BUILTIN_WASHBASIN": {
|
|
533
|
-
"code": "
|
|
523
|
+
"code": "BUILTIN_WASHBASIN",
|
|
534
524
|
"viewModel": {
|
|
535
525
|
"title": "Double vasque encastrée",
|
|
536
526
|
"image": "https://storage.googleapis.com/project-booster-media/bathroom/furniture/double-vasque-encastree.png"
|
|
@@ -1179,8 +1169,8 @@
|
|
|
1179
1169
|
},
|
|
1180
1170
|
"answersComponent": "MPbCard",
|
|
1181
1171
|
"progressBar": true,
|
|
1182
|
-
"forceOneCardPerLineOnMobile": true,
|
|
1183
1172
|
"widthFromL": "1of3",
|
|
1173
|
+
"forceOneCardPerLineOnMobile": true,
|
|
1184
1174
|
"widthXlSize": true,
|
|
1185
1175
|
"label": "Idéalement, quand aimeriez-vous commencer les travaux ?"
|
|
1186
1176
|
},
|