@sme.up/ketchup 10.3.12 → 10.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/dist/cjs/{f-cell-5e876dc1.js → f-cell-f47a6278.js} +10 -10
  2. package/dist/cjs/{f-chip-1f1a9829.js → f-chip-36ba0f62.js} +9 -9
  3. package/dist/cjs/{f-object-field-7264b902.js → f-object-field-4d4002b0.js} +2 -2
  4. package/dist/cjs/{f-paginator-utils-0b88eb98.js → f-paginator-utils-adc8b67a.js} +5 -5
  5. package/dist/cjs/{f-text-field-2f9c646d.js → f-text-field-8c918e34.js} +4 -2
  6. package/dist/cjs/index.cjs.js +1 -1
  7. package/dist/cjs/ketchup.cjs.js +1 -1
  8. package/dist/cjs/kup-accordion.cjs.entry.js +1 -1
  9. package/dist/cjs/kup-activity-timeline.cjs.entry.js +2 -2
  10. package/dist/cjs/kup-autocomplete_30.cjs.entry.js +77 -82
  11. package/dist/cjs/kup-box.cjs.entry.js +7 -7
  12. package/dist/cjs/kup-calendar.cjs.entry.js +2 -2
  13. package/dist/cjs/kup-card-list.cjs.entry.js +1 -1
  14. package/dist/cjs/kup-cell.cjs.entry.js +5 -5
  15. package/dist/cjs/kup-dashboard.cjs.entry.js +2 -2
  16. package/dist/cjs/{kup-data-table-helper-292af776.js → kup-data-table-helper-3041bf1b.js} +1 -1
  17. package/dist/cjs/kup-drawer.cjs.entry.js +1 -1
  18. package/dist/cjs/kup-echart.cjs.entry.js +60 -7
  19. package/dist/cjs/kup-editor.cjs.entry.js +1 -1
  20. package/dist/cjs/kup-family-tree.cjs.entry.js +1 -1
  21. package/dist/cjs/kup-grid.cjs.entry.js +1 -1
  22. package/dist/cjs/kup-htm.cjs.entry.js +1 -1
  23. package/dist/cjs/kup-iframe.cjs.entry.js +1 -1
  24. package/dist/cjs/kup-input-panel.cjs.entry.js +10 -10
  25. package/dist/cjs/kup-lazy.cjs.entry.js +1 -1
  26. package/dist/cjs/kup-magic-box.cjs.entry.js +1 -1
  27. package/dist/cjs/{kup-manager-af4de85d.js → kup-manager-b6d2bca8.js} +6 -6
  28. package/dist/cjs/kup-nav-bar.cjs.entry.js +1 -1
  29. package/dist/cjs/kup-numeric-picker.cjs.entry.js +2 -2
  30. package/dist/cjs/kup-object-field.cjs.entry.js +3 -3
  31. package/dist/cjs/kup-pdf.cjs.entry.js +1 -1
  32. package/dist/cjs/kup-planner.cjs.entry.js +2 -2
  33. package/dist/cjs/kup-probe.cjs.entry.js +1 -1
  34. package/dist/cjs/kup-qlik.cjs.entry.js +1 -1
  35. package/dist/cjs/kup-snackbar.cjs.entry.js +1 -1
  36. package/dist/cjs/kup-txt.cjs.entry.js +1 -1
  37. package/dist/cjs/kup-typography-list.cjs.entry.js +1 -1
  38. package/dist/cjs/kup-typography.cjs.entry.js +1 -1
  39. package/dist/cjs/loader.cjs.js +1 -1
  40. package/dist/collection/assets/card.js +2 -2
  41. package/dist/collection/assets/data-table.js +3 -3
  42. package/dist/collection/assets/form.js +2 -2
  43. package/dist/collection/components/kup-autocomplete/kup-autocomplete-declarations.js +2 -1
  44. package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +11 -11
  45. package/dist/collection/components/kup-chip/kup-chip-declarations.js +1 -1
  46. package/dist/collection/components/kup-chip/kup-chip.js +6 -6
  47. package/dist/collection/components/kup-combobox/kup-combobox-declarations.js +2 -1
  48. package/dist/collection/components/kup-combobox/kup-combobox.js +11 -11
  49. package/dist/collection/components/kup-data-table/kup-data-table.js +44 -14
  50. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button-declarations.js +1 -1
  51. package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +5 -5
  52. package/dist/collection/components/kup-echart/kup-echart-declarations.js +1 -0
  53. package/dist/collection/components/kup-echart/kup-echart.js +60 -6
  54. package/dist/collection/components/kup-input-panel/kup-input-panel.js +5 -5
  55. package/dist/collection/components/kup-list/kup-list-helper.js +5 -5
  56. package/dist/collection/components/kup-list/kup-list.js +5 -5
  57. package/dist/collection/components/kup-tree/kup-tree.js +20 -35
  58. package/dist/collection/f-components/f-cell/f-cell.js +4 -4
  59. package/dist/collection/f-components/f-chip/f-chip.js +3 -3
  60. package/dist/collection/f-components/f-paginator/f-paginator.js +3 -3
  61. package/dist/collection/f-components/f-text-field/f-text-field.js +3 -1
  62. package/dist/collection/utils/cell-utils.js +5 -5
  63. package/dist/components/index.js +1 -1
  64. package/dist/components/kup-accordion.js +2 -2
  65. package/dist/components/kup-activity-timeline.js +2 -2
  66. package/dist/components/kup-autocomplete.js +1 -1
  67. package/dist/components/kup-badge.js +1 -1
  68. package/dist/components/kup-box.js +1 -1
  69. package/dist/components/kup-button-list.js +1 -1
  70. package/dist/components/kup-button.js +1 -1
  71. package/dist/components/kup-calendar.js +2 -2
  72. package/dist/components/kup-card-list.js +3 -3
  73. package/dist/components/kup-card.js +1 -1
  74. package/dist/components/kup-cell.js +2 -2
  75. package/dist/components/kup-chart.js +1 -1
  76. package/dist/components/kup-checkbox.js +1 -1
  77. package/dist/components/kup-chip.js +1 -1
  78. package/dist/components/kup-color-picker.js +1 -1
  79. package/dist/components/kup-combobox.js +1 -1
  80. package/dist/components/kup-dashboard.js +2 -2
  81. package/dist/components/kup-data-table.js +1 -1
  82. package/dist/components/kup-date-picker.js +1 -1
  83. package/dist/components/kup-dialog.js +1 -1
  84. package/dist/components/kup-drawer.js +2 -2
  85. package/dist/components/kup-dropdown-button.js +1 -1
  86. package/dist/components/kup-echart.js +1 -1
  87. package/dist/components/kup-editor.js +1 -1
  88. package/dist/components/kup-family-tree.js +3 -3
  89. package/dist/components/kup-file-upload.js +1 -1
  90. package/dist/components/kup-form.js +1 -1
  91. package/dist/components/kup-gauge.js +1 -1
  92. package/dist/components/kup-grid.js +1 -1
  93. package/dist/components/kup-htm.js +2 -2
  94. package/dist/components/kup-iframe.js +2 -2
  95. package/dist/components/kup-image-list.js +1 -1
  96. package/dist/components/kup-image.js +1 -1
  97. package/dist/components/kup-input-panel.js +8 -8
  98. package/dist/components/kup-lazy.js +2 -2
  99. package/dist/components/kup-list.js +1 -1
  100. package/dist/components/kup-magic-box.js +4 -4
  101. package/dist/components/kup-nav-bar.js +2 -2
  102. package/dist/components/kup-numeric-picker.js +2 -2
  103. package/dist/components/kup-object-field.js +2 -2
  104. package/dist/components/kup-pdf.js +2 -2
  105. package/dist/components/kup-planner.js +2 -2
  106. package/dist/components/kup-probe.js +2 -2
  107. package/dist/components/kup-progress-bar.js +1 -1
  108. package/dist/components/kup-qlik.js +2 -2
  109. package/dist/components/kup-radio.js +1 -1
  110. package/dist/components/kup-rating.js +1 -1
  111. package/dist/components/kup-snackbar.js +2 -2
  112. package/dist/components/kup-spinner.js +1 -1
  113. package/dist/components/kup-switch.js +1 -1
  114. package/dist/components/kup-tab-bar.js +1 -1
  115. package/dist/components/kup-text-field.js +1 -1
  116. package/dist/components/kup-time-picker.js +1 -1
  117. package/dist/components/kup-toolbar.js +1 -1
  118. package/dist/components/kup-tree.js +1 -1
  119. package/dist/components/kup-txt.js +2 -2
  120. package/dist/components/kup-typography-list.js +2 -2
  121. package/dist/components/kup-typography.js +2 -2
  122. package/dist/components/{p-4e8ed6dd.js → p-14a68415.js} +61 -8
  123. package/dist/components/{p-668ff297.js → p-215fa5b3.js} +101 -103
  124. package/dist/components/{p-1817b952.js → p-39950988.js} +2 -2
  125. package/dist/components/{p-e51305d5.js → p-61bd9309.js} +2 -2
  126. package/dist/components/{p-fb1d46cf.js → p-c977ec31.js} +2 -2
  127. package/dist/components/{p-0497ebe5.js → p-dcb752e1.js} +6 -6
  128. package/dist/esm/{f-cell-c0987685.js → f-cell-7bbb7ea5.js} +10 -10
  129. package/dist/esm/{f-chip-2b1b3544.js → f-chip-af9b0f73.js} +9 -9
  130. package/dist/esm/{f-object-field-a234558f.js → f-object-field-a658454f.js} +2 -2
  131. package/dist/esm/{f-paginator-utils-7f69eaa3.js → f-paginator-utils-a617b644.js} +5 -5
  132. package/dist/esm/{f-text-field-4ef83a74.js → f-text-field-97b4dae7.js} +4 -2
  133. package/dist/esm/index.js +1 -1
  134. package/dist/esm/ketchup.js +1 -1
  135. package/dist/esm/kup-accordion.entry.js +1 -1
  136. package/dist/esm/kup-activity-timeline.entry.js +2 -2
  137. package/dist/esm/kup-autocomplete_30.entry.js +77 -82
  138. package/dist/esm/kup-box.entry.js +7 -7
  139. package/dist/esm/kup-calendar.entry.js +2 -2
  140. package/dist/esm/kup-card-list.entry.js +1 -1
  141. package/dist/esm/kup-cell.entry.js +5 -5
  142. package/dist/esm/kup-dashboard.entry.js +2 -2
  143. package/dist/esm/{kup-data-table-helper-3832776d.js → kup-data-table-helper-7139e397.js} +1 -1
  144. package/dist/esm/kup-drawer.entry.js +1 -1
  145. package/dist/esm/kup-echart.entry.js +60 -7
  146. package/dist/esm/kup-editor.entry.js +1 -1
  147. package/dist/esm/kup-family-tree.entry.js +1 -1
  148. package/dist/esm/kup-grid.entry.js +1 -1
  149. package/dist/esm/kup-htm.entry.js +1 -1
  150. package/dist/esm/kup-iframe.entry.js +1 -1
  151. package/dist/esm/kup-input-panel.entry.js +10 -10
  152. package/dist/esm/kup-lazy.entry.js +1 -1
  153. package/dist/esm/kup-magic-box.entry.js +1 -1
  154. package/dist/esm/{kup-manager-53906723.js → kup-manager-1747a265.js} +6 -6
  155. package/dist/esm/kup-nav-bar.entry.js +1 -1
  156. package/dist/esm/kup-numeric-picker.entry.js +2 -2
  157. package/dist/esm/kup-object-field.entry.js +3 -3
  158. package/dist/esm/kup-pdf.entry.js +1 -1
  159. package/dist/esm/kup-planner.entry.js +2 -2
  160. package/dist/esm/kup-probe.entry.js +1 -1
  161. package/dist/esm/kup-qlik.entry.js +1 -1
  162. package/dist/esm/kup-snackbar.entry.js +1 -1
  163. package/dist/esm/kup-txt.entry.js +1 -1
  164. package/dist/esm/kup-typography-list.entry.js +1 -1
  165. package/dist/esm/kup-typography.entry.js +1 -1
  166. package/dist/esm/loader.js +1 -1
  167. package/dist/ketchup/index.esm.js +1 -1
  168. package/dist/ketchup/ketchup.esm.js +1 -1
  169. package/dist/ketchup/{p-1fb04c24.entry.js → p-02d7c522.entry.js} +1 -1
  170. package/dist/ketchup/{p-226777c0.entry.js → p-123b4819.entry.js} +1 -1
  171. package/dist/ketchup/{p-50c4d059.entry.js → p-1819ac2b.entry.js} +1 -1
  172. package/dist/ketchup/p-187ff0f5.entry.js +1 -0
  173. package/dist/ketchup/{p-3f7c9647.entry.js → p-1d88c20c.entry.js} +1 -1
  174. package/dist/ketchup/{p-aa0aac90.entry.js → p-21fdcbd2.entry.js} +1 -1
  175. package/dist/ketchup/p-2e1bf103.js +1 -0
  176. package/dist/ketchup/{p-2882a664.entry.js → p-333a5660.entry.js} +1 -1
  177. package/dist/ketchup/{p-177051c7.entry.js → p-4406115e.entry.js} +1 -1
  178. package/dist/ketchup/p-53527430.js +1 -0
  179. package/dist/ketchup/{p-40f3e8d1.entry.js → p-54d48d26.entry.js} +1 -1
  180. package/dist/ketchup/{p-09337603.entry.js → p-5831cb97.entry.js} +1 -1
  181. package/dist/ketchup/p-590759ae.entry.js +1 -0
  182. package/dist/ketchup/{p-e849006c.entry.js → p-5fd69b6a.entry.js} +1 -1
  183. package/dist/ketchup/{p-e667d522.entry.js → p-709fc11e.entry.js} +1 -1
  184. package/dist/ketchup/{p-4d732dde.entry.js → p-777e32f3.entry.js} +1 -1
  185. package/dist/ketchup/{p-a59d51fe.entry.js → p-77af877e.entry.js} +1 -1
  186. package/dist/ketchup/p-88941874.js +1 -0
  187. package/dist/ketchup/{p-a9994a05.entry.js → p-8a5f4e49.entry.js} +1 -1
  188. package/dist/ketchup/{p-b07bbe03.entry.js → p-8bd27a0c.entry.js} +1 -1
  189. package/dist/ketchup/{p-b142abf4.entry.js → p-926656ee.entry.js} +1 -1
  190. package/dist/ketchup/{p-af914cdf.js → p-94d1bd32.js} +1 -1
  191. package/dist/ketchup/p-9cc19888.entry.js +8 -0
  192. package/dist/ketchup/{p-985764b2.entry.js → p-a6b54555.entry.js} +1 -1
  193. package/dist/ketchup/{p-6e8b9c5a.entry.js → p-a8280fd8.entry.js} +1 -1
  194. package/dist/ketchup/{p-234c9924.entry.js → p-a867c314.entry.js} +1 -1
  195. package/dist/ketchup/{p-d6bf9d14.js → p-b4aaaeee.js} +1 -1
  196. package/dist/ketchup/{p-774c3c21.entry.js → p-ba133dd0.entry.js} +1 -1
  197. package/dist/ketchup/{p-0066799e.entry.js → p-bdfe32a7.entry.js} +1 -1
  198. package/dist/ketchup/{p-8b5ab195.js → p-d0d694e0.js} +1 -1
  199. package/dist/ketchup/{p-17fe09b5.entry.js → p-d76ba13e.entry.js} +1 -1
  200. package/dist/ketchup/{p-adc2e8e7.entry.js → p-dc6eae1f.entry.js} +1 -1
  201. package/dist/ketchup/p-e7369abf.js +1 -0
  202. package/dist/ketchup/{p-1e51d41f.entry.js → p-eb8359d5.entry.js} +1 -1
  203. package/dist/ketchup/{p-b9cf4d0d.entry.js → p-f03d960d.entry.js} +2 -2
  204. package/dist/ketchup/{p-13ddab94.entry.js → p-f1ac9596.entry.js} +1 -1
  205. package/dist/types/components/kup-autocomplete/kup-autocomplete-declarations.d.ts +2 -1
  206. package/dist/types/components/kup-autocomplete/kup-autocomplete.d.ts +2 -2
  207. package/dist/types/components/kup-chip/kup-chip-declarations.d.ts +1 -1
  208. package/dist/types/components/kup-chip/kup-chip.d.ts +1 -1
  209. package/dist/types/components/kup-combobox/kup-combobox-declarations.d.ts +2 -1
  210. package/dist/types/components/kup-combobox/kup-combobox.d.ts +2 -2
  211. package/dist/types/components/kup-data-table/kup-data-table.d.ts +4 -0
  212. package/dist/types/components/kup-dropdown-button/kup-dropdown-button-declarations.d.ts +1 -1
  213. package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
  214. package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +1 -0
  215. package/dist/types/components/kup-list/kup-list-helper.d.ts +2 -2
  216. package/dist/types/components/kup-list/kup-list.d.ts +1 -1
  217. package/dist/types/components/kup-tree/kup-tree.d.ts +1 -1
  218. package/dist/types/components.d.ts +68 -66
  219. package/dist/types/f-components/f-chip/f-chip-declarations.d.ts +1 -1
  220. package/dist/types/utils/cell-utils.d.ts +1 -1
  221. package/package.json +1 -1
  222. package/dist/ketchup/p-07ae656f.entry.js +0 -1
  223. package/dist/ketchup/p-0b6a9193.entry.js +0 -8
  224. package/dist/ketchup/p-1e5b567e.js +0 -1
  225. package/dist/ketchup/p-22e5d270.js +0 -1
  226. package/dist/ketchup/p-65240069.js +0 -1
  227. package/dist/ketchup/p-7e2316a5.js +0 -1
  228. package/dist/ketchup/p-e61e216d.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 FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-53906723.js';
