project-booster-vue 9.18.4 → 9.18.7
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/projects/project-hub/PbProjectHub.vue +5 -1
- package/src/components/question/amount-input/default-payload.json +1 -1
- package/src/components/scenario/scenarii/appointment-qualification-kitchen.json +4 -1
- package/src/components/scenario/scenarii/scenario-kitchen.json +4 -1
package/package.json
CHANGED
|
@@ -136,7 +136,11 @@
|
|
|
136
136
|
</m-container>
|
|
137
137
|
<pb-empty-state
|
|
138
138
|
v-else
|
|
139
|
-
:title="
|
|
139
|
+
:title="
|
|
140
|
+
!readOnly
|
|
141
|
+
? 'Partager vos documents (plan, photo) pour votre RDV de conception avec un conseiller'
|
|
142
|
+
: ''
|
|
143
|
+
"
|
|
140
144
|
:subtitle="!readOnly ? '' : 'Aucune information renseignée'"
|
|
141
145
|
image="https://storage.googleapis.com/project-booster-media/media/empty-media.png"
|
|
142
146
|
:button-label="!readOnly ? 'Ajouter des documents' : ''"
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"minValue": 0,
|
|
6
6
|
"minErrorMessage": "Veuillez saisir un nombre entier plus grand que 0",
|
|
7
7
|
"maxValue": 1500000,
|
|
8
|
-
"maxErrorMessage": "Veuillez saisir un nombre plus petit
|
|
8
|
+
"maxErrorMessage": "Veuillez saisir un nombre plus petit"
|
|
9
9
|
},
|
|
10
10
|
"backLabel": "Question précédente",
|
|
11
11
|
"label": "Quel est votre budget ?",
|
|
@@ -4,7 +4,10 @@
|
|
|
4
4
|
"type": "SCENARIO",
|
|
5
5
|
"meta": {
|
|
6
6
|
"businessUnit": "001",
|
|
7
|
-
"
|
|
7
|
+
"webAnalytics": {
|
|
8
|
+
"category": "Cuisine",
|
|
9
|
+
"scenario": "appointment-qualification-kitchen"
|
|
10
|
+
},
|
|
8
11
|
"projectName": "Rénover une cuisine",
|
|
9
12
|
"store": "11",
|
|
10
13
|
"projectKindHref": "/project-kinds/34048",
|
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
"meta": {
|
|
6
6
|
"estimatorId": "98f9ed7a-639a-4349-b56d-b07ff05c5a7a",
|
|
7
7
|
"businessUnit": "LMFR",
|
|
8
|
-
"
|
|
8
|
+
"webAnalytics": {
|
|
9
|
+
"category": "Cuisine",
|
|
10
|
+
"scenario": "Estimation-budget-cout-cuisine"
|
|
11
|
+
},
|
|
9
12
|
"projectName": "Estimation cuisine"
|
|
10
13
|
},
|
|
11
14
|
"stepCode": "KITCHEN_BUDGET_ESTIMATE"
|