@sme.up/ketchup 11.0.0-SNAPSHOT-20241210162820 → 11.0.0-SNAPSHOT-20241210171042

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 (214) hide show
  1. package/dist/cjs/{f-cell-90b9659b.js → f-cell-8f257225.js} +4 -4
  2. package/dist/cjs/{f-chip-ead03534.js → f-chip-d89bcb57.js} +1 -1
  3. package/dist/cjs/{f-object-field-b990d61d.js → f-object-field-6f6f0253.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-bbf3b041.js → f-paginator-utils-0743ddec.js} +1 -1
  5. package/dist/cjs/{f-text-field-4e8f1ec5.js → f-text-field-87fccabf.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_28.cjs.entry.js +11 -9
  10. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  11. package/dist/cjs/kup-calendar.cjs.entry.js +59 -39
  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-3f69b06d.js → kup-data-table-helper-43cfaea5.js} +2 -2
  17. package/dist/cjs/{kup-dates-7c732e46.js → kup-dates-bc4cf9d0.js} +2 -6
  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-image-list.cjs.entry.js +6 -6
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +6 -6
  28. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  30. package/dist/cjs/{kup-manager-3478cacd.js → kup-manager-1145102b.js} +1 -1
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/kup-pdf.cjs.entry.js +2 -2
  35. package/dist/cjs/kup-photo-frame.cjs.entry.js +2 -2
  36. package/dist/cjs/{kup-planner-renderer-helper-7b7b89e5.js → kup-planner-renderer-helper-63478d1c.js} +1 -1
  37. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  39. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  43. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  44. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  45. package/dist/collection/components/kup-calendar/kup-calendar.js +58 -37
  46. package/dist/collection/managers/kup-dates/kup-dates.js +2 -6
  47. package/dist/collection/utils/kup-column-menu/kup-column-menu.js +3 -1
  48. package/dist/components/index.js +1 -1
  49. package/dist/components/kup-accordion.js +2 -2
  50. package/dist/components/kup-activity-timeline.js +2 -2
  51. package/dist/components/kup-autocomplete.js +1 -1
  52. package/dist/components/kup-badge.js +1 -1
  53. package/dist/components/kup-box.js +1 -1
  54. package/dist/components/kup-button-list.js +1 -1
  55. package/dist/components/kup-button.js +1 -1
  56. package/dist/components/kup-calendar.js +60 -40
  57. package/dist/components/kup-card-list.js +3 -3
  58. package/dist/components/kup-card.js +1 -1
  59. package/dist/components/kup-cell.js +2 -2
  60. package/dist/components/kup-chart.js +1 -1
  61. package/dist/components/kup-checkbox.js +1 -1
  62. package/dist/components/kup-chip.js +1 -1
  63. package/dist/components/kup-color-picker.js +1 -1
  64. package/dist/components/kup-combobox.js +1 -1
  65. package/dist/components/kup-custom-task-list-table.js +1 -1
  66. package/dist/components/kup-dashboard.js +2 -2
  67. package/dist/components/kup-data-table.js +1 -1
  68. package/dist/components/kup-date-picker.js +1 -1
  69. package/dist/components/kup-dialog.js +1 -1
  70. package/dist/components/kup-drawer.js +2 -2
  71. package/dist/components/kup-dropdown-button.js +1 -1
  72. package/dist/components/kup-echart.js +1 -1
  73. package/dist/components/kup-editor.js +1 -1
  74. package/dist/components/kup-family-tree.js +3 -3
  75. package/dist/components/kup-form.js +1 -1
  76. package/dist/components/kup-gantt.js +1 -1
  77. package/dist/components/kup-gauge.js +1 -1
  78. package/dist/components/kup-grid.js +1 -1
  79. package/dist/components/kup-htm.js +2 -2
  80. package/dist/components/kup-iframe.js +2 -2
  81. package/dist/components/kup-image-list.js +2 -2
  82. package/dist/components/kup-image.js +1 -1
  83. package/dist/components/kup-input-panel.js +3 -3
  84. package/dist/components/kup-lazy.js +2 -2
  85. package/dist/components/kup-list.js +1 -1
  86. package/dist/components/kup-magic-box.js +4 -4
  87. package/dist/components/kup-nav-bar.js +2 -2
  88. package/dist/components/kup-numeric-picker.js +2 -2
  89. package/dist/components/kup-object-field.js +2 -2
  90. package/dist/components/kup-pdf.js +2 -2
  91. package/dist/components/kup-photo-frame.js +2 -2
  92. package/dist/components/kup-planner-renderer.js +1 -1
  93. package/dist/components/kup-planner.js +6 -6
  94. package/dist/components/kup-probe.js +2 -2
  95. package/dist/components/kup-progress-bar.js +1 -1
  96. package/dist/components/kup-qlik.js +2 -2
  97. package/dist/components/kup-radio.js +1 -1
  98. package/dist/components/kup-rating.js +1 -1
  99. package/dist/components/kup-snackbar.js +2 -2
  100. package/dist/components/kup-spinner.js +1 -1
  101. package/dist/components/kup-switch.js +1 -1
  102. package/dist/components/kup-tab-bar.js +1 -1
  103. package/dist/components/kup-task-list.js +1 -1
  104. package/dist/components/kup-text-field.js +1 -1
  105. package/dist/components/kup-time-picker.js +1 -1
  106. package/dist/components/kup-toolbar.js +1 -1
  107. package/dist/components/kup-tree.js +1 -1
  108. package/dist/components/kup-txt.js +2 -2
  109. package/dist/components/kup-typography-list.js +2 -2
  110. package/dist/components/kup-typography.js +2 -2
  111. package/dist/components/{p-31713002.js → p-06b2c518.js} +2 -2
  112. package/dist/components/{p-183306e1.js → p-0d856495.js} +2 -2
  113. package/dist/components/{p-795f2541.js → p-0e6c0355.js} +1 -1
  114. package/dist/components/{p-f61ef1fb.js → p-1581348d.js} +2 -6
  115. package/dist/components/{p-34e14245.js → p-49d7380d.js} +5 -3
  116. package/dist/components/{p-e939bb46.js → p-6b17174d.js} +2 -2
  117. package/dist/components/{p-9c8e5fca.js → p-911cd91d.js} +4 -4
  118. package/dist/components/{p-9c927cad.js → p-cb85dfa9.js} +2 -2
  119. package/dist/components/{p-bae4169a.js → p-d31c402f.js} +2 -2
  120. package/dist/components/{p-8df266a8.js → p-d80bbcb0.js} +1 -1
  121. package/dist/components/{p-ac9153ed.js → p-dc697572.js} +2 -2
  122. package/dist/esm/{f-cell-2a84215a.js → f-cell-a1ed8b5d.js} +4 -4
  123. package/dist/esm/{f-chip-915e8f77.js → f-chip-e31d0dfb.js} +1 -1
  124. package/dist/esm/{f-object-field-88fbd1b4.js → f-object-field-8202b5b0.js} +2 -2
  125. package/dist/esm/{f-paginator-utils-9511edd9.js → f-paginator-utils-d34dca74.js} +1 -1
  126. package/dist/esm/{f-text-field-9e293fb1.js → f-text-field-e299eaa2.js} +1 -1
  127. package/dist/esm/index.js +2 -2
  128. package/dist/esm/kup-accordion.entry.js +2 -2
  129. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  130. package/dist/esm/kup-autocomplete_28.entry.js +11 -9
  131. package/dist/esm/kup-box.entry.js +8 -8
  132. package/dist/esm/kup-calendar.entry.js +60 -40
  133. package/dist/esm/kup-card-list.entry.js +2 -2
  134. package/dist/esm/kup-cell.entry.js +6 -6
  135. package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
  136. package/dist/esm/kup-dashboard.entry.js +3 -3
  137. package/dist/esm/{kup-data-table-helper-50a37d9e.js → kup-data-table-helper-771bc5c8.js} +2 -2
  138. package/dist/esm/{kup-dates-4b58eae6.js → kup-dates-da19044e.js} +2 -6
  139. package/dist/esm/kup-drawer.entry.js +2 -2
  140. package/dist/esm/kup-echart.entry.js +2 -2
  141. package/dist/esm/kup-editor.entry.js +2 -2
  142. package/dist/esm/kup-family-tree.entry.js +2 -2
  143. package/dist/esm/kup-gantt_10.entry.js +2 -2
  144. package/dist/esm/kup-grid.entry.js +2 -2
  145. package/dist/esm/kup-htm.entry.js +2 -2
  146. package/dist/esm/kup-iframe.entry.js +2 -2
  147. package/dist/esm/kup-image-list.entry.js +6 -6
  148. package/dist/esm/kup-input-panel.entry.js +6 -6
  149. package/dist/esm/kup-lazy.entry.js +2 -2
  150. package/dist/esm/kup-magic-box.entry.js +2 -2
  151. package/dist/esm/{kup-manager-fbf2cb76.js → kup-manager-828bdc1c.js} +1 -1
  152. package/dist/esm/kup-nav-bar.entry.js +2 -2
  153. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  154. package/dist/esm/kup-object-field.entry.js +4 -4
  155. package/dist/esm/kup-pdf.entry.js +2 -2
  156. package/dist/esm/kup-photo-frame.entry.js +2 -2
  157. package/dist/esm/{kup-planner-renderer-helper-22ed466e.js → kup-planner-renderer-helper-4952d0a1.js} +1 -1
  158. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  159. package/dist/esm/kup-planner.entry.js +3 -3
  160. package/dist/esm/kup-probe.entry.js +2 -2
  161. package/dist/esm/kup-qlik.entry.js +2 -2
  162. package/dist/esm/kup-snackbar.entry.js +2 -2
  163. package/dist/esm/kup-txt.entry.js +2 -2
  164. package/dist/esm/kup-typography-list.entry.js +2 -2
  165. package/dist/esm/kup-typography.entry.js +2 -2
  166. package/dist/ketchup/index.esm.js +1 -1
  167. package/dist/ketchup/ketchup.esm.js +1 -1
  168. package/dist/ketchup/{p-9cf19b7b.entry.js → p-018021f3.entry.js} +1 -1
  169. package/dist/ketchup/{p-e2115718.entry.js → p-05ab6230.entry.js} +1 -1
  170. package/dist/ketchup/{p-25d59ad6.js → p-0f9b546a.js} +1 -1
  171. package/dist/ketchup/{p-19713b23.js → p-13b22d3c.js} +1 -1
  172. package/dist/ketchup/{p-69e2c29f.entry.js → p-14706a7c.entry.js} +1 -1
  173. package/dist/ketchup/{p-990bdbf5.entry.js → p-19afdc14.entry.js} +1 -1
  174. package/dist/ketchup/{p-302ca0b5.entry.js → p-1d73ca49.entry.js} +1 -1
  175. package/dist/ketchup/{p-5ba08261.js → p-1ee561ba.js} +1 -1
  176. package/dist/ketchup/{p-ce298dbe.entry.js → p-23b38d86.entry.js} +1 -1
  177. package/dist/ketchup/{p-63b2dcb0.entry.js → p-23de9b7d.entry.js} +1 -1
  178. package/dist/ketchup/{p-8d97d9b3.entry.js → p-2a143bfe.entry.js} +1 -1
  179. package/dist/ketchup/p-2b45f56c.js +1 -0
  180. package/dist/ketchup/{p-e4b19980.entry.js → p-2e3f06e8.entry.js} +1 -1
  181. package/dist/ketchup/{p-ea462bad.entry.js → p-31c2ce09.entry.js} +1 -1
  182. package/dist/ketchup/{p-35fe649d.js → p-3f8bf617.js} +1 -1
  183. package/dist/ketchup/{p-d2e75276.js → p-54906238.js} +1 -1
  184. package/dist/ketchup/{p-f6db683d.entry.js → p-549d8ee3.entry.js} +1 -1
  185. package/dist/ketchup/p-5eeae512.entry.js +9 -0
  186. package/dist/ketchup/{p-299752c5.entry.js → p-6a552af4.entry.js} +1 -1
  187. package/dist/ketchup/{p-141588ab.js → p-6ee26164.js} +1 -1
  188. package/dist/ketchup/{p-2bcc9a16.entry.js → p-73827465.entry.js} +1 -1
  189. package/dist/ketchup/{p-abe47a32.entry.js → p-739564c1.entry.js} +1 -1
  190. package/dist/ketchup/{p-ef661dcf.entry.js → p-7d639720.entry.js} +1 -1
  191. package/dist/ketchup/{p-fe6f3253.entry.js → p-7e19728d.entry.js} +1 -1
  192. package/dist/ketchup/{p-9740f75d.js → p-854ae837.js} +1 -1
  193. package/dist/ketchup/{p-2bf2a1a5.entry.js → p-883c6a82.entry.js} +1 -1
  194. package/dist/ketchup/{p-3b99167c.entry.js → p-9474bc4f.entry.js} +1 -1
  195. package/dist/ketchup/{p-11980af1.entry.js → p-9d94d189.entry.js} +1 -1
  196. package/dist/ketchup/{p-c89b82bd.entry.js → p-adb0cfdf.entry.js} +1 -1
  197. package/dist/ketchup/{p-9f38de64.entry.js → p-b23a7f8d.entry.js} +1 -1
  198. package/dist/ketchup/{p-1f5781be.entry.js → p-b33d054f.entry.js} +1 -1
  199. package/dist/ketchup/{p-20587343.entry.js → p-c01717af.entry.js} +1 -1
  200. package/dist/ketchup/{p-466917d2.entry.js → p-c1950e47.entry.js} +1 -1
  201. package/dist/ketchup/{p-3ed541e3.entry.js → p-c7464ad2.entry.js} +1 -1
  202. package/dist/ketchup/{p-d9df2044.entry.js → p-cd75fa31.entry.js} +1 -1
  203. package/dist/ketchup/{p-e2249059.js → p-d15d479c.js} +1 -1
  204. package/dist/ketchup/{p-b3e97527.entry.js → p-d20fbba2.entry.js} +1 -1
  205. package/dist/ketchup/{p-c20ec52e.entry.js → p-e1048932.entry.js} +1 -1
  206. package/dist/ketchup/{p-141eb499.entry.js → p-e369dacb.entry.js} +1 -1
  207. package/dist/ketchup/{p-2708f3c8.entry.js → p-e472b1ac.entry.js} +1 -1
  208. package/dist/ketchup/{p-86c792b3.entry.js → p-ebf37ad3.entry.js} +1 -1
  209. package/dist/ketchup/{p-735c2ec4.entry.js → p-ed017acb.entry.js} +1 -1
  210. package/dist/ketchup/{p-962bb37c.entry.js → p-ff68a964.entry.js} +1 -1
  211. package/dist/types/managers/kup-dates/kup-dates.d.ts +1 -1
  212. package/package.json +1 -1
  213. package/dist/ketchup/p-b771d6b6.entry.js +0 -9
  214. package/dist/ketchup/p-ec14927b.js +0 -1
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-4b58eae6.js';
4
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
5
5
 
