project-booster-vue 8.128.4 → 8.128.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "8.128.4",
3
+ "version": "8.128.7",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -40,10 +40,10 @@
40
40
  >
41
41
  <div class="pb-upload-document__answer">
42
42
  <pb-card
43
- class="pb-configurations-import__answer-card"
43
+ class="pb-upload-document__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>
@@ -497,6 +497,10 @@ $answers-apparition-duration: '0.5s';
497
497
  box-sizing: border-box;
498
498
  height: 100% !important;
499
499
  }
500
+
501
+ &-card {
502
+ height: 100%;
503
+ }
500
504
  }
501
505
 
502
506
  &__decorator-stripe {
@@ -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,