@sme.up/ketchup 8.3.2 → 9.0.0

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 (293) hide show
  1. package/dist/cjs/{component-2c7ddef7.js → component-cb3b32f5.js} +7 -2
  2. package/dist/cjs/{f-button-be5c564a.js → f-button-b2cfce1c.js} +3 -3
  3. package/dist/cjs/{f-cell-d034bcb0.js → f-cell-75fca92b.js} +24 -17
  4. package/dist/cjs/{f-checkbox-cff77b2c.js → f-checkbox-48d7af02.js} +1 -1
  5. package/dist/cjs/{f-chip-bc678bf1.js → f-chip-3e504f3e.js} +3 -3
  6. package/dist/cjs/{f-image-8542c984.js → f-image-270d39ae.js} +2 -2
  7. package/dist/cjs/{f-paginator-utils-f48afc35.js → f-paginator-utils-6d0c4678.js} +4 -4
  8. package/dist/cjs/{f-text-field-acfc1717.js → f-text-field-bbcd2143.js} +2 -2
  9. package/dist/cjs/{f-text-field-mdc-d38d80b5.js → f-text-field-mdc-4fda9705.js} +1 -1
  10. package/dist/cjs/{index-a9a3b467.js → index-c3d10561.js} +90 -19
  11. package/dist/cjs/ketchup.cjs.js +3 -6
  12. package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
  13. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +151 -156
  14. package/dist/cjs/kup-box.cjs.entry.js +14 -14
  15. package/dist/cjs/kup-calendar.cjs.entry.js +16 -10
  16. package/dist/cjs/kup-card-list.cjs.entry.js +244 -0
  17. package/dist/cjs/kup-cell.cjs.entry.js +8 -8
  18. package/dist/cjs/kup-dashboard.cjs.entry.js +10 -10
  19. package/dist/cjs/kup-drawer.cjs.entry.js +3 -3
  20. package/dist/cjs/kup-echart.cjs.entry.js +4604 -4444
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +6 -6
  22. package/dist/cjs/kup-grid.cjs.entry.js +109 -0
  23. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-image-list.cjs.entry.js +11 -11
  25. package/dist/cjs/kup-lazy.cjs.entry.js +3 -3
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  27. package/dist/cjs/{kup-manager-b3677c1d.js → kup-manager-130bbd9d.js} +7 -7
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +6 -6
  30. package/dist/cjs/kup-photo-frame.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-planner.cjs.entry.js +26 -18
  32. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  34. package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
  35. package/dist/cjs/loader.cjs.js +3 -12
  36. package/dist/collection/assets/card-list.js +709 -0
  37. package/dist/collection/assets/data-table-performance.js +6 -0
  38. package/dist/collection/assets/echart.js +168 -90
  39. package/dist/collection/assets/image-list.js +2 -12
  40. package/dist/collection/assets/index.js +4 -4
  41. package/dist/collection/collection-manifest.json +49 -50
  42. package/dist/collection/components/kup-accordion/kup-accordion.js +28 -18
  43. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +47 -29
  44. package/dist/collection/components/kup-badge/kup-badge.js +21 -14
  45. package/dist/collection/components/kup-box/kup-box.js +62 -41
  46. package/dist/collection/components/kup-button/kup-button.js +26 -17
  47. package/dist/collection/components/kup-button-list/kup-button-list.e2e.js +1 -1
  48. package/dist/collection/components/kup-button-list/kup-button-list.js +24 -16
  49. package/dist/collection/components/kup-calendar/kup-calendar-declarations.js +3 -2
  50. package/dist/collection/components/kup-calendar/kup-calendar.css +13 -0
  51. package/dist/collection/components/kup-calendar/kup-calendar.js +73 -35
  52. package/dist/collection/components/kup-card/box/kup-card-box.js +3 -3
  53. package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +7 -7
  54. package/dist/collection/components/kup-card/built-in/kup-card-calendar.js +6 -6
  55. package/dist/collection/components/kup-card/built-in/kup-card-clock.js +5 -5
  56. package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +4 -4
  57. package/dist/collection/components/kup-card/built-in/kup-card-message-box.js +4 -4
  58. package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +2 -2
  59. package/dist/collection/components/kup-card/collapsible/kup-card-collapsible.js +5 -5
  60. package/dist/collection/components/kup-card/dialog/kup-card-dialog.js +5 -5
  61. package/dist/collection/components/kup-card/free/kup-card-free.js +2 -2
  62. package/dist/collection/components/kup-card/kup-card-helper.js +5 -5
  63. package/dist/collection/components/kup-card/kup-card.css +20 -7
  64. package/dist/collection/components/kup-card/kup-card.js +67 -52
  65. package/dist/collection/components/kup-card/scalable/kup-card-scalable.js +49 -58
  66. package/dist/collection/components/kup-card/standard/kup-card-standard.js +9 -9
  67. package/dist/collection/components/kup-card-list/kup-card-list-declarations.js +13 -0
  68. package/dist/collection/components/kup-card-list/kup-card-list.css +34 -0
  69. package/dist/collection/components/kup-card-list/kup-card-list.js +481 -0
  70. package/dist/collection/components/kup-cell/kup-cell.js +27 -18
  71. package/dist/collection/components/kup-chart/kup-chart-builder.js +5 -5
  72. package/dist/collection/components/kup-chart/kup-chart.js +47 -28
  73. package/dist/collection/components/kup-checkbox/kup-checkbox.js +22 -14
  74. package/dist/collection/components/kup-chip/kup-chip.js +32 -20
  75. package/dist/collection/components/kup-color-picker/kup-color-picker.js +30 -20
  76. package/dist/collection/components/kup-combobox/kup-combobox.js +47 -29
  77. package/dist/collection/components/kup-dashboard/kup-dashboard.js +26 -19
  78. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +4 -4
  79. package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
  80. package/dist/collection/components/kup-data-table/kup-data-table.js +178 -106
  81. package/dist/collection/components/kup-date-picker/kup-date-picker.js +42 -26
  82. package/dist/collection/components/kup-dialog/kup-dialog.js +30 -18
  83. package/dist/collection/components/kup-drawer/kup-drawer.e2e.js +1 -1
  84. package/dist/collection/components/kup-drawer/kup-drawer.js +29 -17
  85. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +42 -26
  86. package/dist/collection/components/kup-echart/kup-echart.js +64 -39
  87. package/dist/collection/components/kup-family-tree/kup-family-tree.js +42 -26
  88. package/dist/collection/components/kup-form/kup-form.js +32 -21
  89. package/dist/collection/components/kup-gauge/kup-gauge.js +18 -13
  90. package/dist/collection/components/kup-grid/kup-grid.css +10 -0
  91. package/dist/collection/components/kup-grid/kup-grid.js +16 -11
  92. package/dist/collection/components/kup-iframe/kup-iframe.js +21 -13
  93. package/dist/collection/components/kup-image/canvas/kup-image-canvas-declarations.js +1 -1
  94. package/dist/collection/components/kup-image/canvas/kup-image-canvas-helper.js +1 -1
  95. package/dist/collection/components/kup-image/canvas/kup-image-canvas.js +2 -2
  96. package/dist/collection/components/kup-image/kup-image.js +27 -18
  97. package/dist/collection/components/kup-image-list/kup-image-list.js +35 -24
  98. package/dist/collection/components/kup-lazy/kup-lazy.js +25 -15
  99. package/dist/collection/components/kup-list/kup-list-helper.js +1 -1
  100. package/dist/collection/components/kup-list/kup-list.js +45 -27
  101. package/dist/collection/components/kup-magic-box/kup-magic-box.js +23 -17
  102. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +23 -14
  103. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +40 -24
  104. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +23 -14
  105. package/dist/collection/components/kup-planner/kup-planner-helper.js +3 -3
  106. package/dist/collection/components/kup-planner/kup-planner.css +277 -277
  107. package/dist/collection/components/kup-planner/kup-planner.js +51 -33
  108. package/dist/collection/components/kup-probe/kup-probe.js +7 -5
  109. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +15 -10
  110. package/dist/collection/components/kup-qlik/kup-qlik.js +8 -5
  111. package/dist/collection/components/kup-radio/kup-radio.js +23 -14
  112. package/dist/collection/components/kup-rating/kup-rating.js +17 -11
  113. package/dist/collection/components/kup-snackbar/kup-snackbar.js +26 -16
  114. package/dist/collection/components/kup-spinner/kup-spinner.js +17 -11
  115. package/dist/collection/components/kup-state/mock-store.js +1 -1
  116. package/dist/collection/components/kup-switch/kup-switch.js +22 -14
  117. package/dist/collection/components/kup-tab-bar/kup-tab-bar.js +31 -20
  118. package/dist/collection/components/kup-text-field/kup-text-field.js +40 -24
  119. package/dist/collection/components/kup-time-picker/kup-time-picker.js +47 -29
  120. package/dist/collection/components/kup-tree/kup-tree.js +104 -63
  121. package/dist/collection/f-components/f-button/f-button.js +3 -3
  122. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -1
  123. package/dist/collection/f-components/f-cell/f-cell.js +30 -23
  124. package/dist/collection/f-components/f-checkbox/f-checkbox.js +1 -1
  125. package/dist/collection/f-components/f-chip/f-chip.js +5 -5
  126. package/dist/collection/f-components/f-image/f-image.js +3 -3
  127. package/dist/collection/f-components/f-paginator/f-paginator.js +5 -5
  128. package/dist/collection/f-components/f-switch/f-switch.js +1 -1
  129. package/dist/collection/f-components/f-text-field/f-text-field-mdc.js +2 -2
  130. package/dist/collection/f-components/f-text-field/f-text-field.js +2 -2
  131. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +4 -4
  132. package/dist/collection/managers/kup-data/kup-data-column-helper.js +3 -3
  133. package/dist/collection/managers/kup-data/kup-data.js +8 -8
  134. package/dist/collection/managers/kup-dates/kup-dates.js +11 -11
  135. package/dist/collection/managers/kup-debug/kup-debug.js +3 -3
  136. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +2 -2
  137. package/dist/collection/managers/kup-interact/kup-interact.js +2 -2
  138. package/dist/collection/managers/kup-language/kup-language.js +3 -3
  139. package/dist/collection/managers/kup-manager/kup-manager.js +20 -20
  140. package/dist/collection/managers/kup-math/kup-math-helper.js +1 -1
  141. package/dist/collection/managers/kup-math/kup-math.js +12 -12
  142. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  143. package/dist/collection/managers/kup-scroll-on-hover/kup-scroll-on-hover.js +1 -1
  144. package/dist/collection/managers/kup-search/kup-search.js +2 -2
  145. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -1
  146. package/dist/collection/managers/kup-theme/kup-theme.js +15 -15
  147. package/dist/collection/managers/kup-toolbar/kup-toolbar.js +1 -1
  148. package/dist/collection/managers/kup-tooltip/kup-tooltip.js +1 -1
  149. package/dist/collection/types/GenericTypes.js +1 -2
  150. package/dist/collection/utils/cell-utils.js +1 -1
  151. package/dist/collection/utils/filters/filters-column-menu.js +3 -3
  152. package/dist/collection/utils/filters/filters-rows.js +6 -6
  153. package/dist/collection/utils/filters/filters-tree-items.js +4 -4
  154. package/dist/collection/utils/filters/filters.js +3 -3
  155. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +12 -12
  156. package/dist/collection/utils/utils.js +1 -1
  157. package/dist/components/kup-autocomplete2.js +393 -386
  158. package/dist/components/kup-calendar.js +10 -3
  159. package/dist/components/{kup-dash-list.d.ts → kup-card-list.d.ts} +4 -4
  160. package/dist/components/kup-card-list.js +408 -0
  161. package/dist/components/kup-cell.js +1 -1
  162. package/dist/components/kup-chart.js +1 -1
  163. package/dist/components/kup-checkbox.js +1 -1
  164. package/dist/components/kup-chip.js +1 -1
  165. package/dist/components/kup-color-picker.js +1 -1
  166. package/dist/components/kup-combobox.js +1 -1
  167. package/dist/components/kup-dashboard.js +1 -1
  168. package/dist/components/kup-data-table.js +1 -1
  169. package/dist/components/kup-date-picker.js +1 -1
  170. package/dist/components/kup-dialog.js +1 -1
  171. package/dist/components/kup-dropdown-button.js +1 -1
  172. package/dist/components/kup-echart2.js +4602 -4442
  173. package/dist/components/kup-family-tree.js +1 -1
  174. package/dist/components/kup-form.js +1 -1
  175. package/dist/components/kup-gauge.js +1 -1
  176. package/dist/components/kup-grid2.js +1 -1
  177. package/dist/components/kup-image-list.js +1 -1
  178. package/dist/components/kup-image.js +1 -1
  179. package/dist/components/kup-list.js +1 -1
  180. package/dist/components/kup-magic-box.js +1 -1
  181. package/dist/components/kup-numeric-picker.js +1 -1
  182. package/dist/components/kup-planner.js +21 -13
  183. package/dist/esm/{component-e86c51ea.js → component-879e99bf.js} +7 -2
  184. package/dist/esm/{f-button-3b97025a.js → f-button-baa419dc.js} +3 -3
  185. package/dist/esm/{f-cell-ae537010.js → f-cell-18ee3afa.js} +24 -17
  186. package/dist/esm/{f-checkbox-91358c27.js → f-checkbox-00a1e020.js} +1 -1
  187. package/dist/esm/{f-chip-69df7df4.js → f-chip-311500f4.js} +3 -3
  188. package/dist/esm/{f-image-705c1694.js → f-image-da03494c.js} +2 -2
  189. package/dist/esm/{f-paginator-utils-b7009f00.js → f-paginator-utils-d63a195e.js} +4 -4
  190. package/dist/esm/{f-text-field-fa349928.js → f-text-field-e5f1f1fd.js} +2 -2
  191. package/dist/esm/{f-text-field-mdc-a1b4a919.js → f-text-field-mdc-1143cf21.js} +1 -1
  192. package/dist/esm/{index-bb15ce14.js → index-3336c3b1.js} +91 -19
  193. package/dist/esm/ketchup.js +4 -7
  194. package/dist/esm/kup-accordion.entry.js +5 -5
  195. package/dist/esm/kup-autocomplete_27.entry.js +151 -156
  196. package/dist/esm/kup-box.entry.js +14 -14
  197. package/dist/esm/kup-calendar.entry.js +16 -10
  198. package/dist/esm/kup-card-list.entry.js +240 -0
  199. package/dist/esm/kup-cell.entry.js +8 -8
  200. package/dist/esm/kup-dashboard.entry.js +10 -10
  201. package/dist/esm/kup-drawer.entry.js +3 -3
  202. package/dist/esm/kup-echart.entry.js +4604 -4444
  203. package/dist/esm/kup-family-tree.entry.js +6 -6
  204. package/dist/esm/kup-grid.entry.js +105 -0
  205. package/dist/esm/kup-iframe.entry.js +2 -2
  206. package/dist/esm/kup-image-list.entry.js +11 -11
  207. package/dist/esm/kup-lazy.entry.js +3 -3
  208. package/dist/esm/kup-magic-box.entry.js +5 -5
  209. package/dist/esm/{kup-manager-bad7bec3.js → kup-manager-c8d5c94d.js} +7 -7
  210. package/dist/esm/kup-nav-bar.entry.js +3 -3
  211. package/dist/esm/kup-numeric-picker.entry.js +6 -6
  212. package/dist/esm/kup-photo-frame.entry.js +3 -3
  213. package/dist/esm/kup-planner.entry.js +26 -18
  214. package/dist/esm/kup-probe.entry.js +3 -3
  215. package/dist/esm/kup-qlik.entry.js +2 -2
  216. package/dist/esm/kup-snackbar.entry.js +6 -6
  217. package/dist/esm/loader.js +4 -13
  218. package/dist/ketchup/ketchup.esm.js +1 -1
  219. package/dist/ketchup/{p-fb0b5466.js → p-008ad26c.js} +1 -1
  220. package/dist/ketchup/{p-15ffcd21.entry.js → p-07707cd1.entry.js} +1 -1
  221. package/dist/ketchup/p-0c19d485.entry.js +9 -0
  222. package/dist/ketchup/{p-4c79ea53.entry.js → p-13eac183.entry.js} +1 -1
  223. package/dist/ketchup/{p-bd5ece4c.js → p-25de68e5.js} +1 -1
  224. package/dist/ketchup/{p-bd21cdea.entry.js → p-2a2a18bf.entry.js} +1 -1
  225. package/dist/ketchup/{p-31da4bae.entry.js → p-2d192def.entry.js} +1 -1
  226. package/dist/ketchup/p-2d42477d.js +2 -0
  227. package/dist/ketchup/{p-ee39977d.entry.js → p-2dab9c4f.entry.js} +1 -1
  228. package/dist/ketchup/{p-afa2af1e.js → p-39602629.js} +1 -1
  229. package/dist/ketchup/{p-fd1323da.js → p-4597f25d.js} +1 -1
  230. package/dist/ketchup/{p-7664a38d.entry.js → p-51aa248f.entry.js} +2 -2
  231. package/dist/ketchup/{p-af50bc6b.entry.js → p-55fd3f46.entry.js} +1 -1
  232. package/dist/ketchup/p-5c15661d.entry.js +1 -0
  233. package/dist/ketchup/p-5cfaa673.entry.js +1 -0
  234. package/dist/ketchup/{p-2587abcf.entry.js → p-5f583257.entry.js} +1 -1
  235. package/dist/ketchup/{p-55182fcf.js → p-7555c10d.js} +1 -1
  236. package/dist/ketchup/{p-fefa9ae4.entry.js → p-76130e83.entry.js} +1 -1
  237. package/dist/ketchup/{p-be89bc7b.entry.js → p-7bf649f0.entry.js} +1 -1
  238. package/dist/ketchup/{p-aa373c37.entry.js → p-7e1c8fc0.entry.js} +1 -1
  239. package/dist/ketchup/p-80699a95.js +1 -0
  240. package/dist/ketchup/{p-68c5029f.entry.js → p-81debebe.entry.js} +1 -1
  241. package/dist/ketchup/{p-82b5fac1.js → p-8281c9e5.js} +1 -1
  242. package/dist/ketchup/{p-e1f0ade4.entry.js → p-a0f59b05.entry.js} +1 -1
  243. package/dist/ketchup/{p-b3eeb140.entry.js → p-a8a39b08.entry.js} +1 -1
  244. package/dist/ketchup/{p-a8eccd10.entry.js → p-bb854cf5.entry.js} +1 -1
  245. package/dist/ketchup/{p-fb03f2f5.js → p-cd2af1a6.js} +1 -1
  246. package/dist/ketchup/{p-6507e9eb.js → p-d4a879fc.js} +1 -1
  247. package/dist/ketchup/{p-6c995fb2.entry.js → p-d6a7498b.entry.js} +1 -1
  248. package/dist/ketchup/p-d8384990.entry.js +1 -0
  249. package/dist/ketchup/p-da58f8ab.entry.js +39 -0
  250. package/dist/ketchup/p-ecb9fe91.entry.js +1 -0
  251. package/dist/ketchup/{p-3879be61.js → p-f729449f.js} +1 -1
  252. package/dist/loader/index.d.ts +1 -1
  253. package/dist/types/components/kup-calendar/kup-calendar-declarations.d.ts +3 -2
  254. package/dist/types/components/kup-calendar/kup-calendar.d.ts +6 -1
  255. package/dist/types/components/kup-card/kup-card.d.ts +3 -3
  256. package/dist/types/components/kup-card-list/kup-card-list-declarations.d.ts +35 -0
  257. package/dist/types/components/kup-card-list/kup-card-list.d.ts +62 -0
  258. package/dist/types/components.d.ts +107 -92
  259. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +1 -0
  260. package/dist/types/managers/kup-math/kup-math.d.ts +1 -1
  261. package/dist/types/stencil-public-runtime.d.ts +12 -2
  262. package/dist/types/types/GenericTypes.d.ts +1 -2
  263. package/package.json +8 -5
  264. package/dist/cjs/kup-dash-list.cjs.entry.js +0 -116
  265. package/dist/cjs/kup-dash_2.cjs.entry.js +0 -179
  266. package/dist/collection/assets/dash-list.js +0 -474
  267. package/dist/collection/components/kup-dash/kup-dash.css +0 -136
  268. package/dist/collection/components/kup-dash/kup-dash.js +0 -171
  269. package/dist/collection/components/kup-dash-list/kup-dash-list.css +0 -10
  270. package/dist/collection/components/kup-dash-list/kup-dash-list.js +0 -327
  271. package/dist/components/kup-dash-list.js +0 -288
  272. package/dist/components/kup-dash.d.ts +0 -11
  273. package/dist/components/kup-dash.js +0 -6
  274. package/dist/components/kup-dash2.js +0 -228
  275. package/dist/esm/kup-dash-list.entry.js +0 -112
  276. package/dist/esm/kup-dash_2.entry.js +0 -174
  277. package/dist/esm/polyfills/css-shim.js +0 -1
  278. package/dist/ketchup/p-0b24a2ed.entry.js +0 -1
  279. package/dist/ketchup/p-15e6bfaf.entry.js +0 -1
  280. package/dist/ketchup/p-1ad1cf92.entry.js +0 -9
  281. package/dist/ketchup/p-68cd7d9a.js +0 -1
  282. package/dist/ketchup/p-b5deb573.js +0 -2
  283. package/dist/ketchup/p-c455cc67.entry.js +0 -39
  284. package/dist/ketchup/p-e6cf7db3.entry.js +0 -1
  285. package/dist/ketchup/p-ef21d377.entry.js +0 -1
  286. package/dist/types/components/kup-dash/kup-dash.d.ts +0 -33
  287. package/dist/types/components/kup-dash-list/kup-dash-list.d.ts +0 -22
  288. /package/dist/cjs/{GenericVariables-9cd88034.js → GenericVariables-1d52ba57.js} +0 -0
  289. /package/dist/cjs/{f-button-declarations-76b4fb4c.js → f-button-declarations-3fd791a8.js} +0 -0
  290. /package/dist/esm/{GenericVariables-6dfdd433.js → GenericVariables-d8d0541e.js} +0 -0
  291. /package/dist/esm/{f-button-declarations-fd4965d1.js → f-button-declarations-8a009df1.js} +0 -0
  292. /package/dist/ketchup/{p-ad2e21d2.js → p-635bb4b3.js} +0 -0
  293. /package/dist/ketchup/{p-0fd98ab4.js → p-b00f3575.js} +0 -0
