@statistikzh/leu 0.23.0 → 0.24.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/.github/workflows/ci.yml +8 -8
  2. package/.github/workflows/deploy-github-pages.yaml +2 -2
  3. package/.github/workflows/publish.yml +37 -0
  4. package/.github/workflows/release-please.yml +1 -19
  5. package/.release-please-manifest.json +1 -1
  6. package/CHANGELOG.md +26 -0
  7. package/dist/Accordion.js +1 -1
  8. package/dist/Button.js +1 -1
  9. package/dist/ButtonGroup.js +1 -1
  10. package/dist/ChartWrapper.js +1 -1
  11. package/dist/Checkbox.js +1 -1
  12. package/dist/CheckboxGroup.js +1 -1
  13. package/dist/Chip.js +1 -1
  14. package/dist/ChipGroup.js +1 -1
  15. package/dist/ChipLink.js +1 -1
  16. package/dist/ChipRemovable.js +1 -1
  17. package/dist/ChipSelectable.js +1 -1
  18. package/dist/Dialog.js +1 -1
  19. package/dist/Dropdown.js +1 -1
  20. package/dist/FileInput.d.ts +0 -1
  21. package/dist/FileInput.js +1 -35
  22. package/dist/Icon.js +1 -1
  23. package/dist/Input.js +1 -1
  24. package/dist/{LeuElement-CWseJvWv.js → LeuElement-jrR2M5pZ.js} +1 -1
  25. package/dist/Menu.js +1 -1
  26. package/dist/MenuItem.js +1 -1
  27. package/dist/Message.js +1 -1
  28. package/dist/Pagination.js +1 -1
  29. package/dist/Placeholder.js +1 -1
  30. package/dist/Popup.js +1 -1
  31. package/dist/ProgressBar.js +1 -1
  32. package/dist/Radio.js +1 -1
  33. package/dist/RadioGroup.js +1 -1
  34. package/dist/Range.d.ts +83 -20
  35. package/dist/Range.js +276 -73
  36. package/dist/ScrollTop.js +2 -25
  37. package/dist/Select.js +1 -1
  38. package/dist/Spinner.js +1 -1
  39. package/dist/Table.js +1 -1
  40. package/dist/Tag.js +1 -1
  41. package/dist/VisuallyHidden.js +1 -1
  42. package/dist/components/file-input/FileInput.d.ts +2 -2
  43. package/dist/components/file-input/FileInput.d.ts.map +1 -1
  44. package/dist/components/range/Range.d.ts +84 -20
  45. package/dist/components/range/Range.d.ts.map +1 -1
  46. package/dist/components/range/stories/range.stories.d.ts +231 -0
  47. package/dist/components/range/stories/range.stories.d.ts.map +1 -0
  48. package/dist/components/range/test/range.test.d.ts.map +1 -1
  49. package/dist/index.js +2 -2
  50. package/dist/leu-accordion.js +1 -1
  51. package/dist/leu-button-group.js +1 -1
  52. package/dist/leu-button.js +1 -1
  53. package/dist/leu-chart-wrapper.js +1 -1
  54. package/dist/leu-checkbox-group.js +1 -1
  55. package/dist/leu-checkbox.js +1 -1
  56. package/dist/leu-chip-group.js +1 -1
  57. package/dist/leu-chip-link.js +1 -1
  58. package/dist/leu-chip-removable.js +1 -1
  59. package/dist/leu-chip-selectable.js +1 -1
  60. package/dist/leu-dialog.js +1 -1
  61. package/dist/leu-dropdown.js +1 -1
  62. package/dist/leu-file-input.d.ts +0 -1
  63. package/dist/leu-file-input.js +1 -35
  64. package/dist/leu-icon.js +1 -1
  65. package/dist/leu-input.js +1 -1
  66. package/dist/leu-menu-item.js +1 -1
  67. package/dist/leu-menu.js +1 -1
  68. package/dist/leu-message.js +1 -1
  69. package/dist/leu-pagination.js +1 -1
  70. package/dist/leu-placeholder.js +1 -1
  71. package/dist/leu-popup.js +1 -1
  72. package/dist/leu-progress-bar.js +1 -1
  73. package/dist/leu-radio-group.js +1 -1
  74. package/dist/leu-radio.js +1 -1
  75. package/dist/leu-range.js +3 -1
  76. package/dist/leu-scroll-top.js +2 -1
  77. package/dist/leu-select.js +1 -1
  78. package/dist/leu-spinner.js +1 -1
  79. package/dist/leu-table.js +1 -1
  80. package/dist/leu-tag.js +1 -1
  81. package/dist/leu-visually-hidden.js +1 -1
  82. package/dist/lib/utils.d.ts +10 -3
  83. package/dist/lib/utils.d.ts.map +1 -1
  84. package/dist/utils-DBGsNSJW.js +33 -0
  85. package/dist/vscode.html-custom-data.json +142 -89
  86. package/dist/vue/index.d.ts +132 -107
  87. package/dist/web-types.json +269 -169
  88. package/package.json +6 -2
  89. package/src/components/file-input/FileInput.ts +2 -2
  90. package/src/components/range/Range.ts +257 -85
  91. package/src/components/range/range.css +48 -1
  92. package/src/components/range/stories/range.stories.ts +185 -0
  93. package/src/components/range/test/range.test.ts +210 -6
  94. package/src/lib/utils.ts +13 -3
  95. package/dist/components/range/stories/range-slider.stories.d.ts +0 -26
  96. package/dist/components/range/stories/range-slider.stories.d.ts.map +0 -1
  97. package/src/components/range/stories/range-slider.stories.ts +0 -142
