@eturnity/eturnity_reusable_components 7.12.6-EPDM-7951.0 → 7.12.6-EPDM-7951.1

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.12.6-EPDM-7951.0",
3
+ "version": "7.12.6-EPDM-7951.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -100,7 +100,7 @@
100
100
  // >
101
101
  //<template name=label><img>....</template>
102
102
  //</inputNumber>
103
- import styled from 'vue-styled-components'
103
+ import styled from 'vue3-styled-components'
104
104
  import {
105
105
  stringToNumber,
106
106
  numberToString
@@ -468,7 +468,7 @@ export default {
468
468
  }
469
469
  },
470
470
  methods: {
471
- onEnterPress(){
471
+ onEnterPress() {
472
472
  this.$emit('on-enter-click')
473
473
  this.$refs.inputField1.$el.blur()
474
474
  },