@sme.up/ketchup 10.3.3 → 10.3.5

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 (316) hide show
  1. package/dist/cjs/{f-cell-7a2faf7a.js → f-cell-e5ff9c98.js} +38 -11
  2. package/dist/cjs/{f-chip-f2d6124b.js → f-chip-f35c1b42.js} +11 -2
  3. package/dist/cjs/{f-object-field-3810f288.js → f-object-field-04065abd.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-3855e84c.js → f-paginator-utils-3ada5c71.js} +1 -1
  5. package/dist/cjs/{f-text-field-a34a5979.js → f-text-field-0eda27cd.js} +1 -1
  6. package/dist/cjs/index-c7d441d8.js +2 -6
  7. package/dist/cjs/index.cjs.js +2 -2
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  11. package/dist/cjs/{kup-autocomplete_29.cjs.entry.js → kup-autocomplete_30.cjs.entry.js} +1611 -1179
  12. package/dist/cjs/kup-box.cjs.entry.js +9 -9
  13. package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
  14. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  15. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  16. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  17. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  18. package/dist/cjs/{kup-data-table-helper-f53032e7.js → kup-data-table-helper-0b79fb90.js} +2 -2
  19. package/dist/cjs/{kup-dates-bc4cf9d0.js → kup-dates-8619368a.js} +3 -7
  20. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-editor.cjs.entry.js +45 -35
  23. package/dist/cjs/kup-family-tree.cjs.entry.js +4 -4
  24. package/dist/cjs/kup-gantt_10.cjs.entry.js +25 -25
  25. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-htm.cjs.entry.js +3 -3
  27. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  28. package/dist/cjs/kup-input-panel.cjs.entry.js +25 -16
  29. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  30. package/dist/cjs/kup-magic-box.cjs.entry.js +5 -5
  31. package/dist/cjs/{kup-manager-c70d3188.js → kup-manager-5cdad0f5.js} +42 -16
  32. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-object-field.cjs.entry.js +5 -5
  35. package/dist/cjs/kup-pdf.cjs.entry.js +3 -3
  36. package/dist/cjs/{kup-planner-renderer-helper-63478d1c.js → kup-planner-renderer-helper-eaca3f99.js} +1 -1
  37. package/dist/cjs/kup-planner-renderer.cjs.entry.js +4 -4
  38. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  39. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  40. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  41. package/dist/cjs/kup-snackbar.cjs.entry.js +3 -3
  42. package/dist/cjs/kup-txt.cjs.entry.js +3 -3
  43. package/dist/cjs/kup-typography-list.cjs.entry.js +3 -3
  44. package/dist/cjs/kup-typography.cjs.entry.js +4 -4
  45. package/dist/cjs/loader.cjs.js +1 -1
  46. package/dist/collection/assets/debug.js +9 -2536
  47. package/dist/collection/assets/editor-example-1.js +27 -0
  48. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +54 -8
  49. package/dist/collection/components/kup-box/kup-box.css +19 -3
  50. package/dist/collection/components/kup-chip/kup-chip.js +6 -4
  51. package/dist/collection/components/kup-combobox/kup-combobox.js +23 -1
  52. package/dist/collection/components/kup-data-table/kup-data-table-helper.js +2 -2
  53. package/dist/collection/components/kup-data-table/kup-data-table.css +1 -1
  54. package/dist/collection/components/kup-data-table/kup-data-table.js +51 -28
  55. package/dist/collection/components/kup-editor/kup-editor-declarations.js +1 -1
  56. package/dist/collection/components/kup-editor/kup-editor.js +44 -34
  57. package/dist/collection/components/kup-family-tree/kup-family-tree.js +2 -2
  58. package/dist/collection/components/kup-file-upload/kup-file-upload.js +2 -2
  59. package/dist/collection/components/kup-form/kup-form.js +2 -2
  60. package/dist/collection/components/kup-htm/kup-htm.js +1 -1
  61. package/dist/collection/components/kup-image-list/kup-image-list.css +4 -0
  62. package/dist/collection/components/kup-image-list/kup-image-list.js +65 -8
  63. package/dist/collection/components/kup-input-panel/kup-input-panel.js +21 -11
  64. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  65. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  66. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  67. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  68. package/dist/collection/components/kup-object-field/kup-object-field.js +1 -1
  69. package/dist/collection/components/kup-pdf/kup-pdf.js +1 -1
  70. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  72. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +2 -2
  73. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +2 -2
  74. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +3 -3
  75. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +5 -5
  76. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +2 -2
  77. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  78. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  79. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  80. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  81. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  82. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  83. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  84. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  85. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  86. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  87. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  88. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  89. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  90. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  91. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  92. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  93. package/dist/collection/components/kup-tree/kup-tree.js +11 -8
  94. package/dist/collection/components/kup-txt/kup-txt.js +1 -1
  95. package/dist/collection/components/kup-typography/kup-typography.js +2 -2
  96. package/dist/collection/components/kup-typography-list/kup-typography-list.js +1 -1
  97. package/dist/collection/f-components/f-cell/f-cell-declarations.js +2 -0
  98. package/dist/collection/f-components/f-cell/f-cell.js +34 -7
  99. package/dist/collection/f-components/f-chip/f-chip-declarations.js +1 -0
  100. package/dist/collection/f-components/f-chip/f-chip.js +8 -2
  101. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +2 -2
  102. package/dist/collection/managers/kup-data/kup-data-declarations.js +5 -0
  103. package/dist/collection/managers/kup-data/kup-data.js +2 -0
  104. package/dist/collection/managers/kup-dates/kup-dates.js +3 -7
  105. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  106. package/dist/collection/utils/cell-utils.js +21 -7
  107. package/dist/collection/utils/filters/filters.js +7 -4
  108. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +3 -4
  109. package/dist/components/index.js +1 -1
  110. package/dist/components/kup-accordion.js +25 -20
  111. package/dist/components/kup-activity-timeline.js +25 -20
  112. package/dist/components/kup-autocomplete.js +1 -1
  113. package/dist/components/kup-badge.js +1 -1
  114. package/dist/components/kup-box.js +1 -1
  115. package/dist/components/kup-button-list.js +1 -1
  116. package/dist/components/kup-button.js +1 -1
  117. package/dist/components/kup-calendar.js +26 -21
  118. package/dist/components/kup-card-list.js +27 -22
  119. package/dist/components/kup-card.js +1 -1
  120. package/dist/components/kup-cell.js +25 -20
  121. package/dist/components/kup-chart.js +1 -1
  122. package/dist/components/kup-checkbox.js +1 -1
  123. package/dist/components/kup-chip.js +1 -1
  124. package/dist/components/kup-color-picker.js +1 -1
  125. package/dist/components/kup-combobox.js +1 -1
  126. package/dist/components/kup-custom-task-list-header.js +1 -1
  127. package/dist/components/kup-custom-task-list-table.js +1 -1
  128. package/dist/components/kup-dashboard.js +25 -20
  129. package/dist/components/kup-data-table.js +1 -1
  130. package/dist/components/kup-date-picker.js +1 -1
  131. package/dist/components/kup-dialog.js +1 -1
  132. package/dist/components/kup-drawer.js +25 -20
  133. package/dist/components/kup-dropdown-button.js +1 -1
  134. package/dist/components/kup-echart.js +1 -1
  135. package/dist/components/kup-editor.js +1 -1
  136. package/dist/components/kup-family-tree.js +29 -24
  137. package/dist/components/kup-file-upload.js +1 -1
  138. package/dist/components/kup-form.js +1 -1
  139. package/dist/components/kup-gantt-calendar.js +1 -1
  140. package/dist/components/kup-gantt.js +1 -1
  141. package/dist/components/kup-gauge.js +1 -1
  142. package/dist/components/kup-grid-renderer.js +1 -1
  143. package/dist/components/kup-grid.js +1 -1
  144. package/dist/components/kup-horizontal-scroll.js +1 -1
  145. package/dist/components/kup-htm.js +26 -21
  146. package/dist/components/kup-iframe.js +25 -20
  147. package/dist/components/kup-image-list.js +1 -565
  148. package/dist/components/kup-image.js +1 -1
  149. package/dist/components/kup-input-panel.js +46 -32
  150. package/dist/components/kup-lazy.js +36 -31
  151. package/dist/components/kup-list.js +1 -1
  152. package/dist/components/kup-magic-box.js +32 -27
  153. package/dist/components/kup-nav-bar.js +26 -21
  154. package/dist/components/kup-numeric-picker.js +26 -21
  155. package/dist/components/kup-object-field.js +26 -21
  156. package/dist/components/kup-pdf.js +26 -21
  157. package/dist/components/kup-planner-renderer.js +1 -1
  158. package/dist/components/kup-planner.js +47 -42
  159. package/dist/components/kup-probe.js +26 -21
  160. package/dist/components/kup-progress-bar.js +1 -1
  161. package/dist/components/kup-qlik.js +26 -21
  162. package/dist/components/kup-radio.js +1 -1
  163. package/dist/components/kup-rating.js +1 -1
  164. package/dist/components/kup-snackbar.js +26 -21
  165. package/dist/components/kup-spinner.js +1 -1
  166. package/dist/components/kup-standard-tooltip.js +1 -1
  167. package/dist/components/kup-switch.js +1 -1
  168. package/dist/components/kup-switcher.js +1 -1
  169. package/dist/components/kup-tab-bar.js +1 -1
  170. package/dist/components/kup-task-gantt.js +1 -1
  171. package/dist/components/kup-task-list-header.js +1 -1
  172. package/dist/components/kup-task-list-table.js +1 -1
  173. package/dist/components/kup-task-list.js +1 -1
  174. package/dist/components/kup-text-field.js +1 -1
  175. package/dist/components/kup-time-picker.js +1 -1
  176. package/dist/components/kup-toolbar.js +1 -1
  177. package/dist/components/kup-tooltip.js +1 -1
  178. package/dist/components/kup-tree.js +1 -1
  179. package/dist/components/kup-txt.js +26 -21
  180. package/dist/components/kup-typography-list.js +26 -21
  181. package/dist/components/kup-typography.js +27 -22
  182. package/dist/components/kup-vertical-scroll.js +1 -1
  183. package/dist/components/{p-7bdb5142.js → p-03924c38.js} +69 -54
  184. package/dist/components/{p-6992b96f.js → p-28774fba.js} +4 -4
  185. package/dist/components/{p-de04aef6.js → p-28f24feb.js} +17 -17
  186. package/dist/components/{p-6bfda249.js → p-33cf89e0.js} +1 -1
  187. package/dist/components/{p-8472facf.js → p-34ed7a73.js} +2 -2
  188. package/dist/components/{p-286915d4.js → p-3901ad05.js} +25 -20
  189. package/dist/components/{p-0e85ab66.js → p-394a36af.js} +3 -3
  190. package/dist/components/{p-55542b47.js → p-46ec5845.js} +1 -1
  191. package/dist/components/{p-67ba8cd7.js → p-5579a90c.js} +1 -1
  192. package/dist/components/{p-c7c7f760.js → p-57a120a5.js} +1 -1
  193. package/dist/components/{p-c325da75.js → p-5db0bb55.js} +4 -4
  194. package/dist/components/{p-3b4cdace.js → p-7aa9d49d.js} +7 -7
  195. package/dist/components/{p-a22e5ee4.js → p-80b94551.js} +25 -20
  196. package/dist/components/{p-3ba7c133.js → p-89ff2fea.js} +26 -21
  197. package/dist/components/{p-1581348d.js → p-9d9181cf.js} +3 -7
  198. package/dist/components/{p-97053b4d.js → p-af0a6cfe.js} +2 -2
  199. package/dist/components/{p-d0e33e04.js → p-b45eb398.js} +14 -14
  200. package/dist/components/{p-f2e153e3.js → p-b87bd975.js} +5 -5
  201. package/dist/components/{p-d7136d08.js → p-d3a8c2ba.js} +2 -2
  202. package/dist/components/{p-bd3047ee.js → p-daa07bb7.js} +1 -1
  203. package/dist/components/{p-55fda958.js → p-dd93c5e7.js} +1553 -759
  204. package/dist/components/{p-9859e801.js → p-df77b97b.js} +43 -17
  205. package/dist/esm/{f-cell-ae0c965d.js → f-cell-d72f5a9c.js} +38 -11
  206. package/dist/esm/{f-chip-29242e70.js → f-chip-663db488.js} +11 -2
  207. package/dist/esm/{f-object-field-75069ac2.js → f-object-field-afe7604f.js} +2 -2
  208. package/dist/esm/{f-paginator-utils-212f93c3.js → f-paginator-utils-b6924c55.js} +1 -1
  209. package/dist/esm/{f-text-field-ebe023fb.js → f-text-field-40f1ad00.js} +1 -1
  210. package/dist/esm/index-9b0f4a0d.js +2 -6
  211. package/dist/esm/index.js +2 -2
  212. package/dist/esm/ketchup.js +1 -1
  213. package/dist/esm/kup-accordion.entry.js +2 -2
  214. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  215. package/dist/esm/{kup-autocomplete_29.entry.js → kup-autocomplete_30.entry.js} +1611 -1180
  216. package/dist/esm/kup-box.entry.js +9 -9
  217. package/dist/esm/kup-calendar.entry.js +3 -3
  218. package/dist/esm/kup-card-list.entry.js +2 -2
  219. package/dist/esm/kup-cell.entry.js +6 -6
  220. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  221. package/dist/esm/kup-dashboard.entry.js +3 -3
  222. package/dist/esm/{kup-data-table-helper-ca11e6e9.js → kup-data-table-helper-8f020338.js} +2 -2
  223. package/dist/esm/{kup-dates-da19044e.js → kup-dates-77f1a451.js} +3 -7
  224. package/dist/esm/kup-drawer.entry.js +2 -2
  225. package/dist/esm/kup-echart.entry.js +2 -2
  226. package/dist/esm/kup-editor.entry.js +45 -35
  227. package/dist/esm/kup-family-tree.entry.js +4 -4
  228. package/dist/esm/kup-gantt_10.entry.js +25 -25
  229. package/dist/esm/kup-grid.entry.js +2 -2
  230. package/dist/esm/kup-htm.entry.js +3 -3
  231. package/dist/esm/kup-iframe.entry.js +2 -2
  232. package/dist/esm/kup-input-panel.entry.js +25 -16
  233. package/dist/esm/kup-lazy.entry.js +13 -13
  234. package/dist/esm/kup-magic-box.entry.js +5 -5
  235. package/dist/esm/{kup-manager-63a8048f.js → kup-manager-b367be3b.js} +43 -17
  236. package/dist/esm/kup-nav-bar.entry.js +3 -3
  237. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  238. package/dist/esm/kup-object-field.entry.js +5 -5
  239. package/dist/esm/kup-pdf.entry.js +3 -3
  240. package/dist/esm/{kup-planner-renderer-helper-4952d0a1.js → kup-planner-renderer-helper-373880b5.js} +1 -1
  241. package/dist/esm/kup-planner-renderer.entry.js +4 -4
  242. package/dist/esm/kup-planner.entry.js +4 -4
  243. package/dist/esm/kup-probe.entry.js +3 -3
  244. package/dist/esm/kup-qlik.entry.js +3 -3
  245. package/dist/esm/kup-snackbar.entry.js +3 -3
  246. package/dist/esm/kup-txt.entry.js +3 -3
  247. package/dist/esm/kup-typography-list.entry.js +3 -3
  248. package/dist/esm/kup-typography.entry.js +4 -4
  249. package/dist/esm/loader.js +1 -1
  250. package/dist/ketchup/index.esm.js +1 -1
  251. package/dist/ketchup/ketchup.esm.js +1 -1
  252. package/dist/ketchup/{p-9b200a90.entry.js → p-006b5782.entry.js} +1 -1
  253. package/dist/ketchup/p-058def11.entry.js +1 -0
  254. package/dist/ketchup/{p-5bf3d60d.entry.js → p-0666ba27.entry.js} +1 -1
  255. package/dist/ketchup/{p-b91e3bae.entry.js → p-17b25b3d.entry.js} +1 -1
  256. package/dist/ketchup/{p-4365fbd3.entry.js → p-26206b66.entry.js} +3 -3
  257. package/dist/ketchup/{p-bc789017.entry.js → p-26a20d81.entry.js} +1 -1
  258. package/dist/ketchup/p-2958b4e6.entry.js +8 -0
  259. package/dist/ketchup/{p-e705eb4a.js → p-2e012afe.js} +1 -1
  260. package/dist/ketchup/{p-6f1dec16.entry.js → p-32ced542.entry.js} +1 -1
  261. package/dist/ketchup/{p-6b529a6f.entry.js → p-43bfca60.entry.js} +2 -2
  262. package/dist/ketchup/{p-11e54526.entry.js → p-4735c623.entry.js} +1 -1
  263. package/dist/ketchup/{p-8ba1d444.entry.js → p-4af4b7d3.entry.js} +1 -1
  264. package/dist/ketchup/{p-e7293ae8.entry.js → p-4c8edfb1.entry.js} +1 -1
  265. package/dist/ketchup/{p-610faea9.js → p-51cc836a.js} +1 -1
  266. package/dist/ketchup/{p-43f12940.entry.js → p-5bf264dd.entry.js} +1 -1
  267. package/dist/ketchup/{p-0f9b546a.js → p-5f645f29.js} +1 -1
  268. package/dist/ketchup/{p-fb7c0958.entry.js → p-62edfd5a.entry.js} +1 -1
  269. package/dist/ketchup/p-6b185239.entry.js +1 -0
  270. package/dist/ketchup/{p-a2d40711.entry.js → p-6e6d3296.entry.js} +1 -1
  271. package/dist/ketchup/{p-260587c5.entry.js → p-75deebdb.entry.js} +1 -1
  272. package/dist/ketchup/{p-7dfc42f0.entry.js → p-8bc2888a.entry.js} +1 -1
  273. package/dist/ketchup/p-8be7a37f.js +1 -0
  274. package/dist/ketchup/{p-9baa1d6d.entry.js → p-928adf93.entry.js} +1 -1
  275. package/dist/ketchup/{p-434f2c39.entry.js → p-941beedb.entry.js} +1 -1
  276. package/dist/ketchup/{p-7b326bde.entry.js → p-9c13c092.entry.js} +1 -1
  277. package/dist/ketchup/{p-b068a383.entry.js → p-9ff4c3e5.entry.js} +1 -1
  278. package/dist/ketchup/{p-eb090acd.entry.js → p-b0550f15.entry.js} +2 -2
  279. package/dist/ketchup/p-b39c7a22.js +1 -0
  280. package/dist/ketchup/{p-c8cd012e.entry.js → p-b9350213.entry.js} +1 -1
  281. package/dist/ketchup/{p-4677cfd1.entry.js → p-c0928fec.entry.js} +1 -1
  282. package/dist/ketchup/{p-4cfa35bc.js → p-c109ce22.js} +1 -1
  283. package/dist/ketchup/{p-d84e4e90.entry.js → p-c2531d28.entry.js} +1 -1
  284. package/dist/ketchup/{p-1ee561ba.js → p-cabebabc.js} +1 -1
  285. package/dist/ketchup/p-d49f1a0d.js +1 -0
  286. package/dist/ketchup/{p-8610d5b5.js → p-d696e519.js} +3 -3
  287. package/dist/ketchup/{p-3533879b.entry.js → p-def6d8b4.entry.js} +1 -1
  288. package/dist/ketchup/p-eb771c1b.entry.js +1 -0
  289. package/dist/ketchup/{p-81743364.entry.js → p-ebf955a8.entry.js} +1 -1
  290. package/dist/ketchup/{p-f87b7768.entry.js → p-ec1129bf.entry.js} +1 -1
  291. package/dist/ketchup/{p-fe42ae2d.entry.js → p-f2bfb53c.entry.js} +1 -1
  292. package/dist/ketchup/{p-6c41cd20.entry.js → p-fac09a35.entry.js} +1 -1
  293. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +6 -1
  294. package/dist/types/components/kup-combobox/kup-combobox.d.ts +4 -0
  295. package/dist/types/components/kup-data-table/kup-data-table.d.ts +1 -1
  296. package/dist/types/components/kup-editor/kup-editor-declarations.d.ts +2 -2
  297. package/dist/types/components/kup-image-list/kup-image-list.d.ts +11 -0
  298. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +1 -4
  299. package/dist/types/components.d.ts +39 -1
  300. package/dist/types/f-components/f-cell/f-cell-declarations.d.ts +3 -1
  301. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +3 -0
  302. package/dist/types/managers/kup-data/kup-data-declarations.d.ts +5 -1
  303. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  304. package/dist/types/utils/cell-utils.d.ts +1 -1
  305. package/dist/types/utils/kup-column-menu/kup-column-menu.d.ts +2 -2
  306. package/package.json +1 -1
  307. package/dist/cjs/kup-image-list.cjs.entry.js +0 -404
  308. package/dist/esm/kup-image-list.entry.js +0 -400
  309. package/dist/ketchup/p-102d35b1.js +0 -1
  310. package/dist/ketchup/p-4a64f9f2.entry.js +0 -1
  311. package/dist/ketchup/p-5d28e8e0.entry.js +0 -8
  312. package/dist/ketchup/p-7375d456.js +0 -1
  313. package/dist/ketchup/p-93541362.entry.js +0 -1
  314. package/dist/ketchup/p-b6beace3.entry.js +0 -1
  315. package/dist/ketchup/p-da694791.js +0 -1
  316. package/dist/ketchup/p-fb82cad9.entry.js +0 -1
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a7 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aF as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-63a8048f.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-ca11e6e9.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-b367be3b.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-8f020338.js';
4
4
  import { F as FImage } from './f-image-a2ecd7c3.js';
