@sme.up/ketchup 9.6.2 → 9.6.4

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 (328) hide show
  1. package/dist/cjs/{f-button-4c346ca8.js → f-button-89de2403.js} +2 -2
  2. package/dist/cjs/{f-cell-8f3d12fd.js → f-cell-75dbd6eb.js} +31 -9
  3. package/dist/cjs/{f-checkbox-bfa92ebe.js → f-checkbox-1fa28e76.js} +1 -1
  4. package/dist/cjs/{f-chip-a6c800be.js → f-chip-08857345.js} +3 -3
  5. package/dist/cjs/{f-image-40476fa6.js → f-image-a41d7f1e.js} +2 -2
  6. package/dist/cjs/{f-paginator-utils-c652ceaa.js → f-paginator-utils-ff07301e.js} +7 -4
  7. package/dist/cjs/{f-text-field-1f77ef23.js → f-text-field-eb207a83.js} +2 -2
  8. package/dist/cjs/{index-db0a6be6.js → index-958d0399.js} +21 -26
  9. package/dist/cjs/index.cjs.js +3 -3
  10. package/dist/cjs/ketchup.cjs.js +3 -3
  11. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  12. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +86 -85
  13. package/dist/cjs/kup-box.cjs.entry.js +60 -20
  14. package/dist/cjs/kup-calendar.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-card-list.cjs.entry.js +4 -4
  16. package/dist/cjs/kup-cell.cjs.entry.js +10 -10
  17. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +13 -13
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +8 -8
  19. package/dist/cjs/{kup-dates-4aa560f0.js → kup-dates-e22ee32c.js} +46 -8
  20. package/dist/cjs/kup-drawer.cjs.entry.js +4 -4
  21. package/dist/cjs/kup-echart.cjs.entry.js +4 -4
  22. package/dist/cjs/kup-editor.cjs.entry.js +3 -3
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +37 -31
  25. package/dist/cjs/kup-grid.cjs.entry.js +4 -4
  26. package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
  27. package/dist/cjs/kup-image-list.cjs.entry.js +138 -50
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +298 -0
  29. package/dist/cjs/kup-lazy.cjs.entry.js +15 -15
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +8 -8
  31. package/dist/cjs/{kup-manager-08f1585b.js → kup-manager-abfe4ddd.js} +639 -33
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +5 -5
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
  34. package/dist/cjs/kup-pdf.cjs.entry.js +76600 -0
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +6 -6
  36. package/dist/cjs/{kup-planner-renderer-helper-f0c869d7.js → kup-planner-renderer-helper-9f776d6e.js} +3 -23
  37. package/dist/cjs/kup-planner-renderer.cjs.entry.js +13 -6
  38. package/dist/cjs/kup-planner.cjs.entry.js +12 -6
  39. package/dist/cjs/kup-probe.cjs.entry.js +4 -4
  40. package/dist/cjs/kup-qlik.cjs.entry.js +5 -5
  41. package/dist/cjs/kup-snackbar.cjs.entry.js +7 -7
  42. package/dist/cjs/loader.cjs.js +2 -2
  43. package/dist/collection/assets/data-table.js +7 -2
  44. package/dist/collection/assets/image-list.js +20 -0
  45. package/dist/collection/assets/index.js +12 -0
  46. package/dist/collection/assets/input-panel.js +249 -0
  47. package/dist/collection/assets/pdf.js +15 -0
  48. package/dist/collection/assets/planner-example-6.js +983 -0
  49. package/dist/collection/collection-manifest.json +3 -1
  50. package/dist/collection/components/kup-accordion/kup-accordion.css +128 -0
  51. package/dist/collection/components/kup-autocomplete/kup-autocomplete.css +128 -0
  52. package/dist/collection/components/kup-badge/kup-badge.css +128 -0
  53. package/dist/collection/components/kup-box/kup-box.css +128 -0
  54. package/dist/collection/components/kup-box/kup-box.js +49 -9
  55. package/dist/collection/components/kup-button/kup-button.css +128 -0
  56. package/dist/collection/components/kup-button-list/kup-button-list.css +128 -0
  57. package/dist/collection/components/kup-calendar/kup-calendar.css +128 -0
  58. package/dist/collection/components/kup-card/kup-card.css +128 -0
  59. package/dist/collection/components/kup-card-list/kup-card-list.css +128 -0
  60. package/dist/collection/components/kup-cell/kup-cell.css +128 -0
  61. package/dist/collection/components/kup-chart/kup-chart.css +128 -0
  62. package/dist/collection/components/kup-checkbox/kup-checkbox.css +128 -0
  63. package/dist/collection/components/kup-chip/kup-chip.css +128 -0
  64. package/dist/collection/components/kup-color-picker/kup-color-picker.css +128 -0
  65. package/dist/collection/components/kup-combobox/kup-combobox.css +128 -0
  66. package/dist/collection/components/kup-dashboard/kup-dashboard.css +128 -0
  67. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  68. package/dist/collection/components/kup-data-table/kup-data-table.css +133 -0
  69. package/dist/collection/components/kup-data-table/kup-data-table.js +28 -9
  70. package/dist/collection/components/kup-date-picker/kup-date-picker.css +128 -0
  71. package/dist/collection/components/kup-dialog/kup-dialog.css +128 -0
  72. package/dist/collection/components/kup-drawer/kup-drawer.css +128 -0
  73. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +128 -0
  74. package/dist/collection/components/kup-echart/kup-echart.css +128 -0
  75. package/dist/collection/components/kup-family-tree/kup-family-tree.css +128 -0
  76. package/dist/collection/components/kup-form/kup-form.css +128 -0
  77. package/dist/collection/components/kup-gauge/kup-gauge.css +128 -0
  78. package/dist/collection/components/kup-grid/kup-grid.css +128 -0
  79. package/dist/collection/components/kup-iframe/kup-iframe.css +128 -0
  80. package/dist/collection/components/kup-image/kup-image.css +128 -0
  81. package/dist/collection/components/kup-image-list/kup-image-list-declarations.js +2 -0
  82. package/dist/collection/components/kup-image-list/kup-image-list.css +158 -18
  83. package/dist/collection/components/kup-image-list/kup-image-list.js +175 -46
  84. package/dist/collection/components/kup-input-panel/kup-input-panel-declarations.js +8 -0
  85. package/dist/collection/components/kup-input-panel/kup-input-panel.css +132 -0
  86. package/dist/collection/components/kup-input-panel/kup-input-panel.e2e.js +305 -0
  87. package/dist/collection/components/kup-input-panel/kup-input-panel.js +522 -0
  88. package/dist/collection/components/kup-lazy/kup-lazy.css +128 -0
  89. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  90. package/dist/collection/components/kup-list/kup-list.css +128 -0
  91. package/dist/collection/components/kup-list/kup-list.js +1 -1
  92. package/dist/collection/components/kup-magic-box/kup-magic-box.css +128 -0
  93. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  94. package/dist/collection/components/kup-nav-bar/kup-nav-bar.css +128 -0
  95. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  96. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +128 -0
  97. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  98. package/dist/collection/components/kup-pdf/kup-pdf-declarations.js +8 -0
  99. package/dist/collection/components/kup-pdf/kup-pdf.css +169 -0
  100. package/dist/collection/components/kup-pdf/kup-pdf.js +262 -0
  101. package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +128 -0
  102. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  103. package/dist/collection/components/kup-planner/kup-planner.css +128 -0
  104. package/dist/collection/components/kup-planner/kup-planner.js +7 -1
  105. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  106. package/dist/collection/components/kup-planner/utils/custom-task-list-header.module.css +128 -0
  107. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  108. package/dist/collection/components/kup-planner/utils/gantt-table.module.css +128 -0
  109. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.css +128 -0
  110. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +29 -2
  111. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.css +128 -0
  112. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  113. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.css +128 -0
  114. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  115. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.css +128 -0
  116. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +2 -2
  117. package/dist/collection/components/kup-planner/utils/kup-planner-renderer-helper.js +2 -22
  118. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +37 -4
  119. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.css +128 -0
  120. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  121. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  122. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  123. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  124. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.css +128 -0
  125. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  126. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  127. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.css +128 -0
  128. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  129. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.css +128 -0
  130. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  131. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  132. package/dist/collection/components/kup-progress-bar/kup-progress-bar.css +128 -0
  133. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  134. package/dist/collection/components/kup-qlik/kup-qlik.css +128 -0
  135. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  136. package/dist/collection/components/kup-radio/kup-radio.css +128 -0
  137. package/dist/collection/components/kup-rating/kup-rating.css +128 -0
  138. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  139. package/dist/collection/components/kup-snackbar/kup-snackbar.css +128 -0
  140. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  141. package/dist/collection/components/kup-spinner/kup-spinner.css +128 -0
  142. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  143. package/dist/collection/components/kup-switch/kup-switch.css +128 -0
  144. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  145. package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +128 -0
  146. package/dist/collection/components/kup-text-field/kup-text-field.css +128 -0
  147. package/dist/collection/components/kup-time-picker/kup-time-picker.css +128 -0
  148. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  149. package/dist/collection/components/kup-tree/kup-tree.css +128 -0
  150. package/dist/collection/f-components/f-cell/f-cell-declarations.js +1 -0
  151. package/dist/collection/f-components/f-cell/f-cell.js +25 -2
  152. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -0
  153. package/dist/collection/managers/kup-dates/kup-dates.js +18 -8
  154. package/dist/collection/managers/kup-interact/kup-interact.js +7 -0
  155. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +7 -0
  156. package/dist/collection/types/GenericTypes.js +1 -0
  157. package/dist/collection/utils/cell-utils.js +2 -2
  158. package/dist/components/custom-task-list-header.js +3 -3
  159. package/dist/components/custom-task-list-table.js +2 -2
  160. package/dist/components/kup-accordion.js +1 -1
  161. package/dist/components/kup-autocomplete2.js +105 -78
  162. package/dist/components/kup-box2.js +51 -11
  163. package/dist/components/kup-calendar.js +2 -2
  164. package/dist/components/kup-card-list.js +1 -1
  165. package/dist/components/kup-cell.js +2 -2
  166. package/dist/components/kup-dashboard.js +2 -2
  167. package/dist/components/kup-dates.js +45 -9
  168. package/dist/components/kup-drawer.js +1 -1
  169. package/dist/components/kup-echart2.js +2 -2
  170. package/dist/components/kup-family-tree.js +1 -1
  171. package/dist/components/kup-gantt-calendar2.js +2 -2
  172. package/dist/components/kup-gantt2.js +11 -4
  173. package/dist/components/kup-grid-renderer2.js +3 -3
  174. package/dist/components/kup-grid2.js +2 -2
  175. package/dist/components/kup-horizontal-scroll2.js +3 -3
  176. package/dist/components/kup-iframe.js +2 -2
  177. package/dist/components/kup-image-list.js +132 -42
  178. package/dist/components/kup-input-panel.d.ts +11 -0
  179. package/dist/components/kup-input-panel.js +449 -0
  180. package/dist/components/kup-lazy.js +12 -12
  181. package/dist/components/kup-magic-box.js +5 -5
  182. package/dist/components/kup-manager.js +638 -32
  183. package/dist/components/kup-nav-bar.js +2 -2
  184. package/dist/components/kup-numeric-picker.js +3 -3
  185. package/dist/components/kup-pdf.d.ts +11 -0
  186. package/dist/components/kup-pdf.js +76756 -0
  187. package/dist/components/kup-photo-frame.js +3 -3
  188. package/dist/components/kup-planner-renderer-helper.js +2 -22
  189. package/dist/components/kup-planner-renderer2.js +12 -4
  190. package/dist/components/kup-planner.js +8 -2
  191. package/dist/components/kup-probe.js +1 -1
  192. package/dist/components/kup-qlik.js +2 -2
  193. package/dist/components/kup-snackbar.js +2 -2
  194. package/dist/components/kup-standard-tooltip2.js +2 -2
  195. package/dist/components/kup-switcher2.js +2 -2
  196. package/dist/components/kup-task-gantt2.js +2 -2
  197. package/dist/components/kup-task-list-header2.js +8 -8
  198. package/dist/components/kup-task-list-table2.js +2 -2
  199. package/dist/components/kup-task-list2.js +2 -2
  200. package/dist/components/kup-tooltip2.js +2 -2
  201. package/dist/components/kup-vertical-scroll2.js +3 -3
  202. package/dist/esm/{f-button-90a7ea86.js → f-button-1eebd42e.js} +2 -2
  203. package/dist/esm/{f-cell-fdd338c5.js → f-cell-af19d5c7.js} +31 -9
  204. package/dist/esm/{f-checkbox-fdf27ce9.js → f-checkbox-ddb6234e.js} +1 -1
  205. package/dist/esm/{f-chip-4e6341a6.js → f-chip-9e5fdb25.js} +3 -3
  206. package/dist/esm/{f-image-5210f0b3.js → f-image-1e1ed567.js} +2 -2
  207. package/dist/esm/{f-paginator-utils-3f179999.js → f-paginator-utils-dede029b.js} +7 -4
  208. package/dist/esm/{f-text-field-8429a853.js → f-text-field-802b45fb.js} +2 -2
  209. package/dist/esm/{index-bbef9f2a.js → index-460631fd.js} +21 -26
  210. package/dist/esm/index.js +3 -3
  211. package/dist/esm/ketchup.js +4 -4
  212. package/dist/esm/kup-accordion.entry.js +5 -5
  213. package/dist/esm/kup-autocomplete_27.entry.js +86 -85
  214. package/dist/esm/kup-box.entry.js +60 -20
  215. package/dist/esm/kup-calendar.entry.js +7 -7
  216. package/dist/esm/kup-card-list.entry.js +4 -4
  217. package/dist/esm/kup-cell.entry.js +10 -10
  218. package/dist/esm/kup-custom-task-list-header_4.entry.js +13 -13
  219. package/dist/esm/kup-dashboard.entry.js +8 -8
  220. package/dist/esm/{kup-dates-172954df.js → kup-dates-26a56bf7.js} +45 -9
  221. package/dist/esm/kup-drawer.entry.js +4 -4
  222. package/dist/esm/kup-echart.entry.js +4 -4
  223. package/dist/esm/kup-editor.entry.js +3 -3
  224. package/dist/esm/kup-family-tree.entry.js +6 -6
  225. package/dist/esm/kup-gantt_10.entry.js +37 -31
  226. package/dist/esm/kup-grid.entry.js +4 -4
  227. package/dist/esm/kup-iframe.entry.js +4 -4
  228. package/dist/esm/kup-image-list.entry.js +138 -50
  229. package/dist/esm/kup-input-panel.entry.js +294 -0
  230. package/dist/esm/kup-lazy.entry.js +15 -15
  231. package/dist/esm/kup-magic-box.entry.js +8 -8
  232. package/dist/esm/{kup-manager-8b39f876.js → kup-manager-dd24fb5a.js} +639 -33
  233. package/dist/esm/kup-nav-bar.entry.js +5 -5
  234. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  235. package/dist/esm/kup-pdf.entry.js +76596 -0
  236. package/dist/esm/kup-photo-frame.entry.js +6 -6
  237. package/dist/esm/{kup-planner-renderer-helper-5d97e075.js → kup-planner-renderer-helper-b4727e44.js} +3 -23
  238. package/dist/esm/kup-planner-renderer.entry.js +13 -6
  239. package/dist/esm/kup-planner.entry.js +12 -6
  240. package/dist/esm/kup-probe.entry.js +4 -4
  241. package/dist/esm/kup-qlik.entry.js +5 -5
  242. package/dist/esm/kup-snackbar.entry.js +7 -7
  243. package/dist/esm/loader.js +3 -3
  244. package/dist/ketchup/index.esm.js +1 -1
  245. package/dist/ketchup/ketchup.esm.js +1 -1
  246. package/dist/ketchup/p-14943de9.entry.js +1 -0
  247. package/dist/ketchup/p-158076de.entry.js +1 -0
  248. package/dist/ketchup/p-180cd7ab.entry.js +1 -0
  249. package/dist/ketchup/p-19a13672.entry.js +1 -0
  250. package/dist/ketchup/p-201f8d7b.entry.js +1 -0
  251. package/dist/ketchup/p-26d42b88.entry.js +1 -0
  252. package/dist/ketchup/{p-35d503e2.js → p-2d4a9235.js} +1 -1
  253. package/dist/ketchup/p-2e04042b.entry.js +1 -0
  254. package/dist/ketchup/{p-4c20fefd.entry.js → p-34d70475.entry.js} +1 -1
  255. package/dist/ketchup/p-3b544027.entry.js +1 -0
  256. package/dist/ketchup/{p-82694fad.entry.js → p-43ce397b.entry.js} +1 -1
  257. package/dist/ketchup/p-47040db6.js +2 -0
  258. package/dist/ketchup/p-489af77f.entry.js +1 -0
  259. package/dist/ketchup/{p-4eb70dd2.entry.js → p-4f69f6f9.entry.js} +4 -4
  260. package/dist/ketchup/{p-5e16c9d3.js → p-61e8d573.js} +1 -1
  261. package/dist/ketchup/p-636be6f1.entry.js +16 -0
  262. package/dist/ketchup/p-63c141d9.entry.js +1 -0
  263. package/dist/ketchup/p-6972fa0c.entry.js +1 -0
  264. package/dist/ketchup/{p-86f9b0d9.js → p-6c888179.js} +1 -1
  265. package/dist/ketchup/p-79f4dc5b.entry.js +1 -0
  266. package/dist/ketchup/p-818e61d5.entry.js +1 -0
  267. package/dist/ketchup/p-8229b97a.js +28 -0
  268. package/dist/ketchup/p-8f3d400a.entry.js +44 -0
  269. package/dist/ketchup/{p-f9766625.js → p-8fcdf454.js} +1 -1
  270. package/dist/ketchup/p-a2e14d8b.entry.js +1 -0
  271. package/dist/ketchup/p-a2e691b8.entry.js +9 -0
  272. package/dist/ketchup/p-a46f99d4.js +1 -0
  273. package/dist/ketchup/p-b238cde7.entry.js +1 -0
  274. package/dist/ketchup/p-b3b50bb5.entry.js +1 -0
  275. package/dist/ketchup/{p-c089b961.js → p-c0f660d6.js} +1 -1
  276. package/dist/ketchup/{p-ee30e274.entry.js → p-cd7fec02.entry.js} +1 -1
  277. package/dist/ketchup/p-dcf7e9b6.entry.js +1 -0
  278. package/dist/ketchup/p-e0e47ca9.entry.js +1 -0
  279. package/dist/ketchup/{p-dc18691c.js → p-e2bf2bb6.js} +1 -1
  280. package/dist/ketchup/{p-2778f948.js → p-e4c63684.js} +1 -1
  281. package/dist/ketchup/p-e7507dd6.entry.js +1 -0
  282. package/dist/ketchup/p-eb8ea3a6.js +1 -0
  283. package/dist/ketchup/p-f998ff28.entry.js +1 -0
  284. package/dist/ketchup/p-f9a7c21c.entry.js +1 -0
  285. package/dist/types/components/kup-box/kup-box.d.ts +1 -0
  286. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +1 -0
  287. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  288. package/dist/types/components/kup-image-list/kup-image-list-declarations.d.ts +19 -4
  289. package/dist/types/components/kup-image-list/kup-image-list.d.ts +13 -11
  290. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +79 -0
  291. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +67 -0
  292. package/dist/types/components/kup-pdf/kup-pdf-declarations.d.ts +7 -0
  293. package/dist/types/components/kup-pdf/kup-pdf.d.ts +42 -0
  294. package/dist/types/components/kup-planner/kup-planner.d.ts +1 -0
  295. package/dist/types/components/kup-planner/utils/kup-gantt/kup-gantt.d.ts +4 -0
  296. package/dist/types/components/kup-planner/utils/kup-planner-renderer.d.ts +6 -0
  297. package/dist/types/components.d.ts +202 -8
  298. package/dist/types/f-components/f-image/f-image-declarations.d.ts +3 -4
  299. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  300. package/dist/types/managers/kup-interact/kup-interact.d.ts +5 -0
  301. package/dist/types/types/GenericTypes.d.ts +1 -0
  302. package/package.json +2 -1
  303. package/dist/ketchup/p-02820c2b.entry.js +0 -1
  304. package/dist/ketchup/p-09d853c3.entry.js +0 -1
  305. package/dist/ketchup/p-14e1a36b.entry.js +0 -1
  306. package/dist/ketchup/p-1936c6cd.entry.js +0 -1
  307. package/dist/ketchup/p-1ad7fea0.js +0 -2
  308. package/dist/ketchup/p-318c9ecd.entry.js +0 -1
  309. package/dist/ketchup/p-35dce86e.entry.js +0 -1
  310. package/dist/ketchup/p-3c9ac0fd.entry.js +0 -1
  311. package/dist/ketchup/p-5739cdc2.entry.js +0 -1
  312. package/dist/ketchup/p-5ab3a88a.entry.js +0 -1
  313. package/dist/ketchup/p-6780a391.js +0 -1
  314. package/dist/ketchup/p-67930d7c.entry.js +0 -1
  315. package/dist/ketchup/p-6953f769.entry.js +0 -1
  316. package/dist/ketchup/p-7d2fd8bd.entry.js +0 -1
  317. package/dist/ketchup/p-8257141a.entry.js +0 -1
  318. package/dist/ketchup/p-8ea68d14.entry.js +0 -1
  319. package/dist/ketchup/p-98c72335.entry.js +0 -1
  320. package/dist/ketchup/p-ab8cac45.entry.js +0 -1
  321. package/dist/ketchup/p-b5d3c24d.entry.js +0 -1
  322. package/dist/ketchup/p-cdb24584.entry.js +0 -1
  323. package/dist/ketchup/p-d466d6d1.entry.js +0 -1
  324. package/dist/ketchup/p-de07d17e.js +0 -1
  325. package/dist/ketchup/p-df450df9.entry.js +0 -16
  326. package/dist/ketchup/p-f31530fc.js +0 -28
  327. package/dist/ketchup/p-f353805e.entry.js +0 -1
  328. package/dist/ketchup/p-f515308d.entry.js +0 -9
