svelte-range-slider-pips
Advanced tools
Comparing version 1.6.1 to 1.7.0
{ | ||
"name": "svelte-range-slider-pips", | ||
"version": "1.6.1", | ||
"version": "1.7.0", | ||
"svelte": "src/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/svelte-range-slider-pips.mjs", |
@@ -100,3 +100,3 @@ | ||
**pips** | `Boolean` | `false` | Whether to show pips/notches on the slider | ||
**pipStep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property | ||
**pipstep** | `Number` | `1`/`10`/`20` | Every `nth` step to show a pip for. This has multiple defaults depending on `values` property | ||
**first** | `Boolean`/`String` | `false` | Whether to show a pip or label for the first value on slider. Use `first='label'` to show a label value | ||
@@ -107,2 +107,3 @@ **last** | `Boolean`/`String` | `false` | Whether to show a pip or label for the last value on slider. Use `last='label'` to show a label value | ||
**suffix** | `String` | `""` | A string to suffix to all displayed values | ||
**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 | ||
@@ -109,0 +110,0 @@ **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 |
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
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
201762
4218
130