@sme.up/ketchup 11.0.0-SNAPSHOT-20250617101849 → 11.0.0-SNAPSHOT-20250619092148

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-764eba4b.js → f-cell-eb60aa5f.js} +5 -5
  2. package/dist/cjs/{f-chip-8509759a.js → f-chip-f35c1b42.js} +1 -1
  3. package/dist/cjs/{f-object-field-87a0fe10.js → f-object-field-04065abd.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-5da86e1a.js → f-paginator-utils-3ada5c71.js} +1 -1
  5. package/dist/cjs/{f-text-field-0213f237.js → f-text-field-0eda27cd.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 +132 -127
  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-46ae95a2.js → kup-data-table-helper-0b79fb90.js} +2 -2
  17. package/dist/cjs/{kup-dates-bc4cf9d0.js → kup-dates-8619368a.js} +3 -7
  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 +6 -6
  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-303caa7e.js → kup-manager-5cdad0f5.js} +26 -11
  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-pdf.cjs.entry.js +2 -2
  34. package/dist/cjs/{kup-planner-renderer-helper-63478d1c.js → kup-planner-renderer-helper-eaca3f99.js} +1 -1
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +2 -2
  36. package/dist/cjs/kup-planner.cjs.entry.js +3 -3
  37. package/dist/cjs/kup-probe.cjs.entry.js +2 -2
  38. package/dist/cjs/kup-qlik.cjs.entry.js +2 -2
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +2 -2
  40. package/dist/cjs/kup-txt.cjs.entry.js +2 -2
  41. package/dist/cjs/kup-typography-list.cjs.entry.js +2 -2
  42. package/dist/cjs/kup-typography.cjs.entry.js +2 -2
  43. package/dist/collection/components/kup-data-table/kup-data-table.js +13 -11
  44. package/dist/collection/components/kup-tree/kup-tree.js +10 -7
  45. package/dist/collection/f-components/f-cell/f-cell.js +1 -1
  46. package/dist/collection/managers/kup-dates/kup-dates.js +3 -7
  47. package/dist/collection/managers/kup-objects/kup-objects.js +1 -1
  48. package/dist/collection/utils/cell-utils.js +18 -6
  49. package/dist/collection/utils/filters/filters.js +6 -3
  50. package/dist/components/index.js +1 -1
  51. package/dist/components/kup-accordion.js +2 -2
  52. package/dist/components/kup-activity-timeline.js +2 -2
  53. package/dist/components/kup-autocomplete.js +1 -1
  54. package/dist/components/kup-badge.js +1 -1
  55. package/dist/components/kup-box.js +1 -1
  56. package/dist/components/kup-button-list.js +1 -1
  57. package/dist/components/kup-button.js +1 -1
  58. package/dist/components/kup-calendar.js +3 -3
  59. package/dist/components/kup-card-list.js +3 -3
  60. package/dist/components/kup-card.js +1 -1
  61. package/dist/components/kup-cell.js +2 -2
  62. package/dist/components/kup-chart.js +1 -1
  63. package/dist/components/kup-checkbox.js +1 -1
  64. package/dist/components/kup-chip.js +1 -1
  65. package/dist/components/kup-color-picker.js +1 -1
  66. package/dist/components/kup-combobox.js +1 -1
  67. package/dist/components/kup-custom-task-list-table.js +1 -1
  68. package/dist/components/kup-dashboard.js +2 -2
  69. package/dist/components/kup-data-table.js +1 -1
  70. package/dist/components/kup-date-picker.js +1 -1
  71. package/dist/components/kup-dialog.js +1 -1
  72. package/dist/components/kup-drawer.js +2 -2
  73. package/dist/components/kup-dropdown-button.js +1 -1
  74. package/dist/components/kup-echart.js +1 -1
  75. package/dist/components/kup-editor.js +1 -1
  76. package/dist/components/kup-family-tree.js +3 -3
  77. package/dist/components/kup-file-upload.js +1 -1
  78. package/dist/components/kup-form.js +1 -1
  79. package/dist/components/kup-gantt.js +1 -1
  80. package/dist/components/kup-gauge.js +1 -1
  81. package/dist/components/kup-grid.js +1 -1
  82. package/dist/components/kup-htm.js +2 -2
  83. package/dist/components/kup-iframe.js +2 -2
  84. package/dist/components/kup-image-list.js +1 -1
  85. package/dist/components/kup-image.js +1 -1
  86. package/dist/components/kup-input-panel.js +3 -3
  87. package/dist/components/kup-lazy.js +2 -2
  88. package/dist/components/kup-list.js +1 -1
  89. package/dist/components/kup-magic-box.js +4 -4
  90. package/dist/components/kup-nav-bar.js +2 -2
  91. package/dist/components/kup-numeric-picker.js +2 -2
  92. package/dist/components/kup-object-field.js +2 -2
  93. package/dist/components/kup-pdf.js +2 -2
  94. package/dist/components/kup-planner-renderer.js +1 -1
  95. package/dist/components/kup-planner.js +6 -6
  96. package/dist/components/kup-probe.js +2 -2
  97. package/dist/components/kup-progress-bar.js +1 -1
  98. package/dist/components/kup-qlik.js +2 -2
  99. package/dist/components/kup-radio.js +1 -1
  100. package/dist/components/kup-rating.js +1 -1
  101. package/dist/components/kup-snackbar.js +2 -2
  102. package/dist/components/kup-spinner.js +1 -1
  103. package/dist/components/kup-switch.js +1 -1
  104. package/dist/components/kup-tab-bar.js +1 -1
  105. package/dist/components/kup-task-list.js +1 -1
  106. package/dist/components/kup-text-field.js +1 -1
  107. package/dist/components/kup-time-picker.js +1 -1
  108. package/dist/components/kup-toolbar.js +1 -1
  109. package/dist/components/kup-tree.js +1 -1
  110. package/dist/components/kup-txt.js +2 -2
  111. package/dist/components/kup-typography-list.js +2 -2
  112. package/dist/components/kup-typography.js +2 -2
  113. package/dist/components/{p-f4c3bb2e.js → p-2b1c5b0d.js} +2 -2
  114. package/dist/components/{p-67ba8cd7.js → p-5579a90c.js} +1 -1
  115. package/dist/components/{p-f97bb2e9.js → p-5a2b1b4a.js} +192 -187
  116. package/dist/components/{p-2b75f42c.js → p-61165aaf.js} +2 -2
  117. package/dist/components/{p-4aec8478.js → p-6bb50a6c.js} +2 -2
  118. package/dist/components/{p-d4e63022.js → p-6d7f9cce.js} +2 -2
  119. package/dist/components/{p-4ca4849a.js → p-6f59cb9c.js} +2 -2
  120. package/dist/components/{p-fba96ad0.js → p-9615f24a.js} +4 -4
  121. package/dist/components/{p-1581348d.js → p-9d9181cf.js} +3 -7
  122. package/dist/components/{p-e5613e04.js → p-df77b97b.js} +26 -11
  123. package/dist/components/{p-eb660ec4.js → p-fb90a43f.js} +2 -2
  124. package/dist/esm/{f-cell-1e8031df.js → f-cell-21a26cc8.js} +5 -5
  125. package/dist/esm/{f-chip-50f0d42a.js → f-chip-663db488.js} +1 -1
  126. package/dist/esm/{f-object-field-9c19ce8f.js → f-object-field-afe7604f.js} +2 -2
  127. package/dist/esm/{f-paginator-utils-6ad84c45.js → f-paginator-utils-b6924c55.js} +1 -1
  128. package/dist/esm/{f-text-field-3241c025.js → f-text-field-40f1ad00.js} +1 -1
  129. package/dist/esm/index.js +2 -2
  130. package/dist/esm/kup-accordion.entry.js +2 -2
  131. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  132. package/dist/esm/kup-autocomplete_30.entry.js +132 -127
  133. package/dist/esm/kup-box.entry.js +8 -8
  134. package/dist/esm/kup-calendar.entry.js +3 -3
  135. package/dist/esm/kup-card-list.entry.js +2 -2
  136. package/dist/esm/kup-cell.entry.js +6 -6
  137. package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
  138. package/dist/esm/kup-dashboard.entry.js +3 -3
  139. package/dist/esm/{kup-data-table-helper-16a46c2f.js → kup-data-table-helper-8f020338.js} +2 -2
  140. package/dist/esm/{kup-dates-da19044e.js → kup-dates-77f1a451.js} +3 -7
  141. package/dist/esm/kup-drawer.entry.js +2 -2
  142. package/dist/esm/kup-echart.entry.js +2 -2
  143. package/dist/esm/kup-editor.entry.js +2 -2
  144. package/dist/esm/kup-family-tree.entry.js +2 -2
  145. package/dist/esm/kup-gantt_10.entry.js +2 -2
  146. package/dist/esm/kup-grid.entry.js +2 -2
  147. package/dist/esm/kup-htm.entry.js +2 -2
  148. package/dist/esm/kup-iframe.entry.js +2 -2
  149. package/dist/esm/kup-input-panel.entry.js +6 -6
  150. package/dist/esm/kup-lazy.entry.js +2 -2
  151. package/dist/esm/kup-magic-box.entry.js +2 -2
  152. package/dist/esm/{kup-manager-3c858178.js → kup-manager-b367be3b.js} +26 -11
  153. package/dist/esm/kup-nav-bar.entry.js +2 -2
  154. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  155. package/dist/esm/kup-object-field.entry.js +4 -4
  156. package/dist/esm/kup-pdf.entry.js +2 -2
  157. package/dist/esm/{kup-planner-renderer-helper-4952d0a1.js → kup-planner-renderer-helper-373880b5.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-690109ca.entry.js → p-080bfe3a.entry.js} +1 -1
  169. package/dist/ketchup/{p-fabd3485.entry.js → p-0aa31cb0.entry.js} +1 -1
  170. package/dist/ketchup/{p-21add9e1.entry.js → p-0befe9d2.entry.js} +1 -1
  171. package/dist/ketchup/{p-63c8127b.entry.js → p-15999be8.entry.js} +1 -1
  172. package/dist/ketchup/{p-81f0b415.entry.js → p-1f02c1b0.entry.js} +1 -1
  173. package/dist/ketchup/{p-4c683120.entry.js → p-22530697.entry.js} +1 -1
  174. package/dist/ketchup/{p-3b818fd2.js → p-2e012afe.js} +1 -1
  175. package/dist/ketchup/{p-9325326d.entry.js → p-360dcb21.entry.js} +1 -1
  176. package/dist/ketchup/{p-d9d152d6.entry.js → p-39ec628e.entry.js} +1 -1
  177. package/dist/ketchup/{p-ce919d31.entry.js → p-470a942f.entry.js} +1 -1
  178. package/dist/ketchup/{p-c8459cf2.entry.js → p-4d163a30.entry.js} +1 -1
  179. package/dist/ketchup/{p-03786bb6.js → p-51cc836a.js} +1 -1
  180. package/dist/ketchup/{p-0f9b546a.js → p-5f645f29.js} +1 -1
  181. package/dist/ketchup/{p-fd42fcb6.entry.js → p-63208a5a.entry.js} +1 -1
  182. package/dist/ketchup/{p-47aa82ec.entry.js → p-71855dfb.entry.js} +1 -1
  183. package/dist/ketchup/{p-18525574.entry.js → p-75bc6e7e.entry.js} +1 -1
  184. package/dist/ketchup/{p-d76e2ae3.entry.js → p-93181191.entry.js} +1 -1
  185. package/dist/ketchup/{p-7b3d54ff.entry.js → p-941beedb.entry.js} +1 -1
  186. package/dist/ketchup/{p-2944f753.entry.js → p-96830f9e.entry.js} +1 -1
  187. package/dist/ketchup/{p-d7aaf032.entry.js → p-9940f67c.entry.js} +1 -1
  188. package/dist/ketchup/{p-5a28e60b.entry.js → p-9a980aef.entry.js} +1 -1
  189. package/dist/ketchup/{p-f2c81186.entry.js → p-a6c7a579.entry.js} +1 -1
  190. package/dist/ketchup/p-b1a34635.js +1 -0
  191. package/dist/ketchup/p-b39c7a22.js +1 -0
  192. package/dist/ketchup/{p-2031c804.entry.js → p-b7ba14cb.entry.js} +1 -1
  193. package/dist/ketchup/{p-f2bccdba.entry.js → p-b9350213.entry.js} +1 -1
  194. package/dist/ketchup/{p-81eb143d.entry.js → p-b99d2f17.entry.js} +1 -1
  195. package/dist/ketchup/{p-8d506556.js → p-c109ce22.js} +1 -1
  196. package/dist/ketchup/{p-a7e95b7e.entry.js → p-c2f3c9dd.entry.js} +1 -1
  197. package/dist/ketchup/{p-fa811d2e.entry.js → p-c473cfbe.entry.js} +1 -1
  198. package/dist/ketchup/{p-1ee561ba.js → p-cabebabc.js} +1 -1
  199. package/dist/ketchup/{p-b2d2d305.entry.js → p-ce257bfa.entry.js} +1 -1
  200. package/dist/ketchup/{p-6e28af6d.entry.js → p-d239b4f4.entry.js} +1 -1
  201. package/dist/ketchup/p-d49f1a0d.js +1 -0
  202. package/dist/ketchup/{p-b1359441.js → p-d696e519.js} +1 -1
  203. package/dist/ketchup/{p-ba826996.entry.js → p-e481fd5a.entry.js} +1 -1
  204. package/dist/ketchup/{p-f0e47ce4.entry.js → p-ec45b174.entry.js} +1 -1
  205. package/dist/ketchup/{p-a6c17954.entry.js → p-f2bfb53c.entry.js} +1 -1
  206. package/dist/ketchup/p-f515bf36.entry.js +8 -0
  207. package/dist/ketchup/{p-ee6f28dc.entry.js → p-f705b5f6.entry.js} +1 -1
  208. package/dist/ketchup/{p-39105c98.entry.js → p-fac09a35.entry.js} +1 -1
  209. package/dist/types/managers/kup-dates/kup-dates.d.ts +2 -2
  210. package/package.json +1 -1
  211. package/dist/ketchup/p-035efede.js +0 -1
  212. package/dist/ketchup/p-5400fd64.js +0 -1
  213. package/dist/ketchup/p-8e1f40c4.entry.js +0 -8
  214. package/dist/ketchup/p-b2ef8707.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, 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-3c858178.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-16a46c2f.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-50f0d42a.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-1e8031df.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-6ad84c45.js';