@@ -3,7 +3,7 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/decorators.js';
5
5
  import 'lit/directives/class-map.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
  import './Icon.js';
8
8
  import './hasSlotController-Bm2tipvG.js';
9
9
 
@@ -3,7 +3,7 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/live.js';
5
5
  import 'lit/decorators.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
  import './Button.js';
8
8
  import 'lit/directives/class-map.js';
9
9
  import 'lit/directives/if-defined.js';
@@ -1,6 +1,6 @@
1
1
  import { LeuPlaceholder } from './Placeholder.js';
2
2
  import 'lit';
3
- import './LeuElement-CWseJvWv.js';
3
+ import './LeuElement-jrR2M5pZ.js';
4
4
 
5
5
  LeuPlaceholder.define("leu-placeholder");
6
6
 
package/dist/leu-popup.js CHANGED
@@ -3,7 +3,7 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/decorators.js';
5
5
  import '@floating-ui/dom';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
 
8
8
  LeuPopup.define("leu-popup");
9
9
 
@@ -3,7 +3,7 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/if-defined.js';
5
5
  import 'lit/decorators.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
 
8
8
  LeuProgressBar.define("leu-progress-bar");
9
9
 
@@ -3,7 +3,7 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import 'lit/decorators.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
  import './Radio.js';
8
8
 
9
9
  LeuRadioGroup.define("leu-radio-group");
package/dist/leu-radio.js CHANGED
@@ -2,7 +2,7 @@ import { LeuRadio } from './Radio.js';
2
2
  import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/decorators.js';
5
- import './LeuElement-CWseJvWv.js';
5
+ import './LeuElement-jrR2M5pZ.js';
6
6
 
7
7
  LeuRadio.define("leu-radio");
8
8
 
package/dist/leu-range.js CHANGED
@@ -2,7 +2,9 @@ import { LeuRange } from './Range.js';
2
2
  import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/decorators.js';
5
- import './LeuElement-CWseJvWv.js';
5
+ import 'lit/directives/if-defined.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
+ import './utils-DBGsNSJW.js';
6
8
 
7
9
  LeuRange.define("leu-range");
8
10
 
@@ -3,11 +3,12 @@ import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/directives/class-map.js';
5
5
  import 'lit/decorators.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
  import './Button.js';