3
- import { F as FTextField } from './f-text-field-4ef83a74.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 FILTER_ANALYZER, L as LoadMoreMode, P as PaginatorPos, M as ShowGrid, T as TotalLabel, N as TotalMode, O as getRegExpFromString, Q as isNegativeNumber, R as FCellClasses, U as kupDynamicPositionAttribute, V as KupPointerEventTypes, W as kupDraggableColumnAttr, X as kupDragActiveAttr, Y as KupDragEffect, Z as kupDraggableCellAttr, _ as KupDropEventTypes, $ as DataTableAreasEnum, a0 as TypesToDuplicate, a1 as FixedCellsClasses, a2 as FixedCellsCSSVarsBase, a3 as KupLanguageFontsize, a4 as KupLanguageDensity, a5 as KupLanguageGrid, a6 as KupDataTableProps, a7 as UseAsValue, a8 as SortMode, a9 as iconColumn, aa as keyColumn, ab as fieldColumn, ac as KupLanguageUpload, ad as FCellTypes, ae as KupListRole, af as KupListProps, ag as addColumnValueFromRow, ah as KupGlobalFilterMode } from './kup-manager-1747a265.js';
3
+ import { F as FTextField } from './f-text-field-97b4dae7.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-2b1b3544.js';
5
+ import { g as getIdOfItemByDisplayMode, c as consistencyCheck, F as FChipType, a as FChipSize, b as FChipStyling, d as FChip } from './f-chip-af9b0f73.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
7
  import { F as FImage } from './f-image-96ea1421.js';
