kempo-ui 0.3.17 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/get_icon.js +0 -0
- package/bin/highlight_code.js +0 -0
- package/bin/icon.js +0 -0
- package/bin/list_icons.js +0 -0
- package/dist/components/Progress.js +86 -0
- package/dist/components/Spinner.js +2 -2
- package/dist/components/Split.js +31 -13
- package/docs/components/accordion.html +3 -0
- package/docs/components/aside.html +3 -0
- package/docs/components/card.html +3 -0
- package/docs/components/code-editor.html +3 -0
- package/docs/components/color-picker.html +3 -0
- package/docs/components/combobox.html +3 -0
- package/docs/components/content-slider.html +3 -0
- package/docs/components/context.html +3 -0
- package/docs/components/dialog.html +3 -0
- package/docs/components/dropdown.html +3 -0
- package/docs/components/filter-list.html +3 -0
- package/docs/components/focus-capture.html +3 -0
- package/docs/components/html-editor.html +3 -0
- package/docs/components/hybrid-component.html +3 -0
- package/docs/components/icon.html +3 -0
- package/docs/components/import.html +3 -0
- package/docs/components/light-component.html +3 -0
- package/docs/components/nav-spacer.html +3 -0
- package/docs/components/nav.html +3 -0
- package/docs/components/photo-viewer.html +3 -0
- package/docs/components/progress.html +625 -0
- package/docs/components/resize.html +3 -0
- package/docs/components/shadow-component.html +3 -0
- package/docs/components/show-more.html +3 -0
- package/docs/components/sortable.html +3 -0
- package/docs/components/spinner.html +3 -0
- package/docs/components/split.html +31 -3
- package/docs/components/table.html +3 -0
- package/docs/components/tableControls.html +3 -0
- package/docs/components/tableCustomFields.html +3 -0
- package/docs/components/tableFetchRecords.html +3 -0
- package/docs/components/tableFieldSortHide.html +3 -0
- package/docs/components/tablePagination.html +3 -0
- package/docs/components/tablePlaceholder.html +3 -0
- package/docs/components/tableRecordEditing.html +3 -0
- package/docs/components/tableRecordFiltering.html +3 -0
- package/docs/components/tableRecordHiding.html +3 -0
- package/docs/components/tableRecordSearching.html +3 -0
- package/docs/components/tableRecordSelection.html +3 -0
- package/docs/components/tableRowControls.html +3 -0
- package/docs/components/tableServerSync.html +3 -0
- package/docs/components/tableSorting.html +3 -0
- package/docs/components/tabs.html +3 -0
- package/docs/components/tags.html +3 -0
- package/docs/components/theme-select.html +3 -0
- package/docs/components/theme-switcher.html +3 -0
- package/docs/components/timestamp.html +3 -0
- package/docs/components/toast.html +3 -0
- package/docs/components/toggle.html +3 -0
- package/docs/components/tree.html +3 -0
- package/docs/index.html +9 -0
- package/docs/src/components/Progress.js +86 -0
- package/docs/src/components/Spinner.js +2 -2
- package/docs/src/components/Split.js +31 -13
- package/docs/utils/context.html +3 -0
- package/docs/utils/cookie.html +3 -0
- package/docs/utils/debounce.html +3 -0
- package/docs/utils/drag.html +3 -0
- package/docs/utils/elevation.html +3 -0
- package/docs/utils/formatTimestamp.html +3 -0
- package/docs/utils/object.html +3 -0
- package/docs/utils/propConverters.html +3 -0
- package/docs/utils/string.html +3 -0
- package/docs/utils/theme.html +3 -0
- package/docs/utils/toTitleCase.html +3 -0
- package/docs/utils/type.html +3 -0
- package/docs/utils/wait.html +3 -0
- package/docs-src/components/progress.page.html +182 -0
- package/docs-src/components/split.page.html +28 -3
- package/docs-src/index.page.html +6 -0
- package/docs-src/nav.fragment.html +3 -0
- package/package.json +2 -2
- package/src/components/Progress.js +148 -0
- package/src/components/Spinner.js +19 -18
- package/src/components/Split.js +163 -132
- package/tests/components/Progress.browser-test.js +444 -0
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -448,6 +451,7 @@
|
|
|
448
451
|
<a href="#resizing">Resizing</a><br />
|
|
449
452
|
<a href="#verticalSplit">Vertical Split</a><br />
|
|
450
453
|
<a href="#persistentState">Persistent State</a><br />
|
|
454
|
+
<a href="#grip">Grip</a><br />
|
|
451
455
|
<h6 class="mt"><a href="#jsRef" class="no-link">JavaScript Reference</a></h6>
|
|
452
456
|
<a href="#constructor">Constructor</a><br />
|
|
453
457
|
<a href="#requirements">Requirements</a><br />
|
|
@@ -498,11 +502,11 @@
|
|
|
498
502
|
<h3>Sizes</h3>
|
|
499
503
|
<p>Set the CSS Custom Property <code>--pane_1_size</code> to set the initial size of the first pane.</p>
|
|
500
504
|
<p>Set the CSS Custom Property <code>--min_pane_size</code> to set the minimum size each pane can be.</p>
|
|
501
|
-
<p>Set the CSS Custom Property <code>--handle_width</code> to set the size of the handle (the draggable region between the panes).</p>
|
|
505
|
+
<p>Set the CSS Custom Property <code>--handle_width</code> to set the size of the handle (the draggable region between the panes), odd sizes are recommended so it can be centered on the border.</p>
|
|
502
506
|
<div class="row -mx">
|
|
503
507
|
<div class="col m-span-12 px">
|
|
504
508
|
<k-card label="HTML">
|
|
505
|
-
<pre><code class="hljs xml"><span class="hljs-tag"><<span class="hljs-name">k-split</span><br /> <span class="hljs-attr">style</span>=<span class="hljs-string">"<br /> --pane_1_size: 100px;<br /> --min_pane_size: 100px;<br /> --handle_width:
|
|
509
|
+
<pre><code class="hljs xml"><span class="hljs-tag"><<span class="hljs-name">k-split</span><br /> <span class="hljs-attr">style</span>=<span class="hljs-string">"<br /> --pane_1_size: 100px;<br /> --min_pane_size: 100px;<br /> --handle_width: 19px;<br /> height: 10rem<br /> "</span><br /> <span class="hljs-attr">class</span>=<span class="hljs-string">"b"</span><br />></span><br /> <span class="hljs-tag"><<span class="hljs-name">p</span>></span>left<span class="hljs-tag"></<span class="hljs-name">p</span>></span><br /> <span class="hljs-tag"><<span class="hljs-name">p</span> <span class="hljs-attr">slot</span>=<span class="hljs-string">"right"</span>></span>right<span class="hljs-tag"></<span class="hljs-name">p</span>></span><br /><span class="hljs-tag"></<span class="hljs-name">k-split</span>></span></code></pre>
|
|
506
510
|
</k-card>
|
|
507
511
|
</div>
|
|
508
512
|
<div class="col m-span-12 px">
|
|
@@ -511,7 +515,7 @@
|
|
|
511
515
|
style="
|
|
512
516
|
--pane_1_size: 100px;
|
|
513
517
|
--min_pane_size: 100px;
|
|
514
|
-
--handle_width:
|
|
518
|
+
--handle_width: 19px;
|
|
515
519
|
height: 10rem
|
|
516
520
|
"
|
|
517
521
|
class="b"
|
|
@@ -580,6 +584,28 @@
|
|
|
580
584
|
</div>
|
|
581
585
|
</div>
|
|
582
586
|
|
|
587
|
+
<h3 id="grip"><a href="#grip" class="no-link">Grip</a></h3>
|
|
588
|
+
<p>Add the <code>grip</code> attribute to render a visual grip indicator centered on the divider handle, making it easier to identify the draggable area.</p>
|
|
589
|
+
<div class="row -mx mb">
|
|
590
|
+
<div class="col d-span-6 m-span-12 px">
|
|
591
|
+
<k-card label="HTML">
|
|
592
|
+
<pre><code class="hljs xml"><span class="hljs-tag"><<span class="hljs-name">k-split</span> <span class="hljs-attr">grip</span> <span class="hljs-attr">style</span>=<span class="hljs-string">"height: 10rem"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"b mb"</span>></span><br /> <span class="hljs-tag"><<span class="hljs-name">div</span>></span>Left Pane Content<span class="hljs-tag"></<span class="hljs-name">div</span>></span><br /> <span class="hljs-tag"><<span class="hljs-name">div</span> <span class="hljs-attr">slot</span>=<span class="hljs-string">"right"</span>></span>Right Pane Content<span class="hljs-tag"></<span class="hljs-name">div</span>></span><br /><span class="hljs-tag"></<span class="hljs-name">k-split</span>></span><br /><span class="hljs-tag"><<span class="hljs-name">k-split</span> <span class="hljs-attr">grip</span> <span class="hljs-attr">direction</span>=<span class="hljs-string">"vertical"</span> <span class="hljs-attr">style</span>=<span class="hljs-string">"height: 16rem"</span> <span class="hljs-attr">class</span>=<span class="hljs-string">"b"</span>></span><br /> <span class="hljs-tag"><<span class="hljs-name">div</span>></span>Top Pane Content<span class="hljs-tag"></<span class="hljs-name">div</span>></span><br /> <span class="hljs-tag"><<span class="hljs-name">div</span> <span class="hljs-attr">slot</span>=<span class="hljs-string">"right"</span>></span>Bottom Pane Content<span class="hljs-tag"></<span class="hljs-name">div</span>></span><br /><span class="hljs-tag"></<span class="hljs-name">k-split</span>></span></code></pre>
|
|
593
|
+
</k-card>
|
|
594
|
+
</div>
|
|
595
|
+
<div class="col d-span-6 m-span-12 px">
|
|
596
|
+
<k-card label="Results">
|
|
597
|
+
<k-split grip style="height: 10rem" class="b mb">
|
|
598
|
+
<div>Left Pane Content</div>
|
|
599
|
+
<div slot="right">Right Pane Content</div>
|
|
600
|
+
</k-split>
|
|
601
|
+
<k-split grip direction="vertical" style="height: 16rem" class="b">
|
|
602
|
+
<div>Top Pane Content</div>
|
|
603
|
+
<div slot="right">Bottom Pane Content</div>
|
|
604
|
+
</k-split>
|
|
605
|
+
</k-card>
|
|
606
|
+
</div>
|
|
607
|
+
</div>
|
|
608
|
+
|
|
583
609
|
<h2 id="jsRef">JavaScript Reference</h2>
|
|
584
610
|
|
|
585
611
|
<h3 id="constructor"><a href="#constructor" class="no-link">Constructor</a></h3>
|
|
@@ -604,6 +630,8 @@
|
|
|
604
630
|
<p>The direction of the split. Can be <code>"horizontal"</code> (default) or <code>"vertical"</code>. Syncs to <code>direction</code> attribute.</p>
|
|
605
631
|
<h5><code>persistentId<i>: string</i></code></h5>
|
|
606
632
|
<p>When set, the pane size is saved to <code>localStorage</code> on resize and restored on initialization. Must be unique per split instance. Syncs to <code>persistent-id</code> attribute.</p>
|
|
633
|
+
<h5><code>grip<i>: boolean</i></code></h5>
|
|
634
|
+
<p>When set, renders a visual grip indicator centered on the divider handle. Syncs to <code>grip</code> attribute.</p>
|
|
607
635
|
|
|
608
636
|
<h3 id="cssCustomProperties"><a href="#cssCustomProperties" class="no-link">CSS Custom Properties</a></h3>
|
|
609
637
|
<h5><code>--pane_1_size</code></h5>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
144
144
|
href="../components/photo-viewer.html"
|
|
145
145
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
146
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
147
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
146
148
|
<k-filter-item filter-keywords="resize components"><a
|
|
147
149
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
148
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
<a href="../components/nav.html">Nav</a>
|
|
320
322
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
321
323
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
324
|
+
<a href="../components/progress.html">Progress</a>
|
|
322
325
|
<a href="../components/resize.html">Resize</a>
|
|
323
326
|
<a href="../components/show-more.html">Show More</a>
|
|
324
327
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
144
144
|
href="../components/photo-viewer.html"
|
|
145
145
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
146
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
147
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
146
148
|
<k-filter-item filter-keywords="resize components"><a
|
|
147
149
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
148
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
<a href="../components/nav.html">Nav</a>
|
|
320
322
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
321
323
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
324
|
+
<a href="../components/progress.html">Progress</a>
|
|
322
325
|
<a href="../components/resize.html">Resize</a>
|
|
323
326
|
<a href="../components/show-more.html">Show More</a>
|
|
324
327
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -106,6 +106,8 @@
|
|
|
106
106
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
107
107
|
href="../components/photo-viewer.html"
|
|
108
108
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
109
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
110
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="resize components"><a
|
|
110
112
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
111
113
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -282,6 +284,7 @@
|
|
|
282
284
|
<a href="../components/nav.html">Nav</a>
|
|
283
285
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
284
286
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
287
|
+
<a href="../components/progress.html">Progress</a>
|
|
285
288
|
<a href="../components/resize.html">Resize</a>
|
|
286
289
|
<a href="../components/show-more.html">Show More</a>
|
|
287
290
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
144
144
|
href="../components/photo-viewer.html"
|
|
145
145
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
146
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
147
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
146
148
|
<k-filter-item filter-keywords="resize components"><a
|
|
147
149
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
148
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
<a href="../components/nav.html">Nav</a>
|
|
320
322
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
321
323
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
324
|
+
<a href="../components/progress.html">Progress</a>
|
|
322
325
|
<a href="../components/resize.html">Resize</a>
|
|
323
326
|
<a href="../components/show-more.html">Show More</a>
|
|
324
327
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
144
144
|
href="../components/photo-viewer.html"
|
|
145
145
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
146
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
147
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
146
148
|
<k-filter-item filter-keywords="resize components"><a
|
|
147
149
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
148
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
<a href="../components/nav.html">Nav</a>
|
|
320
322
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
321
323
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
324
|
+
<a href="../components/progress.html">Progress</a>
|
|
322
325
|
<a href="../components/resize.html">Resize</a>
|
|
323
326
|
<a href="../components/show-more.html">Show More</a>
|
|
324
327
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -142,6 +142,8 @@
|
|
|
142
142
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
143
143
|
href="../components/photo-viewer.html"
|
|
144
144
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
145
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
146
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
145
147
|
<k-filter-item filter-keywords="resize components"><a
|
|
146
148
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
147
149
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
<a href="../components/nav.html">Nav</a>
|
|
319
321
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
320
322
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
323
|
+
<a href="../components/progress.html">Progress</a>
|
|
321
324
|
<a href="../components/resize.html">Resize</a>
|
|
322
325
|
<a href="../components/show-more.html">Show More</a>
|
|
323
326
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -143,6 +143,8 @@
|
|
|
143
143
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
144
144
|
href="../components/photo-viewer.html"
|
|
145
145
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
146
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
147
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
146
148
|
<k-filter-item filter-keywords="resize components"><a
|
|
147
149
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
148
150
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -319,6 +321,7 @@
|
|
|
319
321
|
<a href="../components/nav.html">Nav</a>
|
|
320
322
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
321
323
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
324
|
+
<a href="../components/progress.html">Progress</a>
|
|
322
325
|
<a href="../components/resize.html">Resize</a>
|
|
323
326
|
<a href="../components/show-more.html">Show More</a>
|
|
324
327
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|
|
@@ -104,6 +104,8 @@
|
|
|
104
104
|
<k-filter-item filter-keywords="photo viewer photoviewer components"><a
|
|
105
105
|
href="../components/photo-viewer.html"
|
|
106
106
|
>Photo Viewer<br><small>Component</small></a></k-filter-item>
|
|
107
|
+
<k-filter-item filter-keywords="progress loading components"><a
|
|
108
|
+
href="../components/progress.html">Progress<br><small>Component</small></a></k-filter-item>
|
|
107
109
|
<k-filter-item filter-keywords="resize components"><a
|
|
108
110
|
href="../components/resize.html">Resize<br><small>Component</small></a></k-filter-item>
|
|
109
111
|
<k-filter-item filter-keywords="show more showmore components"><a
|
|
@@ -280,6 +282,7 @@
|
|
|
280
282
|
<a href="../components/nav.html">Nav</a>
|
|
281
283
|
<a href="../components/nav-spacer.html">Nav Spacer</a>
|
|
282
284
|
<a href="../components/photo-viewer.html">Photo Viewer</a>
|
|
285
|
+
<a href="../components/progress.html">Progress</a>
|
|
283
286
|
<a href="../components/resize.html">Resize</a>
|
|
284
287
|
<a href="../components/show-more.html">Show More</a>
|
|
285
288
|
<a href="../components/sortable.html">Sortable</a>
|