8
8
  import 'lit/directives/if-defined.js';
9
9
  import './Icon.js';
10
10
  import './hasSlotController-Bm2tipvG.js';
11
+ import './utils-DBGsNSJW.js';
11
12
 
12
13
  LeuScrollTop.define("leu-scroll-top");
13
14
 
@@ -3,7 +3,7 @@ import 'lit';
3
3
  import 'lit/directives/class-map.js';
4
4
  import 'lit/directives/ref.js';
5
5
  import 'lit/directives/if-defined.js';
6
- import './LeuElement-CWseJvWv.js';
6
+ import './LeuElement-jrR2M5pZ.js';
7
7
  import './hasSlotController-Bm2tipvG.js';
8
8
  import './Button.js';
9
9
  import './_tslib-CNEFicEt.js';
@@ -1,6 +1,6 @@
1
1
  import { LeuSpinner } from './Spinner.js';
2
2
  import 'lit';
3
- import './LeuElement-CWseJvWv.js';
3
+ import './LeuElement-jrR2M5pZ.js';
4
4
 
5
5
  LeuSpinner.define("leu-spinner");
6
6
 
package/dist/leu-table.js CHANGED
@@ -2,7 +2,7 @@ import { LeuTable } from './Table.js';
2
2
  import 'lit';
3
3
  import 'lit/directives/class-map.js';
4
4
  import 'lit/directives/ref.js';
5
- import './LeuElement-CWseJvWv.js';
5
+ import './LeuElement-jrR2M5pZ.js';
6
6
  import 'lit/directive.js';
7
7
  import './Icon.js';
8
8
  import './_tslib-CNEFicEt.js';
package/dist/leu-tag.js CHANGED
@@ -2,7 +2,7 @@ import { LeuTag } from './Tag.js';
2
2
  import './_tslib-CNEFicEt.js';
3
3
  import 'lit';
4
4
  import 'lit/decorators.js';
5
- import './LeuElement-CWseJvWv.js';
5
+ import './LeuElement-jrR2M5pZ.js';
6
6
 
7
7
  LeuTag.define("leu-tag");
8
8
 
@@ -1,6 +1,6 @@
1
1
  import { LeuVisuallyHidden } from './VisuallyHidden.js';
2
2
  import 'lit';
3
- import './LeuElement-CWseJvWv.js';
3
+ import './LeuElement-jrR2M5pZ.js';
4
4
 
5
5
  LeuVisuallyHidden.define("leu-visually-hidden");
6
6
 
@@ -4,13 +4,20 @@
4
4
  * @param {Number} timeout - Default is 500 ms
5
5
  * @returns {Function} - Your function wrapped in a timeout function
6
6
  */
7
- declare const debounce: (func: any, timeout?: number) => (...args: any[]) => void;
7
+ export declare const debounce: (func: any, timeout?: number) => (...args: any[]) => void;
8
8
  /**
9
9
  * Return a throttled function that only invokes func at most once per every wait milliseconds.
10
10
  * @param {Function} func - Your function
11
11
  * @param {Number} timeout - Default is 500 ms
12
12
  * @returns {Function} - Your function wrapped in a timeout function
13
13
  */
