@sme.up/ketchup 5.2.1-SNAPSHOT → 6.2.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 (231) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/dist/cjs/{cell-utils-d96b2993.js → cell-utils-d894e802.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-414b3bc3.js} +4 -4
  5. package/dist/cjs/f-cell-c8983ec7.js +418 -0
  6. package/dist/cjs/f-checkbox-57443ca3.js +29 -0
  7. package/dist/cjs/{f-chip-df59e1b0.js → f-chip-ef81bf51.js} +5 -4
  8. package/dist/cjs/{f-image-12bab3b5.js → f-image-0618c795.js} +2 -2
  9. package/dist/cjs/f-paginator-utils-c9dd5173.js +1898 -0
  10. package/dist/cjs/{f-text-field-e7c35b5b.js → f-text-field-7d31190f.js} +3 -3
  11. package/dist/cjs/{f-text-field-mdc-a67f5dfe.js → f-text-field-mdc-85997738.js} +23 -305
  12. package/dist/cjs/{index-eb556444.js → index-06b131ea.js} +6 -4
  13. package/dist/cjs/ketchup.cjs.js +3 -3
  14. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  15. package/dist/cjs/{kup-autocomplete_27.cjs.entry.js → kup-autocomplete_25.cjs.entry.js} +1833 -5745
  16. package/dist/cjs/{kup-echart.cjs.entry.js → kup-box_2.cjs.entry.js} +17113 -14788
  17. package/dist/cjs/kup-calendar.cjs.entry.js +42 -34
  18. package/dist/cjs/kup-cell.cjs.entry.js +10 -9
  19. package/dist/cjs/kup-dash-list.cjs.entry.js +4 -4
  20. package/dist/cjs/kup-dash_2.cjs.entry.js +4 -7
  21. package/dist/cjs/kup-dashboard.cjs.entry.js +379 -0
  22. package/dist/cjs/kup-drawer.cjs.entry.js +12 -5
  23. package/dist/cjs/kup-field.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-form.cjs.entry.js +469 -0
  25. package/dist/cjs/kup-iframe.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-image-list.cjs.entry.js +229 -0
  27. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +4 -4
  29. package/dist/cjs/kup-manager-2fee8cf3.js +17021 -0
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +5 -5
  32. package/dist/cjs/kup-photo-frame.cjs.entry.js +7 -9
  33. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  36. package/dist/cjs/loader.cjs.js +3 -3
  37. package/dist/cjs/{utils-e99921c1.js → utils-8470184d.js} +1 -1
  38. package/dist/collection/assets/card.js +4 -5
  39. package/dist/collection/assets/dashboard.js +113 -0
  40. package/dist/collection/assets/data-table.js +15 -79
  41. package/dist/collection/assets/form.js +179 -0
  42. package/dist/collection/assets/grid.js +17 -0
  43. package/dist/collection/assets/image-list.js +624 -0
  44. package/dist/collection/assets/index.js +16 -4
  45. package/dist/collection/assets/kupdata.js +0 -3
  46. package/dist/collection/assets/kuptooltip.js +53 -7
  47. package/dist/collection/assets/tree.js +0 -128
  48. package/dist/collection/collection-manifest.json +8 -6
  49. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +136 -130
  50. package/dist/collection/components/kup-box/kup-box-declarations.js +0 -4
  51. package/dist/collection/components/kup-box/kup-box.js +20 -137
  52. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +1 -1
  53. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +1 -2
  54. package/dist/collection/components/kup-card/kup-card.css +26 -8
  55. package/dist/collection/components/kup-card/kup-card.js +1 -2
  56. package/dist/collection/components/kup-card/standard/kup-card-standard.js +14 -6
  57. package/dist/collection/components/kup-combobox/kup-combobox.js +17 -14
  58. package/dist/collection/components/kup-dashboard/kup-dashboard-declarations.js +10 -0
  59. package/dist/collection/components/kup-dashboard/kup-dashboard.css +81 -0
  60. package/dist/collection/components/kup-dashboard/kup-dashboard.js +560 -0
  61. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -3
  62. package/dist/collection/components/kup-data-table/kup-data-table.js +19 -136
  63. package/dist/collection/components/kup-drawer/kup-drawer.css +6 -8
  64. package/dist/collection/components/kup-drawer/kup-drawer.js +8 -1
  65. package/dist/collection/components/kup-form/kup-form-declarations.js +19 -0
  66. package/dist/collection/components/kup-form/kup-form.css +86 -0
  67. package/dist/collection/components/kup-form/kup-form.js +668 -0
  68. package/dist/collection/components/kup-grid/kup-grid.js +1 -4
  69. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +10 -0
  70. package/dist/collection/components/kup-image-list/kup-image-list.css +166 -0
  71. package/dist/collection/components/kup-image-list/kup-image-list.js +432 -0
  72. package/dist/collection/components/kup-list/kup-list-helper.js +9 -3
  73. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +2 -9
  74. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +3 -5
  75. package/dist/collection/components/kup-snackbar/kup-snackbar.css +4 -0
  76. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +18 -19
  77. package/dist/collection/components/kup-text-field/kup-text-field-declarations.js +3 -0
  78. package/dist/collection/components/kup-text-field/kup-text-field.js +27 -0
  79. package/dist/collection/components/kup-time-picker/kup-time-picker.js +2 -8
  80. package/dist/collection/components/kup-tree/kup-tree-declarations.js +0 -4
  81. package/dist/collection/components/kup-tree/kup-tree.css +10 -3
  82. package/dist/collection/components/kup-tree/kup-tree.js +73 -142
  83. package/dist/collection/f-components/f-button/f-button.js +2 -2
  84. package/dist/collection/f-components/f-cell/f-cell-declarations.js +5 -1
  85. package/dist/collection/f-components/f-cell/f-cell.js +41 -121
  86. package/dist/collection/f-components/f-chip/f-chip.js +2 -1
  87. package/dist/collection/f-components/f-text-field/f-text-field.js +1 -1
  88. package/dist/collection/managers/kup-data/kup-data-node-helper.js +24 -0
  89. package/dist/collection/managers/kup-data/kup-data.js +98 -1
  90. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +4 -2
  91. package/dist/collection/managers/kup-interact/kup-interact.js +1 -22
  92. package/dist/collection/managers/kup-language/kup-language-declarations.js +13 -0
  93. package/dist/collection/managers/kup-manager/kup-manager.js +21 -2
  94. package/dist/collection/managers/kup-objects/kup-objects.js +10 -0
  95. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +21 -1
  96. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +53 -20
  97. package/dist/collection/types/GenericTypes.js +3 -0
  98. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +7 -11
  99. package/dist/esm/{cell-utils-f4bdbbc8.js → cell-utils-7fc84d4e.js} +3 -3
  100. package/dist/esm/{component-c4eb6153.js → component-b1bedf1d.js} +27 -2
  101. package/dist/esm/{f-button-54a49fd8.js → f-button-2f6cc296.js} +4 -4
  102. package/dist/esm/f-cell-4428481c.js +415 -0
  103. package/dist/esm/f-checkbox-c51c4a75.js +27 -0
  104. package/dist/esm/{f-chip-a3035b4b.js → f-chip-b39eb49a.js} +6 -5
  105. package/dist/esm/{f-image-d32465e3.js → f-image-b08ebeb2.js} +2 -2
  106. package/dist/esm/f-paginator-utils-4fda6086.js +1884 -0
  107. package/dist/esm/{f-text-field-c25cc63f.js → f-text-field-184a5fb3.js} +3 -3
  108. package/dist/esm/{f-text-field-mdc-9fbbefc3.js → f-text-field-mdc-d42d3f9e.js} +2 -284
  109. package/dist/esm/{index-baeab1ac.js → index-ad6ab214.js} +6 -4
  110. package/dist/esm/ketchup.js +3 -3
  111. package/dist/esm/kup-accordion.entry.js +6 -6
  112. package/dist/esm/{kup-autocomplete_27.entry.js → kup-autocomplete_25.entry.js} +1775 -5685
  113. package/dist/esm/{kup-echart.entry.js → kup-box_2.entry.js} +17113 -14789
  114. package/dist/esm/kup-calendar.entry.js +43 -35
  115. package/dist/esm/kup-cell.entry.js +9 -8
  116. package/dist/esm/kup-dash-list.entry.js +4 -4
  117. package/dist/esm/kup-dash_2.entry.js +4 -7
  118. package/dist/esm/kup-dashboard.entry.js +375 -0
  119. package/dist/esm/kup-drawer.entry.js +12 -5
  120. package/dist/esm/kup-field.entry.js +2 -2
  121. package/dist/esm/kup-form.entry.js +465 -0
  122. package/dist/esm/kup-iframe.entry.js +3 -3
  123. package/dist/esm/kup-image-list.entry.js +225 -0
  124. package/dist/esm/kup-lazy.entry.js +3 -3
  125. package/dist/esm/kup-magic-box.entry.js +4 -4
  126. package/dist/esm/kup-manager-3325b2d8.js +17000 -0
  127. package/dist/esm/kup-nav-bar.entry.js +3 -3
  128. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  129. package/dist/esm/kup-photo-frame.entry.js +7 -9
  130. package/dist/esm/kup-probe.entry.js +2 -2
  131. package/dist/esm/kup-qlik.entry.js +2 -2
  132. package/dist/esm/kup-snackbar.entry.js +6 -6
  133. package/dist/esm/loader.js +3 -3
  134. package/dist/esm/polyfills/css-shim.js +1 -1
  135. package/dist/esm/{tslib.es6-8f2d44b6.js → tslib.es6-3eea2234.js} +1 -1
  136. package/dist/esm/{utils-f24319a0.js → utils-6373a07e.js} +2 -2
  137. package/dist/ketchup/ketchup.esm.js +1 -1
  138. package/dist/ketchup/p-006bc4d0.entry.js +1 -0
  139. package/dist/ketchup/p-0741da57.js +1 -0
  140. package/dist/ketchup/{p-669bde31.js → p-13e08580.js} +1 -1
  141. package/dist/ketchup/p-153697fb.entry.js +1 -0
  142. package/dist/ketchup/{p-9a61d8dc.entry.js → p-175edb62.entry.js} +1 -1
  143. package/dist/ketchup/{p-11e72a8c.entry.js → p-1db1d42b.entry.js} +1 -1
  144. package/dist/ketchup/{p-67842f1e.entry.js → p-30820f8f.entry.js} +1 -1
  145. package/dist/ketchup/p-35325834.entry.js +9 -0
  146. package/dist/ketchup/p-359e8bec.entry.js +40 -0
  147. package/dist/ketchup/{p-09d708c4.entry.js → p-3c7c92c0.entry.js} +1 -1
  148. package/dist/ketchup/p-41cf8703.entry.js +1 -0
  149. package/dist/ketchup/{p-e6709c26.entry.js → p-6127fccf.entry.js} +1 -1
  150. package/dist/ketchup/{p-203d6295.entry.js → p-6b82e4e2.entry.js} +1 -1
  151. package/dist/ketchup/p-704e60eb.js +30 -0
  152. package/dist/ketchup/{p-4f56932b.js → p-70660fe2.js} +1 -1
  153. package/dist/ketchup/{p-44192f30.entry.js → p-762c0382.entry.js} +1 -1
  154. package/dist/ketchup/{p-c58a2a81.entry.js → p-76947316.entry.js} +1 -1
  155. package/dist/ketchup/{p-a0b1d769.js → p-79b0730b.js} +1 -1
  156. package/dist/ketchup/{p-bb8844bf.entry.js → p-8103b80a.entry.js} +1 -1
  157. package/dist/ketchup/{p-8c44c3b9.js → p-81605f08.js} +4 -5
  158. package/dist/ketchup/p-9fa457d4.entry.js +1 -0
  159. package/dist/ketchup/{p-e8e3c9da.entry.js → p-a0ce8075.entry.js} +1 -1
  160. package/dist/ketchup/p-a203f78b.js +45 -0
  161. package/dist/ketchup/p-a804fe83.entry.js +27 -0
  162. package/dist/ketchup/{p-34748c91.js → p-ca9fd099.js} +1 -1
  163. package/dist/ketchup/p-caabb9ab.entry.js +1 -0
  164. package/dist/ketchup/p-cc3abf84.entry.js +1 -0
  165. package/dist/ketchup/p-cd5cfa7c.js +1 -0
  166. package/dist/ketchup/p-d2e76960.entry.js +1 -0
  167. package/dist/ketchup/p-d3b542b3.js +2 -0
  168. package/dist/ketchup/p-d7004ae4.js +1 -0
  169. package/dist/ketchup/{p-40f97429.js → p-d95c904b.js} +1 -1
  170. package/dist/ketchup/p-ddce3430.js +1 -0
  171. package/dist/ketchup/p-ee580b3a.entry.js +1 -0
  172. package/dist/ketchup/p-f49cb68e.js +1 -0
  173. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +1 -16
  174. package/dist/types/components/kup-box/kup-box-declarations.d.ts +3 -5
  175. package/dist/types/components/kup-box/kup-box.d.ts +0 -22
  176. package/dist/types/components/kup-dashboard/kup-dashboard-declarations.d.ts +61 -0
  177. package/dist/types/components/kup-dashboard/kup-dashboard.d.ts +75 -0
  178. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -4
  179. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -19
  180. package/dist/types/components/kup-form/kup-form-declarations.d.ts +48 -0
  181. package/dist/types/components/kup-form/kup-form.d.ts +68 -0
  182. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +14 -0
  183. package/dist/types/components/kup-image-list/kup-image-list.d.ts +56 -0
  184. package/dist/types/components/kup-tab-bar/kup-tab-bar-declarations.d.ts +3 -9
  185. package/dist/types/components/kup-tab-bar/kup-tab-bar.d.ts +6 -6
  186. package/dist/types/components/kup-text-field/kup-text-field-declarations.d.ts +3 -0
  187. package/dist/types/components/kup-text-field/kup-text-field.d.ts +5 -0
  188. package/dist/types/components/kup-time-picker/kup-time-picker.d.ts +0 -6
  189. package/dist/types/components/kup-tree/kup-tree-declarations.d.ts +3 -5
  190. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -24
  191. package/dist/types/components.d.ts +512 -369
  192. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +4 -1
  193. package/dist/types/f-components/f-text-field/f-text-field-declarations.d.ts +1 -0
  194. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +1 -0
  195. package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +7 -0
  196. package/dist/types/managers/kup-data/kup-data.d.ts +3 -0
  197. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +13 -1
  198. package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +4 -0
  199. package/dist/types/managers/kup-manager/kup-manager.d.ts +12 -0
  200. package/dist/types/managers/kup-objects/kup-objects.d.ts +6 -0
  201. package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +3 -3
  202. package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +17 -6
  203. package/dist/types/types/GenericTypes.d.ts +3 -0
  204. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +1 -3
  205. package/package.json +15 -14
  206. package/dist/cjs/f-cell-8351cb84.js +0 -653
  207. package/dist/cjs/kup-manager-5c03da64.js +0 -8795
  208. package/dist/collection/assets/tooltip.js +0 -73
  209. package/dist/collection/components/kup-tooltip/kup-tooltip-declarations.js +0 -20
  210. package/dist/collection/components/kup-tooltip/kup-tooltip.css +0 -149
  211. package/dist/collection/components/kup-tooltip/kup-tooltip.js +0 -1205
  212. package/dist/collection/utils/helpers.js +0 -38
  213. package/dist/esm/f-cell-d5dac50b.js +0 -650
  214. package/dist/esm/kup-manager-9316a184.js +0 -8778
  215. package/dist/ketchup/p-12773ca8.js +0 -9
  216. package/dist/ketchup/p-34b74425.js +0 -1
  217. package/dist/ketchup/p-4173422f.entry.js +0 -1
  218. package/dist/ketchup/p-41741c28.entry.js +0 -1
  219. package/dist/ketchup/p-44f8da2a.js +0 -1
  220. package/dist/ketchup/p-7a74ad17.js +0 -1
  221. package/dist/ketchup/p-7ba8fa4a.entry.js +0 -39
  222. package/dist/ketchup/p-7de0d7e1.js +0 -1
  223. package/dist/ketchup/p-8418e8fa.entry.js +0 -1
  224. package/dist/ketchup/p-96bf19aa.entry.js +0 -1
  225. package/dist/ketchup/p-b0ddcce9.entry.js +0 -9
  226. package/dist/ketchup/p-b6c21223.entry.js +0 -27
  227. package/dist/ketchup/p-ca3d585b.entry.js +0 -1
  228. package/dist/ketchup/p-ecb7069b.js +0 -135
  229. package/dist/types/components/kup-tooltip/kup-tooltip-declarations.d.ts +0 -93
  230. package/dist/types/components/kup-tooltip/kup-tooltip.d.ts +0 -142
  231. 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
