kempo-ui 0.4.1 → 0.4.3

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 (84) hide show
  1. package/dist/components/Calendar.js +170 -0
  2. package/dist/components/Slider.js +188 -0
  3. package/dist/components/Time.js +37 -0
  4. package/docs/components/accordion.html +12 -0
  5. package/docs/components/aside.html +12 -0
  6. package/docs/components/calendar.html +712 -0
  7. package/docs/components/card.html +12 -0
  8. package/docs/components/code-editor.html +12 -0
  9. package/docs/components/color-picker.html +12 -0
  10. package/docs/components/combobox.html +12 -0
  11. package/docs/components/content-slider.html +12 -0
  12. package/docs/components/context.html +12 -0
  13. package/docs/components/dialog.html +12 -0
  14. package/docs/components/dropdown.html +12 -0
  15. package/docs/components/filter-list.html +12 -0
  16. package/docs/components/focus-capture.html +12 -0
  17. package/docs/components/html-editor.html +12 -0
  18. package/docs/components/hybrid-component.html +12 -0
  19. package/docs/components/icon.html +12 -0
  20. package/docs/components/import.html +12 -0
  21. package/docs/components/light-component.html +12 -0
  22. package/docs/components/nav-spacer.html +12 -0
  23. package/docs/components/nav.html +12 -0
  24. package/docs/components/photo-viewer.html +12 -0
  25. package/docs/components/progress.html +12 -0
  26. package/docs/components/resize.html +12 -0
  27. package/docs/components/shadow-component.html +12 -0
  28. package/docs/components/show-more.html +12 -0
  29. package/docs/components/slider.html +789 -0
  30. package/docs/components/sortable.html +12 -0
  31. package/docs/components/spinner.html +12 -0
  32. package/docs/components/split.html +12 -0
  33. package/docs/components/table.html +12 -0
  34. package/docs/components/tableControls.html +12 -0
  35. package/docs/components/tableCustomFields.html +12 -0
  36. package/docs/components/tableFetchRecords.html +12 -0
  37. package/docs/components/tableFieldSortHide.html +12 -0
  38. package/docs/components/tablePagination.html +12 -0
  39. package/docs/components/tablePlaceholder.html +12 -0
  40. package/docs/components/tableRecordEditing.html +12 -0
  41. package/docs/components/tableRecordFiltering.html +12 -0
  42. package/docs/components/tableRecordHiding.html +12 -0
  43. package/docs/components/tableRecordSearching.html +12 -0
  44. package/docs/components/tableRecordSelection.html +12 -0
  45. package/docs/components/tableRowControls.html +12 -0
  46. package/docs/components/tableServerSync.html +12 -0
  47. package/docs/components/tableSorting.html +12 -0
  48. package/docs/components/tabs.html +12 -0
  49. package/docs/components/tags.html +12 -0
  50. package/docs/components/theme-select.html +12 -0
  51. package/docs/components/theme-switcher.html +12 -0
  52. package/docs/components/time.html +662 -0
  53. package/docs/components/timestamp.html +12 -0
  54. package/docs/components/toast.html +12 -0
  55. package/docs/components/toggle.html +12 -0
  56. package/docs/components/tree.html +12 -0
  57. package/docs/index.html +30 -0
  58. package/docs/src/components/Calendar.js +170 -0
  59. package/docs/src/components/Slider.js +188 -0
  60. package/docs/src/components/Time.js +37 -0
  61. package/docs/utils/context.html +12 -0
  62. package/docs/utils/cookie.html +12 -0
  63. package/docs/utils/debounce.html +12 -0
  64. package/docs/utils/drag.html +12 -0
  65. package/docs/utils/elevation.html +12 -0
  66. package/docs/utils/formatTimestamp.html +12 -0
  67. package/docs/utils/object.html +12 -0
  68. package/docs/utils/propConverters.html +12 -0
  69. package/docs/utils/string.html +12 -0
  70. package/docs/utils/theme.html +12 -0
  71. package/docs/utils/toTitleCase.html +12 -0
  72. package/docs/utils/type.html +12 -0
  73. package/docs/utils/wait.html +12 -0
  74. package/docs-src/components/calendar.page.html +254 -0
  75. package/docs-src/components/slider.page.html +331 -0
  76. package/docs-src/components/time.page.html +204 -0
  77. package/docs-src/index.page.html +18 -0
  78. package/docs-src/nav.fragment.html +12 -0
  79. package/llms.txt +3 -0
  80. package/package.json +1 -1
  81. package/src/components/Calendar.js +473 -0
  82. package/src/components/Slider.js +480 -0
  83. package/src/components/Time.js +137 -0
  84. package/tests/components/Slider.browser-test.js +823 -0
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>
@@ -62,6 +62,9 @@
62
62
  href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
