@sme.up/ketchup 11.0.6 → 11.0.7

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 (225) hide show
  1. package/dist/cjs/{f-cell-d7ac8d4e.js → f-cell-eed32cd7.js} +4 -4
  2. package/dist/cjs/{f-chip-e8b709c3.js → f-chip-ec543689.js} +1 -1
  3. package/dist/cjs/{f-object-field-3ab19cc3.js → f-object-field-1ddaee2d.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-f9c65479.js → f-paginator-utils-f0d22b06.js} +1 -1
  5. package/dist/cjs/{f-text-field-e8ac044b.js → f-text-field-4d4fa492.js} +1 -1
  6. package/dist/cjs/index.cjs.js +2 -2
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +2 -2
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +3 -3
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +103 -23
  11. package/dist/cjs/kup-box.cjs.entry.js +16 -13
  12. package/dist/cjs/kup-calendar.cjs.entry.js +3 -3
  13. package/dist/cjs/kup-card-list.cjs.entry.js +2 -2
  14. package/dist/cjs/kup-cell.cjs.entry.js +6 -6
  15. package/dist/cjs/kup-custom-task-list-header_4.cjs.entry.js +1 -1
  16. package/dist/cjs/kup-dashboard.cjs.entry.js +3 -3
  17. package/dist/cjs/{kup-data-table-helper-02b0fb46.js → kup-data-table-helper-9a9ad503.js} +2 -2
  18. package/dist/cjs/{kup-dates-84f0bc78.js → kup-dates-594b0f91.js} +1 -1
  19. package/dist/cjs/kup-drawer.cjs.entry.js +2 -2
  20. package/dist/cjs/kup-echart.cjs.entry.js +2 -2
  21. package/dist/cjs/kup-editor.cjs.entry.js +2 -2
  22. package/dist/cjs/kup-family-tree.cjs.entry.js +2 -2
  23. package/dist/cjs/kup-gantt_10.cjs.entry.js +2 -2
  24. package/dist/cjs/kup-grid.cjs.entry.js +2 -2
  25. package/dist/cjs/kup-htm.cjs.entry.js +2 -2
  26. package/dist/cjs/kup-iframe.cjs.entry.js +2 -2
  27. package/dist/cjs/kup-input-panel.cjs.entry.js +6 -6
  28. package/dist/cjs/kup-lazy.cjs.entry.js +2 -2
  29. package/dist/cjs/kup-magic-box.cjs.entry.js +2 -2
  30. package/dist/cjs/{kup-manager-518e11f4.js → kup-manager-8787fc42.js} +174 -20
  31. package/dist/cjs/kup-nav-bar.cjs.entry.js +2 -2
  32. package/dist/cjs/kup-numeric-picker.cjs.entry.js +3 -3
  33. package/dist/cjs/kup-object-field.cjs.entry.js +4 -4
  34. package/dist/cjs/{kup-planner-renderer-helper-7123c277.js → kup-planner-renderer-helper-a2e9a62c.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/cjs/loader.cjs.js +1 -1
  44. package/dist/collection/components/kup-box/kup-box.js +8 -5
  45. package/dist/collection/components/kup-card/kup-card.js +6 -0
  46. package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +1 -0
  47. package/dist/collection/components/kup-data-table/kup-data-table.js +109 -14
  48. package/dist/collection/components/kup-planner/utils/kup-gantt/kup-gantt.js +4 -4
  49. package/dist/collection/components/kup-planner/utils/kup-grid-renderer/kup-grid-renderer.js +5 -5
  50. package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +35 -12
  51. package/dist/collection/managers/kup-language/kup-language-declarations.js +1 -0
  52. package/dist/collection/managers/kup-theme/kup-theme.js +129 -7
  53. package/dist/components/index.js +1 -1
  54. package/dist/components/kup-accordion.js +2 -2
  55. package/dist/components/kup-activity-timeline.js +2 -2
  56. package/dist/components/kup-autocomplete.js +1 -1
  57. package/dist/components/kup-badge.js +1 -1
  58. package/dist/components/kup-box.js +1 -1
  59. package/dist/components/kup-button-list.js +1 -1
  60. package/dist/components/kup-button.js +1 -1
  61. package/dist/components/kup-calendar.js +3 -3
  62. package/dist/components/kup-card-list.js +3 -3
  63. package/dist/components/kup-card.js +1 -1
  64. package/dist/components/kup-cell.js +2 -2
  65. package/dist/components/kup-chart.js +1 -1
  66. package/dist/components/kup-checkbox.js +1 -1
  67. package/dist/components/kup-chip.js +1 -1
  68. package/dist/components/kup-color-picker.js +1 -1
  69. package/dist/components/kup-combobox.js +1 -1
  70. package/dist/components/kup-custom-task-list-table.js +1 -1
  71. package/dist/components/kup-dashboard.js +2 -2
  72. package/dist/components/kup-data-table.js +1 -1
  73. package/dist/components/kup-date-picker.js +1 -1
  74. package/dist/components/kup-dialog.js +1 -1
  75. package/dist/components/kup-drawer.js +2 -2
  76. package/dist/components/kup-dropdown-button.js +1 -1
  77. package/dist/components/kup-echart.js +1 -1
  78. package/dist/components/kup-editor.js +1 -1
  79. package/dist/components/kup-family-tree.js +3 -3
  80. package/dist/components/kup-file-upload.js +1 -1
  81. package/dist/components/kup-form.js +1 -1
  82. package/dist/components/kup-gantt.js +1 -1
  83. package/dist/components/kup-gauge.js +1 -1
  84. package/dist/components/kup-grid.js +1 -1
  85. package/dist/components/kup-htm.js +2 -2
  86. package/dist/components/kup-iframe.js +2 -2
  87. package/dist/components/kup-image-list.js +1 -1
  88. package/dist/components/kup-image.js +1 -1
  89. package/dist/components/kup-input-panel.js +3 -3
  90. package/dist/components/kup-lazy.js +2 -2
  91. package/dist/components/kup-list.js +1 -1
  92. package/dist/components/kup-magic-box.js +4 -4
  93. package/dist/components/kup-nav-bar.js +2 -2
  94. package/dist/components/kup-numeric-picker.js +2 -2
  95. package/dist/components/kup-object-field.js +2 -2
  96. package/dist/components/kup-planner-renderer.js +1 -1
  97. package/dist/components/kup-planner.js +6 -6
  98. package/dist/components/kup-probe.js +2 -2
  99. package/dist/components/kup-progress-bar.js +1 -1
  100. package/dist/components/kup-qlik.js +2 -2
  101. package/dist/components/kup-radio.js +1 -1
  102. package/dist/components/kup-rating.js +1 -1
  103. package/dist/components/kup-snackbar.js +2 -2
  104. package/dist/components/kup-spinner.js +1 -1
  105. package/dist/components/kup-switch.js +1 -1
  106. package/dist/components/kup-tab-bar.js +1 -1
  107. package/dist/components/kup-task-list.js +1 -1
  108. package/dist/components/kup-text-field.js +1 -1
  109. package/dist/components/kup-time-picker.js +1 -1
  110. package/dist/components/kup-toolbar.js +1 -1
  111. package/dist/components/kup-tree.js +1 -1
  112. package/dist/components/kup-txt.js +2 -2
  113. package/dist/components/kup-typography-list.js +2 -2
  114. package/dist/components/kup-typography.js +2 -2
  115. package/dist/components/{p-4e14ce99.js → p-362d7a44.js} +175 -21
  116. package/dist/components/{p-3cae4730.js → p-5f1a69e4.js} +2 -2
  117. package/dist/components/{p-bc63c612.js → p-6e16d432.js} +1 -1
  118. package/dist/components/{p-3a2aa794.js → p-9e6dfc20.js} +2 -2
  119. package/dist/components/{p-810f66a6.js → p-a30c0106.js} +99 -18
  120. package/dist/components/{p-d2438a9a.js → p-b85372ba.js} +2 -2
  121. package/dist/components/{p-253bbc27.js → p-e67d1f0e.js} +4 -4
  122. package/dist/components/{p-b23df37b.js → p-ea482528.js} +1 -1
  123. package/dist/components/{p-9114f3cb.js → p-f1766ad7.js} +2 -2
  124. package/dist/components/{p-0b156338.js → p-fc3df00a.js} +2 -2
  125. package/dist/components/{p-dcfe0e0b.js → p-fcdae215.js} +10 -7
  126. package/dist/esm/{f-cell-ef478d3f.js → f-cell-bd79ffef.js} +4 -4
  127. package/dist/esm/{f-chip-25b200ab.js → f-chip-c22107de.js} +1 -1
  128. package/dist/esm/{f-object-field-8306fe8f.js → f-object-field-90dfb903.js} +2 -2
  129. package/dist/esm/{f-paginator-utils-53de6f1c.js → f-paginator-utils-38b51762.js} +1 -1
  130. package/dist/esm/{f-text-field-465cc102.js → f-text-field-31ad8f7f.js} +1 -1
  131. package/dist/esm/index.js +2 -2
  132. package/dist/esm/ketchup.js +1 -1
  133. package/dist/esm/kup-accordion.entry.js +2 -2
  134. package/dist/esm/kup-activity-timeline.entry.js +3 -3
  135. package/dist/esm/kup-autocomplete_30.entry.js +103 -23
  136. package/dist/esm/kup-box.entry.js +16 -13
  137. package/dist/esm/kup-calendar.entry.js +3 -3
  138. package/dist/esm/kup-card-list.entry.js +2 -2
  139. package/dist/esm/kup-cell.entry.js +6 -6
  140. package/dist/esm/kup-custom-task-list-header_4.entry.js +1 -1
  141. package/dist/esm/kup-dashboard.entry.js +3 -3
  142. package/dist/esm/{kup-data-table-helper-399ccea6.js → kup-data-table-helper-3a60f39d.js} +2 -2
  143. package/dist/esm/{kup-dates-992086f1.js → kup-dates-c38ee99a.js} +1 -1
  144. package/dist/esm/kup-drawer.entry.js +2 -2
  145. package/dist/esm/kup-echart.entry.js +2 -2
  146. package/dist/esm/kup-editor.entry.js +2 -2
  147. package/dist/esm/kup-family-tree.entry.js +2 -2
  148. package/dist/esm/kup-gantt_10.entry.js +2 -2
  149. package/dist/esm/kup-grid.entry.js +2 -2
  150. package/dist/esm/kup-htm.entry.js +2 -2
  151. package/dist/esm/kup-iframe.entry.js +2 -2
  152. package/dist/esm/kup-input-panel.entry.js +6 -6
  153. package/dist/esm/kup-lazy.entry.js +2 -2
  154. package/dist/esm/kup-magic-box.entry.js +2 -2
  155. package/dist/esm/{kup-manager-bc57ec34.js → kup-manager-35960eb2.js} +175 -21
  156. package/dist/esm/kup-nav-bar.entry.js +2 -2
  157. package/dist/esm/kup-numeric-picker.entry.js +3 -3
  158. package/dist/esm/kup-object-field.entry.js +4 -4
  159. package/dist/esm/{kup-planner-renderer-helper-9db7a491.js → kup-planner-renderer-helper-836d9912.js} +1 -1
  160. package/dist/esm/kup-planner-renderer.entry.js +2 -2
  161. package/dist/esm/kup-planner.entry.js +3 -3
  162. package/dist/esm/kup-probe.entry.js +2 -2
  163. package/dist/esm/kup-qlik.entry.js +2 -2
  164. package/dist/esm/kup-snackbar.entry.js +2 -2
  165. package/dist/esm/kup-txt.entry.js +2 -2
  166. package/dist/esm/kup-typography-list.entry.js +2 -2
  167. package/dist/esm/kup-typography.entry.js +2 -2
  168. package/dist/esm/loader.js +1 -1
  169. package/dist/ketchup/index.esm.js +1 -1
  170. package/dist/ketchup/ketchup.esm.js +1 -1
  171. package/dist/ketchup/p-067b5430.entry.js +1 -0
  172. package/dist/ketchup/{p-301fafb0.entry.js → p-08ac13a7.entry.js} +1 -1
  173. package/dist/ketchup/{p-e85f1e78.entry.js → p-13e4d5ef.entry.js} +1 -1
  174. package/dist/ketchup/{p-26e0046e.js → p-1ad40fd0.js} +1 -1
  175. package/dist/ketchup/{p-5fa26942.entry.js → p-21cb6f39.entry.js} +1 -1
  176. package/dist/ketchup/{p-50a341fc.entry.js → p-2d954ca8.entry.js} +1 -1
  177. package/dist/ketchup/p-37c3d27d.js +1 -0
  178. package/dist/ketchup/{p-31a050c6.entry.js → p-3b4d57f5.entry.js} +1 -1
  179. package/dist/ketchup/p-4019d630.js +1 -0
  180. package/dist/ketchup/{p-1f5b1df4.entry.js → p-541d469a.entry.js} +1 -1
  181. package/dist/ketchup/{p-6bc44966.entry.js → p-55e69e9f.entry.js} +1 -1
  182. package/dist/ketchup/{p-85a956cd.js → p-5f82173c.js} +1 -1
  183. package/dist/ketchup/{p-070a0dac.js → p-68dc4ed1.js} +1 -1
  184. package/dist/ketchup/{p-302502d4.entry.js → p-6d3521d6.entry.js} +1 -1
  185. package/dist/ketchup/{p-90f5363e.entry.js → p-6dd48c60.entry.js} +1 -1
  186. package/dist/ketchup/{p-8213526b.entry.js → p-707dff2c.entry.js} +1 -1
  187. package/dist/ketchup/{p-2847ac2b.entry.js → p-751b23b7.entry.js} +1 -1
  188. package/dist/ketchup/{p-8222d46d.entry.js → p-76c2f184.entry.js} +1 -1
  189. package/dist/ketchup/{p-35d6f606.entry.js → p-77117b3a.entry.js} +1 -1
  190. package/dist/ketchup/p-7e0fb905.entry.js +1 -0
  191. package/dist/ketchup/{p-2018e835.entry.js → p-857c601b.entry.js} +1 -1
  192. package/dist/ketchup/{p-552622f5.entry.js → p-939094ef.entry.js} +1 -1
  193. package/dist/ketchup/{p-211d8935.entry.js → p-99761543.entry.js} +1 -1
  194. package/dist/ketchup/{p-e77460f4.js → p-9ae814eb.js} +1 -1
  195. package/dist/ketchup/p-9f5d650a.js +21 -0
  196. package/dist/ketchup/{p-37bd67d8.entry.js → p-a44780fb.entry.js} +1 -1
  197. package/dist/ketchup/p-a841aef5.entry.js +1 -0
  198. package/dist/ketchup/p-a8714314.entry.js +8 -0
  199. package/dist/ketchup/{p-56180822.entry.js → p-ab6b96ab.entry.js} +1 -1
  200. package/dist/ketchup/{p-2e6e1479.entry.js → p-b1197adf.entry.js} +1 -1
  201. package/dist/ketchup/{p-5183215e.entry.js → p-b6a5e87c.entry.js} +1 -1
  202. package/dist/ketchup/{p-c907474c.entry.js → p-bbd702fd.entry.js} +1 -1
  203. package/dist/ketchup/{p-ebcf1f74.js → p-c2367aee.js} +1 -1
  204. package/dist/ketchup/{p-e7ccceeb.entry.js → p-c31f37f9.entry.js} +1 -1
  205. package/dist/ketchup/{p-cbea5a29.entry.js → p-c838a17e.entry.js} +1 -1
  206. package/dist/ketchup/{p-bdbbfb48.js → p-d0b30d6a.js} +1 -1
  207. package/dist/ketchup/{p-daacc004.entry.js → p-d66086d5.entry.js} +1 -1
  208. package/dist/ketchup/{p-f96390e2.entry.js → p-d90c27c1.entry.js} +1 -1
  209. package/dist/ketchup/{p-0b5f3245.entry.js → p-df0207be.entry.js} +1 -1
  210. package/dist/ketchup/p-fa177711.entry.js +1 -0
  211. package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -1
  212. package/dist/types/components/kup-data-table/kup-data-table.d.ts +7 -0
  213. package/dist/types/components.d.ts +8 -0
  214. package/dist/types/managers/kup-dynamic-position/kup-dynamic-position-declarations.d.ts +2 -0
  215. package/dist/types/managers/kup-language/kup-language-declarations.d.ts +1 -0
  216. package/dist/types/managers/kup-theme/kup-theme.d.ts +17 -0
  217. package/package.json +1 -4
  218. package/dist/ketchup/p-10a3d9cb.js +0 -21
  219. package/dist/ketchup/p-38ac3c4b.entry.js +0 -8
  220. package/dist/ketchup/p-48b91894.entry.js +0 -1
  221. package/dist/ketchup/p-80d8f092.entry.js +0 -1
  222. package/dist/ketchup/p-a78c9d39.js +0 -1
  223. package/dist/ketchup/p-c24e94cb.js +0 -1
  224. package/dist/ketchup/p-ebe27d32.entry.js +0 -1
  225. package/dist/ketchup/p-f9767f0a.entry.js +0 -1
@@ -1,19 +1,19 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement$1, F as Fragment, g as getAssetPath } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as FixedCellsClasses, a3 as FixedCellsCSSVarsBase, a4 as KupLanguageFontsize, a5 as KupLanguageDensity, a6 as KupLanguageGrid, a7 as KupDataTableProps, a8 as UseAsValue, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-bc57ec34.js';
3
- import { F as FTextField } from './f-text-field-465cc102.js';
2
+ import { k as kupManagerInstance, I as ItemsDisplayMode, a as KupComponentSizing, g as getProps, s as setProps, b as KupLanguageGeneric, c as getSizeOfInputElement, d as KupThemeIconValues, e as KupDynamicPositionPlacement, f as KupThemeColorValues, h as KupDebugCategory, F as FCellShapes, i as FCellPadding, j as fillString, l as KupCardBuiltInClockElements, m as KupCardCSSClasses, n as KupLanguageTotals, o as KupLanguageColumn, p as KupDataNewColumnTypes, q as KupCardSubEvents, r as KupCardIds, t as KupLanguageRow, u as KupLanguageSearch, v as KupCardFamily, w as KupCardProps, x as getColumnByName, y as formatToNumber, z as KupObjects, A as identify, G as GroupLabelDisplayMode, S as SelectionMode, B as KupLanguageGrouping, C as KupLanguageCheckbox, D as getValueForDisplay2, E as Filters, H as getValueForDisplay, J as extractColumnsFromFormulaString, L as FILTER_ANALYZER, M as LoadMoreMode, P as PaginatorPos, N as ShowGrid, T as TotalLabel, O as TotalMode, Q as getRegExpFromString, R as isNegativeNumber, U as FCellClasses, V as kupDynamicPositionAttribute, W as KupPointerEventTypes, X as kupDraggableColumnAttr, Y as kupDragActiveAttr, Z as KupDragEffect, _ as kupDraggableCellAttr, $ as KupDropEventTypes, a0 as DataTableAreasEnum, a1 as TypesToDuplicate, a2 as UseAsValue, a3 as FixedCellsClasses, a4 as FixedCellsCSSVarsBase, a5 as KupLanguageFontsize, a6 as KupLanguageDensity, a7 as KupLanguageGrid, a8 as KupDataTableProps, a9 as SortMode, aa as iconColumn, ab as keyColumn, ac as fieldColumn, ad as KupLanguageUpload, ae as FCellTypes, af as KupListRole, ag as KupListProps, ah as addColumnValueFromRow, ai as KupGlobalFilterMode } from './kup-manager-35960eb2.js';
3
+ import { F as FTextField } from './f-text-field-31ad8f7f.js';
4
4
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
5
- import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-25b200ab.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-c22107de.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import { F as FImage } from './f-image-40b4e64b.js';
8
8
  import { F as FButton } from './f-button-3e022953.js';