@@ -2,19 +2,19 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a9a3b467.js');
6
- const kupManager = require('./kup-manager-b3677c1d.js');
7
- const fPaginatorUtils = require('./f-paginator-utils-f48afc35.js');
8
- const fImage = require('./f-image-8542c984.js');
9
- const fChip = require('./f-chip-bc678bf1.js');
10
- const GenericVariables = require('./GenericVariables-9cd88034.js');
11
- const fCell = require('./f-cell-d034bcb0.js');
12
- const fTextFieldMdc = require('./f-text-field-mdc-d38d80b5.js');
13
- require('./f-button-be5c564a.js');
14
- require('./f-button-declarations-76b4fb4c.js');
15
- require('./f-checkbox-cff77b2c.js');
16
- require('./f-text-field-acfc1717.js');
17
- require('./component-2c7ddef7.js');
5
+ const index = require('./index-c3d10561.js');
6
+ const kupManager = require('./kup-manager-130bbd9d.js');
7
+ const fPaginatorUtils = require('./f-paginator-utils-6d0c4678.js');
8
+ const fImage = require('./f-image-270d39ae.js');
9
+ const fChip = require('./f-chip-3e504f3e.js');
10
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
11
+ const fCell = require('./f-cell-75fca92b.js');
12
+ const fTextFieldMdc = require('./f-text-field-mdc-4fda9705.js');
13
+ require('./f-button-b2cfce1c.js');
14
+ require('./f-button-declarations-3fd791a8.js');
15
+ require('./f-checkbox-48d7af02.js');
16
+ require('./f-text-field-bbcd2143.js');
17
+ require('./component-cb3b32f5.js');
18
18
 