5
- import { d as FChip } from './f-chip-29242e70.js';
5
+ import { d as FChip } from './f-chip-663db488.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-ae0c965d.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-212f93c3.js';
7
+ import { F as FCell } from './f-cell-d72f5a9c.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-b6924c55.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
- import './kup-dates-da19044e.js';
10
+ import './kup-dates-77f1a451.js';
11
11
  import './f-button-3c8f4506.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-5cdd1cad.js';
14
- import './f-object-field-75069ac2.js';
15
- import './f-text-field-ebe023fb.js';
14
+ import './f-object-field-afe7604f.js';
15
+ import './f-text-field-40f1ad00.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -78,7 +78,7 @@ class KupBoxState {
78
78
  }
79
79
  }
80
80
 
81
- const kupBoxCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_box_background_color:var(--kup-box-background-color, var(--kup-layer-1));--kup_box_background_color_hover:var(\n --kup-box-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_box_background_color_selected:var(\n --kup-box-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_box_text_color:var(--kup-box-text-color, var(--kup-text-secondary));--kup_box_grid_gap:var(--kup-box-grid-gap, var(--kup-space-03));--kup_box_transition:var(--kup-box-transition, 0.25s);--kup_box_border_color_drag:var(--kup-box-border-color-drag, var(--kup-border-interactive))\n display: block;--kup_box_padding:var(--kup-box-padding, var(--kup-space-05))}.box-component{transition:border var(--kup_box_transition) ease}.box-component[kup-drag-over]{position:relative;border:3px dashed var(--kup_box_border_color_drag)}#box-container{display:grid;grid-gap:var(--kup_box_grid_gap);color:var(--kup_box_text_color);overflow:auto}#box-container.is-kanban .kanban-section{overflow:auto}#box-container.is-kanban .box-wrapper{padding-top:1em}#box-container.is-kanban .box-wrapper .box{overflow:auto}#box-container *:not(.progress-bar-percentage){box-sizing:border-box}#box-container .box-wrapper{display:flex;align-items:center;background-color:var(--kup_box_background_color);border-radius:var(--kup-radius-00)}#box-container .box-wrapper:hover{background-color:var(--kup_box_background_color_hover)}#box-container .box-wrapper.selected{background-color:var(--kup_box_background_color_selected)}#box-container .box-wrapper.selected .box-section.titled>h3{background-color:transparent}#box-container .box-wrapper .box{flex-grow:1;cursor:pointer;position:relative;display:flex;padding:var(--kup_box_padding);transition:background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease}#box-container .box-wrapper .box.draggable{touch-action:none;user-select:none}#box-container .box-wrapper .box.column{flex-direction:column}#box-container .box-wrapper .box[kup-draggable]{opacity:0.5}#box-container .box-wrapper .box[kup-drag-over]{border:3px dashed var(--kup_box_border_color_drag);position:relative;z-index:2}#box-container .box-wrapper .box .box-section{display:flex;flex-direction:row;flex:1 1 1%;flex-wrap:wrap}#box-container .box-wrapper .box .box-section.column{flex-direction:column;justify-content:center;flex-wrap:unset}#box-container .box-wrapper .box .box-section.column>.box-section{flex:0 0 auto}#box-container .box-wrapper .box .box-section.grid{display:grid}#box-container .box-wrapper .box .box-section .box-object{min-height:16px}#box-container .box-wrapper .box .box-section .box-object img{height:auto}#box-container .box-wrapper .box .box-section.collapse-section .header{border-top:1px solid var(--kup-border-subtle);color:rgba(var(--kup-text-secondary-rgb), 0.75);display:flex;justify-content:space-around;width:100%}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content{margin:0.5em;display:flex;align-items:center}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image{transition:transform 0.15s}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled{transform:rotate(-180deg)}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon{margin:0;-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}#box-container .box-wrapper .box .box-section.collapse-section .content{display:none;width:100%}#box-container .box-wrapper .box .box-section.collapse-section.open .content{display:block}#box-container .box-wrapper .box .box-section.titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}#box-container .box-wrapper .box .box-section.titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}#box-container .box-wrapper .box .box-selection{position:absolute;top:0.5em;right:0.5em;z-index:1}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler{position:relative;width:24px;height:24px;margin-left:3px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler svg{cursor:pointer;opacity:0;fill:var(--kup-text-color);transition:opacity 300ms ease-out}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu{background:var(--kup-background-color);border:1px solid var(--kup-border-subtle);box-shadow:0px 0px 7.5px 0px rgba(128, 128, 128, 0.5);position:absolute;top:0;right:24px;display:none;z-index:10}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul{list-style-type:none;margin:0;padding:0}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li{cursor:pointer;white-space:nowrap;padding:0 12px;display:flex;align-items:center;line-height:30px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li:not(:last-child){border-bottom:1px solid var(--kup-border-subtle)}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu.open{display:block}#box-container .box-wrapper:hover .row-actions-wrapper .row-actions-toggler svg{opacity:1}#sort-panel,#global-filter{margin-bottom:1em}:host(.kup-center-aligned) #kup-component .box-section{text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell img{margin:auto}:host(.kup-right-aligned) #kup-component .box-section{text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell img{margin-left:auto;margin-right:0}:host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-start}:host(.kup-bottom-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-end}:host(.kup-flat-on-hover) #box-container .box-wrapper .box:hover{box-shadow:none}:host(.kup-shaped) .box{border-radius:10px}:host(.kup-round) .box{border-radius:25px}:host(.kup-dashed-sections) .box-section{border:2px dashed var(--kup-text-color)}:host(:not(.kup-paddingless)) #box-container .box .box-section .box-object{padding:1px 4px}:host(:not(.kup-paddingless)) #box-container .box .box-section.last-child{padding:3px 4px}:host(.kup-danger){--kup-box-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-box-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-box-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-box-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-box-primary-color-rgb:var(--kup-warning-color-rgb)}";
81
+ const kupBoxCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{--kup_box_background_color:var(\n --kup-box-background-color,\n var(--kup-layer-1)\n );--kup_box_background_color_hover:var(\n --kup-box-background-color-hover,\n var(--kup-layer-1-hover)\n );--kup_box_background_color_selected:var(\n --kup-box-background-color-selected,\n var(--kup-layer-1-selected)\n );--kup_box_text_color:var(--kup-box-text-color, var(--kup-text-secondary));--kup_box_grid_gap:var(--kup-box-grid-gap, var(--kup-space-03));--kup_box_transition:var(--kup-box-transition, 0.25s);--kup_box_border_color_drag:var(\n --kup-box-border-color-drag,\n var(--kup-border-interactive)\n );display:block;--kup_box_padding:var(--kup-box-padding, var(--kup-space-05));--kup_box_border_radius:var(--kup-box-border-radius, var(--kup-radius-00));--kup_box_border_color:var(\n --kup-box-border-color,\n var(--kup-primary-color-60)\n );--kup_box_border_width:var(--kup-box-border-width, 0);--kup_box_border_style:var(--kup-box-border-style, none)}.box-component{transition:border var(--kup_box_transition) ease}.box-component[kup-drag-over]{position:relative;border:3px dashed var(--kup_box_border_color_drag)}#box-container{display:grid;grid-gap:var(--kup_box_grid_gap);color:var(--kup_box_text_color);overflow:auto}#box-container.is-kanban .kanban-section{overflow:auto}#box-container.is-kanban .box-wrapper{padding-top:1em}#box-container.is-kanban .box-wrapper .box{overflow:auto}#box-container *:not(.progress-bar-percentage){box-sizing:border-box}#box-container .box-wrapper{display:flex;align-items:center;background-color:var(--kup_box_background_color);border-radius:var(--kup_box_border_radius);border-color:var(--kup_box_border_color);border-width:var(--kup_box_border_width);border-style:var(--kup_box_border_style)}#box-container .box-wrapper:hover{background-color:var(--kup_box_background_color_hover)}#box-container .box-wrapper.selected{background-color:var(--kup_box_background_color_selected)}#box-container .box-wrapper.selected .box-section.titled>h3{background-color:transparent}#box-container .box-wrapper .box{flex-grow:1;cursor:pointer;position:relative;display:flex;padding:var(--kup_box_padding);transition:background-color var(--kup_box_transition) ease, box-shadow var(--kup_box_transition) ease, border var(--kup_box_transition) ease}#box-container .box-wrapper .box.draggable{touch-action:none;user-select:none}#box-container .box-wrapper .box.column{flex-direction:column}#box-container .box-wrapper .box[kup-draggable]{opacity:0.5}#box-container .box-wrapper .box[kup-drag-over]{border:3px dashed var(--kup_box_border_color_drag);position:relative;z-index:2}#box-container .box-wrapper .box .box-section{display:flex;flex-direction:row;flex:1 1 1%;flex-wrap:wrap}#box-container .box-wrapper .box .box-section.column{flex-direction:column;justify-content:center;flex-wrap:unset}#box-container .box-wrapper .box .box-section.column>.box-section{flex:0 0 auto}#box-container .box-wrapper .box .box-section.grid{display:grid}#box-container .box-wrapper .box .box-section .box-object{min-height:16px}#box-container .box-wrapper .box .box-section .box-object img{height:auto}#box-container .box-wrapper .box .box-section.collapse-section .header{border-top:1px solid var(--kup-border-subtle);color:rgba(var(--kup-text-secondary-rgb), 0.75);display:flex;justify-content:space-around;width:100%}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content{margin:0.5em;display:flex;align-items:center}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image{transition:transform 0.15s}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .f-image.toggled{transform:rotate(-180deg)}#box-container .box-wrapper .box .box-section.collapse-section .header .header-content .kup-icon.kup-dropdown-icon{margin:0;-webkit-mask:var(--kup-dropdown-icon);mask:var(--kup-dropdown-icon)}#box-container .box-wrapper .box .box-section.collapse-section .content{display:none;width:100%}#box-container .box-wrapper .box .box-section.collapse-section.open .content{display:block}#box-container .box-wrapper .box .box-section.titled{border:1px solid var(--kup-border-subtle);padding-top:5px;position:relative;margin:10px}#box-container .box-wrapper .box .box-section.titled>h3{background:var(--kup-background-color);font-size:calc(var(--kup-font-size) * 1.15);position:absolute;margin:0px;padding:0 8px;top:-11px;left:5px;transition:background-color 0.25s ease}#box-container .box-wrapper .box .box-selection{position:absolute;top:0.5em;right:0.5em;z-index:1}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler{position:relative;width:24px;height:24px;margin-left:3px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler svg{cursor:pointer;opacity:0;fill:var(--kup-text-color);transition:opacity 300ms ease-out}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu{background:var(--kup-background-color);border:1px solid var(--kup-border-subtle);box-shadow:0px 0px 7.5px 0px rgba(128, 128, 128, 0.5);position:absolute;top:0;right:24px;display:none;z-index:10}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul{list-style-type:none;margin:0;padding:0}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li{cursor:pointer;white-space:nowrap;padding:0 12px;display:flex;align-items:center;line-height:30px}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu ul>li:not(:last-child){border-bottom:1px solid var(--kup-border-subtle)}#box-container .box-wrapper .row-actions-wrapper .row-actions-toggler .row-action-menu.open{display:block}#box-container .box-wrapper:hover .row-actions-wrapper .row-actions-toggler svg{opacity:1}#sort-panel,#global-filter{margin-bottom:1em}:host(.kup-center-aligned) #kup-component .box-section{text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:center;margin:auto;text-align:center}:host(.kup-center-aligned) #kup-component .box-section .f-cell img{margin:auto}:host(.kup-right-aligned) #kup-component .box-section{text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell .f-cell__content{justify-content:flex-end;margin-left:auto;margin-right:0;text-align:right}:host(.kup-right-aligned) #kup-component .box-section .f-cell img{margin-left:auto;margin-right:0}:host(.kup-top-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-start}:host(.kup-bottom-aligned) #box-container .box-wrapper .box .box-section .column{justify-content:flex-end}:host(.kup-flat-on-hover) #box-container .box-wrapper .box:hover{box-shadow:none}:host(.kup-shaped) .box{border-radius:10px}:host(.kup-round) .box{border-radius:25px}:host(.kup-dashed-sections) .box-section{border:2px dashed var(--kup-text-color)}:host(:not(.kup-paddingless)) #box-container .box .box-section .box-object{padding:1px 4px}:host(:not(.kup-paddingless)) #box-container .box .box-section.last-child{padding:3px 4px}:host(.kup-danger){--kup-box-primary-color-rgb:var(--kup-danger-color-rgb)}:host(.kup-info){--kup-box-primary-color-rgb:var(--kup-info-color-rgb)}:host(.kup-secondary){--kup-box-primary-color-rgb:var(--kup-secondary-color-rgb)}:host(.kup-success){--kup-box-primary-color-rgb:var(--kup-success-color-rgb)}:host(.kup-warning){--kup-box-primary-color-rgb:var(--kup-warning-color-rgb)}";
82
82
  const KupBoxStyle0 = kupBoxCss;
83
83
 
84
84
  var __classPrivateFieldGet = (undefined && undefined.__classPrivateFieldGet) || function (receiver, state, kind, f) {
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3c8f4506.js';
5
- import { d as FChip, F as FChipType } from './f-chip-29242e70.js';
6
- import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-da19044e.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-663db488.js';
6
+ import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-77f1a451.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-a2ecd7c3.js';
9
9
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ah as getCellValueForDisplay } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-card-list component.
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, i as FCellPadding, az as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aA as submitPositionAdapter, b as KupLanguageGeneric, aB as KupCellProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3c8f4506.js';
5
- import { F as FCell } from './f-cell-ae0c965d.js';
6
- import './kup-dates-da19044e.js';
5
+ import { F as FCell } from './f-cell-d72f5a9c.js';
6
+ import './kup-dates-77f1a451.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-a2ecd7c3.js';
9
9
  import './f-checkbox-5cdd1cad.js';
10
- import './f-chip-29242e70.js';
11
- import './f-object-field-75069ac2.js';
12
- import './f-text-field-ebe023fb.js';
10
+ import './f-chip-663db488.js';
11
+ import './f-object-field-afe7604f.js';
12
+ import './f-text-field-40f1ad00.js';
13
13
 
14
14
  const kupCellCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-body-compact-01-font-size, 14px);line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);font-size:var(--kup-body-01-font-size, 14px);line-height:20px;font-weight:400;letter-spacing:0.16px}.kup-code-01{font-family:var(--kup-font-family-monospace);font-size:12px;line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-label-01{font-family:var(--kup-font-family);font-size:var(--kup-label-01-font-size, 12px);line-height:16px;font-weight:400;letter-spacing:0.32px}.kup-caption-02{font-family:var(--kup-font-family);font-size:12px;line-height:15px;font-weight:500;letter-spacing:1px}.kup-caption-01{font-family:var(--kup-font-family);font-size:10px;line-height:13px;font-weight:400;letter-spacing:1px}.kup-small-label-01{font-family:var(--kup-font-family);font-size:6px;line-height:9px;font-weight:400;letter-spacing:1px}.kup-heading-compact-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-compact-01-font-size, 14px);line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);font-size:var(--kup-heading-01-font-size, 14px);line-height:20px;font-weight:600;letter-spacing:0.16px}.kup-heading-02{font-family:var(--kup-font-family);font-size:16px;line-height:24px;font-weight:500;letter-spacing:0}.kup-heading-03{font-family:var(--kup-font-family);font-size:20px;line-height:28px;font-weight:400;letter-spacing:0}.kup-heading-04{font-family:var(--kup-font-family);font-size:28px;line-height:36px;font-weight:400;letter-spacing:0}.kup-heading-05{font-family:var(--kup-font-family);font-size:32px;line-height:40px;font-weight:300;letter-spacing:0}.kup-heading-06{font-family:var(--kup-font-family);font-size:42px;line-height:50px;font-weight:300;letter-spacing:0}.kup-heading-07{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:300;letter-spacing:0}.kup-heading-08{font-family:var(--kup-font-family);font-size:54px;line-height:64px;font-weight:600;letter-spacing:0}:host{display:block;height:fit-content;width:100%}#kup-component{height:fit-content;width:100%}";