9
9
  import { F as FButtonAlign, a as FButtonStyling } from './f-button-declarations-6c8f8abe.js';
10
- import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-ef478d3f.js';
11
- import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-992086f1.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-bd79ffef.js';
11
+ import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-c38ee99a.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
14
- import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-399ccea6.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-53de6f1c.js';
16
- import './f-object-field-8306fe8f.js';
14
+ import { F as FiltersColumnMenu, a as FiltersRows, g as getDiffData, d as decorateDataTable, c as calcTotals, n as normalizeRows, p as paginateRows, f as filterRows, b as groupRows, s as sortRows, t as treeMainColumnName, K as KupTreeExpansionMode, e as KupTreeProps } from './kup-data-table-helper-3a60f39d.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-38b51762.js';
16
+ import './f-object-field-90dfb903.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -6184,6 +6184,12 @@ const KupCard = class {
6184
6184
  return (h(Host, { style: style }, h("style", null, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { id: componentWrapperId, onClick: () => this.onKupClick(null, null), ref: (el) => (this.componentWrapper = el) }, this.getLayout())));
6185
6185
  }
6186
6186
  disconnectedCallback() {
6187
+ if (this.rootElement.kupDynamicPosition) {
6188
+ this.kupManager.dynamicPosition.stop(this.rootElement);
6189
+ this.kupManager.dynamicPosition.unregister([
6190
+ this.rootElement,
6191
+ ]);
6192
+ }
6187
6193
  this.kupManager.interact.unregister([this.rootElement]);
6188
6194
  this.kupManager.language.unregister(this);
6189
6195
  this.kupManager.resize.unobserve(this.rootElement);
@@ -8733,7 +8739,7 @@ var __classPrivateFieldSet$4 = (undefined && undefined.__classPrivateFieldSet) |
8733
8739
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
8734
8740
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
8735
8741
  };
