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.
Files changed (83) hide show
  1. package/bin/get_icon.js +0 -0
  2. package/bin/highlight_code.js +0 -0
  3. package/bin/icon.js +0 -0
  4. package/bin/list_icons.js +0 -0
  5. package/dist/components/Progress.js +86 -0
  6. package/dist/components/Spinner.js +2 -2
  7. package/dist/components/Split.js +31 -13
  8. package/docs/components/accordion.html +3 -0
  9. package/docs/components/aside.html +3 -0
  10. package/docs/components/card.html +3 -0
  11. package/docs/components/code-editor.html +3 -0
  12. package/docs/components/color-picker.html +3 -0
  13. package/docs/components/combobox.html +3 -0
  14. package/docs/components/content-slider.html +3 -0
  15. package/docs/components/context.html +3 -0
  16. package/docs/components/dialog.html +3 -0
  17. package/docs/components/dropdown.html +3 -0
  18. package/docs/components/filter-list.html +3 -0
  19. package/docs/components/focus-capture.html +3 -0
  20. package/docs/components/html-editor.html +3 -0
  21. package/docs/components/hybrid-component.html +3 -0
  22. package/docs/components/icon.html +3 -0
  23. package/docs/components/import.html +3 -0
  24. package/docs/components/light-component.html +3 -0
  25. package/docs/components/nav-spacer.html +3 -0
  26. package/docs/components/nav.html +3 -0
  27. package/docs/components/photo-viewer.html +3 -0
  28. package/docs/components/progress.html +625 -0
  29. package/docs/components/resize.html +3 -0
  30. package/docs/components/shadow-component.html +3 -0
  31. package/docs/components/show-more.html +3 -0
  32. package/docs/components/sortable.html +3 -0
  33. package/docs/components/spinner.html +3 -0
  34. package/docs/components/split.html +31 -3
  35. package/docs/components/table.html +3 -0
  36. package/docs/components/tableControls.html +3 -0
  37. package/docs/components/tableCustomFields.html +3 -0
  38. package/docs/components/tableFetchRecords.html +3 -0
  39. package/docs/components/tableFieldSortHide.html +3 -0
  40. package/docs/components/tablePagination.html +3 -0
  41. package/docs/components/tablePlaceholder.html +3 -0
  42. package/docs/components/tableRecordEditing.html +3 -0
  43. package/docs/components/tableRecordFiltering.html +3 -0
  44. package/docs/components/tableRecordHiding.html +3 -0
  45. package/docs/components/tableRecordSearching.html +3 -0
  46. package/docs/components/tableRecordSelection.html +3 -0
  47. package/docs/components/tableRowControls.html +3 -0
  48. package/docs/components/tableServerSync.html +3 -0
  49. package/docs/components/tableSorting.html +3 -0
  50. package/docs/components/tabs.html +3 -0
  51. package/docs/components/tags.html +3 -0
  52. package/docs/components/theme-select.html +3 -0
  53. package/docs/components/theme-switcher.html +3 -0
  54. package/docs/components/timestamp.html +3 -0
  55. package/docs/components/toast.html +3 -0
  56. package/docs/components/toggle.html +3 -0
  57. package/docs/components/tree.html +3 -0
  58. package/docs/index.html +9 -0
  59. package/docs/src/components/Progress.js +86 -0
  60. package/docs/src/components/Spinner.js +2 -2
  61. package/docs/src/components/Split.js +31 -13
  62. package/docs/utils/context.html +3 -0
  63. package/docs/utils/cookie.html +3 -0
  64. package/docs/utils/debounce.html +3 -0
  65. package/docs/utils/drag.html +3 -0
  66. package/docs/utils/elevation.html +3 -0
  67. package/docs/utils/formatTimestamp.html +3 -0
  68. package/docs/utils/object.html +3 -0
  69. package/docs/utils/propConverters.html +3 -0
  70. package/docs/utils/string.html +3 -0
  71. package/docs/utils/theme.html +3 -0
  72. package/docs/utils/toTitleCase.html +3 -0
  73. package/docs/utils/type.html +3 -0
  74. package/docs/utils/wait.html +3 -0
  75. package/docs-src/components/progress.page.html +182 -0
  76. package/docs-src/components/split.page.html +28 -3
  77. package/docs-src/index.page.html +6 -0
  78. package/docs-src/nav.fragment.html +3 -0
  79. package/package.json +2 -2
  80. package/src/components/Progress.js +148 -0
  81. package/src/components/Spinner.js +19 -18
  82. package/src/components/Split.js +163 -132
  83. package/tests/components/Progress.browser-test.js +444 -0
