@sme.up/ketchup 9.6.3 → 9.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/dist/cjs/{f-button-9a0eba42.js → f-button-89de2403.js} +1 -1
  2. package/dist/cjs/{f-cell-1ad41071.js → f-cell-75dbd6eb.js} +9 -29
  3. package/dist/cjs/{f-chip-48851b4f.js → f-chip-08857345.js} +2 -2
  4. package/dist/cjs/{f-image-541e5f4d.js → f-image-a41d7f1e.js} +1 -1
  5. package/dist/cjs/{f-paginator-utils-8ff2a9b4.js → f-paginator-utils-ff07301e.js} +3 -3
  6. package/dist/cjs/{f-text-field-ac5d6497.js → f-text-field-eb207a83.js} +1 -1
  7. package/dist/cjs/index.cjs.js +2 -2
  8. package/dist/cjs/ketchup.cjs.js +1 -1
  9. package/dist/cjs/kup-accordion.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_27.cjs.entry.js +47 -47
  11. package/dist/cjs/kup-box.cjs.entry.js +8 -8
  12. package/dist/cjs/kup-calendar.cjs.entry.js +5 -5
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +7 -7
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +8 -8
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +5 -5
  17. package/dist/cjs/{kup-dates-b7d53b4d.js → kup-dates-e22ee32c.js} +21 -0
  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 +4 -4
  22. package/dist/cjs/kup-gantt_10.cjs.entry.js +21 -21
  23. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-image-list.cjs.entry.js +7 -7
  26. package/dist/cjs/kup-input-panel.cjs.entry.js +298 -0
  27. package/dist/cjs/kup-lazy.cjs.entry.js +13 -13
  28. package/dist/cjs/kup-magic-box.cjs.entry.js +6 -6
  29. package/dist/cjs/{kup-manager-26a9154b.js → kup-manager-abfe4ddd.js} +9 -1
  30. package/dist/cjs/kup-nav-bar.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-numeric-picker.cjs.entry.js +4 -4
  32. package/dist/cjs/kup-pdf.cjs.entry.js +76600 -0
  33. package/dist/cjs/kup-photo-frame.cjs.entry.js +4 -4
  34. package/dist/cjs/{kup-planner-renderer-helper-680bbd5a.js → kup-planner-renderer-helper-9f776d6e.js} +1 -1
  35. package/dist/cjs/kup-planner-renderer.cjs.entry.js +3 -3
  36. package/dist/cjs/kup-planner.cjs.entry.js +4 -4
  37. package/dist/cjs/kup-probe.cjs.entry.js +3 -3
  38. package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
  39. package/dist/cjs/kup-snackbar.cjs.entry.js +5 -5
  40. package/dist/cjs/loader.cjs.js +1 -1
  41. package/dist/collection/assets/index.js +8 -0
  42. package/dist/collection/assets/input-panel.js +249 -0
  43. package/dist/collection/assets/pdf.js +15 -0
  44. package/dist/collection/collection-manifest.json +2 -0
  45. package/dist/collection/components/kup-input-panel/kup-input-panel-declarations.js +8 -0
  46. package/dist/collection/components/kup-input-panel/kup-input-panel.css +132 -0
  47. package/dist/collection/components/kup-input-panel/kup-input-panel.e2e.js +305 -0
  48. package/dist/collection/components/kup-input-panel/kup-input-panel.js +522 -0
  49. package/dist/collection/components/kup-lazy/kup-lazy.js +11 -11
  50. package/dist/collection/components/kup-list/kup-list.js +1 -1
  51. package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
  52. package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +1 -1
  53. package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +1 -1
  54. package/dist/collection/components/kup-pdf/kup-pdf-declarations.js +8 -0
  55. package/dist/collection/components/kup-pdf/kup-pdf.css +169 -0
  56. package/dist/collection/components/kup-pdf/kup-pdf.js +262 -0
  57. package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +2 -2
  58. package/dist/collection/components/kup-planner/kup-planner.js +1 -1
  59. package/dist/collection/components/kup-planner/utils/custom-task-list-header.js +2 -2
  60. package/dist/collection/components/kup-planner/utils/custom-task-list-table.js +1 -1
  61. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +1 -1
  62. package/dist/collection/components/kup-planner/utils/kup-gantt-calendar/kup-gantt-calendar.js +1 -1
  63. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +2 -2
  64. package/dist/collection/components/kup-planner/utils/kup-horizontal-scroll/kup-horizontal-scroll.js +2 -2
  65. package/dist/collection/components/kup-planner/utils/kup-planner-renderer.js +1 -1
  66. package/dist/collection/components/kup-planner/utils/kup-switcher/kup-switcher.js +1 -1
  67. package/dist/collection/components/kup-planner/utils/kup-task-gantt/kup-task-gantt.js +2 -2
  68. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-header.js +7 -7
  69. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list-table.js +1 -1
  70. package/dist/collection/components/kup-planner/utils/kup-task-list/kup-task-list.js +1 -1
  71. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-standard-tooltip.js +1 -1
  72. package/dist/collection/components/kup-planner/utils/kup-tooltip/kup-tooltip.js +1 -1
  73. package/dist/collection/components/kup-planner/utils/kup-vertical-scroll/kup-vertical-scroll.js +2 -2
  74. package/dist/collection/components/kup-probe/kup-probe.js +1 -1
  75. package/dist/collection/components/kup-progress-bar/kup-progress-bar.js +1 -1
  76. package/dist/collection/components/kup-qlik/kup-qlik.js +1 -1
  77. package/dist/collection/components/kup-rating/kup-rating.js +1 -1
  78. package/dist/collection/components/kup-snackbar/kup-snackbar.js +1 -1
  79. package/dist/collection/components/kup-spinner/kup-spinner.js +34 -34
  80. package/dist/collection/components/kup-switch/kup-switch.js +1 -1
  81. package/dist/collection/components/kup-time-picker/kup-time-picker.js +1 -1
  82. package/dist/collection/f-components/f-cell/f-cell.js +5 -24
  83. package/dist/collection/managers/kup-theme/kup-theme-declarations.js +7 -0
  84. package/dist/collection/types/GenericTypes.js +1 -0
  85. package/dist/components/custom-task-list-header.js +2 -2
  86. package/dist/components/custom-task-list-table.js +1 -1
  87. package/dist/components/kup-autocomplete2.js +44 -64
  88. package/dist/components/kup-box2.js +1 -1
  89. package/dist/components/kup-calendar.js +1 -1
  90. package/dist/components/kup-cell.js +1 -1
  91. package/dist/components/kup-dashboard.js +1 -1
  92. package/dist/components/kup-dates.js +20 -1
  93. package/dist/components/kup-echart2.js +1 -1
  94. package/dist/components/kup-gantt-calendar2.js +1 -1
  95. package/dist/components/kup-gantt2.js +1 -1
  96. package/dist/components/kup-grid-renderer2.js +2 -2
  97. package/dist/components/kup-grid2.js +1 -1
  98. package/dist/components/kup-horizontal-scroll2.js +2 -2
  99. package/dist/components/kup-iframe.js +1 -1
  100. package/dist/components/kup-image-list.js +1 -1
  101. package/dist/components/kup-input-panel.d.ts +11 -0
  102. package/dist/components/kup-input-panel.js +449 -0
  103. package/dist/components/kup-lazy.js +11 -11
  104. package/dist/components/kup-magic-box.js +4 -4
  105. package/dist/components/kup-manager.js +9 -1
  106. package/dist/components/kup-nav-bar.js +1 -1
  107. package/dist/components/kup-numeric-picker.js +2 -2
  108. package/dist/components/kup-pdf.d.ts +11 -0
  109. package/dist/components/kup-pdf.js +76756 -0
  110. package/dist/components/kup-photo-frame.js +2 -2
  111. package/dist/components/kup-planner-renderer2.js +1 -1
  112. package/dist/components/kup-planner.js +1 -1
  113. package/dist/components/kup-probe.js +1 -1
  114. package/dist/components/kup-qlik.js +1 -1
  115. package/dist/components/kup-snackbar.js +1 -1
  116. package/dist/components/kup-standard-tooltip2.js +1 -1
  117. package/dist/components/kup-switcher2.js +1 -1
  118. package/dist/components/kup-task-gantt2.js +2 -2
  119. package/dist/components/kup-task-list-header2.js +7 -7
  120. package/dist/components/kup-task-list-table2.js +1 -1
  121. package/dist/components/kup-task-list2.js +1 -1
  122. package/dist/components/kup-tooltip2.js +1 -1
  123. package/dist/components/kup-vertical-scroll2.js +2 -2
  124. package/dist/esm/{f-button-45d690a5.js → f-button-1eebd42e.js} +1 -1
  125. package/dist/esm/{f-cell-63db06db.js → f-cell-af19d5c7.js} +9 -29
  126. package/dist/esm/{f-chip-f1ab6c5e.js → f-chip-9e5fdb25.js} +2 -2
  127. package/dist/esm/{f-image-8b382cc5.js → f-image-1e1ed567.js} +1 -1
  128. package/dist/esm/{f-paginator-utils-ae563cd5.js → f-paginator-utils-dede029b.js} +3 -3
  129. package/dist/esm/{f-text-field-b5fcb598.js → f-text-field-802b45fb.js} +1 -1
  130. package/dist/esm/index.js +2 -2
  131. package/dist/esm/ketchup.js +1 -1
  132. package/dist/esm/kup-accordion.entry.js +3 -3
  133. package/dist/esm/kup-autocomplete_27.entry.js +47 -47
  134. package/dist/esm/kup-box.entry.js +8 -8
  135. package/dist/esm/kup-calendar.entry.js +5 -5
  136. package/dist/esm/kup-card-list.entry.js +2 -2
  137. package/dist/esm/kup-cell.entry.js +7 -7
  138. package/dist/esm/kup-custom-task-list-header_4.entry.js +8 -8
  139. package/dist/esm/kup-dashboard.entry.js +5 -5
  140. package/dist/esm/{kup-dates-4ad48be7.js → kup-dates-26a56bf7.js} +20 -1
  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 +4 -4
  145. package/dist/esm/kup-gantt_10.entry.js +21 -21
  146. package/dist/esm/kup-grid.entry.js +2 -2
  147. package/dist/esm/kup-iframe.entry.js +2 -2
  148. package/dist/esm/kup-image-list.entry.js +7 -7
  149. package/dist/esm/kup-input-panel.entry.js +294 -0
  150. package/dist/esm/kup-lazy.entry.js +13 -13
  151. package/dist/esm/kup-magic-box.entry.js +6 -6
  152. package/dist/esm/{kup-manager-cdb4f21a.js → kup-manager-dd24fb5a.js} +9 -1
  153. package/dist/esm/kup-nav-bar.entry.js +3 -3
  154. package/dist/esm/kup-numeric-picker.entry.js +4 -4
  155. package/dist/esm/kup-pdf.entry.js +76596 -0
  156. package/dist/esm/kup-photo-frame.entry.js +4 -4
  157. package/dist/esm/{kup-planner-renderer-helper-da0518be.js → kup-planner-renderer-helper-b4727e44.js} +1 -1
  158. package/dist/esm/kup-planner-renderer.entry.js +3 -3
  159. package/dist/esm/kup-planner.entry.js +4 -4
  160. package/dist/esm/kup-probe.entry.js +3 -3
  161. package/dist/esm/kup-qlik.entry.js +3 -3
  162. package/dist/esm/kup-snackbar.entry.js +5 -5
  163. package/dist/esm/loader.js +1 -1
  164. package/dist/ketchup/index.esm.js +1 -1
  165. package/dist/ketchup/ketchup.esm.js +1 -1
  166. package/dist/ketchup/p-14943de9.entry.js +1 -0
  167. package/dist/ketchup/{p-c6b34763.entry.js → p-158076de.entry.js} +1 -1
  168. package/dist/ketchup/{p-670354ef.entry.js → p-180cd7ab.entry.js} +1 -1
  169. package/dist/ketchup/{p-b6a21b6a.entry.js → p-19a13672.entry.js} +1 -1
  170. package/dist/ketchup/{p-d9284d98.entry.js → p-201f8d7b.entry.js} +1 -1
  171. package/dist/ketchup/{p-41e8402e.entry.js → p-26d42b88.entry.js} +1 -1
  172. package/dist/ketchup/{p-590c34bc.js → p-2d4a9235.js} +1 -1
  173. package/dist/ketchup/{p-090e5097.entry.js → p-2e04042b.entry.js} +1 -1
  174. package/dist/ketchup/{p-e508b2fd.entry.js → p-34d70475.entry.js} +1 -1
  175. package/dist/ketchup/{p-e0a1fbe7.entry.js → p-3b544027.entry.js} +1 -1
  176. package/dist/ketchup/{p-4c100286.entry.js → p-43ce397b.entry.js} +1 -1
  177. package/dist/ketchup/{p-31c0cfc0.entry.js → p-489af77f.entry.js} +1 -1
  178. package/dist/ketchup/{p-ca8a1f53.entry.js → p-4f69f6f9.entry.js} +1 -1
  179. package/dist/ketchup/{p-ba0f28b7.js → p-61e8d573.js} +1 -1
  180. package/dist/ketchup/{p-ca42a421.entry.js → p-636be6f1.entry.js} +2 -2
  181. package/dist/ketchup/{p-ec4050e1.entry.js → p-63c141d9.entry.js} +1 -1
  182. package/dist/ketchup/{p-4dfc5927.entry.js → p-6972fa0c.entry.js} +1 -1
  183. package/dist/ketchup/{p-a5074ce4.js → p-6c888179.js} +1 -1
  184. package/dist/ketchup/{p-1474852d.entry.js → p-79f4dc5b.entry.js} +1 -1
  185. package/dist/ketchup/{p-2b40d9b9.entry.js → p-818e61d5.entry.js} +1 -1
  186. package/dist/ketchup/{p-9a856951.js → p-8229b97a.js} +1 -1
  187. package/dist/ketchup/p-8f3d400a.entry.js +44 -0
  188. package/dist/ketchup/{p-bedabdb5.js → p-8fcdf454.js} +1 -1
  189. package/dist/ketchup/{p-ad6a3c2a.entry.js → p-a2e14d8b.entry.js} +1 -1
  190. package/dist/ketchup/{p-d839ce21.entry.js → p-a2e691b8.entry.js} +2 -2
  191. package/dist/ketchup/p-a46f99d4.js +1 -0
  192. package/dist/ketchup/{p-1cd48eea.entry.js → p-b238cde7.entry.js} +1 -1
  193. package/dist/ketchup/{p-837bd0a6.entry.js → p-b3b50bb5.entry.js} +1 -1
  194. package/dist/ketchup/{p-d50515f7.js → p-c0f660d6.js} +1 -1
  195. package/dist/ketchup/{p-157f0e89.entry.js → p-cd7fec02.entry.js} +1 -1
  196. package/dist/ketchup/{p-cbe42afd.entry.js → p-dcf7e9b6.entry.js} +1 -1
  197. package/dist/ketchup/{p-e0c10de2.entry.js → p-e0e47ca9.entry.js} +1 -1
  198. package/dist/ketchup/{p-9852b1e9.js → p-e4c63684.js} +1 -1
  199. package/dist/ketchup/{p-cc7352a8.entry.js → p-e7507dd6.entry.js} +1 -1
  200. package/dist/ketchup/p-eb8ea3a6.js +1 -0
  201. package/dist/ketchup/{p-d608f866.entry.js → p-f998ff28.entry.js} +1 -1
  202. package/dist/ketchup/{p-21351b19.entry.js → p-f9a7c21c.entry.js} +1 -1
  203. package/dist/types/components/kup-input-panel/kup-input-panel-declarations.d.ts +79 -0
  204. package/dist/types/components/kup-input-panel/kup-input-panel.d.ts +67 -0
  205. package/dist/types/components/kup-pdf/kup-pdf-declarations.d.ts +7 -0
  206. package/dist/types/components/kup-pdf/kup-pdf.d.ts +42 -0
  207. package/dist/types/components.d.ts +158 -0
  208. package/dist/types/types/GenericTypes.d.ts +1 -0
  209. package/package.json +2 -1
  210. package/dist/ketchup/p-5c79cb74.js +0 -1
  211. package/dist/ketchup/p-935f58fc.js +0 -1