8736
- var _KupDataTable_instances, _KupDataTable_checkUpdateState, _KupDataTable_initialized, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_originalDataLoaded, _KupDataTable_originalDataLoadedMaxId, _KupDataTable_insertedRowIds, _KupDataTable_modifiedRowsIds, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_lastPointerDetails, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_actionsCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_dropDownActionCardAnchor, _KupDataTable_insertCount, _KupDataTable_lastFocusedColumn, _KupDataTable_lastFocusedCell, _KupDataTable_lastFocusedRow, _KupDataTable_maxRowsPerPage, _KupDataTable_readyPromise, _KupDataTable_readyResolve, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, _KupDataTable_insertNewColumnInVisibleColumnsList, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable__getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_dropDownActions, _KupDataTable_createDropDownActionsCard, _KupDataTable_clearSearchActionsCard, _KupDataTable_filterRowActionsCard, _KupDataTable_closeRowActionsCard, _KupDataTable_closeColumnMenuCard, _KupDataTable_prepareDataForActionsCard, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_getEventDetailsForCurrentSelection, _KupDataTable_getSourceElementCoordsForCurrentSelection, _KupDataTable_clickHandler, _KupDataTable_cellActionsMenuHandler, _KupDataTable_contextMenuHandler, _KupDataTable_tooltipRequestHandler, _KupDataTable_contextMenuHandlerDetailsManager, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_copyCellValueInColumnHandler, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_setCellEditability, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_horNav, _KupDataTable_verNav, _KupDataTable_onKupKeyDown, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_handleUpdateClick, _KupDataTable_onBlurHandler, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderGridPanel, _KupDataTable_renderCommandButton, _KupDataTable_handleChipsContextMenu, _KupDataTable_renderCommandDropDownButton, _KupDataTable_renderOtherButtons, _KupDataTable_addRowHandler, _KupDataTable_createRowWithInputFields, _KupDataTable_renderUpdateButtons, _KupDataTable_createDeletePayload, _KupDataTable_isRowInserted, _KupDataTable_isRowModified, _KupDataTable_arraysContainSameElements;
8742
+ var _KupDataTable_instances, _KupDataTable_checkUpdateState, _KupDataTable_initialized, _KupDataTable_cellToFocus, _KupDataTable_rows, _KupDataTable_rowsLength, _KupDataTable_paginatedRows, _KupDataTable_paginatedRowsLength, _KupDataTable_footer, _KupDataTable_kupManager, _KupDataTable_renderedRows, _KupDataTable_loadMoreEventCounter, _KupDataTable_loadMoreEventPreviousQuantity, _KupDataTable_theadRef, _KupDataTable_tableRef, _KupDataTable_originalData, _KupDataTable_originalDataLoaded, _KupDataTable_originalDataLoadedMaxId, _KupDataTable_insertedRowIds, _KupDataTable_modifiedRowsIds, _KupDataTable_tableAreaRef, _KupDataTable_stickyTheadRef, _KupDataTable_lastPointerDetails, _KupDataTable_customizeTopButtonRef, _KupDataTable_customizeTopPanelRef, _KupDataTable_sizedColumns, _KupDataTable_intObserver, _KupDataTable_navBarHeight, _KupDataTable_theadIntersecting, _KupDataTable_tableIntersecting, _KupDataTable_isSafariBrowser, _KupDataTable_isRestoringState, _KupDataTable_globalFilterTimeout, _KupDataTable_totalMenuCoords, _KupDataTable_clickTimeout, _KupDataTable_thRefs, _KupDataTable_rowsRefs, _KupDataTable_oldWidth, _KupDataTable_hold, _KupDataTable_interactableDrag, _KupDataTable_interactableDrop, _KupDataTable_interactableResize, _KupDataTable_interactableTouch, _KupDataTable_dropareaRef, _KupDataTable_removeDropareaRef, _KupDataTable_groupsDropareaRef, _KupDataTable_clickCb, _KupDataTable_clickCbCustomPanel, _KupDataTable_clickCbDropCard, _KupDataTable_resizeTimeout, _KupDataTable_columnMenuInstance, _KupDataTable_filtersColumnMenuInstance, _KupDataTable_filtersRowsInstance, _KupDataTable_detailCard, _KupDataTable_insertCard, _KupDataTable_actionsCard, _KupDataTable_confirmDeleteCard, _KupDataTable_confirmDeleteDialog, _KupDataTable_columnMenuCard, _KupDataTable_columnDropCard, _KupDataTable_columnDropCardAnchor, _KupDataTable_dropDownActionCardAnchor, _KupDataTable_insertCount, _KupDataTable_lastFocusedColumn, _KupDataTable_lastFocusedCell, _KupDataTable_lastFocusedRow, _KupDataTable_maxRowsPerPage, _KupDataTable_readyPromise, _KupDataTable_readyResolve, _KupDataTable_BUTTON_CANCEL_ID, _KupDataTable_BUTTON_SUBMIT_ID, _KupDataTable_FIELDS_FORM_ID, _KupDataTable_MESSAGE_ID, _KupDataTable_MESSAGE_WRAPPER_ID, _KupDataTable_INSERT_PREFIX, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, _KupDataTable_insertNewColumnInVisibleColumnsList, _KupDataTable_closeDropCard, _KupDataTable_createDropCard, _KupDataTable_calculateData, _KupDataTable_getRow, _KupDataTable__getRow, _KupDataTable_getTransposedData, _KupDataTable_setTransposedData, _KupDataTable_stickyHeaderPosition, _KupDataTable_updateStickyHeaderSize, _KupDataTable_setObserver, _KupDataTable_didLoadInteractables, _KupDataTable_didRenderInteractables, _KupDataTable_didLoadObservers, _KupDataTable_didRenderObservers, _KupDataTable_didLoadEventHandling, _KupDataTable_scrollStickyHeader, _KupDataTable_checkScrollOnHover, _KupDataTable_customizePanelPosition, _KupDataTable_rowsPointLength, _KupDataTable_paginatedRowsPointLength, _KupDataTable__rowsLength, _KupDataTable_resetSelectedRows, _KupDataTable_getSizedColumns, _KupDataTable_rowDetail, _KupDataTable_dropDownActions, _KupDataTable_createDropDownActionsCard, _KupDataTable_clearSearchActionsCard, _KupDataTable_filterRowActionsCard, _KupDataTable_closeRowActionsCard, _KupDataTable_closeColumnMenuCard, _KupDataTable_prepareDataForActionsCard, _KupDataTable_rowInsertForm, _KupDataTable_rowsDelete, _KupDataTable_getEventDetails, _KupDataTable_getEventDetailsForCurrentSelection, _KupDataTable_getSourceElementCoordsForCurrentSelection, _KupDataTable_clickHandler, _KupDataTable_cellActionsMenuHandler, _KupDataTable_contextMenuHandler, _KupDataTable_tooltipRequestHandler, _KupDataTable_contextMenuHandlerDetailsManager, _KupDataTable_dblClickHandler, _KupDataTable_initRows, _KupDataTable_filterRows, _KupDataTable_isGrouping, _KupDataTable_hasRowActions, _KupDataTable_removeGroup, _KupDataTable_hasTotals, _KupDataTable_copyCellValueInColumnHandler, _KupDataTable_tableHasAutoWidth, _KupDataTable_forceGroupExpansion, _KupDataTable_forceRowGroupExpansion, _KupDataTable_adjustPaginator, _KupDataTable_getCellEditability, _KupDataTable_composeFixedCellStyleAndClass, _KupDataTable_updateFixedRowsAndColumnsCssVariables, _KupDataTable_horNav, _KupDataTable_verNav, _KupDataTable_onKupKeyDown, _KupDataTable_onColumnSort, _KupDataTable_onRemoveFilter, _KupDataTable_getFilterValueForTooltip, _KupDataTable_onGlobalFilterChange, _KupDataTable_handlePageChange, _KupDataTable_handleRowsPerPageChange, _KupDataTable_onRowClick, _KupDataTable_selectColumn, _KupDataTable_deselectColumn, _KupDataTable_onRowActionExpanderClick, _KupDataTable_handleRowSelect, _KupDataTable_onRowExpand, _KupDataTable_onSelectAll, _KupDataTable_openTotalMenu, _KupDataTable_closeTotalMenu, _KupDataTable_isOpenedTotalMenuForColumn, _KupDataTable_groupRows, _KupDataTable_onLoadMoreClick, _KupDataTable_adjustGroupState, _KupDataTable_adjustGroupStateFromRow, _KupDataTable_sortRows, _KupDataTable_getSortIcon, _KupDataTable_getSortDecode, _KupDataTable_calculateColspan, _KupDataTable_isGroupExpanded, _KupDataTable_handleColumnSort, _KupDataTable_moveSortedColumns, _KupDataTable_handleUpdateClick, _KupDataTable_onBlurHandler, _KupDataTable_applyLineBreaks, _KupDataTable_composeHeaderCellClassAndStyle, _KupDataTable_renderHeader, _KupDataTable_renderStickyHeader, _KupDataTable_totalMenuPosition, _KupDataTable_onTotalMenuOpen, _KupDataTable_renderRow, _KupDataTable_onCustomSettingsClick, _KupDataTable_openCustomSettings, _KupDataTable_closeCustomSettings, _KupDataTable_renderPaginator, _KupDataTable_columnRemoveArea, _KupDataTable_columnGroupArea, _KupDataTable_hideShowColumnDropArea, _KupDataTable_handleColumnGroup, _KupDataTable_transcodeItem, _KupDataTable_createListData, _KupDataTable_FONTSIZE_CODES, _KupDataTable_FONTSIZE_DECODES, _KupDataTable_FONTSIZE_ICONS, _KupDataTable_getFontSizeCodeFromDecode, _KupDataTable_renderFontSizePanel, _KupDataTable_DENSITY_DECODES, _KupDataTable_DENSITY_ICONS, _KupDataTable_getDensityCodeFromDecode, _KupDataTable_renderDensityPanel, _KupDataTable_GRID_CODES, _KupDataTable_GRID_DECODES, _KupDataTable_GRID_ICONS, _KupDataTable_getGridCodeFromDecode, _KupDataTable_renderTransposeSwitch, _KupDataTable_renderGridPanel, _KupDataTable_renderCommandButton, _KupDataTable_handleChipsContextMenu, _KupDataTable_renderCommandDropDownButton, _KupDataTable_renderOtherButtons, _KupDataTable_addRowHandler, _KupDataTable_createRowWithInputFields, _KupDataTable_renderUpdateButtons, _KupDataTable_createDeletePayload, _KupDataTable_isRowInserted, _KupDataTable_isRowModified, _KupDataTable_arraysContainSameElements;
8737
8743
  const dom$2 = document.documentElement;
