vue-slider-component
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "vue-slider-component", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Can use the Slider component in vue1.x and vue2.x", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,2 +20,3 @@ # vue-slider-component | ||
- [x] Range | ||
- [ ] Progress bar | ||
@@ -113,2 +114,3 @@ ## Example | ||
| styles | Object | null | the custom styles | | ||
| eventType | String | 'auto' | the event type, optional value: ['auto', 'touch', 'mouse', 'none'] | | ||
| width | Number,String | 150 | width of the component | | ||
@@ -123,3 +125,3 @@ | height | Number | 4 | height of the component | | ||
| piecewise | Boolean | false | display of the piecewise | | ||
| tooltip | String,Boolean| false | control the tooltip ['hover', 'always', false] | | ||
| tooltip | String,Boolean| false | control the tooltip, optional value: ['hover', 'always', false] | | ||
| val | Number,Array | 0 | initial value (if the value for the array open range model) | | ||
@@ -126,0 +128,0 @@ | data | Array | null | the custom data | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
167
161439