project-booster-vue 10.24.7 → 10.24.8
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 +1 -1
- package/src/components/rework/question/MPbQuestion.vue +4 -0
- package/src/components/scenario/scenarii/appointment-qualification-garden.json +20 -17
- package/src/components/scenario/scenarii/estimator-attic-insulation.json +325 -250
- package/src/components/scenario/scenarii/estimator-external-wall-insulation.json +473 -428
- package/src/components/scenario/scenarii/estimator-floor-insulation.json +323 -227
- package/src/components/scenario/scenarii/estimator-hpwa.json +101 -36
- package/src/components/scenario/scenarii/estimator-pellet-boiler.json +267 -207
- package/src/components/scenario/scenarii/estimator-pellet-burning-stove.json +278 -262
- package/src/components/scenario/scenarii/estimator-solar-panel.json +2055 -132
- package/src/components/scenario/scenarii/estimator-wood-stove.json +335 -296
- package/src/services/scenarioConditionals.ts +12 -6
package/package.json
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"pageCategory2": ""
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"projectName": "
|
|
21
|
-
"projectKindHref": "
|
|
22
|
-
"projectTypeHref": "
|
|
23
|
-
"domesticSpaceHref": "
|
|
20
|
+
"projectName": "Projet jardin",
|
|
21
|
+
"projectKindHref": "",
|
|
22
|
+
"projectTypeHref": "",
|
|
23
|
+
"domesticSpaceHref": "",
|
|
24
24
|
"configuratorType": "Jardin"
|
|
25
25
|
},
|
|
26
26
|
"stepCode": "GARDEN"
|
|
@@ -53,8 +53,7 @@
|
|
|
53
53
|
"widthXlSize": true,
|
|
54
54
|
"widthFromL": "auto",
|
|
55
55
|
"hideBackButton": true,
|
|
56
|
-
"label": "À quoi correspond votre projet de jardin ?"
|
|
57
|
-
"subtitle": "Cela nous permettra de vous proposer les produits les plus adaptés."
|
|
56
|
+
"label": "À quoi correspond votre projet de jardin ?"
|
|
58
57
|
},
|
|
59
58
|
"answers": {
|
|
60
59
|
"NEW": {
|
|
@@ -102,14 +101,13 @@
|
|
|
102
101
|
"forceOneCardPerLineOnMobile": true,
|
|
103
102
|
"widthXlSize": true,
|
|
104
103
|
"widthFromL": "auto",
|
|
105
|
-
"label": "Votre logement a-t-il plus de 2 ans ?"
|
|
106
|
-
"subtitle": "Cela nous permettra de vous proposer les produits les plus adaptés."
|
|
104
|
+
"label": "Votre logement a-t-il plus de 2 ans ?"
|
|
107
105
|
},
|
|
108
106
|
"answers": {
|
|
109
107
|
"MORE_THAN_2_YEARS": {
|
|
110
108
|
"code": "MORE_THAN_2_YEARS",
|
|
111
109
|
"viewModel": {
|
|
112
|
-
"title": "Oui
|
|
110
|
+
"title": "Oui"
|
|
113
111
|
},
|
|
114
112
|
"meta": {
|
|
115
113
|
"ranking": 1
|
|
@@ -118,7 +116,7 @@
|
|
|
118
116
|
"LESS_THAN_2_YEARS": {
|
|
119
117
|
"code": "LESS_THAN_2_YEARS",
|
|
120
118
|
"viewModel": {
|
|
121
|
-
"title": "Non
|
|
119
|
+
"title": "Non"
|
|
122
120
|
},
|
|
123
121
|
"meta": {
|
|
124
122
|
"ranking": 2
|
|
@@ -347,7 +345,7 @@
|
|
|
347
345
|
},
|
|
348
346
|
"payload": {
|
|
349
347
|
"viewModel": {
|
|
350
|
-
"label": "
|
|
348
|
+
"label": "De quel type de support disposez-vous pour votre terrasse ?",
|
|
351
349
|
"answersComponent": "MPbCard",
|
|
352
350
|
"progressBar": true,
|
|
353
351
|
"forceOneCardPerLineOnMobile": true,
|
|
@@ -725,7 +723,7 @@
|
|
|
725
723
|
"REAR_OR_SIDE": {
|
|
726
724
|
"code": "REAR_OR_SIDE",
|
|
727
725
|
"viewModel": {
|
|
728
|
-
"title": "À l'arrière ou sur les côtés
|
|
726
|
+
"title": "À l'arrière ou sur les côtés"
|
|
729
727
|
},
|
|
730
728
|
"meta": {
|
|
731
729
|
"ranking": 1
|
|
@@ -734,7 +732,7 @@
|
|
|
734
732
|
"FRONT": {
|
|
735
733
|
"code": "FRONT",
|
|
736
734
|
"viewModel": {
|
|
737
|
-
"title": "Devant
|
|
735
|
+
"title": "Devant"
|
|
738
736
|
},
|
|
739
737
|
"meta": {
|
|
740
738
|
"ranking": 2
|
|
@@ -743,7 +741,7 @@
|
|
|
743
741
|
"ALL_AROUND": {
|
|
744
742
|
"code": "ALL_AROUND",
|
|
745
743
|
"viewModel": {
|
|
746
|
-
"title": "Tout autour
|
|
744
|
+
"title": "Tout autour"
|
|
747
745
|
},
|
|
748
746
|
"meta": {
|
|
749
747
|
"ranking": 3
|
|
@@ -1281,7 +1279,7 @@
|
|
|
1281
1279
|
"viewModel": {
|
|
1282
1280
|
"label": "Ajouter un plan à partir d’une conception 3D Leroy Merlin",
|
|
1283
1281
|
"redirectLink": {
|
|
1284
|
-
"label": "
|
|
1282
|
+
"label": "Télécharger un plan à partir d'un fichier",
|
|
1285
1283
|
"nextStep": {
|
|
1286
1284
|
"code": "LMFR_QUESTION_ADD_PLAN"
|
|
1287
1285
|
}
|
|
@@ -1471,7 +1469,12 @@
|
|
|
1471
1469
|
"widthFromL": "1of3",
|
|
1472
1470
|
"widthXlSize": true,
|
|
1473
1471
|
"label": "Souhaitez-vous nous confier les travaux ?",
|
|
1474
|
-
"
|
|
1472
|
+
"notification": {
|
|
1473
|
+
"type": "info",
|
|
1474
|
+
"title": "Pergola attenante à la maison",
|
|
1475
|
+
"content": "Votre projet concerne une pergola attenante à la maison. Si vous choisissez de la faire poser par un artisan, vous pouvez bénéficier d’une TVA à 10%.",
|
|
1476
|
+
"conditions": ["isAnswerContaining('LMFR_QUESTION_WORKS', 'BIOCLIMATIC_PERGOLA')"]
|
|
1477
|
+
}
|
|
1475
1478
|
},
|
|
1476
1479
|
"answers": {
|
|
1477
1480
|
"BY_A_LEROYMERLIN_PARTNER": {
|
|
@@ -1551,7 +1554,7 @@
|
|
|
1551
1554
|
"widthFromL": "1of3",
|
|
1552
1555
|
"widthXlSize": true,
|
|
1553
1556
|
"label": "Quel budget souhaitez-vous investir dans les travaux ?",
|
|
1554
|
-
"subtitle": "
|
|
1557
|
+
"subtitle": "Si vous avez choisi de faire appel à un artisan pour votre projet, ces propositions de budget prennent en compte le coût de sa prestation."
|
|
1555
1558
|
},
|
|
1556
1559
|
"answers": {
|
|
1557
1560
|
"BETWEEN_1000_AND_3000_EUROS_BY_MYSELF": {
|