63
63
  <k-filter-item filter-keywords="aside sidebar components"><a
64
64
  href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
65
+ <k-filter-item filter-keywords="calendar date picker range month day components"><a
66
+ href="../components/calendar.html"
67
+ >Calendar<br><small>Component</small></a></k-filter-item>
65
68
  <k-filter-item filter-keywords="card components"><a
66
69
  href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
67
70
  <k-filter-item filter-keywords="code editor codeeditor monaco components"><a
@@ -111,6 +114,9 @@
111
114
  <k-filter-item filter-keywords="show more showmore components"><a
112
115
  href="../components/show-more.html"
113
116
  >Show More<br><small>Component</small></a></k-filter-item>
117
+ <k-filter-item filter-keywords="slider range input step components"><a
118
+ href="../components/slider.html"
119
+ >Slider<br><small>Component</small></a></k-filter-item>
114
120
  <k-filter-item filter-keywords="sortable drag drop sort components"><a
115
121
  href="../components/sortable.html"
116
122
  >Sortable<br><small>Component</small></a></k-filter-item>
@@ -172,6 +178,9 @@
172
178
  <k-filter-item filter-keywords="theme switcher dark light components"><a
173
179
  href="../components/theme-switcher.html"
174
180
  >Theme Switcher<br><small>Component</small></a></k-filter-item>
181
+ <k-filter-item filter-keywords="time picker clock hour minute form components"><a
182
+ href="../components/time.html"
183
+ >Time<br><small>Component</small></a></k-filter-item>
175
184
  <k-filter-item filter-keywords="timestamp date time components"><a
176
185
  href="../components/timestamp.html"
177
186
  >Timestamp<br><small>Component</small></a></k-filter-item>
@@ -266,6 +275,7 @@
266
275
  <h3>Components</h3>
267
276
  <a href="../components/accordion.html">Accordion</a>
268
277
  <a href="../components/aside.html">Aside</a>
278
+ <a href="../components/calendar.html">Calendar</a>
269
279
  <a href="../components/card.html">Card</a>
270
280
  <a href="../components/code-editor.html">Code Editor</a>
271
281
  <a href="../components/combobox.html">Combobox</a>
@@ -285,6 +295,7 @@
285
295
  <a href="../components/progress.html">Progress</a>
286
296
  <a href="../components/resize.html">Resize</a>
287
297
  <a href="../components/show-more.html">Show More</a>
298
+ <a href="../components/slider.html">Slider</a>
288
299
  <a href="../components/sortable.html">Sortable</a>
289
300
  <a href="../components/spinner.html">Spinner</a>
290
301
  <a href="../components/split.html">Split</a>
@@ -293,6 +304,7 @@
293
304
  <a href="../components/tags.html">Tags</a>
294
305
  <a href="../components/theme-select.html">Theme Select</a>
295
306
  <a href="../components/theme-switcher.html">Theme Switcher</a>
307
+ <a href="../components/time.html">Time</a>
296
308
  <a href="../components/timestamp.html">Timestamp</a>
297
309
  <a href="../components/toast.html">Toast</a>
298
310
  <a href="../components/toggle.html">Toggle</a>