15
15
  const KupCellStyle0 = kupCellCss;
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, h, F as Fragment } from './index-9b0f4a0d.js';
2
- import { a as KupDates, c as commonjsGlobal } from './kup-dates-da19044e.js';
2
+ import { a as KupDates, c as commonjsGlobal } from './kup-dates-77f1a451.js';
3
3
  import { d as createArrayFromNum, i as isKeyboardEvent, g as getProgressPoint, h as handleTaskBySVGMouseEvent } from './bar.helpers-23a51579.js';
4
4
  import { d as defaultDateTimeFormatters, a as getDaysInMonth, b as getCachedDateTimeFormat, c as getLocalDayOfWeek, e as getLocaleMonth } from './kup-planner-time-formatter-ddf84f9b.js';
5
5
  import { d as defaultStylingOptions } from './kup-planner-declarations-0704bc6c.js';
@@ -17,11 +17,11 @@ const KupCustomTaskListHeader = class {
17
17
  this.fontSize = undefined;
18
18
  }
19
19
  render() {
20
- return (h("div", { key: '33245e08161295211411d94a27c5e46c8a9e74a8', class: "custom-task-list-wrapper", style: {
20
+ return (h("div", { key: '7afe903d27c39f08ffa24b06aafdbd0d86cc99db', class: "custom-task-list-wrapper", style: {
21
21
  height: '25px',
22
22
  fontFamily: this.fontFamily,
23
23
  fontSize: this.fontSize,
24
- } }, h("div", { key: '861e3907dc529a0122be88aa3f8a1755976bc2f6', class: "title" }, h("span", { key: '216c0bd6ac823835293a11574813a301f33c799e' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: 'e5240616b01b69a9db3d981cacff68e60df1c946', class: "toggler" }, h("label", { key: 'bf7b08069d191d714255d4dc8664b9670e4f8fc7', htmlFor: "ch2", class: "switch" }, h("input", { key: '52d4fb8b92625ca3370e2240b91083bed92108d4', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: '4da82173fff13bf125442b5565ca92cc92875292', class: "slider" })), h("span", { key: '48712e0b9ca8bb2cc06109550c0431b279405671', class: "label" }, "Previsioni")))));
24
+ } }, h("div", { key: '9786f5c6cc683bed20126fd095935b1881088b1d', class: "title" }, h("span", { key: 'c4d4589f9ee3440fe94791b07ccb95afa769062c' }, this.label)), this.setDoubleView !== undefined && (h("div", { key: '388a0520f64adf2d1bba10282680523c0b4d9b6c', class: "toggler" }, h("label", { key: '9e0f2aeec4f12ddc461e90e8090cdd1d02a4c6c6', htmlFor: "ch2", class: "switch" }, h("input", { key: 'd3b016d5d3435f718723ee45a81660624e526769', class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { key: 'e9d77a0baea6b4a030f30d497e977911865c73a6', class: "slider" })), h("span", { key: '6acfe980e9e18d7bde234f99ba418b22a2304ae7', class: "label" }, "Previsioni")))));
25
25
  }
26
26
  };