6
6
  var toastuiEditor = {exports: {}};
7
7
 
@@ -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-acef8cca.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-e8fec767.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, O as KupPointerEventTypes } from './kup-manager-fbf2cb76.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, O as KupPointerEventTypes } from './kup-manager-828bdc1c.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import './kup-dates-4b58eae6.js';
7
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-22ed466e.js';
2
+ import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-4952d0a1.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-4b58eae6.js';
5
+ import './kup-dates-da19044e.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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-fbf2cb76.js';
3
- import './kup-dates-4b58eae6.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, e as KupDebugCategory } from './kup-manager-828bdc1c.js';
3
+ import './kup-dates-da19044e.js';
4
4
 
5
5
  /**
6
6
  * Props of the kup-iframe component.
@@ -1,16 +1,16 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, O as KupPointerEventTypes, f as FCellPadding } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, O as KupPointerEventTypes, f as FCellPadding } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FImage } from './f-image-e8fec767.js';
5
5
  import { F as FButton } from './f-button-acef8cca.js';
6
6
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
7
- import { F as FCell } from './f-cell-2a84215a.js';
7
+ import { F as FCell } from './f-cell-a1ed8b5d.js';
8
8
  import { M as MDCRipple } from './component-a35bc7f1.js';
9
- import './kup-dates-4b58eae6.js';
9
+ import './kup-dates-da19044e.js';
10
10
  import './f-checkbox-ed122005.js';
11
- import './f-text-field-9e293fb1.js';
12
- import './f-chip-915e8f77.js';
13
- import './f-object-field-88fbd1b4.js';
11
+ import './f-text-field-e299eaa2.js';
12
+ import './f-chip-e31d0dfb.js';
13
+ import './f-object-field-8202b5b0.js';
14
14
 
15
15
  /**
16
16
  * Props of the kup-image-list 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-c9246a86.js';
2
2
  import { F as FButton } from './f-button-acef8cca.js';
3
- import { F as FCell } from './f-cell-2a84215a.js';
4
- import { k as kupManagerInstance, I as FCellTypes, F as FCellShapes, g as getProps, s as setProps, h as KupLanguageGeneric, an as CHIAdapter, ac as CMBandACPAdapter, ab as RADAdapter, ao as SWTAdapter, e as KupDebugCategory, O as KupPointerEventTypes, am as CHKAdapter } from './kup-manager-fbf2cb76.js';
3
+ import { F as FCell } from './f-cell-a1ed8b5d.js';
4
+ import { k as kupManagerInstance, I as FCellTypes, F as FCellShapes, g as getProps, s as setProps, h as KupLanguageGeneric, an as CHIAdapter, ac as CMBandACPAdapter, ab as RADAdapter, ao as SWTAdapter, e as KupDebugCategory, O as KupPointerEventTypes, am as CHKAdapter } from './kup-manager-828bdc1c.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-65229068.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-e8fec767.js';
10
10
  import './f-checkbox-ed122005.js';
11
- import './f-text-field-9e293fb1.js';
12
- import './f-chip-915e8f77.js';
13
- import './f-object-field-88fbd1b4.js';
14
- import './kup-dates-4b58eae6.js';
11
+ import './f-text-field-e299eaa2.js';
12
+ import './f-chip-e31d0dfb.js';
13
+ import './f-object-field-8202b5b0.js';
14
+ import './kup-dates-da19044e.js';
15
15
  import './component-a35bc7f1.js';
16
16
 
17
17
  var KupInputPanelLayoutSectionType;
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, au as kupDropEvent, Q as kupDraggableColumnAttr, av as kupDraggableRowAttr, W as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupLanguageGeneric, e as KupDebugCategory, au as kupDropEvent, Q as kupDraggableColumnAttr, av as kupDraggableRowAttr, W as KupDropEventTypes, d as KupThemeColorValues } from './kup-manager-828bdc1c.js';
3
3
  import { a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
4
4
  import { F as FImage } from './f-image-e8fec767.js';
5
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
6
- import './kup-dates-4b58eae6.js';
6
+ import './kup-dates-da19044e.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-4b58eae6.js';
1
+ import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-da19044e.js';
2
2
  import { g as getAssetPath, a as setAssetPath } from './index-c9246a86.js';
3
3
 
4
4
  /**
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, c as KupDynamicPositionPlacement, t as KupCardFamily } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-9e293fb1.js';
4
+ import { F as FTextField } from './f-text-field-e299eaa2.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import './kup-dates-4b58eae6.js';
6
+ import './kup-dates-da19044e.js';
7
7
  import './f-image-e8fec767.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-c9246a86.js';
2
- import { F as FObjectField } from './f-object-field-88fbd1b4.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-fbf2cb76.js';
2
+ import { F as FObjectField } from './f-object-field-8202b5b0.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-828bdc1c.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-acef8cca.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-e8fec767.js';
8
- import './f-text-field-9e293fb1.js';
9
- import './kup-dates-4b58eae6.js';
8
+ import './f-text-field-e299eaa2.js';
9
+ import './kup-dates-da19044e.js';
10
10
 
11
11
  /**
12
12
  * Props of the kup-object-field component.
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-4b58eae6.js';
4
+ import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-pdf component.
@@ -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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-photo-frame component.
@@ -1,4 +1,4 @@
1
- import { a as KupDates } from './kup-dates-4b58eae6.js';
1
+ import { a as KupDates } from './kup-dates-da19044e.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-c9246a86.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-22ed466e.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-4952d0a1.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-4b58eae6.js';
4
+ import { a as KupDates } from './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, ag as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, E as KupLanguageSearch } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, ag as getCellValueForDisplay, g as getProps, s as setProps, b as KupThemeIconValues, E as KupLanguageSearch } from './kup-manager-828bdc1c.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-9e293fb1.js';
5
+ import { F as FTextField } from './f-text-field-e299eaa2.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
- import './kup-dates-4b58eae6.js';
7
+ import './kup-dates-da19044e.js';
8
8
  import './f-image-e8fec767.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-c9246a86.js';
2
- import { k as kupManagerInstance } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance } from './kup-manager-fbf2cb76.js';
3
- import './kup-dates-4b58eae6.js';
2
+ import { k as kupManagerInstance } from './kup-manager-828bdc1c.js';
3
+ import './kup-dates-da19044e.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: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:14px;line-height:18px;font-weight:600;letter-spacing:0.16px}.kup-heading-01{font-family:var(--kup-font-family);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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-acef8cca.js';
5
- import './kup-dates-4b58eae6.js';
5
+ import './kup-dates-da19044e.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-e8fec767.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-c9246a86.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4b58eae6.js';
4
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, e as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
- import './kup-dates-4b58eae6.js';
5
+ import './kup-dates-da19044e.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-c9246a86.js';
2
- import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-fbf2cb76.js';
2
+ import { k as kupManagerInstance, c as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-828bdc1c.js';
3
3
  import { a as FTypographyType, F as FTypography } from './f-typography-65229068.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import { F as FImage } from './f-image-e8fec767.js';
6
- import './kup-dates-4b58eae6.js';
6
+ import './kup-dates-da19044e.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-typography component.
@@ -1 +1 @@
1
- import{K as p}from"./p-d2e75276.js";import"./p-5ba08261.js";import"./p-b0368f88.js";function r(r){return new p(r)}export{r as newKupManager}
1
+ import{K as p}from"./p-54906238.js";import"./p-1ee561ba.js";import"./p-b0368f88.js";function r(r){return new p(r)}export{r as newKupManager}