kempo-ui 0.4.2 → 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.
- package/dist/components/Calendar.js +170 -0
- package/dist/components/Time.js +37 -0
- package/docs/components/accordion.html +8 -0
- package/docs/components/aside.html +8 -0
- package/docs/components/calendar.html +712 -0
- package/docs/components/card.html +8 -0
- package/docs/components/code-editor.html +8 -0
- package/docs/components/color-picker.html +8 -0
- package/docs/components/combobox.html +8 -0
- package/docs/components/content-slider.html +8 -0
- package/docs/components/context.html +8 -0
- package/docs/components/dialog.html +8 -0
- package/docs/components/dropdown.html +8 -0
- package/docs/components/filter-list.html +8 -0
- package/docs/components/focus-capture.html +8 -0
- package/docs/components/html-editor.html +8 -0
- package/docs/components/hybrid-component.html +8 -0
- package/docs/components/icon.html +8 -0
- package/docs/components/import.html +8 -0
- package/docs/components/light-component.html +8 -0
- package/docs/components/nav-spacer.html +8 -0
- package/docs/components/nav.html +8 -0
- package/docs/components/photo-viewer.html +8 -0
- package/docs/components/progress.html +8 -0
- package/docs/components/resize.html +8 -0
- package/docs/components/shadow-component.html +8 -0
- package/docs/components/show-more.html +8 -0
- package/docs/components/slider.html +8 -0
- package/docs/components/sortable.html +8 -0
- package/docs/components/spinner.html +8 -0
- package/docs/components/split.html +8 -0
- package/docs/components/table.html +8 -0
- package/docs/components/tableControls.html +8 -0
- package/docs/components/tableCustomFields.html +8 -0
- package/docs/components/tableFetchRecords.html +8 -0
- package/docs/components/tableFieldSortHide.html +8 -0
- package/docs/components/tablePagination.html +8 -0
- package/docs/components/tablePlaceholder.html +8 -0
- package/docs/components/tableRecordEditing.html +8 -0
- package/docs/components/tableRecordFiltering.html +8 -0
- package/docs/components/tableRecordHiding.html +8 -0
- package/docs/components/tableRecordSearching.html +8 -0
- package/docs/components/tableRecordSelection.html +8 -0
- package/docs/components/tableRowControls.html +8 -0
- package/docs/components/tableServerSync.html +8 -0
- package/docs/components/tableSorting.html +8 -0
- package/docs/components/tabs.html +8 -0
- package/docs/components/tags.html +8 -0
- package/docs/components/theme-select.html +8 -0
- package/docs/components/theme-switcher.html +8 -0
- package/docs/components/time.html +662 -0
- package/docs/components/timestamp.html +8 -0
- package/docs/components/toast.html +8 -0
- package/docs/components/toggle.html +8 -0
- package/docs/components/tree.html +8 -0
- package/docs/index.html +20 -0
- package/docs/src/components/Calendar.js +170 -0
- package/docs/src/components/Time.js +37 -0
- package/docs/utils/context.html +8 -0
- package/docs/utils/cookie.html +8 -0
- package/docs/utils/debounce.html +8 -0
- package/docs/utils/drag.html +8 -0
- package/docs/utils/elevation.html +8 -0
- package/docs/utils/formatTimestamp.html +8 -0
- package/docs/utils/object.html +8 -0
- package/docs/utils/propConverters.html +8 -0
- package/docs/utils/string.html +8 -0
- package/docs/utils/theme.html +8 -0
- package/docs/utils/toTitleCase.html +8 -0
- package/docs/utils/type.html +8 -0
- package/docs/utils/wait.html +8 -0
- package/docs-src/components/calendar.page.html +254 -0
- package/docs-src/components/time.page.html +204 -0
- package/docs-src/index.page.html +12 -0
- package/docs-src/nav.fragment.html +8 -0
- package/llms.txt +2 -0
- package/package.json +1 -1
- package/src/components/Calendar.js +473 -0
- package/src/components/Time.js +137 -0
package/docs/components/nav.html
CHANGED
|
@@ -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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
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
|
|
@@ -175,6 +178,9 @@
|
|
|
175
178
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
176
179
|
href="../components/theme-switcher.html"
|
|
177
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>
|
|
178
184
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
179
185
|
href="../components/timestamp.html"
|
|
180
186
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -269,6 +275,7 @@
|
|
|
269
275
|
<h3>Components</h3>
|
|
270
276
|
<a href="../components/accordion.html">Accordion</a>
|
|
271
277
|
<a href="../components/aside.html">Aside</a>
|
|
278
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
272
279
|
<a href="../components/card.html">Card</a>
|
|
273
280
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
274
281
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -297,6 +304,7 @@
|
|
|
297
304
|
<a href="../components/tags.html">Tags</a>
|
|
298
305
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
299
306
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
307
|
+
<a href="../components/time.html">Time</a>
|
|
300
308
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
301
309
|
<a href="../components/toast.html">Toast</a>
|
|
302
310
|
<a href="../components/toggle.html">Toggle</a>
|
|
@@ -100,6 +100,9 @@
|
|
|
100
100
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
101
101
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
102
102
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
103
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
104
|
+
href="../components/calendar.html"
|
|
105
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
103
106
|
<k-filter-item filter-keywords="card components"><a
|
|
104
107
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
105
108
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -213,6 +216,9 @@
|
|
|
213
216
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
214
217
|
href="../components/theme-switcher.html"
|
|
215
218
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
219
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
220
|
+
href="../components/time.html"
|
|
221
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
216
222
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
217
223
|
href="../components/timestamp.html"
|
|
218
224
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -307,6 +313,7 @@
|
|
|
307
313
|
<h3>Components</h3>
|
|
308
314
|
<a href="../components/accordion.html">Accordion</a>
|
|
309
315
|
<a href="../components/aside.html">Aside</a>
|
|
316
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
310
317
|
<a href="../components/card.html">Card</a>
|
|
311
318
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
312
319
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -335,6 +342,7 @@
|
|
|
335
342
|
<a href="../components/tags.html">Tags</a>
|
|
336
343
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
337
344
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
345
|
+
<a href="../components/time.html">Time</a>
|
|
338
346
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
339
347
|
<a href="../components/toast.html">Toast</a>
|
|
340
348
|
<a href="../components/toggle.html">Toggle</a>
|
|
@@ -100,6 +100,9 @@
|
|
|
100
100
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
101
101
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
102
102
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
103
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
104
|
+
href="../components/calendar.html"
|
|
105
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
103
106
|
<k-filter-item filter-keywords="card components"><a
|
|
104
107
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
105
108
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -213,6 +216,9 @@
|
|
|
213
216
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
214
217
|
href="../components/theme-switcher.html"
|
|
215
218
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
219
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
220
|
+
href="../components/time.html"
|
|
221
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
216
222
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
217
223
|
href="../components/timestamp.html"
|
|
218
224
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -307,6 +313,7 @@
|
|
|
307
313
|
<h3>Components</h3>
|
|
308
314
|
<a href="../components/accordion.html">Accordion</a>
|
|
309
315
|
<a href="../components/aside.html">Aside</a>
|
|
316
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
310
317
|
<a href="../components/card.html">Card</a>
|
|
311
318
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
312
319
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -335,6 +342,7 @@
|
|
|
335
342
|
<a href="../components/tags.html">Tags</a>
|
|
336
343
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
337
344
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
345
|
+
<a href="../components/time.html">Time</a>
|
|
338
346
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
339
347
|
<a href="../components/toast.html">Toast</a>
|
|
340
348
|
<a href="../components/toggle.html">Toggle</a>
|
|
@@ -101,6 +101,9 @@
|
|
|
101
101
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
102
102
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
103
103
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
104
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
105
|
+
href="../components/calendar.html"
|
|
106
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
104
107
|
<k-filter-item filter-keywords="card components"><a
|
|
105
108
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
106
109
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -214,6 +217,9 @@
|
|
|
214
217
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
215
218
|
href="../components/theme-switcher.html"
|
|
216
219
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
220
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
221
|
+
href="../components/time.html"
|
|
222
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
217
223
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
218
224
|
href="../components/timestamp.html"
|
|
219
225
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -308,6 +314,7 @@
|
|
|
308
314
|
<h3>Components</h3>
|
|
309
315
|
<a href="../components/accordion.html">Accordion</a>
|
|
310
316
|
<a href="../components/aside.html">Aside</a>
|
|
317
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
311
318
|
<a href="../components/card.html">Card</a>
|
|
312
319
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
313
320
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -336,6 +343,7 @@
|
|
|
336
343
|
<a href="../components/tags.html">Tags</a>
|
|
337
344
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
338
345
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
346
|
+
<a href="../components/time.html">Time</a>
|
|
339
347
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
340
348
|
<a href="../components/toast.html">Toast</a>
|
|
341
349
|
<a href="../components/toggle.html">Toggle</a>
|
|
@@ -101,6 +101,9 @@
|
|
|
101
101
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
102
102
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
103
103
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
104
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
105
|
+
href="../components/calendar.html"
|
|
106
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
104
107
|
<k-filter-item filter-keywords="card components"><a
|
|
105
108
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
106
109
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -214,6 +217,9 @@
|
|
|
214
217
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
215
218
|
href="../components/theme-switcher.html"
|
|
216
219
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
220
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
221
|
+
href="../components/time.html"
|
|
222
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
217
223
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
218
224
|
href="../components/timestamp.html"
|
|
219
225
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -308,6 +314,7 @@
|
|
|
308
314
|
<h3>Components</h3>
|
|
309
315
|
<a href="../components/accordion.html">Accordion</a>
|
|
310
316
|
<a href="../components/aside.html">Aside</a>
|
|
317
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
311
318
|
<a href="../components/card.html">Card</a>
|
|
312
319
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
313
320
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -336,6 +343,7 @@
|
|
|
336
343
|
<a href="../components/tags.html">Tags</a>
|
|
337
344
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
338
345
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
346
|
+
<a href="../components/time.html">Time</a>
|
|
339
347
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
340
348
|
<a href="../components/toast.html">Toast</a>
|
|
341
349
|
<a href="../components/toggle.html">Toggle</a>
|
|
@@ -100,6 +100,9 @@
|
|
|
100
100
|
href="../components/accordion.html">Accordion<br><small>Component</small></a></k-filter-item>
|
|
101
101
|
<k-filter-item filter-keywords="aside sidebar components"><a
|
|
102
102
|
href="../components/aside.html">Aside<br><small>Component</small></a></k-filter-item>
|
|
103
|
+
<k-filter-item filter-keywords="calendar date picker range month day components"><a
|
|
104
|
+
href="../components/calendar.html"
|
|
105
|
+
>Calendar<br><small>Component</small></a></k-filter-item>
|
|
103
106
|
<k-filter-item filter-keywords="card components"><a
|
|
104
107
|
href="../components/card.html">Card<br><small>Component</small></a></k-filter-item>
|
|
105
108
|
<k-filter-item filter-keywords="code editor codeeditor monaco components"><a
|
|
@@ -213,6 +216,9 @@
|
|
|
213
216
|
<k-filter-item filter-keywords="theme switcher dark light components"><a
|
|
214
217
|
href="../components/theme-switcher.html"
|
|
215
218
|
>Theme Switcher<br><small>Component</small></a></k-filter-item>
|
|
219
|
+
<k-filter-item filter-keywords="time picker clock hour minute form components"><a
|
|
220
|
+
href="../components/time.html"
|
|
221
|
+
>Time<br><small>Component</small></a></k-filter-item>
|
|
216
222
|
<k-filter-item filter-keywords="timestamp date time components"><a
|
|
217
223
|
href="../components/timestamp.html"
|
|
218
224
|
>Timestamp<br><small>Component</small></a></k-filter-item>
|
|
@@ -307,6 +313,7 @@
|
|
|
307
313
|
<h3>Components</h3>
|
|
308
314
|
<a href="../components/accordion.html">Accordion</a>
|
|
309
315
|
<a href="../components/aside.html">Aside</a>
|
|
316
|
+
<a href="../components/calendar.html">Calendar</a>
|
|
310
317
|
<a href="../components/card.html">Card</a>
|
|
311
318
|
<a href="../components/code-editor.html">Code Editor</a>
|
|
312
319
|
<a href="../components/combobox.html">Combobox</a>
|
|
@@ -335,6 +342,7 @@
|
|
|
335
342
|
<a href="../components/tags.html">Tags</a>
|
|
336
343
|
<a href="../components/theme-select.html">Theme Select</a>
|
|
337
344
|
<a href="../components/theme-switcher.html">Theme Switcher</a>
|
|
345
|
+
<a href="../components/time.html">Time</a>
|
|
338
346
|
<a href="../components/timestamp.html">Timestamp</a>
|
|
339
347
|
<a href="../components/toast.html">Toast</a>
|
|
340
348
|
<a href="../components/toggle.html">Toggle</a>
|