kempo-ui 0.4.1 → 0.4.2
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.
- package/dist/components/Slider.js +188 -0
- package/docs/components/accordion.html +4 -0
- package/docs/components/aside.html +4 -0
- package/docs/components/card.html +4 -0
- package/docs/components/code-editor.html +4 -0
- package/docs/components/color-picker.html +4 -0
- package/docs/components/combobox.html +4 -0
- package/docs/components/content-slider.html +4 -0
- package/docs/components/context.html +4 -0
- package/docs/components/dialog.html +4 -0
- package/docs/components/dropdown.html +4 -0
- package/docs/components/filter-list.html +4 -0
- package/docs/components/focus-capture.html +4 -0
- package/docs/components/html-editor.html +4 -0
- package/docs/components/hybrid-component.html +4 -0
- package/docs/components/icon.html +4 -0
- package/docs/components/import.html +4 -0
- package/docs/components/light-component.html +4 -0
- package/docs/components/nav-spacer.html +4 -0
- package/docs/components/nav.html +4 -0
- package/docs/components/photo-viewer.html +4 -0
- package/docs/components/progress.html +4 -0
- package/docs/components/resize.html +4 -0
- package/docs/components/shadow-component.html +4 -0
- package/docs/components/show-more.html +4 -0
- package/docs/components/slider.html +781 -0
- package/docs/components/sortable.html +4 -0
- package/docs/components/spinner.html +4 -0
- package/docs/components/split.html +4 -0
- package/docs/components/table.html +4 -0
- package/docs/components/tableControls.html +4 -0
- package/docs/components/tableCustomFields.html +4 -0
- package/docs/components/tableFetchRecords.html +4 -0
- package/docs/components/tableFieldSortHide.html +4 -0
- package/docs/components/tablePagination.html +4 -0
- package/docs/components/tablePlaceholder.html +4 -0
- package/docs/components/tableRecordEditing.html +4 -0
- package/docs/components/tableRecordFiltering.html +4 -0
- package/docs/components/tableRecordHiding.html +4 -0
- package/docs/components/tableRecordSearching.html +4 -0
- package/docs/components/tableRecordSelection.html +4 -0
- package/docs/components/tableRowControls.html +4 -0
- package/docs/components/tableServerSync.html +4 -0
- package/docs/components/tableSorting.html +4 -0
- package/docs/components/tabs.html +4 -0
- package/docs/components/tags.html +4 -0
- package/docs/components/theme-select.html +4 -0
- package/docs/components/theme-switcher.html +4 -0
- package/docs/components/timestamp.html +4 -0
- package/docs/components/toast.html +4 -0
- package/docs/components/toggle.html +4 -0
- package/docs/components/tree.html +4 -0
- package/docs/index.html +10 -0
- package/docs/src/components/Slider.js +188 -0
- package/docs/utils/context.html +4 -0
- package/docs/utils/cookie.html +4 -0
- package/docs/utils/debounce.html +4 -0
- package/docs/utils/drag.html +4 -0
- package/docs/utils/elevation.html +4 -0
- package/docs/utils/formatTimestamp.html +4 -0
- package/docs/utils/object.html +4 -0
- package/docs/utils/propConverters.html +4 -0
- package/docs/utils/string.html +4 -0
- package/docs/utils/theme.html +4 -0
- package/docs/utils/toTitleCase.html +4 -0
- package/docs/utils/type.html +4 -0
- package/docs/utils/wait.html +4 -0
- package/docs-src/components/slider.page.html +331 -0
- package/docs-src/index.page.html +6 -0
- package/docs-src/nav.fragment.html +4 -0
- package/llms.txt +1 -0
- package/package.json +1 -1
- package/src/components/Slider.js +480 -0
- package/tests/components/Slider.browser-test.js +823 -0
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
151
151
|
href="../components/show-more.html"
|
|
152
152
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
153
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
154
|
+
href="../components/slider.html"
|
|
155
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
153
156
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
154
157
|
href="../components/sortable.html"
|
|
155
158
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
<a href="../components/progress.html">Progress</a>
|
|
325
328
|
<a href="../components/resize.html">Resize</a>
|
|
326
329
|
<a href="../components/show-more.html">Show More</a>
|
|
330
|
+
<a href="../components/slider.html">Slider</a>
|
|
327
331
|
<a href="../components/sortable.html">Sortable</a>
|
|
328
332
|
<a href="../components/spinner.html">Spinner</a>
|
|
329
333
|
<a href="../components/split.html">Split</a>
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
151
151
|
href="../components/show-more.html"
|
|
152
152
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
153
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
154
|
+
href="../components/slider.html"
|
|
155
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
153
156
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
154
157
|
href="../components/sortable.html"
|
|
155
158
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
<a href="../components/progress.html">Progress</a>
|
|
325
328
|
<a href="../components/resize.html">Resize</a>
|
|
326
329
|
<a href="../components/show-more.html">Show More</a>
|
|
330
|
+
<a href="../components/slider.html">Slider</a>
|
|
327
331
|
<a href="../components/sortable.html">Sortable</a>
|
|
328
332
|
<a href="../components/spinner.html">Spinner</a>
|
|
329
333
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -113,6 +113,9 @@
|
|
|
113
113
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
114
114
|
href="../components/show-more.html"
|
|
115
115
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
116
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
117
|
+
href="../components/slider.html"
|
|
118
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
116
119
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
117
120
|
href="../components/sortable.html"
|
|
118
121
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -287,6 +290,7 @@
|
|
|
287
290
|
<a href="../components/progress.html">Progress</a>
|
|
288
291
|
<a href="../components/resize.html">Resize</a>
|
|
289
292
|
<a href="../components/show-more.html">Show More</a>
|
|
293
|
+
<a href="../components/slider.html">Slider</a>
|
|
290
294
|
<a href="../components/sortable.html">Sortable</a>
|
|
291
295
|
<a href="../components/spinner.html">Spinner</a>
|
|
292
296
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
151
151
|
href="../components/show-more.html"
|
|
152
152
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
153
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
154
|
+
href="../components/slider.html"
|
|
155
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
153
156
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
154
157
|
href="../components/sortable.html"
|
|
155
158
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
<a href="../components/progress.html">Progress</a>
|
|
325
328
|
<a href="../components/resize.html">Resize</a>
|
|
326
329
|
<a href="../components/show-more.html">Show More</a>
|
|
330
|
+
<a href="../components/slider.html">Slider</a>
|
|
327
331
|
<a href="../components/sortable.html">Sortable</a>
|
|
328
332
|
<a href="../components/spinner.html">Spinner</a>
|
|
329
333
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
151
151
|
href="../components/show-more.html"
|
|
152
152
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
153
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
154
|
+
href="../components/slider.html"
|
|
155
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
153
156
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
154
157
|
href="../components/sortable.html"
|
|
155
158
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
<a href="../components/progress.html">Progress</a>
|
|
325
328
|
<a href="../components/resize.html">Resize</a>
|
|
326
329
|
<a href="../components/show-more.html">Show More</a>
|
|
330
|
+
<a href="../components/slider.html">Slider</a>
|
|
327
331
|
<a href="../components/sortable.html">Sortable</a>
|
|
328
332
|
<a href="../components/spinner.html">Spinner</a>
|
|
329
333
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -149,6 +149,9 @@
|
|
|
149
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
150
150
|
href="../components/show-more.html"
|
|
151
151
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
152
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
153
|
+
href="../components/slider.html"
|
|
154
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
152
155
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
153
156
|
href="../components/sortable.html"
|
|
154
157
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -323,6 +326,7 @@
|
|
|
323
326
|
<a href="../components/progress.html">Progress</a>
|
|
324
327
|
<a href="../components/resize.html">Resize</a>
|
|
325
328
|
<a href="../components/show-more.html">Show More</a>
|
|
329
|
+
<a href="../components/slider.html">Slider</a>
|
|
326
330
|
<a href="../components/sortable.html">Sortable</a>
|
|
327
331
|
<a href="../components/spinner.html">Spinner</a>
|
|
328
332
|
<a href="../components/split.html">Split</a>
|
|
@@ -150,6 +150,9 @@
|
|
|
150
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
151
151
|
href="../components/show-more.html"
|
|
152
152
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
153
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
154
|
+
href="../components/slider.html"
|
|
155
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
153
156
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
154
157
|
href="../components/sortable.html"
|
|
155
158
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -324,6 +327,7 @@
|
|
|
324
327
|
<a href="../components/progress.html">Progress</a>
|
|
325
328
|
<a href="../components/resize.html">Resize</a>
|
|
326
329
|
<a href="../components/show-more.html">Show More</a>
|
|
330
|
+
<a href="../components/slider.html">Slider</a>
|
|
327
331
|
<a href="../components/sortable.html">Sortable</a>
|
|
328
332
|
<a href="../components/spinner.html">Spinner</a>
|
|
329
333
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="../components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="../components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="../components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="../components/progress.html">Progress</a>
|
|
286
289
|
<a href="../components/resize.html">Resize</a>
|
|
287
290
|
<a href="../components/show-more.html">Show More</a>
|
|
291
|
+
<a href="../components/slider.html">Slider</a>
|
|
288
292
|
<a href="../components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="../components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="../components/split.html">Split</a>
|
package/docs/index.html
CHANGED
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
112
112
|
href="./components/show-more.html"
|
|
113
113
|
>Show More<br><small>Component</small></a></k-filter-item>
|
|
114
|
+
<k-filter-item filter-keywords="slider range input step components"><a
|
|
115
|
+
href="./components/slider.html"
|
|
116
|
+
>Slider<br><small>Component</small></a></k-filter-item>
|
|
114
117
|
<k-filter-item filter-keywords="sortable drag drop sort components"><a
|
|
115
118
|
href="./components/sortable.html"
|
|
116
119
|
>Sortable<br><small>Component</small></a></k-filter-item>
|
|
@@ -285,6 +288,7 @@
|
|
|
285
288
|
<a href="./components/progress.html">Progress</a>
|
|
286
289
|
<a href="./components/resize.html">Resize</a>
|
|
287
290
|
<a href="./components/show-more.html">Show More</a>
|
|
291
|
+
<a href="./components/slider.html">Slider</a>
|
|
288
292
|
<a href="./components/sortable.html">Sortable</a>
|
|
289
293
|
<a href="./components/spinner.html">Spinner</a>
|
|
290
294
|
<a href="./components/split.html">Split</a>
|
|
@@ -600,6 +604,12 @@
|
|
|
600
604
|
<p class="tc-muted">Truncate long content with a "show more" button to expand.</p>
|
|
601
605
|
</a>
|
|
602
606
|
</div>
|
|
607
|
+
<div class="span-12 t-span-6 d-span-4 px">
|
|
608
|
+
<a href="./components/slider.html" class="card mb no-link d-b">
|
|
609
|
+
<h3 class="tc-primary">Slider</h3>
|
|
610
|
+
<p class="tc-muted">Range input with configurable min, max, and discrete step snap points.</p>
|
|
611
|
+
</a>
|
|
612
|
+
</div>
|
|
603
613
|
<div class="span-12 t-span-6 d-span-4 px">
|
|
604
614
|
<a href="./components/sortable.html" class="card mb no-link d-b">
|
|
605
615
|
<h3 class="tc-primary">Sortable</h3>
|