14
- declare const throttle: (func: any, timeout?: number) => (...args: any[]) => void;
15
- export { debounce, throttle };
14
+ export declare const throttle: (func: any, timeout?: number) => (...args: any[]) => void;
15
+ /**
16
+ * Clamp a number between a minimum and maximum value.
17
+ */
18
+ export declare const clamp: (value: number, min: number, max: number) => number;
19
+ /**
20
+ * Check if a value is a finite number.
21
+ */
22
+ export declare const isNumber: (value: unknown) => value is number;
16
23
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,2DAQb,CAAA;AAED;;;;;GAKG;AACH,QAAA,MAAM,QAAQ,2DAUb,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAA"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/lib/utils.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,2DAQpB,CAAA;AAED;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,2DAUpB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,KAAK,UAAW,MAAM,OAAO,MAAM,OAAO,MAAM,WACxB,CAAA;AAErC;;GAEG;AACH,eAAO,MAAM,QAAQ,UAAW,OAAO,KAAG,KAAK,IAAI,MACE,CAAA"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Return a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked.
3
+ * @param {Function} func - Your function
4
+ * @param {Number} timeout - Default is 500 ms
5
+ * @returns {Function} - Your function wrapped in a timeout function
6
+ */
7
+ /**
8
+ * Return a throttled function that only invokes func at most once per every wait milliseconds.
9
+ * @param {Function} func - Your function
10
+ * @param {Number} timeout - Default is 500 ms
11
+ * @returns {Function} - Your function wrapped in a timeout function
12
+ */
13
+ const throttle = function throttle(func, timeout = 500) {
14
+ let timer = null;
15
+ return (...args) => {
16
+ if (timer === null) {
17
+ func(...args);
18
+ timer = setTimeout(() => {
19
+ timer = null;
20
+ }, timeout);
21
+ }
22
+ };
23
+ };
24
+ /**
25
+ * Clamp a number between a minimum and maximum value.
26
+ */
27
+ const clamp = (value, min, max) => Math.min(Math.max(value, min), max);
28
+ /**
29
+ * Check if a value is a finite number.
30
+ */
31
+ const isNumber = (value) => typeof value === "number" && Number.isFinite(value);
32
+
33
+ export { clamp as c, isNumber as i, throttle as t };
@@ -34,6 +34,17 @@
34
34
  }
35
35
  ]
36
36
  },
37
+ {
38
+ "name": "leu-button-group",
39
+ "description": "A radio input-like button group component.\nIt allows only one button to be active at a time.\n---\n\n\n### **Events:**\n - **input** - When the value of the group changes by clicking a button\n\n### **Slots:**\n - _default_ - Slot for the buttons",
40
+ "attributes": [],
41
+ "references": [
42
+ {
43
+ "name": "Documentation",
44
+ "url": "https://statistikzh.github.io/leu/?path=/story/button-group"
45
+ }
46
+ ]
47
+ },
37
48
  {
38
49
  "name": "leu-button",
39
50
  "description": "\n---\n\n\n### **Slots:**\n - **before** - The icon to display before the label\n- **after** - The icon to display after the label\n- _default_ - The label of the button or the icon if no label is set",
@@ -126,70 +137,6 @@
126
137
  }
127
138
  ]
128
139
  },
129
- {
130
- "name": "leu-button-group",
131
- "description": "A radio input-like button group component.\nIt allows only one button to be active at a time.\n---\n\n\n### **Events:**\n - **input** - When the value of the group changes by clicking a button\n\n### **Slots:**\n - _default_ - Slot for the buttons",
132
- "attributes": [],
133
- "references": [
134
- {
135
- "name": "Documentation",
136
- "url": "https://statistikzh.github.io/leu/?path=/story/button-group"
137
- }
138
- ]
139
- },
140
- {
141
- "name": "leu-checkbox",
142
- "description": "\n---\n",
143
- "attributes": [
144
- { "name": "checked", "values": [] },
145
- { "name": "disabled", "values": [] },
146
- { "name": "value", "values": [] },
147
- { "name": "name", "values": [] }
148
- ],
149
- "references": [
150
- {
151
- "name": "Documentation",
152
- "url": "https://statistikzh.github.io/leu/?path=/story/checkbox"
153
- }
154
- ]
155
- },
156
- {
157
- "name": "leu-checkbox-group",
158
- "description": "\n---\n\n\n### **Slots:**\n - _default_ - Place the checkboxes inside the default slot.",
159
- "attributes": [
160
- {
161
- "name": "orientation",
162
- "description": "Defines how the checkboxes should be aligned.",
163
- "values": [{ "name": "horizontal" }, { "name": "vertical" }]
164
- },
165
- {
166
- "name": "label",
167
- "description": "The label of the checkbox group",
168
- "values": []
169
- }
170
- ],
171
- "references": [
172
- {
173
- "name": "Documentation",
174
- "url": "https://statistikzh.github.io/leu/?path=/story/checkbox-group"
175
- }
176
- ]
177
- },
178
- {
179
- "name": "leu-dropdown",
180
- "description": "\n---\n",
181
- "attributes": [
182
- { "name": "label", "values": [] },
183
- { "name": "expanded", "values": [] },
184
- { "name": "inverted", "values": [] }
185
- ],
186
- "references": [
187
- {
188
- "name": "Documentation",
189
- "url": "https://statistikzh.github.io/leu/?path=/story/dropdown"
190
- }
191
- ]
192
- },
193
140
  {
194
141
  "name": "leu-dialog",
195
142
  "description": "\n---\n",
@@ -302,6 +249,59 @@
302
249
  }
