project-booster-vue 8.128.4 → 8.128.5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "8.128.4",
3
+ "version": "8.128.5",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -42,8 +42,8 @@
42
42
  <pb-card
43
43
  class="pb-configurations-import__answer-card"
44
44
  :image="ADD_ICON"
45
- title="Ajouter un plan"
46
- text="Une photo ou image du plan"
45
+ :title="payload.viewModel.addTitle || 'Ajouter un plan'"
46
+ :text="payload.viewModel.addText || 'Une photo ou image du plan'"
47
47
  @card-click="displayDocumentDialog"
48
48
  />
49
49
  </div>
@@ -2,6 +2,8 @@
2
2
  "viewModel": {
3
3
  "label": "Les photos de votre cuisine",
4
4
  "answersComponent": "PbCard",
5
+ "addTitle": "Ajouter une photo",
6
+ "addText": " ",
5
7
  "mediaPayload": {
6
8
  "viewModel": {
7
9
  "type": "documents",
@@ -698,6 +698,8 @@
698
698
  "viewModel": {
699
699
  "startOpened": true,
700
700
  "label": "Les photos de votre cuisine",
701
+ "addTitle": "Ajouter une photo",
702
+ "addText": " ",
701
703
  "answersComponent": "PbCard",
702
704
  "showMore": {
703
705
  "itemsPerPage": 4,