@sme.up/ketchup 11.0.2 → 11.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/dist/cjs/{f-cell-6d6073f5.js → f-cell-9a669d52.js} +4 -4
  2. package/dist/cjs/{f-chip-18aa9993.js → f-chip-07d8ae50.js} +1 -1
  3. package/dist/cjs/{f-object-field-a10d8c63.js → f-object-field-461aee23.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-e3f3d3c6.js → f-paginator-utils-5ec61279.js} +1 -1
  5. package/dist/cjs/{f-text-field-f01dc613.js → f-text-field-a46eeef6.js} +1 -1
  6. package/dist/cjs/index.cjs.js +2 -2
  7. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  8. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  9. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +9 -9
  10. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  11. package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
  12. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  14. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1 -1
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  16. package/dist/cjs/{kup-data-table-helper-90a848cd.js → kup-data-table-helper-7f29e726.js} +2 -2
  17. package/dist/cjs/{kup-dates-2ff08e4f.js → kup-dates-84f0bc78.js} +2 -1
  18. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  19. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-editor.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-input-panel.cjs.entry.js +17 -20
  27. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  29. package/dist/cjs/{kup-manager-b60f8626.js → kup-manager-8d8da1cd.js} +15 -20
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  32. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  33. package/dist/cjs/{kup-planner-renderer-helper-7dfe474d.js → kup-planner-renderer-helper-7123c277.js} +1 -1
  34. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  37. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  42. package/dist/collection/assets/activity-timeline.js +589 -1193
  43. package/dist/collection/assets/box-performance.js +51 -33942
  44. package/dist/collection/assets/box.js +55 -113
  45. package/dist/collection/assets/button-list.js +45 -47
  46. package/dist/collection/assets/calendar.js +1 -29
  47. package/dist/collection/assets/card-list.js +73 -235
  48. package/dist/collection/assets/card.js +4 -105
  49. package/dist/collection/assets/cell.js +2 -3
  50. package/dist/collection/assets/chart.js +2629 -2899
  51. package/dist/collection/assets/data-table.js +12 -13202
  52. package/dist/collection/assets/echart.js +1 -145
  53. package/dist/collection/assets/family-tree.js +1 -205
  54. package/dist/collection/assets/form.js +1 -31
  55. package/dist/collection/assets/htm.js +4 -3
  56. package/dist/collection/assets/input-panel-tooltip.js +4 -4
  57. package/dist/collection/assets/input-panel.js +123 -290
  58. package/dist/collection/assets/kupdata.js +3 -51
  59. package/dist/collection/assets/planner-example-1.js +939 -1048
  60. package/dist/collection/assets/planner-example-2.js +416 -825
  61. package/dist/collection/assets/planner-example-3.js +5838 -6269
  62. package/dist/collection/assets/tree.js +1 -25125
  63. package/dist/collection/assets/txt.js +3 -2
  64. package/dist/collection/components/kup-data-table/kup-data-table.css +5 -4
  65. package/dist/collection/components/kup-input-panel/kup-input-panel.js +11 -14
  66. package/dist/collection/managers/kup-data/kup-data-cell-helper.js +1 -5
  67. package/dist/collection/managers/kup-dates/kup-dates.js +2 -1
  68. package/dist/collection/utils/cell-utils.js +12 -13
  69. package/dist/components/index.js +1 -1
  70. package/dist/components/kup-accordion.js +2 -2
  71. package/dist/components/kup-activity-timeline.js +2 -2
  72. package/dist/components/kup-autocomplete.js +1 -1
  73. package/dist/components/kup-badge.js +1 -1
  74. package/dist/components/kup-box.js +1 -1
  75. package/dist/components/kup-button-list.js +1 -1
  76. package/dist/components/kup-button.js +1 -1
  77. package/dist/components/kup-calendar.js +3 -3
  78. package/dist/components/kup-card-list.js +3 -3
  79. package/dist/components/kup-card.js +1 -1
  80. package/dist/components/kup-cell.js +2 -2
  81. package/dist/components/kup-chart.js +1 -1
  82. package/dist/components/kup-checkbox.js +1 -1
  83. package/dist/components/kup-chip.js +1 -1
  84. package/dist/components/kup-color-picker.js +1 -1
  85. package/dist/components/kup-combobox.js +1 -1
  86. package/dist/components/kup-custom-task-list-table.js +1 -1
  87. package/dist/components/kup-dashboard.js +2 -2
  88. package/dist/components/kup-data-table.js +1 -1
  89. package/dist/components/kup-date-picker.js +1 -1
  90. package/dist/components/kup-dialog.js +1 -1
  91. package/dist/components/kup-drawer.js +2 -2
  92. package/dist/components/kup-dropdown-button.js +1 -1
  93. package/dist/components/kup-echart.js +1 -1
  94. package/dist/components/kup-editor.js +1 -1
  95. package/dist/components/kup-family-tree.js +3 -3
  96. package/dist/components/kup-file-upload.js +1 -1
  97. package/dist/components/kup-form.js +1 -1
  98. package/dist/components/kup-gantt.js +1 -1
  99. package/dist/components/kup-gauge.js +1 -1
  100. package/dist/components/kup-grid.js +1 -1
  101. package/dist/components/kup-htm.js +2 -2
  102. package/dist/components/kup-iframe.js +2 -2
  103. package/dist/components/kup-image-list.js +1 -1
  104. package/dist/components/kup-image.js +1 -1
  105. package/dist/components/kup-input-panel.js +14 -17
  106. package/dist/components/kup-lazy.js +2 -2
  107. package/dist/components/kup-list.js +1 -1
  108. package/dist/components/kup-magic-box.js +4 -4
  109. package/dist/components/kup-nav-bar.js +2 -2
  110. package/dist/components/kup-numeric-picker.js +2 -2
  111. package/dist/components/kup-object-field.js +2 -2
  112. package/dist/components/kup-planner-renderer.js +1 -1
  113. package/dist/components/kup-planner.js +6 -6
  114. package/dist/components/kup-probe.js +2 -2
  115. package/dist/components/kup-progress-bar.js +1 -1
  116. package/dist/components/kup-qlik.js +2 -2
  117. package/dist/components/kup-radio.js +1 -1
  118. package/dist/components/kup-rating.js +1 -1
  119. package/dist/components/kup-snackbar.js +2 -2
  120. package/dist/components/kup-spinner.js +1 -1
  121. package/dist/components/kup-switch.js +1 -1
  122. package/dist/components/kup-tab-bar.js +1 -1
  123. package/dist/components/kup-task-list.js +1 -1
  124. package/dist/components/kup-text-field.js +1 -1
  125. package/dist/components/kup-time-picker.js +1 -1
  126. package/dist/components/kup-toolbar.js +1 -1
  127. package/dist/components/kup-tree.js +1 -1
  128. package/dist/components/kup-txt.js +2 -2
  129. package/dist/components/kup-typography-list.js +2 -2
  130. package/dist/components/kup-typography.js +2 -2
  131. package/dist/components/{p-86f57305.js → p-10425b28.js} +3 -3
  132. package/dist/components/{p-9c67c242.js → p-253bbc27.js} +4 -4
  133. package/dist/components/{p-00cf9dd2.js → p-3a2aa794.js} +2 -2
  134. package/dist/components/{p-2d2e8390.js → p-3cae4730.js} +2 -2
  135. package/dist/components/{p-69d904a7.js → p-6e5dfb91.js} +15 -20
  136. package/dist/components/{p-fcc9004a.js → p-7122e72e.js} +2 -2
  137. package/dist/components/{p-824dec93.js → p-83ef07f8.js} +2 -2
  138. package/dist/components/{p-562218f0.js → p-a6fb0332.js} +2 -2
  139. package/dist/components/{p-990414e2.js → p-a9d2d2fa.js} +2 -2
  140. package/dist/components/{p-d7365aa4.js → p-b23df37b.js} +2 -1
  141. package/dist/components/{p-873d5549.js → p-bc63c612.js} +1 -1
  142. package/dist/esm/{f-cell-aed312f3.js → f-cell-2580227b.js} +4 -4
  143. package/dist/esm/{f-chip-afad71fb.js → f-chip-1e3d0b52.js} +1 -1
  144. package/dist/esm/{f-object-field-d0794db5.js → f-object-field-02b15db0.js} +2 -2
  145. package/dist/esm/{f-paginator-utils-51bcddea.js → f-paginator-utils-a99ed9fd.js} +1 -1
  146. package/dist/esm/{f-text-field-5deae7b7.js → f-text-field-983d2207.js} +1 -1
  147. package/dist/esm/index.js +2 -2
  148. package/dist/esm/kup-accordion.entry.js +2 -2
  149. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  150. package/dist/esm/kup-autocomplete_30.entry.js +9 -9
  151. package/dist/esm/kup-box.entry.js +8 -8
  152. package/dist/esm/kup-calendar.entry.js +3 -3
  153. package/dist/esm/kup-card-list.entry.js +2 -2
  154. package/dist/esm/kup-cell.entry.js +6 -6
  155. package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
  156. package/dist/esm/kup-dashboard.entry.js +3 -3
  157. package/dist/esm/{kup-data-table-helper-51ee39b6.js → kup-data-table-helper-3ca6c75d.js} +2 -2
  158. package/dist/esm/{kup-dates-bf500166.js → kup-dates-992086f1.js} +2 -1
  159. package/dist/esm/kup-drawer.entry.js +2 -2
  160. package/dist/esm/kup-echart.entry.js +2 -2
  161. package/dist/esm/kup-editor.entry.js +2 -2
  162. package/dist/esm/kup-family-tree.entry.js +2 -2
  163. package/dist/esm/kup-gantt_10.entry.js +2 -2
  164. package/dist/esm/kup-grid.entry.js +2 -2
  165. package/dist/esm/kup-htm.entry.js +2 -2
  166. package/dist/esm/kup-iframe.entry.js +2 -2
  167. package/dist/esm/kup-input-panel.entry.js +17 -20
  168. package/dist/esm/kup-lazy.entry.js +2 -2
  169. package/dist/esm/kup-magic-box.entry.js +2 -2
  170. package/dist/esm/{kup-manager-c0eb6d84.js → kup-manager-ca9d4ded.js} +15 -20
  171. package/dist/esm/kup-nav-bar.entry.js +2 -2
  172. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  173. package/dist/esm/kup-object-field.entry.js +4 -4
  174. package/dist/esm/{kup-planner-renderer-helper-b328ea3f.js → kup-planner-renderer-helper-9db7a491.js} +1 -1
  175. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  176. package/dist/esm/kup-planner.entry.js +3 -3
  177. package/dist/esm/kup-probe.entry.js +2 -2
  178. package/dist/esm/kup-qlik.entry.js +2 -2
  179. package/dist/esm/kup-snackbar.entry.js +2 -2
  180. package/dist/esm/kup-txt.entry.js +2 -2
  181. package/dist/esm/kup-typography-list.entry.js +2 -2
  182. package/dist/esm/kup-typography.entry.js +2 -2
  183. package/dist/ketchup/index.esm.js +1 -1
  184. package/dist/ketchup/ketchup.esm.js +1 -1
  185. package/dist/ketchup/{p-c23a8c8b.entry.js → p-12882b29.entry.js} +1 -1
  186. package/dist/ketchup/p-12f06f17.entry.js +1 -0
  187. package/dist/ketchup/{p-d1abb2b7.js → p-164d575d.js} +1 -1
  188. package/dist/ketchup/{p-d4a873a1.entry.js → p-1db7e6e7.entry.js} +1 -1
  189. package/dist/ketchup/{p-76868077.entry.js → p-2018e835.entry.js} +1 -1
  190. package/dist/ketchup/{p-7d0f7135.entry.js → p-2e143e5f.entry.js} +1 -1
  191. package/dist/ketchup/{p-589825f4.entry.js → p-3021d0a5.entry.js} +1 -1
  192. package/dist/ketchup/{p-18ea7578.entry.js → p-313b5d4c.entry.js} +1 -1
  193. package/dist/ketchup/{p-c98fb668.js → p-42976c0d.js} +3 -3
  194. package/dist/ketchup/{p-42c1384e.js → p-480cdc73.js} +1 -1
  195. package/dist/ketchup/{p-e6ba3964.entry.js → p-4a97cfee.entry.js} +1 -1
  196. package/dist/ketchup/{p-bc7182e0.entry.js → p-4bf94655.entry.js} +1 -1
  197. package/dist/ketchup/{p-003da5d6.js → p-530dceb2.js} +1 -1
  198. package/dist/ketchup/{p-b1de7002.entry.js → p-582be100.entry.js} +1 -1
  199. package/dist/ketchup/{p-ebc5264a.entry.js → p-6029ad07.entry.js} +1 -1
  200. package/dist/ketchup/{p-9311f6f1.entry.js → p-63c3f820.entry.js} +1 -1
  201. package/dist/ketchup/p-78909be2.entry.js +1 -0
  202. package/dist/ketchup/{p-2be612b5.entry.js → p-791e847d.entry.js} +1 -1
  203. package/dist/ketchup/{p-a9fa1d78.js → p-7a47674f.js} +1 -1
  204. package/dist/ketchup/{p-80496dcc.entry.js → p-7ff4bd3f.entry.js} +1 -1
  205. package/dist/ketchup/{p-f7f1a210.entry.js → p-821bfe8a.entry.js} +1 -1
  206. package/dist/ketchup/{p-53661fe6.entry.js → p-9452564e.entry.js} +1 -1
  207. package/dist/ketchup/{p-87e79c64.entry.js → p-a36d1a21.entry.js} +1 -1
  208. package/dist/ketchup/{p-f226f4b2.entry.js → p-a617a3e4.entry.js} +1 -1
  209. package/dist/ketchup/{p-ba79f51e.entry.js → p-a6ad67b6.entry.js} +1 -1
  210. package/dist/ketchup/{p-adadf8b5.js → p-a78c9d39.js} +1 -1
  211. package/dist/ketchup/{p-3643331d.entry.js → p-abb2444a.entry.js} +2 -2
  212. package/dist/ketchup/{p-088744ad.entry.js → p-ae83ee66.entry.js} +1 -1
  213. package/dist/ketchup/{p-7845a469.entry.js → p-b579a5e0.entry.js} +1 -1
  214. package/dist/ketchup/{p-cee0439c.entry.js → p-b7a301ee.entry.js} +1 -1
  215. package/dist/ketchup/{p-c4213fe8.entry.js → p-b9726137.entry.js} +1 -1
  216. package/dist/ketchup/{p-65509faf.js → p-bdbbfb48.js} +1 -1
  217. package/dist/ketchup/{p-8ffde22b.js → p-c12d1db7.js} +1 -1
  218. package/dist/ketchup/{p-489a5ae1.entry.js → p-c2bccaf5.entry.js} +1 -1
  219. package/dist/ketchup/{p-e298b76c.js → p-c96e9120.js} +1 -1
  220. package/dist/ketchup/{p-e0cedb6a.entry.js → p-ddffe391.entry.js} +1 -1
  221. package/dist/ketchup/{p-e618deeb.entry.js → p-e85f1e78.entry.js} +1 -1
  222. package/dist/ketchup/{p-9b913ea0.entry.js → p-edec2479.entry.js} +1 -1
  223. package/dist/ketchup/{p-763fd00d.entry.js → p-f96390e2.entry.js} +1 -1
  224. package/dist/ketchup/{p-88b537dd.entry.js → p-fd0533ec.entry.js} +1 -1
  225. package/dist/types/utils/cell-utils.d.ts +1 -1
  226. package/package.json +1 -1
  227. package/dist/ketchup/p-473af3ff.entry.js +0 -1
  228. package/dist/ketchup/p-fa1e3834.entry.js +0 -1