303
250
  ]
304
251
  },
252
+ {
253
+ "name": "leu-checkbox",
254
+ "description": "\n---\n",
255
+ "attributes": [
256
+ { "name": "checked", "values": [] },
257
+ { "name": "disabled", "values": [] },
258
+ { "name": "value", "values": [] },
259
+ { "name": "name", "values": [] }
260
+ ],
261
+ "references": [
262
+ {
263
+ "name": "Documentation",
264
+ "url": "https://statistikzh.github.io/leu/?path=/story/checkbox"
265
+ }
266
+ ]
267
+ },
268
+ {
269
+ "name": "leu-checkbox-group",
270
+ "description": "\n---\n\n\n### **Slots:**\n - _default_ - Place the checkboxes inside the default slot.",
271
+ "attributes": [
272
+ {
273
+ "name": "orientation",
274
+ "description": "Defines how the checkboxes should be aligned.",
275
+ "values": [{ "name": "horizontal" }, { "name": "vertical" }]
276
+ },
277
+ {
278
+ "name": "label",
279
+ "description": "The label of the checkbox group",
280
+ "values": []
281
+ }
282
+ ],
283
+ "references": [
284
+ {
285
+ "name": "Documentation",
286
+ "url": "https://statistikzh.github.io/leu/?path=/story/checkbox-group"
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "leu-dropdown",
292
+ "description": "\n---\n",
293
+ "attributes": [
294
+ { "name": "label", "values": [] },
295
+ { "name": "expanded", "values": [] },
296
+ { "name": "inverted", "values": [] }
297
+ ],
298
+ "references": [
299
+ {
300
+ "name": "Documentation",
301
+ "url": "https://statistikzh.github.io/leu/?path=/story/dropdown"
302
+ }
303
+ ]
304
+ },
305
305
  {
306
306
  "name": "leu-file-input",
307
307
  "description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
@@ -340,6 +340,23 @@
340
340
  }
341
341
  ]
342
342
  },
343
+ {
344
+ "name": "leu-icon",
345
+ "description": "A component to render all defined zhWeb icons.\nThe `fill` of the icon is set to `currentColor` and\ncan be overriden by setting the css `color` property.\nIf the icon name is not found, a placeholder will be displayed.\n---\n\n\n### **CSS Properties:**\n - **--leu-icon-size** - The size of the icon. _(default: undefined)_",
346
+ "attributes": [
347
+ {
348
+ "name": "name",
349
+ "description": "The name of the icon to display.",
350
+ "values": [{ "name": "IconPathName" }, { "name": "\"\"" }]
351
+ }
352
+ ],
353
+ "references": [
354
+ {
355
+ "name": "Documentation",
356
+ "url": "https://statistikzh.github.io/leu/?path=/story/icon"
357
+ }
358
+ ]
359
+ },
343
360
  {
344
361
  "name": "leu-input",
345
362
  "description": "A text input element.\n---\n\n\n### **Events:**\n - **input** - Dispatched when the value of the input element changes.\n- **change** - Dispatched when the value of the input element changes and the input element loses focus.\n\n### **Methods:**\n \n\n\n\n\n\n\n- **checkValidity()** - Check input validation\n\n",
@@ -452,23 +469,6 @@
452
469
  }