8
8
  import { F as FButton } from './f-button-6298565d.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-c0987685.js';
10
+ import { F as FCell, a as FRadio, b as FRating, c as FSwitchSizing, d as FSwitch } from './f-cell-7bbb7ea5.js';
11
11
  import { d as KupDateTimeFormatOptionsMonth, K as KupDatesFormats, a as KupDates } from './kup-dates-964cc4dd.js';
12
12
  import { M as MDCRipple } from './component-a35bc7f1.js';
13
13
  import { F as FCheckbox } from './f-checkbox-191ec2e7.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-3832776d.js';
15
- import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-7f69eaa3.js';
16
- import './f-object-field-a234558f.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-7139e397.js';
15
+ import { F as FPaginator, p as pageChange, r as rowsPerPageChange } from './f-paginator-utils-a617b644.js';
16
+ import './f-object-field-a658454f.js';
17
17
 
18
18
  /**
19
19
  * Props of the kup-autocomplete component.
@@ -25,7 +25,8 @@ var KupAutocompleteProps;
25
25
  KupAutocompleteProps["customStyle"] = "Custom style of the component.";
26
26
  KupAutocompleteProps["data"] = "Props of the sub-components.";
27
27
  KupAutocompleteProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
28
- KupAutocompleteProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
28
+ KupAutocompleteProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
29
+ KupAutocompleteProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
29
30
  KupAutocompleteProps["initialValue"] = "Sets the initial value of the component.";
30
31
  KupAutocompleteProps["initialValueDecode"] = "Sets the initial value decode of the component";
31
32
  KupAutocompleteProps["inputDelay"] = "Input event emission delay in milliseconds.";
@@ -91,8 +92,8 @@ const KupAutocomplete = class {
91
92
  this.customStyle = '';
92
93
  this.data = undefined;
93
94
  this.disabled = false;
94
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
95
- this.listDisplayMode = ItemsDisplayMode.CODE_AND_DESC;
95
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
96
+ this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
96
97
  this.error = '';
97
98
  this.icon = null;
98
99
  this.initialValue = '';
@@ -403,12 +404,12 @@ const KupAutocomplete = class {
403
404
  legacyLook: this.legacyLook,
404
405
  size: this.size
405
406
  ? this.size
406
- : getSizeOfInputElement(this.data, this.displayMode, this.size),
407
+ : getSizeOfInputElement(this.data, this.DescrMode, this.size),
407
408
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
408
409
  };
409
410
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
410
411
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
411
- return (h(Host, { key: 'ba27aa4bc6759aec2f01a404117c115e7aa7849f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: 'b4b0bd1e49208182acf4681b8c3764883e41d3c8' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '2b227672c21f3fedc690cdeb36cd5fb129928567', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: '4e62a1c01fc2691d74b3bc257ffb4c63f93acb04' }, props, { icon: this.showDropDownIcon
412
+ return (h(Host, { key: 'cc4e4d81007ca2f11f7595644c11cab4a6a5864f', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h("style", { key: '3f3d8d9d78c135d0f151df869e187d21082416ff' }, __classPrivateFieldGet$b(this, _KupAutocomplete_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'fccfbc9bff012a969aaeaea0a9a2af2edae96a18', id: componentWrapperId, style: __classPrivateFieldGet$b(this, _KupAutocomplete_elStyle, "f") }, h(FTextField, Object.assign({ key: 'b0a7901f2f1fc5e357e3ded6f959a8b1aae91fe4' }, props, { icon: this.showDropDownIcon
412
413
  ? KupThemeIconValues.SEARCH
413
414
  : null, trailingIcon: true }, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupClick(), onChange: (e) => this.onKupChangeSubmit(e.target.value, this.kupChange), onFocus: () => this.onKupFocus(), onInput: () => {
414
415
  window.clearTimeout(__classPrivateFieldGet$b(this, _KupAutocomplete_inputTimeout, "f"));
@@ -479,10 +480,10 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
479
480
  return __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f").menuVisible == true;
480
481
  }, _KupAutocomplete_consistencyCheck = function _KupAutocomplete_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
481
482
  if (idIn && idInDecode) {
482
- this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.displayMode, ' - ');
483
+ this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
483
484
  }
484
485
  else {
485
- const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.displayMode);
486
+ const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$b(this, _KupAutocomplete_listEl, "f"), this.selectMode, this.DescrMode);
486
487
  if ((ret.exists || this.allowInconsistentValues) &&
487
488
  eventShouldSetValue) {
488
489
  this.value = ret.value;
@@ -497,7 +498,7 @@ _KupAutocomplete_elStyle = new WeakMap(), _KupAutocomplete_listEl = new WeakMap(
497
498
  return ret;
498
499
  }
499
500
  }, _KupAutocomplete_prepList = function _KupAutocomplete_prepList() {
500
- return (h("kup-list", Object.assign({ displayMode: this.listDisplayMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$6(this, _KupAutocomplete_listEl, el, "f")) })));
501
+ return (h("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { isMenu: true, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$6(this, _KupAutocomplete_listEl, el, "f")) })));
501
502
  };
502
503
  KupAutocomplete.style = KupAutocompleteStyle0;
503
504
 
@@ -6944,7 +6945,7 @@ var KupChipProps;
6944
6945
  KupChipProps["data"] = "List of elements.";
6945
6946
  // displayId = "When enabled, the chip's text will display both the id and the value.",
6946
6947
  KupChipProps["disabled"] = "When true, the chip cannot be edited, nor removed.";
6947
- KupChipProps["displayMode"] = "When enabled, the chip will display both the id and description of the data.";
6948
+ KupChipProps["DescrMode"] = "When enabled, the chip will display both the id and description of the data.";
6948
6949
  KupChipProps["enableInput"] = "When enabled, it's possible to add items to the chip's dataset through an input slot (kup-autocomplete, kup-combobox, kup-text-field).";
6949
6950
  KupChipProps["label"] = "When set, will be shown a label on the chips.";
6950
6951
  KupChipProps["sizing"] = "The size of the chip. Available sizes: small, medium.";
@@ -6982,7 +6983,7 @@ const KupChip = class {
6982
6983
  this.customStyle = '';
6983
6984
  this.data = [];
6984
6985
  this.disabled = false;
6985
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
6986
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
6986
6987
  this.enableInput = false;
6987
6988
  this.label = null;
6988
6989
  this.sizing = FChipSize.SMALL;
@@ -7111,7 +7112,7 @@ const KupChip = class {
7111
7112
  ? true
7112
7113
  : false,
7113
7114
  data: this.data,
7114
- displayMode: this.displayMode,
7115
+ DescrMode: this.DescrMode,
7115
7116
  info: this.rootElement.classList.contains('kup-info')
7116
7117
  ? true
7117
7118
  : false,
@@ -7150,7 +7151,7 @@ const KupChip = class {
7150
7151
  props.onFocus.push((chip) => this.onKupFocus(chip));
7151
7152
  props.onIconClick.push((chip) => this.onKupIconClick(chip));
7152
7153
  }
7153
- return (h(Host, { key: '092919df319761de61a7e6535f0dd18976463c6c', "onKup-autocomplete-itemclick": (e) => {
7154
+ return (h(Host, { key: '0e155b2e4de83688c8d110f34b79ba655d8d9751', "onKup-autocomplete-itemclick": (e) => {
7154
7155
  __classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
7155
7156
  }, "onKup-combobox-itemclick": (e) => {
7156
7157
  __classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
@@ -7160,7 +7161,7 @@ const KupChip = class {
7160
7161
  __classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
7161
7162
  }, "onKup-textfield-submit": (e) => {
7162
7163
  __classPrivateFieldGet$a(this, _KupChip_instances, "m", _KupChip_changeHandler).call(this, e);
7163
- } }, h("style", { key: '3cc916a8db665b151f59f4224d5f6f168268f842' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '57500014b7c3f0fe98add9eb950fa88615e6eec0', id: componentWrapperId }, this.label ? (h("div", { class: "mdc-text-field__label-container" }, h("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h(FChip, Object.assign({}, props)) : null, h("slot", { key: '92f0d3996bddacc0be40eab0298c4716de3783c1', name: "field" }))));
7164
+ } }, h("style", { key: 'e45290027a9c6ed3652b96db83e264cc7ee7c8c4' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2e0888a912b64d7830bce10caf44d805b19555f9', id: componentWrapperId }, this.label ? (h("div", { class: "mdc-text-field__label-container" }, h("label", { class: "mdc-label" }, this.label))) : null, ((_a = this.data) === null || _a === void 0 ? void 0 : _a.length) > 0 ? h(FChip, Object.assign({}, props)) : null, h("slot", { key: 'f53be206943edb135cc93d08c45e333c241353bf', name: "field" }))));
7164
7165
  }
7165
7166
  disconnectedCallback() {
7166
7167
  this.kupManager.theme.unregister(this);
@@ -7496,7 +7497,8 @@ var KupComboboxProps;
7496
7497
  KupComboboxProps["customStyle"] = "Custom style of the component.";
7497
7498
  KupComboboxProps["data"] = "Props of the sub-components (date input text field).";
7498
7499
  KupComboboxProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
7499
- KupComboboxProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
7500
+ KupComboboxProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\".";
7501
+ KupComboboxProps["ListDescrMode"] = "Sets how to show the list items of the component. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
7500
7502
  KupComboboxProps["initialValue"] = "Sets the initial value of the component";
7501
7503
  KupComboboxProps["initialValueDecode"] = "Sets the initial value decode of the component";
7502
7504
  KupComboboxProps["isClearable"] = "Enables a clear trailing icon.";
@@ -7557,8 +7559,8 @@ const KupCombobox = class {
7557
7559
  this.customStyle = '';
7558
7560
  this.data = undefined;
7559
7561
  this.disabled = false;
7560
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
7561
- this.listDisplayMode = ItemsDisplayMode.CODE_AND_DESC;
7562
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
7563
+ this.ListDescrMode = ItemsDisplayMode.CODE_AND_DESC;
7562
7564
  this.error = '';
7563
7565
  this.icon = null;
7564
7566
  this.initialValue = '';
@@ -7840,12 +7842,12 @@ const KupCombobox = class {
7840
7842
  legacyLook: this.legacyLook,
7841
7843
  size: this.size
7842
7844
  ? this.size
7843
- : getSizeOfInputElement(this.data, this.displayMode, this.size),
7845
+ : getSizeOfInputElement(this.data, this.DescrMode, this.size),
7844
7846
  title: (_a = this.displayedValue) !== null && _a !== void 0 ? _a : '',
7845
7847
  };
7846
7848
  const fullHeight = this.rootElement.classList.contains('kup-full-height');
7847
7849
  const fullWidth = this.rootElement.classList.contains('kup-full-width');
7848
- return (h(Host, { key: '8bb8eace416a6799a32f5d5222759ead3525ed7d', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: 'bf9817caafcbd303719c862f4f84111ef6da27c1' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '1052268f4d6e8227b3fdc6c6a25ea2004f21d197', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: 'df2cf6672cfe3c9360476df936cedff6449861b6' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
7850
+ return (h(Host, { key: 'a8d9b8b16c3ecce6aeeb205372b81300f71b4b9c', class: `${fullHeight ? 'kup-full-height' : ''} ${fullWidth ? 'kup-full-width' : ''}`, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h("style", { key: 'e6c7c6f13217f920f35a783a312831f1e452b45a' }, __classPrivateFieldGet$9(this, _KupCombobox_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5705e83431a6235230607d39aeab11bde7f9fe11', id: componentWrapperId, style: __classPrivateFieldGet$9(this, _KupCombobox_elStyle, "f") }, h(FTextField, Object.assign({ key: '94fb9c2a7dc22fc0df7e47854028fccd181efc3f' }, props, this.data['kup-text-field'], { disabled: this.disabled, fullHeight: fullHeight, fullWidth: fullWidth, trailingIcon: true, icon: this.showDropDownIcon
7849
7851
  ? KupThemeIconValues.DROPDOWN
7850
7852
  : null, value: this.displayedValue, onBlur: () => this.onKupBlur(), onClick: () => this.onKupIconClick(), onChange: (e) => this.onKupChange(e.target.value), onFocus: () => this.onKupFocus(), onInput: () => this.onKupInput(), onIconClick: () => this.onKupIconClick(), onClearIconClick: () => this.onKupClearIconClick() }))), __classPrivateFieldGet$9(this, _KupCombobox_instances, "m", _KupCombobox_prepList).call(this)));
7851
7853
  }
@@ -7902,10 +7904,10 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
7902
7904
  return __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f").menuVisible == true;
7903
7905
  }, _KupCombobox_consistencyCheck = function _KupCombobox_consistencyCheck(idIn, idInDecode, eventShouldSetValue) {
7904
7906
  if (idIn != null && idInDecode != null) {
7905
- this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.displayMode, ' - ');
7907
+ this.displayedValue = getIdOfItemByDisplayMode({ id: idIn, value: idInDecode }, this.DescrMode, ' - ');
7906
7908
  }
7907
7909
  else {
7908
- const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.displayMode);
7910
+ const ret = consistencyCheck(idIn, this.data['kup-list'], __classPrivateFieldGet$9(this, _KupCombobox_listEl, "f"), this.selectMode, this.DescrMode);
7909
7911
  if (ret.exists && eventShouldSetValue) {
7910
7912
  this.value = ret.value;
7911
7913
  this.displayedValue = ret.displayedValue;
@@ -7920,7 +7922,7 @@ _KupCombobox_kupManager = new WeakMap(), _KupCombobox_elStyle = new WeakMap(), _
7920
7922
  }
7921
7923
  }, _KupCombobox_prepList = function _KupCombobox_prepList() {
7922
7924
  var _a, _b;
7923
- return (h("kup-list", Object.assign({ displayMode: this.listDisplayMode }, this.data['kup-list'], { "is-menu": true, showFilter: ((_b = (_a = this.data['kup-list']) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.length) >= 10 ? true : false, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$5(this, _KupCombobox_listEl, el, "f")) })));
7925
+ return (h("kup-list", Object.assign({ DescrMode: this.ListDescrMode }, this.data['kup-list'], { "is-menu": true, showFilter: ((_b = (_a = this.data['kup-list']) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.length) >= 10 ? true : false, "onkup-list-click": (e) => this.onKupItemClick(e), ref: (el) => (__classPrivateFieldSet$5(this, _KupCombobox_listEl, el, "f")) })));
7924
7926
  };
7925
7927
  KupCombobox.style = KupComboboxStyle0;
7926
7928
 
@@ -8998,6 +9000,7 @@ const KupDataTable = class {
8998
9000
  this.totals = undefined;
8999
9001
  this.transpose = false;
9000
9002
  this.visibleColumns = undefined;
9003
+ this.pendingRowsToUpdate = [];
9001
9004
  this.updatableData = false;
9002
9005
  this.updateOnClick = false;
9003
9006
  this.onCellActionBuild = undefined;
@@ -9051,6 +9054,9 @@ const KupDataTable = class {
9051
9054
  this.visibleColumns = state.visibleColumns
9052
9055
  ? [...state.visibleColumns]
9053
9056
  : undefined;
9057
+ this.pendingRowsToUpdate = state.pendingRowsToUpdate
9058
+ ? [...state.pendingRowsToUpdate]
9059
+ : undefined;
9054
9060
  }
9055
9061
  }
9056
9062
  }
@@ -9100,9 +9106,9 @@ const KupDataTable = class {
9100
9106
  __classPrivateFieldSet$4(this, _KupDataTable_originalDataLoadedMaxId, ((_a = __classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows) === null || _a === void 0 ? void 0 : _a.length) > 0
9101
9107
  ? Math.max(...__classPrivateFieldGet$8(this, _KupDataTable_originalDataLoaded, "f").rows.map((r) => parseInt(r.id)))
9102
9108
  : -1, "f");
9103
- if (this.state.pendingRowsToUpdate &&
9104
- this.state.pendingRowsToUpdate.length > 0) {
9105
- for (const row of this.state.pendingRowsToUpdate) {
9109
+ if (this.pendingRowsToUpdate &&
9110
+ this.pendingRowsToUpdate.length > 0) {
9111
+ for (const row of this.pendingRowsToUpdate) {
9106
9112
  const originalDataRowIndex = this.data.rows.findIndex((dataRow) => dataRow.id === row.id // Row is SmeupDataRow and not Kup... using any for this type misalignment
9107
9113
  );
9108
9114
  if (originalDataRowIndex > -1) {
@@ -9111,7 +9117,7 @@ const KupDataTable = class {
9111
9117
  __classPrivateFieldGet$8(this, _KupDataTable_modifiedRowsIds, "f").push(`${originalDataRowIndex}`);
9112
9118
  }
9113
9119
  }
9114
- this.state.pendingRowsToUpdate = [];
9120
+ this.pendingRowsToUpdate = [];
9115
9121
  }
9116
9122
  }
9117
9123
  if (this.data['type'] === 'SmeupDataTable') {
@@ -10123,7 +10129,7 @@ const KupDataTable = class {
10123
10129
  __classPrivateFieldSet$4(this, _KupDataTable_sizedColumns, __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_getSizedColumns).call(this), "f");
10124
10130
  let rows = null;
10125
10131
  if (__classPrivateFieldGet$8(this, _KupDataTable_paginatedRowsLength, "f") === 0) {
10126
- rows = (h("tr", { key: '992b95a9bc5a120dd934142a131b6f6f5b74b77f', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '6b1b0b0b62873b578954b694599726a3b17a3031', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10132
+ rows = (h("tr", { key: '92333842c3cfa03ebb484e89e75695eab16c09d3', ref: (el) => __classPrivateFieldGet$8(this, _KupDataTable_rowsRefs, "f").push(el) }, h("td", { key: '2bd41d42d522e26c43693b7ee756a06d588142ac', colSpan: __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_calculateColspan).call(this) }, this.emptyDataLabel)));
10127
10133
  }
10128
10134
  else {
10129
10135
  rows = [];
@@ -10199,7 +10205,7 @@ const KupDataTable = class {
10199
10205
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_handleChipsContextMenu).call(this, chipArg.id, e);
10200
10206
  });
10201
10207
  }
10202
- groupChips = h(FChip, Object.assign({ key: '9a162a7803eb351e5614a9bd7482ef1c45942083' }, props));
10208
+ groupChips = h(FChip, Object.assign({ key: '65058ab64daaad187c72e247ec7a6528f02e9af3' }, props));
10203
10209
  }
10204
10210
  }
10205
10211
  const tableClass = {
@@ -10231,7 +10237,7 @@ const KupDataTable = class {
10231
10237
  if (this.headerIsPersistent &&
10232
10238
  this.tableHeight === undefined &&
10233
10239
  this.tableWidth === undefined) {
10234
- stickyEl = (h("sticky-header", { key: '86054eb4ab8123b8176267c2426d059dc42e2a96', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'b5409c81cfd6cbd96780abfe579ef976f713738b' }, h("tr-sticky", { key: '5dfc144b389ea7b8c32e32342ae401a7edf6d218' }, stickyHeader))));
10240
+ stickyEl = (h("sticky-header", { key: '0e9610742c6d91b32ce250be7198d9df55d5d0da', class: "hover-scrolling-child", hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_stickyTheadRef, el, "f")) }, h("thead-sticky", { key: 'aa311d77e5de778b0c051160fc0e172f19089a98' }, h("tr-sticky", { key: 'a067a3229649de746b6e706b22e078cf33f176fd' }, stickyHeader))));
10235
10241
  }
10236
10242
  let belowClass = 'below-wrapper';
10237
10243
  if (!!this.tableHeight || !!this.tableWidth) {
@@ -10277,7 +10283,7 @@ const KupDataTable = class {
10277
10283
  const useGlobalFilter = !this.legacyLook &&
10278
10284
  (this.globalFilter ||
10279
10285
  this.getRows().length > __classPrivateFieldGet$8(this, _KupDataTable_DEFAULT_ROWS_FOR_GLOBAL_FILTER, "f"));
10280
- const compCreated = (h(Host, { key: 'a3ac1fd32279a4e8522370cf95cbb4c5b99a758a', "onKup-drop": (e) => {
10286
+ const compCreated = (h(Host, { key: 'a8f188d46c68df160bb12b43390209c3bf768b01', "onKup-drop": (e) => {
10281
10287
  this.kupDataTableDrop.emit(e.detail);
10282
10288
  }, "onKup-cell-input": (e) => {
10283
10289
  autoselectOnAction(e);
@@ -10296,11 +10302,11 @@ const KupDataTable = class {
10296
10302
  this.kupDataTableObjectFieldOpenSearchMenu.emit(e.detail);
10297
10303
  }, "onKup-objectfield-selectedmenuitem": (e) => {
10298
10304
  this.kupDataTableObjectFieldSelectedMenuItem.emit(e.detail);
10299
- } }, h("style", { key: '16cabfec118d0c4d1c821452293808c062b71467' }, __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: 'e1d9c89998c53f676fef0bc3823c7c71ddf6af59', id: componentWrapperId, class: wrapClass }, h("div", { key: 'b75d083c7fd17aa22aef5e83ef62d9cd9d4d7f2f', class: "group-wrapper" }, groupChips), h("div", { key: '4fc8f34e1eb02050c22a4eab5246bc83b946ee44', 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) => {
10305
+ } }, h("style", { key: 'b537e612b1735e45a5a4619a022c9cc7b4b29aa1' }, __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: '986a01da19d58003b79f6f5e3d50fb4d96957990', id: componentWrapperId, class: wrapClass }, h("div", { key: '88b315cc655c30590bc03088b0f3c8bf866433d8', class: "group-wrapper" }, groupChips), h("div", { key: '5e79939b63c57dbd6388cecb795d7ff948143061', 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) => {
10300
10306
  const t = event.target;
10301
10307
  window.clearTimeout(__classPrivateFieldGet$8(this, _KupDataTable_globalFilterTimeout, "f"));
10302
10308
  __classPrivateFieldSet$4(this, _KupDataTable_globalFilterTimeout, window.setTimeout(() => __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onGlobalFilterChange).call(this, t), 600, t), "f");
10303
- } }))) : null, paginatorTop && (h("div", { key: 'd809dcef661a1c3ea6999352bf72f529f898b3f7', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10309
+ } }))) : null, paginatorTop && (h("div", { key: '8ebad644fcf1fe5a41700549b43887bbc38891f9', class: "above-wrapper paginator-top" }, paginatorTop)), this.insertMode !== '' &&
10304
10310
  this.selectedRows.length > 0 ? (h(FButton, { icon: "save", onClick: () => {
10305
10311
  this.kupSave.emit({
10306
10312
  comp: this,
@@ -10350,9 +10356,9 @@ const KupDataTable = class {
10350
10356
  this.data.rows.unshift(row);
10351
10357
  await this.refresh(true);
10352
10358
  }
10353
- }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '0b16f28bee2cb0c4994bb388932aacb09d4259cd', 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
10359
+ }, sizing: KupComponentSizing.MEDIUM, styling: FButtonStyling.RAISED, title: "Insert row", wrapperClass: "insert-button" })) : null), h("div", { key: '7021ca42160e7547868aa558b1cb9ce3f4c36045', 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
10354
10360
  ? __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_columnRemoveArea).call(this)
10355
- : null), h("div", { key: '2669c0b576295add74ca5d879fd7e9481e339a25', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10361
+ : null), h("div", { key: 'f15cbffcb2fd9f0d8d64aa797a2cffa6c84b284d', style: elStyle, class: belowClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableAreaRef, el, "f")) }, this.showCustomization
10356
10362
  ? [
10357
10363
  h("div", { class: "settings-trigger", onClick: () => {
10358
10364
  __classPrivateFieldGet$8(this, _KupDataTable_instances, "m", _KupDataTable_onCustomSettingsClick).call(this);
@@ -10361,7 +10367,7 @@ const KupDataTable = class {
10361
10367
  } }, h(FImage, { color: `var(${KupThemeColorValues.TITLE})`, resource: "settings", sizeX: "10px" })),
10362
10368
  this.renderCustomizePanel(),
10363
10369
  ]
10364
- : null, h("table", { key: '9f4d396671acb35a564e8927b296c30aeea5deac', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10370
+ : null, h("table", { key: '42e9e6b07118eed0626d3785d3e94af8b8fc6658', class: tableClass, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_tableRef, el, "f")), onKeyDown: (e) => __classPrivateFieldGet$8(this, _KupDataTable_onKupKeyDown, "f").call(this, e), onMouseLeave: (ev) => {
10365
10371
  ev.stopPropagation();
10366
10372
  }, onPointerDown: (e) => {
10367
10373
  __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");
@@ -10369,7 +10375,7 @@ const KupDataTable = class {
10369
10375
  __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");
10370
10376
  }, onContextMenu: (e) => {
10371
10377
  e.preventDefault();
10372
- } }, h("thead", { key: 'eebd3d1d2385c12537471f9fdbbb251255d4eb3c', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: 'c963f671b9d703ab03e61a8895aa710a9b5fd5af' }, header)), h("tbody", { key: '70d69247c2000a2d3d4b1eb179d7da32a65679a6' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10378
+ } }, h("thead", { key: '96913379d612d817d8d0e9d67281ffb65aa2414e', hidden: !this.showHeader, ref: (el) => (__classPrivateFieldSet$4(this, _KupDataTable_theadRef, el, "f")) }, h("tr", { key: '26dacde658869804d8ef74dad5007d3b6b90de22' }, header)), h("tbody", { key: 'b718b7e72cefe7cf2f93f1d23daced56aafd34db' }, rows), this.showFooter && this.renderFooter()), stickyEl), paginatorBottom)));
10373
10379
  __classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").perfMonitoring.measure('componentRender', 'kup-data-table');
10374
10380
  return compCreated;
10375
10381
  }
@@ -10550,6 +10556,10 @@ _KupDataTable_initialized = new WeakMap(), _KupDataTable_rows = new WeakMap(), _
10550
10556
  this.state.visibleColumns = [...this.visibleColumns];
10551
10557
  somethingChanged = true;
10552
10558
  }
10559
+ if (!__classPrivateFieldGet$8(this, _KupDataTable_kupManager, "f").objects.deepEqual(this.state.pendingRowsToUpdate, this.pendingRowsToUpdate)) {
10560
+ this.state.pendingRowsToUpdate = [...this.pendingRowsToUpdate];
10561
+ somethingChanged = true;
10562
+ }
10553
10563
  return somethingChanged;
10554
10564
  }, _KupDataTable_insertNewColumnInVisibleColumnsList = function _KupDataTable_insertNewColumnInVisibleColumnsList(result, afterColumn) {
10555
10565
  this.visibleColumns = this.getVisibleColumns().map((col) => col.name);
@@ -13869,7 +13879,7 @@ var KupDropdownButtonProps;
13869
13879
  KupDropdownButtonProps["customStyle"] = "Custom style of the component.";
13870
13880
  KupDropdownButtonProps["data"] = "Props of the sub-components.";
13871
13881
  KupDropdownButtonProps["disabled"] = "Defaults at false. When set to true, the component is disabled.";
13872
- KupDropdownButtonProps["displayMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
13882
+ KupDropdownButtonProps["DescrMode"] = "Sets how to show the selected item value. Suported values: \"CodeOnly\", \"DescOnly\", \"Both\" or \"CodeAndDesc\" and \"DescAndCode\".";
13873
13883
  KupDropdownButtonProps["icon"] = "Defaults at null. When set, the button will show this icon.";
13874
13884
  KupDropdownButtonProps["initialValue"] = "Sets the initial value of the component.";
13875
13885
  KupDropdownButtonProps["label"] = "Defaults at null. When set, the button will show this text.";
@@ -13915,7 +13925,7 @@ const KupDropdownButton = class {
13915
13925
  this.customStyle = '';
13916
13926
  this.data = null;
13917
13927
  this.disabled = false;
13918
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
13928
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
13919
13929
  this.dropdownOnly = false;
13920
13930
  this.icon = null;
13921
13931
  this.initialValue = '';
@@ -14115,7 +14125,7 @@ const KupDropdownButton = class {
14115
14125
  * Checks the consistency of the list.
14116
14126
  */
