@sme.up/ketchup 5.2.1-SNAPSHOT → 6.1.0-SNAPSHOT

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 (195) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-a78d6fac.js} +2 -2
  3. package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
  4. package/dist/cjs/{f-button-2b9b99b1.js → f-button-ac179257.js} +1 -1
  5. package/dist/cjs/{f-cell-8351cb84.js → f-cell-69294bca.js} +37 -37
  6. package/dist/cjs/{f-chip-df59e1b0.js → f-chip-b00897d7.js} +4 -3
  7. package/dist/cjs/{f-image-12bab3b5.js → f-image-89f25556.js} +1 -1
  8. package/dist/cjs/f-paginator-utils-8fa501b3.js +1898 -0
  9. package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-e1e45ade.js} +1 -1
  10. package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
  11. package/dist/cjs/ketchup.cjs.js +2 -2
  12. package/dist/cjs/kup-accordion.cjs.entry.js +4 -4
  13. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1493 -5418
  14. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17101 -14787
  15. package/dist/cjs/kup-calendar.cjs.entry.js +41 -33
  16. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  17. package/dist/cjs/kup-dash-list.cjs.entry.js +3 -3
  18. package/dist/cjs/kup-dash_2.cjs.entry.js +2 -2
  19. package/dist/cjs/kup-drawer.cjs.entry.js +11 -4
  20. package/dist/cjs/kup-field.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-form-editor.cjs.entry.js +404 -0
  22. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-image-list.cjs.entry.js +228 -0
  24. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-manager-7a941909.js +16703 -0
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
  30. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  31. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
  33. package/dist/cjs/loader.cjs.js +2 -2
  34. package/dist/cjs/{utils-e99921c1.js → utils-6287d878.js} +1 -1
  35. package/dist/collection/assets/card.js +4 -5
  36. package/dist/collection/assets/data-table.js +0 -79
  37. package/dist/collection/assets/form-editor.js +338 -0
  38. package/dist/collection/assets/image-list.js +624 -0
  39. package/dist/collection/assets/index.js +8 -0
  40. package/dist/collection/assets/kupdata.js +0 -3
  41. package/dist/collection/assets/kuptooltip.js +53 -7
  42. package/dist/collection/assets/tree.js +0 -128
  43. package/dist/collection/collection-manifest.json +7 -6
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +1 -1
  45. package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
  46. package/dist/collection/components/kup-box/kup-box.js +7 -135
  47. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  48. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  49. package/dist/collection/components/kup-card/kup-card.css +26 -8
  50. package/dist/collection/components/kup-card/kup-card.js +1 -2
  51. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  52. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  53. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  54. package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
  55. package/dist/collection/components/kup-drawer/kup-drawer.css +1 -0
  56. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  57. package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +23 -0
  58. package/dist/collection/components/kup-form-editor/kup-form-editor.css +80 -0
  59. package/dist/collection/components/kup-form-editor/kup-form-editor.js +561 -0
  60. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  61. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  62. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  63. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +3 -13
  64. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +1 -1
  65. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  66. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  67. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -2
  68. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  69. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  70. package/dist/collection/components/kup-tree/kup-tree.js +65 -140
  71. package/dist/collection/f-components/f-cell/f-cell.js +7 -7
  72. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  73. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  74. package/dist/collection/managers/kup-data/kup-data.js +4 -1
  75. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  76. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  77. package/dist/collection/managers/kup-language/kup-language-declarations.js +2 -0
  78. package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
  79. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +5 -0
  80. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
  81. package/dist/collection/types/GenericTypes.js +2 -0
  82. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
  83. package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-964da6b5.js} +3 -3
  84. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  85. package/dist/esm/{f-button-54a49fd8.js → f-button-871a544b.js} +1 -1
  86. package/dist/esm/{f-cell-d5dac50b.js → f-cell-521ef17a.js} +38 -38
  87. package/dist/esm/{f-chip-a3035b4b.js → f-chip-1dda722f.js} +5 -4
  88. package/dist/esm/{f-image-d32465e3.js → f-image-c468d8ae.js} +1 -1
  89. package/dist/esm/f-paginator-utils-7dff8ff0.js +1884 -0
  90. package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-d6c61c73.js} +1 -1
  91. package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
  92. package/dist/esm/ketchup.js +2 -2
  93. package/dist/esm/kup-accordion.entry.js +5 -5
  94. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1445 -5368
  95. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17101 -14788
  96. package/dist/esm/kup-calendar.entry.js +42 -34
  97. package/dist/esm/kup-cell.entry.js +7 -7
  98. package/dist/esm/kup-dash-list.entry.js +3 -3
  99. package/dist/esm/kup-dash_2.entry.js +2 -2
  100. package/dist/esm/kup-drawer.entry.js +11 -4
  101. package/dist/esm/kup-field.entry.js +1 -1
  102. package/dist/esm/kup-form-editor.entry.js +400 -0
  103. package/dist/esm/kup-iframe.entry.js +2 -2
  104. package/dist/esm/kup-image-list.entry.js +224 -0
  105. package/dist/esm/kup-lazy.entry.js +2 -2
  106. package/dist/esm/kup-magic-box.entry.js +3 -3
  107. package/dist/esm/kup-manager-58b075b4.js +16686 -0
  108. package/dist/esm/kup-nav-bar.entry.js +2 -2
  109. package/dist/esm/kup-numeric-picker.entry.js +5 -5
  110. package/dist/esm/kup-photo-frame.entry.js +4 -4
  111. package/dist/esm/kup-probe.entry.js +1 -1
  112. package/dist/esm/kup-qlik.entry.js +1 -1
  113. package/dist/esm/kup-snackbar.entry.js +5 -5
  114. package/dist/esm/loader.js +2 -2
  115. package/dist/esm/polyfills/css-shim.js +1 -1
  116. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  117. package/dist/esm/{utils-f24319a0.js → utils-d7e4b3c2.js} +2 -2
  118. package/dist/ketchup/ketchup.esm.js +1 -1
  119. package/dist/ketchup/{p-7a74ad17.js → p-1ae66cc5.js} +1 -1
  120. package/dist/ketchup/{p-e6709c26.entry.js → p-3c11e615.entry.js} +1 -1
  121. package/dist/ketchup/{p-669bde31.js → p-44ec4f03.js} +1 -1
  122. package/dist/ketchup/p-4ffbc3ff.js +1 -0
  123. package/dist/ketchup/p-5264a3e6.entry.js +1 -0
  124. package/dist/ketchup/{p-e8e3c9da.entry.js → p-65974e48.entry.js} +1 -1
  125. package/dist/ketchup/p-65b46587.entry.js +40 -0
  126. package/dist/ketchup/{p-09d708c4.entry.js → p-6dff70f8.entry.js} +1 -1
  127. package/dist/ketchup/{p-34748c91.js → p-7454cb92.js} +1 -1
  128. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  129. package/dist/ketchup/p-7eff4eee.js +1 -0
  130. package/dist/ketchup/p-80968627.entry.js +1 -0
  131. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  132. package/dist/ketchup/p-8cdf61a4.js +1 -0
  133. package/dist/ketchup/{p-8418e8fa.entry.js → p-954cc340.entry.js} +1 -1
  134. package/dist/ketchup/p-976244f9.entry.js +9 -0
  135. package/dist/ketchup/{p-4173422f.entry.js → p-99e0d768.entry.js} +1 -1
  136. package/dist/ketchup/{p-41741c28.entry.js → p-a0f6e25c.entry.js} +1 -1
  137. package/dist/ketchup/p-a203f78b.js +45 -0
  138. package/dist/ketchup/{p-9a61d8dc.entry.js → p-a615a92b.entry.js} +1 -1
  139. package/dist/ketchup/p-aca0e54b.js +30 -0
  140. package/dist/ketchup/p-b8939a8b.entry.js +1 -0
  141. package/dist/ketchup/p-bfc3bac7.js +1 -0
  142. package/dist/ketchup/p-c5ce8951.entry.js +1 -0
  143. package/dist/ketchup/{p-bb8844bf.entry.js → p-d2ee56dd.entry.js} +1 -1
  144. package/dist/ketchup/p-db71436b.entry.js +27 -0
  145. package/dist/ketchup/{p-40f97429.js → p-e0035c58.js} +1 -1
  146. package/dist/ketchup/p-e1039cf2.entry.js +1 -0
  147. package/dist/ketchup/{p-44192f30.entry.js → p-ea10176c.entry.js} +1 -1
  148. package/dist/ketchup/{p-67842f1e.entry.js → p-f09f2f98.entry.js} +1 -1
  149. package/dist/ketchup/{p-203d6295.entry.js → p-f71a1675.entry.js} +1 -1
  150. package/dist/ketchup/{p-11e72a8c.entry.js → p-fac1a08b.entry.js} +1 -1
  151. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  152. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  153. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
  154. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
  155. package/dist/types/components/kup-form-editor/kup-form-editor-declarations.d.ts +79 -0
  156. package/dist/types/components/kup-form-editor/kup-form-editor.d.ts +72 -0
  157. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  158. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  159. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  160. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  161. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -5
  162. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  163. package/dist/types/components.d.ts +121 -231
  164. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  165. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  166. package/dist/types/managers/kup-data/kup-data.d.ts +1 -0
  167. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +2 -0
  168. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
  169. package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
  170. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
  171. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
  172. package/dist/types/types/GenericTypes.d.ts +2 -0
  173. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  174. package/package.json +15 -14
  175. package/dist/cjs/kup-manager-5c03da64.js +0 -8795
  176. package/dist/collection/assets/tooltip.js +0 -73
  177. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  178. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  179. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  180. package/dist/collection/utils/helpers.js +0 -38
  181. package/dist/esm/kup-manager-9316a184.js +0 -8778
  182. package/dist/ketchup/p-12773ca8.js +0 -9
  183. package/dist/ketchup/p-44f8da2a.js +0 -1
  184. package/dist/ketchup/p-4f56932b.js +0 -1
  185. package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
  186. package/dist/ketchup/p-7de0d7e1.js +0 -1
  187. package/dist/ketchup/p-96bf19aa.entry.js +0 -1
  188. package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
  189. package/dist/ketchup/p-b6c21223.entry.js +0 -27
  190. package/dist/ketchup/p-c58a2a81.entry.js +0 -1
  191. package/dist/ketchup/p-ca3d585b.entry.js +0 -1
  192. package/dist/ketchup/p-ecb7069b.js +0 -135
  193. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  194. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  195. package/dist/types/utils/helpers.d.ts +0 -4
