@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
@@ -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.
|
72
|
-
? item.
|
73
|
-
|
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.
|
80
|
-
? item.
|
81
|
-
|
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 }}/{{
|
180
|
+
{{ mppt.strings.length }}/{{ mppt.getNumberOfTerminals() }}
|
185
181
|
</div>
|
186
182
|
</BoxIconWrapper>
|
187
183
|
<BoxIconWrapper>
|