@sme.up/ketchup 5.2.0-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 (212) hide show
  1. package/dist/cjs/{cell-utils-5b16c180.js → cell-utils-a78d6fac.js} +2 -2
  2. package/dist/cjs/{component-d1496215.js → component-72a5b626.js} +30 -0
  3. package/dist/cjs/{f-button-3b9f32af.js → f-button-ac179257.js} +2 -2
  4. package/dist/cjs/{f-cell-c6ad973a.js → f-cell-69294bca.js} +33 -121
  5. package/dist/cjs/{f-chip-bed86c4a.js → f-chip-b00897d7.js} +5 -4
  6. package/dist/cjs/{f-image-08a3d340.js → f-image-89f25556.js} +2 -2
  7. package/dist/cjs/f-paginator-utils-8fa501b3.js +1898 -0
  8. package/dist/cjs/f-text-field-e1e45ade.js +94 -0
  9. package/dist/cjs/f-text-field-mdc-85997738.js +2570 -0
  10. package/dist/cjs/{index-8d7bb3be.js → index-eb556444.js} +2 -0
  11. package/dist/cjs/ketchup.cjs.js +3 -3
  12. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  13. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1766 -8367
  14. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17102 -14788
  15. package/dist/cjs/kup-calendar.cjs.entry.js +42 -34
  16. package/dist/cjs/kup-cell.cjs.entry.js +8 -7
  17. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  18. package/dist/cjs/kup-dash_2.cjs.entry.js +3 -3
  19. package/dist/cjs/kup-drawer.cjs.entry.js +12 -5
  20. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-form-editor.cjs.entry.js +404 -0
  22. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-image-list.cjs.entry.js +228 -0
  24. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  25. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  26. package/dist/cjs/kup-manager-7a941909.js +16703 -0
  27. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-numeric-picker.cjs.entry.js +423 -0
  29. package/dist/cjs/kup-photo-frame.cjs.entry.js +5 -5
  30. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  33. package/dist/cjs/loader.cjs.js +3 -3
  34. package/dist/cjs/{utils-b9df398c.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 +16 -0
  40. package/dist/collection/assets/kupdata.js +0 -3
  41. package/dist/collection/assets/kuptooltip.js +654 -0
  42. package/dist/collection/assets/tree.js +0 -128
  43. package/dist/collection/collection-manifest.json +8 -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-built-in.js +10 -0
  48. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  49. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  50. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +153 -0
  51. package/dist/collection/components/kup-card/kup-card.css +61 -8
  52. package/dist/collection/components/kup-card/kup-card.js +2 -2
  53. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  54. package/dist/collection/components/kup-combobox/kup-combobox.js +1 -1
  55. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  56. package/dist/collection/components/kup-data-table/kup-data-table.js +50 -138
  57. package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
  58. package/dist/collection/components/kup-drawer/kup-drawer.css +1 -0
  59. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  60. package/dist/collection/components/kup-form-editor/kup-form-editor-declarations.js +23 -0
  61. package/dist/collection/components/kup-form-editor/kup-form-editor.css +80 -0
  62. package/dist/collection/components/kup-form-editor/kup-form-editor.js +561 -0
  63. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  64. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  65. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  66. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker-declarations.js +16 -0
  67. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +50 -0
  68. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +895 -0
  69. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +3 -13
  70. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +1 -1
  71. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  72. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  73. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -2
  74. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  75. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  76. package/dist/collection/components/kup-tree/kup-tree.js +65 -140
  77. package/dist/collection/f-components/f-cell/f-cell.js +7 -7
  78. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  79. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  80. package/dist/collection/managers/kup-data/kup-data.js +4 -1
  81. package/dist/collection/managers/kup-debug/kup-debug.js +1 -0
  82. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  83. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  84. package/dist/collection/managers/kup-language/kup-language-declarations.js +2 -0
  85. package/dist/collection/managers/kup-manager/kup-manager.js +31 -1
  86. package/dist/collection/managers/kup-math/kup-math.js +11 -1
  87. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +6 -0
  88. package/dist/collection/managers/kup-tooltip/kup-tooltip-declarations.js +1 -0
  89. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +224 -0
  90. package/dist/collection/types/GenericTypes.js +3 -0
  91. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +8 -12
  92. package/dist/esm/{cell-utils-69f75e2e.js → cell-utils-964da6b5.js} +3 -3
  93. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  94. package/dist/esm/{f-button-7e7607d8.js → f-button-871a544b.js} +2 -2
  95. package/dist/esm/{f-cell-e4d83c27.js → f-cell-521ef17a.js} +33 -120
  96. package/dist/esm/{f-chip-51dfefaf.js → f-chip-1dda722f.js} +6 -5
  97. package/dist/esm/{f-image-de331954.js → f-image-c468d8ae.js} +2 -2
  98. package/dist/esm/f-paginator-utils-7dff8ff0.js +1884 -0
  99. package/dist/esm/f-text-field-d6c61c73.js +92 -0
  100. package/dist/esm/f-text-field-mdc-d42d3f9e.js +2568 -0
  101. package/dist/esm/{index-aeec9835.js → index-baeab1ac.js} +2 -1
  102. package/dist/esm/ketchup.js +3 -3
  103. package/dist/esm/kup-accordion.entry.js +6 -6
  104. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1711 -8310
  105. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17102 -14789
  106. package/dist/esm/kup-calendar.entry.js +43 -35
  107. package/dist/esm/kup-cell.entry.js +8 -7
  108. package/dist/esm/kup-dash-list.entry.js +4 -4
  109. package/dist/esm/kup-dash_2.entry.js +3 -3
  110. package/dist/esm/kup-drawer.entry.js +12 -5
  111. package/dist/esm/kup-field.entry.js +2 -2
  112. package/dist/esm/kup-form-editor.entry.js +400 -0
  113. package/dist/esm/kup-iframe.entry.js +3 -3
  114. package/dist/esm/kup-image-list.entry.js +224 -0
  115. package/dist/esm/kup-lazy.entry.js +3 -3
  116. package/dist/esm/kup-magic-box.entry.js +4 -4
  117. package/dist/esm/kup-manager-58b075b4.js +16686 -0
  118. package/dist/esm/kup-nav-bar.entry.js +3 -3
  119. package/dist/esm/kup-numeric-picker.entry.js +419 -0
  120. package/dist/esm/kup-photo-frame.entry.js +5 -5
  121. package/dist/esm/kup-probe.entry.js +2 -2
  122. package/dist/esm/kup-qlik.entry.js +2 -2
  123. package/dist/esm/kup-snackbar.entry.js +6 -6
  124. package/dist/esm/loader.js +3 -3
  125. package/dist/esm/polyfills/css-shim.js +1 -1
  126. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  127. package/dist/esm/{utils-35c7a90d.js → utils-d7e4b3c2.js} +2 -2
  128. package/dist/ketchup/ketchup.esm.js +1 -1
  129. package/dist/ketchup/{p-5d190cf5.js → p-1ae66cc5.js} +1 -1
  130. package/dist/ketchup/{p-8be1337b.js → p-34b74425.js} +1 -1
  131. package/dist/ketchup/{p-fea316ab.entry.js → p-3c11e615.entry.js} +1 -1
  132. package/dist/ketchup/p-44ec4f03.js +1 -0
  133. package/dist/ketchup/p-4ffbc3ff.js +1 -0
  134. package/dist/ketchup/p-5264a3e6.entry.js +1 -0
  135. package/dist/ketchup/{p-d7af8156.entry.js → p-65974e48.entry.js} +1 -1
  136. package/dist/ketchup/p-65b46587.entry.js +40 -0
  137. package/dist/ketchup/{p-3813281b.entry.js → p-6dff70f8.entry.js} +1 -1
  138. package/dist/ketchup/{p-33073f4a.js → p-7454cb92.js} +1 -1
  139. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  140. package/dist/ketchup/p-7eff4eee.js +1 -0
  141. package/dist/ketchup/p-80968627.entry.js +1 -0
  142. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  143. package/dist/ketchup/p-8cdf61a4.js +1 -0
  144. package/dist/ketchup/{p-f9c41e20.entry.js → p-954cc340.entry.js} +1 -1
  145. package/dist/ketchup/p-976244f9.entry.js +9 -0
  146. package/dist/ketchup/p-99e0d768.entry.js +1 -0
  147. package/dist/ketchup/{p-8f735633.entry.js → p-a0f6e25c.entry.js} +1 -1
  148. package/dist/ketchup/p-a203f78b.js +45 -0
  149. package/dist/ketchup/{p-9bcda66f.entry.js → p-a615a92b.entry.js} +1 -1
  150. package/dist/ketchup/p-aca0e54b.js +30 -0
  151. package/dist/ketchup/p-b8939a8b.entry.js +1 -0
  152. package/dist/ketchup/p-bfc3bac7.js +1 -0
  153. package/dist/ketchup/{p-67c64257.entry.js → p-c5ce8951.entry.js} +1 -1
  154. package/dist/ketchup/{p-68fc1428.entry.js → p-d2ee56dd.entry.js} +1 -1
  155. package/dist/ketchup/p-db71436b.entry.js +27 -0
  156. package/dist/ketchup/{p-10c8d755.js → p-e0035c58.js} +1 -1
  157. package/dist/ketchup/p-e1039cf2.entry.js +1 -0
  158. package/dist/ketchup/{p-b5e1dbfa.entry.js → p-ea10176c.entry.js} +1 -1
  159. package/dist/ketchup/p-f09f2f98.entry.js +1 -0
  160. package/dist/ketchup/{p-0751aaf6.entry.js → p-f71a1675.entry.js} +1 -1
  161. package/dist/ketchup/{p-4081f5f7.entry.js → p-fac1a08b.entry.js} +1 -1
  162. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  163. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  164. package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -0
  165. package/dist/types/components/kup-card/built-in/kup-card-numeric.d.ts +2 -0
  166. package/dist/types/components/kup-card/kup-card-declarations.d.ts +26 -1
  167. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +4 -4
  168. package/dist/types/components/kup-data-table/kup-data-table.d.ts +5 -19
  169. package/dist/types/components/kup-form-editor/kup-form-editor-declarations.d.ts +79 -0
  170. package/dist/types/components/kup-form-editor/kup-form-editor.d.ts +72 -0
  171. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  172. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  173. package/dist/types/components/kup-numeric-picker/kup-numeric-picker-declarations.d.ts +19 -0
  174. package/dist/types/components/kup-numeric-picker/kup-numeric-picker.d.ts +121 -0
  175. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  176. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  177. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +1 -5
  178. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  179. package/dist/types/components.d.ts +265 -232
  180. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  181. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  182. package/dist/types/managers/kup-data/kup-data.d.ts +1 -0
  183. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +2 -0
  184. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +14 -0
  185. package/dist/types/managers/kup-manager/kup-manager.d.ts +14 -0
  186. package/dist/types/managers/kup-math/kup-math-declarations.d.ts +6 -0
  187. package/dist/types/managers/kup-math/kup-math.d.ts +2 -1
  188. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +8 -0
  189. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +51 -0
  190. package/dist/types/types/GenericTypes.d.ts +3 -0
  191. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  192. package/package.json +16 -15
  193. package/dist/cjs/kup-manager-4227f0a2.js +0 -8582
  194. package/dist/collection/assets/tooltip.js +0 -73
  195. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  196. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  197. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  198. package/dist/collection/utils/helpers.js +0 -38
  199. package/dist/esm/kup-manager-0ab94726.js +0 -8565
  200. package/dist/ketchup/p-24df4f29.entry.js +0 -27
  201. package/dist/ketchup/p-2d4f19f4.js +0 -1
  202. package/dist/ketchup/p-3445be1e.entry.js +0 -1
  203. package/dist/ketchup/p-3aab1f0d.entry.js +0 -1
  204. package/dist/ketchup/p-47b57d97.js +0 -1
  205. package/dist/ketchup/p-5186885c.entry.js +0 -1
  206. package/dist/ketchup/p-78223dc0.entry.js +0 -143
  207. package/dist/ketchup/p-96101f09.entry.js +0 -39
  208. package/dist/ketchup/p-c314b1e6.js +0 -1
  209. package/dist/ketchup/p-ee33cbe9.js +0 -9
  210. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  211. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  212. 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,10 +106,18 @@ 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',
108
116
  },
117
+ {
118
+ value: 'KupTooltip',
119
+ id: 'kuptooltip.html',
120
+ },
109
121
  {
110
122
  value: 'Layout',
111
123
  id: 'layout.html',
@@ -122,6 +134,10 @@ components.data = [
122
134
  value: 'Nav bar',
123
135
  id: 'nav-bar.html',
124
136
  },
137
+ {
138
+ value: 'Numeric picker',
139
+ id: 'numeric-picker.html',
140
+ },
125
141
  {
126
142
  value: 'Radio',
127
143
  id: 'radio.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];