@@ -0,0 +1,522 @@
1
+ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
2
+ if (kind === "a" && !f)
3
+ throw new TypeError("Private accessor was defined without a getter");
4
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
5
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
6
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
7
+ };
8
+ var _KupInputPanel_instances, _KupInputPanel_kupManager, _KupInputPanel_renderRow, _KupInputPanel_renderCell, _KupInputPanel_mapCells, _KupInputPanel_mapData, _KupInputPanel_slotData, _KupInputPanel_CHIAdapter, _KupInputPanel_GRAAdapter, _KupInputPanel_BTNAdapter, _KupInputPanel_CMBandACPAdapter, _KupInputPanel_CHKAdapter, _KupInputPanel_CLPAdapter, _KupInputPanel_ITXAdapter, _KupInputPanel_RADAdapter;
9
+ import { Host, forceUpdate, h, } from "@stencil/core";
10
+ import { KupInputPanelProps, } from "./kup-input-panel-declarations";
11
+ import { kupManagerInstance, } from "../../managers/kup-manager/kup-manager";
12
+ import { componentWrapperId } from "../../variables/GenericVariables";
13
+ import { FButton } from "../../f-components/f-button/f-button";
14
+ import { KupLanguageGeneric } from "../../managers/kup-language/kup-language-declarations";
15
+ import { FCellTypes, } from "../../f-components/f-cell/f-cell-declarations";
16
+ import { FTextFieldMDC } from "../../f-components/f-text-field/f-text-field-mdc";
17
+ import { FCell } from "../../f-components/f-cell/f-cell";
18
+ import { getProps, setProps } from "../../utils/utils";
19
+ const dom = document.documentElement;
20
+ export class KupInputPanel {
21
+ constructor() {
22
+ _KupInputPanel_instances.add(this);
23
+ //#endregion
24
+ //#region VARIABLES
25
+ /*-------------------------------------------------*/
26
+ /* I n t e r n a l V a r i a b l e s */
27
+ /*-------------------------------------------------*/
28
+ _KupInputPanel_kupManager.set(this, kupManagerInstance());
29
+ this.customStyle = '';
30
+ this.data = null;
31
+ this.hiddenSubmitButton = false;
32
+ this.submitCb = null;
33
+ this.handleEventsCallbacks = [];
34
+ this.inputPanelCells = [];
35
+ }
36
+ //#endregion
37
+ //#region WATCHERS
38
+ /*-------------------------------------------------*/
39
+ /* W a t c h e r s */
40
+ /*-------------------------------------------------*/
41
+ onDataChanged() {
42
+ __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapCells).call(this, this.data);
43
+ }
44
+ //#endregion
45
+ //#region PUBLIC METHODS
46
+ /*-------------------------------------------------*/
47
+ /* P u b l i c M e t h o d s */
48
+ /*-------------------------------------------------*/
49
+ /**
50
+ * Used to retrieve component's props values.
51
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
52
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
53
+ */
54
+ async getProps(descriptions) {
55
+ return getProps(this, KupInputPanelProps, descriptions);
56
+ }
57
+ /**
58
+ * This method is used to trigger a new render of the component.
59
+ */
60
+ async refresh() {
61
+ forceUpdate(this);
62
+ }
63
+ /**
64
+ * Sets the props to the component.
65
+ * @param {GenericObject} props - Object containing props that will be set to the component.
66
+ */
67
+ async setProps(props) {
68
+ setProps(this, KupInputPanelProps, props);
69
+ }
70
+ //#endregion
71
+ //#region LIFECYCLE HOOKS
72
+ /*-------------------------------------------------*/
73
+ /* L i f e c y c l e H o o k s */
74
+ /*-------------------------------------------------*/
75
+ componentWillLoad() {
76
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logLoad(this, false);
77
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.register(this);
78
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.register(this);
79
+ this.onDataChanged();
80
+ }
81
+ componentDidLoad() {
82
+ this.kupReady.emit({ comp: this, id: this.rootElement.id });
83
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logLoad(this, true);
84
+ this.handleEventsCallbacks.map((cbData) => {
85
+ this.rootElement.addEventListener(cbData.eventName, (e) => {
86
+ const inputPanelEvent = {
87
+ state: this.inputPanelCells.find((data) => data.cells.find((cell) => cell.column.name === e.detail.id)).cells,
88
+ data: {
89
+ field: e.detail.id,
90
+ value: e.detail.inputValue || e.detail.value,
91
+ },
92
+ };
93
+ cbData.eventCallback(inputPanelEvent);
94
+ });
95
+ });
96
+ }
97
+ componentWillRender() {
98
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logRender(this, false);
99
+ }
100
+ componentDidRender() {
101
+ const root = this.rootElement.shadowRoot;
102
+ if (root) {
103
+ const fs = root.querySelectorAll('.f-text-field');
104
+ for (let index = 0; index < fs.length; index++) {
105
+ FTextFieldMDC(fs[index]);
106
+ }
107
+ }
108
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").debug.logRender(this, true);
109
+ }
110
+ render() {
111
+ const isEmptyData = Boolean(!this.inputPanelCells.length);
112
+ const inputPanelContent = isEmptyData
113
+ ? [
114
+ h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
115
+ ]
116
+ : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
117
+ return (h(Host, { key: '47b1cbfae920b48873c3c5c5629ed1d9f4ac7290' }, h("style", { key: 'd48cfa1e1f470e9b991745ef30ebc236c6399b98' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '257d3d98795b32e59abee2c5aa8be341880f37be', id: componentWrapperId }, inputPanelContent)));
118
+ }
119
+ disconnectedCallback() {
120
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
121
+ __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.unregister(this);
122
+ }
123
+ static get is() { return "kup-input-panel"; }
124
+ static get encapsulation() { return "shadow"; }
125
+ static get originalStyleUrls() {
126
+ return {
127
+ "$": ["kup-input-panel.scss"]
128
+ };
129
+ }
130
+ static get styleUrls() {
131
+ return {
132
+ "$": ["kup-input-panel.css"]
133
+ };
134
+ }
135
+ static get properties() {
136
+ return {
137
+ "customStyle": {
138
+ "type": "string",
139
+ "mutable": false,
140
+ "complexType": {
141
+ "original": "string",
142
+ "resolved": "string",
143
+ "references": {}
144
+ },
145
+ "required": false,
146
+ "optional": false,
147
+ "docs": {
148
+ "tags": [{
149
+ "name": "default",
150
+ "text": "\"\""
151
+ }, {
152
+ "name": "see",
153
+ "text": "https://ketchup.smeup.com/ketchup-showcase/#/customization"
154
+ }],
155
+ "text": "Custom style of the component."
156
+ },
157
+ "attribute": "custom-style",
158
+ "reflect": false,
159
+ "defaultValue": "''"
160
+ },
161
+ "data": {
162
+ "type": "unknown",
163
+ "mutable": false,
164
+ "complexType": {
165
+ "original": "KupInputPanelData",
166
+ "resolved": "KupInputPanelData",
167
+ "references": {
168
+ "KupInputPanelData": {
169
+ "location": "import",
170
+ "path": "./kup-input-panel-declarations",
171
+ "id": "src/components/kup-input-panel/kup-input-panel-declarations.ts::KupInputPanelData"
172
+ }
173
+ }
174
+ },
175
+ "required": false,
176
+ "optional": false,
177
+ "docs": {
178
+ "tags": [{
179
+ "name": "default",
180
+ "text": "null"
181
+ }],
182
+ "text": "Actual data of the form."
183
+ },
184
+ "defaultValue": "null"
185
+ },
186
+ "hiddenSubmitButton": {
187
+ "type": "boolean",
188
+ "mutable": false,
189
+ "complexType": {
190
+ "original": "boolean",
191
+ "resolved": "boolean",
192
+ "references": {}
193
+ },
194
+ "required": false,
195
+ "optional": false,
196
+ "docs": {
197
+ "tags": [{
198
+ "name": "default",
199
+ "text": "false"
200
+ }],
201
+ "text": "Creates a hidden submit button in order to submit the form with enter."
202
+ },
203
+ "attribute": "hidden-submit-button",
204
+ "reflect": false,
205
+ "defaultValue": "false"
206
+ },
207
+ "submitCb": {
208
+ "type": "unknown",
209
+ "mutable": false,
210
+ "complexType": {
211
+ "original": "(e: SubmitEvent) => unknown",
212
+ "resolved": "(e: SubmitEvent) => unknown",
213
+ "references": {
214
+ "SubmitEvent": {
215
+ "location": "global",
216
+ "id": "global::SubmitEvent"
217
+ }
218
+ }
219
+ },
220
+ "required": false,
221
+ "optional": false,
222
+ "docs": {
223
+ "tags": [{
224
+ "name": "default",
225
+ "text": "null"
226
+ }],
227
+ "text": "Sets the callback function on submit form"
228
+ },
229
+ "defaultValue": "null"
230
+ },
231
+ "handleEventsCallbacks": {
232
+ "type": "unknown",
233
+ "mutable": false,
234
+ "complexType": {
235
+ "original": "InputPanelEventsCallback[]",
236
+ "resolved": "InputPanelEventsCallback[]",
237
+ "references": {
238
+ "InputPanelEventsCallback": {
239
+ "location": "import",
240
+ "path": "./kup-input-panel-declarations",
241
+ "id": "src/components/kup-input-panel/kup-input-panel-declarations.ts::InputPanelEventsCallback"
242
+ }
243
+ }
244
+ },
245
+ "required": false,
246
+ "optional": false,
247
+ "docs": {
248
+ "tags": [{
249
+ "name": "default",
250
+ "text": "[]"
251
+ }],
252
+ "text": "Sets the callbacks functions on ketchup events"
253
+ },
254
+ "defaultValue": "[]"
255
+ }
256
+ };
257
+ }
258
+ static get states() {
259
+ return {
260
+ "inputPanelCells": {}
261
+ };
262
+ }
263
+ static get events() {
264
+ return [{
265
+ "method": "kupReady",
266
+ "name": "kup-input-panel-ready",
267
+ "bubbles": true,
268
+ "cancelable": false,
269
+ "composed": true,
270
+ "docs": {
271
+ "tags": [],
272
+ "text": "When component load is complete"
273
+ },
274
+ "complexType": {
275
+ "original": "KupEventPayload",
276
+ "resolved": "KupEventPayload",
277
+ "references": {
278
+ "KupEventPayload": {
279
+ "location": "import",
280
+ "path": "../../types/GenericTypes",
281
+ "id": "src/types/GenericTypes.ts::KupEventPayload"
282
+ }
283
+ }
284
+ }
285
+ }];
286
+ }
287
+ static get methods() {
288
+ return {
289
+ "getProps": {
290
+ "complexType": {
291
+ "signature": "(descriptions?: boolean) => Promise<GenericObject>",
292
+ "parameters": [{
293
+ "name": "descriptions",
294
+ "type": "boolean",
295
+ "docs": "- When provided and true, the result will be the list of props with their description."
296
+ }],
297
+ "references": {
298
+ "Promise": {
299
+ "location": "global",
300
+ "id": "global::Promise"
301
+ },
302
+ "GenericObject": {
303
+ "location": "import",
304
+ "path": "../../types/GenericTypes",
305
+ "id": "src/types/GenericTypes.ts::GenericObject"
306
+ }
307
+ },
308
+ "return": "Promise<GenericObject>"
309
+ },
310
+ "docs": {
311
+ "text": "Used to retrieve component's props values.",
312
+ "tags": [{
313
+ "name": "param",
314
+ "text": "descriptions - When provided and true, the result will be the list of props with their description."
315
+ }, {
316
+ "name": "returns",
317
+ "text": "List of props as object, each key will be a prop."
318
+ }]
319
+ }
320
+ },
321
+ "refresh": {
322
+ "complexType": {
323
+ "signature": "() => Promise<void>",
324
+ "parameters": [],
325
+ "references": {
326
+ "Promise": {
327
+ "location": "global",
328
+ "id": "global::Promise"
329
+ }
330
+ },
331
+ "return": "Promise<void>"
332
+ },
333
+ "docs": {
334
+ "text": "This method is used to trigger a new render of the component.",
335
+ "tags": []
336
+ }
337
+ },
338
+ "setProps": {
339
+ "complexType": {
340
+ "signature": "(props: GenericObject) => Promise<void>",
341
+ "parameters": [{
342
+ "name": "props",
343
+ "type": "GenericObject",
344
+ "docs": "- Object containing props that will be set to the component."
345
+ }],
346
+ "references": {
347
+ "Promise": {
348
+ "location": "global",
349
+ "id": "global::Promise"
350
+ },
351
+ "GenericObject": {
352
+ "location": "import",
353
+ "path": "../../types/GenericTypes",
354
+ "id": "src/types/GenericTypes.ts::GenericObject"
355
+ }
356
+ },
357
+ "return": "Promise<void>"
358
+ },
359
+ "docs": {
360
+ "text": "Sets the props to the component.",
361
+ "tags": [{
362
+ "name": "param",
363
+ "text": "props - Object containing props that will be set to the component."
364
+ }]
365
+ }
366
+ }
367
+ };
368
+ }
369
+ static get elementRef() { return "rootElement"; }
370
+ static get watchers() {
371
+ return [{
372
+ "propName": "data",
373
+ "methodName": "onDataChanged"
374
+ }];
375
+ }
376
+ }
377
+ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_instances = new WeakSet(), _KupInputPanel_renderRow = function _KupInputPanel_renderRow(inputPanelCell) {
378
+ var _a;
379
+ // todo layout
380
+ const horizontal = ((_a = inputPanelCell.row.layout) === null || _a === void 0 ? void 0 : _a.horizontal) || false;
381
+ const rowContent = inputPanelCell.cells.map((cell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderCell).call(this, cell.cell, inputPanelCell.row, cell.column));
382
+ const classObj = {
383
+ form: true,
384
+ 'input-panel': true,
385
+ 'form--column': !horizontal,
386
+ };
387
+ // We create a form for each row in data
388
+ return (h("form", { class: classObj, name: this.rootElement.id, onSubmit: this.submitCb }, rowContent, this.hiddenSubmitButton ? (h(FButton, { buttonType: "submit", label: __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.CONFIRM), wrapperClass: "form__submit" })) : null));
389
+ }, _KupInputPanel_renderCell = function _KupInputPanel_renderCell(cell, row, column) {
390
+ const cellProps = {
391
+ cell,
392
+ column,
393
+ row,
394
+ component: this,
395
+ editable: cell.isEditable,
396
+ renderKup: true,
397
+ setSizes: true,
398
+ };
399
+ return h(FCell, Object.assign({}, cellProps));
400
+ }, _KupInputPanel_mapCells = function _KupInputPanel_mapCells(data) {
401
+ var _a;
402
+ const inpuPanelCells = ((_a = data === null || data === void 0 ? void 0 : data.rows) === null || _a === void 0 ? void 0 : _a.length)
403
+ ? data.rows.reduce((inpuPanelCells, row) => {
404
+ const cells = data.columns
405
+ .filter((column) => column.visible)
406
+ .map((column) => {
407
+ const cell = row.cells[column.name];
408
+ const mappedCell = Object.assign(Object.assign({}, cell), { data: Object.assign(Object.assign({}, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_mapData).call(this, cell, column)), { id: column.name }), slotData: __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_slotData).call(this, cell, column), isEditable: cell.editable });
409
+ return { column, cell: mappedCell };
410
+ });
411
+ return [...inpuPanelCells, { cells, row }];
412
+ }, [])
413
+ : [];
414
+ this.inputPanelCells = inpuPanelCells;
415
+ }, _KupInputPanel_mapData = function _KupInputPanel_mapData(cell, col) {
416
+ const options = cell.options;
417
+ const fieldLabel = col.title;
418
+ const currentValue = cell.value;
419
+ const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
420
+ const dataAdapterMap = new Map([
421
+ [FCellTypes.AUTOCOMPLETE, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CMBandACPAdapter)],
422
+ [FCellTypes.BUTTON_LIST, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_BTNAdapter)],
423
+ [FCellTypes.CHART, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_GRAAdapter)],
424
+ [FCellTypes.CHIP, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CHIAdapter)],
425
+ [FCellTypes.CHECKBOX, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CHKAdapter)],
426
+ [FCellTypes.COLOR_PICKER, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CLPAdapter)],
427
+ [FCellTypes.COMBOBOX, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_CMBandACPAdapter)],
428
+ [FCellTypes.RADIO, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_RADAdapter)],
429
+ [FCellTypes.STRING, __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_ITXAdapter)],
430
+ ]);
431
+ const adapter = dataAdapterMap.get(cellType);
432
+ return adapter ? adapter(options, fieldLabel, currentValue) : null;
433
+ }, _KupInputPanel_slotData = function _KupInputPanel_slotData(cell, col) {
434
+ const cellType = dom.ketchup.data.cell.getType(cell, cell.shape);
435
+ if (cellType !== FCellTypes.CHIP &&
436
+ cellType !== FCellTypes.MULTI_AUTOCOMPLETE &&
437
+ cellType !== FCellTypes.MULTI_COMBOBOX &&
438
+ !cell.editable) {
439
+ return null;
440
+ }
441
+ return {
442
+ trailingIcon: true,
443
+ label: col.title,
444
+ };
445
+ }, _KupInputPanel_CHIAdapter = function _KupInputPanel_CHIAdapter(options, _fieldLabel, currentValue) {
446
+ return {
447
+ data: (options === null || options === void 0 ? void 0 : options.length)
448
+ ? options.map((option) => ({
449
+ value: option.label,
450
+ id: option.id,
451
+ selected: currentValue === option.id,
452
+ }))
453
+ : [{ id: currentValue, value: currentValue }],
454
+ };
455
+ }, _KupInputPanel_GRAAdapter = function _KupInputPanel_GRAAdapter() {
456
+ //TODO: definire mapping
457
+ return {
458
+ data: {
459
+ sizeX: '50px',
460
+ offlineMode: {
461
+ value: '8;4;5',
462
+ },
463
+ id: 'i1012_GREF_0',
464
+ cellId: 'i1012_GREF_0',
465
+ sizeY: '50px',
466
+ },
467
+ };
468
+ }, _KupInputPanel_BTNAdapter = function _KupInputPanel_BTNAdapter(_options, _fieldLabel, _currentValue) {
469
+ //TODO: come gestire i button list dal protocollo?
470
+ return {
471
+ data: [
472
+ {
473
+ data: { dropdownOnly: false, label: 'Pier' },
474
+ },
475
+ { data: { dropdownOnly: false, label: 'Valerio' } },
476
+ ],
477
+ };
478
+ }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(options, fieldLabel, currentValue) {
479
+ return {
480
+ data: {
481
+ 'kup-text-field': {
482
+ trailingIcon: true,
483
+ label: fieldLabel,
484
+ icon: 'arrow_drop_down',
485
+ },
486
+ 'kup-list': {
487
+ showIcons: true,
488
+ data: (options === null || options === void 0 ? void 0 : options.length)
489
+ ? options.map((option) => ({
490
+ value: option.label,
491
+ id: option.id,
492
+ selected: currentValue === option.id,
493
+ }))
494
+ : [],
495
+ },
496
+ },
497
+ label: fieldLabel,
498
+ };
499
+ }, _KupInputPanel_CHKAdapter = function _KupInputPanel_CHKAdapter(_options, fieldLabel, currentValue) {
500
+ return {
501
+ checked: currentValue === 'on' || currentValue === '1',
502
+ label: fieldLabel,
503
+ };
504
+ }, _KupInputPanel_CLPAdapter = function _KupInputPanel_CLPAdapter(_options, fieldLabel, _currentValue) {
505
+ return {
506
+ data: {
507
+ 'kup-text-field': {
508
+ label: fieldLabel,
509
+ },
510
+ },
511
+ };
512
+ }, _KupInputPanel_ITXAdapter = function _KupInputPanel_ITXAdapter(_options, fieldLabel, _currentValue) {
513
+ return { label: fieldLabel };
514
+ }, _KupInputPanel_RADAdapter = function _KupInputPanel_RADAdapter(options, _fieldLabel, currentValue) {
515
+ return {
516
+ data: options.map((option) => ({
517
+ value: option.id,
518
+ label: option.label,
519
+ checked: option.id === currentValue,
520
+ })),
521
+ };
522
+ };
@@ -1,3 +1,131 @@
1
+ .kup-body-compact-01 {
2
+ font-family: var(--kup-font-family);
3
+ font-size: 14px;
4
+ line-height: 18px;
5
+ font-weight: 400;
6
+ letter-spacing: 0.16px;
7
+ }
8
+
9
+ .kup-body-01 {
10
+ font-family: var(--kup-font-family);
11
+ font-size: 14px;
12
+ line-height: 20px;
13
+ font-weight: 400;
14
+ letter-spacing: 0.16px;
15
+ }
16
+
17
+ .kup-code-01 {
18
+ font-family: var(--kup-font-family-monospace);
19
+ font-size: 12px;
20
+ line-height: 16px;
21
+ font-weight: 400;
22
+ letter-spacing: 0.32px;
23
+ }
24
+
25
+ .kup-label-01 {
26
+ font-family: var(--kup-font-family);
27
+ font-size: 12px;
28
+ line-height: 16px;
29
+ font-weight: 400;
30
+ letter-spacing: 0.32px;
31
+ }
32
+
33
+ .kup-caption-02 {
34
+ font-family: var(--kup-font-family);
35
+ font-size: 12px;
36
+ line-height: 15px;
37
+ font-weight: 500;
38
+ letter-spacing: 1px;
39
+ }
40
+
41
+ .kup-caption-01 {
42
+ font-family: var(--kup-font-family);
43
+ font-size: 10px;
44
+ line-height: 13px;
45
+ font-weight: 400;
46
+ letter-spacing: 1px;
47
+ }
48
+
49
+ .kup-small-label-01 {
50
+ font-family: var(--kup-font-family);
51
+ font-size: 6px;
52
+ line-height: 9px;
53
+ font-weight: 400;
54
+ letter-spacing: 1px;
55
+ }
56
+
57
+ .kup-heading-compact-01 {
58
+ font-family: var(--kup-font-family);
59
+ font-size: 14px;
60
+ line-height: 18px;
61
+ font-weight: 600;
62
+ letter-spacing: 0.16px;
63
+ }
64
+
65
+ .kup-heading-01 {
66
+ font-family: var(--kup-font-family);
67
+ font-size: 14px;
68
+ line-height: 20px;
69
+ font-weight: 600;
70
+ letter-spacing: 0.16px;
71
+ }
72
+
73
+ .kup-heading-02 {
74
+ font-family: var(--kup-font-family);
75
+ font-size: 16px;
76
+ line-height: 24px;
77
+ font-weight: 500;
78
+ letter-spacing: 0;
79
+ }
80
+
81
+ .kup-heading-03 {
82
+ font-family: var(--kup-font-family);
83
+ font-size: 20px;
84
+ line-height: 28px;
85
+ font-weight: 400;
86
+ letter-spacing: 0;
87
+ }
88
+
89
+ .kup-heading-04 {
90
+ font-family: var(--kup-font-family);
91
+ font-size: 28px;
92
+ line-height: 36px;
93
+ font-weight: 400;
94
+ letter-spacing: 0;
95
+ }
96
+
97
+ .kup-heading-05 {
98
+ font-family: var(--kup-font-family);
99
+ font-size: 32px;
100
+ line-height: 40px;
101
+ font-weight: 300;
102
+ letter-spacing: 0;
103
+ }
104
+
105
+ .kup-heading-06 {
106
+ font-family: var(--kup-font-family);
107
+ font-size: 42px;
108
+ line-height: 50px;
109
+ font-weight: 300;
110
+ letter-spacing: 0;
111
+ }
112
+
113
+ .kup-heading-07 {
114
+ font-family: var(--kup-font-family);
115
+ font-size: 54px;
116
+ line-height: 64px;
117
+ font-weight: 300;
118
+ letter-spacing: 0;
119
+ }
120
+
121
+ .kup-heading-08 {
122
+ font-family: var(--kup-font-family);
123
+ font-size: 54px;
124
+ line-height: 64px;
125
+ font-weight: 600;
126
+ letter-spacing: 0;
127
+ }
128
+
1
129
  /**
2
130
  * @prop --kup-lazy-animation-time: Sets the duration of the animation.
3
131
  * @prop --kup-lazy-height: Sets the height of the component and subcomponent.