+ });
@@ -74,6 +74,10 @@ components.data = [
74
74
  value: 'Dash list',
75
75
  id: 'dash-list.html',
76
76
  },
77
+ {
78
+ value: 'Dashboard',
79
+ id: 'dashboard.html',
80
+ },
77
81
  {
78
82
  value: 'Data table',
79
83
  id: 'data-table.html',
@@ -94,14 +98,26 @@ components.data = [
94
98
  value: 'Echart',
95
99
  id: 'echart.html',
96
100
  },
101
+ {
102
+ value: 'Form',
103
+ id: 'form.html',
104
+ },
97
105
  {
98
106
  value: 'Gauge',
99
107
  id: 'gauge.html',
100
108
  },
109
+ {
110
+ value: 'Grid',
111
+ id: 'grid.html',
112
+ },
101
113
  {
102
114
  value: 'Image',
103
115
  id: 'image.html',
104
116
  },
117
+ {
118
+ value: 'Image list',
119
+ id: 'image-list.html',
120
+ },
105
121
  {
106
122
  value: 'KupData',
107
123
  id: 'kupdata.html',
@@ -110,10 +126,6 @@ components.data = [
110
126
  value: 'KupTooltip',
111
127
  id: 'kuptooltip.html',
112
128
  },
113
- {
114
- value: 'Layout',
115
- id: 'layout.html',
116
- },
117
129
  {
118
130
  value: 'List',
119
131
  id: 'list.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];