8738
8744
  const KupDataTable = class {
8739
8745
  constructor(hostRef) {
@@ -8769,6 +8775,7 @@ const KupDataTable = class {
8769
8775
  _KupDataTable_instances.add(this);
8770
8776
  this.state = new KupDataTableState();
8771
8777
  _KupDataTable_initialized.set(this, false);
8778
+ _KupDataTable_cellToFocus.set(this, null);
8772
8779
  _KupDataTable_rows.set(this, void 0);
8773
8780
  _KupDataTable_rowsLength.set(this, 0);
8774
8781
  _KupDataTable_paginatedRows.set(this, void 0);
@@ -9111,6 +9118,7 @@ const KupDataTable = class {
9111
9118
  this.totals = undefined;
9112
9119
  this.transpose = false;
9113
9120
  this.visibleColumns = undefined;
9121
+ this.showMessage = undefined;
9114
9122
  this.pendingRowsToUpdate = [];
9115
9123
  this.updatableData = false;
9116
9124
  this.updateOnClick = false;
@@ -9203,6 +9211,38 @@ const KupDataTable = class {
9203
9211
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_initRows).call(this);
9204
9212
  }
9205
9213
  }
9214
+ checkFocusErrorCell() {
9215
+ var _a, _b, _c, _d;
9216
+ __classPrivateFieldSet$4(this, _KupDataTable_cellToFocus, null, "f");
9217
+ if (!((_a = this.data) === null || _a === void 0 ? void 0 : _a.rows) || !((_b = this.data) === null || _b === void 0 ? void 0 : _b.columns)) {
9218
+ return;
9219
+ }
9220
+ outer: for (const row of this.data.rows) {
9221
+ for (const col of this.data.columns) {
9222
+ const cell = (_c = row.cells) === null || _c === void 0 ? void 0 : _c[col.name];
9223
+ if (((_d = cell === null || cell === void 0 ? void 0 : cell.data) === null || _d === void 0 ? void 0 : _d.error) &&
9224
+ col.visible !== false &&
9225
+ __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getCellEditability).call(this, col, row, cell)) {
9226
+ __classPrivateFieldSet$4(this, _KupDataTable_cellToFocus, { column: col.name, rowId: row.id }, "f");
9227
+ break outer;
9228
+ }
9229
+ }
9230
+ }
9231
+ }
9232
+ checkHiddenColumnErrors() {
9233
+ var _a, _b;
9234
+ if (!this.showMessage || !((_a = this.data) === null || _a === void 0 ? void 0 : _a.rows) || !((_b = this.data) === null || _b === void 0 ? void 0 : _b.columns)) {
9235
+ return;
9236
+ }
9237
+ const hasHiddenError = this.data.rows.some((row) => this.data.columns.some((column) => {
9238
+ var _a, _b, _c;
9239
+ return column.visible === false &&
9240
+ ((_c = (_b = (_a = row.cells) === null || _a === void 0 ? void 0 : _a[column.name]) === null || _b === void 0 ? void 0 : _b.data) === null || _c === void 0 ? void 0 : _c.error);
9241
+ }));
9242
+ if (hasHiddenError) {
9243
+ this.showMessage(__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageRow.ERRORS_IN_ROWS));
9244
+ }
9245
+ }
9206
9246
  identifyAndInitRows() {
9207
9247
  if (this.data.rows.filter((r) => r.id == undefined).length) {
9208
9248
  identify(this.getRows());
@@ -9901,6 +9941,12 @@ const KupDataTable = class {
9901
9941
  this.persistState();
9902
9942
  // ***
9903
9943
  __classPrivateFieldSet$4(this, _KupDataTable_oldWidth, this.rootElement.clientWidth, "f");
9944
+ // Focus first editable cell with an error
9945
+ if (__classPrivateFieldGet$8(this, _KupDataTable_cellToFocus, "f")) {
9946
+ const { column, rowId } = __classPrivateFieldGet$8(this, _KupDataTable_cellToFocus, "f");
9947
+ __classPrivateFieldSet$4(this, _KupDataTable_cellToFocus, null, "f");
9948
+ this.setFocus(column, rowId);
9949
+ }
9904
9950
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").debug.logRender(this, true);
9905
9951
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentDidRender', 'kup-data-table');
9906
9952
  }
@@ -10256,7 +10302,7 @@ const KupDataTable = class {
10256
10302
  __classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
10257
10303
  let rows = null;
10258
10304
  if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
10259
- rows = (h("tr", { key: '656e2623447a6cbb9118ac51b3617d4dbedd22c9', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '999d3ab04aef6fbd6881f3451b226b6a99d35719', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10305
+ rows = (h("tr", { key: 'c778621f24dbe8ac50439c1f1cc2c8da60038c15', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '38f680149997d7462d6dad98eb4c6d18cd21ccdf', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10260
10306
  }
10261
10307
  else {
10262
10308
  rows = [];
@@ -10332,7 +10378,7 @@ const KupDataTable = class {
10332
10378
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
10333
10379
  });
10334
10380
  }
10335
- groupChips = h(FChip, Object.assign({ key: '0a0007dc61536ffe9c7975a5d0a5dc12b2cc36ac' }, props));
10381
+ groupChips = h(FChip, Object.assign({ key: '452f382db133b46aeb06e7e2ecf5edbcf68c67f7' }, props));
10336
10382
  }
10337
10383
  }
10338
10384
  const tableClass = {
@@ -10364,7 +10410,7 @@ const KupDataTable = class {
10364
10410
  if (this.headerIsPersistent &&
10365
10411
  this.tableHeight === undefined &&
10366
10412
  this.tableWidth === undefined) {
10367
- stickyEl = (h("sticky-header", { key: '88ae39a461e60b1cf6f519fbc73590e5f74fd47d', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '0e7439a9b181ba896c58b36690292929fdaf6524' }, h("tr-sticky", { key: 'ba55288684b222e079b4d183e2723102a9715c18' }, stickyHeader))));
10413
+ stickyEl = (h("sticky-header", { key: 'e427e9db53b607acba8dd58e5c9076e2e0b8f52c', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: '3f9ea12ec5eff7643b09b89dffc5b26a0b5ad49d' }, h("tr-sticky", { key: '7f1490b736d5390962aab145580e4cfad9bba3dc' }, stickyHeader))));
10368
10414
  }
10369
10415
  let belowClass = 'below-wrapper';
10370
10416
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10410,7 +10456,7 @@ const KupDataTable = class {
10410
10456
  const useGlobalFilter = !this.legacyLook &&
10411
10457
  (this.globalFilter ||
10412
10458
  this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
10413
- const compCreated = (h(Host, { key: '524ed983b50727164f2fa5b5d71795fc9cc46696', "onKup-drop": (e) => {
10459
+ const compCreated = (h(Host, { key: '7c0e5c976a0b9c2cfe64fc1f7cd91ec408b15412', "onKup-drop": (e) => {
10414
10460
  this.kupDataTableDrop.emit(e.detail);
10415
10461
  }, "onKup-cell-input": (e) => {
10416
10462
  autoselectOnAction(e);
@@ -10429,11 +10475,11 @@ const KupDataTable = class {
10429
10475
  this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10430
10476
  }, "onKup-objectfield-selectedmenuitem": (e) => {
10431
10477
  this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10432
- } }, h("style", { key: 'afe9379fe2f3a81372ff8dbc76c35ee8f4cafcbb' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: 'fcdf56fd72a26da9c206f0b7be10032c57b32c56', id: componentWrapperId, class: wrapClass }, h("div", { key: '97fe2cf56bc55cb2516424d188da9439cf55e421', class: "group-wrapper" }, groupChips), h("div", { key: '0892ca85faf1024339fe7803c6cda220d6aeeb41', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10478
+ } }, h("style", { key: 'd1b3e38e13368eb88a6de25fc760e9833de7b795' }, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.setKupStyle(this.rootElement)), this.updatableData ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderUpdateButtons).call(this) : null, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_renderOtherButtons).call(this), h("div", { key: 'da0ced70283f1004b8711a6f8a1a666ab7a4abd2', id: componentWrapperId, class: wrapClass }, h("div", { key: '6022a92d789b77d2a38cf1c0fe758d0f4864610a', class: "group-wrapper" }, groupChips), h("div", { key: '8f511662df066227b919d56353fc297137255d23', class: "actions-wrapper", style: actionWrapperWidth }, useGlobalFilter ? (h("div", { id: "global-filter" }, h(FTextField, { fullWidth: true, icon: KupThemeIconValues.SEARCH, label: __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, value: this.globalFilterValue, onInput: (event) => {
10433
10479
  const t = event.target;
10434
10480
  window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
10435
10481
  __classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10436
- } }))) : null, paginatorTop && (h("div", { key: 'c4c76898d1d72d263fb06ae0d9725a70381b4e4f', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10482
+ } }))) : null, paginatorTop && (h("div", { key: '386e53a65702e0b8cc1fc1f07a3753d9758e45f2', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10437
10483
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
10438
10484
  this.kupSave.emit({
10439
10485
  comp: this,
@@ -10483,9 +10529,9 @@ const KupDataTable = class {
10483
10529
  this.data.rows.unshift(row);
10484
10530
  await this.refresh(true);
10485
10531
  }
10486
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'b3e03185db2ceab00a2da2fd9ade3c05730c6bed', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10532
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: 'f1725eb950f99f7e304d8391ca0ce1990ca0f9cc', class: "droparea", ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_dropareaRef, el, "f")) }, this.showGroups ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnGroupArea).call(this) : null, this.removableColumns
10487
10533
  ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10488
- : null), h("div", { key: '7bb6d65b5efa8410a14f2c7883956dece973b097', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10534
+ : null), h("div", { key: '9322c2940e4d24ab283e3bc8ad924ef6817e6982', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10489
10535
  ? [
10490
10536
  h("div", { class: "settings-trigger", onClick: () => {
10491
10537
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10494,7 +10540,7 @@ const KupDataTable = class {
10494
10540
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10495
10541
  this.renderCustomizePanel(),
10496
10542
  ]
10497
- : null, h("table", { key: '95ff669d88f3366871bb44c1d0c8663f0c132c22', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10543
+ : null, h("table", { key: '86198eaa2ea882bd6d919adffb19f8c19d1cf0e1', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10498
10544
  ev.stopPropagation();
10499
10545
  }, onPointerDown: (e) => {
10500
10546
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
@@ -10502,11 +10548,12 @@ const KupDataTable = class {
10502
10548
  __classPrivateFieldSet$4(this, _KupDataTable_lastPointerDetails, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getEventDetails).call(this, __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").getEventPath(e.target, this.rootElement), e), "f");
10503
10549
  }, onContextMenu: (e) => {
10504
10550
  e.preventDefault();
10505
- } }, h("thead", { key: '35615fca3d19564cc302e681a1720bffe35b4091', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '59624ad23244ca0a8f82ea886ab4c85e5ea9341d' }, header)), h("tbody", { key: '9a040e919ee69c2eda3c7b641bb62757f5df7ac2' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10551
+ } }, h("thead", { key: '842fdb6cabe6779eb66a68644a0f86b77294e760', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'cf502adfe5ad7c95d4a253e05f4756ac70c9327a' }, header)), h("tbody", { key: 'cb9684e94db3646a5fadfe2a0e3e94340cbbc98e' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10506
10552
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
10507
10553
  return compCreated;
10508
10554
  }
10509
10555
  disconnectedCallback() {
10556
+ var _a;
10510
10557
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").interact.unregister(__classPrivateFieldGet$8(this, _KupDataTable_interactableDrag, "f").concat(__classPrivateFieldGet$8(this, _KupDataTable_interactableDrop, "f"), __classPrivateFieldGet$8(this, _KupDataTable_interactableResize, "f"), __classPrivateFieldGet$8(this, _KupDataTable_interactableTouch, "f")));
10511
10558
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").language.unregister(this);
10512
10559
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").theme.unregister(this);
@@ -10515,6 +10562,25 @@ const KupDataTable = class {
10515
10562
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
10516
10563
  __classPrivateFieldGet$8(this, _KupDataTable_customizeTopPanelRef, "f"),
10517
10564
  ]);
10565
+ if (__classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f")) {
10566
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(__classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f"));
10567
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
10568
+ __classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f"),
10569
+ ]);
10570
+ }
10571
+ if (__classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f")) {
10572
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(__classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f"));
10573
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
10574
+ __classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f"),
10575
+ ]);
10576
+ }
10577
+ const totalMenu = (_a = this.rootElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('#totals-menu');
10578
+ if (totalMenu) {
10579
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(totalMenu);
10580
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
10581
+ totalMenu,
10582
+ ]);
10583
+ }
10518
10584
  const dynamicPositionElements = this.rootElement.shadowRoot.querySelectorAll('[' + kupDynamicPositionAttribute + ']');
10519
10585
  if (dynamicPositionElements.length > 0) {
10520
10586
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister(Array.prototype.slice.call(dynamicPositionElements));
@@ -10541,7 +10607,7 @@ const KupDataTable = class {
10541
10607
  "totals": ["recalculateRows"],
10542
10608
  "currentPage": ["recalculateRows"],
10543
10609
  "currentRowsPerPage": ["recalculateRows"],
10544
- "data": ["identifyAndInitRows", "decorateAndInitForUpdTable", "computeMaxRowsPerPage"],
10610
+ "data": ["checkFocusErrorCell", "checkHiddenColumnErrors", "identifyAndInitRows", "decorateAndInitForUpdTable", "computeMaxRowsPerPage"],
10545
10611
  "visibleColumns": ["computeMaxRowsPerPage"],
10546
10612
  "groups": ["recalculateRowsAndUndoSelections"],
10547
10613
  "fixedColumns": ["controlFixedRowsColumns"],
@@ -10550,7 +10616,7 @@ const KupDataTable = class {
10550
10616
  "transpose": ["recalculateData"]
10551
10617
  }; }
10552
10618
  };
10553
- _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_onBlurHandler = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
10619
+ _KupDataTable_initialized = new WeakMap(), _KupDataTable_cellToFocus = new WeakMap(), _KupDataTable_rows = new WeakMap(), _KupDataTable_rowsLength = new WeakMap(), _KupDataTable_paginatedRows = new WeakMap(), _KupDataTable_paginatedRowsLength = new WeakMap(), _KupDataTable_footer = new WeakMap(), _KupDataTable_kupManager = new WeakMap(), _KupDataTable_renderedRows = new WeakMap(), _KupDataTable_loadMoreEventCounter = new WeakMap(), _KupDataTable_loadMoreEventPreviousQuantity = new WeakMap(), _KupDataTable_theadRef = new WeakMap(), _KupDataTable_tableRef = new WeakMap(), _KupDataTable_originalData = new WeakMap(), _KupDataTable_originalDataLoaded = new WeakMap(), _KupDataTable_originalDataLoadedMaxId = new WeakMap(), _KupDataTable_insertedRowIds = new WeakMap(), _KupDataTable_modifiedRowsIds = new WeakMap(), _KupDataTable_tableAreaRef = new WeakMap(), _KupDataTable_stickyTheadRef = new WeakMap(), _KupDataTable_lastPointerDetails = new WeakMap(), _KupDataTable_customizeTopButtonRef = new WeakMap(), _KupDataTable_customizeTopPanelRef = new WeakMap(), _KupDataTable_sizedColumns = new WeakMap(), _KupDataTable_intObserver = new WeakMap(), _KupDataTable_navBarHeight = new WeakMap(), _KupDataTable_theadIntersecting = new WeakMap(), _KupDataTable_tableIntersecting = new WeakMap(), _KupDataTable_isSafariBrowser = new WeakMap(), _KupDataTable_isRestoringState = new WeakMap(), _KupDataTable_globalFilterTimeout = new WeakMap(), _KupDataTable_totalMenuCoords = new WeakMap(), _KupDataTable_clickTimeout = new WeakMap(), _KupDataTable_thRefs = new WeakMap(), _KupDataTable_rowsRefs = new WeakMap(), _KupDataTable_oldWidth = new WeakMap(), _KupDataTable_hold = new WeakMap(), _KupDataTable_interactableDrag = new WeakMap(), _KupDataTable_interactableDrop = new WeakMap(), _KupDataTable_interactableResize = new WeakMap(), _KupDataTable_interactableTouch = new WeakMap(), _KupDataTable_dropareaRef = new WeakMap(), _KupDataTable_removeDropareaRef = new WeakMap(), _KupDataTable_groupsDropareaRef = new WeakMap(), _KupDataTable_clickCb = new WeakMap(), _KupDataTable_clickCbCustomPanel = new WeakMap(), _KupDataTable_clickCbDropCard = new WeakMap(), _KupDataTable_resizeTimeout = new WeakMap(), _KupDataTable_columnMenuInstance = new WeakMap(), _KupDataTable_filtersColumnMenuInstance = new WeakMap(), _KupDataTable_filtersRowsInstance = new WeakMap(), _KupDataTable_detailCard = new WeakMap(), _KupDataTable_insertCard = new WeakMap(), _KupDataTable_actionsCard = new WeakMap(), _KupDataTable_confirmDeleteCard = new WeakMap(), _KupDataTable_confirmDeleteDialog = new WeakMap(), _KupDataTable_columnMenuCard = new WeakMap(), _KupDataTable_columnDropCard = new WeakMap(), _KupDataTable_columnDropCardAnchor = new WeakMap(), _KupDataTable_dropDownActionCardAnchor = new WeakMap(), _KupDataTable_insertCount = new WeakMap(), _KupDataTable_lastFocusedColumn = new WeakMap(), _KupDataTable_lastFocusedCell = new WeakMap(), _KupDataTable_lastFocusedRow = new WeakMap(), _KupDataTable_maxRowsPerPage = new WeakMap(), _KupDataTable_readyPromise = new WeakMap(), _KupDataTable_readyResolve = new WeakMap(), _KupDataTable_BUTTON_CANCEL_ID = new WeakMap(), _KupDataTable_BUTTON_SUBMIT_ID = new WeakMap(), _KupDataTable_FIELDS_FORM_ID = new WeakMap(), _KupDataTable_MESSAGE_ID = new WeakMap(), _KupDataTable_MESSAGE_WRAPPER_ID = new WeakMap(), _KupDataTable_INSERT_PREFIX = new WeakMap(), _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER = new WeakMap(), _KupDataTable_stickyHeaderPosition = new WeakMap(), _KupDataTable_horNav = new WeakMap(), _KupDataTable_verNav = new WeakMap(), _KupDataTable_onKupKeyDown = new WeakMap(), _KupDataTable_handleUpdateClick = new WeakMap(), _KupDataTable_onBlurHandler = new WeakMap(), _KupDataTable_FONTSIZE_CODES = new WeakMap(), _KupDataTable_FONTSIZE_DECODES = new WeakMap(), _KupDataTable_FONTSIZE_ICONS = new WeakMap(), _KupDataTable_DENSITY_DECODES = new WeakMap(), _KupDataTable_DENSITY_ICONS = new WeakMap(), _KupDataTable_GRID_CODES = new WeakMap(), _KupDataTable_GRID_DECODES = new WeakMap(), _KupDataTable_GRID_ICONS = new WeakMap(), _KupDataTable_addRowHandler = new WeakMap(), _KupDataTable_createRowWithInputFields = new WeakMap(), _KupDataTable_instances = new WeakSet(), _KupDataTable_checkUpdateState = function _KupDataTable_checkUpdateState() {
10554
10620
  let somethingChanged = false;
10555
10621
  if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
10556
10622
  this.state.filters = Object.assign({}, this.filters);
@@ -10722,6 +10788,9 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
10722
10788
  }
10723
10789
  }, _KupDataTable_closeDropCard = function _KupDataTable_closeDropCard() {
10724
10790
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(__classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f"));
10791
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
10792
+ __classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f"),
10793
+ ]);
10725
10794
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").removeClickCallback(__classPrivateFieldGet$8(this, _KupDataTable_clickCbDropCard, "f"));
10726
10795
  __classPrivateFieldGet$8(this, _KupDataTable_columnDropCard, "f").remove();
10727
10796
  __classPrivateFieldSet$4(this, _KupDataTable_columnDropCard, null, "f");
@@ -11489,6 +11558,9 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
11489
11558
  card.refresh();
11490
11559
  }, _KupDataTable_closeRowActionsCard = function _KupDataTable_closeRowActionsCard() {
11491
11560
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(__classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f"));
11561
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
11562
+ __classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f"),
11563
+ ]);
11492
11564
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").removeClickCallback(__classPrivateFieldGet$8(this, _KupDataTable_clickCbDropCard, "f"));
11493
11565
  __classPrivateFieldGet$8(this, _KupDataTable_actionsCard, "f").remove();
11494
11566
  __classPrivateFieldSet$4(this, _KupDataTable_actionsCard, null, "f");
@@ -12038,7 +12110,7 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12038
12110
  // reset page
12039
12111
  this.currentPage = 1;
12040
12112
  }
12041
- }, _KupDataTable_setCellEditability = function _KupDataTable_setCellEditability(column, row, cell) {
12113
+ }, _KupDataTable_getCellEditability = function _KupDataTable_getCellEditability(column, row, cell) {
12042
12114
  if (column.useAs) {
12043
12115
  if (__classPrivateFieldGet$8(this, _KupDataTable_insertedRowIds, "f").includes(row.id) &&
12044
12116
  column.useAs === UseAsValue.DEC) {
@@ -12338,7 +12410,15 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12338
12410
  }, _KupDataTable_openTotalMenu = function _KupDataTable_openTotalMenu(column) {
12339
12411
  this.openedTotalMenu = column.name;
12340
12412
  }, _KupDataTable_closeTotalMenu = function _KupDataTable_closeTotalMenu() {
12413
+ var _a;
12341
12414
  this.openedTotalMenu = null;
12415
+ const menu = (_a = this.rootElement.shadowRoot) === null || _a === void 0 ? void 0 : _a.querySelector('#totals-menu');
12416
+ if (menu) {
12417
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.stop(menu);
12418
+ __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").dynamicPosition.unregister([
12419
+ menu,
12420
+ ]);
12421
+ }
12342
12422
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").removeClickCallback(__classPrivateFieldGet$8(this, _KupDataTable_clickCb, "f"));
12343
12423
  }, _KupDataTable_isOpenedTotalMenuForColumn = function _KupDataTable_isOpenedTotalMenuForColumn(column) {
12344
12424
  return this.openedTotalMenu === column;
@@ -12844,7 +12924,7 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
12844
12924
  return null;
12845
12925
  }
12846
12926
  }
12847
- cell.isEditable = __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_setCellEditability).call(this, currentColumn, row, cell);
12927
+ cell.isEditable = __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getCellEditability).call(this, currentColumn, row, cell);
12848
12928
  cell.data = Object.assign(Object.assign({}, cell.data), { legacyLook: this.legacyLook, sizing: this.density === 'extra_dense'
12849
12929
  ? 'extra-small'
12850
12930
  : (_a = cell.data) === null || _a === void 0 ? void 0 : _a.sizing });
@@ -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, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-bc57ec34.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-399ccea6.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a9 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, W as KupPointerEventTypes, Z as KupDragEffect, aH as kupDraggableAttr, $ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-35960eb2.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-3a60f39d.js';
4
4
  import { F as FImage } from './f-image-40b4e64b.js';
5
- import { d as FChip } from './f-chip-25b200ab.js';
5
+ import { d as FChip } from './f-chip-c22107de.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-ef478d3f.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-53de6f1c.js';
7
+ import { F as FCell } from './f-cell-bd79ffef.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-38b51762.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
- import './kup-dates-992086f1.js';
10
+ import './kup-dates-c38ee99a.js';
11
11
  import './f-button-3e022953.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-9912e1a4.js';
14
- import './f-object-field-8306fe8f.js';
15
- import './f-text-field-465cc102.js';
14
+ import './f-object-field-90dfb903.js';
15
+ import './f-text-field-31ad8f7f.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -97,7 +97,7 @@ var __classPrivateFieldSet = (undefined && undefined.__classPrivateFieldSet) ||
97
97
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
98
98
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
99
99
  };
100
- var _KupBox_instances, _KupBox_checkUpdateState, _KupBox_kupManager, _KupBox_intObserver, _KupBox_rowsRefs, _KupBox_navBarHeight, _KupBox_loadMoreEventCounter, _KupBox_loadMoreEventPreviousQuantity, _KupBox_didRenderObservers, _KupBox_setObserver, _KupBox_onLoadMoreClick;
100
+ var _KupBox_instances, _KupBox_checkUpdateState, _KupBox_kupManager, _KupBox_intObserver, _KupBox_rowsRefs, _KupBox_navBarHeight, _KupBox_boundClickFunction, _KupBox_loadMoreEventCounter, _KupBox_loadMoreEventPreviousQuantity, _KupBox_didRenderObservers, _KupBox_setObserver, _KupBox_onLoadMoreClick;
101
101
  const KupBox = class {
102
102
  constructor(hostRef) {
103
103
  registerInstance(this, hostRef);
@@ -131,6 +131,7 @@ const KupBox = class {
131
131
  _KupBox_intObserver.set(this, undefined);
132
132
  _KupBox_rowsRefs.set(this, []);
133
133
  _KupBox_navBarHeight.set(this, 0);
134
+ _KupBox_boundClickFunction.set(this, this.clickFunction.bind(this));
134
135
  _KupBox_loadMoreEventCounter.set(this, 0);
135
136
  _KupBox_loadMoreEventPreviousQuantity.set(this, 0);
136
137
  this.collapsedSection = {};
@@ -1183,7 +1184,7 @@ const KupBox = class {
1183
1184
  componentDidLoad() {
1184
1185
  this.handleAutomaticBoxSelection();
1185
1186
  // When component is created, then the listener is set. @See clickFunction for more details
1186
- document.addEventListener('click', this.clickFunction.bind(this));
1187
+ document.addEventListener('click', __classPrivateFieldGet(this, _KupBox_boundClickFunction, "f"));
1187
1188
  this.currentPage = this.pageSelected;
1188
1189
  if (this.multiSelection && this.selectedRowsState) {
1189
1190
  this.selectedRows = [];
@@ -1292,14 +1293,16 @@ const KupBox = class {
1292
1293
  el) }, boxContent)))));
1293
1294
  }
1294
1295
  disconnectedCallback() {
1295
- __classPrivateFieldGet(this, _KupBox_kupManager, "f").interact.unregister(this.interactableDrag.concat(this.interactableDrop));
1296
+ __classPrivateFieldGet(this, _KupBox_kupManager, "f").interact.unregister(this.interactableDrag
1297
+ .concat(this.interactableDrop)
1298
+ .concat(this.interactableTouch));
1296
1299
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").language.unregister(this);
1297
1300
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").theme.unregister(this);
1298
1301
  if (this.scrollOnHover) {
1299
1302
  __classPrivateFieldGet(this, _KupBox_kupManager, "f").scrollOnHover.unregister(this.boxContainer);
1300
1303
  }
1301
1304
  // When component is destroyed, then the listener is removed. @See clickFunction for more details
1302
- document.removeEventListener('click', this.clickFunction.bind(this));
1305
+ document.removeEventListener('click', __classPrivateFieldGet(this, _KupBox_boundClickFunction, "f"));
1303
1306
  this.kupDidUnload.emit({ comp: this, id: this.rootElement.id });
1304
1307
  }
1305
1308
  get rootElement() { return getElement(this); }
@@ -1315,7 +1318,7 @@ const KupBox = class {
1315
1318
  "selectBox": ["onSelectBoxChanged"]
1316
1319
  }; }
1317
1320
  };
1318
- _KupBox_kupManager = new WeakMap(), _KupBox_intObserver = new WeakMap(), _KupBox_rowsRefs = new WeakMap(), _KupBox_navBarHeight = new WeakMap(), _KupBox_loadMoreEventCounter = new WeakMap(), _KupBox_loadMoreEventPreviousQuantity = new WeakMap(), _KupBox_instances = new WeakSet(), _KupBox_checkUpdateState = function _KupBox_checkUpdateState() {
1321
+ _KupBox_kupManager = new WeakMap(), _KupBox_intObserver = new WeakMap(), _KupBox_rowsRefs = new WeakMap(), _KupBox_navBarHeight = new WeakMap(), _KupBox_boundClickFunction = new WeakMap(), _KupBox_loadMoreEventCounter = new WeakMap(), _KupBox_loadMoreEventPreviousQuantity = new WeakMap(), _KupBox_instances = new WeakSet(), _KupBox_checkUpdateState = function _KupBox_checkUpdateState() {
1319
1322
  let somethingChanged = false;
1320
1323
  if (!__classPrivateFieldGet(this, _KupBox_kupManager, "f").objects.deepEqual(this.state.sortBy, this.sortBy)) {
1321
1324
  this.state.sortBy = this.sortBy;
@@ -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-bc57ec34.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-35960eb2.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
- import { d as FChip, F as FChipType } from './f-chip-25b200ab.js';
6
- import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-992086f1.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-c22107de.js';
6
+ import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-c38ee99a.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-40b4e64b.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, aj as getCellValueForDisplay } from './kup-manager-bc57ec34.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, aj as getCellValueForDisplay } from './kup-manager-35960eb2.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-992086f1.js';
4
+ import './kup-dates-c38ee99a.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, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-bc57ec34.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aB as KupCellElementsPosition, g as getProps, s as setProps, Z as KupDragEffect, aC as submitPositionAdapter, b as KupLanguageGeneric, aD as KupCellProps } from './kup-manager-35960eb2.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-3e022953.js';
5
- import { F as FCell } from './f-cell-ef478d3f.js';
6
- import './kup-dates-992086f1.js';
5
+ import { F as FCell } from './f-cell-bd79ffef.js';
6
+ import './kup-dates-c38ee99a.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-40b4e64b.js';
9
9
  import './f-checkbox-9912e1a4.js';
10
- import './f-chip-25b200ab.js';
11
- import './f-object-field-8306fe8f.js';
12
- import './f-text-field-465cc102.js';
10
+ import './f-chip-c22107de.js';
11
+ import './f-object-field-90dfb903.js';
12
+ import './f-text-field-31ad8f7f.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-992086f1.js';
2
+ import { a as KupDates, c as commonjsGlobal } from './kup-dates-c38ee99a.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-3e022953.js';
3
3
  import { F as FCheckbox } from './f-checkbox-9912e1a4.js';
4
- import { F as FTextField } from './f-text-field-465cc102.js';
4
+ import { F as FTextField } from './f-text-field-31ad8f7f.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, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-bc57ec34.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aE as KupLanguageDashboard, b as KupLanguageGeneric, Z as KupDragEffect, h as KupDebugCategory } from './kup-manager-35960eb2.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-40b4e64b.js';
10
10
  import './component-a35bc7f1.js';
11
- import './kup-dates-992086f1.js';
11
+ import './kup-dates-c38ee99a.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, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-bc57ec34.js';
2
- import { K as KupDatesFormats } from './kup-dates-992086f1.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, aj as getCellValueForDisplay, x as getColumnByName, z as KupObjects, ak as KupData, al as compareCell, O as TotalMode, Q as getRegExpFromString, F as FCellShapes, am as CMBandACPAdapter, an as RADAdapter, ao as CHKAdapter, ap as CHIAdapter, aq as SWTAdapter, a9 as SortMode } from './kup-manager-35960eb2.js';
2
+ import { K as KupDatesFormats } from './kup-dates-c38ee99a.js';
3
3
 
4
4
  /**
5
5
  * Filtering algorithms related to column menus.
@@ -50,7 +50,7 @@ var KupDatesOrder;
50
50
  var dayjs_min = {exports: {}};
51
51
 
52
52
  (function (module, exports) {
53
- !function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,c),s=n-i<0,u=e.clone().add(r+(s?-1:1),c);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:c,y:h,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p="$isDayjsObject",S=function(t){return t instanceof _||!(!t||!t[p])},w=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},O=function(t,e){if(S(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0;}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return b},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return O(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<O(t)},m.$g=function(t,e,n){return b.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!b.u(e)||e,f=b.p(t),l=function(t,e){var i=b.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return b.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(f){case h:return r?l(1,0):l(31,11);case c:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=b.p(t),f="set"+(this.$u?"UTC":""),l=(n={},n[a]=f+"Date",n[d]=f+"Date",n[c]=f+"Month",n[h]=f+"FullYear",n[u]=f+"Hours",n[s]=f+"Minutes",n[i]=f+"Seconds",n[r]=f+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===c||o===h){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[b.p(t)]()},m.add=function(r,f){var d,l=this;r=Number(r);var $=b.p(f),y=function(t){var e=O(l);return b.w(e.date(e.date()+Math.round(t*r)),l)};if($===c)return this.set(c,this.$M+r);if($===h)return this.set(h,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return b.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=b.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,c=n.months,f=n.meridiem,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},d=function(t){return b.s(s%12||12,t,"0")},$=f||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return a+1;case"MM":return b.s(a+1,2,"0");case"MMM":return h(n.monthsShort,a,c,3);case"MMMM":return h(c,a);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(n.weekdaysMin,e.$W,o,2);case"ddd":return h(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return b.s(s,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return $(s,u,!0);case"A":return $(s,u,!1);case"m":return String(u);case"mm":return b.s(u,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=this,M=b.p(d),m=O(r),v=(m.utcOffset()-this.utcOffset())*e,g=this-m,D=function(){return b.m(y,m)};switch(M){case h:$=D()/12;break;case c:$=D();break;case f:$=D()/3;break;case o:$=(g-v)/6048e5;break;case a:$=(g-v)/864e5;break;case u:$=g/n;break;case s:$=g/e;break;case i:$=g/t;break;default:$=g;}return l?$:b.a($)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=w(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return b.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),k=_.prototype;return O.prototype=k,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",c],["$y",h],["$D",d]].forEach((function(t){k[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),O.extend=function(t,e){return t.$i||(t(e,_,O),t.$i=!0),O},O.locale=w,O.isDayjs=S,O.unix=function(t){return O(1e3*t)},O.en=D[g],O.Ls=D,O.p={},O}));
53
+ !function(t,e){module.exports=e();}(commonjsGlobal,(function(){var t=1e3,e=6e4,n=36e5,r="millisecond",i="second",s="minute",u="hour",a="day",o="week",c="month",f="quarter",h="year",d="date",l="Invalid Date",$=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,y=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,M={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(t){var e=["th","st","nd","rd"],n=t%100;return "["+t+(e[(n-20)%10]||e[n]||e[0])+"]"}},m=function(t,e,n){var r=String(t);return !r||r.length>=e?t:""+Array(e+1-r.length).join(n)+t},v={s:m,z:function(t){var e=-t.utcOffset(),n=Math.abs(e),r=Math.floor(n/60),i=n%60;return (e<=0?"+":"-")+m(r,2,"0")+":"+m(i,2,"0")},m:function t(e,n){if(e.date()<n.date())return -t(n,e);var r=12*(n.year()-e.year())+(n.month()-e.month()),i=e.clone().add(r,c),s=n-i<0,u=e.clone().add(r+(s?-1:1),c);return +(-(r+(n-i)/(s?i-u:u-i))||0)},a:function(t){return t<0?Math.ceil(t)||0:Math.floor(t)},p:function(t){return {M:c,y:h,w:o,d:a,D:d,h:u,m:s,s:i,ms:r,Q:f}[t]||String(t||"").toLowerCase().replace(/s$/,"")},u:function(t){return void 0===t}},g="en",D={};D[g]=M;var p="$isDayjsObject",S=function(t){return t instanceof _||!(!t||!t[p])},w=function t(e,n,r){var i;if(!e)return g;if("string"==typeof e){var s=e.toLowerCase();D[s]&&(i=s),n&&(D[s]=n,i=s);var u=e.split("-");if(!i&&u.length>1)return t(u[0])}else {var a=e.name;D[a]=e,i=a;}return !r&&i&&(g=i),i||!r&&g},O=function(t,e){if(S(t))return t.clone();var n="object"==typeof e?e:{};return n.date=t,n.args=arguments,new _(n)},b=v;b.l=w,b.i=S,b.w=function(t,e){return O(t,{locale:e.$L,utc:e.$u,x:e.$x,$offset:e.$offset})};var _=function(){function M(t){this.$L=w(t.locale,null,!0),this.parse(t),this.$x=this.$x||t.x||{},this[p]=!0;}var m=M.prototype;return m.parse=function(t){this.$d=function(t){var e=t.date,n=t.utc;if(null===e)return new Date(NaN);if(b.u(e))return new Date;if(e instanceof Date)return new Date(e);if("string"==typeof e&&!/Z$/i.test(e)){var r=e.match($);if(r){var i=r[2]-1||0,s=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)):new Date(r[1],i,r[3]||1,r[4]||0,r[5]||0,r[6]||0,s)}}return new Date(e)}(t),this.init();},m.init=function(){var t=this.$d;this.$y=t.getFullYear(),this.$M=t.getMonth(),this.$D=t.getDate(),this.$W=t.getDay(),this.$H=t.getHours(),this.$m=t.getMinutes(),this.$s=t.getSeconds(),this.$ms=t.getMilliseconds();},m.$utils=function(){return b},m.isValid=function(){return !(this.$d.toString()===l)},m.isSame=function(t,e){var n=O(t);return this.startOf(e)<=n&&n<=this.endOf(e)},m.isAfter=function(t,e){return O(t)<this.startOf(e)},m.isBefore=function(t,e){return this.endOf(e)<O(t)},m.$g=function(t,e,n){return b.u(t)?this[e]:this.set(n,t)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(t,e){var n=this,r=!!b.u(e)||e,f=b.p(t),l=function(t,e){var i=b.w(n.$u?Date.UTC(n.$y,e,t):new Date(n.$y,e,t),n);return r?i:i.endOf(a)},$=function(t,e){return b.w(n.toDate()[t].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(e)),n)},y=this.$W,M=this.$M,m=this.$D,v="set"+(this.$u?"UTC":"");switch(f){case h:return r?l(1,0):l(31,11);case c:return r?l(1,M):l(0,M+1);case o:var g=this.$locale().weekStart||0,D=(y<g?y+7:y)-g;return l(r?m-D:m+(6-D),M);case a:case d:return $(v+"Hours",0);case u:return $(v+"Minutes",1);case s:return $(v+"Seconds",2);case i:return $(v+"Milliseconds",3);default:return this.clone()}},m.endOf=function(t){return this.startOf(t,!1)},m.$set=function(t,e){var n,o=b.p(t),f="set"+(this.$u?"UTC":""),l=(n={},n[a]=f+"Date",n[d]=f+"Date",n[c]=f+"Month",n[h]=f+"FullYear",n[u]=f+"Hours",n[s]=f+"Minutes",n[i]=f+"Seconds",n[r]=f+"Milliseconds",n)[o],$=o===a?this.$D+(e-this.$W):e;if(o===c||o===h){var y=this.clone().set(d,1);y.$d[l]($),y.init(),this.$d=y.set(d,Math.min(this.$D,y.daysInMonth())).$d;}else l&&this.$d[l]($);return this.init(),this},m.set=function(t,e){return this.clone().$set(t,e)},m.get=function(t){return this[b.p(t)]()},m.add=function(r,f){var d,l=this;r=Number(r);var $=b.p(f),y=function(t){var e=O(l);return b.w(e.date(e.date()+Math.round(t*r)),l)};if($===c)return this.set(c,this.$M+r);if($===h)return this.set(h,this.$y+r);if($===a)return y(1);if($===o)return y(7);var M=(d={},d[s]=e,d[u]=n,d[i]=t,d)[$]||1,m=this.$d.getTime()+r*M;return b.w(m,this)},m.subtract=function(t,e){return this.add(-1*t,e)},m.format=function(t){var e=this,n=this.$locale();if(!this.isValid())return n.invalidDate||l;var r=t||"YYYY-MM-DDTHH:mm:ssZ",i=b.z(this),s=this.$H,u=this.$m,a=this.$M,o=n.weekdays,c=n.months,f=n.meridiem,h=function(t,n,i,s){return t&&(t[n]||t(e,r))||i[n].slice(0,s)},d=function(t){return b.s(s%12||12,t,"0")},$=f||function(t,e,n){var r=t<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(y,(function(t,r){return r||function(t){switch(t){case"YY":return String(e.$y).slice(-2);case"YYYY":return b.s(e.$y,4,"0");case"M":return a+1;case"MM":return b.s(a+1,2,"0");case"MMM":return h(n.monthsShort,a,c,3);case"MMMM":return h(c,a);case"D":return e.$D;case"DD":return b.s(e.$D,2,"0");case"d":return String(e.$W);case"dd":return h(n.weekdaysMin,e.$W,o,2);case"ddd":return h(n.weekdaysShort,e.$W,o,3);case"dddd":return o[e.$W];case"H":return String(s);case"HH":return b.s(s,2,"0");case"h":return d(1);case"hh":return d(2);case"a":return $(s,u,!0);case"A":return $(s,u,!1);case"m":return String(u);case"mm":return b.s(u,2,"0");case"s":return String(e.$s);case"ss":return b.s(e.$s,2,"0");case"SSS":return b.s(e.$ms,3,"0");case"Z":return i}return null}(t)||i.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,d,l){var $,y=this,M=b.p(d),m=O(r),v=(m.utcOffset()-this.utcOffset())*e,g=this-m,D=function(){return b.m(y,m)};switch(M){case h:$=D()/12;break;case c:$=D();break;case f:$=D()/3;break;case o:$=(g-v)/6048e5;break;case a:$=(g-v)/864e5;break;case u:$=g/n;break;case s:$=g/e;break;case i:$=g/t;break;default:$=g;}return l?$:b.a($)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return D[this.$L]},m.locale=function(t,e){if(!t)return this.$L;var n=this.clone(),r=w(t,e,!0);return r&&(n.$L=r),n},m.clone=function(){return b.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},M}(),Y=_.prototype;return O.prototype=Y,[["$ms",r],["$s",i],["$m",s],["$H",u],["$W",a],["$M",c],["$y",h],["$D",d]].forEach((function(t){Y[t[1]]=function(e){return this.$g(e,t[0],t[1])};})),O.extend=function(t,e){return t.$i||(t(e,_,O),t.$i=!0),O},O.locale=w,O.isDayjs=S,O.unix=function(t){return O(1e3*t)},O.en=D[g],O.Ls=D,O.p={},O}));
54
54
  }(dayjs_min));
55
55
 
56
56
  const dayjs = dayjs_min.exports;
@@ -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-bc57ec34.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-35960eb2.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-992086f1.js';
4
+ import './kup-dates-c38ee99a.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-bc57ec34.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-35960eb2.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
- import './kup-dates-992086f1.js';
4
+ import './kup-dates-c38ee99a.js';
5
5
 
6
6
  /*! *****************************************************************************
7
7
  Copyright (c) Microsoft Corporation.