svelte-range-slider-pips
Advanced tools
Comparing version 1.7.2 to 1.8.0
{ | ||
"name": "svelte-range-slider-pips", | ||
"version": "1.7.2", | ||
"version": "1.8.0", | ||
"svelte": "src/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/svelte-range-slider-pips.mjs", |
@@ -114,4 +114,4 @@ | ||
**disabled** | `Boolean` | `false` | Determine if the slider is disabled, or enabled _(only disables interactions, and events)_ | ||
**formatter** | `Function` | `(v) => v` | A function to re-format values before they are displayed | ||
**handleFormatter** | `Function` | `formatter` | A function to re-format values on the handle/float before they are displayed. Defaults to the same function given to the `formatter` property | ||
**formatter** | `Function` | `(v,i) => v` | A function to re-format values before they are displayed (`v = value, i = pip index`) | ||
**handleFormatter** | `Function` | `formatter` | A function to re-format values on the handle/float before they are displayed. Defaults to the same function given to the `formatter` property (`v = value, i = handle index`) | ||
**springValues** | `Object` | `{ stiffness: 0.15, damping: 0.4 }` | Svelte spring physics object to change the behaviour of the handle when moving | ||
@@ -118,0 +118,0 @@ |
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
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
217315
4778