v-range-component
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -102,3 +102,3 @@ // | ||
default: function () { return false; }, | ||
}, | ||
} | ||
}, | ||
@@ -235,3 +235,3 @@ computed: { | ||
this.timer = setTimeout(function () { | ||
this$1.$emit("change", Object.values(this$1.params.values)); | ||
this$1.$emit("change", Object.values(this$1.params.inputValue)); | ||
}, this.lazy); | ||
@@ -238,0 +238,0 @@ }, |
@@ -105,3 +105,3 @@ var VRangeComponent = (function (exports) { | ||
default: function () { return false; }, | ||
}, | ||
} | ||
}, | ||
@@ -238,3 +238,3 @@ computed: { | ||
this.timer = setTimeout(function () { | ||
this$1.$emit("change", Object.values(this$1.params.values)); | ||
this$1.$emit("change", Object.values(this$1.params.inputValue)); | ||
}, this.lazy); | ||
@@ -241,0 +241,0 @@ }, |
@@ -108,3 +108,3 @@ (function (global, factory) { | ||
default: function () { return false; }, | ||
}, | ||
} | ||
}, | ||
@@ -241,3 +241,3 @@ computed: { | ||
this.timer = setTimeout(function () { | ||
this$1.$emit("change", Object.values(this$1.params.values)); | ||
this$1.$emit("change", Object.values(this$1.params.inputValue)); | ||
}, this.lazy); | ||
@@ -244,0 +244,0 @@ }, |
{ | ||
"name": "v-range-component", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Vue Range Slider component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50098