14117
14127
  consistencyCheck(e, idIn) {
14118
- const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.displayMode, e);
14128
+ const ret = consistencyCheck(idIn, this.data['kup-list'], this.listEl, this.selectMode, this.DescrMode, e);
14119
14129
  this.value = ret.value;
14120
14130
  }
14121
14131
  /*-------------------------------------------------*/
@@ -14173,7 +14183,7 @@ const KupDropdownButton = class {
14173
14183
  return buttons;
14174
14184
  }
14175
14185
  render() {
14176
- return (h(Host, { key: '84daf971586f1c4a1d73f6b4e8f258f373a9b877' }, h("style", { key: '90d06938c34fc0f1cd52392126b636400fb23395' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '2a4ed6d94d1babca92216fda375e3a8338333413', id: componentWrapperId }, h("div", { key: 'e2a2ddc1601e2842f037158fc7154813273ff01a', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: '7c9b87c3d425d84a6823bb8344d9fa3dc4536be2' }, this.data['kup-list'], { displayMode: this.displayMode, isMenu: true, "onKup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
14186
+ return (h(Host, { key: '5846b8878d363d7e13f9f295f04d8d6f4ffdd2b5' }, h("style", { key: '3ccabb74c9fe510c131c336337ecc1758f33c363' }, this.kupManager.theme.setKupStyle(this.rootElement)), h("div", { key: '1d8afcbdfa0168ffa7f8c746da7bf764baacee87', id: componentWrapperId }, h("div", { key: '2a09f18ffd6436f88adada0ece1d414f919e48d7', class: "dropdown-button--wrapper" }, this.renderButtons()), h("kup-list", Object.assign({ key: 'b5f1100f251d0e4c79f616b8678f8ee7fe353b3f' }, this.data['kup-list'], { DescrMode: this.DescrMode, isMenu: true, "onKup-list-click": (e) => this.onKupItemClick(e), id: this.rootElement.id + '_list', ref: (el) => (this.listEl = el) })))));
14177
14187
  }
14178
14188
  disconnectedCallback() {
14179
14189
  if (this.listEl) {
@@ -16846,7 +16856,7 @@ const KupList = class {
16846
16856
  this.selected = [];
16847
16857
  this.customStyle = '';
16848
16858
  this.data = [];
16849
- this.displayMode = ItemsDisplayMode.DESCRIPTION;
16859
+ this.DescrMode = ItemsDisplayMode.DESCRIPTION;
16850
16860
  this.showFilter = false;
16851
16861
  this.filter = '';
16852
16862
  this.hideText = false;
@@ -17090,7 +17100,7 @@ const KupList = class {
17090
17100
  }
17091
17101
  __classPrivateFieldSet$1(this, _KupList_radios, [], "f");
17092
17102
  let index = 0;
17093
- return (h(Host, { key: '09fded73227e0f9b5ffa9549149e7eb3816d34f1' }, h("style", { key: '6f85384ff71cf7d0a4cc97b235e8c9af4b66c387' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '0d3e0c0b4c5b82e0b866c8abf34e6d246964b08b', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$4(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h("div", { class: filterClass }, __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h("div", { key: '808d81ff3cd420116d373db3c72165f3adcee3c3', class: listScrollClass }, h("ul", { key: '7282afc7d6db3fa6efa0fb1a0f4ebd830be1c427', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
17103
+ return (h(Host, { key: '757450e74bae58c40e296f4011362d2333d0680b' }, h("style", { key: '3697fb5fa28732444342062abd6b5b9303412698' }, __classPrivateFieldGet$4(this, _KupList_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: 'f224ec658b674c923703f7dd14938e2008b2438d', id: "kup-component", class: wrapperClass, onKeyDown: __classPrivateFieldGet$4(this, _KupList_listenKeydown, "f") }, this.showFilter ? (h("div", { class: filterClass }, __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_createFilterComponent).call(this))) : null, h("div", { key: '44e8be7c70ca297b386dae221aadc2e718bd2111', class: listScrollClass }, h("ul", { key: '33423113f951ff631f711d2d032ec1c48a2e65db', class: componentClass, role: roleAttr, "aria-multiselectable": ariaMultiSelectable }, this.data
17094
17104
  .filter((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_itemCompliant).call(this, item))
17095
17105
  .map((item) => __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_renderListItem).call(this, item, index++)))))));
17096
17106
  }
@@ -17161,7 +17171,7 @@ _KupList_kupManager = new WeakMap(), _KupList_inputEl = new WeakMap(), _KupList_
17161
17171
  imageTag = __classPrivateFieldGet$4(this, _KupList_instances, "m", _KupList_getIconTag).call(this, item.icon, item.placeholderIcon);
17162
17172
  }
17163
17173
  let primaryTextTag = [
17164
- getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.displayMode, ' - '),
17174
+ getIdOfItemByDisplayMode(item, item.id == '' ? ItemsDisplayMode.DESCRIPTION : this.DescrMode, ' - '),
17165
17175
  ];
17166
17176
  let secTextTag = [];
17167
17177
  if (this.twoLine && item.secondaryText && item.secondaryText != '') {
@@ -19734,7 +19744,7 @@ const KupTree = class {
19734
19744
  this.store = undefined;
19735
19745
  this.useDynamicExpansion = false;
19736
19746
  this.totals = undefined;
19737
- this.displayMode = ItemsDisplayMode.CODE_AND_DESC;
19747
+ this.DescrMode = ItemsDisplayMode.CODE_AND_DESC;
19738
19748
  }
19739
19749
  initWithPersistedState() {
19740
19750
  if (this.store && this.stateId) {
@@ -19834,18 +19844,10 @@ const KupTree = class {
19834
19844
  * Collapses all nodes.
19835
19845
  */
19836
19846
  async collapseAll() {
19837
- if (!this.useDynamicExpansion) {
19838
- for (let index = 0; index < this.data.length; index++) {
19839
- this.data[index].isExpanded = false;
19840
- this.handleChildren(this.data[index], false);
19841
- }
19842
- }
19843
- else {
19844
- this.kupTreeDynamicMassExpansion.emit({
19845
- comp: this,
19846
- id: this.rootElement.id,
19847
- expandAll: false,
19848
- });
19847
+ /** now must do just collapse all, without check dynamic expansion management */
19848
+ for (let index = 0; index < this.data.length; index++) {
19849
+ this.data[index].isExpanded = false;
19850
+ this.handleChildren(this.data[index], false);
19849
19851
  }
19850
19852
  this.refresh();
19851
19853
  }
@@ -19853,18 +19855,10 @@ const KupTree = class {
19853
19855
  * Expands all nodes.
19854
19856
  */
19855
19857
  async expandAll() {
19856
- if (!this.useDynamicExpansion) {
19857
- for (let index = 0; index < this.data.length; index++) {
19858
- this.data[index].isExpanded = true;
19859
- this.handleChildren(this.data[index], true);
19860
- }
19861
- }
19862
- else {
19863
- this.kupTreeDynamicMassExpansion.emit({
19864
- comp: this,
19865
- id: this.rootElement.id,
19866
- expandAll: true,
19867
- });
19858
+ /** now must do just expand all, without check dynamic expansion management */
19859
+ for (let index = 0; index < this.data.length; index++) {
19860
+ this.data[index].isExpanded = true;
19861
+ this.handleChildren(this.data[index], true);
19868
19862
  }
19869
19863
  this.refresh();
19870
19864
  }
@@ -20661,7 +20655,7 @@ const KupTree = class {
20661
20655
  }
20662
20656
  let treeNodeCell = null;
20663
20657
  let nodeValue;
20664
- switch (this.displayMode) {
20658
+ switch (this.DescrMode) {
20665
20659
  case ItemsDisplayMode.CODE:
20666
20660
  nodeValue = (_b = (_a = treeNodeData.obj) === null || _a === void 0 ? void 0 : _a.k) !== null && _b !== void 0 ? _b : '';
20667
20661
  break;
@@ -21010,19 +21004,19 @@ const KupTree = class {
21010
21004
  const visibleHeader = this.showHeader && this.showColumns;
21011
21005
  let filterField = null;
21012
21006
  if (this.globalFilter) {
21013
- filterField = (h("div", { key: 'ff3aa6ba1325daa3350ef8d5fa2b1bab576c635c', id: "global-filter" }, h("kup-text-field", { key: 'c4b13cb34d90a8d98167aa7009ec8e3881597c9e', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
21007
+ filterField = (h("div", { key: 'c3216ffc4b4d234ed27f40af9b51118f9bd15b2e', id: "global-filter" }, h("kup-text-field", { key: '550ddff3bfe19e49ad87bf39ad7e08d0a95c3f00', fullWidth: true, label: __classPrivateFieldGet(this, _KupTree_kupManager, "f").language.translate(KupLanguageSearch.SEARCH), sizing: KupComponentSizing.EXTRA_SMALL, icon: KupThemeIconValues.SEARCH, initialValue: this.globalFilterValue, "onkup-textfield-input": (event) => {
21014
21008
  window.clearTimeout(this.globalFilterTimeout);
21015
21009
  this.globalFilterTimeout = window.setTimeout(() => this.onGlobalFilterChange(event), 600);
21016
21010
  } })));
21017
21011
  }
21018
- return (h(Host, { key: '843f7e3a33acbcaaf48ce08e897b389910bc6133', "onKup-cell-click": (e) => {
21012
+ return (h(Host, { key: '10c96e24bd7add54c0c73d8e4454c927686f976f', "onKup-cell-click": (e) => {
21019
21013
  this.kupTreeCellClick.emit(e.detail);
21020
- } }, h("style", { key: '75e0b25f82f0476a5bd6e9a9f9a2965804e810b4' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5e2305731a49a7d60f9559d6487c26616814267f', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: '6c350dfddb22eef135cb902a9cf3ebd6fac7019f', class: "wrapper", ref: (el) => (this.treeWrapperRef =
21021
- el) }, h("table", { key: 'ffa46d78a1ee0af0108018d5be431b04b91e1a76', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
21014
+ } }, h("style", { key: '1d23689472015c74ca5cfdf4986f6ae648b13574' }, __classPrivateFieldGet(this, _KupTree_kupManager, "f").theme.setKupStyle(this.rootElement)), h("div", { key: '5669c1c730bd8aee8f3aa4a3b85c1047bbaf9b4e', id: componentWrapperId, class: wrapperClass, style: wrapperStyle }, filterField, h("div", { key: '8cd543582a5dc7cd5921821dc8fafb92e8c03158', class: "wrapper", ref: (el) => (this.treeWrapperRef =
21015
+ el) }, h("table", { key: '04aa22ee657e40d66a4b31bc80c4880ed6a47937', class: "kup-tree", "data-show-columns": this.showColumns, onContextMenu: (e) => {
21022
21016
  e.preventDefault();
21023
- } }, h("thead", { key: '685784125bfefe63734221f06917726f67a78e05', class: {
21017
+ } }, h("thead", { key: '386cb4932bc4767e06bbb80db5293f1b109989ae', class: {
21024
21018
  'header--is-visible': visibleHeader,
21025
- } }, h("tr", { key: '062fe4fe9300b4973c461dd081895beec2ed4128' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '3a59d9d833bc75ec0bfc8674ae7023842e1a1801' }, treeNodes), (this.showFooter || this.hasTotals()) &&
21019
+ } }, h("tr", { key: '95e04564f43e13b80257c92b22e0f6a99c77ef8e' }, visibleHeader ? this.renderHeader() : null)), h("tbody", { key: '6df3396f1d9a0044600d1f22927518990dd05c98' }, treeNodes), (this.showFooter || this.hasTotals()) &&
21026
21020
  this.columns
21027
21021
  ? this.renderFooter()
21028
21022
  : null)))));
@@ -21053,7 +21047,8 @@ const KupTree = class {
21053
21047
  _KupTree_kupManager = new WeakMap(), _KupTree_instances = new WeakSet(), _KupTree_checkUpdateState = function _KupTree_checkUpdateState() {
21054
21048
  let somethingChanged = false;
21055
21049
  if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.filters, this.filters)) {
21056
- this.state.filters = Object.assign({}, this.filters);
21050
+ /** need to be deep copied to feel changes in this.filters */
21051
+ this.state.filters = JSON.parse(JSON.stringify(this.filters));
21057
21052
  somethingChanged = true;
21058
21053
  }
21059
21054
  if (!__classPrivateFieldGet(this, _KupTree_kupManager, "f").objects.deepEqual(this.state.density, this.density)) {
@@ -1,18 +1,18 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-53906723.js';
3
- import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-3832776d.js';
2
+ import { k as kupManagerInstance, A as identify, g as getProps, s as setProps, a8 as SortMode, x as getColumnByName, b as KupLanguageGeneric, d as KupThemeIconValues, h as KupDebugCategory, V as KupPointerEventTypes, Y as KupDragEffect, aG as kupDraggableAttr, _ as KupDropEventTypes, u as KupLanguageSearch } from './kup-manager-1747a265.js';
3
+ import { f as filterRows, p as paginateRows, s as sortRows } from './kup-data-table-helper-7139e397.js';
4
4
  import { F as FImage } from './f-image-96ea1421.js';
5
- import { d as FChip } from './f-chip-2b1b3544.js';
5
+ import { d as FChip } from './f-chip-af9b0f73.js';
6
6
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
7
- import { F as FCell } from './f-cell-c0987685.js';
8
- import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-7f69eaa3.js';
7
+ import { F as FCell } from './f-cell-7bbb7ea5.js';
8
+ import { p as pageChange, r as rowsPerPageChange, F as FPaginator } from './f-paginator-utils-a617b644.js';
9
9
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
10
10
  import './kup-dates-964cc4dd.js';
11
11
  import './f-button-6298565d.js';
12
12
  import './f-button-declarations-6c8f8abe.js';
13
13
  import './f-checkbox-191ec2e7.js';
14
- import './f-object-field-a234558f.js';
15
- import './f-text-field-4ef83a74.js';
14
+ import './f-object-field-a658454f.js';
15
+ import './f-text-field-97b4dae7.js';
16
16
  import './component-a35bc7f1.js';
17
17
 
18
18
  /**
@@ -1,8 +1,8 @@
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-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, b as KupLanguageGeneric, x as getColumnByName, h as KupDebugCategory } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { d as FChip, F as FChipType } from './f-chip-2b1b3544.js';
5
+ import { d as FChip, F as FChipType } from './f-chip-af9b0f73.js';
6
6
  import { b as KupDatesLocales, K as KupDatesFormats } from './kup-dates-964cc4dd.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
@@ -1,5 +1,5 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps, v as KupCardFamily, ai as getCellValueForDisplay } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5
 
@@ -1,15 +1,15 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
- import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-53906723.js';
2
+ import { k as kupManagerInstance, i as FCellPadding, aA as KupCellElementsPosition, g as getProps, s as setProps, Y as KupDragEffect, aB as submitPositionAdapter, b as KupLanguageGeneric, aC as KupCellProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import { F as FButton } from './f-button-6298565d.js';
5
- import { F as FCell } from './f-cell-c0987685.js';
5
+ import { F as FCell } from './f-cell-7bbb7ea5.js';
6
6
  import './kup-dates-964cc4dd.js';
7
7
  import './f-button-declarations-6c8f8abe.js';
8
8
  import './f-image-96ea1421.js';
9
9
  import './f-checkbox-191ec2e7.js';
10
- import './f-chip-2b1b3544.js';
11
- import './f-object-field-a234558f.js';
12
- import './f-text-field-4ef83a74.js';
10
+ import './f-chip-af9b0f73.js';
11
+ import './f-object-field-a658454f.js';
12
+ import './f-text-field-97b4dae7.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,9 +1,9 @@
1
1
  import { r as registerInstance, c as createEvent, f as forceUpdate, h, H as Host, d as getElement } from './index-9b0f4a0d.js';
2
2
  import { F as FButton } from './f-button-6298565d.js';
3
3
  import { F as FCheckbox } from './f-checkbox-191ec2e7.js';
4
- import { F as FTextField } from './f-text-field-4ef83a74.js';
4
+ import { F as FTextField } from './f-text-field-97b4dae7.js';
5
5
  import { F as FTextFieldMDC } from './f-text-field-mdc-81ce6c7c.js';
6
- import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-53906723.js';
6
+ import { k as kupManagerInstance, g as getProps, s as setProps, aD as KupLanguageDashboard, b as KupLanguageGeneric, Y as KupDragEffect, h as KupDebugCategory } from './kup-manager-1747a265.js';
7
7
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
8
8
  import './f-button-declarations-6c8f8abe.js';
9
9
  import './f-image-96ea1421.js';
@@ -1,4 +1,4 @@
1
- import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-53906723.js';
1
+ import { E as Filters, H as getValueForDisplay, D as getValueForDisplay2, ai as getCellValueForDisplay, x as getColumnByName, z as KupObjects, aj as KupData, ak as compareCell, N as TotalMode, O as getRegExpFromString, F as FCellShapes, al as CMBandACPAdapter, am as RADAdapter, an as CHKAdapter, ao as CHIAdapter, ap as SWTAdapter, a8 as SortMode } from './kup-manager-1747a265.js';
2
2
  import { K as KupDatesFormats } from './kup-dates-964cc4dd.js';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
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-53906723.js';
2
+ import { k as kupManagerInstance, g as getProps, s as setProps } from './kup-manager-1747a265.js';
3
3
  import { c as componentWrapperId } from './GenericVariables-d8d0541e.js';
4
4
  import './kup-dates-964cc4dd.js';
5
5