@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.11 → 7.48.1-EPDM-12680.12

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.48.1-EPDM-12680.11",
3
+ "version": "7.48.1-EPDM-12680.12",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -65,22 +65,18 @@
65
65
  })
66
66
  }}%</MarkerItem
67
67
  >
68
- <MarkerItem>
68
+ <MarkerItem v-if="item.hasTemplate">
69
69
  <span
70
70
  :title="
71
- item.hasTemplate
72
- ? item.company_product_template_name
73
- ? item.company_product_template_name
74
- : $gettext('no_template_selected')
75
- : $gettext('no_template')
71
+ item.companyProductTemplateName
72
+ ? item.companyProductTemplateName
73
+ : $gettext('no_template_selected')
76
74
  "
77
75
  >
78
76
  {{
79
- item.hasTemplate
80
- ? item.company_product_template_name
81
- ? item.company_product_template_name
82
- : $gettext('no_template_selected')
83
- : $gettext('no_template')
77
+ item.companyProductTemplateName
78
+ ? item.companyProductTemplateName
79
+ : $gettext('no_template_selected')
84
80
  }}
85
81
  </span>
86
82
  </MarkerItem>
@@ -181,7 +177,7 @@
181
177
  size="11px"
182
178
  />
183
179
  <div>
184
- {{ mppt.strings.length }}/{{ item.availableMPPTs?.length }}
180
+ {{ mppt.strings.length }}/{{ mppt.getNumberOfTerminals() }}
185
181
  </div>
186
182
  </BoxIconWrapper>
187
183
  <BoxIconWrapper>