27
27
  KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
@@ -385,11 +385,11 @@ const KupGanttCalendar = class {
385
385
  this.simplifiedHeader =
386
386
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
387
387
  const [topValues, bottomValues] = this.getTopAndBottomValues();
388
- return (h("svg", { key: 'c71c61e5c37f4530b2038d53a5b2114fd77c0431', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'a62704ca526c2639b86c5b6b13b534f59633a77e', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '416e790f8caf4da15f37b3fb8ca50a53aa98d929', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
388
+ return (h("svg", { key: '6969f03c8f75737ce4c42469a456069d0e3ced67', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'c77177ccec8559de2e61d59b3fe235843af260ab', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: 'd319809f4de45c9b9ed32c07caeb672cfcab004b', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
389
389
  ? topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
390
390
  : topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
391
391
  // current date indicator
392
- h("circle", { key: '89a09b1017a8f26e9829b4d90fded011b94065df', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
392
+ h("circle", { key: '90b8cd4be3694ab5827a64b8bc1b66da57e0c316', fill: this.currentDateIndicator.color, cx: this.currentDateIndicator.x + 2.5, cy: this.headerHeight - 8, r: "8" })))));
393
393
  }
394
394
  };
395
395
  KupGanttCalendar.style = KupGanttCalendarStyle0;
@@ -1445,13 +1445,13 @@ const KupGridRenderer = class {
1445
1445
  // }
1446
1446
  tickX += this.columnWidth;
1447
1447
  }
1448
- return (h("svg", { key: 'caa01f0da8b796f2972c52d18a63510e4cab22c2', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '1377b19304f24fd394d75794f7183cc89c728377', class: "grid" }, h("g", { key: 'cd8cee8227450acaa394faf454a593a1e3b0af8f', class: "rows" }, gridRows), h("g", { key: 'ca228cfc5d0e230c57aef7ef9b1cd8c72112309a', class: "rowLines" }, rowLines), h("g", { key: 'a6a07df3c74daffcdd48ccc953b50d4341ea5390', class: "ticks" }, ticks)), h("g", { key: 'bb063d608999fb4c40079dae6cb7a2fd54041c57', class: "content" }, this.currentDateIndicator && (h("rect", { key: '7a5c9feae8400741210221a7c133e36a9e757c48', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'e8de3795465816b3f596a6e711355fac290fdf8e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '4e8f3f49d1641204b06ed6bdf8116f6ecb1b2676', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1448
+ return (h("svg", { key: '5ec57c1b12767c30d9bf5dff548063223f9dd865', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: 'c4ea086a80c8bdb9af3f1c5412d8a21bfbe0d8c2', class: "grid" }, h("g", { key: '4d5fca83f9c9773ace27ca73de0c31a260de6bf4', class: "rows" }, gridRows), h("g", { key: '866826ab5d44f8432505188975335992055749ef', class: "rowLines" }, rowLines), h("g", { key: '1ac3f9ebdc169f26ef80e1fcf32e07852fb82a53', class: "ticks" }, ticks)), h("g", { key: 'e609b944f5eb7cbb0ab0a76ad587bf9f0d9e9c34', class: "content" }, this.currentDateIndicator && (h("rect", { key: 'c92ca47c32edfcad7a4838f81e0b3b24952110e5', fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { key: 'f4442a4e3f6ac41a61ba2638996f6997f43a295e', fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '343047f0b4e4001616bdc8ae187a220f6c612df7', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1449
1449
  return task.barChildren.map((child) => {
1450
1450
  if (task.type !== 'timeline') {
1451
1451
  this.renderKupArrow(task, child);
1452
1452
  }
1453
1453
  });
1454
- })), h("g", { key: 'f808b83934069eaa784b3e61df4632fa14c86da7', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1454
+ })), h("g", { key: '8b6fad21ec6778cec66ab08111472c6d5c6c8cb2', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1455
1455
  const forbidResize = task.type === 'project';
1456
1456
  return (h("g", { onKeyDown: (e) => {
1457
1457
  switch (e.key) {
@@ -1511,7 +1511,7 @@ const KupGridRenderer = class {
1511
1511
  return this.renderKupBar(task, props.isSelected, isDateResizable, isProgressChangeable);
1512
1512
  }
1513
1513
  })()));
1514
- }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '5079ecb243e0c183a9ea44fc7ede475fa198117b', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1514
+ }), this.currentTarget && this.ganttEvent.changedTask && (h("g", { key: '46e057472af12f861f49755ca0635cf52178f653', class: "task-wrapper" }, this.renderKupBar(this.ganttEvent.changedTask, false, false, false)))))));
1515
1515
  }
1516
1516
  static get watchers() { return {
1517
1517
  "columnWidth": ["updateXStep"],
@@ -1,14 +1,14 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-3c8f4506.js';
3
3
  import { F as FCheckbox } from './f-checkbox-5cdd1cad.js';
4
- import { F as FTextField } from './f-text-field-ebe023fb.js';
4
+ import { F as FTextField } from './f-text-field-40f1ad00.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aC as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-63a8048f.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-b367be3b.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-a2ecd7c3.js';
10
10
  import './component-a35bc7f1.js';
11
- import './kup-dates-da19044e.js';
11
+ import './kup-dates-77f1a451.js';
12
12
 
13
13
  /**
14
14
  * Props of the kup-dashboard component.
@@ -1,5 +1,5 @@
1
- import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ah as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ai as KupData, aj as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, ak as CMBandACPAdapter, al as RADAdapter, am as CHKAdapter, an as CHIAdapter, ao as SWTAdapter, a7 as SortMode } from './kup-manager-63a8048f.js';
2
- import { K as KupDatesFormats } from './kup-dates-da19044e.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-b367be3b.js';
2
+ import { K as KupDatesFormats } from './kup-dates-77f1a451.js';
3
3
 
4
4
  /**
5
5
  * Filtering algorithms related to column menus.
@@ -326,7 +326,7 @@ class KupDates {
326
326
  * @param {dayjs.ConfigType} input - Date to be formatted.
327
327
  * @param {string} format - Output format.
328
328
  * @see https://day.js.org/docs/en/display/format
329
- */
329
+ **/
330
330
  format(input, format) {
331
331
  if (!format) {
332
332
  format = 'L'; // MM/DD/YYYY, DD/MM/YYYY depending on locale
@@ -444,12 +444,8 @@ class KupDates {
444
444
  * @returns {Date} Date object.
445
445
  */
446
446
  toDate(input, format) {
447
- if (format && format != null) {
448
- return dayjs.utc(input, format).toDate();
449
- }
450
- else {
451
- return dayjs.utc(input).toDate();
452
- }
447
+ const parsed = format ? dayjs.utc(input, format) : dayjs.utc(input);
448
+ return parsed.isValid() ? parsed.toDate() : null;
453
449
  }
454
450
  /**
455
451
  * Converts the input in a Dayjs object.
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  const drawerClass = 'drawer';
7
7
  /**
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, f as KupThemeColorValues, h as KupDebugCategory, x as getColumnByName, p as KupDataNewColumnTypes } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-da19044e.js';
4
+ import './kup-dates-77f1a451.js';
5
5
 
6
6
  /*! *****************************************************************************
7
7
  Copyright (c) Microsoft Corporation.
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-63a8048f.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
4
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-77f1a451.js';
5
5
 
6
6
  var toastuiEditor = {exports: {}};
7
7
 
@@ -39118,7 +39118,7 @@ var KupEditorProps;
39118
39118
  (function (KupEditorProps) {
39119
39119
  KupEditorProps["autosaveTimer"] = "When a number is specified, the component will emit the kup-editor-save event at regular intervals. The amount of time every interval will last is specified but the prop itself.";
39120
39120
  KupEditorProps["editorHeight"] = "Sets the height of the component.";
39121
- KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\".";
39121
+ KupEditorProps["initialEditType"] = "Initializes editor with the specified editor type. Suported values: \"markdown\", \"wysiwyg\", \"text\".";
39122
39122
  KupEditorProps["initialValue"] = "Initializes editor with the specified string.";
39123
39123
  KupEditorProps["isReadOnly"] = "Defaults at false. When set, When set, the editor\u2019s content can\u2019t be changed..";
39124
39124
  KupEditorProps["selectedTab"] = "Sets the markdown editor with the specified tab. Supported values: \"preview\", \"write\".";
@@ -45888,13 +45888,14 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
45888
45888
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
45889
45889
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
45890
45890
  };
45891
- var _KupEditor_autosaveInterval, _KupEditor_hasChanges, _KupEditor_initialContent, _KupEditor_kupManager, _KupEditor_unsavedChangesIndex, _KupEditor_unsavedChangesItem;
45891
+ var _KupEditor_instances, _KupEditor_autosaveInterval, _KupEditor_hasChanges, _KupEditor_initialContent, _KupEditor_kupManager, _KupEditor_unsavedChangesIndex, _KupEditor_unsavedChangesItem, _KupEditor_textareaRef, _KupEditor_isPlainTextEditor, _KupEditor_handleUnsavedChanges;
45892
45892
  const KupEditor = class {
45893
45893
  constructor(hostRef) {
45894
45894
  registerInstance(this, hostRef);
45895
45895
  this.kupAutoSave = createEvent(this, "kup-editor-autosave", 6);
45896
45896
  this.kupReady = createEvent(this, "kup-editor-ready", 6);
45897
45897
  this.kupSave = createEvent(this, "kup-editor-save", 6);
45898
+ _KupEditor_instances.add(this);
45898
45899
  /*-------------------------------------------------*/
45899
45900
  /* I n t e r n a l V a r i a b l e s */
45900
45901
  /*-------------------------------------------------*/
@@ -45911,6 +45912,7 @@ const KupEditor = class {
45911
45912
  },
45912
45913
  type: 'button',
45913
45914
  });
45915
+ _KupEditor_textareaRef.set(this, void 0);
45914
45916
  this.editor = null;
45915
45917
  this.editorRef = undefined;
45916
45918
  this.viewer = null;
@@ -46056,36 +46058,12 @@ const KupEditor = class {
46056
46058
  async setProps(props) {
46057
46059
  setProps(this, KupEditorProps, props);
46058
46060
  }
46059
- /*-------------------------------------------------*/
46060
- /* P r i v a t e M e t h o d s */
46061
- /*-------------------------------------------------*/
46062
46061
  createEditor() {
46063
46062
  var _a;
46064
46063
  const editorProps = {
46065
46064
  el: this.editorRef,
46066
46065
  events: {
46067
- change: () => {
46068
- if (__classPrivateFieldGet(this, _KupEditor_initialContent, "f") !== this.editor.getMarkdown()) {
46069
- if (!__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
46070
- __classPrivateFieldSet(this, _KupEditor_unsavedChangesIndex, this.editor.getUI().getToolbar().getItems()
46071
- .length - 1, "f");
46072
- this.editor
46073
- .getUI()
46074
- .getToolbar()
46075
- .insertItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"), __classPrivateFieldGet(this, _KupEditor_unsavedChangesItem, "f"));
46076
- }
46077
- __classPrivateFieldSet(this, _KupEditor_hasChanges, true, "f");
46078
- }
46079
- else {
46080
- if (__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
46081
- this.editor
46082
- .getUI()
46083
- .getToolbar()
46084
- .removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
46085
- }
46086
- __classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
46087
- }
46088
- },
46066
+ change: () => __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_handleUnsavedChanges).call(this),
46089
46067
  focus: () => {
46090
46068
  if (!this.isReadOnly && !this.showToolbar) {
46091
46069
  this.showToolbar = true;
@@ -46094,7 +46072,7 @@ const KupEditor = class {
46094
46072
  },
46095
46073
  height: (_a = this.editorHeight) !== null && _a !== void 0 ? _a : 'auto',
46096
46074
  hideModeSwitch: true,
46097
- initialEditType: this.initialEditType,
46075
+ initialEditType: this.initialEditType === 'wysiwyg' ? 'wysiwyg' : 'markdown',
46098
46076
  initialValue: this.initialValue,
46099
46077
  placeholder: 'Type your text here...',
46100
46078
  previewStyle: this.previewStyle,
@@ -46242,12 +46220,17 @@ const KupEditor = class {
46242
46220
  return toolBarItems;
46243
46221
  }
46244
46222
  getSaveAndAutoSaveProps() {
46245
- var _a, _b;
46223
+ const htmlValue = __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this)
46224
+ ? __classPrivateFieldGet(this, _KupEditor_textareaRef, "f").value
46225
+ : this.editor.getHtml();
46226
+ const markdownValue = __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this)
46227
+ ? __classPrivateFieldGet(this, _KupEditor_textareaRef, "f").value
46228
+ : this.editor.getMarkdown();
46246
46229
  return {
46247
46230
  comp: this,
46248
46231
  id: this.rootElement.id,
46249
- htmlValue: (_a = this.editor.getHtml()) !== null && _a !== void 0 ? _a : '',
46250
- markdownValue: (_b = this.editor.getMarkdown()) !== null && _b !== void 0 ? _b : '',
46232
+ htmlValue,
46233
+ markdownValue,
46251
46234
  };
46252
46235
  }
46253
46236
  /*-------------------------------------------------*/
@@ -46271,7 +46254,9 @@ const KupEditor = class {
46271
46254
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").debug.logRender(this, true);
46272
46255
  }
46273
46256
  render() {
46274
- return (h(Host, { key: 'e7af368e1134de8874c2791b82291bc5391bff6d' }, h("div", { key: '0faeedec267b850a027ce153adaf116c8dbe0a82', id: componentWrapperId }, h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }))));
46257
+ return (h(Host, { key: '031333deffb0732e544076f155555bb62bc53190' }, h("div", { key: '0f312ec339138f3a62afdf742660606526d11e70', id: componentWrapperId }, h("div", { key: this.rootElement.id, ref: (el) => (this.editorRef = el), class: "kup-editor" }), __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_isPlainTextEditor).call(this) && (h("textarea", { key: '0e2bc200ff30a15f624299a9577ec910134dc3d1', id: '' + this.rootElement.id + '-textarea', value: this.initialValue, ref: (el) => (__classPrivateFieldSet(this, _KupEditor_textareaRef, el, "f")), onInput: (e) => __classPrivateFieldGet(this, _KupEditor_instances, "m", _KupEditor_handleUnsavedChanges).call(this, e.target.value), placeholder: "Type your text here...", readOnly: this.isReadOnly, style: {
46258
+ height: this.editorHeight || 'auto',
46259
+ }, class: "kup-editor-textarea" })))));
46275
46260
  }
46276
46261
  disconnectedCallback() {
46277
46262
  __classPrivateFieldGet(this, _KupEditor_kupManager, "f").theme.unregister(this);
@@ -46290,6 +46275,31 @@ const KupEditor = class {
46290
46275
  "autosaveTimer": ["onAutosaveTimerChanged"]
46291
46276
  }; }
46292
46277
  };
46293
- _KupEditor_autosaveInterval = new WeakMap(), _KupEditor_hasChanges = new WeakMap(), _KupEditor_initialContent = new WeakMap(), _KupEditor_kupManager = new WeakMap(), _KupEditor_unsavedChangesIndex = new WeakMap(), _KupEditor_unsavedChangesItem = new WeakMap();
46278
+ _KupEditor_autosaveInterval = new WeakMap(), _KupEditor_hasChanges = new WeakMap(), _KupEditor_initialContent = new WeakMap(), _KupEditor_kupManager = new WeakMap(), _KupEditor_unsavedChangesIndex = new WeakMap(), _KupEditor_unsavedChangesItem = new WeakMap(), _KupEditor_textareaRef = new WeakMap(), _KupEditor_instances = new WeakSet(), _KupEditor_isPlainTextEditor = function _KupEditor_isPlainTextEditor() {
46279
+ return this.initialEditType === 'text';
46280
+ }, _KupEditor_handleUnsavedChanges = function _KupEditor_handleUnsavedChanges(value) {
46281
+ value = value !== undefined ? value : this.editor.getMarkdown();
46282
+ if (__classPrivateFieldGet(this, _KupEditor_textareaRef, "f")) {
46283
+ if (__classPrivateFieldGet(this, _KupEditor_initialContent, "f") !== value) {
46284
+ if (!__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
46285
+ __classPrivateFieldSet(this, _KupEditor_unsavedChangesIndex, this.editor.getUI().getToolbar().getItems().length - 1, "f");
46286
+ this.editor
46287
+ .getUI()
46288
+ .getToolbar()
46289
+ .insertItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"), __classPrivateFieldGet(this, _KupEditor_unsavedChangesItem, "f"));
46290
+ }
46291
+ __classPrivateFieldSet(this, _KupEditor_hasChanges, true, "f");
46292
+ }
46293
+ else {
46294
+ if (__classPrivateFieldGet(this, _KupEditor_hasChanges, "f")) {
46295
+ this.editor
46296
+ .getUI()
46297
+ .getToolbar()
46298
+ .removeItem(__classPrivateFieldGet(this, _KupEditor_unsavedChangesIndex, "f"));
46299
+ }
46300
+ __classPrivateFieldSet(this, _KupEditor_hasChanges, false, "f");
46301
+ }
46302
+ }
46303
+ };
46294
46304
 
46295
46305
  export { KupEditor as kup_editor };
@@ -2,9 +2,9 @@ import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host
2
2
  import { F as FButton } from './f-button-3c8f4506.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-a2ecd7c3.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-63a8048f.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, V as KupPointerEventTypes } from './kup-manager-b367be3b.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import './kup-dates-da19044e.js';
7
+ import './kup-dates-77f1a451.js';
8
8
 
9
9
  /**
10
10
  * Props of the kup-family-tree component.
@@ -170,12 +170,12 @@ const KupFamilyTree = class {
170
170
  __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").debug.logRender(this, true);
171
171
  }
172
172
  render() {
173
- return (h(Host, { key: 'a9f9ee994a291bdd1ccf08b30874b2db4bc4259a', onDrag: (e) => e.preventDefault(), onPointerDown: (e) => {
173
+ return (h(Host, { key: '4c4b1e324af112481cf07385a41b645cd61d55bd', onDrag: (e) => e.preventDefault(), onPointerDown: (e) => {
174
174
  e.preventDefault();
175
175
  __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_startPanning).call(this, e);
176
176
  }, onWheel: (e) => {
177
177
  __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_zoomTree).call(this, e);
178
- } }, h("style", { key: 'bd183547c40402c13ff97646b17040ef6a53282d' }, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '9cb4e3898a457cd224333306aa6fe8bfda4f89da', id: componentWrapperId }, __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_createTree).call(this))));
178
+ } }, h("style", { key: '1a78eadb1ec514d7144499d24b31e7c159cb4330' }, __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fdae258f4384af40bb13232a15633fec74aa8fe2', id: componentWrapperId }, __classPrivateFieldGet(this, _KupFamilyTree_instances, "m", _KupFamilyTree_createTree).call(this))));
179
179
  }
180
180
  disconnectedCallback() {
181
181
  __classPrivateFieldGet(this, _KupFamilyTree_kupManager, "f").language.unregister(this);