19
19
  /**
20
20
  * Props of the kup-box component.
@@ -424,7 +424,7 @@ const KupBox = class {
424
424
  }
425
425
  // event listeners
426
426
  onBoxClick({ target }, row) {
427
- if (!(target instanceof index.H)) {
427
+ if (!(target instanceof HTMLElement)) {
428
428
  return;
429
429
  }
430
430
  // searching parent
@@ -2,13 +2,13 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index$4 = require('./index-a9a3b467.js');
6
- const kupManager = require('./kup-manager-b3677c1d.js');
7
- const GenericVariables = require('./GenericVariables-9cd88034.js');
8
- const fButton = require('./f-button-be5c564a.js');
9
- const fChip = require('./f-chip-bc678bf1.js');
10
- require('./f-button-declarations-76b4fb4c.js');
11
- require('./f-image-8542c984.js');
5
+ const index$4 = require('./index-c3d10561.js');
6
+ const kupManager = require('./kup-manager-130bbd9d.js');
7
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
+ const fButton = require('./f-button-b2cfce1c.js');
9
+ const fChip = require('./f-chip-3e504f3e.js');
10
+ require('./f-button-declarations-3fd791a8.js');
11
+ require('./f-image-270d39ae.js');
12
12
 
13
13
  var n,l$1,u$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;
14
14
 
@@ -13787,7 +13787,8 @@ var KupCalendarProps;
13787
13787
  (function (KupCalendarProps) {
13788
13788
  KupCalendarProps["currentDate"] = "Sets the date of the calendar. Must be in ISO format (YYYY-MM-DD).";
13789
13789
  KupCalendarProps["customStyle"] = "Custom style of the component.";
13790
- KupCalendarProps["data"] = " Actual data of the calendar.";
13790
+ KupCalendarProps["data"] = "Actual data of the calendar.";
13791
+ KupCalendarProps["editableEvents"] = "When true, events are editable.";
13791
13792
  KupCalendarProps["hideNavigation"] = "When disabled, the navigation toolbar won't be displayed.";
13792
13793
  KupCalendarProps["viewType"] = "Type of the view.";
13793
13794
  })(KupCalendarProps || (KupCalendarProps = {}));
@@ -13802,7 +13803,7 @@ var KupCalendarViewTypes;
13802
13803
  KupCalendarViewTypes["WEEK"] = "timeGridWeek";
13803
13804
  })(KupCalendarViewTypes || (KupCalendarViewTypes = {}));
13804
13805
  /**
13805
- * Available view types.
13806
+ * Available column options.
13806
13807
  */
