@eturnity/eturnity_reusable_components 7.10.0-EPDM-10163.0 → 7.10.0-EPDM-10285.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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.10.0-EPDM-10163.0",
3
+ "version": "7.10.0-EPDM-10285.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -655,7 +655,7 @@ export default {
655
655
  e.preventDefault()
656
656
  let value = parseFloat(this.value || 0)
657
657
  value += parseFloat(this.interactionStep) * parseInt(e.movementX)
658
- this.$emit('on-input', value)
658
+ this.$emit('on-input-drag', value)
659
659
 
660
660
  this.textInput = numberToString({
661
661
  value: value && value.length ? value : this.minNumber,