@eturnity/eturnity_reusable_components 1.0.99 → 1.1.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": "1.0.99",
3
+ "version": "1.1.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -287,7 +287,7 @@ export default {
287
287
  numberPrecision: this.numberPrecision,
288
288
  })
289
289
  }
290
- this.$emit("input-blur")
290
+ this.$emit("input-blur", value)
291
291
  },
292
292
  focusInput() {
293
293
  if (this.disabled) {