13807
13808
  var KupCalendarOptions;
13808
13809
  (function (KupCalendarOptions) {
@@ -13815,7 +13816,7 @@ var KupCalendarOptions;
13815
13816
  KupCalendarOptions["STYLE"] = "style";
13816
13817
  })(KupCalendarOptions || (KupCalendarOptions = {}));
13817
13818
 
13818
- const kupCalendarCss = ":host{--kup_calendar_background_color:var(\n --kup-calendar-background-color,\n var(--kup-background-color)\n );--kup_calendar_border_color:var(\n --kup-calendar-border-color,\n var(--kup-border-color)\n );--kup_calendar_event_background_color:var(\n --kup-calendar-event-background-color,\n var(--kup-primary-color)\n );--kup_calendar_event_border_radius:var(\n --kup-calendar-event-border-radius,\n 4px\n );--kup_calendar_event_color:var(\n --kup-calendar-event-color,\n var(--kup-text-on-primary-color)\n );--kup_calendar_font_family:var(\n --kup-calendar-font-family,\n var(--kup-font-family)\n );--kup_calendar_font_size:var(--kup-calendar-font-size, var(--kup-font-size));--kup_calendar_header_background_color:var(\n --kup-calendar-header-background-color,\n var(--kup-title-background-color)\n );--kup_calendar_header_color:var(\n --kup-calendar-header-color,\n var(--kup-title-color)\n );--kup_calendar_navigator_border:var(\n --kup-calendar-navigator-border,\n 2px solid var(--kup-border-color)\n );--kup_calendar_no_work_day_background_color:var(\n --kup-calendar-no-work-day-background-color,\n rgba(var(--kup-disabled-background-color-rgb), 0.5)\n );--kup_calendar_no_work_day_color:var(\n --kup-calendar-no-work-day-color,\n var(--kup-disabled-color)\n );--kup_calendar_today_background_color:var(\n --kup-calendar-today-background-color,\n rgba(var(--kup-primary-color-rgb), 0.125)\n );background-color:var(--kup_calendar_background_color);display:block;font-family:var(--kup_calendar_font_family);font-size:var(--kup_calendar_font_size);height:100%;width:100%}.navigation{align-items:center;border-left:var(--kup_calendar_navigator_border);border-right:var(--kup_calendar_navigator_border);border-top:var(--kup_calendar_navigator_border);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between}.navigation__left{--kup-font-size:0.875em;display:flex}.navigation__right{display:flex}.navigation__title{font-size:1.25em;font-weight:400;letter-spacing:0.1892857em;margin:0px;padding:0px 0.5em}.navigation__title--centered{padding:0.35em 0;text-align:center;width:100%}.icon-wrapper{display:flex;justify-content:flex-end;flex-wrap:wrap}.image-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.image-wrapper img{width:20px;height:20px}.custom-icon{background-color:var(--kup_calendar_event_color);height:1.5em;width:1.5em}#kup-component .fc-toolbar.fc-header-toolbar{margin-top:1.5rem}#kup-component .fc-ltr .fc-dayGrid-view .fc-day-top{text-align:center;padding:0.5rem}#kup-component .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:none}#kup-component .fc-content{padding:0.25rem}#kup-component .fc-content,#kup-component .fc-divider,#kup-component .fc-list-heading td,#kup-component .fc-list-view,#kup-component .fc-popover,#kup-component .fc-row,#kup-component .fc-scrollgrid,#kup-component tbody,#kup-component td{border-color:var(--kup_calendar_border_color)}#kup-component .fc-col-header-cell{background:var(--kup_calendar_header_background_color);color:var(--kup_calendar_header_color)}#kup-component .fc-h-event{background:none;border:none}#kup-component .fc-list-event-dot{border-color:var(--kup_calendar_event_background_color)}#kup-component .fc-list-day-cushion{background:var(--kup_calendar_header_background_color);color:var(--kup_calendar_header_color)}#kup-component .fc-list-event:hover td{background:var(--kup-hover-background-color);color:var(--kup-hover-color)}#kup-component .fc-daygrid-event,#kup-component .fc-timegrid-event{background:var(--kup_calendar_event_background_color);border-radius:var(--kup_calendar_event_border_radius);border:none;border-color:var(--kup_calendar_event_background_color);color:var(--kup_calendar_event_color)}#kup-component .fc-event-main{color:inherit}#kup-component .fc-event-title{padding:0.25em}#kup-component td.fc-day-today{background-color:var(--kup_calendar_today_background_color)}#kup-component td.fc-day-sun,#kup-component td.fc-day-sat{background-color:var(--kup_calendar_no_work_day_background_color);color:var(--kup_calendar_no_work_day_color)}@media (max-width: 599px){.navigation{flex-direction:column}}";
13819
+ const kupCalendarCss = ":host{--kup_calendar_background_color:var(\n --kup-calendar-background-color,\n var(--kup-background-color)\n );--kup_calendar_border_color:var(\n --kup-calendar-border-color,\n var(--kup-border-color)\n );--kup_calendar_event_background_color:var(\n --kup-calendar-event-background-color,\n var(--kup-primary-color)\n );--kup_calendar_event_border_radius:var(\n --kup-calendar-event-border-radius,\n 4px\n );--kup_calendar_event_color:var(\n --kup-calendar-event-color,\n var(--kup-text-on-primary-color)\n );--kup_calendar_font_family:var(\n --kup-calendar-font-family,\n var(--kup-font-family)\n );--kup_calendar_font_size:var(--kup-calendar-font-size, var(--kup-font-size));--kup_calendar_header_background_color:var(\n --kup-calendar-header-background-color,\n var(--kup-title-background-color)\n );--kup_calendar_header_color:var(\n --kup-calendar-header-color,\n var(--kup-title-color)\n );--kup_calendar_navigator_border:var(\n --kup-calendar-navigator-border,\n 2px solid var(--kup-border-color)\n );--kup_calendar_no_work_day_background_color:var(\n --kup-calendar-no-work-day-background-color,\n rgba(var(--kup-disabled-background-color-rgb), 0.5)\n );--kup_calendar_no_work_day_color:var(\n --kup-calendar-no-work-day-color,\n var(--kup-disabled-color)\n );--kup_calendar_today_background_color:var(\n --kup-calendar-today-background-color,\n rgba(var(--kup-primary-color-rgb), 0.125)\n );background-color:var(--kup_calendar_background_color);display:block;font-family:var(--kup_calendar_font_family);font-size:var(--kup_calendar_font_size);height:100%;width:100%}.navigation{align-items:center;border-left:var(--kup_calendar_navigator_border);border-right:var(--kup_calendar_navigator_border);border-top:var(--kup_calendar_navigator_border);border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between}.navigation__left{--kup-font-size:0.875em;display:flex}.navigation__right{display:flex}.navigation__title{font-size:1.25em;font-weight:400;letter-spacing:0.1892857em;margin:0px;padding:0px 0.5em}.navigation__title--centered{padding:0.35em 0;text-align:center;width:100%}.icon-wrapper{display:flex;justify-content:flex-end;flex-wrap:wrap}.image-wrapper{display:flex;justify-content:space-between;flex-wrap:wrap}.image-wrapper img{width:20px;height:20px}.custom-icon{background-color:var(--kup_calendar_event_color);height:1.5em;width:1.5em}#kup-component .fc-toolbar.fc-header-toolbar{margin-top:1.5rem}#kup-component .fc-ltr .fc-dayGrid-view .fc-day-top{text-align:center;padding:0.5rem}#kup-component .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:none}#kup-component .fc-content{padding:0.25rem}#kup-component .fc-content,#kup-component .fc-divider,#kup-component .fc-list-heading td,#kup-component .fc-list-view,#kup-component .fc-popover,#kup-component .fc-row,#kup-component .fc-scrollgrid,#kup-component tbody,#kup-component td{border-color:var(--kup_calendar_border_color)}#kup-component .fc-col-header-cell{background:var(--kup_calendar_header_background_color);color:var(--kup_calendar_header_color)}#kup-component .fc-h-event{background:none;border:none}#kup-component .fc-list-event-dot{border-color:var(--kup_calendar_event_background_color)}#kup-component .fc-list-day-cushion{background:var(--kup_calendar_header_background_color);color:var(--kup_calendar_header_color)}#kup-component .fc-list-event:hover td{background:var(--kup-hover-background-color);color:var(--kup-hover-color)}#kup-component .fc-daygrid-event,#kup-component .fc-timegrid-event{background:var(--kup_calendar_event_background_color);border-radius:var(--kup_calendar_event_border_radius);border:none;border-color:var(--kup_calendar_event_background_color);color:var(--kup_calendar_event_color)}#kup-component .fc-event-main{color:inherit}#kup-component .fc-event-title{padding:0.25em}#kup-component td.fc-day-today{background-color:var(--kup_calendar_today_background_color)}#kup-component td.fc-day-sun,#kup-component td.fc-day-sat{background-color:var(--kup_calendar_no_work_day_background_color);color:var(--kup_calendar_no_work_day_color)}@media (max-width: 599px){.navigation{flex-direction:column}.calendar{height:100%}.calendar .fc-view-harness{min-height:450px}.navigation .navigation__left{font-size:20px;gap:8px}.navigation .navigation__right .f-chip .chip-set .chip-set__item{font-size:16px}}";
13819
13820
 