package/bin/get_icon.js CHANGED
File without changes
File without changes
package/bin/icon.js CHANGED
File without changes
package/bin/list_icons.js CHANGED
File without changes
@@ -0,0 +1,86 @@
1
+ import{html as t,css as e}from"../lit-all.min.js";import i from"./ShadowComponent.js";import{boolExists as r}from"../utils/propConverters.js";export default class a extends i{static properties={percentage:{type:String},offset:{type:String},color:{type:String},label:{type:Boolean,converter:r},indeterminate:{type:String,reflect:!0}};constructor(){super(),this.percentage="25",this.offset="0",this.color="var(--c_primary)",this.indeterminate=null}get bars(){const t=(this.percentage||"25").split("|").map(t=>t.trim()),e=(this.offset||0).split("|").map(t=>t.trim()),i=(this.color||"var(--c_primary)").split("|").map(t=>t.trim());return t.map((t,r)=>{let a=e[0];e.length>r&&(a=e[r]);let n=i[0];return i.length>r&&(n=i[r]),{percentage:t,offset:a,color:n}})}render(){const[{color:e}]=this.bars;return null!==this.indeterminate?t`
2
+ <div id="bar1" class="bar indeterminate" style="background:${e};animation-duration:${this.indeterminate||"2s"}"></div>
3
+ <div id="bar2" class="bar indeterminate" style="background:${e};animation-duration:${this.indeterminate||"2s"}"></div>
4
+ `:t`${this.bars.map(({percentage:e,offset:i,color:r})=>t`
5
+ <div
6
+ class="bar"
7
+ style="left:${i}%;width:${e}%;background:${r}"
8
+ >
9
+ ${this.label?t`<div class="label">${e}%</div>`:""}
10
+ </div>
11
+ `)}`}static styles=e`
12
+ :host {
13
+ --radius: 99999px;
14
+
15
+ display: block;
16
+ height: 1rem;
17
+ width: 100%;
18
+ background-color: var(--c_border);
19
+ position: relative;
20
+ overflow: hidden;
21
+ color: var(--tc_on_primary);
22
+ font-size: 0.75rem;
23
+ border-radius: var(--radius);
24
+ }
25
+
26
+ .bar {
27
+ display: flex;
28
+ align-items: center;
29
+ height: 100%;
30
+ transition: width 0.3s ease;
31
+ position: absolute;
32
+ left: 0;
33
+ border-radius: var(--radius);
34
+ }
35
+ .label {
36
+ padding: 0 var(--spacer);
37
+ }
38
+
39
+ :host([indeterminate]) .bar {
40
+ width: 25%;
41
+ transition: none;
42
+ }
43
+ :host([indeterminate]) #bar1 {
44
+ animation-name: indeterminate-bar1;
45
+ animation-timing-function: linear;
46
+ animation-iteration-count: infinite;
47
+ }
48
+ :host([indeterminate]) #bar2 {
49
+ animation-name: indeterminate-bar2;
50
+ animation-timing-function: linear;
51
+ animation-iteration-count: infinite;
52
+ }
53
+
54
+ @keyframes indeterminate-bar1 {
55
+ 0% {
56
+ left: 0%;
57
+ }
58
+ 100% {
59
+ left: 100%;
60
+ }
61
+ }
62
+ @keyframes indeterminate-bar2 {
63
+ 0% {
64
+ left: 0%;
65
+ opacity: 1;
66
+ }
67
+ 74% {
68
+ opacity: 1;
69
+ }
70
+ 75% {
71
+ left: 75%;
72
+ opacity: 0;
73
+ }
74
+ 76% {
75
+ left: -24%;
76
+ opacity: 0;
77
+ }
78
+ 76.5% {
79
+ opacity: 1;
80
+ }
81
+ 100% {
82
+ left: 0%;
83
+ opacity: 1;
84
+ }
85
+ }
86
+ `}customElements.define("k-progress",a);
@@ -1,4 +1,4 @@
1
- import{html as r,css as n}from"../lit-all.min.js";import s from"./ShadowComponent.js";export default class e extends s{static properties={size:{type:String,reflect:!0},variant:{type:String,reflect:!0}};constructor(){super(),this.size="md",this.variant="spinner"}static styles=n`
1
+ import{html as r,css as n}from"../lit-all.min.js";import s from"./ShadowComponent.js";export default class e extends s{static properties={size:{type:String,reflect:!0},variant:{type:String,reflect:!0}};constructor(){super(),this.size="md",this.variant="spinner"}render(){switch(this.variant){case"dots":return r`<div class="dots"><span></span><span></span><span></span></div>`;case"bars":return r`<div class="bars"><span></span><span></span><span></span><span></span></div>`;case"pulse":return r`<div class="pulse"></div>`;case"ring":return r`<div class="ring"></div>`;default:return r`<div class="spinner"></div>`}}static styles=n`
2
2
  :host {
3
3
  --spinner-size: 2rem;
4
4
  --spinner-border-width: 3px;
@@ -110,4 +110,4 @@ import{html as r,css as n}from"../lit-all.min.js";import s from"./ShadowComponen
110
110
  75% { border-color: transparent transparent transparent var(--spinner-color); }
111
111
  100% { transform: rotate(360deg); border-color: var(--spinner-color) transparent transparent transparent; }
112
112
  }
113
- `;render(){switch(this.variant){case"dots":return r`<div class="dots"><span></span><span></span><span></span></div>`;case"bars":return r`<div class="bars"><span></span><span></span><span></span><span></span></div>`;case"pulse":return r`<div class="pulse"></div>`;case"ring":return r`<div class="ring"></div>`;default:return r`<div class="spinner"></div>`}}}customElements.define("k-spinner",e);
113
+ `}customElements.define("k-spinner",e);
@@ -1,7 +1,19 @@
1
- import{html as e,css as t}from"../lit-all.min.js";import i from"./ShadowComponent.js";import s from"../utils/drag.js";export default class r extends i{static properties={resizing:{type:Boolean,reflect:!0},stacked:{type:Boolean,reflect:!0},stackWidth:{type:Number,attribute:"stack-width"},direction:{type:String,reflect:!0},persistentId:{type:String,reflect:!0,attribute:"persistent-id"}};constructor(){super(),this.resizing=!1,this.stacked=!1,this.stackWidth=0,this.direction="horizontal",this.persistentId=null,this.dragStartSize=0,this.dragCleanup=()=>{},this.resizeObserver=null}firstUpdated(){if(super.firstUpdated(),this.setupDragHandler(),this.setupResizeObserver(),this.persistentId&&window?.localStorage){const e=window.localStorage.getItem(`split-persistent-id-${this.persistentId}`);e&&this.setSize(e)}}disconnectedCallback(){super.disconnectedCallback(),this.dragCleanup(),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}handleDragStart=()=>{this.resizing=!0,this.dragStartSize=Math.round(this.shadowRoot.getElementById("pane-1").getBoundingClientRect()["vertical"===this.direction?"height":"width"]),this.dispatchEvent(new CustomEvent("resizestart",{detail:{startSize:this.dragStartSize},bubbles:!0}))};handleDrag=({x:e,y:t})=>{const i="vertical"===this.direction?t:e,s=`${this.dragStartSize+i}px`;this.setSize(s),this.dispatchEvent(new CustomEvent("resize",{detail:{size:s},bubbles:!0}))};handleDragEnd=({x:e,y:t})=>{this.resizing=!1;const i="vertical"===this.direction?t:e,s=`${this.dragStartSize+i}px`;this.setSize(s),this.persistentId&&window?.localStorage&&window.localStorage.setItem(`split-persistent-id-${this.persistentId}`,s),this.dispatchEvent(new CustomEvent("resizeend",{detail:{size:s},bubbles:!0}))};setSize(e){this.style.setProperty("--pane_1_size",e)}setupDragHandler(){const e=this.shadowRoot.getElementById("divider-handle");e&&(this.dragCleanup=s({element:e,callback:this.handleDrag,startCallback:this.handleDragStart,endCallback:this.handleDragEnd}))}setupResizeObserver(){this.resizeObserver=new ResizeObserver(e=>{for(const t of e){const e=t.contentRect.width;this.stacked=e<=this.stackWidth}}),this.resizeObserver.observe(this)}static styles=t`
1
+ import{html as e,css as t}from"../lit-all.min.js";import i from"./ShadowComponent.js";import s from"../utils/drag.js";import{boolExists as r}from"../utils/propConverters.js";export default class d extends i{static properties={resizing:{type:Boolean,reflect:!0},stacked:{type:Boolean,reflect:!0},stackWidth:{type:Number,attribute:"stack-width"},direction:{type:String,reflect:!0},persistentId:{type:String,reflect:!0,attribute:"persistent-id"},grip:{type:Boolean,reflect:!0,converter:r}};constructor(){super(),this.resizing=!1,this.stacked=!1,this.stackWidth=0,this.direction="horizontal",this.persistentId=null,this.grip=!1,this.dragStartSize=0,this.dragCleanup=()=>{},this.resizeObserver=null}firstUpdated(){if(super.firstUpdated(),this.grip){const e=document.createElement("div");e.style.cssText="position:absolute;visibility:hidden;width:var(--handle_width)",this.shadowRoot.appendChild(e);const t=e.offsetWidth;this.shadowRoot.removeChild(e);const i=t%2==0?t-1:t;this.style.setProperty("--handle_grip_width",`${i}px`)}if(this.setupDragHandler(),this.setupResizeObserver(),this.persistentId&&window?.localStorage){const e=window.localStorage.getItem(`split-persistent-id-${this.persistentId}`);e&&this.setSize(e)}}disconnectedCallback(){super.disconnectedCallback(),this.dragCleanup(),this.resizeObserver&&(this.resizeObserver.disconnect(),this.resizeObserver=null)}handleDragStart=()=>{this.resizing=!0,this.dragStartSize=Math.round(this.shadowRoot.getElementById("pane-1").getBoundingClientRect()["vertical"===this.direction?"height":"width"]),this.dispatchEvent(new CustomEvent("resizestart",{detail:{startSize:this.dragStartSize},bubbles:!0}))};handleDrag=({x:e,y:t})=>{const i="vertical"===this.direction?t:e,s=`${this.dragStartSize+i}px`;this.setSize(s),this.dispatchEvent(new CustomEvent("resize",{detail:{size:s},bubbles:!0}))};handleDragEnd=({x:e,y:t})=>{this.resizing=!1;const i="vertical"===this.direction?t:e,s=`${this.dragStartSize+i}px`;this.setSize(s),this.persistentId&&window?.localStorage&&window.localStorage.setItem(`split-persistent-id-${this.persistentId}`,s),this.dispatchEvent(new CustomEvent("resizeend",{detail:{size:s},bubbles:!0}))};setSize(e){this.style.setProperty("--pane_1_size",e)}setupDragHandler(){const e=this.shadowRoot.getElementById("divider-handle");e&&(this.dragCleanup=s({element:e,callback:this.handleDrag,startCallback:this.handleDragStart,endCallback:this.handleDragEnd}))}setupResizeObserver(){this.resizeObserver=new ResizeObserver(e=>{for(const t of e){const e=t.contentRect.width;this.stacked=e<=this.stackWidth}}),this.resizeObserver.observe(this)}render(){return e`
2
+ <div id="pane-1" class="pane">
3
+ <slot></slot>
4
+ </div>
5
+ <div id="divider-handle">
6
+ <div id="divider-border">
7
+ ${this.grip?e`<div id="divider-grip"></div>`:""}
8
+ </div>
9
+ </div>
10
+ <div id="pane-2" class="pane">
11
+ <slot name="right"></slot>
12
+ </div>
13
+ `}static styles=t`
2
14
  :host {
3
15
  --pane_1_size: calc((100% - var(--handle_width)) / 2);
4
- --handle_width: 0.5rem;
16
+ --handle_width: 7px;
5
17
  --min_pane_size: 6rem;
6
18
 
7
19
  height: 100%;
@@ -27,6 +39,7 @@ import{html as e,css as t}from"../lit-all.min.js";import i from"./ShadowComponen
27
39
  }
28
40
 
29
41
  #divider-handle {
42
+ position: relative;
30
43
  display: flex;
31
44
  flex-shrink: 0;
32
45
  justify-content: center;
@@ -47,10 +60,21 @@ import{html as e,css as t}from"../lit-all.min.js";import i from"./ShadowComponen
47
60
  }