@@ -1,17 +1,17 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, g as getAssetPath } from './index-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, a as KupThemeIconValues, b as KupDynamicPositionPlacement, c as KupThemeColorValues, d as KupDebugCategory, F as FCellShapes, e as FCellPadding, f as fillString, h as KupCardBuiltInClockElements, i as KupCardCSSClasses, j as KupLanguageTotals, l as KupLanguageGeneric, m as KupLanguageColumn, n as KupDataNewColumnTypes, o as KupCardSubEvents, p as KupCardIds, q as KupLanguageRow, r as KupCardFamily, t as KupCardProps, u as getColumnByName, v as formatToNumber, w as KupObjects, x as identify, G as GroupLabelDisplayMode, S as SelectionMode, y as KupLanguageGrouping, z as KupLanguageCheckbox, A as getValueForDisplay2, B as Filters, C as getValueForDisplay, D as KupLanguageSearch, E as FilterInterval, L as LoadMoreMode, P as PaginatorPos, H as ShowGrid, T as TotalLabel, I as TotalMode, J as kupDynamicPositionAttribute, M as KupPointerEventTypes, N as kupDraggableColumnAttr, O as kupDragActiveAttr, Q as KupDragEffect, R as kupDraggableCellAttr, U as KupDropEventTypes, V as FixedCellsClasses, W as FixedCellsCSSVarsBase, X as KupLanguageFontsize, Y as KupLanguageDensity, Z as KupLanguageGrid, _ as KupDataTableProps, $ as SortMode, a0 as iconColumn, a1 as keyColumn, a2 as fieldColumn, a3 as FCellTypes, a4 as addColumnValueFromRow, a5 as KupGlobalFilterMode } from './kup-manager-cdb4f21a.js';
3
- import { F as FTextField } from './f-text-field-b5fcb598.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, a as KupThemeIconValues, b as KupDynamicPositionPlacement, c as KupThemeColorValues, d as KupDebugCategory, F as FCellShapes, e as FCellPadding, f as fillString, h as KupCardBuiltInClockElements, i as KupCardCSSClasses, j as KupLanguageTotals, l as KupLanguageGeneric, m as KupLanguageColumn, n as KupDataNewColumnTypes, o as KupCardSubEvents, p as KupCardIds, q as KupLanguageRow, r as KupCardFamily, t as KupCardProps, u as getColumnByName, v as formatToNumber, w as KupObjects, x as identify, G as GroupLabelDisplayMode, S as SelectionMode, y as KupLanguageGrouping, z as KupLanguageCheckbox, A as getValueForDisplay2, B as Filters, C as getValueForDisplay, D as KupLanguageSearch, E as FilterInterval, L as LoadMoreMode, P as PaginatorPos, H as ShowGrid, T as TotalLabel, I as TotalMode, J as kupDynamicPositionAttribute, M as KupPointerEventTypes, N as kupDraggableColumnAttr, O as kupDragActiveAttr, Q as KupDragEffect, R as kupDraggableCellAttr, U as KupDropEventTypes, V as FixedCellsClasses, W as FixedCellsCSSVarsBase, X as KupLanguageFontsize, Y as KupLanguageDensity, Z as KupLanguageGrid, _ as KupDataTableProps, $ as SortMode, a0 as iconColumn, a1 as keyColumn, a2 as fieldColumn, a3 as FCellTypes, a4 as addColumnValueFromRow, a5 as KupGlobalFilterMode } from './kup-manager-dd24fb5a.js';
3
+ import { F as FTextField } from './f-text-field-802b45fb.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-c88bf688.js';
5
- import { I as ItemsDisplayMode, F as FCell, K as KupListRole, a as KupListProps, b as FProgressBar, c as FRadio, d as FRating, e as FSwitch } from './f-cell-63db06db.js';
5
+ import { I as ItemsDisplayMode, F as FCell, K as KupListRole, a as KupListProps, b as FProgressBar, c as FRadio, d as FRating, e as FSwitch } from './f-cell-af19d5c7.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FImage } from './f-image-8b382cc5.js';
8
- import { F as FButton } from './f-button-45d690a5.js';
7
+ import { F as FImage } from './f-image-1e1ed567.js';
8
+ import { F as FButton } from './f-button-1eebd42e.js';
9
9
  import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
