project-booster-vue 8.113.2 → 8.114.0

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.113.2",
3
+ "version": "8.114.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "test:unit": "vue-cli-service test:unit --forceExit --detectOpenHandles",
@@ -56,7 +56,7 @@
56
56
  "velocity-animate": "1.5.2",
57
57
  "vue": "3.2.21",
58
58
  "vue-router": "4.0.12",
59
- "vue3-cookies": "1.0.1",
59
+ "vue3-cookies": "1.0.6",
60
60
  "vuex": "4.0.2",
61
61
  "vuexfire": "3.2.5",
62
62
  "yarn": "1.22.10",
@@ -99,6 +99,12 @@ export default {
99
99
  image: 'https://storage.googleapis.com/project-booster-media/insulation/logo-insulation-estimator.png',
100
100
  href: '/estimation-budget-cout-isolation.html',
101
101
  },
102
+ {
103
+ title: 'Estimer le coût de votre sol',
104
+ text: 'Carrelage, sol stratifié, sol souple ...',
105
+ image: 'https://storage.googleapis.com/project-booster-media/floor/illu-floor-cover.png',
106
+ href: '/projets/estimations/estimation-budget-cout-revetement-de-sol.html',
107
+ },
102
108
  ],
103
109
  };
104
110
  },
@@ -121,7 +121,11 @@ export default {
121
121
  },
122
122
  methods: {
123
123
  displayProductsList(item, section) {
124
- this.$store.dispatch('pushedCardClickEvent', { product: item, section: section, project: this.project });
124
+ this.$store.dispatch('categories/pushedCardClickEvent', {
125
+ product: item,
126
+ section: section,
127
+ project: this.project,
128
+ });
125
129
  },
126
130
  scrollToTop() {
127
131
  setTimeout(() => {
@@ -4,7 +4,7 @@
4
4
  :class="`pb-restitution pb-restitution--${componentTheme}`"
5
5
  align-items="center"
6
6
  direction="column"
7
- :style="`min-height: ${exitOptions ? 'auto' : minHeight};`"
7
+ :style="`min-height: ${displayRestitutionExit ? 'auto' : minHeight};`"
8
8
  ref="pbRestitution"
9
9
  >
10
10
  <m-link