@@ -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-3e022953.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-c0eb6d84.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, W as KupPointerEventTypes } from './kup-manager-ca9d4ded.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import './kup-dates-bf500166.js';
7
+ import './kup-dates-992086f1.js';
8
8
 
9
9
  /**
10
10
  * Props of the kup-family-tree component.
@@ -1,8 +1,8 @@
1
1
  import { r as registerInstance, h, f as forceUpdate, d as getElement, F as Fragment } from './index-9b0f4a0d.js';
2
- import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-b328ea3f.js';
2
+ import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-9db7a491.js';
3
3
  import { r as removeHiddenTasks, s as sortTasks, c as convertToBarTasks, a as calculateCurrentDateCalculator, b as calculateProjection } from './bar.helpers-23a51579.js';
4
4
  import { e as KUP_PLANNER_MAIN_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
5
- import './kup-dates-bf500166.js';
5
+ import './kup-dates-992086f1.js';
6
6
 
7
7
  const kupGanttCss = ".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}.wrapper{display:flex;padding:0;margin:0;list-style:none;outline:none;position:relative}.ganttContainer{background:var(--kup-layer-2);border-radius:var(--kup-radius-00);overflow:hidden;padding:var(--kup-space-05)}.ganttVerticalContainer{overflow:hidden;font-size:0;margin:0;padding:0}.horizontalContainer{margin:0;padding:0;overflow:hidden}.horizontalContainerScrollable{overflow:auto !important;scrollbar-width:0}.horizontalContainerScrollable::-webkit-scrollbar{width:0;height:0}.task-gantt{overflow:hidden}";
8
8
  const KupGanttStyle0 = kupGanttCss;
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, 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, h as KupDebugCategory } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-grid component.
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, F as Fragment, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-htm component.
@@ -1,6 +1,6 @@
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, h as KupDebugCategory } from './kup-manager-c0eb6d84.js';
3
- import './kup-dates-bf500166.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-ca9d4ded.js';
3
+ import './kup-dates-992086f1.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-iframe component.
@@ -1,17 +1,17 @@
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-3e022953.js';
3
- import { F as FCell, e as FLabel } from './f-cell-aed312f3.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-c0eb6d84.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-2580227b.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ae as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, aj as getCellValueForDisplay, a8 as UseAsValue, ap as CHIAdapter, am as CMBandACPAdapter, ao as CHKAdapter, an as RADAdapter, aq as SWTAdapter, h as KupDebugCategory, W as KupPointerEventTypes } from './kup-manager-ca9d4ded.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
6
  import { F as FTypography, a as FTypographyType } from './f-typography-8c914ec6.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-40b4e64b.js';
10
10
  import './f-checkbox-9912e1a4.js';
11
- import './f-chip-afad71fb.js';
12
- import './f-object-field-d0794db5.js';
13
- import './f-text-field-5deae7b7.js';
14
- import './kup-dates-bf500166.js';
11
+ import './f-chip-1e3d0b52.js';
12
+ import './f-object-field-02b15db0.js';
13
+ import './f-text-field-983d2207.js';
14
+ import './kup-dates-992086f1.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
17
17
  var KupInputPanelLayoutSectionType;
@@ -419,7 +419,7 @@ const KupInputPanel = class {
419
419
  h("p", null, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.translate(KupLanguageGeneric.EMPTY_DATA)),
420
420
  ]
421
421
  : this.inputPanelCells.map((inputPanelCell) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_renderRow).call(this, inputPanelCell));
422
- return (h(Host, { key: 'ee636e2604bb05ee3de4388d4683fac7b35c60d8', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
422
+ return (h(Host, { key: 'fc3ef78246aa009565b2090da6f8247e585af7b2', "onKup-cell-blur": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.BLUR), "onKup-cell-update": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_onCellUpdate).bind(this), "onKup-tabbar-click": (e) => {
423
423
  this.tabSelected = e.detail.node.id;
424
424
  }, "onKup-autocomplete-input": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-autocomplete-iconclick": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).bind(this), "onKup-combobox-iconclick": (e) => __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getOptionHandler).call(this, e, true), "onKup-cell-itemclick": (e) => {
425
425
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_manageInputPanelCheck).call(this, e, CheckTriggeringEvents.ITEMCLICK);
@@ -429,7 +429,7 @@ const KupInputPanel = class {
429
429
  this.kupInputPanelObjectFieldOpenSearchMenu.emit(e.detail);
430
430
  }, "onKup-objectfield-selectedmenuitem": (e) => {
431
431
  this.kupInputPanelObjectFieldSelectedMenuItem.emit(e.detail);
432
- }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: '8da17d6e2587c0fc8b6365da5cf8d29b78b641da' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5e8c53b70073f420c991f2c3e6d178ddfbeaca18', id: componentWrapperId }, inputPanelContent)));
432
+ }, "onKup-file-upload-upload": __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_upload).bind(this) }, h("style", { key: 'd8f6037fcd40ab16a45bad9af2f860ccf96ac2ea' }, __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '938d54844c4b36baf9403cdceb0e5ab10ad5475e', id: componentWrapperId }, inputPanelContent)));
433
433
  }
434
434
  disconnectedCallback() {
435
435
  __classPrivateFieldGet(this, _KupInputPanel_kupManager, "f").language.unregister(this);
@@ -1036,22 +1036,19 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1036
1036
  },
1037
1037
  };
1038
1038
  }, _KupInputPanel_BTNAdapter = function _KupInputPanel_BTNAdapter(_options, _fieldLabel, _currentValue, cell, id) {
1039
- var _a, _b, _c;
1039
+ var _a, _b, _c, _d;
1040
1040
  cell.data = cell.data || {};
1041
1041
  cell.data.onClick = () => {
1042
1042
  __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, id);
1043
1043
  };
1044
1044
  if (cell.data.mappedCommandId) {
1045
- const concurrentCommand = (_b = (_a = this.data.setup) === null || _a === void 0 ? void 0 : _a.commands) === null || _b === void 0 ? void 0 : _b.find((command) => command.value === cell.data.mappedCommandId);
1046
- if (concurrentCommand) {
1047
- cell.isEditable = true;
1048
- cell.data.onClick = () => {
1049
- __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, concurrentCommand.value);
1050
- };
1051
- this.data.setup.commands = this.data.setup.commands.filter((command) => command.value !== concurrentCommand.value);
1052
- }
1045
+ cell.isEditable = true;
1046
+ cell.data.onClick = () => {
1047
+ __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_getFunctionOnClickBTN).call(this, cell, cell.data.mappedCommandId);
1048
+ };
1049
+ this.data.setup.commands = (_c = (_b = (_a = this.data) === null || _a === void 0 ? void 0 : _a.setup) === null || _b === void 0 ? void 0 : _b.commands) === null || _c === void 0 ? void 0 : _c.filter((command) => command.value !== cell.data.mappedCommandId);
1053
1050
  }
1054
- return Object.assign({ label: (_c = cell.decode) !== null && _c !== void 0 ? _c : cell.value, fun: cell.fun }, cell.data);
1051
+ return Object.assign({ label: (_d = cell.decode) !== null && _d !== void 0 ? _d : cell.value, fun: cell.fun }, cell.data);
1055
1052
  }, _KupInputPanel_CMBandACPAdapter = function _KupInputPanel_CMBandACPAdapter(rawOptions, fieldLabel, currentValue, cell) {
1056
1053
  const configCMandACP = CMBandACPAdapter(currentValue, fieldLabel, [], cell.data);
1057
1054
  if (rawOptions) {
@@ -1278,7 +1275,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1278
1275
  : (_d = (_c = cell.data) === null || _c === void 0 ? void 0 : _c.data) === null || _d === void 0 ? void 0 : _d['kup-list'];
1279
1276
  if (kupListData) {
1280
1277
  kupListData.data = (filteredRows === null || filteredRows === void 0 ? void 0 : filteredRows.length)
1281
- ? ((_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : [])
1278
+ ? (_e = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cell.value)) !== null && _e !== void 0 ? _e : []
1282
1279
  : [];
1283
1280
  kupListData.options = (_f = options === null || options === void 0 ? void 0 : options.columns) !== null && _f !== void 0 ? _f : [];
1284
1281
  }
@@ -1327,7 +1324,7 @@ _KupInputPanel_kupManager = new WeakMap(), _KupInputPanel_formRef = new WeakMap(
1327
1324
  // Update the autocomplete list data
1328
1325
  const kupListData = targetCell.data.data['kup-list'];
1329
1326
  kupListData.data = filteredRows.length
1330
- ? ((_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : [])
1327
+ ? (_f = __classPrivateFieldGet(this, _KupInputPanel_instances, "m", _KupInputPanel_optionsTreeComboAdapter).call(this, visibleColumnsOptions, cellValue)) !== null && _f !== void 0 ? _f : []
1331
1328
  : [];
1332
1329
  kupListData.options = (_g = options.columns) !== null && _g !== void 0 ? _g : [];
1333
1330
  // Update the component data and refresh
@@ -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-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-lazy component.
@@ -1,9 +1,9 @@
1
1
  import { r as registerInstance, 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, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aF as kupDropEvent, X as kupDraggableColumnAttr, aG as kupDraggableRowAttr, $ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-ca9d4ded.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
6
- import './kup-dates-bf500166.js';
6
+ import './kup-dates-992086f1.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-magic-box component.
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-bf500166.js';
1
+ import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-992086f1.js';
2
2
  import { g as getAssetPath, a as setAssetPath } from './index-9b0f4a0d.js';
3
3
 
4
4
  /**
@@ -8376,10 +8376,9 @@ function getColumnByName(columns, name) {
8376
8376
  return null;
8377
8377
  }
8378
8378
  function compareCell(cell1, cell2, sortMode) {
8379
- var _a, _b;
8380
- return compareValues(cell1.obj, (_a = cell1.decode) !== null && _a !== void 0 ? _a : cell1.value, cell2.obj, (_b = cell2.decode) !== null && _b !== void 0 ? _b : cell2.value, sortMode);
8379
+ return compareValues(cell1.obj, cell1.value, cell1.decode, cell2.obj, cell2.value, cell2.decode, sortMode);
8381
8380
  }
8382
- function compareValues(obj1, value1, obj2, value2, sortMode) {
8381
+ function compareValues(obj1, value1, decode1, obj2, value2, decode2, sortMode) {
8383
8382
  const sm = sortMode === 'A' ? 1 : -1;
8384
8383
  if (obj1 == null || obj2 == null) {
8385
8384
  return sm * localCompareAsInJava(value1, value2);
@@ -8392,8 +8391,8 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
8392
8391
  }
8393
8392
  return compare * sm;
8394
8393
  }
8395
- let s1 = value1;
8396
- let s2 = value2;
8394
+ let s1 = decode1 !== null && decode1 !== void 0 ? decode1 : value1;
8395
+ let s2 = decode2 !== null && decode2 !== void 0 ? decode2 : value2;
8397
8396
  if (s1 == s2) {
8398
8397
  return 0;
8399
8398
  }
@@ -8406,12 +8405,12 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
8406
8405
  let v1 = s1;
8407
8406
  let v2 = s2;
8408
8407
  if (dom$a.ketchup.objects.isNumber(obj1)) {
8409
- v1 = dom$a.ketchup.math.numberifySafe(s1);
8410
- v2 = dom$a.ketchup.math.numberifySafe(s2);
8408
+ v1 = dom$a.ketchup.math.numberifySafe(value1);
8409
+ v2 = dom$a.ketchup.math.numberifySafe(value2);
8411
8410
  }
8412
8411
  else if (dom$a.ketchup.objects.isDate(obj1)) {
8413
- const firstDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE));
8414
- const secondDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE));
8412
+ const firstDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value1, KupDatesFormats.ISO_DATE));
8413
+ const secondDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value2, KupDatesFormats.ISO_DATE));
8415
8414
  if (firstDateValue && secondDateValue) {
8416
8415
  v1 = firstDateValue;
8417
8416
  v2 = secondDateValue;
@@ -8422,16 +8421,16 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
8422
8421
  // returns an invalid date when it tries to parse a time
8423
8422
  // This solution is simpler and it works because the time format
8424
8423
  // was assumed to be equals to HH:mm:ss or HH:mm
8425
- const firstTimeValue = Number(s1.replace(/:/g, ''));
8426
- const secondTimeValue = Number(s2.replace(/:/g, ''));
8424
+ const firstTimeValue = Number(value1.replace(/:/g, ''));
8425
+ const secondTimeValue = Number(value2.replace(/:/g, ''));
8427
8426
  if (!Number.isNaN(firstTimeValue) && !Number.isNaN(secondTimeValue)) {
8428
8427
  v1 = firstTimeValue;
8429
8428
  v2 = secondTimeValue;
8430
8429
  }
8431
8430
  }
8432
8431
  else if (dom$a.ketchup.objects.isTimestamp(obj1)) {
8433
- const firstTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8434
- const secondTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8432
+ const firstTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value1, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8433
+ const secondTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(value2, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8435
8434
  if (firstTimestampValue && secondTimestampValue) {
8436
8435
  v1 = firstTimestampValue;
8437
8436
  v2 = secondTimestampValue;
@@ -8945,7 +8944,7 @@ class Filters {
8945
8944
  }
8946
8945
 
8947
8946
  const dom$8 = document.documentElement;
8948
- const kupObjects = dom$8.ketchup
8947
+ dom$8.ketchup
8949
8948
  ? dom$8.ketchup.objects
8950
8949
  : new KupObjects();
8951
8950
  /**
@@ -8973,11 +8972,7 @@ function getCellValue(dataset, column, sorted, univocal) {
8973
8972
  extractColumnValues(rows, column, values, univocal);
8974
8973
  if (sorted == true) {
8975
8974
  values.sort((n1, n2) => {
8976
- return compareValues(n1.obj, kupObjects.isDate(n1.obj) || kupObjects.isNumber(n1.obj)
8977
- ? n1.value
8978
- : getValueForDisplay2(n1, column), n2.obj, kupObjects.isDate(n2.obj) || kupObjects.isNumber(n2.obj)
8979
- ? n2.value
8980
- : getValueForDisplay2(n2, column), SortMode.A);
8975
+ return compareValues(n1.obj, n1.value, getValueForDisplay2(n1, column), n2.obj, n2.value, getValueForDisplay2(n2, column), SortMode.A);
8981
8976
  });
8982
8977
  }
8983
8978
  for (let i = 0; i < values.length; i++) {
@@ -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-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  const navbarClass = 'nav-bar';
7
7
  /**
@@ -1,9 +1,9 @@
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, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-5deae7b7.js';
4
+ import { F as FTextField } from './f-text-field-983d2207.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import './kup-dates-bf500166.js';
6
+ import './kup-dates-992086f1.js';
7
7
  import './f-image-40b4e64b.js';
8
8
  import './component-a35bc7f1.js';
9
9
 
@@ -1,12 +1,12 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { F as FObjectField } from './f-object-field-d0794db5.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-c0eb6d84.js';
2
+ import { F as FObjectField } from './f-object-field-02b15db0.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-ca9d4ded.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-3e022953.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-40b4e64b.js';
8
- import './f-text-field-5deae7b7.js';
9
- import './kup-dates-bf500166.js';
8
+ import './f-text-field-983d2207.js';
9
+ import './kup-dates-992086f1.js';
10
10
 
11
11
  /**
12
12
  * Props of the kup-object-field component.
@@ -1,4 +1,4 @@
1
- import { a as KupDates } from './kup-dates-bf500166.js';
1
+ import { a as KupDates } from './kup-dates-992086f1.js';
2
2
 
3
3
  const columnWidthForTimeUnit = (timeUnit) => {
4
4
  switch (timeUnit) {
@@ -1,7 +1,7 @@
1
1
  import { h, r as registerInstance, d as getElement } from './index-9b0f4a0d.js';
2
- import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-b328ea3f.js';
2
+ import { c as calculateDisplayedDateRange, a as convertProjectToTasks, g as getPhaseById, m as mergeTaskIntoProjects, b as getProjectById, d as mergeTaskIntoPhases, e as columnWidthForTimeUnit } from './kup-planner-renderer-helper-9db7a491.js';
3
3
  import { e as KUP_PLANNER_MAIN_GANTT_ID, f as KUP_PLANNER_SECONDARY_GANTT_ID } from './kup-planner-declarations-0704bc6c.js';
4
- import { a as KupDates } from './kup-dates-bf500166.js';
4
+ import { a as KupDates } from './kup-dates-992086f1.js';
5
5
  import { g as ganttDateTimeFormatters } from './kup-planner-time-formatter-ddf84f9b.js';
6
6
 
7
7
  const CustomTooltipHOC = () => {
@@ -1,10 +1,10 @@
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, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, aj as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-ca9d4ded.js';
3
3
  import { K as KupPlannerGanttRowType, d as defaultStylingOptions, a as KupPlannerTaskAction, b as KupPlannerLastOnChangeReceived, c as KupPlannerProps } from './kup-planner-declarations-0704bc6c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import { F as FTextField } from './f-text-field-5deae7b7.js';
5
+ import { F as FTextField } from './f-text-field-983d2207.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
- import './kup-dates-bf500166.js';
7
+ import './kup-dates-992086f1.js';
8
8
  import './f-image-40b4e64b.js';
9
9
  import './component-a35bc7f1.js';
10
10
 
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  const KupProbe = class {
7
7
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance } from './kup-manager-c0eb6d84.js';
3
- import './kup-dates-bf500166.js';
2
+ import { k as kupManagerInstance } from './kup-manager-ca9d4ded.js';
3
+ import './kup-dates-992086f1.js';
4
4
 
5
5
  const kupQlikCss = ".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}.kup-qlik-container-fluid{width:100%}.kup-qlik-container{width:100%}@media (min-width: 576px){.kup-qlik-container{width:576px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 768px){.kup-qlik-container{width:768px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 992px){.kup-qlik-container{width:992px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}@media (min-width: 1200px){.kup-qlik-container{width:1200px}.kup-qlik-row>.qvobject{flex:0 0 auto;min-width:100px;margin:0px auto 5px auto}}.kup-qlik-row{display:flex;display:ms-flexbox;flex-wrap:wrap;-ms-flex-wrap:wrap;margin-bottom:5px}.kup-qlik-row .size-M{height:var(--lyo_obj-height)}.kup-qlik-row .size-S{height:calc(var(--lyo_obj-height) / 2)}.kup-qlik-row .size-XS{height:calc(var(--lyo_obj-height) / 3)}.kup-qlik-row .size-L{height:calc(var(--lyo_obj-height) * 2)}.kup-qlik-row .size-XL{height:calc(var(--lyo_obj-height) * 3)}.kup-qlik-row .bordered{border:1px solid var(--kup-border-subtle, #969696)}.kup-qlik-row .width-1{width:8.3333%}.kup-qlik-row .width-2{width:16.6666%}.kup-qlik-row .width-3{width:25%}.kup-qlik-row .width-4{width:33.3333%}.kup-qlik-row .width-5{width:41.6666%}.kup-qlik-row .width-6{width:50%}.kup-qlik-row .width-7{width:58.3333%}.kup-qlik-row .width-8{width:66.6666%}.kup-qlik-row .width-9{width:75%}.kup-qlik-row .width-10{width:83.3333%}.kup-qlik-row .width-11{width:91.6666%}.kup-qlik-row .width-12{width:100%}";
6
6
  const KupQlikStyle0 = kupQlikCss;
@@ -1,8 +1,8 @@
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-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
- import './kup-dates-bf500166.js';
5
+ import './kup-dates-992086f1.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-40b4e64b.js';
8
8
 
@@ -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-c0eb6d84.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-bf500166.js';
4
+ import './kup-dates-992086f1.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-txt component.
@@ -1,8 +1,8 @@
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, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import './kup-dates-bf500166.js';
5
+ import './kup-dates-992086f1.js';
6
6
 
7
7
  /**
8
8
  * Props of the kup-typography component.
@@ -1,9 +1,9 @@
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, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-c0eb6d84.js';
2
+ import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-ca9d4ded.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-8c914ec6.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-40b4e64b.js';
6
- import './kup-dates-bf500166.js';
6
+ import './kup-dates-992086f1.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-typography component.
@@ -1 +1 @@
1
- import{K as p}from"./p-c98fb668.js";import"./p-adadf8b5.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}
1
+ import{K as p}from"./p-42976c0d.js";import"./p-a78c9d39.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}