multi-range-slider-vue
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "multi-range-slider-vue", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A component create range slider that have two values minValue and maxValue that can be set in props and get on @input event in addition min, max, step, ... etc. see ReadMe", | ||
@@ -5,0 +5,0 @@ "main": "MultiRangeSlider.vue", |
@@ -40,4 +40,4 @@ # MultiRangeSlider.vue | ||
| maxValue | Number | 75 | Slider range selected maximum value that will show default selected | | ||
| step | Number | 5 | Slider change value that will change when bar clicked or keyboard arrow key pressed | | ||
| rangeMargin | Number | step | Slider minValue and maxValue minimum difference. user cannot select less than rangeMargin value. If not specified then step value is min range. Can not less than step and should be multiple of step. | | ||
| step | Number | 1 | Slider change value that will change when bar clicked or keyboard arrow key pressed | | ||
| rangeMargin | Number | step | Slider minValue and maxValue minimum difference. user cannot select less than rangeMargin value. If not specified then step value is min range. If rangeMargin is set to zero then user can select same minValue and maxValue | | ||
| preventWheel | Boolean | false | true then it not accept mouse wheel to change its value. false then (shift + wheel) change minValue (ctrl+wheel) change maxValue, (ctrl+shift+wheel) change both values | | ||
@@ -44,0 +44,0 @@ | ruler | Boolean | true | is ruler visible or not. sub-ruler is display when labels are set and step not equal to 1.| |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
88623
362