10
- import { e as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, b as KupDates, a as KupDatesNormalize } from './kup-dates-4ad48be7.js';
11
- import { F as FChipType, a as FChip } from './f-chip-f1ab6c5e.js';
10
+ import { e as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, b as KupDates, a as KupDatesNormalize } from './kup-dates-26a56bf7.js';
11
+ import { F as FChipType, a as FChip } from './f-chip-9e5fdb25.js';
12
12
  import { M as MDCRipple } from './component-879e99bf.js';
13
13
  import { F as FCheckbox } from './f-checkbox-ddb6234e.js';
14
- import { F as FiltersColumnMenu, a as FiltersRows, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, g as groupRows, s as sortRows, b as FPaginator, d as pageChange, r as rowsPerPageChange, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './f-paginator-utils-ae563cd5.js';
14
+ import { F as FiltersColumnMenu, a as FiltersRows, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, g as groupRows, s as sortRows, b as FPaginator, d as pageChange, r as rowsPerPageChange, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './f-paginator-utils-dede029b.js';
15
15
 
16
16
  /**
17
17
  * Props of the kup-autocomplete component.
@@ -14655,7 +14655,7 @@ const KupList = class {
14655
14655
  }
14656
14656
  __classPrivateFieldSet(this, _KupList_radios, [], "f");
14657
14657
  let index = 0;
14658
- return (h(Host, { key: '194df42c5611ef6766ef6b4a884f6984fe4bfea3' }, h("style", { key: '84d0b6b672f231a84710edacda440868e0a766f4' }, __classPrivateFieldGet$2(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c8791b72c1f441ade671d839fd6f9d6d108822b6', id: "kup-component", class: wrapperClass }, h("ul", { key: 'e0d417a98be09879176648f4b76bf1331ac4f3e5', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
14658
+ return (h(Host, { key: '3181209e4896fb9f83feff44ad341bc1b4cd3e7c' }, h("style", { key: '360f38ea751b8b6e969629936967db8fa36efa20' }, __classPrivateFieldGet$2(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'c66d2c82e8ce58320e9d2413825463234b206a02', id: "kup-component", class: wrapperClass }, h("ul", { key: '009e5afdbd9bd5b0ec63a1fdcb814a05a171946b', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
14659
14659
  .filter((item) => __classPrivateFieldGet$2(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
14660
14660
  .map((item) => __classPrivateFieldGet$2(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++))))));
14661
14661
  }
@@ -14947,7 +14947,7 @@ const KupProgressBar = class {
14947
14947
  ? true
14948
14948
  : false,
14949
14949
  };
14950
- return (h(Host, { key: '1b2425a71715fddcf35e70489b6c8a3a69b2f46b' }, h("style", { key: '99bb7c045653035435bbb392febdb1fa84323f7f' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '09ba97b815a0a175a514504eb360f3dd0e936a6f', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: 'c442aa63b4c117266e1f52abb6167a2b0eb765b2' }, props)))));
14950
+ return (h(Host, { key: 'e3d69a32dbec693f8422b7e7346b7b804eeb76ca' }, h("style", { key: '262b6848f0829cb32c4101e238bf4436e335246b' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '71de2f445158aec16e207563d8a6dbfbc1935798', id: componentWrapperId }, h(FProgressBar, Object.assign({ key: '4a7d4af7f4f5029c9e0a113258291b3314886ad4' }, props)))));
14951
14951
  }
14952
14952
  disconnectedCallback() {
14953
14953
  this.kupManager.theme.unregister(this);
@@ -15203,7 +15203,7 @@ const KupRating = class {
15203
15203
  : false,
15204
15204
  onClick: (i) => this.onKupClick(i),
15205
15205
  };
15206
- return (h(Host, { key: 'd31390528c93c0199b6d0db4b7e1deb01c81f2dd' }, h("style", { key: '78e614396810ee9261e5573633d5cac7e8ecb08f' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '547e1d51db015599d45f6ee822041392f842ed75', id: componentWrapperId }, h(FRating, Object.assign({ key: 'ea9e6df8ab9af9f3cc8845f4fd3e2f00db74aacc' }, props)))));
15206
+ return (h(Host, { key: '4e24c6e19d8bdf55cd5af32b56443a16ad4338fd' }, h("style", { key: '134f0d0b306debe1051accef1f8f453d0b31a74a' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '90bf22fb71164827090b8aa5c0e7130f0faa044d', id: componentWrapperId }, h(FRating, Object.assign({ key: 'd7528316b469425004dafadf7c3e23bcfc21d88d' }, props)))));
15207
15207
  }
15208
15208
  disconnectedCallback() {
15209
15209
  this.kupManager.theme.unregister(this);
@@ -15326,59 +15326,59 @@ const KupSpinner = class {
15326
15326
  spinnerClass = 'spinner-v' + this.layout;
15327
15327
  if (this.layout === 7) {
15328
15328
  spinnerEl = [
15329
- h("div", { key: '359be367c94c07c33890de1ed3b603841761c936', class: "sk-spinner-v7-dot" }),
15330
- h("div", { key: 'dd610e61f79f4fb3bf3a75b2f8033a3de9059e57', class: "sk-spinner-v7-dot" }),
15331
- h("div", { key: 'fd2a76c433135c56f8f7ff01e33c175813c2a843', class: "sk-spinner-v7-dot" }),
15332
- h("div", { key: '100a69fbea8fae1b420d9dc67d3762cd06951232', class: "sk-spinner-v7-dot" }),
15333
- h("div", { key: 'fcd6789d7c97391b519ac9adffd2d86cd8392c5f', class: "sk-spinner-v7-dot" }),
15334
- h("div", { key: '0dabff76162459dfebd5dac161e01c27478bf312', class: "sk-spinner-v7-dot" }),
15329
+ h("div", { key: '90666ad7ad0e23c1330fc0455ab17bff299eb43d', class: "sk-spinner-v7-dot" }),
15330
+ h("div", { key: '3345052dd461e7ec46d1da3909f75ccc5f698499', class: "sk-spinner-v7-dot" }),
15331
+ h("div", { key: '74b6dc03fc349bf03f82c2f45b6049d0a96d5b37', class: "sk-spinner-v7-dot" }),
15332
+ h("div", { key: '010f250853f56f487bb30473dff13a17d2762577', class: "sk-spinner-v7-dot" }),
15333
+ h("div", { key: 'd351612d02e8b08ae603f60555cd3497450d1066', class: "sk-spinner-v7-dot" }),
15334
+ h("div", { key: 'd3119619838e12b25a6477b05978b155803b9da9', class: "sk-spinner-v7-dot" }),
15335
15335
  ];
15336
15336
  }
15337
15337
  if (this.layout === 9) {
15338
15338
  spinnerEl = [
15339
- h("div", { key: '6097993bc339582792e4ba872d49618337297d31', class: "sk-spinner-v9-bounce1" }),
15340
- h("div", { key: '77d72d881258fe5ef3f852b5f566899e326baab4', class: "sk-spinner-v9-bounce2" }),
15339
+ h("div", { key: '995a07fd01c96a76629d3927590d8e7a48e30df7', class: "sk-spinner-v9-bounce1" }),
15340
+ h("div", { key: 'c101e0eb13a5776f891766e2fa5fe41116f7e7af', class: "sk-spinner-v9-bounce2" }),
15341
15341
  ];
15342
15342
  }
15343
15343
  if (this.layout === 10) {
15344
15344
  spinnerEl = [
15345
- h("div", { key: 'f6b6405c20f8e4545a1d1fb76b4c282614055b90', class: "sk-spinner-v10-cube1" }),
15346
- h("div", { key: '439ccf9e4679b9f84d9c2d5d78de3f4fefa29d9b', class: "sk-spinner-v10-cube2" }),
15345
+ h("div", { key: '8e4989bceee360ec25e4d0d5a313e1759b26acda', class: "sk-spinner-v10-cube1" }),
15346
+ h("div", { key: '6b0b8bf998f1e52b5a67eeeffbbb9fb3a863d6ff', class: "sk-spinner-v10-cube2" }),
15347
15347
  ];
15348
15348
  }
15349
15349
  if (this.layout === 12) {
15350
15350
  spinnerEl = [
15351
- h("div", { key: '0560fbe74edcd2cc7e2669f0d2e8694e4f7d024a', class: "sk-spinner-v12-dot1" }),
15352
- h("div", { key: '6c3d65e391c185581cdd937dc6d1018a8cab1f05', class: "sk-spinner-v12-dot2" }),
15351
+ h("div", { key: '3293f00ef4d27cf9de011aa6194c2b3791d82572', class: "sk-spinner-v12-dot1" }),
15352
+ h("div", { key: 'be20bfcb1e61da73b9041b59227639899b1ad5b1', class: "sk-spinner-v12-dot2" }),
15353
15353
  ];
15354
15354
  }
15355
15355
  if (this.layout === 13) {
15356
15356
  spinnerEl = [
15357
- h("div", { key: '69b86ac19c0a5514784603f30a5d1894fc75801b', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
15358
- h("div", { key: '00d221803e1466b85e1b679bf5ec1c898dc1b9aa', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
15359
- h("div", { key: '5194a1c883a16a0a15ce430c05dc89f0e4d7d818', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
15360
- h("div", { key: '06997f1b7f6dc4c7d9fed22536cd7b1bb4def915', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
15361
- h("div", { key: '9645b92f0840866b75f08087860cd7df3ad9189c', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
15362
- h("div", { key: '062757580932383e18ed19dff2cd32b77c63fbf4', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
15363
- h("div", { key: 'e2db26066dfb926ac869ce19e4524d9220766d4f', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
15364
- h("div", { key: 'd3d5d979ec844f7480db8e764e86a2d5d428b661', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
15365
- h("div", { key: '33ee04b71b70e16e38823299fdd04066c88b3894', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
15357
+ h("div", { key: '2e797f2237b2a0c115b79d8f40829e8d1a98aba5', class: "sk-spinner-v13-cube sk-spinner-v13-cube1" }),
15358
+ h("div", { key: '69326de8e0cc99e6d84db29baf66face42bff232', class: "sk-spinner-v13-cube sk-spinner-v13-cube2" }),
15359
+ h("div", { key: '19a168af29b9945406f0825102e9d1f2b0dc30b8', class: "sk-spinner-v13-cube sk-spinner-v13-cube3" }),
15360
+ h("div", { key: 'c6ee21ac84b32c1f5e9a80bad9cc8ebe8b0bb372', class: "sk-spinner-v13-cube sk-spinner-v13-cube4" }),
15361
+ h("div", { key: '815cb43eeb85da1001819ea01ec308df0d924839', class: "sk-spinner-v13-cube sk-spinner-v13-cube5" }),
15362
+ h("div", { key: '9d7ccae4b3b2f2fd7312d2c94fe8f9d878fd42c2', class: "sk-spinner-v13-cube sk-spinner-v13-cube6" }),
15363
+ h("div", { key: 'dfa0abfeb122ffc5393eb44b0baf1064249a8e35', class: "sk-spinner-v13-cube sk-spinner-v13-cube7" }),
15364
+ h("div", { key: '473fa7685a333d25698f487e409f575b65e77202', class: "sk-spinner-v13-cube sk-spinner-v13-cube8" }),
15365
+ h("div", { key: 'f6204b28119e835bb9feee65b70de391807b34ec', class: "sk-spinner-v13-cube sk-spinner-v13-cube9" }),
15366
15366
  ];
15367
15367
  }
15368
15368
  if (this.layout === 14) {
15369
15369
  spinnerEl = [
15370
- h("div", { key: '93929d740397ab1e70896abca6df56ca07239397', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
15371
- h("div", { key: '2e8ef8edffaf868e7d07a68a9692c2a442ab2004', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
15372
- h("div", { key: '470de093a1a1e00c7cd1d820bf1047679e95023a', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
15373
- h("div", { key: '9451f27fcaa437c518354168dac1fda9dcb5d1c8', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
15374
- h("div", { key: '01fad1595f607900cc76dd63ab2e49f51ab1e8a1', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
15375
- h("div", { key: '127c9f2d7ad50a463f3ca9bdd5ab0640a8581358', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
15376
- h("div", { key: '7b722ba2c270d743aebcc6995cff8322cf0a014d', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
15377
- h("div", { key: '56ec617ec9f367543798bebf8b6ae2f153a89f11', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
15378
- h("div", { key: 'c2974a187a0f3600210a24bb276407e5fd758dee', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
15379
- h("div", { key: '8bcdf75c43b61ff44f617799fa06cab21757fb43', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
15380
- h("div", { key: '2bb19eb0cd5ae87ff035e8dc2519dd6d4b6ef93c', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
15381
- h("div", { key: '149a1519ecd99be2bce3d050936dcacc605509d4', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
15370
+ h("div", { key: '87be0fc8e745ecbb8f0c20378cd227542306ad30', class: "sk-spinner-v14-circle1 sk-spinner-v14-circle" }),
15371
+ h("div", { key: '8408bbe50f643c50661b92925acdfffb1038120e', class: "sk-spinner-v14-circle2 sk-spinner-v14-circle" }),
15372
+ h("div", { key: '95fadaf51325082d227b4013ec85a77924655d2d', class: "sk-spinner-v14-circle3 sk-spinner-v14-circle" }),
15373
+ h("div", { key: '09a5e877113e12c0010a4ce6ec8951a6445b51cc', class: "sk-spinner-v14-circle4 sk-spinner-v14-circle" }),
15374
+ h("div", { key: '4fb21591657b3e9d9caa1e290012b589049d6b21', class: "sk-spinner-v14-circle5 sk-spinner-v14-circle" }),
15375
+ h("div", { key: 'dc4ce858ebd380ba0af38fda60c9df2c2718dfad', class: "sk-spinner-v14-circle6 sk-spinner-v14-circle" }),
15376
+ h("div", { key: '4b7c4c99fdcb95a74e25cd5398909221bf23666e', class: "sk-spinner-v14-circle7 sk-spinner-v14-circle" }),
15377
+ h("div", { key: 'fef3c733fd9439f33ec04d8145cb8fe6ca3e65e0', class: "sk-spinner-v14-circle8 sk-spinner-v14-circle" }),
15378
+ h("div", { key: '9ae20267a3c8232a2fcb8437859e0d4cb5eef567', class: "sk-spinner-v14-circle9 sk-spinner-v14-circle" }),
15379
+ h("div", { key: '4834cb4c42f3ecad07d5075b80dcbb25b33df296', class: "sk-spinner-v14-circle10 sk-spinner-v14-circle" }),
15380
+ h("div", { key: 'c5a05c73a0331b8661f3ba062b8aed07a1bd3f75', class: "sk-spinner-v14-circle11 sk-spinner-v14-circle" }),
15381
+ h("div", { key: 'd1fd482ea02772716697a98c02b4a4e7257aacd9', class: "sk-spinner-v14-circle12 sk-spinner-v14-circle" }),
15382
15382
  ];
15383
15383
  }
15384
15384
  }
@@ -15397,7 +15397,7 @@ const KupSpinner = class {
15397
15397
  else {
15398
15398
  elStyle = Object.assign(Object.assign({}, elStyle), { fontSize: '3px' });
15399
15399
  }
15400
- return (h(Host, { key: '3edd3d9661f7cfdbf6a1603bf8590a4e1a627801', style: elStyle }, h("style", { key: 'cd3bdb042c3cbe8c0f912644e2367481cba4a47c' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '0138498d99b3b19099bd1e9dc49b1a3dbd0664e6', id: componentWrapperId, style: elStyle }, h("div", { key: '6affd0a909dc637476750c8a6b3d8ee5f54952ee', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: '5932de28b966bd18ca4e5509c8485dca25878827', id: wrapperClass, style: elStyle }, h("div", { key: '9e83b1b3cb175bdd115d428b08f4e2e59450e833', class: spinnerClass }, spinnerEl))))));
15400
+ return (h(Host, { key: 'e95cc165071471e4e04fde8bb290a9fd435fa650', style: elStyle }, h("style", { key: 'aa5ab921a6ccb0a10f24a9b5e8c475bd14a64c5d' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'df75ad70c3da606fe1f1e9f09f9356168c519509', id: componentWrapperId, style: elStyle }, h("div", { key: 'a79125252cf9a550452f143c5e9c1bdf7de40b75', id: "loading-wrapper-master", class: masterClass, style: elStyle }, h("div", { key: '0415ec00602f1b7d2eab2159b9316770d1feb545', id: wrapperClass, style: elStyle }, h("div", { key: 'ba73afb2f0501ff51c2791554d9de41d983b77f6', class: spinnerClass }, spinnerEl))))));
15401
15401
  }
15402
15402
  disconnectedCallback() {
15403
15403
  this.kupManager.theme.unregister(this);
@@ -15543,7 +15543,7 @@ const KupSwitch = class {
15543
15543
  onChange: () => this.onKupChange(),
15544
15544
  onFocus: () => this.onKupFocus(),
15545
15545
  };
15546
- return (h(Host, { key: '4858e80e63b496834cbfcec2eaf0443721ff97ac' }, h("style", { key: 'cc5e607c829cf53ecc4fcbecb17599bf71ddd3c6' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '03f13f6cd8bd27733aad62d7fb9dfc8d883aebd5', id: componentWrapperId }, h(FSwitch, Object.assign({ key: 'ee60ee3e801c6e0015321a1736a04cf9949ac156' }, props)))));
15546
+ return (h(Host, { key: '5d4605807cd9168332647028df35b5bc1c53b41f' }, h("style", { key: 'cb4a258ec1e1bda2a31b751043a43d59abea1137' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f1f2d2f031c039ceba39f9192df6824c4f7d8404', id: componentWrapperId }, h(FSwitch, Object.assign({ key: '0ac2940b88d9259f5653ac83ac89b8bdb2e7740e' }, props)))));
15547
15547
  }
15548
15548
  disconnectedCallback() {
15549
15549
  this.kupManager.theme.unregister(this);
@@ -16497,7 +16497,7 @@ const KupTimePicker = class {
16497
16497
  this.kupManager.debug.logRender(this, true);
16498
16498
  }
16499
16499
  render() {
16500
- return (h(Host, { key: '6e64fa08f58a91eaca3aa1676ef29f27fd9c9c36' }, h("style", { key: 'a832d907fff749ae04b9fbf90b8b5c446e25f431' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'dec81378d73e1cceb3b5c5eefef150cc24455943', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
16500
+ return (h(Host, { key: '4e9d0dec3eeff8397f256178476e7bc01183c5c2' }, h("style", { key: '357339865b975a1ed3dca31dd06e1ac53baaf456' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: 'f1acc1ce4e7c3cf35399892bcfde42379bff9dd8', id: componentWrapperId }, this.prepTextfield(this.getTimeForOutput()))));
16501
16501
  }
16502
16502
  disconnectedCallback() {
16503
16503
  this.kupManager.dates.unregister(this);
@@ -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-460631fd.js';
2
- import { k as kupManagerInstance, x as identify, g as getProps, s as setProps, $ as SortMode, u as getColumnByName, l as KupLanguageGeneric, a as KupThemeIconValues, d as KupDebugCategory, M as KupPointerEventTypes, Q as KupDragEffect, ak as kupDraggableAttr, U as KupDropEventTypes, D as KupLanguageSearch } from './kup-manager-cdb4f21a.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows, d as pageChange, r as rowsPerPageChange, b as FPaginator } from './f-paginator-utils-ae563cd5.js';
4
- import { F as FImage } from './f-image-8b382cc5.js';
5
- import { a as FChip } from './f-chip-f1ab6c5e.js';
2
+ import { k as kupManagerInstance, x as identify, g as getProps, s as setProps, $ as SortMode, u as getColumnByName, l as KupLanguageGeneric, a as KupThemeIconValues, d as KupDebugCategory, M as KupPointerEventTypes, Q as KupDragEffect, ak as kupDraggableAttr, U as KupDropEventTypes, D as KupLanguageSearch } from './kup-manager-dd24fb5a.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows, d as pageChange, r as rowsPerPageChange, b as FPaginator } from './f-paginator-utils-dede029b.js';
4
+ import { F as FImage } from './f-image-1e1ed567.js';
5
+ import { a as FChip } from './f-chip-9e5fdb25.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-63db06db.js';
7
+ import { F as FCell } from './f-cell-af19d5c7.js';
8
8
  import { F as FTextFieldMDC } from './f-text-field-mdc-c88bf688.js';
9
- import './kup-dates-4ad48be7.js';
10
- import './f-button-45d690a5.js';
9
+ import './kup-dates-26a56bf7.js';
10
+ import './f-button-1eebd42e.js';
11
11
  import './f-button-declarations-9bdc6f26.js';
12
12
  import './f-checkbox-ddb6234e.js';
13
- import './f-text-field-b5fcb598.js';
13
+ import './f-text-field-802b45fb.js';
14
14
  import './component-879e99bf.js';
15
15
 
16
16
  /**
@@ -1,11 +1,11 @@
1
1
  import { r as registerInstance, c as createEvent, g as getAssetPath, f as forceUpdate, h as h$1, H as Host, d as getElement } from './index-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, u as getColumnByName } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, u as getColumnByName } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FButton } from './f-button-45d690a5.js';
5
- import { a as FChip, F as FChipType } from './f-chip-f1ab6c5e.js';
6
- import { d as KupDatesLocales } from './kup-dates-4ad48be7.js';
4
+ import { F as FButton } from './f-button-1eebd42e.js';
5
+ import { a as FChip, F as FChipType } from './f-chip-9e5fdb25.js';
6
+ import { d as KupDatesLocales } from './kup-dates-26a56bf7.js';
7
7
  import './f-button-declarations-9bdc6f26.js';
8
- import './f-image-8b382cc5.js';
8
+ import './f-image-1e1ed567.js';
9
9
 
10
10
  var n,l$1,u$1,i$1,t,r$1,o,f$1,e$1,c$1={},s=[],a$1=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function h(n,l){for(var u in l)n[u]=l[u];return n}function v$1(n){var l=n.parentNode;l&&l.removeChild(n);}function y(l,u,i){var t,r,o,f={};for(o in u)"key"==o?t=u[o]:"ref"==o?r=u[o]:f[o]=u[o];if(arguments.length>2&&(f.children=arguments.length>3?n.call(arguments,2):i),"function"==typeof l&&null!=l.defaultProps)for(o in l.defaultProps)void 0===f[o]&&(f[o]=l.defaultProps[o]);return p(l,f,t,r,null)}function p(n,i,t,r,o){var f={type:n,props:i,key:t,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++u$1:o};return null==o&&null!=l$1.vnode&&l$1.vnode(f),f}function d(){return {current:null}}function _(n){return n.children}function k$1(n,l,u,i,t){var r;for(r in u)"children"===r||"key"===r||r in l||g$2(n,r,null,u[r],i);for(r in l)t&&"function"!=typeof l[r]||"children"===r||"key"===r||"value"===r||"checked"===r||u[r]===l[r]||g$2(n,r,l[r],u[r],i);}function b$1(n,l,u){"-"===l[0]?n.setProperty(l,null==u?"":u):n[l]=null==u?"":"number"!=typeof u||a$1.test(l)?u:u+"px";}function g$2(n,l,u,i,t){var r;n:if("style"===l)if("string"==typeof u)n.style.cssText=u;else {if("string"==typeof i&&(n.style.cssText=i=""),i)for(l in i)u&&l in u||b$1(n.style,l,"");if(u)for(l in u)i&&u[l]===i[l]||b$1(n.style,l,u[l]);}else if("o"===l[0]&&"n"===l[1])r=l!==(l=l.replace(/Capture$/,"")),l=l.toLowerCase()in n?l.toLowerCase().slice(2):l.slice(2),n.l||(n.l={}),n.l[l+r]=u,u?i||n.addEventListener(l,r?w$2:m$1,r):n.removeEventListener(l,r?w$2:m$1,r);else if("dangerouslySetInnerHTML"!==l){if(t)l=l.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==l&&"height"!==l&&"href"!==l&&"list"!==l&&"form"!==l&&"tabIndex"!==l&&"download"!==l&&l in n)try{n[l]=null==u?"":u;break n}catch(n){}"function"==typeof u||(null==u||!1===u&&-1==l.indexOf("-")?n.removeAttribute(l):n.setAttribute(l,u));}}function m$1(n){t=!0;try{return this.l[n.type+!1](l$1.event?l$1.event(n):n)}finally{t=!1;}}function w$2(n){t=!0;try{return this.l[n.type+!0](l$1.event?l$1.event(n):n)}finally{t=!1;}}function x$1(n,l){this.props=n,this.context=l;}function A(n,l){if(null==l)return n.__?A(n.__,n.__.__k.indexOf(n)+1):null;for(var u;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e)return u.__e;return "function"==typeof n.type?A(n):null}function P$1(n){var l,u;if(null!=(n=n.__)&&null!=n.__c){for(n.__e=n.__c.base=null,l=0;l<n.__k.length;l++)if(null!=(u=n.__k[l])&&null!=u.__e){n.__e=n.__c.base=u.__e;break}return P$1(n)}}function C$1(n){t?setTimeout(n):f$1(n);}function T$1(n){(!n.__d&&(n.__d=!0)&&r$1.push(n)&&!$$1.__r++||o!==l$1.debounceRendering)&&((o=l$1.debounceRendering)||C$1)($$1);}function $$1(){var n,l,u,i,t,o,f,e;for(r$1.sort(function(n,l){return n.__v.__b-l.__v.__b});n=r$1.shift();)n.__d&&(l=r$1.length,i=void 0,t=void 0,f=(o=(u=n).__v).__e,(e=u.__P)&&(i=[],(t=h({},o)).__v=o.__v+1,M(e,o,t,u.__n,void 0!==e.ownerSVGElement,null!=o.__h?[f]:null,i,null==f?A(o):f,o.__h),N(i,o),o.__e!=f&&P$1(o)),r$1.length>l&&r$1.sort(function(n,l){return n.__v.__b-l.__v.__b}));$$1.__r=0;}function H$1(n,l,u,i,t,r,o,f,e,a){var h,v,y,d,k,b,g,m=i&&i.__k||s,w=m.length;for(u.__k=[],h=0;h<l.length;h++)if(null!=(d=u.__k[h]=null==(d=l[h])||"boolean"==typeof d?null:"string"==typeof d||"number"==typeof d||"bigint"==typeof d?p(null,d,null,null,d):Array.isArray(d)?p(_,{children:d},null,null,null):d.__b>0?p(d.type,d.props,d.key,d.ref?d.ref:null,d.__v):d)){if(d.__=u,d.__b=u.__b+1,null===(y=m[h])||y&&d.key==y.key&&d.type===y.type)m[h]=void 0;else for(v=0;v<w;v++){if((y=m[v])&&d.key==y.key&&d.type===y.type){m[v]=void 0;break}y=null;}M(n,d,y=y||c$1,t,r,o,f,e,a),k=d.__e,(v=d.ref)&&y.ref!=v&&(g||(g=[]),y.ref&&g.push(y.ref,null,d),g.push(v,d.__c||k,d)),null!=k?(null==b&&(b=k),"function"==typeof d.type&&d.__k===y.__k?d.__d=e=I$1(d,e,n):e=z$1(n,d,y,m,k,e),"function"==typeof u.type&&(u.__d=e)):e&&y.__e==e&&e.parentNode!=n&&(e=A(y));}for(u.__e=b,h=w;h--;)null!=m[h]&&("function"==typeof u.type&&null!=m[h].__e&&m[h].__e==u.__d&&(u.__d=L$1(i).nextSibling),q(m[h],m[h]));if(g)for(h=0;h<g.length;h++)S(g[h],g[++h],g[++h]);}function I$1(n,l,u){for(var i,t=n.__k,r=0;t&&r<t.length;r++)(i=t[r])&&(i.__=n,l="function"==typeof i.type?I$1(i,l,u):z$1(u,i,i,t,i.__e,l));return l}function j$2(n,l){return l=l||[],null==n||"boolean"==typeof n||(Array.isArray(n)?n.some(function(n){j$2(n,l);}):l.push(n)),l}function z$1(n,l,u,i,t,r){var o,f,e;if(void 0!==l.__d)o=l.__d,l.__d=void 0;else if(null==u||t!=r||null==t.parentNode)n:if(null==r||r.parentNode!==n)n.appendChild(t),o=null;else {for(f=r,e=0;(f=f.nextSibling)&&e<i.length;e+=1)if(f==t)break n;n.insertBefore(t,r),o=r;}return void 0!==o?o:t.nextSibling}function L$1(n){var l,u,i;if(null==n.type||"string"==typeof n.type)return n.__e;if(n.__k)for(l=n.__k.length-1;l>=0;l--)if((u=n.__k[l])&&(i=L$1(u)))return i;return null}function M(n,u,i,t,r,o,f,e,c){var s,a,v,y,p,d,k,b,g,m,w,A,P,C,T,$=u.type;if(void 0!==u.constructor)return null;null!=i.__h&&(c=i.__h,e=u.__e=i.__e,u.__h=null,o=[e]),(s=l$1.__b)&&s(u);try{n:if("function"==typeof $){if(b=u.props,g=(s=$.contextType)&&t[s.__c],m=s?g?g.props.value:s.__:t,i.__c?k=(a=u.__c=i.__c).__=a.__E:("prototype"in $&&$.prototype.render?u.__c=a=new $(b,m):(u.__c=a=new x$1(b,m),a.constructor=$,a.render=B$1),g&&g.sub(a),a.props=b,a.state||(a.state={}),a.context=m,a.__n=t,v=a.__d=!0,a.__h=[],a._sb=[]),null==a.__s&&(a.__s=a.state),null!=$.getDerivedStateFromProps&&(a.__s==a.state&&(a.__s=h({},a.__s)),h(a.__s,$.getDerivedStateFromProps(b,a.__s))),y=a.props,p=a.state,a.__v=u,v)null==$.getDerivedStateFromProps&&null!=a.componentWillMount&&a.componentWillMount(),null!=a.componentDidMount&&a.__h.push(a.componentDidMount);else {if(null==$.getDerivedStateFromProps&&b!==y&&null!=a.componentWillReceiveProps&&a.componentWillReceiveProps(b,m),!a.__e&&null!=a.shouldComponentUpdate&&!1===a.shouldComponentUpdate(b,a.__s,m)||u.__v===i.__v){for(u.__v!==i.__v&&(a.props=b,a.state=a.__s,a.__d=!1),u.__e=i.__e,u.__k=i.__k,u.__k.forEach(function(n){n&&(n.__=u);}),w=0;w<a._sb.length;w++)a.__h.push(a._sb[w]);a._sb=[],a.__h.length&&f.push(a);break n}null!=a.componentWillUpdate&&a.componentWillUpdate(b,a.__s,m),null!=a.componentDidUpdate&&a.__h.push(function(){a.componentDidUpdate(y,p,d);});}if(a.context=m,a.props=b,a.__P=n,A=l$1.__r,P=0,"prototype"in $&&$.prototype.render){for(a.state=a.__s,a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),C=0;C<a._sb.length;C++)a.__h.push(a._sb[C]);a._sb=[];}else do{a.__d=!1,A&&A(u),s=a.render(a.props,a.state,a.context),a.state=a.__s;}while(a.__d&&++P<25);a.state=a.__s,null!=a.getChildContext&&(t=h(h({},t),a.getChildContext())),v||null==a.getSnapshotBeforeUpdate||(d=a.getSnapshotBeforeUpdate(y,p)),T=null!=s&&s.type===_&&null==s.key?s.props.children:s,H$1(n,Array.isArray(T)?T:[T],u,i,t,r,o,f,e,c),a.base=u.__e,u.__h=null,a.__h.length&&f.push(a),k&&(a.__E=a.__=null),a.__e=!1;}else null==o&&u.__v===i.__v?(u.__k=i.__k,u.__e=i.__e):u.__e=O(i.__e,u,i,t,r,o,f,c);(s=l$1.diffed)&&s(u);}catch(n){u.__v=null,(c||null!=o)&&(u.__e=e,u.__h=!!c,o[o.indexOf(e)]=null),l$1.__e(n,u,i);}}function N(n,u){l$1.__c&&l$1.__c(u,n),n.some(function(u){try{n=u.__h,u.__h=[],n.some(function(n){n.call(u);});}catch(n){l$1.__e(n,u.__v);}});}function O(l,u,i,t,r,o,f,e){var s,a,h,y=i.props,p=u.props,d=u.type,_=0;if("svg"===d&&(r=!0),null!=o)for(;_<o.length;_++)if((s=o[_])&&"setAttribute"in s==!!d&&(d?s.localName===d:3===s.nodeType)){l=s,o[_]=null;break}if(null==l){if(null===d)return document.createTextNode(p);l=r?document.createElementNS("http://www.w3.org/2000/svg",d):document.createElement(d,p.is&&p),o=null,e=!1;}if(null===d)y===p||e&&l.data===p||(l.data=p);else {if(o=o&&n.call(l.childNodes),a=(y=i.props||c$1).dangerouslySetInnerHTML,h=p.dangerouslySetInnerHTML,!e){if(null!=o)for(y={},_=0;_<l.attributes.length;_++)y[l.attributes[_].name]=l.attributes[_].value;(h||a)&&(h&&(a&&h.__html==a.__html||h.__html===l.innerHTML)||(l.innerHTML=h&&h.__html||""));}if(k$1(l,p,y,r,e),h)u.__k=[];else if(_=u.props.children,H$1(l,Array.isArray(_)?_:[_],u,i,t,r&&"foreignObject"!==d,o,f,o?o[0]:i.__k&&A(i,0),e),null!=o)for(_=o.length;_--;)null!=o[_]&&v$1(o[_]);e||("value"in p&&void 0!==(_=p.value)&&(_!==l.value||"progress"===d&&!_||"option"===d&&_!==y.value)&&g$2(l,"value",_,y.value,!1),"checked"in p&&void 0!==(_=p.checked)&&_!==l.checked&&g$2(l,"checked",_,y.checked,!1));}return l}function S(n,u,i){try{"function"==typeof n?n(u):n.current=u;}catch(n){l$1.__e(n,i);}}function q(n,u,i){var t,r;if(l$1.unmount&&l$1.unmount(n),(t=n.ref)&&(t.current&&t.current!==n.__e||S(t,null,u)),null!=(t=n.__c)){if(t.componentWillUnmount)try{t.componentWillUnmount();}catch(n){l$1.__e(n,u);}t.base=t.__P=null,n.__c=void 0;}if(t=n.__k)for(r=0;r<t.length;r++)t[r]&&q(t[r],u,i||"function"!=typeof n.type);i||null==n.__e||v$1(n.__e),n.__=n.__e=n.__d=void 0;}function B$1(n,l,u){return this.constructor(n,u)}function D$1(u,i,t){var r,o,f;l$1.__&&l$1.__(u,i),o=(r="function"==typeof t)?null:t&&t.__k||i.__k,f=[],M(i,u=(!r&&t||i).__k=y(_,null,[u]),o||c$1,c$1,void 0!==i.ownerSVGElement,!r&&t?[t]:o?null:i.firstChild?n.call(i.childNodes):null,f,!r&&t?t:o?o.__e:i.firstChild,r),N(f,u);}function G$1(n,l){var u={__c:l="__cC"+e$1++,__:n,Consumer:function(n,l){return n.children(l)},Provider:function(n){var u,i;return this.getChildContext||(u=[],(i={})[l]=this,this.getChildContext=function(){return i},this.shouldComponentUpdate=function(n){this.props.value!==n.value&&u.some(function(n){n.__e=!0,T$1(n);});},this.sub=function(n){u.push(n);var l=n.componentWillUnmount;n.componentWillUnmount=function(){u.splice(u.indexOf(n),1),l&&l.call(n);};}),n.children}};return u.Provider.__=u.Consumer.contextType=u}n=s.slice,l$1={__e:function(n,l,u,i){for(var t,r,o;l=l.__;)if((t=l.__c)&&!t.__)try{if((r=t.constructor)&&null!=r.getDerivedStateFromError&&(t.setState(r.getDerivedStateFromError(n)),o=t.__d),null!=t.componentDidCatch&&(t.componentDidCatch(n,i||{}),o=t.__d),o)return t.__E=t}catch(l){n=l;}throw n}},u$1=0,i$1=function(n){return null!=n&&void 0===n.constructor},t=!1,x$1.prototype.setState=function(n,l){var u;u=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=h({},this.state),"function"==typeof n&&(n=n(h({},u),this.props)),n&&h(u,n),null!=n&&this.__v&&(l&&this._sb.push(l),T$1(this));},x$1.prototype.forceUpdate=function(n){this.__v&&(this.__e=!0,n&&this.__h.push(n),T$1(this));},x$1.prototype.render=_,r$1=[],f$1="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,$$1.__r=0,e$1=0;
11
11
 
@@ -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-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, r as KupCardFamily, ac as getCellValueForDisplay } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, r as KupCardFamily, ac as getCellValueForDisplay } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4ad48be7.js';
4
+ import './kup-dates-26a56bf7.js';
5
5
 
6
6
  /**
7
7
  * Props of the kup-card-list component.
@@ -1,13 +1,13 @@
1
1
  import { r as registerInstance, f as forceUpdate, h, H as Host, d as getElement } from './index-460631fd.js';
2
- import { k as kupManagerInstance, e as FCellPadding, g as getProps, s as setProps, Q as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, e as FCellPadding, g as getProps, s as setProps, Q as KupDragEffect, l as KupLanguageGeneric } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { F as FCell } from './f-cell-63db06db.js';
5
- import './kup-dates-4ad48be7.js';
4
+ import { F as FCell } from './f-cell-af19d5c7.js';
5
+ import './kup-dates-26a56bf7.js';
6
6
  import './f-checkbox-ddb6234e.js';
7
- import './f-text-field-b5fcb598.js';
8
- import './f-image-8b382cc5.js';
9
- import './f-chip-f1ab6c5e.js';
10
- import './f-button-45d690a5.js';
7
+ import './f-text-field-802b45fb.js';
8
+ import './f-image-1e1ed567.js';
9
+ import './f-chip-9e5fdb25.js';
10
+ import './f-button-1eebd42e.js';
11
11
  import './f-button-declarations-9bdc6f26.js';
12
12
 
13
13
  /**
@@ -1,7 +1,7 @@
1
1
  import { r as registerInstance, h, F as Fragment } from './index-460631fd.js';
2
- import { b as KupDates, c as commonjsGlobal } from './kup-dates-4ad48be7.js';
2
+ import { b as KupDates, c as commonjsGlobal } from './kup-dates-26a56bf7.js';
3
3
  import { d as defaultDateTimeFormatters, a as getDaysInMonth } from './kup-planner-time-formatter-a68e05ba.js';
4
- import { h as addToDate } from './kup-planner-renderer-helper-da0518be.js';
4
+ import { h as addToDate } from './kup-planner-renderer-helper-b4727e44.js';
5
5
  import { i as isKeyboardEvent, g as getProgressPoint, h as handleTaskBySVGMouseEvent } from './bar.helpers-0898efb9.js';
6
6
 
7
7
  const customTaskListHeaderModuleCss = ".kup-body-compact-01{font-family:var(--kup-font-family);font-size:14px;line-height:18px;font-weight:400;letter-spacing:0.16px}.kup-body-01{font-family:var(--kup-font-family);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}.custom-task-list-wrapper{display:flex;justify-content:space-around;max-width:330px;place-items:\"center\";text-align:center;align-items:center}.title{font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toggler{max-width:max-content;padding:0 4px;text-align:right}.switch{position:relative;display:inline-block;width:30px;height:17px}.input{opacity:0;width:0;height:0}.input:checked+.slider{background-color:#003b77}.input:checked+.slider:before{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.input:focus+.slider{box-shadow:0 0 1px #003b77}.slider{-webkit-transition:0.4s;cursor:pointer;background-color:#ccc;bottom:0;border-radius:17px;left:0;position:absolute;right:0;top:0;transition:0.4s}.slider:before{-webkit-transition:0.1s;background-color:white;border-radius:50%;bottom:2px;content:\"\";height:13px;left:2px;position:absolute;transition:0.1s;width:13px}.label{font-size:12px;padding:6px}.filter{font-size:12px}";
@@ -17,11 +17,11 @@ const KupCustomTaskListHeader = class {
17
17
  this.fontSize = undefined;
18
18
  }
19
19
  render() {
20
- return (h("div", { key: '25542e1e426f9f035bdd3b894acf915100609cec', class: "custom-task-list-wrapper", style: {
20
+ return (h("div", { key: '777c24c612e5d8c93b74a4a8466248cd9a84cd31', class: "custom-task-list-wrapper", style: {
21
21
  height: '50px',
22
22
  fontFamily: this.fontFamily,
23
23
  fontSize: this.fontSize,
24
- } }, h("div", { key: 'b64868e8a15fda0a259e30e77a1572fef34cf9a9', class: "title" }, h("span", { key: '4bb87686a421a211ff7caa2c53105764f2e15c0a' }, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
24
+ } }, h("div", { key: '8a00184f85811656ea2f4c6e69fee0db3ef85f48', class: "title" }, h("span", { key: '170a1bef8a7663064ebaaa600a3aaa40beb84243' }, this.label)), this.setDoubleView !== undefined && (h("div", { class: "toggler" }, h("label", { htmlFor: "ch2", class: "switch" }, h("input", { class: "input", id: "ch2", type: "checkbox", checked: this.doubleView, onClick: () => this.setDoubleView(!this.doubleView) }), h("span", { class: "slider" })), h("span", { class: "label" }, "Previsioni")))));
25
25
  }
26
26
  };
27
27
  KupCustomTaskListHeader.style = KupCustomTaskListHeaderStyle0;
@@ -45,7 +45,7 @@ const KupCustomTaskListTable = class {
45
45
  }
46
46
  render() {
47
47
  const kupDates = new KupDates();
48
- return (h("div", { key: 'aa6299da80dde8682f3fe8c1a8e244d6c15e5c5c', class: "container" }, this.tasks.map((task) => {
48
+ return (h("div", { key: '6f208e493d948891975d12cfa398634ead8f7631', class: "container" }, this.tasks.map((task) => {
49
49
  var _a, _b, _c;
50
50
  return (h(Fragment, null, task.type === 'project' ? (h("div", { class: "project", style: {
51
51
  height: `${this.rowHeight}px`,
@@ -316,7 +316,7 @@ const KupGanttCalendar = class {
316
316
  this.simplifiedHeader =
317
317
  this.singleLineHeader && this.dateSetup.viewMode !== 'year';
318
318
  const [topValues, bottomValues] = this.getTopAndBottomValues();
319
- return (h("svg", { key: '171a0a61231f0c68b1df22766f06d5c6a6ee6488', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: 'bb77cf35555bfe7e4e9dffe476de550b06253235', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: 'b99cc1d617b4ad05fa319423ac985a078d53794d', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
319
+ return (h("svg", { key: 'afbc0f59b413dd491ba4eec43ae3ad275b083617', xmlns: "http://www.w3.org/2000/svg", width: this.svgWidth, height: this.headerHeight }, h("g", { key: '52d441353903b6f5b5310c0e1b8b494c6294084a', class: "calendar", "font-size": this.fontSize, "font-family": this.fontFamily }, h("rect", { key: '4f5880bcc29c37d1e5f71b65cc752d510a690917', x: 0, y: 0, width: this.columnWidth * this.dateSetup.dates.length, height: this.headerHeight, class: "calendarHeader" }), this.simplifiedHeader ? null : bottomValues, this.simplifiedHeader
320
320
  ? topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y2Line * 2, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value))))
321
321
  : topValues.map((topValue) => (h("g", { class: "calendarTop" }, h("line", { x1: topValue.x1Line, y1: topValue.y1Line, x2: topValue.x1Line, y2: topValue.y2Line, class: "calendarTopTick", key: topValue.value + 'line' }), h("text", { key: topValue.value + 'text', y: topValue.yText, x: topValue.xText, class: "calendarTopText" }, topValue.value)))), this.currentDateIndicator && (
322
322
  // current date indicator
@@ -1229,13 +1229,13 @@ const KupGridRenderer = class {
1229
1229
  addToDate(date, date.getTime() - this.dates[i - 1].getTime(), 'millisecond').getTime() >= now.getTime())) ;
1230
1230
  tickX += this.columnWidth;
1231
1231
  }
1232
- return (h("svg", { key: '453f06f9849218010409d444adb13500f22b6cfa', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: 'a671a9e0c1c44ef1b3d86d679d68dda934246e59', class: "grid" }, h("g", { key: '3741633c839e757fa4d4cc0999d9e34ad5284173', class: "rows" }, gridRows), h("g", { key: '34bdba123cff205d0769e6492055a72f51b85bd7', class: "rowLines" }, rowLines), h("g", { key: '0d2b321b587e8cc4a65ac356ea1a5903c1fa61f6', class: "ticks" }, ticks)), h("g", { key: '891e706099f2c83dcabf5a0bb62a2c8139c10ac1', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '6e36b71942a8619b800210d189629c0856cb57f6', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1232
+ return (h("svg", { key: '520a50739aa00f72aeb4e43ba03a3b5f126e289a', xmlns: "http://www.w3.org/2000/svg", width: this.gridProps.svgWidth, height: `${this.rowHeight * this.tasks.length}px`, "font-family": this.fontFamily, ref: (el) => (this.svg = el) }, h("g", { key: '2681f573ab6f0c7ae9c9f316b77a05c9a634e100', class: "grid" }, h("g", { key: '085ea28cdbb6ee28354cd255c0f1b00a56c5588f', class: "rows" }, gridRows), h("g", { key: 'cb02f6b77af725f514f4eaf63624ff4ace5cf9e2', class: "rowLines" }, rowLines), h("g", { key: 'bed7254aeb03e0fbd1ab3e9d40c14f84b346bffc', class: "ticks" }, ticks)), h("g", { key: 'b22b4e0c75d7cef3336a8e069b243d6296200272', class: "content" }, this.currentDateIndicator && (h("rect", { fill: this.currentDateIndicator.color, x: this.currentDateIndicator.x + 1.5, y: "0", width: "2", height: "100%" })), this.projection && (h("rect", { fill: this.projection.color, x: this.projection.x0, y: "0", width: this.projection.xf - this.projection.x0, height: "100%", "fill-opacity": "0.35" })), h("g", { key: '594dd1e9af2f037f0599019a3082a58115907d3b', class: "arrows", fill: this.arrowColor, stroke: this.arrowColor }, this.tasks.map((task) => {
1233
1233
  return task.barChildren.map((child) => {
1234
1234
  if (task.type !== 'timeline') {
1235
1235
  this.renderKupArrow(task, child);
1236
1236
  }
1237
1237
  });
1238
- })), h("g", { key: '38643adf911e2b0ff25b0ffe4f8c8c645171c55d', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1238
+ })), h("g", { key: '9d41cb46ff1373cf3a34fcebf7f9bc02ab961a8b', class: "bar", "font-family": this.fontFamily, "font-size": this.fontSize }, this.tasks.map((task) => {
1239
1239
  const forbidResize = task.type === 'project';
1240
1240
  return (h("g", { onKeyDown: (e) => {
1241
1241
  switch (e.key) {
@@ -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-460631fd.js';
2
- import { F as FButton } from './f-button-45d690a5.js';
2
+ import { F as FButton } from './f-button-1eebd42e.js';
3
3
  import { F as FCheckbox } from './f-checkbox-ddb6234e.js';
4
- import { F as FTextField } from './f-text-field-b5fcb598.js';
4
+ import { F as FTextField } from './f-text-field-802b45fb.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-c88bf688.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-cdb4f21a.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, ah as KupLanguageDashboard, l as KupLanguageGeneric, Q as KupDragEffect, d as KupDebugCategory } from './kup-manager-dd24fb5a.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-9bdc6f26.js';
9
- import './f-image-8b382cc5.js';
9
+ import './f-image-1e1ed567.js';
10
10
  import './component-879e99bf.js';
11
- import './kup-dates-4ad48be7.js';
11
+ import './kup-dates-26a56bf7.js';
12
12
 
13
13
  /**
14
14
  * Props of the kup-dashboard component.
@@ -4,6 +4,25 @@ function getDefaultExportFromCjs (x) {
4
4
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
5
5
  }
6
6
 
7
+ function getAugmentedNamespace(n) {
8
+ if (n.__esModule) return n;
9
+ var a = Object.defineProperty({}, '__esModule', {value: true});
10
+ Object.keys(n).forEach(function (k) {
11
+ var d = Object.getOwnPropertyDescriptor(n, k);
12
+ Object.defineProperty(a, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () {
15
+ return n[k];
16
+ }
17
+ });
18
+ });
19
+ return a;
20
+ }
21
+
22
+ function commonjsRequire (path) {
23
+ throw new Error('Could not dynamically require "' + path + '". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.');
24
+ }
25
+
7
26
  /**
8
27
  * Normalization types.
9
28
  */
@@ -805,4 +824,4 @@ class KupDates {
805
824
  }
806
825
  }
807
826
 
808
- export { KupDatesFormats as K, KupDatesNormalize as a, KupDates as b, commonjsGlobal as c, KupDatesLocales as d, KupDateTimeFormatOptionsMonth as e, getDefaultExportFromCjs as g };
827
+ export { KupDatesFormats as K, KupDatesNormalize as a, KupDates as b, commonjsGlobal as c, KupDatesLocales as d, KupDateTimeFormatOptionsMonth as e, getAugmentedNamespace as f, getDefaultExportFromCjs as g, commonjsRequire as h };
@@ -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-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4ad48be7.js';
4
+ import './kup-dates-26a56bf7.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-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, d as KupDebugCategory, u as getColumnByName, n as KupDataNewColumnTypes } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, c as KupThemeColorValues, d as KupDebugCategory, u as getColumnByName, n as KupDataNewColumnTypes } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-4ad48be7.js';
4
+ import './kup-dates-26a56bf7.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-460631fd.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-cdb4f21a.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-dd24fb5a.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-4ad48be7.js';
4
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from './kup-dates-26a56bf7.js';
5
5
 
6
6
  var toastuiEditor = {exports: {}};
7
7
 
@@ -1,10 +1,10 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-460631fd.js';
2
- import { F as FButton } from './f-button-45d690a5.js';
2
+ import { F as FButton } from './f-button-1eebd42e.js';
3
3
  import { F as FButtonStyling } from './f-button-declarations-9bdc6f26.js';
4
- import { F as FImage } from './f-image-8b382cc5.js';
5
- import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, M as KupPointerEventTypes } from './kup-manager-cdb4f21a.js';
4
+ import { F as FImage } from './f-image-1e1ed567.js';
5
+ import { k as kupManagerInstance, g as getProps, s as setProps, l as KupLanguageGeneric, M as KupPointerEventTypes } from './kup-manager-dd24fb5a.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import './kup-dates-4ad48be7.js';
7
+ import './kup-dates-26a56bf7.js';
8
8
 
9
9
  /**
10
10
  * Props of the kup-family-tree component.