48
61
 
49
62
  #divider-border {
63
+ position: relative;
50
64
  width: 1px;
51
65
  height: 100%;
52
66
  border-left: 1px solid var(--c_border);
53
67
  }
68
+ #divider-grip {
69
+ position: absolute;
70
+ top: 50%;
71
+ left: 50%;
72
+ transform: translate(-50%, -50%);
73
+ width: var(--handle_grip_width, var(--handle_width));
74
+ height: 2rem;
75
+ border-radius: 0.25rem;
76
+ background-color: var(--c_border);
77
+ }
54
78
 
55
79
  #pane-2 {
56
80
  flex: 1 1;
@@ -105,14 +129,8 @@ import{html as e,css as t}from"../lit-all.min.js";import i from"./ShadowComponen
105
129
  border-left: none;
106
130
  border-top: 1px solid var(--c_border);
107
131
  }
108
- `;render(){return e`
109
- <div id="pane-1" class="pane">
110
- <slot></slot>
111
- </div>
112
- <div id="divider-handle">
113
- <div id="divider-border"></div>
114
- </div>
115
- <div id="pane-2" class="pane">
116
- <slot name="right"></slot>
117
- </div>
118
- `}}customElements.define("k-split",r);
132
+ :host([direction="vertical"]) #divider-grip {
133
+ width: 2rem;
134
+ height: 0.5rem;
135
+ }
136
+ `}customElements.define("k-split",d);
@@ -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>
@@ -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>
@@ -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>