@eturnity/eturnity_reusable_components 7.48.1-EPDM-12680.42 → 7.48.1-EPDM-12680.45
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
@@ -3,7 +3,6 @@
|
|
3
3
|
<PageTitleContainer data-id="string_design_expand_collapse_section">
|
4
4
|
<SectionTitleText>{{ $gettext('inverters') }}</SectionTitleText>
|
5
5
|
<ButtonIcon
|
6
|
-
v-if="hasStringsOrStorage"
|
7
6
|
custom-color="black"
|
8
7
|
:icon-name="hasExpandedSection ? 'collapse_all' : 'expand_all'"
|
9
8
|
:text="$gettext(hasExpandedSection ? 'collapse_all' : 'expand_all')"
|
@@ -153,7 +152,7 @@
|
|
153
152
|
minDecimals: 0,
|
154
153
|
})
|
155
154
|
}}
|
156
|
-
{{ $gettext('
|
155
|
+
{{ $gettext('kWAC') }}
|
157
156
|
</MarkerItem>
|
158
157
|
</MarkersContainer>
|
159
158
|
<IconsContainer>
|
@@ -970,7 +969,6 @@
|
|
970
969
|
}
|
971
970
|
},
|
972
971
|
handleMoveClick(direction, index, item) {
|
973
|
-
console.log('handleMoveClick', item)
|
974
972
|
this.$emit('on-move', {
|
975
973
|
direction: direction,
|
976
974
|
index: index,
|