13820
13821
  const KupCalendar = class {
13821
13822
  constructor(hostRef) {
@@ -13839,12 +13840,16 @@ const KupCalendar = class {
13839
13840
  this.customStyle = '';
13840
13841
  this.data = null;
13841
13842
  this.hideNavigation = false;
13843
+ this.editableEvents = true;
13842
13844
  this.viewType = KupCalendarViewTypes.MONTH;
13843
13845
  }
13844
13846
  /*-------------------------------------------------*/
13845
13847
  /* W a t c h e r s */
13846
13848
  /*-------------------------------------------------*/
13847
13849
  setCalendarData() {
13850
+ if (!this.calendarContainer) {
13851
+ return;
13852
+ }
13848
13853
  if (this.calendar) {
13849
13854
  this.calendar.destroy();
13850
13855
  }
@@ -14085,6 +14090,7 @@ const KupCalendar = class {
14085
14090
  }
14086
14091
  const el = {
14087
14092
  allDay: isHourRange ? false : true,
14093
+ editable: this.editableEvents,
14088
14094
  end: endDate.toISOString(),
14089
14095
  extendedProps: {
14090
14096
  row,
@@ -0,0 +1,244 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-c3d10561.js');
6
+ const kupManager = require('./kup-manager-130bbd9d.js');
7
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
+
9
+ /**
10
+ * Props of the kup-card-list component.
11
+ * Used to export every prop in an object.
12
+ */
13
+ var KupCardListProps;
14
+ (function (KupCardListProps) {
15
+ KupCardListProps["columnsNumber"] = "Sets the number of columns.";
16
+ KupCardListProps["customStyle"] = "Custom style of the component.";
17
+ KupCardListProps["data"] = "Actual data of the component.";
18
+ KupCardListProps["fullWidth"] = "Sets whether the component occupies all available width.";
19
+ KupCardListProps["horizontal"] = "Sets whether the cards are placed horizontally or not.";
20
+ KupCardListProps["isClickable"] = "Sets whether a single card is clickable or not.";
21
+ })(KupCardListProps || (KupCardListProps = {}));
22
+
23
+ const kupCardListCss = ":host{--kup_cardlist_cards_max_height:var(--kup-cardlist-cards-max-height, unset);--kup_cardlist_cards_min_height:var(--kup-cardlist-cards-min-height, unset);--kup_cardlist_cards_max_width:var(--kup-cardlist-cards-max-width, unset);--kup_cardlist_cards_min_width:var(--kup-cardlist-cards-min-width, unset);display:block;height:100%;width:100%}#kup-component{height:100%;width:100%}kup-card{max-height:var(--kup_cardlist_cards_max_height);min-height:var(--kup_cardlist_cards_min_height);max-width:var(--kup_cardlist_cards_max_width);min-width:var(--kup_cardlist_cards_min_width)}kup-card.is-clickable{cursor:pointer}kup-grid{--kup-grid-padding:0}";
24
+
25
+ var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
26
+ if (kind === "a" && !f)
27
+ throw new TypeError("Private accessor was defined without a getter");
28
+ if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
29
+ throw new TypeError("Cannot read private member from an object whose class did not declare it");
30
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
31
+ };
32
+ var _KupCardList_kupManager;
33
+ const KupCardList = class {
34
+ constructor(hostRef) {
35
+ index.registerInstance(this, hostRef);
36
+ this.kupCardListClickEvent = index.createEvent(this, "kup-cardlist-click", 7);
37
+ /*-------------------------------------------------*/
38
+ /* I n t e r n a l V a r i a b l e s */
39
+ /*-------------------------------------------------*/
40
+ _KupCardList_kupManager.set(this, kupManager.kupManagerInstance());
41
+ this.columnsNumber = 1;
42
+ this.customStyle = '';
43
+ this.data = null;
44
+ this.fullWidth = true;
45
+ this.horizontal = false;
46
+ this.isClickable = false;
47
+ }
48
+ /*-------------------------------------------------*/
49
+ /* P u b l i c M e t h o d s */
50
+ /*-------------------------------------------------*/
51
+ /**
52
+ * Used to retrieve component's props values.
53
+ * @param {boolean} descriptions - When provided and true, the result will be the list of props with their description.
54
+ * @returns {Promise<GenericObject>} List of props as object, each key will be a prop.
55
+ */
56
+ async getProps(descriptions) {
57
+ return kupManager.getProps(this, KupCardListProps, descriptions);
58
+ }
59
+ /**
60
+ * This method is used to trigger a new render of the component.
61
+ */
62
+ async refresh() {
63
+ index.forceUpdate(this);
64
+ }
65
+ /**
66
+ * Sets the props to the component.
67
+ * @param {GenericObject} props - Object containing props that will be set to the component.
68
+ */
69
+ async setProps(props) {
70
+ kupManager.setProps(this, KupCardListProps, props);
71
+ }
72
+ /*-------------------------------------------------*/
73
+ /* L i f e c y c l e H o o k s */
74
+ /*-------------------------------------------------*/
75
+ componentWillLoad() {
76
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logLoad(this, false);
77
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.register(this);
78
+ }
79
+ componentDidLoad() {
80
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logLoad(this, true);
81
+ }
82
+ componentDidRender() {
83
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").debug.logRender(this, true);
84
+ }
85
+ render() {
86
+ if (!this.data || !this.data.columns || !this.data.columns.length) {
87
+ return;
88
+ }
89
+ const content = [];
90
+ let decvalueCol, descrCol, iconCol, iconcolorCol, intvalueCol, layoutCol, measureCol, textcolorCol, valueCol, valuecolorCol;
91
+ for (let index = 0; index < this.data.columns.length; index++) {
92
+ const column = this.data.columns[index];
93
+ if (column.cardListOption) {
94
+ switch (column.cardListOption) {
95
+ case 'decvalue':
96
+ decvalueCol = column;
97
+ break;
98
+ case 'descr':
99
+ descrCol = column;
100
+ break;
101
+ case 'icon':
102
+ iconCol = column;
103
+ break;
104
+ case 'iconcolor':
105
+ iconcolorCol = column;
106
+ break;
107
+ case 'intvalue':
108
+ intvalueCol = column;
109
+ break;
110
+ case 'layout':
111
+ layoutCol = column;
112
+ break;
113
+ case 'measure':
114
+ measureCol = column;
115
+ break;
116
+ case 'textcolor':
117
+ textcolorCol = column;
118
+ break;
119
+ case 'value':
120
+ valueCol = column;
121
+ break;
122
+ case 'valuecolor':
123
+ valuecolorCol = column;
124
+ break;
125
+ }
126
+ }
127
+ }
128
+ for (let index$1 = 0; index$1 < this.data.rows.length; index$1++) {
129
+ const row = this.data.rows[index$1];
130
+ const data = {
131
+ color: [],
132
+ image: [],
133
+ text: [],
134
+ };
135
+ const layout = layoutCol && row.cells[layoutCol.name].value
136
+ ? parseInt(row.cells[layoutCol.name].value)
137
+ : 1;
138
+ const card = (index.h("kup-card", { class: this.isClickable ? 'is-clickable' : '', customStyle: "#kup-component, .scalable-card { min-height: var(--kup_cardlist_cardsminheight) }", data: data, layoutFamily: kupManager.KupCardFamily.SCALABLE, layoutNumber: layout, key: index$1, "onKup-card-click": () => {
139
+ if (this.isClickable) {
140
+ this.kupCardListClickEvent.emit({
141
+ comp: this,
142
+ id: this.rootElement.id,
143
+ index: index$1,
144
+ row: row,
145
+ });
146
+ }
147
+ }, slot: index$1.toString() }));
148
+ const loadData = (col, prop, index) => {
149
+ if (col) {
150
+ const cell = row.cells[col.name];
151
+ if (cell) {
152
+ const value = cell.value;
153
+ switch (prop) {
154
+ case 'color':
155
+ data[prop][index] =
156
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.colorCheck(value).hexColor;
157
+ break;
158
+ case 'image':
159
+ data[prop][index] = { resource: value };
160
+ break;
161
+ default:
162
+ data[prop][index] = kupManager.getCellValueForDisplay(col, cell);
163
+ break;
164
+ }
165
+ }
166
+ }
167
+ };
168
+ switch (layout) {
169
+ case 1:
170
+ loadData(textcolorCol, 'color', 0);
171
+ loadData(valuecolorCol, 'color', 1);
172
+ loadData(descrCol, 'text', 0);
173
+ loadData(valueCol, 'text', 1);
174
+ break;
175
+ case 2:
176
+ loadData(iconcolorCol, 'color', 0);
177
+ loadData(valuecolorCol, 'color', 1);
178
+ loadData(iconCol, 'image', 0);
179
+ loadData(intvalueCol, 'text', 0);
180
+ loadData(decvalueCol, 'text', 1);
181
+ loadData(measureCol, 'text', 2);
182
+ break;
183
+ case 3:
184
+ loadData(valuecolorCol, 'color', 0);
185
+ loadData(textcolorCol, 'color', 1);
186
+ loadData(valueCol, 'text', 0);
187
+ loadData(descrCol, 'text', 1);
188
+ break;
189
+ case 4:
190
+ loadData(iconcolorCol, 'color', 0);
191
+ loadData(valuecolorCol, 'color', 1);
192
+ loadData(textcolorCol, 'color', 2);
193
+ loadData(iconCol, 'image', 0);
194
+ loadData(intvalueCol, 'text', 0);
195
+ loadData(decvalueCol, 'text', 1);
196
+ loadData(measureCol, 'text', 2);
197
+ loadData(descrCol, 'text', 3);
198
+ break;
199
+ case 5:
200
+ loadData(iconcolorCol, 'color', 0);
201
+ loadData(textcolorCol, 'color', 1);
202
+ loadData(valuecolorCol, 'color', 2);
203
+ loadData(iconCol, 'image', 0);
204
+ loadData(descrCol, 'text', 0);
205
+ loadData(valueCol, 'text', 1);
206
+ break;
207
+ case 6:
208
+ loadData(iconcolorCol, 'color', 0);
209
+ loadData(valuecolorCol, 'color', 1);
210
+ loadData(textcolorCol, 'color', 2);
211
+ loadData(iconCol, 'image', 0);
212
+ loadData(valueCol, 'text', 0);
213
+ loadData(descrCol, 'text', 1);
214
+ break;
215
+ case 7:
216
+ loadData(iconcolorCol, 'color', 0);
217
+ loadData(valuecolorCol, 'color', 1);
218
+ loadData(textcolorCol, 'color', 2);
219
+ loadData(iconCol, 'image', 0);
220
+ loadData(valueCol, 'text', 0);
221
+ loadData(descrCol, 'text', 1);
222
+ break;
223
+ case 8:
224
+ loadData(iconcolorCol, 'color', 0);
225
+ loadData(valuecolorCol, 'color', 1);
226
+ loadData(textcolorCol, 'color', 2);
227
+ loadData(iconCol, 'image', 0);
228
+ loadData(valueCol, 'text', 0);
229
+ loadData(descrCol, 'text', 1);
230
+ break;
231
+ }
232
+ content.push(card);
233
+ }
234
+ return (index.h(index.Host, null, index.h("style", null, __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.setKupStyle(this.rootElement)), index.h("div", { id: GenericVariables.componentWrapperId }, index.h("kup-grid", { class: `${this.fullWidth ? 'kup-full-width' : ''} scalable-cards`, columns: this.columnsNumber, singleLine: this.horizontal }, content))));
235
+ }
236
+ disconnectedCallback() {
237
+ __classPrivateFieldGet(this, _KupCardList_kupManager, "f").theme.unregister(this);
238
+ }
239
+ get rootElement() { return index.getElement(this); }
240
+ };
241
+ _KupCardList_kupManager = new WeakMap();
242
+ KupCardList.style = kupCardListCss;
243
+
244
+ exports.kup_card_list = KupCardList;
@@ -2,14 +2,14 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a9a3b467.js');
6
- const kupManager = require('./kup-manager-b3677c1d.js');
7
- const GenericVariables = require('./GenericVariables-9cd88034.js');
8
- const fCell = require('./f-cell-d034bcb0.js');
9
- require('./f-checkbox-cff77b2c.js');
10
- require('./f-text-field-acfc1717.js');
11
- require('./f-image-8542c984.js');
12
- require('./f-chip-bc678bf1.js');
5
+ const index = require('./index-c3d10561.js');
6
+ const kupManager = require('./kup-manager-130bbd9d.js');
7
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
+ const fCell = require('./f-cell-75fca92b.js');
9
+ require('./f-checkbox-48d7af02.js');
10
+ require('./f-text-field-bbcd2143.js');
11
+ require('./f-image-270d39ae.js');
12
+ require('./f-chip-3e504f3e.js');
13
13
 
14
14
  /**
15
15
  * Props of the kup-cell component.
@@ -2,16 +2,16 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a9a3b467.js');
6
- const fButton = require('./f-button-be5c564a.js');
7
- const fCheckbox = require('./f-checkbox-cff77b2c.js');
8
- const fTextField = require('./f-text-field-acfc1717.js');
9
- const fTextFieldMdc = require('./f-text-field-mdc-d38d80b5.js');
10
- const kupManager = require('./kup-manager-b3677c1d.js');
11
- const GenericVariables = require('./GenericVariables-9cd88034.js');
12
- require('./f-button-declarations-76b4fb4c.js');
13
- require('./f-image-8542c984.js');
14
- require('./component-2c7ddef7.js');
5
+ const index = require('./index-c3d10561.js');
6
+ const fButton = require('./f-button-b2cfce1c.js');
7
+ const fCheckbox = require('./f-checkbox-48d7af02.js');
8
+ const fTextField = require('./f-text-field-bbcd2143.js');
9
+ const fTextFieldMdc = require('./f-text-field-mdc-4fda9705.js');
10
+ const kupManager = require('./kup-manager-130bbd9d.js');
11
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
12
+ require('./f-button-declarations-3fd791a8.js');
13
+ require('./f-image-270d39ae.js');
14
+ require('./component-cb3b32f5.js');
15
15
 
16
16
  /**
17
17
  * Props of the kup-dashboard component.
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-a9a3b467.js');
6
- const kupManager = require('./kup-manager-b3677c1d.js');
7
- const GenericVariables = require('./GenericVariables-9cd88034.js');
5
+ const index = require('./index-c3d10561.js');
6
+ const kupManager = require('./kup-manager-130bbd9d.js');
7
+ const GenericVariables = require('./GenericVariables-1d52ba57.js');
8
8
 
9
9
  const drawerClass = 'drawer';
10
10
  /**