@@ -0,0 +1,624 @@
1
+ const data = [
2
+ {
3
+ children: [
4
+ {
5
+ children: [
6
+ {
7
+ cells: {
8
+ ROUTE: {
9
+ value: 'box',
10
+ },
11
+ },
12
+ icon: 'view-quilt',
13
+ value: 'Box',
14
+ visible: true,
15
+ },
16
+ {
17
+ cells: {
18
+ ROUTE: {
19
+ value: 'buttonlist',
20
+ },
21
+ },
22
+ icon: 'more_horiz',
23
+ value: 'Button list',
24
+ visible: true,
25
+ },
26
+ {
27
+ cells: {
28
+ ROUTE: {
29
+ value: 'calendar',
30
+ },
31
+ },
32
+ icon: 'event_note',
33
+ value: 'Calendar',
34
+ visible: true,
35
+ },
36
+ {
37
+ cells: {
38
+ ROUTE: {
39
+ value: 'card',
40
+ },
41
+ },
42
+ icon: 'art_track',
43
+ value: 'Card',
44
+ visible: true,
45
+ },
46
+ {
47
+ cells: {
48
+ ROUTE: {
49
+ value: 'cell',
50
+ },
51
+ },
52
+ icon: 'extension',
53
+ value: 'Cell',
54
+ visible: true,
55
+ },
56
+ {
57
+ cells: {
58
+ ROUTE: {
59
+ value: 'chart',
60
+ },
61
+ },
62
+ icon: 'chart-bar',
63
+ value: 'Chart',
64
+ visible: true,
65
+ },
66
+ {
67
+ cells: {
68
+ ROUTE: {
69
+ value: 'dash',
70
+ },
71
+ },
72
+ icon: 'thermostat-box',
73
+ value: 'Dash',
74
+ visible: true,
75
+ },
76
+ {
77
+ cells: {
78
+ ROUTE: {
79
+ value: 'dashlist',
80
+ },
81
+ },
82
+ icon: 'recent_actors',
83
+ value: 'Dash list',
84
+ visible: true,
85
+ },
86
+ {
87
+ cells: {
88
+ ROUTE: {
89
+ value: 'datatable',
90
+ },
91
+ },
92
+ icon: 'table',
93
+ value: 'Data table',
94
+ visible: true,
95
+ },
96
+ {
97
+ cells: {
98
+ ROUTE: {
99
+ value: 'echart',
100
+ },
101
+ },
102
+ icon: 'multiline_chart',
103
+ value: 'EChart',
104
+ visible: true,
105
+ },
106
+ {
107
+ cells: {
108
+ ROUTE: {
109
+ value: 'field',
110
+ },
111
+ },
112
+ icon: 'edit',
113
+ value: 'Field',
114
+ visible: true,
115
+ },
116
+ {
117
+ cells: {
118
+ ROUTE: {
119
+ value: 'tooltip',
120
+ },
121
+ },
122
+ icon: 'insert_comment',
123
+ value: 'Tooltip',
124
+ visible: true,
125
+ },
126
+ {
127
+ cells: {
128
+ ROUTE: {
129
+ value: 'tree',
130
+ },
131
+ },
132
+ icon: 'file-tree',
133
+ value: 'Tree',
134
+ visible: true,
135
+ },
136
+ ],
137
+ expandable: true,
138
+ icon: 'shape-plus',
139
+ isExpanded: false,
140
+ value: 'Advanced',
141
+ visible: true,
142
+ },
143
+ {
144
+ children: [
145
+ {
146
+ cells: {
147
+ ROUTE: {
148
+ value: 'accordion',
149
+ },
150
+ },
151
+ icon: 'view-sequential',
152
+ value: 'Accordion',
153
+ visible: true,
154
+ },
155
+ {
156
+ cells: {
157
+ ROUTE: {
158
+ value: 'autocomplete',
159
+ },
160
+ },
161
+ icon: 'text_format',
162
+ value: 'Autocomplete',
163
+ visible: true,
164
+ },
165
+ {
166
+ cells: {
167
+ ROUTE: {
168
+ value: 'badge',
169
+ },
170
+ },
171
+ icon: 'notifications',
172
+ value: 'Badge',
173
+ visible: true,
174
+ },
175
+ {
176
+ cells: {
177
+ ROUTE: {
178
+ value: 'button',
179
+ },
180
+ },
181
+ icon: 'brightness-1',
182
+ value: 'Button',
183
+ visible: true,
184
+ },
185
+ {
186
+ cells: {
187
+ ROUTE: {
188
+ value: 'checkbox',
189
+ },
190
+ },
191
+ icon: 'check_box',
192
+ value: 'Checkbox',
193
+ visible: true,
194
+ },
195
+ {
196
+ cells: {
197
+ ROUTE: {
198
+ value: 'chip',
199
+ },
200
+ },
201
+ icon: 'label',
202
+ value: 'Chip',
203
+ visible: true,
204
+ },
205
+ {
206
+ cells: {
207
+ ROUTE: {
208
+ value: 'colorpicker',
209
+ },
210
+ },
211
+ icon: 'colorize',
212
+ value: 'Color picker',
213
+ visible: true,
214
+ },
215
+ {
216
+ cells: {
217
+ ROUTE: {
218
+ value: 'combobox',
219
+ },
220
+ },
221
+ icon: 'format-font-size-decrease',
222
+ value: 'Combobox',
223
+ visible: true,
224
+ },
225
+ {
226
+ cells: {
227
+ ROUTE: {
228
+ value: 'datepicker',
229
+ },
230
+ },
231
+ icon: 'event',
232
+ value: 'Date picker',
233
+ visible: true,
234
+ },
235
+ {
236
+ cells: {
237
+ ROUTE: {
238
+ value: 'drawer',
239
+ },
240
+ },
241
+ icon: 'web',
242
+ value: 'Drawer',
243
+ visible: true,
244
+ },
245
+ {
246
+ cells: {
247
+ ROUTE: {
248
+ value: 'dropdownbutton',
249
+ },
250
+ },
251
+ icon: 'play_for_work',
252
+ value: 'Dropdown button',
253
+ visible: true,
254
+ },
255
+ {
256
+ cells: {
257
+ ROUTE: {
258
+ value: 'gauge',
259
+ },
260
+ },
261
+ icon: 'gauge',
262
+ value: 'Gauge',
263
+ visible: true,
264
+ },
265
+ {
266
+ cells: {
267
+ ROUTE: {
268
+ value: 'grid',
269
+ },
270
+ },
271
+ icon: 'apps',
272
+ value: 'Grid',
273
+ visible: true,
274
+ },
275
+ {
276
+ cells: {
277
+ ROUTE: {
278
+ value: 'iframe',
279
+ },
280
+ },
281
+ icon: 'open-in-browser',
282
+ value: 'Iframe',
283
+ visible: true,
284
+ },
285
+ {
286
+ cells: {
287
+ ROUTE: {
288
+ value: 'image',
289
+ },
290
+ },
291
+ icon: 'image',
292
+ value: 'Image',
293
+ visible: true,
294
+ },
295
+ {
296
+ cells: {
297
+ ROUTE: {
298
+ value: 'lazy',
299
+ },
300
+ },
301
+ icon: 'compare',
302
+ value: 'Lazy',
303
+ visible: true,
304
+ },
305
+ {
306
+ cells: {
307
+ ROUTE: {
308
+ value: 'list',
309
+ },
310
+ },
311
+ icon: 'list',
312
+ value: 'List',
313
+ visible: true,
314
+ },
315
+ {
316
+ cells: {
317
+ ROUTE: {
318
+ value: 'navbar',
319
+ },
320
+ },
321
+ icon: 'web_asset',
322
+ value: 'Nav bar',
323
+ visible: true,
324
+ },
325
+ {
326
+ cells: {
327
+ ROUTE: {
328
+ value: 'numericpicker',
329
+ },
330
+ },
331
+ icon: 'calculator',
332
+ value: 'Numeric picker',
333
+ visible: true,
334
+ },
335
+ {
336
+ cells: {
337
+ ROUTE: {
338
+ value: 'progressbar',
339
+ },
340
+ },
341
+ icon: 'data_usage',
342
+ value: 'Progress bar',
343
+ visible: true,
344
+ },
345
+ {
346
+ cells: {
347
+ ROUTE: {
348
+ value: 'radio',
349
+ },
350
+ },
351
+ icon: 'radiobox-marked',
352
+ value: 'Radio',
353
+ visible: true,
354
+ },
355
+ {
356
+ cells: {
357
+ ROUTE: {
358
+ value: 'rating',
359
+ },
360
+ },
361
+ icon: 'star',
362
+ value: 'Rating',
363
+ visible: true,
364
+ },
365
+ {
366
+ cells: {
367
+ ROUTE: {
368
+ value: 'snackbar',
369
+ },
370
+ },
371
+ icon: 'wb_iridescent',
372
+ value: 'Snackbar',
373
+ visible: true,
374
+ },
375
+ {
376
+ cells: {
377
+ ROUTE: {
378
+ value: 'spinner',
379
+ },
380
+ },
381
+ icon: 'vanish',
382
+ value: 'Spinner',
383
+ visible: true,
384
+ },
385
+ {
386
+ cells: {
387
+ ROUTE: {
388
+ value: 'switch',
389
+ },
390
+ },
391
+ icon: 'toll',
392
+ value: 'Switch',
393
+ visible: true,
394
+ },
395
+ {
396
+ cells: {
397
+ ROUTE: {
398
+ value: 'tabbar',
399
+ },
400
+ },
401
+ icon: 'tab',
402
+ value: 'Tab bar',
403
+ visible: true,
404
+ },
405
+ {
406
+ cells: {
407
+ ROUTE: {
408
+ value: 'textfield',
409
+ },
410
+ },
411
+ icon: 'text_fields',
412
+ value: 'Text field',
413
+ visible: true,
414
+ },
415
+ {
416
+ cells: {
417
+ ROUTE: {
418
+ value: 'timepicker',
419
+ },
420
+ },
421
+ icon: 'access_time',
422
+ value: 'Time picker',
423
+ visible: true,
424
+ },
425
+ ],
426
+ expandable: true,
427
+ icon: 'shape',
428
+ isExpanded: false,
429
+ value: 'Basic',
430
+ visible: true,
431
+ },
432
+ {
433
+ children: [
434
+ {
435
+ cells: {
436
+ ROUTE: {
437
+ value: 'qlik',
438
+ },
439
+ },
440
+ icon: 'chart-pie',
441
+ value: 'Qlik',
442
+ visible: true,
443
+ },
444
+ ],
445
+ expandable: true,
446
+ icon: 'lightbulb-on',
447
+ isExpanded: false,
448
+ value: '3rd Parties',
449
+ visible: true,
450
+ },
451
+ ],
452
+ expandable: true,
453
+ icon: 'widgets',
454
+ isExpanded: false,
455
+ value: 'Components',
456
+ visible: true,
457
+ },
458
+ {
459
+ children: [
460
+ {
461
+ cells: {
462
+ ROUTE: {
463
+ value: 'kup-manager',
464
+ },
465
+ },
466
+ icon: 'settings',
467
+ value: 'KupManager',
468
+ visible: true,
469
+ },
470
+ {
471
+ cells: {
472
+ ROUTE: {
473
+ value: 'kup-data',
474
+ },
475
+ },
476
+ icon: 'table-edit',
477
+ value: 'KupData',
478
+ visible: true,
479
+ },
480
+ {
481
+ cells: {
482
+ ROUTE: {
483
+ value: 'kup-dates',
484
+ },
485
+ },
486
+ icon: 'calendar',
487
+ value: 'KupDates',
488
+ visible: true,
489
+ },
490
+ {
491
+ cells: {
492
+ ROUTE: {
493
+ value: 'kup-debug',
494
+ },
495
+ },
496
+ icon: 'bug',
497
+ value: 'KupDebug',
498
+ visible: true,
499
+ },
500
+ {
501
+ cells: {
502
+ ROUTE: {
503
+ value: 'kup-dynamic-position',
504
+ },
505
+ },
506
+ icon: 'location_on',
507
+ value: 'KupDynamicPosition',
508
+ visible: true,
509
+ },
510
+ {
511
+ cells: {
512
+ ROUTE: {
513
+ value: 'kup-interact',
514
+ },
515
+ },
516
+ icon: 'touch_app',
517
+ value: 'KupInteract',
518
+ visible: true,
519
+ },
520
+ {
521
+ cells: {
522
+ ROUTE: {
523
+ value: 'kup-language',
524
+ },
525
+ },
526
+ icon: 'translate',
527
+ value: 'KupLanguage',
528
+ visible: true,
529
+ },
530
+ {
531
+ cells: {
532
+ ROUTE: {
533
+ value: 'kup-math',
534
+ },
535
+ },
536
+ icon: 'functions',
537
+ value: 'KupMath',
538
+ visible: true,
539
+ },
540
+ {
541
+ cells: {
542
+ ROUTE: {
543
+ value: 'kup-objects',
544
+ },
545
+ },
546
+ icon: 'tag',
547
+ value: 'KupObjects',
548
+ visible: true,
549
+ },
550
+ {
551
+ cells: {
552
+ ROUTE: {
553
+ value: 'kup-scroll-on-hover',
554
+ },
555
+ },
556
+ icon: 'compare_arrows',
557
+ value: 'KupScrollOnHover',
558
+ visible: true,
559
+ },
560
+ {
561
+ cells: {
562
+ ROUTE: {
563
+ value: 'kup-search',
564
+ },
565
+ },
566
+ icon: 'pageview',
567
+ value: 'KupSearch',
568
+ visible: true,
569
+ },
570
+ {
571
+ cells: {
572
+ ROUTE: {
573
+ value: 'kup-theme',
574
+ },
575
+ },
576
+ icon: 'style',
577
+ value: 'KupTheme',
578
+ visible: true,
579
+ },
580
+ {
581
+ cells: {
582
+ ROUTE: {
583
+ value: 'kup-toolbar',
584
+ },
585
+ },
586
+ icon: 'wrench',
587
+ value: 'KupToolbar',
588
+ visible: true,
589
+ },
590
+ ],
591
+ expandable: true,
592
+ icon: 'web',
593
+ isExpanded: false,
594
+ value: 'Framework',
595
+ visible: true,
596
+ },
597
+ {
598
+ children: [
599
+ {
600
+ cells: {
601
+ ROUTE: {
602
+ value: 'customization',
603
+ },
604
+ },
605
+ icon: 'style',
606
+ value: 'Style customization',
607
+ visible: true,
608
+ },
609
+ ],
610
+ expandable: true,
611
+ icon: 'library_books',
612
+ isExpanded: false,
613
+ value: 'Guides',
614
+ visible: true,
615
+ },
616
+ ];
617
+
618
+ const imageList = document.querySelector('kup-image-list');
619
+ imageList.data = data;
620
+ imageList.selectable = true;
621
+
622
+ document.addEventListener('kup-imagelist-click', (e) => {
623
+ console.log(e);
624
+ });
@@ -94,6 +94,10 @@ components.data = [
94
94
  value: 'Echart',
95
95
  id: 'echart.html',
96
96
  },
97
+ {
98
+ value: 'Form editor',
99
+ id: 'form-editor.html',
100
+ },
97
101
  {
98
102
  value: 'Gauge',
99
103
  id: 'gauge.html',
@@ -102,6 +106,10 @@ components.data = [
102
106
  value: 'Image',
103
107
  id: 'image.html',
104
108
  },
109
+ {
110
+ value: 'Image list',
111
+ id: 'image-list.html',
112
+ },
105
113
  {
106
114
  value: 'KupData',
107
115
  id: 'kupdata.html',
@@ -623,13 +623,10 @@ const props = {
623
623
  showGroups: true,
624
624
  showHeader: true,
625
625
  showLoadMore: false,
626
- showTooltipOnRightClick: true,
627
626
  sort: [],
628
627
  store: {},
629
628
  sortableColumnsMutateData: true,
630
629
  sortEnabled: true,
631
- tooltipDetailTimeout: 1,
632
- tooltipEnabled: true,
633
630
  };
634
631
  for (const key in props) {
635
632
  inputTable[key] = props[key];