453
470
  ]
454
471
  },
455
- {
456
- "name": "leu-icon",
457
- "description": "A component to render all defined zhWeb icons.\nThe `fill` of the icon is set to `currentColor` and\ncan be overriden by setting the css `color` property.\nIf the icon name is not found, a placeholder will be displayed.\n---\n\n\n### **CSS Properties:**\n - **--leu-icon-size** - The size of the icon. _(default: undefined)_",
458
- "attributes": [
459
- {
460
- "name": "name",
461
- "description": "The name of the icon to display.",
462
- "values": [{ "name": "IconPathName" }, { "name": "\"\"" }]
463
- }
464
- ],
465
- "references": [
466
- {
467
- "name": "Documentation",
468
- "url": "https://statistikzh.github.io/leu/?path=/story/icon"
469
- }
470
- ]
471
- },
472
472
  {
473
473
  "name": "leu-menu",
474
474
  "description": "\n---\n",
@@ -725,16 +725,69 @@
725
725
  },
726
726
  {
727
727
  "name": "leu-range",
728
- "description": "\n---\n\n\n### **Methods:**\n ",
728
+ "description": "\n---\n\n\n### **Events:**\n - **input**\n\n### **Methods:**\n ",
729
729
  "attributes": [
730
- { "name": "value", "values": [{ "name": "array" }] },
731
- { "name": "min", "values": [] },
732
- { "name": "max", "values": [] },
733
- { "name": "step", "values": [] },
730
+ {
731
+ "name": "value",
732
+ "description": "The default value of the range slider.\nString input is parsed as a comma-separated list of numbers.",
733
+ "values": [{ "name": "array" }]
734
+ },
735
+ {
736
+ "name": "min",
737
+ "description": "The minimum value of the range slider.",
738
+ "values": []
739
+ },
740
+ {
741
+ "name": "max",
742
+ "description": "The maximum value of the range slider.",
743
+ "values": []
744
+ },
745
+ {
746
+ "name": "step",
747
+ "description": "The step size of the range slider.",
748
+ "values": []
749
+ },
734
750
  { "name": "name", "values": [] },
735
- { "name": "label", "values": [] },
736
- { "name": "disabled", "values": [] },
737
- { "name": "multiple", "values": [] }
751
+ {
752
+ "name": "label",
753
+ "description": "The label of the range slider.",
754
+ "values": []
755
+ },
756
+ {
757
+ "name": "hide-label",
758
+ "description": "Whether to hide the label of the range slider.\nIf true, the label will still be available for screen readers\nand is only visually hidden.",
759
+ "values": []
760
+ },
761
+ {
762
+ "name": "disabled",
763
+ "description": "Whether the range slider is disabled.",
764
+ "values": []
765
+ },
766
+ {
767
+ "name": "multiple",
768
+ "description": "Whether to use a range with two handles.",
769
+ "values": []
770
+ },
771
+ {
772
+ "name": "show-ticks",
773
+ "description": "Wheter to show tick marks below the range slider.\nOne tick mark per step will be rendered.",
774
+ "values": []
775
+ },
776
+ {
777
+ "name": "show-range-labels",
778
+ "description": "Whether to show the min and max labels below the range slider.",
779
+ "values": []
780
+ },
781
+ {
782
+ "name": "prefix",
783
+ "description": "A prefix to display before the value in the output element(s).\nIs ignored if a custom valueFormatter is provided.",
784
+ "values": []
785
+ },
786
+ {
787
+ "name": "suffix",
788
+ "description": "A suffix to display after the value in the output element(s).\nIs ignored if a custom valueFormatter is provided.",
789
+ "values": []
790
+ }
738
791
  ],
739
792
  "references": [
740
793
  {