7
+ import { F as FCell } from './f-cell-21a26cc8.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-9c19ce8f.js';
15
- import './f-text-field-3241c025.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
  /**
@@ -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-3c858178.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-50f0d42a.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, ai as getCellValueForDisplay } from './kup-manager-3c858178.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, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-3c858178.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-1e8031df.js';
6
- import './kup-dates-da19044e.js';
5
+ import { F as FCell } from './f-cell-21a26cc8.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-50f0d42a.js';
11
- import './f-object-field-9c19ce8f.js';
12
- import './f-text-field-3241c025.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';
@@ -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-3241c025.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, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-3c858178.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, 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-3c858178.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-3c858178.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-3c858178.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-3c858178.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
 
@@ -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-3c858178.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.
@@ -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-4952d0a1.js';
2
+ import { f as ganttDateRangeFromTask, s as seedDates, g as getPhaseById, b as getProjectById } from './kup-planner-renderer-helper-373880b5.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-da19044e.js';
5
+ import './kup-dates-77f1a451.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-3c858178.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } 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-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-3c858178.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric } 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-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-3c858178.js';
3
- import './kup-dates-da19044e.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, h as KupDebugCategory } from './kup-manager-b367be3b.js';
3
+ import './kup-dates-77f1a451.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-3c8f4506.js';
3
- import { F as FCell, e as FLabel } from './f-cell-1e8031df.js';
4
- import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-3c858178.js';
3
+ import { F as FCell, e as FLabel } from './f-cell-21a26cc8.js';
4
+ import { F as FCellShapes, k as kupManagerInstance, ad as FCellTypes, g as getProps, s as setProps, b as KupLanguageGeneric, ai as getCellValueForDisplay, a7 as UseAsValue, ao as CHIAdapter, al as CMBandACPAdapter, an as CHKAdapter, am as RADAdapter, ap as SWTAdapter, h as KupDebugCategory, V as KupPointerEventTypes } from './kup-manager-b367be3b.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-a2ecd7c3.js';
10
10
  import './f-checkbox-5cdd1cad.js';
11
- import './f-chip-50f0d42a.js';
12
- import './f-object-field-9c19ce8f.js';
13
- import './f-text-field-3241c025.js';
14
- import './kup-dates-da19044e.js';
11
+ import './f-chip-663db488.js';
12
+ import './f-object-field-afe7604f.js';
13
+ import './f-text-field-40f1ad00.js';
14
+ import './kup-dates-77f1a451.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-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-3c858178.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
  /**
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, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-3c858178.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, h as KupDebugCategory, aE as kupDropEvent, W as kupDraggableColumnAttr, aF as kupDraggableRowAttr, _ as KupDropEventTypes, f as KupThemeColorValues } from './kup-manager-b367be3b.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
5
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
6
- import './kup-dates-da19044e.js';
6
+ import './kup-dates-77f1a451.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-da19044e.js';
1
+ import { g as getDefaultExportFromCjs, K as KupDatesFormats, c as commonjsGlobal, a as KupDates, b as KupDatesLocales } from './kup-dates-77f1a451.js';
2
2
  import { g as getAssetPath, a as setAssetPath } from './index-9b0f4a0d.js';
3
3
 
4
4
  /**
@@ -3127,7 +3127,7 @@ class KupObjects {
3127
3127
  isDate(obj) {
3128
3128
  if (!obj)
3129
3129
  return false;
3130
- return 'D8' === obj.t;
3130
+ return 'D8' === obj.t && !obj.p.includes('*UP');
3131
3131
  }
3132
3132
  /**
3133
3133
  * Checks whether the object represents an icon or not.
@@ -8396,20 +8396,32 @@ function compareValues(obj1, value1, obj2, value2, sortMode) {
8396
8396
  v2 = dom$a.ketchup.math.numberifySafe(s2);
8397
8397
  }
8398
8398
  else if (dom$a.ketchup.objects.isDate(obj1)) {
8399
- v1 = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE));
8400
- v2 = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE));
8399
+ const firstDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE));
8400
+ const secondDateValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE));
8401
+ if (firstDateValue && secondDateValue) {
8402
+ v1 = firstDateValue;
8403
+ v2 = secondDateValue;
8404
+ }
8401
8405
  }
8402
8406
  else if (dom$a.ketchup.objects.isTime(obj1)) {
8403
8407
  // Previous code could not work because dayjs
8404
8408
  // returns an invalid date when it tries to parse a time
8405
8409
  // This solution is simpler and it works because the time format
8406
8410
  // was assumed to be equals to HH:mm:ss or HH:mm
8407
- v1 = Number(s1.replace(/:/g, ''));
8408
- v2 = Number(s2.replace(/:/g, ''));
8411
+ const firstTimeValue = Number(s1.replace(/:/g, ''));
8412
+ const secondTimeValue = Number(s2.replace(/:/g, ''));
8413
+ if (!Number.isNaN(firstTimeValue) && !Number.isNaN(secondTimeValue)) {
8414
+ v1 = firstTimeValue;
8415
+ v2 = secondTimeValue;
8416
+ }
8409
8417
  }
8410
8418
  else if (dom$a.ketchup.objects.isTimestamp(obj1)) {
8411
- v1 = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE_TIME), KupDatesFormats.ISO_DATE_TIME);
8412
- v2 = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE_TIME), KupDatesFormats.ISO_DATE_TIME);
8419
+ const firstTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s1, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8420
+ const secondTimestampValue = dom$a.ketchup.dates.toDate(dom$a.ketchup.dates.format(s2, KupDatesFormats.ISO_DATE), KupDatesFormats.ISO_DATE_TIME);
8421
+ if (firstTimestampValue && secondTimestampValue) {
8422
+ v1 = firstTimestampValue;
8423
+ v2 = secondTimestampValue;
8424
+ }
8413
8425
  }
8414
8426
  if (v1 > v2) {
8415
8427
  return sm * 1;
@@ -8871,8 +8883,8 @@ class Filters {
8871
8883
  if (filterMatch && valueDate) {
8872
8884
  const [_, operator, _startWildcard, dateStr, _endWildcard] = filterMatch;
8873
8885
  // Try to convert the filter value to a Date
8874
- if (dom$9.ketchup.dates.isValidFormattedStringDate(dateStr)) {
8875
- const filterDate = dom$9.ketchup.dates.toDate(this.normalizeValue(dateStr, obj));
8886
+ const filterDate = dom$9.ketchup.dates.toDate(this.normalizeValue(dateStr, obj), defaultFormat);
8887
+ if (filterDate) {
8876
8888
  checkByRegularExpression = false;
8877
8889
  switch (operator) {
8878
8890
  case '>':
@@ -8895,7 +8907,10 @@ class Filters {
8895
8907
  if (!dom$9.ketchup.dates.isValidFormattedStringDate(normalizedFilter, defaultFormat) &&
8896
8908
  !dom$9.ketchup.dates.isValidFormattedStringDate(normalizedFilter) &&
8897
8909
  !dom$9.ketchup.dates.isValidFormattedStringTime(value, dom$9.ketchup.objects.isTimeWithSeconds(obj))) {
8898
- value = dom$9.ketchup.dates.format(value);
8910
+ const formattedValue = dom$9.ketchup.dates.format(value);
8911
+ if (formattedValue !== 'Invalid Date') {
8912
+ value = formattedValue;
8913
+ }
8899
8914
  }
8900
8915
  }
8901
8916
  if (checkByRegularExpression) {
@@ -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-3c858178.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 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-3c858178.js';
2
+ import { k as kupManagerInstance, g as getProps, e as KupDynamicPositionPlacement, v as KupCardFamily } from './kup-manager-b367be3b.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FTextField } from './f-text-field-3241c025.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 './kup-dates-da19044e.js';
6
+ import './kup-dates-77f1a451.js';
7
7
  import './f-image-a2ecd7c3.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-9c19ce8f.js';
3
- import { k as kupManagerInstance, g as getProps } from './kup-manager-3c858178.js';
2
+ import { F as FObjectField } from './f-object-field-afe7604f.js';
3
+ import { k as kupManagerInstance, g as getProps } from './kup-manager-b367be3b.js';
4
4
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
5
5
  import './f-button-3c8f4506.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-a2ecd7c3.js';
8
- import './f-text-field-3241c025.js';
9
- import './kup-dates-da19044e.js';
8
+ import './f-text-field-40f1ad00.js';
9
+ import './kup-dates-77f1a451.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-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-3c858178.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 { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-da19044e.js';
4
+ import { e as getAugmentedNamespace, f as commonjsRequire, g as getDefaultExportFromCjs } from './kup-dates-77f1a451.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-pdf component.
@@ -1,4 +1,4 @@
1
- import { a as KupDates } from './kup-dates-da19044e.js';
1
+ import { a as KupDates } from './kup-dates-77f1a451.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-4952d0a1.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-373880b5.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-da19044e.js';
4
+ import { a as KupDates } from './kup-dates-77f1a451.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, ai as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-3c858178.js';
2
+ import { k as kupManagerInstance, ai as getCellValueForDisplay, g as getProps, s as setProps, d as KupThemeIconValues, u as KupLanguageSearch } from './kup-manager-b367be3b.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-3241c025.js';
5
+ import { F as FTextField } from './f-text-field-40f1ad00.js';
6
6
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
7
- import './kup-dates-da19044e.js';
7
+ import './kup-dates-77f1a451.js';
8
8
  import './f-image-a2ecd7c3.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-3c858178.js';
2
+ import { k as kupManagerInstance } 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 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-3c858178.js';
3
- import './kup-dates-da19044e.js';
2
+ import { k as kupManagerInstance } from './kup-manager-b367be3b.js';
3
+ import './kup-dates-77f1a451.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-3c858178.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
4
  import { F as FButton } from './f-button-3c8f4506.js';
5
- import './kup-dates-da19044e.js';
5
+ import './kup-dates-77f1a451.js';
6
6
  import './f-button-declarations-6c8f8abe.js';
7
7
  import './f-image-a2ecd7c3.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-3c858178.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
  /**
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-3c858178.js';
2
+ import { k as kupManagerInstance, h as KupDebugCategory, g as getProps, s as setProps } from './kup-manager-b367be3b.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-da19044e.js';
5
+ import './kup-dates-77f1a451.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-3c858178.js';
2
+ import { k as kupManagerInstance, e as KupDynamicPositionPlacement, g as getProps, s as setProps } from './kup-manager-b367be3b.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-a2ecd7c3.js';
6
- import './kup-dates-da19044e.js';
6
+ import './kup-dates-77f1a451.js';
7
7
 
8
8
  /**
9
9
  * Props of the kup-typography component.
@@ -1 +1 @@
1
- import{K as p}from"./p-b1359441.js";import"./p-1ee561ba.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}
1
+ import{K as p}from"./p-d696e519.js";import"./p-cabebabc.js";import"./p-710d0a7d.js";function r(r){return new p(r)}export{r as newKupManager}